From 96d3ec7f1c681950d0c78bdb2bad15bea3065281 Mon Sep 17 00:00:00 2001 From: Mu-An Chiou Date: Sun, 13 Oct 2019 16:57:06 -0400 Subject: [PATCH 01/24] Install unicode-emoji-json --- package-lock.json | 77 ++++++++--------------------------------------- package.json | 3 +- 2 files changed, 14 insertions(+), 66 deletions(-) diff --git a/package-lock.json b/package-lock.json index b23f7c2d..218b2ff6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -276,6 +276,12 @@ "integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=", "dev": true }, + "lodash": { + "version": "4.17.15", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", + "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", + "dev": true + }, "minimatch": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", @@ -365,29 +371,6 @@ "integrity": "sha1-+p4xn/3u6zWycpbvDz03TawvUqc=", "dev": true }, - "readable-stream": { - "version": "2.3.6", - "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", - "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", - "dev": true, - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - }, - "dependencies": { - "process-nextick-args": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz", - "integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==", - "dev": true - } - } - }, "repeat-string": { "version": "1.6.1", "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", @@ -444,15 +427,6 @@ "integrity": "sha1-X/80iO6gu8VJLjHeJADk93Rh/S4=", "dev": true }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dev": true, - "requires": { - "safe-buffer": "~5.1.0" - } - }, "strip-ansi": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", @@ -468,31 +442,6 @@ "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", "dev": true }, - "tap-dot": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/tap-dot/-/tap-dot-2.0.0.tgz", - "integrity": "sha512-7N1yPcRDgdfHCUbG6lZ0hXo53NyXhKIjJNhqKBixl9HVEG4QasG16Nlvr8wRnqr2ZRYVWmbmxwF3NOBbTLtQLQ==", - "dev": true, - "requires": { - "chalk": "^1.1.1", - "tap-out": "^1.3.2", - "through2": "^2.0.0" - }, - "dependencies": { - "tap-out": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/tap-out/-/tap-out-1.4.2.tgz", - "integrity": "sha1-yQfsG/lAURHQiCY+kvVgi4jLs3o=", - "dev": true, - "requires": { - "re-emitter": "^1.0.0", - "readable-stream": "^2.0.0", - "split": "^1.0.0", - "trim": "0.0.1" - } - } - } - }, "tap-out": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/tap-out/-/tap-out-2.1.0.tgz", @@ -545,14 +494,6 @@ "repeat-string": "^1.5.2", "tap-out": "^2.1.0", "through2": "^2.0.0" - }, - "dependencies": { - "lodash": { - "version": "4.17.11", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", - "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==", - "dev": true - } } }, "tape": { @@ -638,6 +579,12 @@ "integrity": "sha1-WFhUf2spB1fulczMZm+1AITEYN0=", "dev": true }, + "unicode-emoji-json": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/unicode-emoji-json/-/unicode-emoji-json-0.0.1.tgz", + "integrity": "sha512-4PuvGV5jI7yiKKTdYbJ1v6jljG+HROYSeorCAWdM/GSF5VN20CEUXyRCG+yr6H+FvDIB+z2iwiezjbEcubIzPA==", + "dev": true + }, "util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", diff --git a/package.json b/package.json index 8faaed24..1fa4f771 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,8 @@ "JSONStream": "^1.0.4", "format-json-stream": "^0.1.5", "tap-spec": "^5.0.0", - "tape": "^4.9.1" + "tape": "^4.9.1", + "unicode-emoji-json": "0.0.1" }, "dependencies": {} } From c33821c6bb39d86671562ab404edb2388acc548c Mon Sep 17 00:00:00 2001 From: Mu-An Chiou Date: Sun, 13 Oct 2019 18:20:17 -0400 Subject: [PATCH 02/24] Add dev dependencies --- package-lock.json | 34 +++++++++++++++++++++++++++++++--- package.json | 4 +++- prettier.config.js | 6 ++++++ 3 files changed, 40 insertions(+), 4 deletions(-) create mode 100644 prettier.config.js diff --git a/package-lock.json b/package-lock.json index 218b2ff6..9411ca4b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -276,6 +276,12 @@ "integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=", "dev": true }, + "kleur": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", + "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", + "dev": true + }, "lodash": { "version": "4.17.15", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", @@ -348,6 +354,12 @@ "integrity": "sha1-24XGgU9eXlo7Se/CjWBP7GKXUVY=", "dev": true }, + "prettier": { + "version": "1.18.2", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-1.18.2.tgz", + "integrity": "sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==", + "dev": true + }, "pretty-ms": { "version": "2.1.0", "resolved": "http://registry.npmjs.org/pretty-ms/-/pretty-ms-2.1.0.tgz", @@ -365,6 +377,16 @@ "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=", "dev": true }, + "prompts": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.2.1.tgz", + "integrity": "sha512-VObPvJiWPhpZI6C5m60XOzTfnYg/xc/an+r9VYymj9WJW3B/DIH+REzjpAACPf8brwPeP+7vz3bIim3S+AaMjw==", + "dev": true, + "requires": { + "kleur": "^3.0.3", + "sisteransi": "^1.0.3" + } + }, "re-emitter": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/re-emitter/-/re-emitter-1.1.3.tgz", @@ -401,6 +423,12 @@ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", "dev": true }, + "sisteransi": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.3.tgz", + "integrity": "sha512-SbEG75TzH8G7eVXFSN5f9EExILKfly7SUvVY5DhhYLvfhKqhDFY0OzevWa/zwak0RLRfWS5AvfMWpd9gJvr5Yg==", + "dev": true + }, "split": { "version": "1.0.0", "resolved": "http://registry.npmjs.org/split/-/split-1.0.0.tgz", @@ -580,9 +608,9 @@ "dev": true }, "unicode-emoji-json": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/unicode-emoji-json/-/unicode-emoji-json-0.0.1.tgz", - "integrity": "sha512-4PuvGV5jI7yiKKTdYbJ1v6jljG+HROYSeorCAWdM/GSF5VN20CEUXyRCG+yr6H+FvDIB+z2iwiezjbEcubIzPA==", + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/unicode-emoji-json/-/unicode-emoji-json-0.0.2.tgz", + "integrity": "sha512-LuROc6kxLalEiZUbwpSAQJTns/v39oLGj6/Aj9T3dtzgSqj5CciNUnQwJxjkofwh16DGTUesZ2JBR+MYp/DaRg==", "dev": true }, "util-deprecate": { diff --git a/package.json b/package.json index 1fa4f771..74fbc02e 100644 --- a/package.json +++ b/package.json @@ -34,9 +34,11 @@ "devDependencies": { "JSONStream": "^1.0.4", "format-json-stream": "^0.1.5", + "prettier": "^1.18.2", + "prompts": "^2.2.1", "tap-spec": "^5.0.0", "tape": "^4.9.1", - "unicode-emoji-json": "0.0.1" + "unicode-emoji-json": "0.0.2" }, "dependencies": {} } diff --git a/prettier.config.js b/prettier.config.js new file mode 100644 index 00000000..9ef99788 --- /dev/null +++ b/prettier.config.js @@ -0,0 +1,6 @@ +module.exports = { + printWidth: 120, + semi: false, + singleQuote: true, + bracketSpacing: false +} From d76cd7f5d60f26312bd9faefba37b1721be96dbc Mon Sep 17 00:00:00 2001 From: Mu-An Chiou Date: Sun, 13 Oct 2019 18:40:28 -0400 Subject: [PATCH 03/24] Match data order with ordered.json --- emojis.json | 1858 +++++++++++++++++++++++++-------------------------- 1 file changed, 929 insertions(+), 929 deletions(-) diff --git a/emojis.json b/emojis.json index 8732050f..ce095fca 100644 --- a/emojis.json +++ b/emojis.json @@ -5,36 +5,6 @@ "fitzpatrick_scale": false, "category": "people" }, - "grimacing": { - "keywords": ["face", "grimace", "teeth"], - "char": "๐Ÿ˜ฌ", - "fitzpatrick_scale": false, - "category": "people" - }, - "grin": { - "keywords": ["face", "happy", "smile", "joy", "kawaii"], - "char": "๐Ÿ˜", - "fitzpatrick_scale": false, - "category": "people" - }, - "joy": { - "keywords": ["face", "cry", "tears", "weep", "happy", "happytears", "haha"], - "char": "๐Ÿ˜‚", - "fitzpatrick_scale": false, - "category": "people" - }, - "rofl": { - "keywords": ["face", "rolling", "floor", "laughing", "lol", "haha"], - "char": "๐Ÿคฃ", - "fitzpatrick_scale": false, - "category": "people" - }, - "partying": { - "keywords": ["face", "celebration", "woohoo"], - "char": "๐Ÿฅณ", - "fitzpatrick_scale": false, - "category": "people" - }, "smiley": { "keywords": ["face", "happy", "joy", "haha", ":D", ":)", "smile", "funny"], "char": "๐Ÿ˜ƒ", @@ -47,9 +17,9 @@ "fitzpatrick_scale": false, "category": "people" }, - "sweat_smile": { - "keywords": ["face", "hot", "happy", "laugh", "sweat", "smile", "relief"], - "char": "๐Ÿ˜…", + "grin": { + "keywords": ["face", "happy", "smile", "joy", "kawaii"], + "char": "๐Ÿ˜", "fitzpatrick_scale": false, "category": "people" }, @@ -59,15 +29,27 @@ "fitzpatrick_scale": false, "category": "people" }, - "innocent": { - "keywords": ["face", "angel", "heaven", "halo"], - "char": "๐Ÿ˜‡", + "sweat_smile": { + "keywords": ["face", "hot", "happy", "laugh", "sweat", "smile", "relief"], + "char": "๐Ÿ˜…", "fitzpatrick_scale": false, "category": "people" }, - "wink": { - "keywords": ["face", "happy", "mischievous", "secret", ";)", "smile", "eye"], - "char": "๐Ÿ˜‰", + "joy": { + "keywords": ["face", "cry", "tears", "weep", "happy", "happytears", "haha"], + "char": "๐Ÿ˜‚", + "fitzpatrick_scale": false, + "category": "people" + }, + "rofl": { + "keywords": ["face", "rolling", "floor", "laughing", "lol", "haha"], + "char": "๐Ÿคฃ", + "fitzpatrick_scale": false, + "category": "people" + }, + "relaxed": { + "keywords": ["face", "blush", "massage", "happiness"], + "char": "โ˜บ๏ธ", "fitzpatrick_scale": false, "category": "people" }, @@ -77,6 +59,12 @@ "fitzpatrick_scale": false, "category": "people" }, + "innocent": { + "keywords": ["face", "angel", "heaven", "halo"], + "char": "๐Ÿ˜‡", + "fitzpatrick_scale": false, + "category": "people" + }, "slightly_smiling_face": { "keywords": ["face", "smile"], "char": "๐Ÿ™‚", @@ -89,15 +77,9 @@ "fitzpatrick_scale": false, "category": "people" }, - "relaxed": { - "keywords": ["face", "blush", "massage", "happiness"], - "char": "โ˜บ๏ธ", - "fitzpatrick_scale": false, - "category": "people" - }, - "yum": { - "keywords": ["happy", "joy", "tongue", "smile", "face", "silly", "yummy", "nom", "delicious", "savouring"], - "char": "๐Ÿ˜‹", + "wink": { + "keywords": ["face", "happy", "mischievous", "secret", ";)", "smile", "eye"], + "char": "๐Ÿ˜‰", "fitzpatrick_scale": false, "category": "people" }, @@ -143,6 +125,24 @@ "fitzpatrick_scale": false, "category": "people" }, + "yum": { + "keywords": ["happy", "joy", "tongue", "smile", "face", "silly", "yummy", "nom", "delicious", "savouring"], + "char": "๐Ÿ˜‹", + "fitzpatrick_scale": false, + "category": "people" + }, + "stuck_out_tongue": { + "keywords": ["face", "prank", "childish", "playful", "mischievous", "smile", "tongue"], + "char": "๐Ÿ˜›", + "fitzpatrick_scale": false, + "category": "people" + }, + "stuck_out_tongue_closed_eyes": { + "keywords": ["face", "prank", "playful", "mischievous", "smile", "tongue"], + "char": "๐Ÿ˜", + "fitzpatrick_scale": false, + "category": "people" + }, "stuck_out_tongue_winking_eye": { "keywords": ["face", "prank", "childish", "playful", "mischievous", "smile", "wink", "tongue"], "char": "๐Ÿ˜œ", @@ -167,24 +167,6 @@ "fitzpatrick_scale": false, "category": "people" }, - "stuck_out_tongue_closed_eyes": { - "keywords": ["face", "prank", "playful", "mischievous", "smile", "tongue"], - "char": "๐Ÿ˜", - "fitzpatrick_scale": false, - "category": "people" - }, - "stuck_out_tongue": { - "keywords": ["face", "prank", "childish", "playful", "mischievous", "smile", "tongue"], - "char": "๐Ÿ˜›", - "fitzpatrick_scale": false, - "category": "people" - }, - "money_mouth_face": { - "keywords": ["face", "rich", "dollar", "money"], - "char": "๐Ÿค‘", - "fitzpatrick_scale": false, - "category": "people" - }, "nerd_face": { "keywords": ["face", "nerdy", "geek", "dork"], "char": "๐Ÿค“", @@ -203,81 +185,117 @@ "fitzpatrick_scale": false, "category": "people" }, - "clown_face": { - "keywords": ["face"], - "char": "๐Ÿคก", + "partying": { + "keywords": ["face", "celebration", "woohoo"], + "char": "๐Ÿฅณ", "fitzpatrick_scale": false, "category": "people" }, - "cowboy_hat_face": { - "keywords": ["face", "cowgirl", "hat"], - "char": "๐Ÿค ", + "smirk": { + "keywords": ["face", "smile", "mean", "prank", "smug", "sarcasm"], + "char": "๐Ÿ˜", "fitzpatrick_scale": false, "category": "people" }, - "hugs": { - "keywords": ["face", "smile", "hug"], - "char": "๐Ÿค—", + "unamused": { + "keywords": ["indifference", "bored", "straight face", "serious", "sarcasm", "unimpressed", "skeptical", "dubious", "side_eye"], + "char": "๐Ÿ˜’", "fitzpatrick_scale": false, "category": "people" }, - "smirk": { - "keywords": ["face", "smile", "mean", "prank", "smug", "sarcasm"], - "char": "๐Ÿ˜", + "disappointed": { + "keywords": ["face", "sad", "upset", "depressed", ":("], + "char": "๐Ÿ˜ž", "fitzpatrick_scale": false, "category": "people" }, - "no_mouth": { - "keywords": ["face", "hellokitty"], - "char": "๐Ÿ˜ถ", + "pensive": { + "keywords": ["face", "sad", "depressed", "upset"], + "char": "๐Ÿ˜”", "fitzpatrick_scale": false, "category": "people" }, - "neutral_face": { - "keywords": ["indifference", "meh", ":|", "neutral"], - "char": "๐Ÿ˜", + "worried": { + "keywords": ["face", "concern", "nervous", ":("], + "char": "๐Ÿ˜Ÿ", "fitzpatrick_scale": false, "category": "people" }, - "expressionless": { - "keywords": ["face", "indifferent", "-_-", "meh", "deadpan"], - "char": "๐Ÿ˜‘", + "confused": { + "keywords": ["face", "indifference", "huh", "weird", "hmmm", ":/"], + "char": "๐Ÿ˜•", "fitzpatrick_scale": false, "category": "people" }, - "unamused": { - "keywords": ["indifference", "bored", "straight face", "serious", "sarcasm", "unimpressed", "skeptical", "dubious", "side_eye"], - "char": "๐Ÿ˜’", + "slightly_frowning_face": { + "keywords": ["face", "frowning", "disappointed", "sad", "upset"], + "char": "๐Ÿ™", "fitzpatrick_scale": false, "category": "people" }, - "roll_eyes": { - "keywords": ["face", "eyeroll", "frustrated"], - "char": "๐Ÿ™„", + "frowning_face": { + "keywords": ["face", "sad", "upset", "frown"], + "char": "โ˜น", "fitzpatrick_scale": false, "category": "people" }, - "thinking": { - "keywords": ["face", "hmmm", "think", "consider"], - "char": "๐Ÿค”", + "persevere": { + "keywords": ["face", "sick", "no", "upset", "oops"], + "char": "๐Ÿ˜ฃ", "fitzpatrick_scale": false, "category": "people" }, - "lying_face": { - "keywords": ["face", "lie", "pinocchio"], - "char": "๐Ÿคฅ", + "confounded": { + "keywords": ["face", "confused", "sick", "unwell", "oops", ":S"], + "char": "๐Ÿ˜–", "fitzpatrick_scale": false, "category": "people" }, - "hand_over_mouth": { - "keywords": ["face", "whoops", "shock", "surprise"], - "char": "๐Ÿคญ", + "tired_face": { + "keywords": ["sick", "whine", "upset", "frustrated"], + "char": "๐Ÿ˜ซ", "fitzpatrick_scale": false, "category": "people" }, - "shushing": { - "keywords": ["face", "quiet", "shhh"], - "char": "๐Ÿคซ", + "weary": { + "keywords": ["face", "tired", "sleepy", "sad", "frustrated", "upset"], + "char": "๐Ÿ˜ฉ", + "fitzpatrick_scale": false, + "category": "people" + }, + "pleading": { + "keywords": ["face", "begging", "mercy"], + "char": "๐Ÿฅบ", + "fitzpatrick_scale": false, + "category": "people" + }, + "cry": { + "keywords": ["face", "tears", "sad", "depressed", "upset", ":'("], + "char": "๐Ÿ˜ข", + "fitzpatrick_scale": false, + "category": "people" + }, + "sob": { + "keywords": ["face", "cry", "tears", "sad", "upset", "depressed"], + "char": "๐Ÿ˜ญ", + "fitzpatrick_scale": false, + "category": "people" + }, + "triumph": { + "keywords": ["face", "gas", "phew", "proud", "pride"], + "char": "๐Ÿ˜ค", + "fitzpatrick_scale": false, + "category": "people" + }, + "angry": { + "keywords": ["mad", "face", "annoyed", "frustrated"], + "char": "๐Ÿ˜ ", + "fitzpatrick_scale": false, + "category": "people" + }, + "rage": { + "keywords": ["angry", "mad", "hate", "despise"], + "char": "๐Ÿ˜ก", "fitzpatrick_scale": false, "category": "people" }, @@ -299,111 +317,105 @@ "fitzpatrick_scale": false, "category": "people" }, - "disappointed": { - "keywords": ["face", "sad", "upset", "depressed", ":("], - "char": "๐Ÿ˜ž", - "fitzpatrick_scale": false, - "category": "people" - }, - "worried": { - "keywords": ["face", "concern", "nervous", ":("], - "char": "๐Ÿ˜Ÿ", + "hot": { + "keywords": ["face", "feverish", "heat", "red", "sweating"], + "char": "๐Ÿฅต", "fitzpatrick_scale": false, "category": "people" }, - "angry": { - "keywords": ["mad", "face", "annoyed", "frustrated"], - "char": "๐Ÿ˜ ", + "cold": { + "keywords": ["face", "blue", "freezing", "frozen", "frostbite", "icicles"], + "char": "๐Ÿฅถ", "fitzpatrick_scale": false, "category": "people" }, - "rage": { - "keywords": ["angry", "mad", "hate", "despise"], - "char": "๐Ÿ˜ก", + "scream": { + "keywords": ["face", "munch", "scared", "omg"], + "char": "๐Ÿ˜ฑ", "fitzpatrick_scale": false, "category": "people" }, - "pensive": { - "keywords": ["face", "sad", "depressed", "upset"], - "char": "๐Ÿ˜”", + "fearful": { + "keywords": ["face", "scared", "terrified", "nervous", "oops", "huh"], + "char": "๐Ÿ˜จ", "fitzpatrick_scale": false, "category": "people" }, - "confused": { - "keywords": ["face", "indifference", "huh", "weird", "hmmm", ":/"], - "char": "๐Ÿ˜•", + "cold_sweat": { + "keywords": ["face", "nervous", "sweat"], + "char": "๐Ÿ˜ฐ", "fitzpatrick_scale": false, "category": "people" }, - "slightly_frowning_face": { - "keywords": ["face", "frowning", "disappointed", "sad", "upset"], - "char": "๐Ÿ™", + "disappointed_relieved": { + "keywords": ["face", "phew", "sweat", "nervous"], + "char": "๐Ÿ˜ฅ", "fitzpatrick_scale": false, "category": "people" }, - "frowning_face": { - "keywords": ["face", "sad", "upset", "frown"], - "char": "โ˜น", + "sweat": { + "keywords": ["face", "hot", "sad", "tired", "exercise"], + "char": "๐Ÿ˜“", "fitzpatrick_scale": false, "category": "people" }, - "persevere": { - "keywords": ["face", "sick", "no", "upset", "oops"], - "char": "๐Ÿ˜ฃ", + "hugs": { + "keywords": ["face", "smile", "hug"], + "char": "๐Ÿค—", "fitzpatrick_scale": false, "category": "people" }, - "confounded": { - "keywords": ["face", "confused", "sick", "unwell", "oops", ":S"], - "char": "๐Ÿ˜–", + "thinking": { + "keywords": ["face", "hmmm", "think", "consider"], + "char": "๐Ÿค”", "fitzpatrick_scale": false, "category": "people" }, - "tired_face": { - "keywords": ["sick", "whine", "upset", "frustrated"], - "char": "๐Ÿ˜ซ", + "hand_over_mouth": { + "keywords": ["face", "whoops", "shock", "surprise"], + "char": "๐Ÿคญ", "fitzpatrick_scale": false, "category": "people" }, - "weary": { - "keywords": ["face", "tired", "sleepy", "sad", "frustrated", "upset"], - "char": "๐Ÿ˜ฉ", + "shushing": { + "keywords": ["face", "quiet", "shhh"], + "char": "๐Ÿคซ", "fitzpatrick_scale": false, "category": "people" }, - "pleading": { - "keywords": ["face", "begging", "mercy"], - "char": "๐Ÿฅบ", + "lying_face": { + "keywords": ["face", "lie", "pinocchio"], + "char": "๐Ÿคฅ", "fitzpatrick_scale": false, "category": "people" }, - "triumph": { - "keywords": ["face", "gas", "phew", "proud", "pride"], - "char": "๐Ÿ˜ค", + "no_mouth": { + "keywords": ["face", "hellokitty"], + "char": "๐Ÿ˜ถ", "fitzpatrick_scale": false, "category": "people" }, - "open_mouth": { - "keywords": ["face", "surprise", "impressed", "wow", "whoa", ":O"], - "char": "๐Ÿ˜ฎ", + "neutral_face": { + "keywords": ["indifference", "meh", ":|", "neutral"], + "char": "๐Ÿ˜", "fitzpatrick_scale": false, "category": "people" - }, - "scream": { - "keywords": ["face", "munch", "scared", "omg"], - "char": "๐Ÿ˜ฑ", + }, + "expressionless": { + "keywords": ["face", "indifferent", "-_-", "meh", "deadpan"], + "char": "๐Ÿ˜‘", "fitzpatrick_scale": false, "category": "people" }, - "fearful": { - "keywords": ["face", "scared", "terrified", "nervous", "oops", "huh"], - "char": "๐Ÿ˜จ", + "grimacing": { + "keywords": ["face", "grimace", "teeth"], + "char": "๐Ÿ˜ฌ", "fitzpatrick_scale": false, "category": "people" }, - "cold_sweat": { - "keywords": ["face", "nervous", "sweat"], - "char": "๐Ÿ˜ฐ", + "roll_eyes": { + "keywords": ["face", "eyeroll", "frustrated"], + "char": "๐Ÿ™„", "fitzpatrick_scale": false, "category": "people" }, @@ -425,15 +437,21 @@ "fitzpatrick_scale": false, "category": "people" }, - "cry": { - "keywords": ["face", "tears", "sad", "depressed", "upset", ":'("], - "char": "๐Ÿ˜ข", + "open_mouth": { + "keywords": ["face", "surprise", "impressed", "wow", "whoa", ":O"], + "char": "๐Ÿ˜ฎ", "fitzpatrick_scale": false, "category": "people" }, - "disappointed_relieved": { - "keywords": ["face", "phew", "sweat", "nervous"], - "char": "๐Ÿ˜ฅ", + "astonished": { + "keywords": ["face", "xox", "surprised", "poisoned"], + "char": "๐Ÿ˜ฒ", + "fitzpatrick_scale": false, + "category": "people" + }, + "sleeping": { + "keywords": ["face", "tired", "sleepy", "night", "zzz"], + "char": "๐Ÿ˜ด", "fitzpatrick_scale": false, "category": "people" }, @@ -449,57 +467,27 @@ "fitzpatrick_scale": false, "category": "people" }, - "sweat": { - "keywords": ["face", "hot", "sad", "tired", "exercise"], - "char": "๐Ÿ˜“", - "fitzpatrick_scale": false, - "category": "people" - }, - "hot": { - "keywords": ["face", "feverish", "heat", "red", "sweating"], - "char": "๐Ÿฅต", - "fitzpatrick_scale": false, - "category": "people" - }, - "cold": { - "keywords": ["face", "blue", "freezing", "frozen", "frostbite", "icicles"], - "char": "๐Ÿฅถ", - "fitzpatrick_scale": false, - "category": "people" - }, - "sob": { - "keywords": ["face", "cry", "tears", "sad", "upset", "depressed"], - "char": "๐Ÿ˜ญ", - "fitzpatrick_scale": false, - "category": "people" - }, "dizzy_face": { "keywords": ["spent", "unconscious", "xox", "dizzy"], "char": "๐Ÿ˜ต", "fitzpatrick_scale": false, "category": "people" }, - "astonished": { - "keywords": ["face", "xox", "surprised", "poisoned"], - "char": "๐Ÿ˜ฒ", - "fitzpatrick_scale": false, - "category": "people" - }, "zipper_mouth_face": { "keywords": ["face", "sealed", "zipper", "secret"], "char": "๐Ÿค", "fitzpatrick_scale": false, "category": "people" }, - "nauseated_face": { - "keywords": ["face", "vomit", "gross", "green", "sick", "throw up", "ill"], - "char": "๐Ÿคข", + "woozy": { + "keywords": ["face", "dizzy", "intoxicated", "tipsy", "wavy"], + "char": "๐Ÿฅด", "fitzpatrick_scale": false, "category": "people" }, - "sneezing_face": { - "keywords": ["face", "gesundheit", "sneeze", "sick", "allergy"], - "char": "๐Ÿคง", + "nauseated_face": { + "keywords": ["face", "vomit", "gross", "green", "sick", "throw up", "ill"], + "char": "๐Ÿคข", "fitzpatrick_scale": false, "category": "people" }, @@ -509,6 +497,12 @@ "fitzpatrick_scale": false, "category": "people" }, + "sneezing_face": { + "keywords": ["face", "gesundheit", "sneeze", "sick", "allergy"], + "char": "๐Ÿคง", + "fitzpatrick_scale": false, + "category": "people" + }, "mask": { "keywords": ["face", "sick", "ill", "disease"], "char": "๐Ÿ˜ท", @@ -527,27 +521,15 @@ "fitzpatrick_scale": false, "category": "people" }, - "woozy": { - "keywords": ["face", "dizzy", "intoxicated", "tipsy", "wavy"], - "char": "๐Ÿฅด", - "fitzpatrick_scale": false, - "category": "people" - }, - "sleeping": { - "keywords": ["face", "tired", "sleepy", "night", "zzz"], - "char": "๐Ÿ˜ด", - "fitzpatrick_scale": false, - "category": "people" - }, - "zzz": { - "keywords": ["sleepy", "tired", "dream"], - "char": "๐Ÿ’ค", + "money_mouth_face": { + "keywords": ["face", "rich", "dollar", "money"], + "char": "๐Ÿค‘", "fitzpatrick_scale": false, "category": "people" }, - "poop": { - "keywords": ["hankey", "shitface", "fail", "turd", "shit"], - "char": "๐Ÿ’ฉ", + "cowboy_hat_face": { + "keywords": ["face", "cowgirl", "hat"], + "char": "๐Ÿค ", "fitzpatrick_scale": false, "category": "people" }, @@ -575,9 +557,15 @@ "fitzpatrick_scale": false, "category": "people" }, - "skull": { - "keywords": ["dead", "skeleton", "creepy", "death"], - "char": "๐Ÿ’€", + "clown_face": { + "keywords": ["face"], + "char": "๐Ÿคก", + "fitzpatrick_scale": false, + "category": "people" + }, + "poop": { + "keywords": ["hankey", "shitface", "fail", "turd", "shit"], + "char": "๐Ÿ’ฉ", "fitzpatrick_scale": false, "category": "people" }, @@ -587,18 +575,42 @@ "fitzpatrick_scale": false, "category": "people" }, + "skull": { + "keywords": ["dead", "skeleton", "creepy", "death"], + "char": "๐Ÿ’€", + "fitzpatrick_scale": false, + "category": "people" + }, + "skull_and_crossbones": { + "keywords": ["poison", "danger", "deadly", "scary", "death", "pirate", "evil"], + "char": "โ˜ ", + "fitzpatrick_scale": false, + "category": "objects" + }, "alien": { "keywords": ["UFO", "paul", "weird", "outer_space"], "char": "๐Ÿ‘ฝ", "fitzpatrick_scale": false, "category": "people" }, + "space_invader": { + "keywords": ["game", "arcade", "play"], + "char": "๐Ÿ‘พ", + "fitzpatrick_scale": false, + "category": "activity" + }, "robot": { "keywords": ["computer", "machine", "bot"], "char": "๐Ÿค–", "fitzpatrick_scale": false, "category": "people" }, + "jack_o_lantern": { + "keywords": ["halloween", "light", "pumpkin", "creepy", "fall"], + "char": "๐ŸŽƒ", + "fitzpatrick_scale": false, + "category": "animals_and_nature" + }, "smiley_cat": { "keywords": ["animal", "cats", "happy", "smile"], "char": "๐Ÿ˜บ", @@ -659,6 +671,12 @@ "fitzpatrick_scale": true, "category": "people" }, + "open_hands": { + "keywords": ["fingers", "butterfly", "hands", "open"], + "char": "๐Ÿ‘", + "fitzpatrick_scale": true, + "category": "people" + }, "raised_hands": { "keywords": ["gesture", "hooray", "yea", "celebration", "hands"], "char": "๐Ÿ™Œ", @@ -671,16 +689,10 @@ "fitzpatrick_scale": true, "category": "people" }, - "wave": { - "keywords": ["hands", "gesture", "goodbye", "solong", "farewell", "hello", "hi", "palm"], - "char": "๐Ÿ‘‹", - "fitzpatrick_scale": true, - "category": "people" - }, - "call_me_hand": { - "keywords": ["hands", "gesture"], - "char": "๐Ÿค™", - "fitzpatrick_scale": true, + "handshake": { + "keywords": ["agreement", "shake"], + "char": "๐Ÿค", + "fitzpatrick_scale": false, "category": "people" }, "+1": { @@ -719,93 +731,105 @@ "fitzpatrick_scale": true, "category": "people" }, + "crossed_fingers": { + "keywords": ["good", "lucky"], + "char": "๐Ÿคž", + "fitzpatrick_scale": true, + "category": "people" + }, "v": { "keywords": ["fingers", "ohyeah", "hand", "peace", "victory", "two"], "char": "โœŒ", "fitzpatrick_scale": true, "category": "people" }, + "love_you": { + "keywords": ["hand", "fingers", "gesture"], + "char": "๐ŸคŸ", + "fitzpatrick_scale": true, + "category": "people" + }, + "metal": { + "keywords": ["hand", "fingers", "evil_eye", "sign_of_horns", "rock_on"], + "char": "๐Ÿค˜", + "fitzpatrick_scale": true, + "category": "people" + }, "ok_hand": { "keywords": ["fingers", "limbs", "perfect", "ok", "okay"], "char": "๐Ÿ‘Œ", "fitzpatrick_scale": true, "category": "people" }, - "raised_hand": { - "keywords": ["fingers", "stop", "highfive", "palm", "ban"], - "char": "โœ‹", + "point_left": { + "keywords": ["direction", "fingers", "hand", "left"], + "char": "๐Ÿ‘ˆ", "fitzpatrick_scale": true, "category": "people" }, - "raised_back_of_hand": { - "keywords": ["fingers", "raised", "backhand"], - "char": "๐Ÿคš", + "point_right": { + "keywords": ["fingers", "hand", "direction", "right"], + "char": "๐Ÿ‘‰", "fitzpatrick_scale": true, "category": "people" }, - "open_hands": { - "keywords": ["fingers", "butterfly", "hands", "open"], - "char": "๐Ÿ‘", + "point_up": { + "keywords": ["hand", "fingers", "direction", "up"], + "char": "โ˜", "fitzpatrick_scale": true, "category": "people" }, - "muscle": { - "keywords": ["arm", "flex", "hand", "summer", "strong", "biceps"], - "char": "๐Ÿ’ช", + "point_down": { + "keywords": ["fingers", "hand", "direction", "down"], + "char": "๐Ÿ‘‡", "fitzpatrick_scale": true, "category": "people" }, - "pray": { - "keywords": ["please", "hope", "wish", "namaste", "highfive"], - "char": "๐Ÿ™", + "point_up_2": { + "keywords": ["fingers", "hand", "direction", "up"], + "char": "๐Ÿ‘†", "fitzpatrick_scale": true, "category": "people" }, - "foot": { - "keywords": ["kick", "stomp"], - "char": "๐Ÿฆถ", + "raised_hand": { + "keywords": ["fingers", "stop", "highfive", "palm", "ban"], + "char": "โœ‹", "fitzpatrick_scale": true, "category": "people" }, - "leg": { - "keywords": ["kick", "limb"], - "char": "๐Ÿฆต", + "raised_back_of_hand": { + "keywords": ["fingers", "raised", "backhand"], + "char": "๐Ÿคš", "fitzpatrick_scale": true, "category": "people" }, - "handshake": { - "keywords": ["agreement", "shake"], - "char": "๐Ÿค", - "fitzpatrick_scale": false, - "category": "people" - }, - "point_up": { - "keywords": ["hand", "fingers", "direction", "up"], - "char": "โ˜", + "raised_hand_with_fingers_splayed": { + "keywords": ["hand", "fingers", "palm"], + "char": "๐Ÿ–", "fitzpatrick_scale": true, "category": "people" }, - "point_up_2": { - "keywords": ["fingers", "hand", "direction", "up"], - "char": "๐Ÿ‘†", + "vulcan_salute": { + "keywords": ["hand", "fingers", "spock", "star trek"], + "char": "๐Ÿ––", "fitzpatrick_scale": true, "category": "people" }, - "point_down": { - "keywords": ["fingers", "hand", "direction", "down"], - "char": "๐Ÿ‘‡", + "wave": { + "keywords": ["hands", "gesture", "goodbye", "solong", "farewell", "hello", "hi", "palm"], + "char": "๐Ÿ‘‹", "fitzpatrick_scale": true, "category": "people" }, - "point_left": { - "keywords": ["direction", "fingers", "hand", "left"], - "char": "๐Ÿ‘ˆ", + "call_me_hand": { + "keywords": ["hands", "gesture"], + "char": "๐Ÿค™", "fitzpatrick_scale": true, "category": "people" }, - "point_right": { - "keywords": ["fingers", "hand", "direction", "right"], - "char": "๐Ÿ‘‰", + "muscle": { + "keywords": ["arm", "flex", "hand", "summer", "strong", "biceps"], + "char": "๐Ÿ’ช", "fitzpatrick_scale": true, "category": "people" }, @@ -815,52 +839,46 @@ "fitzpatrick_scale": true, "category": "people" }, - "raised_hand_with_fingers_splayed": { - "keywords": ["hand", "fingers", "palm"], - "char": "๐Ÿ–", - "fitzpatrick_scale": true, - "category": "people" - }, - "love_you": { - "keywords": ["hand", "fingers", "gesture"], - "char": "๐ŸคŸ", + "writing_hand": { + "keywords": ["lower_left_ballpoint_pen", "stationery", "write", "compose"], + "char": "โœ", "fitzpatrick_scale": true, "category": "people" }, - "metal": { - "keywords": ["hand", "fingers", "evil_eye", "sign_of_horns", "rock_on"], - "char": "๐Ÿค˜", + "pray": { + "keywords": ["please", "hope", "wish", "namaste", "highfive"], + "char": "๐Ÿ™", "fitzpatrick_scale": true, "category": "people" }, - "crossed_fingers": { - "keywords": ["good", "lucky"], - "char": "๐Ÿคž", + "foot": { + "keywords": ["kick", "stomp"], + "char": "๐Ÿฆถ", "fitzpatrick_scale": true, "category": "people" }, - "vulcan_salute": { - "keywords": ["hand", "fingers", "spock", "star trek"], - "char": "๐Ÿ––", + "leg": { + "keywords": ["kick", "limb"], + "char": "๐Ÿฆต", "fitzpatrick_scale": true, "category": "people" }, - "writing_hand": { - "keywords": ["lower_left_ballpoint_pen", "stationery", "write", "compose"], - "char": "โœ", - "fitzpatrick_scale": true, + "ring": { + "keywords": ["wedding", "propose", "marriage", "valentines", "diamond", "fashion", "jewelry", "gem", "engagement"], + "char": "๐Ÿ’", + "fitzpatrick_scale": false, "category": "people" }, - "selfie": { - "keywords": ["camera", "phone"], - "char": "๐Ÿคณ", - "fitzpatrick_scale": true, + "lipstick": { + "keywords": ["female", "girl", "fashion", "woman"], + "char": "๐Ÿ’„", + "fitzpatrick_scale": false, "category": "people" }, - "nail_care": { - "keywords": ["beauty", "manicure", "finger", "fashion", "nail"], - "char": "๐Ÿ’…", - "fitzpatrick_scale": true, + "kiss": { + "keywords": ["face", "lips", "love", "like", "affection", "valentines"], + "char": "๐Ÿ’‹", + "fitzpatrick_scale": false, "category": "people" }, "lips": { @@ -893,6 +911,12 @@ "fitzpatrick_scale": true, "category": "people" }, + "footprints": { + "keywords": ["feet", "tracking", "walking", "beach"], + "char": "๐Ÿ‘ฃ", + "fitzpatrick_scale": false, + "category": "people" + }, "eye": { "keywords": ["face", "look", "see", "watch", "stare"], "char": "๐Ÿ‘", @@ -911,6 +935,12 @@ "fitzpatrick_scale": false, "category": "people" }, + "speaking_head": { + "keywords": ["user", "person", "human", "sing", "say", "talk"], + "char": "๐Ÿ—ฃ", + "fitzpatrick_scale": false, + "category": "people" + }, "bust_in_silhouette": { "keywords": ["user", "person", "human"], "char": "๐Ÿ‘ค", @@ -923,18 +953,18 @@ "fitzpatrick_scale": false, "category": "people" }, - "speaking_head": { - "keywords": ["user", "person", "human", "sing", "say", "talk"], - "char": "๐Ÿ—ฃ", - "fitzpatrick_scale": false, - "category": "people" - }, "baby": { "keywords": ["child", "boy", "girl", "toddler"], "char": "๐Ÿ‘ถ", "fitzpatrick_scale": true, "category": "people" }, + "girl": { + "keywords": ["female", "woman", "teenager"], + "char": "๐Ÿ‘ง", + "fitzpatrick_scale": true, + "category": "people" + }, "child": { "keywords": ["gender-neutral", "young"], "char": "๐Ÿง’", @@ -947,9 +977,9 @@ "fitzpatrick_scale": true, "category": "people" }, - "girl": { - "keywords": ["female", "woman", "teenager"], - "char": "๐Ÿ‘ง", + "woman": { + "keywords": ["female", "girls", "lady"], + "char": "๐Ÿ‘ฉ", "fitzpatrick_scale": true, "category": "people" }, @@ -965,12 +995,6 @@ "fitzpatrick_scale": true, "category": "people" }, - "woman": { - "keywords": ["female", "girls", "lady"], - "char": "๐Ÿ‘ฉ", - "fitzpatrick_scale": true, - "category": "people" - }, "blonde_woman": { "keywords": ["woman", "female", "girl", "blonde", "person"], "char": "๐Ÿ‘ฑโ€โ™€๏ธ", @@ -989,6 +1013,12 @@ "fitzpatrick_scale": true, "category": "people" }, + "older_woman": { + "keywords": ["human", "female", "women", "lady", "old", "elder", "senior"], + "char": "๐Ÿ‘ต", + "fitzpatrick_scale": true, + "category": "people" + }, "older_adult": { "keywords": ["human", "elder", "senior", "gender-neutral"], "char": "๐Ÿง“", @@ -1001,12 +1031,6 @@ "fitzpatrick_scale": true, "category": "people" }, - "older_woman": { - "keywords": ["human", "female", "women", "lady", "old", "elder", "senior"], - "char": "๐Ÿ‘ต", - "fitzpatrick_scale": true, - "category": "people" - }, "man_with_gua_pi_mao": { "keywords": ["male", "boy", "chinese"], "char": "๐Ÿ‘ฒ", @@ -1271,6 +1295,30 @@ "fitzpatrick_scale": true, "category": "people" }, + "bride_with_veil": { + "keywords": ["couple", "marriage", "wedding", "woman", "bride"], + "char": "๐Ÿ‘ฐ", + "fitzpatrick_scale": true, + "category": "people" + }, + "man_in_tuxedo": { + "keywords": ["couple", "marriage", "wedding", "groom"], + "char": "๐Ÿคต", + "fitzpatrick_scale": true, + "category": "people" + }, + "princess": { + "keywords": ["girl", "woman", "female", "blond", "crown", "royal", "queen"], + "char": "๐Ÿ‘ธ", + "fitzpatrick_scale": true, + "category": "people" + }, + "prince": { + "keywords": ["boy", "man", "male", "crown", "royal", "king"], + "char": "๐Ÿคด", + "fitzpatrick_scale": true, + "category": "people" + }, "woman_superhero": { "keywords": ["woman", "female", "good", "heroine", "superpowers"], "char": "๐Ÿฆธโ€โ™€๏ธ", @@ -1308,230 +1356,116 @@ "category": "people" }, "sorceress": { - "keywords": ["woman", "female", "mage", "witch"], - "char": "๐Ÿง™โ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "wizard": { - "keywords": ["man", "male", "mage", "sorcerer"], - "char": "๐Ÿง™โ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "woman_elf": { - "keywords": ["woman", "female"], - "char": "๐Ÿงโ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "man_elf": { - "keywords": ["man", "male"], - "char": "๐Ÿงโ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "woman_vampire": { - "keywords": ["woman", "female"], - "char": "๐Ÿง›โ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "man_vampire": { - "keywords": ["man", "male", "dracula"], - "char": "๐Ÿง›โ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "woman_zombie": { - "keywords": ["woman", "female", "undead", "walking dead"], - "char": "๐ŸงŸโ€โ™€๏ธ", - "fitzpatrick_scale": false, - "category": "people" - }, - "man_zombie": { - "keywords": ["man", "male", "dracula", "undead", "walking dead"], - "char": "๐ŸงŸโ€โ™‚๏ธ", - "fitzpatrick_scale": false, - "category": "people" - }, - "woman_genie": { - "keywords": ["woman", "female"], - "char": "๐Ÿงžโ€โ™€๏ธ", - "fitzpatrick_scale": false, - "category": "people" - }, - "man_genie": { - "keywords": ["man", "male"], - "char": "๐Ÿงžโ€โ™‚๏ธ", - "fitzpatrick_scale": false, - "category": "people" - }, - "mermaid": { - "keywords": ["woman", "female", "merwoman", "ariel"], - "char": "๐Ÿงœโ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "merman": { - "keywords": ["man", "male", "triton"], - "char": "๐Ÿงœโ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "woman_fairy": { - "keywords": ["woman", "female"], - "char": "๐Ÿงšโ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "man_fairy": { - "keywords": ["man", "male"], - "char": "๐Ÿงšโ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "angel": { - "keywords": ["heaven", "wings", "halo"], - "char": "๐Ÿ‘ผ", - "fitzpatrick_scale": true, - "category": "people" - }, - "pregnant_woman": { - "keywords": ["baby"], - "char": "๐Ÿคฐ", - "fitzpatrick_scale": true, - "category": "people" - }, - "breastfeeding": { - "keywords": ["nursing", "baby"], - "char": "๐Ÿคฑ", - "fitzpatrick_scale": true, - "category": "people" - }, - "princess": { - "keywords": ["girl", "woman", "female", "blond", "crown", "royal", "queen"], - "char": "๐Ÿ‘ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "prince": { - "keywords": ["boy", "man", "male", "crown", "royal", "king"], - "char": "๐Ÿคด", - "fitzpatrick_scale": true, - "category": "people" - }, - "bride_with_veil": { - "keywords": ["couple", "marriage", "wedding", "woman", "bride"], - "char": "๐Ÿ‘ฐ", - "fitzpatrick_scale": true, - "category": "people" - }, - "man_in_tuxedo": { - "keywords": ["couple", "marriage", "wedding", "groom"], - "char": "๐Ÿคต", - "fitzpatrick_scale": true, - "category": "people" - }, - "running_woman": { - "keywords": ["woman", "walking", "exercise", "race", "running", "female"], - "char": "๐Ÿƒโ€โ™€๏ธ", + "keywords": ["woman", "female", "mage", "witch"], + "char": "๐Ÿง™โ€โ™€๏ธ", "fitzpatrick_scale": true, "category": "people" }, - "running_man": { - "keywords": ["man", "walking", "exercise", "race", "running"], - "char": "๐Ÿƒ", + "wizard": { + "keywords": ["man", "male", "mage", "sorcerer"], + "char": "๐Ÿง™โ€โ™‚๏ธ", "fitzpatrick_scale": true, "category": "people" }, - "walking_woman": { - "keywords": ["human", "feet", "steps", "woman", "female"], - "char": "๐Ÿšถโ€โ™€๏ธ", + "woman_elf": { + "keywords": ["woman", "female"], + "char": "๐Ÿงโ€โ™€๏ธ", "fitzpatrick_scale": true, "category": "people" }, - "walking_man": { - "keywords": ["human", "feet", "steps"], - "char": "๐Ÿšถ", + "man_elf": { + "keywords": ["man", "male"], + "char": "๐Ÿงโ€โ™‚๏ธ", "fitzpatrick_scale": true, "category": "people" }, - "dancer": { - "keywords": ["female", "girl", "woman", "fun"], - "char": "๐Ÿ’ƒ", + "woman_vampire": { + "keywords": ["woman", "female"], + "char": "๐Ÿง›โ€โ™€๏ธ", "fitzpatrick_scale": true, "category": "people" }, - "man_dancing": { - "keywords": ["male", "boy", "fun", "dancer"], - "char": "๐Ÿ•บ", + "man_vampire": { + "keywords": ["man", "male", "dracula"], + "char": "๐Ÿง›โ€โ™‚๏ธ", "fitzpatrick_scale": true, "category": "people" }, - "dancing_women": { - "keywords": ["female", "bunny", "women", "girls"], - "char": "๐Ÿ‘ฏ", + "woman_zombie": { + "keywords": ["woman", "female", "undead", "walking dead"], + "char": "๐ŸงŸโ€โ™€๏ธ", "fitzpatrick_scale": false, "category": "people" }, - "dancing_men": { - "keywords": ["male", "bunny", "men", "boys"], - "char": "๐Ÿ‘ฏโ€โ™‚๏ธ", + "man_zombie": { + "keywords": ["man", "male", "dracula", "undead", "walking dead"], + "char": "๐ŸงŸโ€โ™‚๏ธ", "fitzpatrick_scale": false, "category": "people" }, - "couple": { - "keywords": ["pair", "people", "human", "love", "date", "dating", "like", "affection", "valentines", "marriage"], - "char": "๐Ÿ‘ซ", + "woman_genie": { + "keywords": ["woman", "female"], + "char": "๐Ÿงžโ€โ™€๏ธ", "fitzpatrick_scale": false, "category": "people" }, - "two_men_holding_hands": { - "keywords": ["pair", "couple", "love", "like", "bromance", "friendship", "people", "human"], - "char": "๐Ÿ‘ฌ", + "man_genie": { + "keywords": ["man", "male"], + "char": "๐Ÿงžโ€โ™‚๏ธ", "fitzpatrick_scale": false, "category": "people" }, - "two_women_holding_hands": { - "keywords": ["pair", "friendship", "couple", "love", "like", "female", "people", "human"], - "char": "๐Ÿ‘ญ", - "fitzpatrick_scale": false, + "mermaid": { + "keywords": ["woman", "female", "merwoman", "ariel"], + "char": "๐Ÿงœโ€โ™€๏ธ", + "fitzpatrick_scale": true, "category": "people" }, - "bowing_woman": { - "keywords": ["woman", "female", "girl"], - "char": "๐Ÿ™‡โ€โ™€๏ธ", + "merman": { + "keywords": ["man", "male", "triton"], + "char": "๐Ÿงœโ€โ™‚๏ธ", "fitzpatrick_scale": true, "category": "people" }, - "bowing_man": { - "keywords": ["man", "male", "boy"], - "char": "๐Ÿ™‡", + "woman_fairy": { + "keywords": ["woman", "female"], + "char": "๐Ÿงšโ€โ™€๏ธ", "fitzpatrick_scale": true, "category": "people" }, - "man_facepalming": { - "keywords": ["man", "male", "boy", "disbelief"], - "char": "๐Ÿคฆโ€โ™‚๏ธ", + "man_fairy": { + "keywords": ["man", "male"], + "char": "๐Ÿงšโ€โ™‚๏ธ", "fitzpatrick_scale": true, "category": "people" }, - "woman_facepalming": { - "keywords": ["woman", "female", "girl", "disbelief"], - "char": "๐Ÿคฆโ€โ™€๏ธ", + "angel": { + "keywords": ["heaven", "wings", "halo"], + "char": "๐Ÿ‘ผ", "fitzpatrick_scale": true, "category": "people" }, - "woman_shrugging": { - "keywords": ["woman", "female", "girl", "confused", "indifferent", "doubt"], - "char": "๐Ÿคท", + "pregnant_woman": { + "keywords": ["baby"], + "char": "๐Ÿคฐ", "fitzpatrick_scale": true, "category": "people" }, - "man_shrugging": { - "keywords": ["man", "male", "boy", "confused", "indifferent", "doubt"], - "char": "๐Ÿคทโ€โ™‚๏ธ", + "breastfeeding": { + "keywords": ["nursing", "baby"], + "char": "๐Ÿคฑ", + "fitzpatrick_scale": true, + "category": "people" + }, + "bowing_woman": { + "keywords": ["woman", "female", "girl"], + "char": "๐Ÿ™‡โ€โ™€๏ธ", + "fitzpatrick_scale": true, + "category": "people" + }, + "bowing_man": { + "keywords": ["man", "male", "boy"], + "char": "๐Ÿ™‡", "fitzpatrick_scale": true, "category": "people" }, @@ -1583,6 +1517,30 @@ "fitzpatrick_scale": true, "category": "people" }, + "woman_facepalming": { + "keywords": ["woman", "female", "girl", "disbelief"], + "char": "๐Ÿคฆโ€โ™€๏ธ", + "fitzpatrick_scale": true, + "category": "people" + }, + "man_facepalming": { + "keywords": ["man", "male", "boy", "disbelief"], + "char": "๐Ÿคฆโ€โ™‚๏ธ", + "fitzpatrick_scale": true, + "category": "people" + }, + "woman_shrugging": { + "keywords": ["woman", "female", "girl", "confused", "indifferent", "doubt"], + "char": "๐Ÿคท", + "fitzpatrick_scale": true, + "category": "people" + }, + "man_shrugging": { + "keywords": ["man", "male", "boy", "confused", "indifferent", "doubt"], + "char": "๐Ÿคทโ€โ™‚๏ธ", + "fitzpatrick_scale": true, + "category": "people" + }, "pouting_woman": { "keywords": ["female", "girl", "woman"], "char": "๐Ÿ™Ž", @@ -1643,6 +1601,90 @@ "fitzpatrick_scale": true, "category": "people" }, + "nail_care": { + "keywords": ["beauty", "manicure", "finger", "fashion", "nail"], + "char": "๐Ÿ’…", + "fitzpatrick_scale": true, + "category": "people" + }, + "selfie": { + "keywords": ["camera", "phone"], + "char": "๐Ÿคณ", + "fitzpatrick_scale": true, + "category": "people" + }, + "dancer": { + "keywords": ["female", "girl", "woman", "fun"], + "char": "๐Ÿ’ƒ", + "fitzpatrick_scale": true, + "category": "people" + }, + "man_dancing": { + "keywords": ["male", "boy", "fun", "dancer"], + "char": "๐Ÿ•บ", + "fitzpatrick_scale": true, + "category": "people" + }, + "dancing_women": { + "keywords": ["female", "bunny", "women", "girls"], + "char": "๐Ÿ‘ฏ", + "fitzpatrick_scale": false, + "category": "people" + }, + "dancing_men": { + "keywords": ["male", "bunny", "men", "boys"], + "char": "๐Ÿ‘ฏโ€โ™‚๏ธ", + "fitzpatrick_scale": false, + "category": "people" + }, + "business_suit_levitating": { + "keywords": ["suit", "business", "levitate", "hover", "jump"], + "char": "๐Ÿ•ด", + "fitzpatrick_scale": true, + "category": "activity" + }, + "walking_woman": { + "keywords": ["human", "feet", "steps", "woman", "female"], + "char": "๐Ÿšถโ€โ™€๏ธ", + "fitzpatrick_scale": true, + "category": "people" + }, + "walking_man": { + "keywords": ["human", "feet", "steps"], + "char": "๐Ÿšถ", + "fitzpatrick_scale": true, + "category": "people" + }, + "running_woman": { + "keywords": ["woman", "walking", "exercise", "race", "running", "female"], + "char": "๐Ÿƒโ€โ™€๏ธ", + "fitzpatrick_scale": true, + "category": "people" + }, + "running_man": { + "keywords": ["man", "walking", "exercise", "race", "running"], + "char": "๐Ÿƒ", + "fitzpatrick_scale": true, + "category": "people" + }, + "couple": { + "keywords": ["pair", "people", "human", "love", "date", "dating", "like", "affection", "valentines", "marriage"], + "char": "๐Ÿ‘ซ", + "fitzpatrick_scale": false, + "category": "people" + }, + "two_women_holding_hands": { + "keywords": ["pair", "friendship", "couple", "love", "like", "female", "people", "human"], + "char": "๐Ÿ‘ญ", + "fitzpatrick_scale": false, + "category": "people" + }, + "two_men_holding_hands": { + "keywords": ["pair", "couple", "love", "like", "bromance", "friendship", "people", "human"], + "char": "๐Ÿ‘ฌ", + "fitzpatrick_scale": false, + "category": "people" + }, "couple_with_heart_woman_man": { "keywords": ["pair", "love", "like", "affection", "human", "dating", "valentines", "marriage"], "char": "๐Ÿ’‘", @@ -1895,24 +1937,6 @@ "fitzpatrick_scale": false, "category": "people" }, - "lipstick": { - "keywords": ["female", "girl", "fashion", "woman"], - "char": "๐Ÿ’„", - "fitzpatrick_scale": false, - "category": "people" - }, - "kiss": { - "keywords": ["face", "lips", "love", "like", "affection", "valentines"], - "char": "๐Ÿ’‹", - "fitzpatrick_scale": false, - "category": "people" - }, - "footprints": { - "keywords": ["feet", "tracking", "walking", "beach"], - "char": "๐Ÿ‘ฃ", - "fitzpatrick_scale": false, - "category": "people" - }, "flat_shoe": { "keywords": ["ballet", "slip-on", "slipper"], "char": "๐Ÿฅฟ", @@ -1973,12 +1997,6 @@ "fitzpatrick_scale": false, "category": "people" }, - "womans_hat": { - "keywords": ["fashion", "accessories", "female", "lady", "spring"], - "char": "๐Ÿ‘’", - "fitzpatrick_scale": false, - "category": "people" - }, "tophat": { "keywords": ["magic", "gentleman", "classy", "circus"], "char": "๐ŸŽฉ", @@ -1991,9 +2009,9 @@ "fitzpatrick_scale": false, "category": "people" }, - "rescue_worker_helmet": { - "keywords": ["construction", "build"], - "char": "โ›‘", + "womans_hat": { + "keywords": ["fashion", "accessories", "female", "lady", "spring"], + "char": "๐Ÿ‘’", "fitzpatrick_scale": false, "category": "people" }, @@ -2003,21 +2021,15 @@ "fitzpatrick_scale": false, "category": "people" }, - "crown": { - "keywords": ["king", "kod", "leader", "royalty", "lord"], - "char": "๐Ÿ‘‘", - "fitzpatrick_scale": false, - "category": "people" - }, - "school_satchel": { - "keywords": ["student", "education", "bag", "backpack"], - "char": "๐ŸŽ’", + "rescue_worker_helmet": { + "keywords": ["construction", "build"], + "char": "โ›‘", "fitzpatrick_scale": false, "category": "people" }, - "luggage": { - "keywords": ["packing", "travel"], - "char": "๐Ÿงณ", + "crown": { + "keywords": ["king", "kod", "leader", "royalty", "lord"], + "char": "๐Ÿ‘‘", "fitzpatrick_scale": false, "category": "people" }, @@ -2045,6 +2057,18 @@ "fitzpatrick_scale": false, "category": "people" }, + "school_satchel": { + "keywords": ["student", "education", "bag", "backpack"], + "char": "๐ŸŽ’", + "fitzpatrick_scale": false, + "category": "people" + }, + "luggage": { + "keywords": ["packing", "travel"], + "char": "๐Ÿงณ", + "fitzpatrick_scale": false, + "category": "people" + }, "eyeglasses": { "keywords": ["fashion", "accessories", "eyesight", "nerdy", "dork", "geek"], "char": "๐Ÿ‘“", @@ -2063,12 +2087,6 @@ "fitzpatrick_scale": false, "category": "people" }, - "ring": { - "keywords": ["wedding", "propose", "marriage", "valentines", "diamond", "fashion", "jewelry", "gem", "engagement"], - "char": "๐Ÿ’", - "fitzpatrick_scale": false, - "category": "people" - }, "closed_umbrella": { "keywords": ["weather", "rain", "drizzle"], "char": "๐ŸŒ‚", @@ -2165,36 +2183,12 @@ "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "squid": { - "keywords": ["animal", "nature", "ocean", "sea"], - "char": "๐Ÿฆ‘", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "octopus": { - "keywords": ["animal", "creature", "ocean", "sea", "nature", "beach"], - "char": "๐Ÿ™", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "shrimp": { - "keywords": ["animal", "ocean", "nature", "seafood"], - "char": "๐Ÿฆ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, "monkey_face": { "keywords": ["animal", "nature", "circus"], "char": "๐Ÿต", "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "gorilla": { - "keywords": ["animal", "nature", "circus"], - "char": "๐Ÿฆ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, "see_no_evil": { "keywords": ["monkey", "animal", "nature", "haha"], "char": "๐Ÿ™ˆ", @@ -2327,6 +2321,12 @@ "fitzpatrick_scale": false, "category": "animals_and_nature" }, + "shell": { + "keywords": ["nature", "sea", "beach"], + "char": "๐Ÿš", + "fitzpatrick_scale": false, + "category": "animals_and_nature" + }, "beetle": { "keywords": ["animal", "insect", "nature", "ladybug"], "char": "๐Ÿž", @@ -2339,6 +2339,12 @@ "fitzpatrick_scale": false, "category": "animals_and_nature" }, + "mosquito": { + "keywords": ["animal", "nature", "insect", "malaria"], + "char": "๐ŸฆŸ", + "fitzpatrick_scale": false, + "category": "animals_and_nature" + }, "grasshopper": { "keywords": ["animal", "cricket", "chirp"], "char": "๐Ÿฆ—", @@ -2351,15 +2357,21 @@ "fitzpatrick_scale": false, "category": "animals_and_nature" }, + "spider_web": { + "keywords": ["animal", "insect", "arachnid", "silk"], + "char": "๐Ÿ•ธ", + "fitzpatrick_scale": false, + "category": "animals_and_nature" + }, "scorpion": { "keywords": ["animal", "arachnid"], "char": "๐Ÿฆ‚", "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "crab": { - "keywords": ["animal", "crustacean"], - "char": "๐Ÿฆ€", + "turtle": { + "keywords": ["animal", "slow", "nature", "tortoise"], + "char": "๐Ÿข", "fitzpatrick_scale": false, "category": "animals_and_nature" }, @@ -2387,21 +2399,33 @@ "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "turtle": { - "keywords": ["animal", "slow", "nature", "tortoise"], - "char": "๐Ÿข", + "octopus": { + "keywords": ["animal", "creature", "ocean", "sea", "nature", "beach"], + "char": "๐Ÿ™", "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "tropical_fish": { - "keywords": ["animal", "swim", "ocean", "beach", "nemo"], - "char": "๐Ÿ ", + "squid": { + "keywords": ["animal", "nature", "ocean", "sea"], + "char": "๐Ÿฆ‘", "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "fish": { - "keywords": ["animal", "food", "nature"], - "char": "๐ŸŸ", + "shrimp": { + "keywords": ["animal", "ocean", "nature", "seafood"], + "char": "๐Ÿฆ", + "fitzpatrick_scale": false, + "category": "animals_and_nature" + }, + "lobster": { + "keywords": ["animal", "nature", "bisque", "claws", "seafood"], + "char": "๐Ÿฆž", + "fitzpatrick_scale": false, + "category": "animals_and_nature" + }, + "crab": { + "keywords": ["animal", "crustacean"], + "char": "๐Ÿฆ€", "fitzpatrick_scale": false, "category": "animals_and_nature" }, @@ -2411,15 +2435,21 @@ "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "dolphin": { - "keywords": ["animal", "nature", "fish", "sea", "ocean", "flipper", "fins", "beach"], - "char": "๐Ÿฌ", + "tropical_fish": { + "keywords": ["animal", "swim", "ocean", "beach", "nemo"], + "char": "๐Ÿ ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "shark": { - "keywords": ["animal", "nature", "fish", "sea", "ocean", "jaws", "fins", "beach"], - "char": "๐Ÿฆˆ", + "fish": { + "keywords": ["animal", "food", "nature"], + "char": "๐ŸŸ", + "fitzpatrick_scale": false, + "category": "animals_and_nature" + }, + "dolphin": { + "keywords": ["animal", "nature", "fish", "sea", "ocean", "flipper", "fins", "beach"], + "char": "๐Ÿฌ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, @@ -2435,12 +2465,24 @@ "fitzpatrick_scale": false, "category": "animals_and_nature" }, + "shark": { + "keywords": ["animal", "nature", "fish", "sea", "ocean", "jaws", "fins", "beach"], + "char": "๐Ÿฆˆ", + "fitzpatrick_scale": false, + "category": "animals_and_nature" + }, "crocodile": { "keywords": ["animal", "nature", "reptile", "lizard", "alligator"], "char": "๐ŸŠ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, + "tiger2": { + "keywords": ["animal", "nature", "roar"], + "char": "๐Ÿ…", + "fitzpatrick_scale": false, + "category": "animals_and_nature" + }, "leopard": { "keywords": ["animal", "nature"], "char": "๐Ÿ†", @@ -2453,33 +2495,27 @@ "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "tiger2": { - "keywords": ["animal", "nature", "roar"], - "char": "๐Ÿ…", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "water_buffalo": { - "keywords": ["animal", "nature", "ox", "cow"], - "char": "๐Ÿƒ", + "gorilla": { + "keywords": ["animal", "nature", "circus"], + "char": "๐Ÿฆ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "ox": { - "keywords": ["animal", "cow", "beef"], - "char": "๐Ÿ‚", + "elephant": { + "keywords": ["animal", "nature", "nose", "th", "circus"], + "char": "๐Ÿ˜", "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "cow2": { - "keywords": ["beef", "ox", "animal", "nature", "moo", "milk"], - "char": "๐Ÿ„", + "hippopotamus": { + "keywords": ["animal", "nature"], + "char": "๐Ÿฆ›", "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "deer": { - "keywords": ["animal", "nature", "horns", "venison"], - "char": "๐ŸฆŒ", + "rhinoceros": { + "keywords": ["animal", "nature", "horn"], + "char": "๐Ÿฆ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, @@ -2489,45 +2525,39 @@ "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "camel": { - "keywords": ["animal", "nature", "hot", "desert", "hump"], - "char": "๐Ÿซ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, "giraffe": { "keywords": ["animal", "nature", "spots", "safari"], "char": "๐Ÿฆ’", "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "elephant": { - "keywords": ["animal", "nature", "nose", "th", "circus"], - "char": "๐Ÿ˜", + "kangaroo": { + "keywords": ["animal", "nature", "australia", "joey", "hop", "marsupial"], + "char": "๐Ÿฆ˜", "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "rhinoceros": { - "keywords": ["animal", "nature", "horn"], - "char": "๐Ÿฆ", + "camel": { + "keywords": ["animal", "nature", "hot", "desert", "hump"], + "char": "๐Ÿซ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "goat": { - "keywords": ["animal", "nature"], - "char": "๐Ÿ", + "water_buffalo": { + "keywords": ["animal", "nature", "ox", "cow"], + "char": "๐Ÿƒ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "ram": { - "keywords": ["animal", "sheep", "nature"], - "char": "๐Ÿ", + "ox": { + "keywords": ["animal", "cow", "beef"], + "char": "๐Ÿ‚", "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "sheep": { - "keywords": ["animal", "nature", "wool", "shipit"], - "char": "๐Ÿ‘", + "cow2": { + "keywords": ["beef", "ox", "animal", "nature", "moo", "milk"], + "char": "๐Ÿ„", "fitzpatrick_scale": false, "category": "animals_and_nature" }, @@ -2543,33 +2573,33 @@ "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "rat": { - "keywords": ["animal", "mouse", "rodent"], - "char": "๐Ÿ€", + "ram": { + "keywords": ["animal", "sheep", "nature"], + "char": "๐Ÿ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "mouse2": { - "keywords": ["animal", "nature", "rodent"], - "char": "๐Ÿ", + "sheep": { + "keywords": ["animal", "nature", "wool", "shipit"], + "char": "๐Ÿ‘", "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "rooster": { - "keywords": ["animal", "nature", "chicken"], - "char": "๐Ÿ“", + "llama": { + "keywords": ["animal", "nature", "alpaca"], + "char": "๐Ÿฆ™", "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "turkey": { - "keywords": ["animal", "bird"], - "char": "๐Ÿฆƒ", + "goat": { + "keywords": ["animal", "nature"], + "char": "๐Ÿ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "dove": { - "keywords": ["animal", "bird"], - "char": "๐Ÿ•Š", + "deer": { + "keywords": ["animal", "nature", "horns", "venison"], + "char": "๐ŸฆŒ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, @@ -2591,45 +2621,51 @@ "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "rabbit2": { - "keywords": ["animal", "nature", "pet", "magic", "spring"], - "char": "๐Ÿ‡", + "rooster": { + "keywords": ["animal", "nature", "chicken"], + "char": "๐Ÿ“", "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "chipmunk": { - "keywords": ["animal", "nature", "rodent", "squirrel"], - "char": "๐Ÿฟ", + "turkey": { + "keywords": ["animal", "bird"], + "char": "๐Ÿฆƒ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "hedgehog": { - "keywords": ["animal", "nature", "spiny"], - "char": "๐Ÿฆ”", + "peacock": { + "keywords": ["animal", "nature", "peahen", "bird"], + "char": "๐Ÿฆš", + "fitzpatrick_scale": false, + "category": "animals_and_nature" + }, + "parrot": { + "keywords": ["animal", "nature", "bird", "pirate", "talk"], + "char": "๐Ÿฆœ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "raccoon": { - "keywords": ["animal", "nature"], - "char": "๐Ÿฆ", + "swan": { + "keywords": ["animal", "nature", "bird"], + "char": "๐Ÿฆข", "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "llama": { - "keywords": ["animal", "nature", "alpaca"], - "char": "๐Ÿฆ™", + "dove": { + "keywords": ["animal", "bird"], + "char": "๐Ÿ•Š", "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "hippopotamus": { - "keywords": ["animal", "nature"], - "char": "๐Ÿฆ›", + "rabbit2": { + "keywords": ["animal", "nature", "pet", "magic", "spring"], + "char": "๐Ÿ‡", "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "kangaroo": { - "keywords": ["animal", "nature", "australia", "joey", "hop", "marsupial"], - "char": "๐Ÿฆ˜", + "raccoon": { + "keywords": ["animal", "nature"], + "char": "๐Ÿฆ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, @@ -2639,33 +2675,27 @@ "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "swan": { - "keywords": ["animal", "nature", "bird"], - "char": "๐Ÿฆข", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "peacock": { - "keywords": ["animal", "nature", "peahen", "bird"], - "char": "๐Ÿฆš", + "rat": { + "keywords": ["animal", "mouse", "rodent"], + "char": "๐Ÿ€", "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "parrot": { - "keywords": ["animal", "nature", "bird", "pirate", "talk"], - "char": "๐Ÿฆœ", + "mouse2": { + "keywords": ["animal", "nature", "rodent"], + "char": "๐Ÿ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "lobster": { - "keywords": ["animal", "nature", "bisque", "claws", "seafood"], - "char": "๐Ÿฆž", + "chipmunk": { + "keywords": ["animal", "nature", "rodent", "squirrel"], + "char": "๐Ÿฟ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "mosquito": { - "keywords": ["animal", "nature", "insect", "malaria"], - "char": "๐ŸฆŸ", + "hedgehog": { + "keywords": ["animal", "nature", "spiny"], + "char": "๐Ÿฆ”", "fitzpatrick_scale": false, "category": "animals_and_nature" }, @@ -2831,30 +2861,6 @@ "fitzpatrick_scale": false, "category": "animals_and_nature" }, - "chestnut": { - "keywords": ["food", "squirrel"], - "char": "๐ŸŒฐ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "jack_o_lantern": { - "keywords": ["halloween", "light", "pumpkin", "creepy", "fall"], - "char": "๐ŸŽƒ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "shell": { - "keywords": ["nature", "sea", "beach"], - "char": "๐Ÿš", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "spider_web": { - "keywords": ["animal", "insect", "arachnid", "silk"], - "char": "๐Ÿ•ธ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, "earth_americas": { "keywords": ["globe", "world", "USA", "international"], "char": "๐ŸŒŽ", @@ -3209,6 +3215,12 @@ "fitzpatrick_scale": false, "category": "food_and_drink" }, + "mango": { + "keywords": ["fruit", "food", "tropical"], + "char": "๐Ÿฅญ", + "fitzpatrick_scale": false, + "category": "food_and_drink" + }, "pineapple": { "keywords": ["fruit", "nature", "food"], "char": "๐Ÿ", @@ -3227,9 +3239,15 @@ "fitzpatrick_scale": false, "category": "food_and_drink" }, - "mango": { - "keywords": ["fruit", "food", "tropical"], - "char": "๐Ÿฅญ", + "tomato": { + "keywords": ["fruit", "vegetable", "nature", "food"], + "char": "๐Ÿ…", + "fitzpatrick_scale": false, + "category": "food_and_drink" + }, + "eggplant": { + "keywords": ["vegetable", "nature", "food", "aubergine"], + "char": "๐Ÿ†", "fitzpatrick_scale": false, "category": "food_and_drink" }, @@ -3245,15 +3263,9 @@ "fitzpatrick_scale": false, "category": "food_and_drink" }, - "tomato": { - "keywords": ["fruit", "vegetable", "nature", "food"], - "char": "๐Ÿ…", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "eggplant": { - "keywords": ["vegetable", "nature", "food", "aubergine"], - "char": "๐Ÿ†", + "leafy_greens": { + "keywords": ["food", "vegetable", "plant", "bok choy", "cabbage", "kale", "lettuce"], + "char": "๐Ÿฅฌ", "fitzpatrick_scale": false, "category": "food_and_drink" }, @@ -3263,51 +3275,33 @@ "fitzpatrick_scale": false, "category": "food_and_drink" }, - "carrot": { - "keywords": ["vegetable", "food", "orange"], - "char": "๐Ÿฅ•", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, "hot_pepper": { "keywords": ["food", "spicy", "chilli", "chili"], "char": "๐ŸŒถ", "fitzpatrick_scale": false, "category": "food_and_drink" }, - "potato": { - "keywords": ["food", "tuber", "vegatable", "starch"], - "char": "๐Ÿฅ”", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, "corn": { "keywords": ["food", "vegetable", "plant"], "char": "๐ŸŒฝ", "fitzpatrick_scale": false, "category": "food_and_drink" }, - "leafy_greens": { - "keywords": ["food", "vegetable", "plant", "bok choy", "cabbage", "kale", "lettuce"], - "char": "๐Ÿฅฌ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "sweet_potato": { - "keywords": ["food", "nature"], - "char": "๐Ÿ ", + "carrot": { + "keywords": ["vegetable", "food", "orange"], + "char": "๐Ÿฅ•", "fitzpatrick_scale": false, "category": "food_and_drink" }, - "peanuts": { - "keywords": ["food", "nut"], - "char": "๐Ÿฅœ", + "potato": { + "keywords": ["food", "tuber", "vegatable", "starch"], + "char": "๐Ÿฅ”", "fitzpatrick_scale": false, "category": "food_and_drink" }, - "honey_pot": { - "keywords": ["bees", "sweet", "kitchen"], - "char": "๐Ÿฏ", + "sweet_potato": { + "keywords": ["food", "nature"], + "char": "๐Ÿ ", "fitzpatrick_scale": false, "category": "food_and_drink" }, @@ -3317,6 +3311,12 @@ "fitzpatrick_scale": false, "category": "food_and_drink" }, + "bagel": { + "keywords": ["food", "bread", "bakery", "schmear"], + "char": "๐Ÿฅฏ", + "fitzpatrick_scale": false, + "category": "food_and_drink" + }, "bread": { "keywords": ["food", "wheat", "breakfast", "toast"], "char": "๐Ÿž", @@ -3329,12 +3329,6 @@ "fitzpatrick_scale": false, "category": "food_and_drink" }, - "bagel": { - "keywords": ["food", "bread", "bakery", "schmear"], - "char": "๐Ÿฅฏ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, "pretzel": { "keywords": ["food", "bread", "twisted"], "char": "๐Ÿฅจ", @@ -3353,6 +3347,18 @@ "fitzpatrick_scale": false, "category": "food_and_drink" }, + "fried_egg": { + "keywords": ["food", "breakfast", "kitchen", "egg"], + "char": "๐Ÿณ", + "fitzpatrick_scale": false, + "category": "food_and_drink" + }, + "pancakes": { + "keywords": ["food", "breakfast", "flapjacks", "hotcakes"], + "char": "๐Ÿฅž", + "fitzpatrick_scale": false, + "category": "food_and_drink" + }, "bacon": { "keywords": ["food", "breakfast", "pork", "pig", "meat"], "char": "๐Ÿฅ“", @@ -3365,12 +3371,6 @@ "fitzpatrick_scale": false, "category": "food_and_drink" }, - "pancakes": { - "keywords": ["food", "breakfast", "flapjacks", "hotcakes"], - "char": "๐Ÿฅž", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, "poultry_leg": { "keywords": ["food", "meat", "drumstick", "bird", "chicken", "turkey"], "char": "๐Ÿ—", @@ -3389,15 +3389,9 @@ "fitzpatrick_scale": false, "category": "food_and_drink" }, - "fried_shrimp": { - "keywords": ["food", "animal", "appetizer", "summer"], - "char": "๐Ÿค", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "fried_egg": { - "keywords": ["food", "breakfast", "kitchen", "egg"], - "char": "๐Ÿณ", + "hotdog": { + "keywords": ["food", "frankfurter"], + "char": "๐ŸŒญ", "fitzpatrick_scale": false, "category": "food_and_drink" }, @@ -3413,18 +3407,6 @@ "fitzpatrick_scale": false, "category": "food_and_drink" }, - "stuffed_flatbread": { - "keywords": ["food", "flatbread", "stuffed", "gyro"], - "char": "๐Ÿฅ™", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "hotdog": { - "keywords": ["food", "frankfurter"], - "char": "๐ŸŒญ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, "pizza": { "keywords": ["food", "party"], "char": "๐Ÿ•", @@ -3437,15 +3419,9 @@ "fitzpatrick_scale": false, "category": "food_and_drink" }, - "canned_food": { - "keywords": ["food", "soup"], - "char": "๐Ÿฅซ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "spaghetti": { - "keywords": ["food", "italian", "noodle"], - "char": "๐Ÿ", + "stuffed_flatbread": { + "keywords": ["food", "flatbread", "stuffed", "gyro"], + "char": "๐Ÿฅ™", "fitzpatrick_scale": false, "category": "food_and_drink" }, @@ -3473,6 +3449,18 @@ "fitzpatrick_scale": false, "category": "food_and_drink" }, + "canned_food": { + "keywords": ["food", "soup"], + "char": "๐Ÿฅซ", + "fitzpatrick_scale": false, + "category": "food_and_drink" + }, + "spaghetti": { + "keywords": ["food", "italian", "noodle"], + "char": "๐Ÿ", + "fitzpatrick_scale": false, + "category": "food_and_drink" + }, "ramen": { "keywords": ["food", "japanese", "noodle", "chopsticks"], "char": "๐Ÿœ", @@ -3485,15 +3473,9 @@ "fitzpatrick_scale": false, "category": "food_and_drink" }, - "fish_cake": { - "keywords": ["food", "japan", "sea", "beach", "narutomaki", "pink", "swirl", "kamaboko", "surimi", "ramen"], - "char": "๐Ÿฅ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "fortune_cookie": { - "keywords": ["food", "prophecy"], - "char": "๐Ÿฅ ", + "curry": { + "keywords": ["food", "spicy", "hot", "indian"], + "char": "๐Ÿ›", "fitzpatrick_scale": false, "category": "food_and_drink" }, @@ -3509,9 +3491,9 @@ "fitzpatrick_scale": false, "category": "food_and_drink" }, - "curry": { - "keywords": ["food", "spicy", "hot", "indian"], - "char": "๐Ÿ›", + "fried_shrimp": { + "keywords": ["food", "animal", "appetizer", "summer"], + "char": "๐Ÿค", "fitzpatrick_scale": false, "category": "food_and_drink" }, @@ -3527,9 +3509,27 @@ "fitzpatrick_scale": false, "category": "food_and_drink" }, - "rice_cracker": { - "keywords": ["food", "japanese"], - "char": "๐Ÿ˜", + "rice_cracker": { + "keywords": ["food", "japanese"], + "char": "๐Ÿ˜", + "fitzpatrick_scale": false, + "category": "food_and_drink" + }, + "fish_cake": { + "keywords": ["food", "japan", "sea", "beach", "narutomaki", "pink", "swirl", "kamaboko", "surimi", "ramen"], + "char": "๐Ÿฅ", + "fitzpatrick_scale": false, + "category": "food_and_drink" + }, + "fortune_cookie": { + "keywords": ["food", "prophecy"], + "char": "๐Ÿฅ ", + "fitzpatrick_scale": false, + "category": "food_and_drink" + }, + "moon_cake": { + "keywords": ["food", "autumn"], + "char": "๐Ÿฅฎ", "fitzpatrick_scale": false, "category": "food_and_drink" }, @@ -3569,21 +3569,15 @@ "fitzpatrick_scale": false, "category": "food_and_drink" }, - "cake": { - "keywords": ["food", "dessert"], - "char": "๐Ÿฐ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, "cupcake": { "keywords": ["food", "dessert", "bakery", "sweet"], "char": "๐Ÿง", "fitzpatrick_scale": false, "category": "food_and_drink" }, - "moon_cake": { - "keywords": ["food", "autumn"], - "char": "๐Ÿฅฎ", + "cake": { + "keywords": ["food", "dessert"], + "char": "๐Ÿฐ", "fitzpatrick_scale": false, "category": "food_and_drink" }, @@ -3599,18 +3593,18 @@ "fitzpatrick_scale": false, "category": "food_and_drink" }, - "candy": { - "keywords": ["snack", "dessert", "sweet", "lolly"], - "char": "๐Ÿฌ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, "lollipop": { "keywords": ["food", "snack", "candy", "sweet"], "char": "๐Ÿญ", "fitzpatrick_scale": false, "category": "food_and_drink" }, + "candy": { + "keywords": ["snack", "dessert", "sweet", "lolly"], + "char": "๐Ÿฌ", + "fitzpatrick_scale": false, + "category": "food_and_drink" + }, "chocolate_bar": { "keywords": ["food", "snack", "dessert", "sweet"], "char": "๐Ÿซ", @@ -3623,30 +3617,78 @@ "fitzpatrick_scale": false, "category": "food_and_drink" }, - "dumpling": { - "keywords": ["food", "empanada", "pierogi", "potsticker"], - "char": "๐ŸฅŸ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, "doughnut": { "keywords": ["food", "dessert", "snack", "sweet", "donut"], "char": "๐Ÿฉ", "fitzpatrick_scale": false, "category": "food_and_drink" }, + "dumpling": { + "keywords": ["food", "empanada", "pierogi", "potsticker"], + "char": "๐ŸฅŸ", + "fitzpatrick_scale": false, + "category": "food_and_drink" + }, "cookie": { "keywords": ["food", "snack", "oreo", "chocolate", "sweet", "dessert"], "char": "๐Ÿช", "fitzpatrick_scale": false, "category": "food_and_drink" }, + "chestnut": { + "keywords": ["food", "squirrel"], + "char": "๐ŸŒฐ", + "fitzpatrick_scale": false, + "category": "animals_and_nature" + }, + "peanuts": { + "keywords": ["food", "nut"], + "char": "๐Ÿฅœ", + "fitzpatrick_scale": false, + "category": "food_and_drink" + }, + "honey_pot": { + "keywords": ["bees", "sweet", "kitchen"], + "char": "๐Ÿฏ", + "fitzpatrick_scale": false, + "category": "food_and_drink" + }, "milk_glass": { "keywords": ["beverage", "drink", "cow"], "char": "๐Ÿฅ›", "fitzpatrick_scale": false, "category": "food_and_drink" }, + "baby_bottle": { + "keywords": ["food", "container", "milk"], + "char": "๐Ÿผ", + "fitzpatrick_scale": false, + "category": "food_and_drink" + }, + "coffee": { + "keywords": ["beverage", "caffeine", "latte", "espresso"], + "char": "โ˜•", + "fitzpatrick_scale": false, + "category": "food_and_drink" + }, + "tea": { + "keywords": ["drink", "bowl", "breakfast", "green", "british"], + "char": "๐Ÿต", + "fitzpatrick_scale": false, + "category": "food_and_drink" + }, + "cup_with_straw": { + "keywords": ["drink", "soda"], + "char": "๐Ÿฅค", + "fitzpatrick_scale": false, + "category": "food_and_drink" + }, + "sake": { + "keywords": ["wine", "drink", "drunk", "beverage", "japanese", "alcohol", "booze"], + "char": "๐Ÿถ", + "fitzpatrick_scale": false, + "category": "food_and_drink" + }, "beer": { "keywords": ["relax", "beverage", "drink", "drunk", "party", "pub", "summer", "alcohol", "booze"], "char": "๐Ÿบ", @@ -3695,42 +3737,6 @@ "fitzpatrick_scale": false, "category": "food_and_drink" }, - "sake": { - "keywords": ["wine", "drink", "drunk", "beverage", "japanese", "alcohol", "booze"], - "char": "๐Ÿถ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "tea": { - "keywords": ["drink", "bowl", "breakfast", "green", "british"], - "char": "๐Ÿต", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "cup_with_straw": { - "keywords": ["drink", "soda"], - "char": "๐Ÿฅค", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "coffee": { - "keywords": ["beverage", "caffeine", "latte", "espresso"], - "char": "โ˜•", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "baby_bottle": { - "keywords": ["food", "container", "milk"], - "char": "๐Ÿผ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "salt": { - "keywords": ["condiment", "shaker"], - "char": "๐Ÿง‚", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, "spoon": { "keywords": ["cutlery", "kitchen", "tableware"], "char": "๐Ÿฅ„", @@ -3767,6 +3773,12 @@ "fitzpatrick_scale": false, "category": "food_and_drink" }, + "salt": { + "keywords": ["condiment", "shaker"], + "char": "๐Ÿง‚", + "fitzpatrick_scale": false, + "category": "food_and_drink" + }, "soccer": { "keywords": ["sports", "football"], "char": "โšฝ", @@ -4067,12 +4079,6 @@ "fitzpatrick_scale": true, "category": "activity" }, - "bath": { - "keywords": ["clean", "shower", "bathroom"], - "char": "๐Ÿ›€", - "fitzpatrick_scale": true, - "category": "activity" - }, "basketball_woman": { "keywords": ["sports", "human", "woman", "female"], "char": "โ›น๏ธโ€โ™€๏ธ", @@ -4127,12 +4133,6 @@ "fitzpatrick_scale": true, "category": "activity" }, - "business_suit_levitating": { - "keywords": ["suit", "business", "levitate", "hover", "jump"], - "char": "๐Ÿ•ด", - "fitzpatrick_scale": true, - "category": "activity" - }, "trophy": { "keywords": ["win", "award", "contest", "place", "ftw", "ceremony"], "char": "๐Ÿ†", @@ -4295,12 +4295,6 @@ "fitzpatrick_scale": false, "category": "activity" }, - "space_invader": { - "keywords": ["game", "arcade", "play"], - "char": "๐Ÿ‘พ", - "fitzpatrick_scale": false, - "category": "activity" - }, "dart": { "keywords": ["game", "play", "bar", "target", "bullseye"], "char": "๐ŸŽฏ", @@ -4685,12 +4679,6 @@ "fitzpatrick_scale": false, "category": "travel_and_places" }, - "checkered_flag": { - "keywords": ["contest", "finishline", "race", "gokart"], - "char": "๐Ÿ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, "ship": { "keywords": ["transportation", "titanic", "deploy"], "char": "๐Ÿšข", @@ -5501,12 +5489,6 @@ "fitzpatrick_scale": false, "category": "objects" }, - "skull_and_crossbones": { - "keywords": ["poison", "danger", "deadly", "scary", "death", "pirate", "evil"], - "char": "โ˜ ", - "fitzpatrick_scale": false, - "category": "objects" - }, "coffin": { "keywords": ["vampire", "dead", "die", "death", "rip", "graveyard", "cemetery", "casket", "funeral", "box"], "char": "โšฐ", @@ -5663,6 +5645,12 @@ "fitzpatrick_scale": false, "category": "objects" }, + "bath": { + "keywords": ["clean", "shower", "bathroom"], + "char": "๐Ÿ›€", + "fitzpatrick_scale": true, + "category": "activity" + }, "soap": { "keywords": ["bar", "bathing", "cleaning", "lather"], "char": "๐Ÿงผ", @@ -6161,30 +6149,6 @@ "fitzpatrick_scale": false, "category": "objects" }, - "triangular_flag_on_post": { - "keywords": ["mark", "milestone", "place"], - "char": "๐Ÿšฉ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "white_flag": { - "keywords": ["losing", "loser", "lost", "surrender", "give up", "fail"], - "char": "๐Ÿณ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "black_flag": { - "keywords": ["pirate"], - "char": "๐Ÿด", - "fitzpatrick_scale": false, - "category": "objects" - }, - "rainbow_flag": { - "keywords": ["flag", "rainbow", "pride", "gay", "lgbt", "glbt", "queer", "homosexual", "lesbian", "bisexual", "transgender"], - "char": "๐Ÿณ๏ธโ€๐ŸŒˆ", - "fitzpatrick_scale": false, - "category": "objects" - }, "closed_lock_with_key": { "keywords": ["security", "privacy"], "char": "๐Ÿ”", @@ -6935,6 +6899,12 @@ "fitzpatrick_scale": false, "category": "symbols" }, + "zzz": { + "keywords": ["sleepy", "tired", "dream"], + "char": "๐Ÿ’ค", + "fitzpatrick_scale": false, + "category": "people" + }, "sa": { "keywords": ["japanese", "blue-square", "katakana"], "char": "๐Ÿˆ‚๏ธ", @@ -7907,6 +7877,48 @@ "fitzpatrick_scale": false, "category": "symbols" }, + "white_flag": { + "keywords": ["losing", "loser", "lost", "surrender", "give up", "fail"], + "char": "๐Ÿณ", + "fitzpatrick_scale": false, + "category": "objects" + }, + "black_flag": { + "keywords": ["pirate"], + "char": "๐Ÿด", + "fitzpatrick_scale": false, + "category": "objects" + }, + "pirate_flag": { + "keywords": ["skull", "crossbones", "flag", "banner"], + "char": "๐Ÿดโ€โ˜ ๏ธ", + "fitzpatrick_scale": false, + "category": "flags" + }, + "checkered_flag": { + "keywords": ["contest", "finishline", "race", "gokart"], + "char": "๐Ÿ", + "fitzpatrick_scale": false, + "category": "travel_and_places" + }, + "triangular_flag_on_post": { + "keywords": ["mark", "milestone", "place"], + "char": "๐Ÿšฉ", + "fitzpatrick_scale": false, + "category": "objects" + }, + "rainbow_flag": { + "keywords": ["flag", "rainbow", "pride", "gay", "lgbt", "glbt", "queer", "homosexual", "lesbian", "bisexual", "transgender"], + "char": "๐Ÿณ๏ธโ€๐ŸŒˆ", + "fitzpatrick_scale": false, + "category": "objects" + }, + "united_nations": { + "keywords": ["un", "flag", "banner"], + "char": "๐Ÿ‡บ๐Ÿ‡ณ", + "fitzpatrick_scale": false, + "category": "flags" + }, "afghanistan": { "keywords": ["af", "flag", "nation", "country", "banner"], "char": "๐Ÿ‡ฆ๐Ÿ‡ซ", @@ -9406,17 +9418,5 @@ "char": "๐Ÿ‡ฟ๐Ÿ‡ผ", "fitzpatrick_scale": false, "category": "flags" - }, - "united_nations": { - "keywords": ["un", "flag", "banner"], - "char": "๐Ÿ‡บ๐Ÿ‡ณ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "pirate_flag": { - "keywords": ["skull", "crossbones", "flag", "banner"], - "char": "๐Ÿดโ€โ˜ ๏ธ", - "fitzpatrick_scale": false, - "category": "flags" } } From f1d63c542116c2781ac3ad2cae95d8f6e20780b4 Mon Sep 17 00:00:00 2001 From: Mu-An Chiou Date: Sun, 13 Oct 2019 18:41:51 -0400 Subject: [PATCH 04/24] Fix emoji missing variation selector 16 required for some emoji to be displayed as pictograph --- emojis.json | 284 ++++++++++++++++++++++++++-------------------------- 1 file changed, 142 insertions(+), 142 deletions(-) diff --git a/emojis.json b/emojis.json index ce095fca..0f779aae 100644 --- a/emojis.json +++ b/emojis.json @@ -235,7 +235,7 @@ }, "frowning_face": { "keywords": ["face", "sad", "upset", "frown"], - "char": "โ˜น", + "char": "โ˜น๏ธ", "fitzpatrick_scale": false, "category": "people" }, @@ -583,7 +583,7 @@ }, "skull_and_crossbones": { "keywords": ["poison", "danger", "deadly", "scary", "death", "pirate", "evil"], - "char": "โ˜ ", + "char": "โ˜ ๏ธ", "fitzpatrick_scale": false, "category": "objects" }, @@ -739,7 +739,7 @@ }, "v": { "keywords": ["fingers", "ohyeah", "hand", "peace", "victory", "two"], - "char": "โœŒ", + "char": "โœŒ๏ธ", "fitzpatrick_scale": true, "category": "people" }, @@ -775,7 +775,7 @@ }, "point_up": { "keywords": ["hand", "fingers", "direction", "up"], - "char": "โ˜", + "char": "โ˜๏ธ", "fitzpatrick_scale": true, "category": "people" }, @@ -805,7 +805,7 @@ }, "raised_hand_with_fingers_splayed": { "keywords": ["hand", "fingers", "palm"], - "char": "๐Ÿ–", + "char": "๐Ÿ–๏ธ", "fitzpatrick_scale": true, "category": "people" }, @@ -841,7 +841,7 @@ }, "writing_hand": { "keywords": ["lower_left_ballpoint_pen", "stationery", "write", "compose"], - "char": "โœ", + "char": "โœ๏ธ", "fitzpatrick_scale": true, "category": "people" }, @@ -919,7 +919,7 @@ }, "eye": { "keywords": ["face", "look", "see", "watch", "stare"], - "char": "๐Ÿ‘", + "char": "๐Ÿ‘๏ธ", "fitzpatrick_scale": false, "category": "people" }, @@ -937,7 +937,7 @@ }, "speaking_head": { "keywords": ["user", "person", "human", "sing", "say", "talk"], - "char": "๐Ÿ—ฃ", + "char": "๐Ÿ—ฃ๏ธ", "fitzpatrick_scale": false, "category": "people" }, @@ -1099,7 +1099,7 @@ }, "male_detective": { "keywords": ["human", "spy", "detective"], - "char": "๐Ÿ•ต", + "char": "๐Ÿ•ต๏ธ", "fitzpatrick_scale": true, "category": "people" }, @@ -1639,7 +1639,7 @@ }, "business_suit_levitating": { "keywords": ["suit", "business", "levitate", "hover", "jump"], - "char": "๐Ÿ•ด", + "char": "๐Ÿ•ด๏ธ", "fitzpatrick_scale": true, "category": "activity" }, @@ -2023,7 +2023,7 @@ }, "rescue_worker_helmet": { "keywords": ["construction", "build"], - "char": "โ›‘", + "char": "โ›‘๏ธ", "fitzpatrick_scale": false, "category": "people" }, @@ -2077,7 +2077,7 @@ }, "dark_sunglasses": { "keywords": ["face", "cool", "accessories"], - "char": "๐Ÿ•ถ", + "char": "๐Ÿ•ถ๏ธ", "fitzpatrick_scale": false, "category": "people" }, @@ -2353,13 +2353,13 @@ }, "spider": { "keywords": ["animal", "arachnid"], - "char": "๐Ÿ•ท", + "char": "๐Ÿ•ท๏ธ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, "spider_web": { "keywords": ["animal", "insect", "arachnid", "silk"], - "char": "๐Ÿ•ธ", + "char": "๐Ÿ•ธ๏ธ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, @@ -2653,7 +2653,7 @@ }, "dove": { "keywords": ["animal", "bird"], - "char": "๐Ÿ•Š", + "char": "๐Ÿ•Š๏ธ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, @@ -2689,7 +2689,7 @@ }, "chipmunk": { "keywords": ["animal", "nature", "rodent", "squirrel"], - "char": "๐Ÿฟ", + "char": "๐Ÿฟ๏ธ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, @@ -2761,7 +2761,7 @@ }, "shamrock": { "keywords": ["vegetable", "plant", "nature", "irish", "clover"], - "char": "โ˜˜", + "char": "โ˜˜๏ธ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, @@ -2989,7 +2989,7 @@ }, "comet": { "keywords": ["space"], - "char": "โ˜„", + "char": "โ˜„๏ธ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, @@ -3001,7 +3001,7 @@ }, "sun_behind_small_cloud": { "keywords": ["weather"], - "char": "๐ŸŒค", + "char": "๐ŸŒค๏ธ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, @@ -3013,13 +3013,13 @@ }, "sun_behind_large_cloud": { "keywords": ["weather"], - "char": "๐ŸŒฅ", + "char": "๐ŸŒฅ๏ธ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, "sun_behind_rain_cloud": { "keywords": ["weather"], - "char": "๐ŸŒฆ", + "char": "๐ŸŒฆ๏ธ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, @@ -3031,19 +3031,19 @@ }, "cloud_with_rain": { "keywords": ["weather"], - "char": "๐ŸŒง", + "char": "๐ŸŒง๏ธ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, "cloud_with_lightning_and_rain": { "keywords": ["weather", "lightning"], - "char": "โ›ˆ", + "char": "โ›ˆ๏ธ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, "cloud_with_lightning": { "keywords": ["weather", "thunder"], - "char": "๐ŸŒฉ", + "char": "๐ŸŒฉ๏ธ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, @@ -3073,7 +3073,7 @@ }, "cloud_with_snow": { "keywords": ["weather"], - "char": "๐ŸŒจ", + "char": "๐ŸŒจ๏ธ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, @@ -3085,13 +3085,13 @@ }, "snowman_with_snow": { "keywords": ["winter", "season", "cold", "weather", "christmas", "xmas", "frozen"], - "char": "โ˜ƒ", + "char": "โ˜ƒ๏ธ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, "wind_face": { "keywords": ["gust", "air"], - "char": "๐ŸŒฌ", + "char": "๐ŸŒฌ๏ธ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, @@ -3103,19 +3103,19 @@ }, "tornado": { "keywords": ["weather", "cyclone", "twister"], - "char": "๐ŸŒช", + "char": "๐ŸŒช๏ธ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, "fog": { "keywords": ["weather"], - "char": "๐ŸŒซ", + "char": "๐ŸŒซ๏ธ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, "open_umbrella": { "keywords": ["weather", "spring"], - "char": "โ˜‚", + "char": "โ˜‚๏ธ", "fitzpatrick_scale": false, "category": "animals_and_nature" }, @@ -3277,7 +3277,7 @@ }, "hot_pepper": { "keywords": ["food", "spicy", "chilli", "chili"], - "char": "๐ŸŒถ", + "char": "๐ŸŒถ๏ธ", "fitzpatrick_scale": false, "category": "food_and_drink" }, @@ -3751,7 +3751,7 @@ }, "plate_with_cutlery": { "keywords": ["food", "eat", "meal", "lunch", "dinner", "restaurant"], - "char": "๐Ÿฝ", + "char": "๐Ÿฝ๏ธ", "fitzpatrick_scale": false, "category": "food_and_drink" }, @@ -3853,7 +3853,7 @@ }, "golfing_man": { "keywords": ["sports", "business"], - "char": "๐ŸŒ", + "char": "๐ŸŒ๏ธ", "fitzpatrick_scale": true, "category": "activity" }, @@ -3907,7 +3907,7 @@ }, "skier": { "keywords": ["sports", "winter", "snow"], - "char": "โ›ท", + "char": "โ›ท๏ธ", "fitzpatrick_scale": false, "category": "activity" }, @@ -3961,7 +3961,7 @@ }, "ice_skate": { "keywords": ["sports"], - "char": "โ›ธ", + "char": "โ›ธ๏ธ", "fitzpatrick_scale": false, "category": "activity" }, @@ -4087,7 +4087,7 @@ }, "basketball_man": { "keywords": ["sports", "human"], - "char": "โ›น", + "char": "โ›น๏ธ", "fitzpatrick_scale": true, "category": "activity" }, @@ -4099,7 +4099,7 @@ }, "weight_lifting_man": { "keywords": ["sports", "training", "exercise"], - "char": "๐Ÿ‹", + "char": "๐Ÿ‹๏ธ", "fitzpatrick_scale": true, "category": "activity" }, @@ -4153,7 +4153,7 @@ }, "medal_military": { "keywords": ["award", "winning", "army"], - "char": "๐ŸŽ–", + "char": "๐ŸŽ–๏ธ", "fitzpatrick_scale": false, "category": "activity" }, @@ -4177,13 +4177,13 @@ }, "reminder_ribbon": { "keywords": ["sports", "cause", "support", "awareness"], - "char": "๐ŸŽ—", + "char": "๐ŸŽ—๏ธ", "fitzpatrick_scale": false, "category": "activity" }, "rosette": { "keywords": ["flower", "decoration", "military"], - "char": "๐Ÿต", + "char": "๐Ÿต๏ธ", "fitzpatrick_scale": false, "category": "activity" }, @@ -4195,7 +4195,7 @@ }, "tickets": { "keywords": ["sports", "concert", "entrance"], - "char": "๐ŸŽŸ", + "char": "๐ŸŽŸ๏ธ", "fitzpatrick_scale": false, "category": "activity" }, @@ -4309,7 +4309,7 @@ }, "chess_pawn": { "keywords": ["expendable"], - "char": "โ™Ÿ", + "char": "โ™Ÿ๏ธ", "fitzpatrick_scale": false, "category": "activity" }, @@ -4363,7 +4363,7 @@ }, "racing_car": { "keywords": ["sports", "race", "fast", "formula", "f1"], - "char": "๐ŸŽ", + "char": "๐ŸŽ๏ธ", "fitzpatrick_scale": false, "category": "travel_and_places" }, @@ -4417,7 +4417,7 @@ }, "motorcycle": { "keywords": ["race", "sports", "fast"], - "char": "๐Ÿ", + "char": "๐Ÿ๏ธ", "fitzpatrick_scale": false, "category": "travel_and_places" }, @@ -4567,7 +4567,7 @@ }, "small_airplane": { "keywords": ["flight", "transportation", "fly", "vehicle"], - "char": "๐Ÿ›ฉ", + "char": "๐Ÿ›ฉ๏ธ", "fitzpatrick_scale": false, "category": "travel_and_places" }, @@ -4597,7 +4597,7 @@ }, "motor_boat": { "keywords": ["ship"], - "char": "๐Ÿ›ฅ", + "char": "๐Ÿ›ฅ๏ธ", "fitzpatrick_scale": false, "category": "travel_and_places" }, @@ -4609,13 +4609,13 @@ }, "ferry": { "keywords": ["boat", "ship", "yacht"], - "char": "โ›ด", + "char": "โ›ด๏ธ", "fitzpatrick_scale": false, "category": "travel_and_places" }, "passenger_ship": { "keywords": ["yacht", "cruise", "ferry"], - "char": "๐Ÿ›ณ", + "char": "๐Ÿ›ณ๏ธ", "fitzpatrick_scale": false, "category": "travel_and_places" }, @@ -4627,7 +4627,7 @@ }, "artificial_satellite": { "keywords": ["communication", "gps", "orbit", "spaceflight", "NASA", "ISS"], - "char": "๐Ÿ›ฐ", + "char": "๐Ÿ›ฐ๏ธ", "fitzpatrick_scale": false, "category": "travel_and_places" }, @@ -4705,7 +4705,7 @@ }, "building_construction": { "keywords": ["wip", "working", "progress"], - "char": "๐Ÿ—", + "char": "๐Ÿ—๏ธ", "fitzpatrick_scale": false, "category": "travel_and_places" }, @@ -4741,13 +4741,13 @@ }, "mountain": { "keywords": ["photo", "nature", "environment"], - "char": "โ›ฐ", + "char": "โ›ฐ๏ธ", "fitzpatrick_scale": false, "category": "travel_and_places" }, "mountain_snow": { "keywords": ["photo", "nature", "environment", "winter", "cold"], - "char": "๐Ÿ”", + "char": "๐Ÿ”๏ธ", "fitzpatrick_scale": false, "category": "travel_and_places" }, @@ -4771,7 +4771,7 @@ }, "camping": { "keywords": ["photo", "outdoors", "tent"], - "char": "๐Ÿ•", + "char": "๐Ÿ•๏ธ", "fitzpatrick_scale": false, "category": "travel_and_places" }, @@ -4783,19 +4783,19 @@ }, "national_park": { "keywords": ["photo", "environment", "nature"], - "char": "๐Ÿž", + "char": "๐Ÿž๏ธ", "fitzpatrick_scale": false, "category": "travel_and_places" }, "motorway": { "keywords": ["road", "cupertino", "interstate", "highway"], - "char": "๐Ÿ›ฃ", + "char": "๐Ÿ›ฃ๏ธ", "fitzpatrick_scale": false, "category": "travel_and_places" }, "railway_track": { "keywords": ["train", "transportation"], - "char": "๐Ÿ›ค", + "char": "๐Ÿ›ค๏ธ", "fitzpatrick_scale": false, "category": "travel_and_places" }, @@ -4813,19 +4813,19 @@ }, "desert": { "keywords": ["photo", "warm", "saharah"], - "char": "๐Ÿœ", + "char": "๐Ÿœ๏ธ", "fitzpatrick_scale": false, "category": "travel_and_places" }, "beach_umbrella": { "keywords": ["weather", "summer", "sunny", "sand", "mojito"], - "char": "๐Ÿ–", + "char": "๐Ÿ–๏ธ", "fitzpatrick_scale": false, "category": "travel_and_places" }, "desert_island": { "keywords": ["photo", "tropical", "mojito"], - "char": "๐Ÿ", + "char": "๐Ÿ๏ธ", "fitzpatrick_scale": false, "category": "travel_and_places" }, @@ -4843,7 +4843,7 @@ }, "cityscape": { "keywords": ["photo", "night life", "urban"], - "char": "๐Ÿ™", + "char": "๐Ÿ™๏ธ", "fitzpatrick_scale": false, "category": "travel_and_places" }, @@ -4891,7 +4891,7 @@ }, "houses": { "keywords": ["buildings", "photo"], - "char": "๐Ÿ˜", + "char": "๐Ÿ˜๏ธ", "fitzpatrick_scale": false, "category": "travel_and_places" }, @@ -4909,7 +4909,7 @@ }, "stadium": { "keywords": ["photo", "place", "sports", "concert", "venue"], - "char": "๐ŸŸ", + "char": "๐ŸŸ๏ธ", "fitzpatrick_scale": false, "category": "travel_and_places" }, @@ -4933,7 +4933,7 @@ }, "derelict_house": { "keywords": ["abandon", "evict", "broken", "building"], - "char": "๐Ÿš", + "char": "๐Ÿš๏ธ", "fitzpatrick_scale": false, "category": "travel_and_places" }, @@ -5005,7 +5005,7 @@ }, "classical_building": { "keywords": ["art", "culture", "history"], - "char": "๐Ÿ›", + "char": "๐Ÿ›๏ธ", "fitzpatrick_scale": false, "category": "travel_and_places" }, @@ -5035,7 +5035,7 @@ }, "shinto_shrine": { "keywords": ["temple", "japan", "kyoto"], - "char": "โ›ฉ", + "char": "โ›ฉ๏ธ", "fitzpatrick_scale": false, "category": "travel_and_places" }, @@ -5065,43 +5065,43 @@ }, "keyboard": { "keywords": ["technology", "computer", "type", "input", "text"], - "char": "โŒจ", + "char": "โŒจ๏ธ", "fitzpatrick_scale": false, "category": "objects" }, "desktop_computer": { "keywords": ["technology", "computing", "screen"], - "char": "๐Ÿ–ฅ", + "char": "๐Ÿ–ฅ๏ธ", "fitzpatrick_scale": false, "category": "objects" }, "printer": { "keywords": ["paper", "ink"], - "char": "๐Ÿ–จ", + "char": "๐Ÿ–จ๏ธ", "fitzpatrick_scale": false, "category": "objects" }, "computer_mouse": { "keywords": ["click"], - "char": "๐Ÿ–ฑ", + "char": "๐Ÿ–ฑ๏ธ", "fitzpatrick_scale": false, "category": "objects" }, "trackball": { "keywords": ["technology", "trackpad"], - "char": "๐Ÿ–ฒ", + "char": "๐Ÿ–ฒ๏ธ", "fitzpatrick_scale": false, "category": "objects" }, "joystick": { "keywords": ["game", "play"], - "char": "๐Ÿ•น", + "char": "๐Ÿ•น๏ธ", "fitzpatrick_scale": false, "category": "objects" }, "clamp": { "keywords": ["tool"], - "char": "๐Ÿ—œ", + "char": "๐Ÿ—œ๏ธ", "fitzpatrick_scale": false, "category": "objects" }, @@ -5161,13 +5161,13 @@ }, "film_projector": { "keywords": ["video", "tape", "record", "movie"], - "char": "๐Ÿ“ฝ", + "char": "๐Ÿ“ฝ๏ธ", "fitzpatrick_scale": false, "category": "objects" }, "film_strip": { "keywords": ["movie"], - "char": "๐ŸŽž", + "char": "๐ŸŽž๏ธ", "fitzpatrick_scale": false, "category": "objects" }, @@ -5209,19 +5209,19 @@ }, "studio_microphone": { "keywords": ["sing", "recording", "artist", "talkshow"], - "char": "๐ŸŽ™", + "char": "๐ŸŽ™๏ธ", "fitzpatrick_scale": false, "category": "objects" }, "level_slider": { "keywords": ["scale"], - "char": "๐ŸŽš", + "char": "๐ŸŽš๏ธ", "fitzpatrick_scale": false, "category": "objects" }, "control_knobs": { "keywords": ["dial"], - "char": "๐ŸŽ›", + "char": "๐ŸŽ›๏ธ", "fitzpatrick_scale": false, "category": "objects" }, @@ -5233,13 +5233,13 @@ }, "stopwatch": { "keywords": ["time", "deadline"], - "char": "โฑ", + "char": "โฑ๏ธ", "fitzpatrick_scale": false, "category": "objects" }, "timer_clock": { "keywords": ["alarm"], - "char": "โฒ", + "char": "โฒ๏ธ", "fitzpatrick_scale": false, "category": "objects" }, @@ -5251,7 +5251,7 @@ }, "mantelpiece_clock": { "keywords": ["time"], - "char": "๐Ÿ•ฐ", + "char": "๐Ÿ•ฐ๏ธ", "fitzpatrick_scale": false, "category": "objects" }, @@ -5299,7 +5299,7 @@ }, "candle": { "keywords": ["fire", "wax"], - "char": "๐Ÿ•ฏ", + "char": "๐Ÿ•ฏ๏ธ", "fitzpatrick_scale": false, "category": "objects" }, @@ -5311,13 +5311,13 @@ }, "wastebasket": { "keywords": ["bin", "trash", "rubbish", "garbage", "toss"], - "char": "๐Ÿ—‘", + "char": "๐Ÿ—‘๏ธ", "fitzpatrick_scale": false, "category": "objects" }, "oil_drum": { "keywords": ["barrell"], - "char": "๐Ÿ›ข", + "char": "๐Ÿ›ข๏ธ", "fitzpatrick_scale": false, "category": "objects" }, @@ -5371,7 +5371,7 @@ }, "balance_scale": { "keywords": ["law", "fairness", "weight"], - "char": "โš–", + "char": "โš–๏ธ", "fitzpatrick_scale": false, "category": "objects" }, @@ -5395,19 +5395,19 @@ }, "hammer_and_pick": { "keywords": ["tools", "build", "create"], - "char": "โš’", + "char": "โš’๏ธ", "fitzpatrick_scale": false, "category": "objects" }, "hammer_and_wrench": { "keywords": ["tools", "build", "create"], - "char": "๐Ÿ› ", + "char": "๐Ÿ› ๏ธ", "fitzpatrick_scale": false, "category": "objects" }, "pick": { "keywords": ["tools", "dig"], - "char": "โ›", + "char": "โ›๏ธ", "fitzpatrick_scale": false, "category": "objects" }, @@ -5419,7 +5419,7 @@ }, "gear": { "keywords": ["cog"], - "char": "โš™", + "char": "โš™๏ธ", "fitzpatrick_scale": false, "category": "objects" }, @@ -5431,7 +5431,7 @@ }, "chains": { "keywords": ["lock", "arrest"], - "char": "โ›“", + "char": "โ›“๏ธ", "fitzpatrick_scale": false, "category": "objects" }, @@ -5467,19 +5467,19 @@ }, "dagger": { "keywords": ["weapon"], - "char": "๐Ÿ—ก", + "char": "๐Ÿ—ก๏ธ", "fitzpatrick_scale": false, "category": "objects" }, "crossed_swords": { "keywords": ["weapon"], - "char": "โš”", + "char": "โš”๏ธ", "fitzpatrick_scale": false, "category": "objects" }, "shield": { "keywords": ["protection", "security"], - "char": "๐Ÿ›ก", + "char": "๐Ÿ›ก๏ธ", "fitzpatrick_scale": false, "category": "objects" }, @@ -5491,13 +5491,13 @@ }, "coffin": { "keywords": ["vampire", "dead", "die", "death", "rip", "graveyard", "cemetery", "casket", "funeral", "box"], - "char": "โšฐ", + "char": "โšฐ๏ธ", "fitzpatrick_scale": false, "category": "objects" }, "funeral_urn": { "keywords": ["dead", "die", "death", "rip", "ashes"], - "char": "โšฑ", + "char": "โšฑ๏ธ", "fitzpatrick_scale": false, "category": "objects" }, @@ -5533,7 +5533,7 @@ }, "alembic": { "keywords": ["distilling", "science", "experiment", "chemistry"], - "char": "โš—", + "char": "โš—๏ธ", "fitzpatrick_scale": false, "category": "objects" }, @@ -5551,7 +5551,7 @@ }, "hole": { "keywords": ["embarrassing"], - "char": "๐Ÿ•ณ", + "char": "๐Ÿ•ณ๏ธ", "fitzpatrick_scale": false, "category": "objects" }, @@ -5593,7 +5593,7 @@ }, "thermometer": { "keywords": ["weather", "temperature", "hot", "cold"], - "char": "๐ŸŒก", + "char": "๐ŸŒก๏ธ", "fitzpatrick_scale": false, "category": "objects" }, @@ -5617,7 +5617,7 @@ }, "label": { "keywords": ["sale", "tag"], - "char": "๐Ÿท", + "char": "๐Ÿท๏ธ", "fitzpatrick_scale": false, "category": "objects" }, @@ -5677,13 +5677,13 @@ }, "old_key": { "keywords": ["lock", "door", "password"], - "char": "๐Ÿ—", + "char": "๐Ÿ—๏ธ", "fitzpatrick_scale": false, "category": "objects" }, "couch_and_lamp": { "keywords": ["read", "chill"], - "char": "๐Ÿ›‹", + "char": "๐Ÿ›‹๏ธ", "fitzpatrick_scale": false, "category": "objects" }, @@ -5695,7 +5695,7 @@ }, "bed": { "keywords": ["sleep", "rest"], - "char": "๐Ÿ›", + "char": "๐Ÿ›๏ธ", "fitzpatrick_scale": false, "category": "objects" }, @@ -5707,7 +5707,7 @@ }, "bellhop_bell": { "keywords": ["service"], - "char": "๐Ÿ›Ž", + "char": "๐Ÿ›Ž๏ธ", "fitzpatrick_scale": false, "category": "objects" }, @@ -5719,19 +5719,19 @@ }, "framed_picture": { "keywords": ["photography"], - "char": "๐Ÿ–ผ", + "char": "๐Ÿ–ผ๏ธ", "fitzpatrick_scale": false, "category": "objects" }, "world_map": { "keywords": ["location", "direction"], - "char": "๐Ÿ—บ", + "char": "๐Ÿ—บ๏ธ", "fitzpatrick_scale": false, "category": "objects" }, "parasol_on_ground": { "keywords": ["weather", "summer"], - "char": "โ›ฑ", + "char": "โ›ฑ๏ธ", "fitzpatrick_scale": false, "category": "objects" }, @@ -5743,7 +5743,7 @@ }, "shopping": { "keywords": ["mall", "buy", "purchase"], - "char": "๐Ÿ›", + "char": "๐Ÿ›๏ธ", "fitzpatrick_scale": false, "category": "objects" }, @@ -5965,7 +5965,7 @@ }, "spiral_calendar": { "keywords": ["date", "schedule", "planning"], - "char": "๐Ÿ—“", + "char": "๐Ÿ—“๏ธ", "fitzpatrick_scale": false, "category": "objects" }, @@ -5977,19 +5977,19 @@ }, "card_file_box": { "keywords": ["business", "stationery"], - "char": "๐Ÿ—ƒ", + "char": "๐Ÿ—ƒ๏ธ", "fitzpatrick_scale": false, "category": "objects" }, "ballot_box": { "keywords": ["election", "vote"], - "char": "๐Ÿ—ณ", + "char": "๐Ÿ—ณ๏ธ", "fitzpatrick_scale": false, "category": "objects" }, "file_cabinet": { "keywords": ["filing", "organizing"], - "char": "๐Ÿ—„", + "char": "๐Ÿ—„๏ธ", "fitzpatrick_scale": false, "category": "objects" }, @@ -6001,7 +6001,7 @@ }, "spiral_notepad": { "keywords": ["memo", "stationery"], - "char": "๐Ÿ—’", + "char": "๐Ÿ—’๏ธ", "fitzpatrick_scale": false, "category": "objects" }, @@ -6019,13 +6019,13 @@ }, "card_index_dividers": { "keywords": ["organizing", "business", "stationery"], - "char": "๐Ÿ—‚", + "char": "๐Ÿ—‚๏ธ", "fitzpatrick_scale": false, "category": "objects" }, "newspaper_roll": { "keywords": ["press", "headline"], - "char": "๐Ÿ—ž", + "char": "๐Ÿ—ž๏ธ", "fitzpatrick_scale": false, "category": "objects" }, @@ -6109,7 +6109,7 @@ }, "paperclips": { "keywords": ["documents", "stationery"], - "char": "๐Ÿ–‡", + "char": "๐Ÿ–‡๏ธ", "fitzpatrick_scale": false, "category": "objects" }, @@ -6175,13 +6175,13 @@ }, "pen": { "keywords": ["stationery", "writing", "write"], - "char": "๐Ÿ–Š", + "char": "๐Ÿ–Š๏ธ", "fitzpatrick_scale": false, "category": "objects" }, "fountain_pen": { "keywords": ["stationery", "writing", "write"], - "char": "๐Ÿ–‹", + "char": "๐Ÿ–‹๏ธ", "fitzpatrick_scale": false, "category": "objects" }, @@ -6205,13 +6205,13 @@ }, "crayon": { "keywords": ["drawing", "creativity"], - "char": "๐Ÿ–", + "char": "๐Ÿ–๏ธ", "fitzpatrick_scale": false, "category": "objects" }, "paintbrush": { "keywords": ["drawing", "creativity", "art"], - "char": "๐Ÿ–Œ", + "char": "๐Ÿ–Œ๏ธ", "fitzpatrick_scale": false, "category": "objects" }, @@ -6277,7 +6277,7 @@ }, "heavy_heart_exclamation": { "keywords": ["decoration", "love"], - "char": "โฃ", + "char": "โฃ๏ธ", "fitzpatrick_scale": false, "category": "symbols" }, @@ -6331,37 +6331,37 @@ }, "peace_symbol": { "keywords": ["hippie"], - "char": "โ˜ฎ", + "char": "โ˜ฎ๏ธ", "fitzpatrick_scale": false, "category": "symbols" }, "latin_cross": { "keywords": ["christianity"], - "char": "โœ", + "char": "โœ๏ธ", "fitzpatrick_scale": false, "category": "symbols" }, "star_and_crescent": { "keywords": ["islam"], - "char": "โ˜ช", + "char": "โ˜ช๏ธ", "fitzpatrick_scale": false, "category": "symbols" }, "om": { "keywords": ["hinduism", "buddhism", "sikhism", "jainism"], - "char": "๐Ÿ•‰", + "char": "๐Ÿ•‰๏ธ", "fitzpatrick_scale": false, "category": "symbols" }, "wheel_of_dharma": { "keywords": ["hinduism", "buddhism", "sikhism", "jainism"], - "char": "โ˜ธ", + "char": "โ˜ธ๏ธ", "fitzpatrick_scale": false, "category": "symbols" }, "star_of_david": { "keywords": ["judaism"], - "char": "โœก", + "char": "โœก๏ธ", "fitzpatrick_scale": false, "category": "symbols" }, @@ -6379,13 +6379,13 @@ }, "yin_yang": { "keywords": ["balance"], - "char": "โ˜ฏ", + "char": "โ˜ฏ๏ธ", "fitzpatrick_scale": false, "category": "symbols" }, "orthodox_cross": { "keywords": ["suppedaneum", "religion"], - "char": "โ˜ฆ", + "char": "โ˜ฆ๏ธ", "fitzpatrick_scale": false, "category": "symbols" }, @@ -6481,7 +6481,7 @@ }, "atom_symbol": { "keywords": ["science", "physics", "chemistry"], - "char": "โš›", + "char": "โš›๏ธ", "fitzpatrick_scale": false, "category": "symbols" }, @@ -6499,13 +6499,13 @@ }, "radioactive": { "keywords": ["nuclear", "danger"], - "char": "โ˜ข", + "char": "โ˜ข๏ธ", "fitzpatrick_scale": false, "category": "symbols" }, "biohazard": { "keywords": ["danger"], - "char": "โ˜ฃ", + "char": "โ˜ฃ๏ธ", "fitzpatrick_scale": false, "category": "symbols" }, @@ -6793,7 +6793,7 @@ }, "fleur_de_lis": { "keywords": ["decorative", "scout"], - "char": "โšœ", + "char": "โšœ๏ธ", "fitzpatrick_scale": false, "category": "symbols" }, @@ -7117,7 +7117,7 @@ }, "asterisk": { "keywords": ["star", "keycap"], - "char": "*โƒฃ", + "char": "*๏ธโƒฃ", "fitzpatrick_scale": false, "category": "symbols" }, @@ -7141,37 +7141,37 @@ }, "pause_button": { "keywords": ["pause", "blue-square"], - "char": "โธ", + "char": "โธ๏ธ", "fitzpatrick_scale": false, "category": "symbols" }, "next_track_button": { "keywords": ["forward", "next", "blue-square"], - "char": "โญ", + "char": "โญ๏ธ", "fitzpatrick_scale": false, "category": "symbols" }, "stop_button": { "keywords": ["blue-square"], - "char": "โน", + "char": "โน๏ธ", "fitzpatrick_scale": false, "category": "symbols" }, "record_button": { "keywords": ["blue-square"], - "char": "โบ", + "char": "โบ๏ธ", "fitzpatrick_scale": false, "category": "symbols" }, "play_or_pause_button": { "keywords": ["blue-square", "play", "pause"], - "char": "โฏ", + "char": "โฏ๏ธ", "fitzpatrick_scale": false, "category": "symbols" }, "previous_track_button": { "keywords": ["backward"], - "char": "โฎ", + "char": "โฎ๏ธ", "fitzpatrick_scale": false, "category": "symbols" }, @@ -7423,7 +7423,7 @@ }, "infinity": { "keywords": ["forever"], - "char": "โ™พ", + "char": "โ™พ๏ธ", "fitzpatrick_scale": false, "category": "symbols" }, @@ -7717,7 +7717,7 @@ }, "right_anger_bubble": { "keywords": ["caption", "speech", "thinking", "mad"], - "char": "๐Ÿ—ฏ", + "char": "๐Ÿ—ฏ๏ธ", "fitzpatrick_scale": false, "category": "symbols" }, @@ -7729,7 +7729,7 @@ }, "left_speech_bubble": { "keywords": ["words", "message", "talk", "chatting"], - "char": "๐Ÿ—จ", + "char": "๐Ÿ—จ๏ธ", "fitzpatrick_scale": false, "category": "symbols" }, @@ -7879,7 +7879,7 @@ }, "white_flag": { "keywords": ["losing", "loser", "lost", "surrender", "give up", "fail"], - "char": "๐Ÿณ", + "char": "๐Ÿณ๏ธ", "fitzpatrick_scale": false, "category": "objects" }, From 4cee8ed17f697b8a5a2e55d8d588ba0d9ce46c4c Mon Sep 17 00:00:00 2001 From: Mu-An Chiou Date: Sun, 13 Oct 2019 18:51:22 -0400 Subject: [PATCH 05/24] Use fully qualified emoji sequence --- emojis.json | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/emojis.json b/emojis.json index 0f779aae..05a18d09 100644 --- a/emojis.json +++ b/emojis.json @@ -1003,7 +1003,7 @@ }, "blonde_man": { "keywords": ["man", "male", "boy", "blonde", "guy", "person"], - "char": "๐Ÿ‘ฑ", + "char": "๐Ÿ‘ฑโ€โ™‚๏ธ", "fitzpatrick_scale": true, "category": "people" }, @@ -1051,7 +1051,7 @@ }, "man_with_turban": { "keywords": ["male", "indian", "hinduism", "arabs"], - "char": "๐Ÿ‘ณ", + "char": "๐Ÿ‘ณโ€โ™‚๏ธ", "fitzpatrick_scale": true, "category": "people" }, @@ -1063,7 +1063,7 @@ }, "policeman": { "keywords": ["man", "police", "law", "legal", "enforcement", "arrest", "911"], - "char": "๐Ÿ‘ฎ", + "char": "๐Ÿ‘ฎโ€โ™‚๏ธ", "fitzpatrick_scale": true, "category": "people" }, @@ -1075,7 +1075,7 @@ }, "construction_worker_man": { "keywords": ["male", "human", "wip", "guy", "build", "construction", "worker", "labor"], - "char": "๐Ÿ‘ท", + "char": "๐Ÿ‘ทโ€โ™‚๏ธ", "fitzpatrick_scale": true, "category": "people" }, @@ -1087,7 +1087,7 @@ }, "guardsman": { "keywords": ["uk", "gb", "british", "male", "guy", "royal"], - "char": "๐Ÿ’‚", + "char": "๐Ÿ’‚โ€โ™‚๏ธ", "fitzpatrick_scale": true, "category": "people" }, @@ -1465,13 +1465,13 @@ }, "bowing_man": { "keywords": ["man", "male", "boy"], - "char": "๐Ÿ™‡", + "char": "๐Ÿ™‡โ€โ™‚๏ธ", "fitzpatrick_scale": true, "category": "people" }, "tipping_hand_woman": { "keywords": ["female", "girl", "woman", "human", "information"], - "char": "๐Ÿ’", + "char": "๐Ÿ’โ€โ™€๏ธ", "fitzpatrick_scale": true, "category": "people" }, @@ -1483,7 +1483,7 @@ }, "no_good_woman": { "keywords": ["female", "girl", "woman", "nope"], - "char": "๐Ÿ™…", + "char": "๐Ÿ™…โ€โ™€๏ธ", "fitzpatrick_scale": true, "category": "people" }, @@ -1495,7 +1495,7 @@ }, "ok_woman": { "keywords": ["women", "girl", "female", "pink", "human", "woman"], - "char": "๐Ÿ™†", + "char": "๐Ÿ™†โ€โ™€๏ธ", "fitzpatrick_scale": true, "category": "people" }, @@ -1507,7 +1507,7 @@ }, "raising_hand_woman": { "keywords": ["female", "girl", "woman"], - "char": "๐Ÿ™‹", + "char": "๐Ÿ™‹โ€โ™€๏ธ", "fitzpatrick_scale": true, "category": "people" }, @@ -1531,7 +1531,7 @@ }, "woman_shrugging": { "keywords": ["woman", "female", "girl", "confused", "indifferent", "doubt"], - "char": "๐Ÿคท", + "char": "๐Ÿคทโ€โ™€๏ธ", "fitzpatrick_scale": true, "category": "people" }, @@ -1543,7 +1543,7 @@ }, "pouting_woman": { "keywords": ["female", "girl", "woman"], - "char": "๐Ÿ™Ž", + "char": "๐Ÿ™Žโ€โ™€๏ธ", "fitzpatrick_scale": true, "category": "people" }, @@ -1555,7 +1555,7 @@ }, "frowning_woman": { "keywords": ["female", "girl", "woman", "sad", "depressed", "discouraged", "unhappy"], - "char": "๐Ÿ™", + "char": "๐Ÿ™โ€โ™€๏ธ", "fitzpatrick_scale": true, "category": "people" }, @@ -1567,7 +1567,7 @@ }, "haircut_woman": { "keywords": ["female", "girl", "woman"], - "char": "๐Ÿ’‡", + "char": "๐Ÿ’‡โ€โ™€๏ธ", "fitzpatrick_scale": true, "category": "people" }, @@ -1579,7 +1579,7 @@ }, "massage_woman": { "keywords": ["female", "girl", "woman", "head"], - "char": "๐Ÿ’†", + "char": "๐Ÿ’†โ€โ™€๏ธ", "fitzpatrick_scale": true, "category": "people" }, @@ -1627,7 +1627,7 @@ }, "dancing_women": { "keywords": ["female", "bunny", "women", "girls"], - "char": "๐Ÿ‘ฏ", + "char": "๐Ÿ‘ฏโ€โ™€๏ธ", "fitzpatrick_scale": false, "category": "people" }, @@ -1651,7 +1651,7 @@ }, "walking_man": { "keywords": ["human", "feet", "steps"], - "char": "๐Ÿšถ", + "char": "๐Ÿšถโ€โ™‚๏ธ", "fitzpatrick_scale": true, "category": "people" }, @@ -1663,7 +1663,7 @@ }, "running_man": { "keywords": ["man", "walking", "exercise", "race", "running"], - "char": "๐Ÿƒ", + "char": "๐Ÿƒโ€โ™‚๏ธ", "fitzpatrick_scale": true, "category": "people" }, @@ -4015,7 +4015,7 @@ }, "rowing_man": { "keywords": ["sports", "hobby", "water", "ship"], - "char": "๐Ÿšฃ", + "char": "๐Ÿšฃโ€โ™‚๏ธ", "fitzpatrick_scale": true, "category": "activity" }, @@ -4039,7 +4039,7 @@ }, "swimming_man": { "keywords": ["sports", "exercise", "human", "athlete", "water", "summer"], - "char": "๐ŸŠ", + "char": "๐ŸŠโ€โ™‚๏ธ", "fitzpatrick_scale": true, "category": "activity" }, @@ -4075,7 +4075,7 @@ }, "surfing_man": { "keywords": ["sports", "ocean", "sea", "summer", "beach"], - "char": "๐Ÿ„", + "char": "๐Ÿ„โ€โ™‚๏ธ", "fitzpatrick_scale": true, "category": "activity" }, @@ -4111,7 +4111,7 @@ }, "biking_man": { "keywords": ["sports", "bike", "exercise", "hipster"], - "char": "๐Ÿšด", + "char": "๐Ÿšดโ€โ™‚๏ธ", "fitzpatrick_scale": true, "category": "activity" }, @@ -4123,7 +4123,7 @@ }, "mountain_biking_man": { "keywords": ["transportation", "sports", "human", "race", "bike"], - "char": "๐Ÿšต", + "char": "๐Ÿšตโ€โ™‚๏ธ", "fitzpatrick_scale": true, "category": "activity" }, From 3dc8033f3e5295d04ab064029b9a6e3ddee8273b Mon Sep 17 00:00:00 2001 From: Mu-An Chiou Date: Sun, 3 Nov 2019 08:54:31 -0500 Subject: [PATCH 06/24] Upgrade data --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9411ca4b..d01f7f4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -608,9 +608,9 @@ "dev": true }, "unicode-emoji-json": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/unicode-emoji-json/-/unicode-emoji-json-0.0.2.tgz", - "integrity": "sha512-LuROc6kxLalEiZUbwpSAQJTns/v39oLGj6/Aj9T3dtzgSqj5CciNUnQwJxjkofwh16DGTUesZ2JBR+MYp/DaRg==", + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/unicode-emoji-json/-/unicode-emoji-json-0.1.0.tgz", + "integrity": "sha512-7jyfbZZf4OaDF4o4h9GdlxTmh6dodwAnLVVI9rVmDiol1aKD2oBh9mgMQGil7fAOJiyLzS+RHo2F0Ex3D13syw==", "dev": true }, "util-deprecate": { diff --git a/package.json b/package.json index 74fbc02e..2d11cf91 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "prompts": "^2.2.1", "tap-spec": "^5.0.0", "tape": "^4.9.1", - "unicode-emoji-json": "0.0.2" + "unicode-emoji-json": "^0.1.0" }, "dependencies": {} } From 059005b9f53b5d788711fc7b2f8971cc41ac4c96 Mon Sep 17 00:00:00 2001 From: Mu-An Chiou Date: Sun, 3 Nov 2019 21:04:34 -0500 Subject: [PATCH 07/24] Remove build --- .gitignore | 1 - build.js | 16 - ordered.json | 1572 -------------------------------------------------- package.json | 4 - 4 files changed, 1593 deletions(-) delete mode 100644 build.js delete mode 100644 ordered.json diff --git a/.gitignore b/.gitignore index 1a3806a2..3c3629e6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ node_modules -simplemap.json diff --git a/build.js b/build.js deleted file mode 100644 index 6516fa27..00000000 --- a/build.js +++ /dev/null @@ -1,16 +0,0 @@ -var fs = require('fs') -var path = require('path') -var JSONStream = require('JSONStream') -var format = require('format-json-stream') - -var simplemap = fs.createWriteStream(path.join(__dirname, 'simplemap.json')) - -fs.createReadStream(path.join(__dirname, 'emojis.json')) - .pipe(JSONStream.parse('*', function (val, key) { - if (val.char) { - return [key[0], val.char] - } - })) - .pipe(JSONStream.stringifyObject()) - .pipe(format()) - .pipe(simplemap) diff --git a/ordered.json b/ordered.json deleted file mode 100644 index 532e31e2..00000000 --- a/ordered.json +++ /dev/null @@ -1,1572 +0,0 @@ -[ - "grinning", - "smiley", - "smile", - "grin", - "laughing", - "sweat_smile", - "joy", - "rofl", - "relaxed", - "blush", - "innocent", - "slightly_smiling_face", - "upside_down_face", - "wink", - "relieved", - "heart_eyes", - "smiling_face_with_three_hearts", - "kissing_heart", - "kissing", - "kissing_smiling_eyes", - "kissing_closed_eyes", - "yum", - "stuck_out_tongue", - "stuck_out_tongue_closed_eyes", - "stuck_out_tongue_winking_eye", - "zany", - "raised_eyebrow", - "monocle", - "nerd_face", - "sunglasses", - "star_struck", - "partying", - "smirk", - "unamused", - "disappointed", - "pensive", - "worried", - "confused", - "slightly_frowning_face", - "frowning_face", - "persevere", - "confounded", - "tired_face", - "weary", - "pleading", - "cry", - "sob", - "triumph", - "angry", - "rage", - "symbols_over_mouth", - "exploding_head", - "flushed", - "hot", - "cold", - "scream", - "fearful", - "cold_sweat", - "disappointed_relieved", - "sweat", - "hugs", - "thinking", - "hand_over_mouth", - "shushing", - "lying_face", - "no_mouth", - "neutral_face", - "expressionless", - "grimacing", - "roll_eyes", - "hushed", - "frowning", - "anguished", - "open_mouth", - "astonished", - "sleeping", - "drooling_face", - "sleepy", - "dizzy_face", - "zipper_mouth_face", - "woozy", - "nauseated_face", - "vomiting", - "sneezing_face", - "mask", - "face_with_thermometer", - "face_with_head_bandage", - "money_mouth_face", - "cowboy_hat_face", - "smiling_imp", - "imp", - "japanese_ogre", - "japanese_goblin", - "clown_face", - "poop", - "ghost", - "skull", - "skull_and_crossbones", - "alien", - "space_invader", - "robot", - "jack_o_lantern", - "smiley_cat", - "smile_cat", - "joy_cat", - "heart_eyes_cat", - "smirk_cat", - "kissing_cat", - "scream_cat", - "crying_cat_face", - "pouting_cat", - "palms_up", - "open_hands", - "raised_hands", - "clap", - "handshake", - "+1", - "-1", - "facepunch", - "fist", - "fist_left", - "fist_right", - "crossed_fingers", - "v", - "love_you", - "metal", - "ok_hand", - "point_left", - "point_right", - "point_up", - "point_down", - "point_up_2", - "raised_hand", - "raised_back_of_hand", - "raised_hand_with_fingers_splayed", - "vulcan_salute", - "wave", - "call_me_hand", - "muscle", - "fu", - "writing_hand", - "pray", - "foot", - "leg", - "ring", - "lipstick", - "kiss", - "lips", - "tooth", - "tongue", - "ear", - "nose", - "footprints", - "eye", - "eyes", - "brain", - "speaking_head", - "bust_in_silhouette", - "busts_in_silhouette", - "baby", - "girl", - "child", - "boy", - "woman", - "adult", - "man", - "blonde_woman", - "blonde_man", - "bearded_person", - "older_woman", - "older_adult", - "older_man", - "man_with_gua_pi_mao", - "woman_with_headscarf", - "woman_with_turban", - "man_with_turban", - "policewoman", - "policeman", - "construction_worker_woman", - "construction_worker_man", - "guardswoman", - "guardsman", - "female_detective", - "male_detective", - "woman_health_worker", - "man_health_worker", - "woman_farmer", - "man_farmer", - "woman_cook", - "man_cook", - "woman_student", - "man_student", - "woman_singer", - "man_singer", - "woman_teacher", - "man_teacher", - "woman_factory_worker", - "man_factory_worker", - "woman_technologist", - "man_technologist", - "woman_office_worker", - "man_office_worker", - "woman_mechanic", - "man_mechanic", - "woman_scientist", - "man_scientist", - "woman_artist", - "man_artist", - "woman_firefighter", - "man_firefighter", - "woman_pilot", - "man_pilot", - "woman_astronaut", - "man_astronaut", - "woman_judge", - "man_judge", - "bride_with_veil", - "man_in_tuxedo", - "princess", - "prince", - "woman_superhero", - "man_superhero", - "woman_supervillain", - "man_supervillain", - "mrs_claus", - "santa", - "sorceress", - "wizard", - "woman_elf", - "man_elf", - "woman_vampire", - "man_vampire", - "woman_zombie", - "man_zombie", - "woman_genie", - "man_genie", - "mermaid", - "merman", - "woman_fairy", - "man_fairy", - "angel", - "pregnant_woman", - "breastfeeding", - "bowing_woman", - "bowing_man", - "tipping_hand_woman", - "tipping_hand_man", - "no_good_woman", - "no_good_man", - "ok_woman", - "ok_man", - "raising_hand_woman", - "raising_hand_man", - "woman_facepalming", - "man_facepalming", - "woman_shrugging", - "man_shrugging", - "pouting_woman", - "pouting_man", - "frowning_woman", - "frowning_man", - "haircut_woman", - "haircut_man", - "massage_woman", - "massage_man", - "woman_in_steamy_room", - "man_in_steamy_room", - "nail_care", - "selfie", - "dancer", - "man_dancing", - "dancing_women", - "dancing_men", - "business_suit_levitating", - "walking_woman", - "walking_man", - "running_woman", - "running_man", - "couple", - "two_women_holding_hands", - "two_men_holding_hands", - "couple_with_heart_woman_man", - "couple_with_heart_woman_woman", - "couple_with_heart_man_man", - "couplekiss_man_woman", - "couplekiss_woman_woman", - "couplekiss_man_man", - "family_man_woman_boy", - "family_man_woman_girl", - "family_man_woman_girl_boy", - "family_man_woman_boy_boy", - "family_man_woman_girl_girl", - "family_woman_woman_boy", - "family_woman_woman_girl", - "family_woman_woman_girl_boy", - "family_woman_woman_boy_boy", - "family_woman_woman_girl_girl", - "family_man_man_boy", - "family_man_man_girl", - "family_man_man_girl_boy", - "family_man_man_boy_boy", - "family_man_man_girl_girl", - "family_woman_boy", - "family_woman_girl", - "family_woman_girl_boy", - "family_woman_boy_boy", - "family_woman_girl_girl", - "family_man_boy", - "family_man_girl", - "family_man_girl_boy", - "family_man_boy_boy", - "family_man_girl_girl", - "yarn", - "thread", - "coat", - "labcoat", - "womans_clothes", - "tshirt", - "jeans", - "necktie", - "dress", - "bikini", - "kimono", - "flat_shoe", - "high_heel", - "sandal", - "boot", - "mans_shoe", - "athletic_shoe", - "hiking_boot", - "socks", - "gloves", - "scarf", - "tophat", - "billed_hat", - "womans_hat", - "mortar_board", - "rescue_worker_helmet", - "crown", - "pouch", - "purse", - "handbag", - "briefcase", - "school_satchel", - "luggage", - "eyeglasses", - "dark_sunglasses", - "goggles", - "closed_umbrella", - "dog", - "cat", - "mouse", - "hamster", - "rabbit", - "fox_face", - "bear", - "panda_face", - "koala", - "tiger", - "lion", - "cow", - "pig", - "pig_nose", - "frog", - "monkey_face", - "see_no_evil", - "hear_no_evil", - "speak_no_evil", - "monkey", - "chicken", - "penguin", - "bird", - "baby_chick", - "hatching_chick", - "hatched_chick", - "duck", - "eagle", - "owl", - "bat", - "wolf", - "boar", - "horse", - "unicorn", - "honeybee", - "bug", - "butterfly", - "snail", - "shell", - "beetle", - "ant", - "mosquito", - "grasshopper", - "spider", - "spider_web", - "scorpion", - "turtle", - "snake", - "lizard", - "t-rex", - "sauropod", - "octopus", - "squid", - "shrimp", - "lobster", - "crab", - "blowfish", - "tropical_fish", - "fish", - "dolphin", - "whale", - "whale2", - "shark", - "crocodile", - "tiger2", - "leopard", - "zebra", - "gorilla", - "elephant", - "hippopotamus", - "rhinoceros", - "dromedary_camel", - "giraffe", - "kangaroo", - "camel", - "water_buffalo", - "ox", - "cow2", - "racehorse", - "pig2", - "ram", - "sheep", - "llama", - "goat", - "deer", - "dog2", - "poodle", - "cat2", - "rooster", - "turkey", - "peacock", - "parrot", - "swan", - "dove", - "rabbit2", - "raccoon", - "badger", - "rat", - "mouse2", - "chipmunk", - "hedgehog", - "paw_prints", - "dragon", - "dragon_face", - "cactus", - "christmas_tree", - "evergreen_tree", - "deciduous_tree", - "palm_tree", - "seedling", - "herb", - "shamrock", - "four_leaf_clover", - "bamboo", - "tanabata_tree", - "leaves", - "fallen_leaf", - "maple_leaf", - "ear_of_rice", - "hibiscus", - "sunflower", - "rose", - "wilted_flower", - "tulip", - "blossom", - "cherry_blossom", - "bouquet", - "mushroom", - "earth_americas", - "earth_africa", - "earth_asia", - "full_moon", - "waning_gibbous_moon", - "last_quarter_moon", - "waning_crescent_moon", - "new_moon", - "waxing_crescent_moon", - "first_quarter_moon", - "waxing_gibbous_moon", - "new_moon_with_face", - "full_moon_with_face", - "first_quarter_moon_with_face", - "last_quarter_moon_with_face", - "sun_with_face", - "crescent_moon", - "star", - "star2", - "dizzy", - "sparkles", - "comet", - "sunny", - "sun_behind_small_cloud", - "partly_sunny", - "sun_behind_large_cloud", - "sun_behind_rain_cloud", - "cloud", - "cloud_with_rain", - "cloud_with_lightning_and_rain", - "cloud_with_lightning", - "zap", - "fire", - "boom", - "snowflake", - "cloud_with_snow", - "snowman", - "snowman_with_snow", - "wind_face", - "dash", - "tornado", - "fog", - "open_umbrella", - "umbrella", - "droplet", - "sweat_drops", - "ocean", - "green_apple", - "apple", - "pear", - "tangerine", - "lemon", - "banana", - "watermelon", - "grapes", - "strawberry", - "melon", - "cherries", - "peach", - "mango", - "pineapple", - "coconut", - "kiwi_fruit", - "tomato", - "eggplant", - "avocado", - "broccoli", - "leafy_greens", - "cucumber", - "hot_pepper", - "corn", - "carrot", - "potato", - "sweet_potato", - "croissant", - "bagel", - "bread", - "baguette_bread", - "pretzel", - "cheese", - "egg", - "fried_egg", - "pancakes", - "bacon", - "steak", - "poultry_leg", - "meat_on_bone", - "bone", - "hotdog", - "hamburger", - "fries", - "pizza", - "sandwich", - "stuffed_flatbread", - "taco", - "burrito", - "green_salad", - "shallow_pan_of_food", - "canned_food", - "spaghetti", - "ramen", - "stew", - "curry", - "sushi", - "bento", - "fried_shrimp", - "rice_ball", - "rice", - "rice_cracker", - "fish_cake", - "fortune_cookie", - "moon_cake", - "oden", - "dango", - "shaved_ice", - "ice_cream", - "icecream", - "pie", - "cupcake", - "cake", - "birthday", - "custard", - "lollipop", - "candy", - "chocolate_bar", - "popcorn", - "doughnut", - "dumpling", - "cookie", - "chestnut", - "peanuts", - "honey_pot", - "milk_glass", - "baby_bottle", - "coffee", - "tea", - "cup_with_straw", - "sake", - "beer", - "beers", - "clinking_glasses", - "wine_glass", - "tumbler_glass", - "cocktail", - "tropical_drink", - "champagne", - "spoon", - "fork_and_knife", - "plate_with_cutlery", - "bowl_with_spoon", - "takeout_box", - "chopsticks", - "salt", - "soccer", - "basketball", - "football", - "baseball", - "softball", - "tennis", - "volleyball", - "rugby_football", - "flying_disc", - "8ball", - "golf", - "golfing_woman", - "golfing_man", - "ping_pong", - "badminton", - "goal_net", - "ice_hockey", - "field_hockey", - "lacrosse", - "cricket", - "ski", - "skier", - "snowboarder", - "person_fencing", - "women_wrestling", - "men_wrestling", - "woman_cartwheeling", - "man_cartwheeling", - "woman_playing_handball", - "man_playing_handball", - "ice_skate", - "curling_stone", - "skateboard", - "sled", - "bow_and_arrow", - "fishing_pole_and_fish", - "boxing_glove", - "martial_arts_uniform", - "rowing_woman", - "rowing_man", - "climbing_woman", - "climbing_man", - "swimming_woman", - "swimming_man", - "woman_playing_water_polo", - "man_playing_water_polo", - "woman_in_lotus_position", - "man_in_lotus_position", - "surfing_woman", - "surfing_man", - "basketball_woman", - "basketball_man", - "weight_lifting_woman", - "weight_lifting_man", - "biking_woman", - "biking_man", - "mountain_biking_woman", - "mountain_biking_man", - "horse_racing", - "trophy", - "running_shirt_with_sash", - "medal_sports", - "medal_military", - "1st_place_medal", - "2nd_place_medal", - "3rd_place_medal", - "reminder_ribbon", - "rosette", - "ticket", - "tickets", - "performing_arts", - "art", - "circus_tent", - "woman_juggling", - "man_juggling", - "microphone", - "headphones", - "musical_score", - "musical_keyboard", - "drum", - "saxophone", - "trumpet", - "guitar", - "violin", - "clapper", - "video_game", - "dart", - "game_die", - "chess_pawn", - "slot_machine", - "jigsaw", - "bowling", - "red_car", - "taxi", - "blue_car", - "bus", - "trolleybus", - "racing_car", - "police_car", - "ambulance", - "fire_engine", - "minibus", - "truck", - "articulated_lorry", - "tractor", - "kick_scooter", - "motorcycle", - "bike", - "motor_scooter", - "rotating_light", - "oncoming_police_car", - "oncoming_bus", - "oncoming_automobile", - "oncoming_taxi", - "aerial_tramway", - "mountain_cableway", - "suspension_railway", - "railway_car", - "train", - "monorail", - "bullettrain_side", - "bullettrain_front", - "light_rail", - "mountain_railway", - "steam_locomotive", - "train2", - "metro", - "tram", - "station", - "flying_saucer", - "helicopter", - "small_airplane", - "airplane", - "flight_departure", - "flight_arrival", - "sailboat", - "motor_boat", - "speedboat", - "ferry", - "passenger_ship", - "rocket", - "artificial_satellite", - "seat", - "canoe", - "anchor", - "construction", - "fuelpump", - "busstop", - "vertical_traffic_light", - "traffic_light", - "ship", - "ferris_wheel", - "roller_coaster", - "carousel_horse", - "building_construction", - "foggy", - "tokyo_tower", - "factory", - "fountain", - "rice_scene", - "mountain", - "mountain_snow", - "mount_fuji", - "volcano", - "japan", - "camping", - "tent", - "national_park", - "motorway", - "railway_track", - "sunrise", - "sunrise_over_mountains", - "desert", - "beach_umbrella", - "desert_island", - "city_sunrise", - "city_sunset", - "cityscape", - "night_with_stars", - "bridge_at_night", - "milky_way", - "stars", - "sparkler", - "fireworks", - "rainbow", - "houses", - "european_castle", - "japanese_castle", - "stadium", - "statue_of_liberty", - "house", - "house_with_garden", - "derelict_house", - "office", - "department_store", - "post_office", - "european_post_office", - "hospital", - "bank", - "hotel", - "convenience_store", - "school", - "love_hotel", - "wedding", - "classical_building", - "church", - "mosque", - "synagogue", - "kaaba", - "shinto_shrine", - "watch", - "iphone", - "calling", - "computer", - "keyboard", - "desktop_computer", - "printer", - "computer_mouse", - "trackball", - "joystick", - "clamp", - "minidisc", - "floppy_disk", - "cd", - "dvd", - "vhs", - "camera", - "camera_flash", - "video_camera", - "movie_camera", - "film_projector", - "film_strip", - "telephone_receiver", - "phone", - "pager", - "fax", - "tv", - "radio", - "studio_microphone", - "level_slider", - "control_knobs", - "compass", - "stopwatch", - "timer_clock", - "alarm_clock", - "mantelpiece_clock", - "hourglass_flowing_sand", - "hourglass", - "satellite", - "battery", - "electric_plug", - "bulb", - "flashlight", - "candle", - "fire_extinguisher", - "wastebasket", - "oil_drum", - "money_with_wings", - "dollar", - "yen", - "euro", - "pound", - "moneybag", - "credit_card", - "gem", - "balance_scale", - "toolbox", - "wrench", - "hammer", - "hammer_and_pick", - "hammer_and_wrench", - "pick", - "nut_and_bolt", - "gear", - "brick", - "chains", - "magnet", - "gun", - "bomb", - "firecracker", - "hocho", - "dagger", - "crossed_swords", - "shield", - "smoking", - "coffin", - "funeral_urn", - "amphora", - "crystal_ball", - "prayer_beads", - "nazar_amulet", - "barber", - "alembic", - "telescope", - "microscope", - "hole", - "pill", - "syringe", - "dna", - "microbe", - "petri_dish", - "test_tube", - "thermometer", - "broom", - "basket", - "toilet_paper", - "label", - "bookmark", - "toilet", - "shower", - "bathtub", - "bath", - "soap", - "sponge", - "lotion_bottle", - "key", - "old_key", - "couch_and_lamp", - "sleeping_bed", - "bed", - "door", - "bellhop_bell", - "teddy_bear", - "framed_picture", - "world_map", - "parasol_on_ground", - "moyai", - "shopping", - "shopping_cart", - "balloon", - "flags", - "ribbon", - "gift", - "confetti_ball", - "tada", - "dolls", - "wind_chime", - "crossed_flags", - "izakaya_lantern", - "red_envelope", - "email", - "envelope_with_arrow", - "incoming_envelope", - "e-mail", - "love_letter", - "postbox", - "mailbox_closed", - "mailbox", - "mailbox_with_mail", - "mailbox_with_no_mail", - "package", - "postal_horn", - "inbox_tray", - "outbox_tray", - "scroll", - "page_with_curl", - "bookmark_tabs", - "receipt", - "bar_chart", - "chart_with_upwards_trend", - "chart_with_downwards_trend", - "page_facing_up", - "date", - "calendar", - "spiral_calendar", - "card_index", - "card_file_box", - "ballot_box", - "file_cabinet", - "clipboard", - "spiral_notepad", - "file_folder", - "open_file_folder", - "card_index_dividers", - "newspaper_roll", - "newspaper", - "notebook", - "closed_book", - "green_book", - "blue_book", - "orange_book", - "notebook_with_decorative_cover", - "ledger", - "books", - "open_book", - "safety_pin", - "link", - "paperclip", - "paperclips", - "scissors", - "triangular_ruler", - "straight_ruler", - "abacus", - "pushpin", - "round_pushpin", - "closed_lock_with_key", - "lock", - "unlock", - "lock_with_ink_pen", - "pen", - "fountain_pen", - "black_nib", - "memo", - "pencil2", - "crayon", - "paintbrush", - "mag", - "mag_right", - "heart", - "orange_heart", - "yellow_heart", - "green_heart", - "blue_heart", - "purple_heart", - "black_heart", - "broken_heart", - "heavy_heart_exclamation", - "two_hearts", - "revolving_hearts", - "heartbeat", - "heartpulse", - "sparkling_heart", - "cupid", - "gift_heart", - "heart_decoration", - "peace_symbol", - "latin_cross", - "star_and_crescent", - "om", - "wheel_of_dharma", - "star_of_david", - "six_pointed_star", - "menorah", - "yin_yang", - "orthodox_cross", - "place_of_worship", - "ophiuchus", - "aries", - "taurus", - "gemini", - "cancer", - "leo", - "virgo", - "libra", - "scorpius", - "sagittarius", - "capricorn", - "aquarius", - "pisces", - "id", - "atom_symbol", - "u7a7a", - "u5272", - "radioactive", - "biohazard", - "mobile_phone_off", - "vibration_mode", - "u6709", - "u7121", - "u7533", - "u55b6", - "u6708", - "eight_pointed_black_star", - "vs", - "accept", - "white_flower", - "ideograph_advantage", - "secret", - "congratulations", - "u5408", - "u6e80", - "u7981", - "a", - "b", - "ab", - "cl", - "o2", - "sos", - "no_entry", - "name_badge", - "no_entry_sign", - "x", - "o", - "stop_sign", - "anger", - "hotsprings", - "no_pedestrians", - "do_not_litter", - "no_bicycles", - "non-potable_water", - "underage", - "no_mobile_phones", - "exclamation", - "grey_exclamation", - "question", - "grey_question", - "bangbang", - "interrobang", - "100", - "low_brightness", - "high_brightness", - "trident", - "fleur_de_lis", - "part_alternation_mark", - "warning", - "children_crossing", - "beginner", - "recycle", - "u6307", - "chart", - "sparkle", - "eight_spoked_asterisk", - "negative_squared_cross_mark", - "white_check_mark", - "diamond_shape_with_a_dot_inside", - "cyclone", - "loop", - "globe_with_meridians", - "m", - "atm", - "zzz", - "sa", - "passport_control", - "customs", - "baggage_claim", - "left_luggage", - "wheelchair", - "no_smoking", - "wc", - "parking", - "potable_water", - "mens", - "womens", - "baby_symbol", - "restroom", - "put_litter_in_its_place", - "cinema", - "signal_strength", - "koko", - "ng", - "ok", - "up", - "cool", - "new", - "free", - "zero", - "one", - "two", - "three", - "four", - "five", - "six", - "seven", - "eight", - "nine", - "keycap_ten", - "asterisk", - "1234", - "eject_button", - "arrow_forward", - "pause_button", - "next_track_button", - "stop_button", - "record_button", - "play_or_pause_button", - "previous_track_button", - "fast_forward", - "rewind", - "twisted_rightwards_arrows", - "repeat", - "repeat_one", - "arrow_backward", - "arrow_up_small", - "arrow_down_small", - "arrow_double_up", - "arrow_double_down", - "arrow_right", - "arrow_left", - "arrow_up", - "arrow_down", - "arrow_upper_right", - "arrow_lower_right", - "arrow_lower_left", - "arrow_upper_left", - "arrow_up_down", - "left_right_arrow", - "arrows_counterclockwise", - "arrow_right_hook", - "leftwards_arrow_with_hook", - "arrow_heading_up", - "arrow_heading_down", - "hash", - "information_source", - "abc", - "abcd", - "capital_abcd", - "symbols", - "musical_note", - "notes", - "wavy_dash", - "curly_loop", - "heavy_check_mark", - "arrows_clockwise", - "heavy_plus_sign", - "heavy_minus_sign", - "heavy_division_sign", - "heavy_multiplication_x", - "infinity", - "heavy_dollar_sign", - "currency_exchange", - "copyright", - "registered", - "tm", - "end", - "back", - "on", - "top", - "soon", - "ballot_box_with_check", - "radio_button", - "white_circle", - "black_circle", - "red_circle", - "large_blue_circle", - "small_orange_diamond", - "small_blue_diamond", - "large_orange_diamond", - "large_blue_diamond", - "small_red_triangle", - "black_small_square", - "white_small_square", - "black_large_square", - "white_large_square", - "small_red_triangle_down", - "black_medium_square", - "white_medium_square", - "black_medium_small_square", - "white_medium_small_square", - "black_square_button", - "white_square_button", - "speaker", - "sound", - "loud_sound", - "mute", - "mega", - "loudspeaker", - "bell", - "no_bell", - "black_joker", - "mahjong", - "spades", - "clubs", - "hearts", - "diamonds", - "flower_playing_cards", - "thought_balloon", - "right_anger_bubble", - "speech_balloon", - "left_speech_bubble", - "clock1", - "clock2", - "clock3", - "clock4", - "clock5", - "clock6", - "clock7", - "clock8", - "clock9", - "clock10", - "clock11", - "clock12", - "clock130", - "clock230", - "clock330", - "clock430", - "clock530", - "clock630", - "clock730", - "clock830", - "clock930", - "clock1030", - "clock1130", - "clock1230", - "white_flag", - "black_flag", - "pirate_flag", - "checkered_flag", - "triangular_flag_on_post", - "rainbow_flag", - "united_nations", - "afghanistan", - "aland_islands", - "albania", - "algeria", - "american_samoa", - "andorra", - "angola", - "anguilla", - "antarctica", - "antigua_barbuda", - "argentina", - "armenia", - "aruba", - "australia", - "austria", - "azerbaijan", - "bahamas", - "bahrain", - "bangladesh", - "barbados", - "belarus", - "belgium", - "belize", - "benin", - "bermuda", - "bhutan", - "bolivia", - "caribbean_netherlands", - "bosnia_herzegovina", - "botswana", - "brazil", - "british_indian_ocean_territory", - "british_virgin_islands", - "brunei", - "bulgaria", - "burkina_faso", - "burundi", - "cape_verde", - "cambodia", - "cameroon", - "canada", - "canary_islands", - "cayman_islands", - "central_african_republic", - "chad", - "chile", - "cn", - "christmas_island", - "cocos_islands", - "colombia", - "comoros", - "congo_brazzaville", - "congo_kinshasa", - "cook_islands", - "costa_rica", - "croatia", - "cuba", - "curacao", - "cyprus", - "czech_republic", - "denmark", - "djibouti", - "dominica", - "dominican_republic", - "ecuador", - "egypt", - "el_salvador", - "equatorial_guinea", - "eritrea", - "estonia", - "ethiopia", - "eu", - "falkland_islands", - "faroe_islands", - "fiji", - "finland", - "fr", - "french_guiana", - "french_polynesia", - "french_southern_territories", - "gabon", - "gambia", - "georgia", - "de", - "ghana", - "gibraltar", - "greece", - "greenland", - "grenada", - "guadeloupe", - "guam", - "guatemala", - "guernsey", - "guinea", - "guinea_bissau", - "guyana", - "haiti", - "honduras", - "hong_kong", - "hungary", - "iceland", - "india", - "indonesia", - "iran", - "iraq", - "ireland", - "isle_of_man", - "israel", - "it", - "cote_divoire", - "jamaica", - "jp", - "jersey", - "jordan", - "kazakhstan", - "kenya", - "kiribati", - "kosovo", - "kuwait", - "kyrgyzstan", - "laos", - "latvia", - "lebanon", - "lesotho", - "liberia", - "libya", - "liechtenstein", - "lithuania", - "luxembourg", - "macau", - "macedonia", - "madagascar", - "malawi", - "malaysia", - "maldives", - "mali", - "malta", - "marshall_islands", - "martinique", - "mauritania", - "mauritius", - "mayotte", - "mexico", - "micronesia", - "moldova", - "monaco", - "mongolia", - "montenegro", - "montserrat", - "morocco", - "mozambique", - "myanmar", - "namibia", - "nauru", - "nepal", - "netherlands", - "new_caledonia", - "new_zealand", - "nicaragua", - "niger", - "nigeria", - "niue", - "norfolk_island", - "northern_mariana_islands", - "north_korea", - "norway", - "oman", - "pakistan", - "palau", - "palestinian_territories", - "panama", - "papua_new_guinea", - "paraguay", - "peru", - "philippines", - "pitcairn_islands", - "poland", - "portugal", - "puerto_rico", - "qatar", - "reunion", - "romania", - "ru", - "rwanda", - "st_barthelemy", - "st_helena", - "st_kitts_nevis", - "st_lucia", - "st_pierre_miquelon", - "st_vincent_grenadines", - "samoa", - "san_marino", - "sao_tome_principe", - "saudi_arabia", - "senegal", - "serbia", - "seychelles", - "sierra_leone", - "singapore", - "sint_maarten", - "slovakia", - "slovenia", - "solomon_islands", - "somalia", - "south_africa", - "south_georgia_south_sandwich_islands", - "kr", - "south_sudan", - "es", - "sri_lanka", - "sudan", - "suriname", - "swaziland", - "sweden", - "switzerland", - "syria", - "taiwan", - "tajikistan", - "tanzania", - "thailand", - "timor_leste", - "togo", - "tokelau", - "tonga", - "trinidad_tobago", - "tunisia", - "tr", - "turkmenistan", - "turks_caicos_islands", - "tuvalu", - "uganda", - "ukraine", - "united_arab_emirates", - "uk", - "england", - "scotland", - "wales", - "us", - "us_virgin_islands", - "uruguay", - "uzbekistan", - "vanuatu", - "vatican_city", - "venezuela", - "vietnam", - "wallis_futuna", - "western_sahara", - "yemen", - "zambia", - "zimbabwe" -] diff --git a/package.json b/package.json index 2d11cf91..137103bb 100644 --- a/package.json +++ b/package.json @@ -6,14 +6,10 @@ "files": [ "emojis.json", "index.js", - "ordered.json", "LICENSE", "package.json", - "simplemap.json" ], "scripts": { - "build": "node build.js", - "prepublish": "npm run build", "test": "node test.js | tap-spec" }, "repository": { From dcadbd46ceb7ae11cb82bebdbb0b340555fea18c Mon Sep 17 00:00:00 2001 From: Mu-An Chiou Date: Sun, 3 Nov 2019 21:05:06 -0500 Subject: [PATCH 08/24] Remove bower --- bower.json | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 bower.json diff --git a/bower.json b/bower.json deleted file mode 100644 index 3232ac8c..00000000 --- a/bower.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "emojilib", - "version": "2.2.12", - "homepage": "https://github.com/muan/emojilib", - "authors": [ - "Mu-An Chiou " - ], - "description": "Emoji keyword lib in JSON", - "main": "emojis.json", - "keywords": [ - "emoji" - ], - "license": "MIT", - "ignore": [ - "test.js", - "*.yml", - "package.json", - "CONTRIBUTING.md", - "**/.*" - ] -} From c9bb5d60650d8e544f9e8c5ffea6f44da6feed41 Mon Sep 17 00:00:00 2001 From: Mu-An Chiou Date: Sun, 3 Nov 2019 21:37:41 -0500 Subject: [PATCH 09/24] Add the new emoji.json --- emoji.json | 11658 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 11658 insertions(+) create mode 100644 emoji.json diff --git a/emoji.json b/emoji.json new file mode 100644 index 00000000..f90e4683 --- /dev/null +++ b/emoji.json @@ -0,0 +1,11658 @@ +{ + "๐Ÿ˜€": [ + "grinning_face", + "face", + "smile", + "happy", + "joy", + ":D", + "grin" + ], + "๐Ÿ˜ƒ": [ + "grinning_face_with_big_eyes", + "face", + "happy", + "joy", + "haha", + ":D", + ":)", + "smile", + "funny" + ], + "๐Ÿ˜„": [ + "grinning_face_with_smiling_eyes", + "face", + "happy", + "joy", + "funny", + "haha", + "laugh", + "like", + ":D", + ":)" + ], + "๐Ÿ˜": [ + "beaming_face_with_smiling_eyes", + "face", + "happy", + "smile", + "joy", + "kawaii" + ], + "๐Ÿ˜†": [ + "grinning_squinting_face", + "happy", + "joy", + "lol", + "satisfied", + "haha", + "face", + "glad", + "XD", + "laugh" + ], + "๐Ÿ˜…": [ + "grinning_face_with_sweat", + "face", + "hot", + "happy", + "laugh", + "sweat", + "smile", + "relief" + ], + "๐Ÿคฃ": [ + "rolling_on_the_floor_laughing", + "face", + "rolling", + "floor", + "laughing", + "lol", + "haha" + ], + "๐Ÿ˜‚": [ + "face_with_tears_of_joy", + "face", + "cry", + "tears", + "weep", + "happy", + "happytears", + "haha" + ], + "๐Ÿ™‚": [ + "slightly_smiling_face", + "face", + "smile" + ], + "๐Ÿ™ƒ": [ + "upside_down_face", + "face", + "flipped", + "silly", + "smile" + ], + "๐Ÿ˜‰": [ + "winking_face", + "face", + "happy", + "mischievous", + "secret", + ";)", + "smile", + "eye" + ], + "๐Ÿ˜Š": [ + "smiling_face_with_smiling_eyes", + "face", + "smile", + "happy", + "flushed", + "crush", + "embarrassed", + "shy", + "joy" + ], + "๐Ÿ˜‡": [ + "smiling_face_with_halo", + "face", + "angel", + "heaven", + "halo" + ], + "๐Ÿฅฐ": [ + "smiling_face_with_hearts", + "face", + "love", + "like", + "affection", + "valentines", + "infatuation", + "crush", + "hearts", + "adore" + ], + "๐Ÿ˜": [ + "smiling_face_with_heart_eyes", + "face", + "love", + "like", + "affection", + "valentines", + "infatuation", + "crush", + "heart" + ], + "๐Ÿคฉ": [ + "star_struck", + "face", + "smile", + "starry", + "eyes", + "grinning" + ], + "๐Ÿ˜˜": [ + "face_blowing_a_kiss", + "face", + "love", + "like", + "affection", + "valentines", + "infatuation", + "kiss" + ], + "๐Ÿ˜—": [ + "kissing_face", + "love", + "like", + "face", + "3", + "valentines", + "infatuation", + "kiss" + ], + "โ˜บ๏ธ": [ + "smiling_face", + "face", + "blush", + "massage", + "happiness" + ], + "๐Ÿ˜š": [ + "kissing_face_with_closed_eyes", + "face", + "love", + "like", + "affection", + "valentines", + "infatuation", + "kiss" + ], + "๐Ÿ˜™": [ + "kissing_face_with_smiling_eyes", + "face", + "affection", + "valentines", + "infatuation", + "kiss" + ], + "๐Ÿ˜‹": [ + "face_savoring_food", + "happy", + "joy", + "tongue", + "smile", + "face", + "silly", + "yummy", + "nom", + "delicious", + "savouring" + ], + "๐Ÿ˜›": [ + "face_with_tongue", + "face", + "prank", + "childish", + "playful", + "mischievous", + "smile", + "tongue" + ], + "๐Ÿ˜œ": [ + "winking_face_with_tongue", + "face", + "prank", + "childish", + "playful", + "mischievous", + "smile", + "wink", + "tongue" + ], + "๐Ÿคช": [ + "zany_face", + "face", + "goofy", + "crazy" + ], + "๐Ÿ˜": [ + "squinting_face_with_tongue", + "face", + "prank", + "playful", + "mischievous", + "smile", + "tongue" + ], + "๐Ÿค‘": [ + "money_mouth_face", + "face", + "rich", + "dollar", + "money" + ], + "๐Ÿค—": [ + "hugging_face", + "face", + "smile", + "hug" + ], + "๐Ÿคญ": [ + "face_with_hand_over_mouth", + "face", + "whoops", + "shock", + "surprise" + ], + "๐Ÿคซ": [ + "shushing_face", + "face", + "quiet", + "shhh" + ], + "๐Ÿค”": [ + "thinking_face", + "face", + "hmmm", + "think", + "consider" + ], + "๐Ÿค": [ + "zipper_mouth_face", + "face", + "sealed", + "zipper", + "secret" + ], + "๐Ÿคจ": [ + "face_with_raised_eyebrow", + "face", + "distrust", + "scepticism", + "disapproval", + "disbelief", + "surprise" + ], + "๐Ÿ˜": [ + "neutral_face", + "indifference", + "meh", + ":|", + "neutral" + ], + "๐Ÿ˜‘": [ + "expressionless_face", + "face", + "indifferent", + "-_-", + "meh", + "deadpan" + ], + "๐Ÿ˜ถ": [ + "face_without_mouth", + "face", + "hellokitty" + ], + "๐Ÿ˜": [ + "smirking_face", + "face", + "smile", + "mean", + "prank", + "smug", + "sarcasm" + ], + "๐Ÿ˜’": [ + "unamused_face", + "indifference", + "bored", + "straight face", + "serious", + "sarcasm", + "unimpressed", + "skeptical", + "dubious", + "side_eye" + ], + "๐Ÿ™„": [ + "face_with_rolling_eyes", + "face", + "eyeroll", + "frustrated" + ], + "๐Ÿ˜ฌ": [ + "grimacing_face", + "face", + "grimace", + "teeth" + ], + "๐Ÿคฅ": [ + "lying_face", + "face", + "lie", + "pinocchio" + ], + "๐Ÿ˜Œ": [ + "relieved_face", + "face", + "relaxed", + "phew", + "massage", + "happiness" + ], + "๐Ÿ˜”": [ + "pensive_face", + "face", + "sad", + "depressed", + "upset" + ], + "๐Ÿ˜ช": [ + "sleepy_face", + "face", + "tired", + "rest", + "nap" + ], + "๐Ÿคค": [ + "drooling_face", + "face" + ], + "๐Ÿ˜ด": [ + "sleeping_face", + "face", + "tired", + "sleepy", + "night", + "zzz" + ], + "๐Ÿ˜ท": [ + "face_with_medical_mask", + "face", + "sick", + "ill", + "disease" + ], + "๐Ÿค’": [ + "face_with_thermometer", + "sick", + "temperature", + "thermometer", + "cold", + "fever" + ], + "๐Ÿค•": [ + "face_with_head_bandage", + "injured", + "clumsy", + "bandage", + "hurt" + ], + "๐Ÿคข": [ + "nauseated_face", + "face", + "vomit", + "gross", + "green", + "sick", + "throw up", + "ill" + ], + "๐Ÿคฎ": [ + "face_vomiting", + "face", + "sick" + ], + "๐Ÿคง": [ + "sneezing_face", + "face", + "gesundheit", + "sneeze", + "sick", + "allergy" + ], + "๐Ÿฅต": [ + "hot_face", + "face", + "feverish", + "heat", + "red", + "sweating" + ], + "๐Ÿฅถ": [ + "cold_face", + "face", + "blue", + "freezing", + "frozen", + "frostbite", + "icicles" + ], + "๐Ÿฅด": [ + "woozy_face", + "face", + "dizzy", + "intoxicated", + "tipsy", + "wavy" + ], + "๐Ÿ˜ต": [ + "dizzy_face", + "spent", + "unconscious", + "xox", + "dizzy" + ], + "๐Ÿคฏ": [ + "exploding_head", + "face", + "shocked", + "mind", + "blown" + ], + "๐Ÿค ": [ + "cowboy_hat_face", + "face", + "cowgirl", + "hat" + ], + "๐Ÿฅณ": [ + "partying_face", + "face", + "celebration", + "woohoo" + ], + "๐Ÿ˜Ž": [ + "smiling_face_with_sunglasses", + "face", + "cool", + "smile", + "summer", + "beach", + "sunglass" + ], + "๐Ÿค“": [ + "nerd_face", + "face", + "nerdy", + "geek", + "dork" + ], + "๐Ÿง": [ + "face_with_monocle", + "face", + "stuffy", + "wealthy" + ], + "๐Ÿ˜•": [ + "confused_face", + "face", + "indifference", + "huh", + "weird", + "hmmm", + ":/" + ], + "๐Ÿ˜Ÿ": [ + "worried_face", + "face", + "concern", + "nervous", + ":(" + ], + "๐Ÿ™": [ + "slightly_frowning_face", + "face", + "frowning", + "disappointed", + "sad", + "upset" + ], + "โ˜น๏ธ": [ + "frowning_face", + "face", + "sad", + "upset", + "frown" + ], + "๐Ÿ˜ฎ": [ + "face_with_open_mouth", + "face", + "surprise", + "impressed", + "wow", + "whoa", + ":O" + ], + "๐Ÿ˜ฏ": [ + "hushed_face", + "face", + "woo", + "shh" + ], + "๐Ÿ˜ฒ": [ + "astonished_face", + "face", + "xox", + "surprised", + "poisoned" + ], + "๐Ÿ˜ณ": [ + "flushed_face", + "face", + "blush", + "shy", + "flattered" + ], + "๐Ÿฅบ": [ + "pleading_face", + "face", + "begging", + "mercy" + ], + "๐Ÿ˜ฆ": [ + "frowning_face_with_open_mouth", + "face", + "aw", + "what" + ], + "๐Ÿ˜ง": [ + "anguished_face", + "face", + "stunned", + "nervous" + ], + "๐Ÿ˜จ": [ + "fearful_face", + "face", + "scared", + "terrified", + "nervous", + "oops", + "huh" + ], + "๐Ÿ˜ฐ": [ + "anxious_face_with_sweat", + "face", + "nervous", + "sweat" + ], + "๐Ÿ˜ฅ": [ + "sad_but_relieved_face", + "face", + "phew", + "sweat", + "nervous" + ], + "๐Ÿ˜ข": [ + "crying_face", + "face", + "tears", + "sad", + "depressed", + "upset", + ":'(" + ], + "๐Ÿ˜ญ": [ + "loudly_crying_face", + "face", + "cry", + "tears", + "sad", + "upset", + "depressed" + ], + "๐Ÿ˜ฑ": [ + "face_screaming_in_fear", + "face", + "munch", + "scared", + "omg" + ], + "๐Ÿ˜–": [ + "confounded_face", + "face", + "confused", + "sick", + "unwell", + "oops", + ":S" + ], + "๐Ÿ˜ฃ": [ + "persevering_face", + "face", + "sick", + "no", + "upset", + "oops" + ], + "๐Ÿ˜ž": [ + "disappointed_face", + "face", + "sad", + "upset", + "depressed", + ":(" + ], + "๐Ÿ˜“": [ + "downcast_face_with_sweat", + "face", + "hot", + "sad", + "tired", + "exercise" + ], + "๐Ÿ˜ฉ": [ + "weary_face", + "face", + "tired", + "sleepy", + "sad", + "frustrated", + "upset" + ], + "๐Ÿ˜ซ": [ + "tired_face", + "sick", + "whine", + "upset", + "frustrated" + ], + "๐Ÿฅฑ": [ + "yawning_face" + ], + "๐Ÿ˜ค": [ + "face_with_steam_from_nose", + "face", + "gas", + "phew", + "proud", + "pride" + ], + "๐Ÿ˜ก": [ + "pouting_face", + "angry", + "mad", + "hate", + "despise" + ], + "๐Ÿ˜ ": [ + "angry_face", + "mad", + "face", + "annoyed", + "frustrated" + ], + "๐Ÿคฌ": [ + "face_with_symbols_on_mouth", + "face", + "swearing", + "cursing", + "cussing", + "profanity", + "expletive" + ], + "๐Ÿ˜ˆ": [ + "smiling_face_with_horns", + "devil", + "horns" + ], + "๐Ÿ‘ฟ": [ + "angry_face_with_horns", + "devil", + "angry", + "horns" + ], + "๐Ÿ’€": [ + "skull", + "dead", + "skeleton", + "creepy", + "death" + ], + "โ˜ ๏ธ": [ + "skull_and_crossbones", + "poison", + "danger", + "deadly", + "scary", + "death", + "pirate", + "evil" + ], + "๐Ÿ’ฉ": [ + "pile_of_poo", + "hankey", + "shitface", + "fail", + "turd", + "shit" + ], + "๐Ÿคก": [ + "clown_face", + "face" + ], + "๐Ÿ‘น": [ + "ogre", + "monster", + "red", + "mask", + "halloween", + "scary", + "creepy", + "devil", + "demon", + "japanese", + "ogre" + ], + "๐Ÿ‘บ": [ + "goblin", + "red", + "evil", + "mask", + "monster", + "scary", + "creepy", + "japanese", + "goblin" + ], + "๐Ÿ‘ป": [ + "ghost", + "halloween", + "spooky", + "scary" + ], + "๐Ÿ‘ฝ": [ + "alien", + "UFO", + "paul", + "weird", + "outer_space" + ], + "๐Ÿ‘พ": [ + "alien_monster", + "game", + "arcade", + "play" + ], + "๐Ÿค–": [ + "robot", + "computer", + "machine", + "bot" + ], + "๐Ÿ˜บ": [ + "grinning_cat", + "animal", + "cats", + "happy", + "smile" + ], + "๐Ÿ˜ธ": [ + "grinning_cat_with_smiling_eyes", + "animal", + "cats", + "smile" + ], + "๐Ÿ˜น": [ + "cat_with_tears_of_joy", + "animal", + "cats", + "haha", + "happy", + "tears" + ], + "๐Ÿ˜ป": [ + "smiling_cat_with_heart_eyes", + "animal", + "love", + "like", + "affection", + "cats", + "valentines", + "heart" + ], + "๐Ÿ˜ผ": [ + "cat_with_wry_smile", + "animal", + "cats", + "smirk" + ], + "๐Ÿ˜ฝ": [ + "kissing_cat", + "animal", + "cats", + "kiss" + ], + "๐Ÿ™€": [ + "weary_cat", + "animal", + "cats", + "munch", + "scared", + "scream" + ], + "๐Ÿ˜ฟ": [ + "crying_cat", + "animal", + "tears", + "weep", + "sad", + "cats", + "upset", + "cry" + ], + "๐Ÿ˜พ": [ + "pouting_cat", + "animal", + "cats" + ], + "๐Ÿ™ˆ": [ + "see_no_evil_monkey", + "monkey", + "animal", + "nature", + "haha" + ], + "๐Ÿ™‰": [ + "hear_no_evil_monkey", + "animal", + "monkey", + "nature" + ], + "๐Ÿ™Š": [ + "speak_no_evil_monkey", + "monkey", + "animal", + "nature", + "omg" + ], + "๐Ÿ’‹": [ + "kiss_mark", + "face", + "lips", + "love", + "like", + "affection", + "valentines" + ], + "๐Ÿ’Œ": [ + "love_letter", + "email", + "like", + "affection", + "envelope", + "valentines" + ], + "๐Ÿ’˜": [ + "heart_with_arrow", + "love", + "like", + "heart", + "affection", + "valentines" + ], + "๐Ÿ’": [ + "heart_with_ribbon", + "love", + "valentines" + ], + "๐Ÿ’–": [ + "sparkling_heart", + "love", + "like", + "affection", + "valentines" + ], + "๐Ÿ’—": [ + "growing_heart", + "like", + "love", + "affection", + "valentines", + "pink" + ], + "๐Ÿ’“": [ + "beating_heart", + "love", + "like", + "affection", + "valentines", + "pink", + "heart" + ], + "๐Ÿ’ž": [ + "revolving_hearts", + "love", + "like", + "affection", + "valentines" + ], + "๐Ÿ’•": [ + "two_hearts", + "love", + "like", + "affection", + "valentines", + "heart" + ], + "๐Ÿ’Ÿ": [ + "heart_decoration", + "purple-square", + "love", + "like" + ], + "โฃ๏ธ": [ + "heart_exclamation", + "decoration", + "love" + ], + "๐Ÿ’”": [ + "broken_heart", + "sad", + "sorry", + "break", + "heart", + "heartbreak" + ], + "โค๏ธ": [ + "red_heart", + "love", + "like", + "valentines" + ], + "๐Ÿงก": [ + "orange_heart", + "love", + "like", + "affection", + "valentines" + ], + "๐Ÿ’›": [ + "yellow_heart", + "love", + "like", + "affection", + "valentines" + ], + "๐Ÿ’š": [ + "green_heart", + "love", + "like", + "affection", + "valentines" + ], + "๐Ÿ’™": [ + "blue_heart", + "love", + "like", + "affection", + "valentines" + ], + "๐Ÿ’œ": [ + "purple_heart", + "love", + "like", + "affection", + "valentines" + ], + "๐ŸคŽ": [ + "brown_heart" + ], + "๐Ÿ–ค": [ + "black_heart", + "evil" + ], + "๐Ÿค": [ + "white_heart" + ], + "๐Ÿ’ฏ": [ + "hundred_points", + "score", + "perfect", + "numbers", + "century", + "exam", + "quiz", + "test", + "pass", + "hundred" + ], + "๐Ÿ’ข": [ + "anger_symbol", + "angry", + "mad" + ], + "๐Ÿ’ฅ": [ + "collision", + "bomb", + "explode", + "explosion", + "collision", + "blown" + ], + "๐Ÿ’ซ": [ + "dizzy", + "star", + "sparkle", + "shoot", + "magic" + ], + "๐Ÿ’ฆ": [ + "sweat_droplets", + "water", + "drip", + "oops" + ], + "๐Ÿ’จ": [ + "dashing_away", + "wind", + "air", + "fast", + "shoo", + "fart", + "smoke", + "puff" + ], + "๐Ÿ•ณ๏ธ": [ + "hole", + "embarrassing" + ], + "๐Ÿ’ฃ": [ + "bomb", + "boom", + "explode", + "explosion", + "terrorism" + ], + "๐Ÿ’ฌ": [ + "speech_balloon", + "bubble", + "words", + "message", + "talk", + "chatting" + ], + "๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ": [ + "eye_in_speech_bubble" + ], + "๐Ÿ—จ๏ธ": [ + "left_speech_bubble", + "words", + "message", + "talk", + "chatting" + ], + "๐Ÿ—ฏ๏ธ": [ + "right_anger_bubble", + "caption", + "speech", + "thinking", + "mad" + ], + "๐Ÿ’ญ": [ + "thought_balloon", + "bubble", + "cloud", + "speech", + "thinking", + "dream" + ], + "๐Ÿ’ค": [ + "zzz", + "sleepy", + "tired", + "dream" + ], + "๐Ÿ‘‹": [ + "waving_hand", + "hands", + "gesture", + "goodbye", + "solong", + "farewell", + "hello", + "hi", + "palm" + ], + "๐Ÿคš": [ + "raised_back_of_hand", + "fingers", + "raised", + "backhand" + ], + "๐Ÿ–๏ธ": [ + "hand_with_fingers_splayed", + "hand", + "fingers", + "palm" + ], + "โœ‹": [ + "raised_hand", + "fingers", + "stop", + "highfive", + "palm", + "ban" + ], + "๐Ÿ––": [ + "vulcan_salute", + "hand", + "fingers", + "spock", + "star trek" + ], + "๐Ÿ‘Œ": [ + "ok_hand", + "fingers", + "limbs", + "perfect", + "ok", + "okay" + ], + "๐Ÿค": [ + "pinching_hand" + ], + "โœŒ๏ธ": [ + "victory_hand", + "fingers", + "ohyeah", + "hand", + "peace", + "victory", + "two" + ], + "๐Ÿคž": [ + "crossed_fingers", + "good", + "lucky" + ], + "๐ŸคŸ": [ + "love_you_gesture", + "hand", + "fingers", + "gesture" + ], + "๐Ÿค˜": [ + "sign_of_the_horns", + "hand", + "fingers", + "evil_eye", + "sign_of_horns", + "rock_on" + ], + "๐Ÿค™": [ + "call_me_hand", + "hands", + "gesture" + ], + "๐Ÿ‘ˆ": [ + "backhand_index_pointing_left", + "direction", + "fingers", + "hand", + "left" + ], + "๐Ÿ‘‰": [ + "backhand_index_pointing_right", + "fingers", + "hand", + "direction", + "right" + ], + "๐Ÿ‘†": [ + "backhand_index_pointing_up", + "fingers", + "hand", + "direction", + "up" + ], + "๐Ÿ–•": [ + "middle_finger", + "hand", + "fingers", + "rude", + "middle", + "flipping" + ], + "๐Ÿ‘‡": [ + "backhand_index_pointing_down", + "fingers", + "hand", + "direction", + "down" + ], + "โ˜๏ธ": [ + "index_pointing_up", + "hand", + "fingers", + "direction", + "up" + ], + "๐Ÿ‘": [ + "thumbs_up", + "thumbsup", + "yes", + "awesome", + "good", + "agree", + "accept", + "cool", + "hand", + "like" + ], + "๐Ÿ‘Ž": [ + "thumbs_down", + "thumbsdown", + "no", + "dislike", + "hand" + ], + "โœŠ": [ + "raised_fist", + "fingers", + "hand", + "grasp" + ], + "๐Ÿ‘Š": [ + "oncoming_fist", + "angry", + "violence", + "fist", + "hit", + "attack", + "hand" + ], + "๐Ÿค›": [ + "left_facing_fist", + "hand", + "fistbump" + ], + "๐Ÿคœ": [ + "right_facing_fist", + "hand", + "fistbump" + ], + "๐Ÿ‘": [ + "clapping_hands", + "hands", + "praise", + "applause", + "congrats", + "yay" + ], + "๐Ÿ™Œ": [ + "raising_hands", + "gesture", + "hooray", + "yea", + "celebration", + "hands" + ], + "๐Ÿ‘": [ + "open_hands", + "fingers", + "butterfly", + "hands", + "open" + ], + "๐Ÿคฒ": [ + "palms_up_together", + "hands", + "gesture", + "cupped", + "prayer" + ], + "๐Ÿค": [ + "handshake", + "agreement", + "shake" + ], + "๐Ÿ™": [ + "folded_hands", + "please", + "hope", + "wish", + "namaste", + "highfive" + ], + "โœ๏ธ": [ + "writing_hand", + "lower_left_ballpoint_pen", + "stationery", + "write", + "compose" + ], + "๐Ÿ’…": [ + "nail_polish", + "beauty", + "manicure", + "finger", + "fashion", + "nail" + ], + "๐Ÿคณ": [ + "selfie", + "camera", + "phone" + ], + "๐Ÿ’ช": [ + "flexed_biceps", + "arm", + "flex", + "hand", + "summer", + "strong", + "biceps" + ], + "๐Ÿฆพ": [ + "mechanical_arm" + ], + "๐Ÿฆฟ": [ + "mechanical_leg" + ], + "๐Ÿฆต": [ + "leg", + "kick", + "limb" + ], + "๐Ÿฆถ": [ + "foot", + "kick", + "stomp" + ], + "๐Ÿ‘‚": [ + "ear", + "face", + "hear", + "sound", + "listen" + ], + "๐Ÿฆป": [ + "ear_with_hearing_aid" + ], + "๐Ÿ‘ƒ": [ + "nose", + "smell", + "sniff" + ], + "๐Ÿง ": [ + "brain", + "smart", + "intelligent" + ], + "๐Ÿฆท": [ + "tooth", + "teeth", + "dentist" + ], + "๐Ÿฆด": [ + "bone", + "skeleton" + ], + "๐Ÿ‘€": [ + "eyes", + "look", + "watch", + "stalk", + "peek", + "see" + ], + "๐Ÿ‘๏ธ": [ + "eye", + "face", + "look", + "see", + "watch", + "stare" + ], + "๐Ÿ‘…": [ + "tongue", + "mouth", + "playful" + ], + "๐Ÿ‘„": [ + "mouth", + "mouth", + "kiss" + ], + "๐Ÿ‘ถ": [ + "baby", + "child", + "boy", + "girl", + "toddler" + ], + "๐Ÿง’": [ + "child", + "gender-neutral", + "young" + ], + "๐Ÿ‘ฆ": [ + "boy", + "man", + "male", + "guy", + "teenager" + ], + "๐Ÿ‘ง": [ + "girl", + "female", + "woman", + "teenager" + ], + "๐Ÿง‘": [ + "person", + "gender-neutral", + "person" + ], + "๐Ÿ‘ฑ": [ + "person_blond_hair" + ], + "๐Ÿ‘จ": [ + "man", + "mustache", + "father", + "dad", + "guy", + "classy", + "sir", + "moustache" + ], + "๐Ÿง”": [ + "man_beard", + "person", + "bewhiskered" + ], + "๐Ÿ‘จโ€๐Ÿฆฐ": [ + "man_red_hair" + ], + "๐Ÿ‘จโ€๐Ÿฆฑ": [ + "man_curly_hair" + ], + "๐Ÿ‘จโ€๐Ÿฆณ": [ + "man_white_hair" + ], + "๐Ÿ‘จโ€๐Ÿฆฒ": [ + "man_bald" + ], + "๐Ÿ‘ฉ": [ + "woman", + "female", + "girls", + "lady" + ], + "๐Ÿ‘ฉโ€๐Ÿฆฐ": [ + "woman_red_hair" + ], + "๐Ÿง‘โ€๐Ÿฆฐ": [ + "person_red_hair" + ], + "๐Ÿ‘ฉโ€๐Ÿฆฑ": [ + "woman_curly_hair" + ], + "๐Ÿง‘โ€๐Ÿฆฑ": [ + "person_curly_hair" + ], + "๐Ÿ‘ฉโ€๐Ÿฆณ": [ + "woman_white_hair" + ], + "๐Ÿง‘โ€๐Ÿฆณ": [ + "person_white_hair" + ], + "๐Ÿ‘ฉโ€๐Ÿฆฒ": [ + "woman_bald" + ], + "๐Ÿง‘โ€๐Ÿฆฒ": [ + "person_bald" + ], + "๐Ÿ‘ฑโ€โ™€๏ธ": [ + "woman_blond_hair", + "woman", + "female", + "girl", + "blonde", + "person" + ], + "๐Ÿ‘ฑโ€โ™‚๏ธ": [ + "man_blond_hair", + "man", + "male", + "boy", + "blonde", + "guy", + "person" + ], + "๐Ÿง“": [ + "older_person", + "human", + "elder", + "senior", + "gender-neutral" + ], + "๐Ÿ‘ด": [ + "old_man", + "human", + "male", + "men", + "old", + "elder", + "senior" + ], + "๐Ÿ‘ต": [ + "old_woman", + "human", + "female", + "women", + "lady", + "old", + "elder", + "senior" + ], + "๐Ÿ™": [ + "person_frowning" + ], + "๐Ÿ™โ€โ™‚๏ธ": [ + "man_frowning", + "male", + "boy", + "man", + "sad", + "depressed", + "discouraged", + "unhappy" + ], + "๐Ÿ™โ€โ™€๏ธ": [ + "woman_frowning", + "female", + "girl", + "woman", + "sad", + "depressed", + "discouraged", + "unhappy" + ], + "๐Ÿ™Ž": [ + "person_pouting" + ], + "๐Ÿ™Žโ€โ™‚๏ธ": [ + "man_pouting", + "male", + "boy", + "man" + ], + "๐Ÿ™Žโ€โ™€๏ธ": [ + "woman_pouting", + "female", + "girl", + "woman" + ], + "๐Ÿ™…": [ + "person_gesturing_no" + ], + "๐Ÿ™…โ€โ™‚๏ธ": [ + "man_gesturing_no", + "male", + "boy", + "man", + "nope" + ], + "๐Ÿ™…โ€โ™€๏ธ": [ + "woman_gesturing_no", + "female", + "girl", + "woman", + "nope" + ], + "๐Ÿ™†": [ + "person_gesturing_ok" + ], + "๐Ÿ™†โ€โ™‚๏ธ": [ + "man_gesturing_ok", + "men", + "boy", + "male", + "blue", + "human", + "man" + ], + "๐Ÿ™†โ€โ™€๏ธ": [ + "woman_gesturing_ok", + "women", + "girl", + "female", + "pink", + "human", + "woman" + ], + "๐Ÿ’": [ + "person_tipping_hand" + ], + "๐Ÿ’โ€โ™‚๏ธ": [ + "man_tipping_hand", + "male", + "boy", + "man", + "human", + "information" + ], + "๐Ÿ’โ€โ™€๏ธ": [ + "woman_tipping_hand", + "female", + "girl", + "woman", + "human", + "information" + ], + "๐Ÿ™‹": [ + "person_raising_hand" + ], + "๐Ÿ™‹โ€โ™‚๏ธ": [ + "man_raising_hand", + "male", + "boy", + "man" + ], + "๐Ÿ™‹โ€โ™€๏ธ": [ + "woman_raising_hand", + "female", + "girl", + "woman" + ], + "๐Ÿง": [ + "deaf_person" + ], + "๐Ÿงโ€โ™‚๏ธ": [ + "deaf_man" + ], + "๐Ÿงโ€โ™€๏ธ": [ + "deaf_woman" + ], + "๐Ÿ™‡": [ + "person_bowing" + ], + "๐Ÿ™‡โ€โ™‚๏ธ": [ + "man_bowing", + "man", + "male", + "boy" + ], + "๐Ÿ™‡โ€โ™€๏ธ": [ + "woman_bowing", + "woman", + "female", + "girl" + ], + "๐Ÿคฆ": [ + "person_facepalming" + ], + "๐Ÿคฆโ€โ™‚๏ธ": [ + "man_facepalming", + "man", + "male", + "boy", + "disbelief" + ], + "๐Ÿคฆโ€โ™€๏ธ": [ + "woman_facepalming", + "woman", + "female", + "girl", + "disbelief" + ], + "๐Ÿคท": [ + "person_shrugging" + ], + "๐Ÿคทโ€โ™‚๏ธ": [ + "man_shrugging", + "man", + "male", + "boy", + "confused", + "indifferent", + "doubt" + ], + "๐Ÿคทโ€โ™€๏ธ": [ + "woman_shrugging", + "woman", + "female", + "girl", + "confused", + "indifferent", + "doubt" + ], + "๐Ÿง‘โ€โš•๏ธ": [ + "health_worker" + ], + "๐Ÿ‘จโ€โš•๏ธ": [ + "man_health_worker", + "doctor", + "nurse", + "therapist", + "healthcare", + "man", + "human" + ], + "๐Ÿ‘ฉโ€โš•๏ธ": [ + "woman_health_worker", + "doctor", + "nurse", + "therapist", + "healthcare", + "woman", + "human" + ], + "๐Ÿง‘โ€๐ŸŽ“": [ + "student" + ], + "๐Ÿ‘จโ€๐ŸŽ“": [ + "man_student", + "graduate", + "man", + "human" + ], + "๐Ÿ‘ฉโ€๐ŸŽ“": [ + "woman_student", + "graduate", + "woman", + "human" + ], + "๐Ÿง‘โ€๐Ÿซ": [ + "teacher" + ], + "๐Ÿ‘จโ€๐Ÿซ": [ + "man_teacher", + "instructor", + "professor", + "man", + "human" + ], + "๐Ÿ‘ฉโ€๐Ÿซ": [ + "woman_teacher", + "instructor", + "professor", + "woman", + "human" + ], + "๐Ÿง‘โ€โš–๏ธ": [ + "judge" + ], + "๐Ÿ‘จโ€โš–๏ธ": [ + "man_judge", + "justice", + "court", + "man", + "human" + ], + "๐Ÿ‘ฉโ€โš–๏ธ": [ + "woman_judge", + "justice", + "court", + "woman", + "human" + ], + "๐Ÿง‘โ€๐ŸŒพ": [ + "farmer" + ], + "๐Ÿ‘จโ€๐ŸŒพ": [ + "man_farmer", + "rancher", + "gardener", + "man", + "human" + ], + "๐Ÿ‘ฉโ€๐ŸŒพ": [ + "woman_farmer", + "rancher", + "gardener", + "woman", + "human" + ], + "๐Ÿง‘โ€๐Ÿณ": [ + "cook" + ], + "๐Ÿ‘จโ€๐Ÿณ": [ + "man_cook", + "chef", + "man", + "human" + ], + "๐Ÿ‘ฉโ€๐Ÿณ": [ + "woman_cook", + "chef", + "woman", + "human" + ], + "๐Ÿง‘โ€๐Ÿ”ง": [ + "mechanic" + ], + "๐Ÿ‘จโ€๐Ÿ”ง": [ + "man_mechanic", + "plumber", + "man", + "human", + "wrench" + ], + "๐Ÿ‘ฉโ€๐Ÿ”ง": [ + "woman_mechanic", + "plumber", + "woman", + "human", + "wrench" + ], + "๐Ÿง‘โ€๐Ÿญ": [ + "factory_worker" + ], + "๐Ÿ‘จโ€๐Ÿญ": [ + "man_factory_worker", + "assembly", + "industrial", + "man", + "human" + ], + "๐Ÿ‘ฉโ€๐Ÿญ": [ + "woman_factory_worker", + "assembly", + "industrial", + "woman", + "human" + ], + "๐Ÿง‘โ€๐Ÿ’ผ": [ + "office_worker" + ], + "๐Ÿ‘จโ€๐Ÿ’ผ": [ + "man_office_worker", + "business", + "manager", + "man", + "human" + ], + "๐Ÿ‘ฉโ€๐Ÿ’ผ": [ + "woman_office_worker", + "business", + "manager", + "woman", + "human" + ], + "๐Ÿง‘โ€๐Ÿ”ฌ": [ + "scientist" + ], + "๐Ÿ‘จโ€๐Ÿ”ฌ": [ + "man_scientist", + "biologist", + "chemist", + "engineer", + "physicist", + "man", + "human" + ], + "๐Ÿ‘ฉโ€๐Ÿ”ฌ": [ + "woman_scientist", + "biologist", + "chemist", + "engineer", + "physicist", + "woman", + "human" + ], + "๐Ÿง‘โ€๐Ÿ’ป": [ + "technologist" + ], + "๐Ÿ‘จโ€๐Ÿ’ป": [ + "man_technologist", + "coder", + "developer", + "engineer", + "programmer", + "software", + "man", + "human", + "laptop", + "computer" + ], + "๐Ÿ‘ฉโ€๐Ÿ’ป": [ + "woman_technologist", + "coder", + "developer", + "engineer", + "programmer", + "software", + "woman", + "human", + "laptop", + "computer" + ], + "๐Ÿง‘โ€๐ŸŽค": [ + "singer" + ], + "๐Ÿ‘จโ€๐ŸŽค": [ + "man_singer", + "rockstar", + "entertainer", + "man", + "human" + ], + "๐Ÿ‘ฉโ€๐ŸŽค": [ + "woman_singer", + "rockstar", + "entertainer", + "woman", + "human" + ], + "๐Ÿง‘โ€๐ŸŽจ": [ + "artist" + ], + "๐Ÿ‘จโ€๐ŸŽจ": [ + "man_artist", + "painter", + "man", + "human" + ], + "๐Ÿ‘ฉโ€๐ŸŽจ": [ + "woman_artist", + "painter", + "woman", + "human" + ], + "๐Ÿง‘โ€โœˆ๏ธ": [ + "pilot" + ], + "๐Ÿ‘จโ€โœˆ๏ธ": [ + "man_pilot", + "aviator", + "plane", + "man", + "human" + ], + "๐Ÿ‘ฉโ€โœˆ๏ธ": [ + "woman_pilot", + "aviator", + "plane", + "woman", + "human" + ], + "๐Ÿง‘โ€๐Ÿš€": [ + "astronaut" + ], + "๐Ÿ‘จโ€๐Ÿš€": [ + "man_astronaut", + "space", + "rocket", + "man", + "human" + ], + "๐Ÿ‘ฉโ€๐Ÿš€": [ + "woman_astronaut", + "space", + "rocket", + "woman", + "human" + ], + "๐Ÿง‘โ€๐Ÿš’": [ + "firefighter" + ], + "๐Ÿ‘จโ€๐Ÿš’": [ + "man_firefighter", + "fireman", + "man", + "human" + ], + "๐Ÿ‘ฉโ€๐Ÿš’": [ + "woman_firefighter", + "fireman", + "woman", + "human" + ], + "๐Ÿ‘ฎ": [ + "police_officer" + ], + "๐Ÿ‘ฎโ€โ™‚๏ธ": [ + "man_police_officer", + "man", + "police", + "law", + "legal", + "enforcement", + "arrest", + "911" + ], + "๐Ÿ‘ฎโ€โ™€๏ธ": [ + "woman_police_officer", + "woman", + "police", + "law", + "legal", + "enforcement", + "arrest", + "911", + "female" + ], + "๐Ÿ•ต๏ธ": [ + "detective", + "human", + "spy", + "detective" + ], + "๐Ÿ•ต๏ธโ€โ™‚๏ธ": [ + "man_detective" + ], + "๐Ÿ•ต๏ธโ€โ™€๏ธ": [ + "woman_detective", + "human", + "spy", + "detective", + "female", + "woman" + ], + "๐Ÿ’‚": [ + "guard" + ], + "๐Ÿ’‚โ€โ™‚๏ธ": [ + "man_guard", + "uk", + "gb", + "british", + "male", + "guy", + "royal" + ], + "๐Ÿ’‚โ€โ™€๏ธ": [ + "woman_guard", + "uk", + "gb", + "british", + "female", + "royal", + "woman" + ], + "๐Ÿ‘ท": [ + "construction_worker" + ], + "๐Ÿ‘ทโ€โ™‚๏ธ": [ + "man_construction_worker", + "male", + "human", + "wip", + "guy", + "build", + "construction", + "worker", + "labor" + ], + "๐Ÿ‘ทโ€โ™€๏ธ": [ + "woman_construction_worker", + "female", + "human", + "wip", + "build", + "construction", + "worker", + "labor", + "woman" + ], + "๐Ÿคด": [ + "prince", + "boy", + "man", + "male", + "crown", + "royal", + "king" + ], + "๐Ÿ‘ธ": [ + "princess", + "girl", + "woman", + "female", + "blond", + "crown", + "royal", + "queen" + ], + "๐Ÿ‘ณ": [ + "person_wearing_turban" + ], + "๐Ÿ‘ณโ€โ™‚๏ธ": [ + "man_wearing_turban", + "male", + "indian", + "hinduism", + "arabs" + ], + "๐Ÿ‘ณโ€โ™€๏ธ": [ + "woman_wearing_turban", + "female", + "indian", + "hinduism", + "arabs", + "woman" + ], + "๐Ÿ‘ฒ": [ + "man_with_skullcap", + "male", + "boy", + "chinese" + ], + "๐Ÿง•": [ + "woman_with_headscarf", + "female", + "hijab", + "mantilla", + "tichel" + ], + "๐Ÿคต": [ + "man_in_tuxedo", + "couple", + "marriage", + "wedding", + "groom" + ], + "๐Ÿ‘ฐ": [ + "bride_with_veil", + "couple", + "marriage", + "wedding", + "woman", + "bride" + ], + "๐Ÿคฐ": [ + "pregnant_woman", + "baby" + ], + "๐Ÿคฑ": [ + "breast_feeding", + "nursing", + "baby" + ], + "๐Ÿ‘ผ": [ + "baby_angel", + "heaven", + "wings", + "halo" + ], + "๐ŸŽ…": [ + "santa_claus", + "festival", + "man", + "male", + "xmas", + "father christmas" + ], + "๐Ÿคถ": [ + "mrs_claus", + "woman", + "female", + "xmas", + "mother christmas" + ], + "๐Ÿฆธ": [ + "superhero" + ], + "๐Ÿฆธโ€โ™‚๏ธ": [ + "man_superhero", + "man", + "male", + "good", + "hero", + "superpowers" + ], + "๐Ÿฆธโ€โ™€๏ธ": [ + "woman_superhero", + "woman", + "female", + "good", + "heroine", + "superpowers" + ], + "๐Ÿฆน": [ + "supervillain" + ], + "๐Ÿฆนโ€โ™‚๏ธ": [ + "man_supervillain", + "man", + "male", + "evil", + "bad", + "criminal", + "hero", + "superpowers" + ], + "๐Ÿฆนโ€โ™€๏ธ": [ + "woman_supervillain", + "woman", + "female", + "evil", + "bad", + "criminal", + "heroine", + "superpowers" + ], + "๐Ÿง™": [ + "mage" + ], + "๐Ÿง™โ€โ™‚๏ธ": [ + "man_mage", + "man", + "male", + "mage", + "sorcerer" + ], + "๐Ÿง™โ€โ™€๏ธ": [ + "woman_mage", + "woman", + "female", + "mage", + "witch" + ], + "๐Ÿงš": [ + "fairy" + ], + "๐Ÿงšโ€โ™‚๏ธ": [ + "man_fairy", + "man", + "male" + ], + "๐Ÿงšโ€โ™€๏ธ": [ + "woman_fairy", + "woman", + "female" + ], + "๐Ÿง›": [ + "vampire" + ], + "๐Ÿง›โ€โ™‚๏ธ": [ + "man_vampire", + "man", + "male", + "dracula" + ], + "๐Ÿง›โ€โ™€๏ธ": [ + "woman_vampire", + "woman", + "female" + ], + "๐Ÿงœ": [ + "merperson" + ], + "๐Ÿงœโ€โ™‚๏ธ": [ + "merman", + "man", + "male", + "triton" + ], + "๐Ÿงœโ€โ™€๏ธ": [ + "mermaid", + "woman", + "female", + "merwoman", + "ariel" + ], + "๐Ÿง": [ + "elf" + ], + "๐Ÿงโ€โ™‚๏ธ": [ + "man_elf", + "man", + "male" + ], + "๐Ÿงโ€โ™€๏ธ": [ + "woman_elf", + "woman", + "female" + ], + "๐Ÿงž": [ + "genie" + ], + "๐Ÿงžโ€โ™‚๏ธ": [ + "man_genie", + "man", + "male" + ], + "๐Ÿงžโ€โ™€๏ธ": [ + "woman_genie", + "woman", + "female" + ], + "๐ŸงŸ": [ + "zombie" + ], + "๐ŸงŸโ€โ™‚๏ธ": [ + "man_zombie", + "man", + "male", + "dracula", + "undead", + "walking dead" + ], + "๐ŸงŸโ€โ™€๏ธ": [ + "woman_zombie", + "woman", + "female", + "undead", + "walking dead" + ], + "๐Ÿ’†": [ + "person_getting_massage" + ], + "๐Ÿ’†โ€โ™‚๏ธ": [ + "man_getting_massage", + "male", + "boy", + "man", + "head" + ], + "๐Ÿ’†โ€โ™€๏ธ": [ + "woman_getting_massage", + "female", + "girl", + "woman", + "head" + ], + "๐Ÿ’‡": [ + "person_getting_haircut" + ], + "๐Ÿ’‡โ€โ™‚๏ธ": [ + "man_getting_haircut", + "male", + "boy", + "man" + ], + "๐Ÿ’‡โ€โ™€๏ธ": [ + "woman_getting_haircut", + "female", + "girl", + "woman" + ], + "๐Ÿšถ": [ + "person_walking" + ], + "๐Ÿšถโ€โ™‚๏ธ": [ + "man_walking", + "human", + "feet", + "steps" + ], + "๐Ÿšถโ€โ™€๏ธ": [ + "woman_walking", + "human", + "feet", + "steps", + "woman", + "female" + ], + "๐Ÿง": [ + "person_standing" + ], + "๐Ÿงโ€โ™‚๏ธ": [ + "man_standing" + ], + "๐Ÿงโ€โ™€๏ธ": [ + "woman_standing" + ], + "๐ŸงŽ": [ + "person_kneeling" + ], + "๐ŸงŽโ€โ™‚๏ธ": [ + "man_kneeling" + ], + "๐ŸงŽโ€โ™€๏ธ": [ + "woman_kneeling" + ], + "๐Ÿง‘โ€๐Ÿฆฏ": [ + "person_with_probing_cane" + ], + "๐Ÿ‘จโ€๐Ÿฆฏ": [ + "man_with_probing_cane" + ], + "๐Ÿ‘ฉโ€๐Ÿฆฏ": [ + "woman_with_probing_cane" + ], + "๐Ÿง‘โ€๐Ÿฆผ": [ + "person_in_motorized_wheelchair" + ], + "๐Ÿ‘จโ€๐Ÿฆผ": [ + "man_in_motorized_wheelchair" + ], + "๐Ÿ‘ฉโ€๐Ÿฆผ": [ + "woman_in_motorized_wheelchair" + ], + "๐Ÿง‘โ€๐Ÿฆฝ": [ + "person_in_manual_wheelchair" + ], + "๐Ÿ‘จโ€๐Ÿฆฝ": [ + "man_in_manual_wheelchair" + ], + "๐Ÿ‘ฉโ€๐Ÿฆฝ": [ + "woman_in_manual_wheelchair" + ], + "๐Ÿƒ": [ + "person_running" + ], + "๐Ÿƒโ€โ™‚๏ธ": [ + "man_running", + "man", + "walking", + "exercise", + "race", + "running" + ], + "๐Ÿƒโ€โ™€๏ธ": [ + "woman_running", + "woman", + "walking", + "exercise", + "race", + "running", + "female" + ], + "๐Ÿ’ƒ": [ + "woman_dancing", + "female", + "girl", + "woman", + "fun" + ], + "๐Ÿ•บ": [ + "man_dancing", + "male", + "boy", + "fun", + "dancer" + ], + "๐Ÿ•ด๏ธ": [ + "man_in_suit_levitating", + "suit", + "business", + "levitate", + "hover", + "jump" + ], + "๐Ÿ‘ฏ": [ + "people_with_bunny_ears" + ], + "๐Ÿ‘ฏโ€โ™‚๏ธ": [ + "men_with_bunny_ears", + "male", + "bunny", + "men", + "boys" + ], + "๐Ÿ‘ฏโ€โ™€๏ธ": [ + "women_with_bunny_ears", + "female", + "bunny", + "women", + "girls" + ], + "๐Ÿง–": [ + "person_in_steamy_room" + ], + "๐Ÿง–โ€โ™‚๏ธ": [ + "man_in_steamy_room", + "male", + "man", + "spa", + "steamroom", + "sauna" + ], + "๐Ÿง–โ€โ™€๏ธ": [ + "woman_in_steamy_room", + "female", + "woman", + "spa", + "steamroom", + "sauna" + ], + "๐Ÿง—": [ + "person_climbing" + ], + "๐Ÿง—โ€โ™‚๏ธ": [ + "man_climbing", + "sports", + "hobby", + "man", + "male", + "rock" + ], + "๐Ÿง—โ€โ™€๏ธ": [ + "woman_climbing", + "sports", + "hobby", + "woman", + "female", + "rock" + ], + "๐Ÿคบ": [ + "person_fencing", + "sports", + "fencing", + "sword" + ], + "๐Ÿ‡": [ + "horse_racing", + "animal", + "betting", + "competition", + "gambling", + "luck" + ], + "โ›ท๏ธ": [ + "skier", + "sports", + "winter", + "snow" + ], + "๐Ÿ‚": [ + "snowboarder", + "sports", + "winter" + ], + "๐ŸŒ๏ธ": [ + "person_golfing", + "sports", + "business" + ], + "๐ŸŒ๏ธโ€โ™‚๏ธ": [ + "man_golfing" + ], + "๐ŸŒ๏ธโ€โ™€๏ธ": [ + "woman_golfing", + "sports", + "business", + "woman", + "female" + ], + "๐Ÿ„": [ + "person_surfing" + ], + "๐Ÿ„โ€โ™‚๏ธ": [ + "man_surfing", + "sports", + "ocean", + "sea", + "summer", + "beach" + ], + "๐Ÿ„โ€โ™€๏ธ": [ + "woman_surfing", + "sports", + "ocean", + "sea", + "summer", + "beach", + "woman", + "female" + ], + "๐Ÿšฃ": [ + "person_rowing_boat" + ], + "๐Ÿšฃโ€โ™‚๏ธ": [ + "man_rowing_boat", + "sports", + "hobby", + "water", + "ship" + ], + "๐Ÿšฃโ€โ™€๏ธ": [ + "woman_rowing_boat", + "sports", + "hobby", + "water", + "ship", + "woman", + "female" + ], + "๐ŸŠ": [ + "person_swimming" + ], + "๐ŸŠโ€โ™‚๏ธ": [ + "man_swimming", + "sports", + "exercise", + "human", + "athlete", + "water", + "summer" + ], + "๐ŸŠโ€โ™€๏ธ": [ + "woman_swimming", + "sports", + "exercise", + "human", + "athlete", + "water", + "summer", + "woman", + "female" + ], + "โ›น๏ธ": [ + "person_bouncing_ball", + "sports", + "human" + ], + "โ›น๏ธโ€โ™‚๏ธ": [ + "man_bouncing_ball" + ], + "โ›น๏ธโ€โ™€๏ธ": [ + "woman_bouncing_ball", + "sports", + "human", + "woman", + "female" + ], + "๐Ÿ‹๏ธ": [ + "person_lifting_weights", + "sports", + "training", + "exercise" + ], + "๐Ÿ‹๏ธโ€โ™‚๏ธ": [ + "man_lifting_weights" + ], + "๐Ÿ‹๏ธโ€โ™€๏ธ": [ + "woman_lifting_weights", + "sports", + "training", + "exercise", + "woman", + "female" + ], + "๐Ÿšด": [ + "person_biking" + ], + "๐Ÿšดโ€โ™‚๏ธ": [ + "man_biking", + "sports", + "bike", + "exercise", + "hipster" + ], + "๐Ÿšดโ€โ™€๏ธ": [ + "woman_biking", + "sports", + "bike", + "exercise", + "hipster", + "woman", + "female" + ], + "๐Ÿšต": [ + "person_mountain_biking" + ], + "๐Ÿšตโ€โ™‚๏ธ": [ + "man_mountain_biking", + "transportation", + "sports", + "human", + "race", + "bike" + ], + "๐Ÿšตโ€โ™€๏ธ": [ + "woman_mountain_biking", + "transportation", + "sports", + "human", + "race", + "bike", + "woman", + "female" + ], + "๐Ÿคธ": [ + "person_cartwheeling" + ], + "๐Ÿคธโ€โ™‚๏ธ": [ + "man_cartwheeling", + "gymnastics" + ], + "๐Ÿคธโ€โ™€๏ธ": [ + "woman_cartwheeling", + "gymnastics" + ], + "๐Ÿคผ": [ + "people_wrestling" + ], + "๐Ÿคผโ€โ™‚๏ธ": [ + "men_wrestling", + "sports", + "wrestlers" + ], + "๐Ÿคผโ€โ™€๏ธ": [ + "women_wrestling", + "sports", + "wrestlers" + ], + "๐Ÿคฝ": [ + "person_playing_water_polo" + ], + "๐Ÿคฝโ€โ™‚๏ธ": [ + "man_playing_water_polo", + "sports", + "pool" + ], + "๐Ÿคฝโ€โ™€๏ธ": [ + "woman_playing_water_polo", + "sports", + "pool" + ], + "๐Ÿคพ": [ + "person_playing_handball" + ], + "๐Ÿคพโ€โ™‚๏ธ": [ + "man_playing_handball", + "sports" + ], + "๐Ÿคพโ€โ™€๏ธ": [ + "woman_playing_handball", + "sports" + ], + "๐Ÿคน": [ + "person_juggling" + ], + "๐Ÿคนโ€โ™‚๏ธ": [ + "man_juggling", + "juggle", + "balance", + "skill", + "multitask" + ], + "๐Ÿคนโ€โ™€๏ธ": [ + "woman_juggling", + "juggle", + "balance", + "skill", + "multitask" + ], + "๐Ÿง˜": [ + "person_in_lotus_position" + ], + "๐Ÿง˜โ€โ™‚๏ธ": [ + "man_in_lotus_position", + "man", + "male", + "meditation", + "yoga", + "serenity", + "zen", + "mindfulness" + ], + "๐Ÿง˜โ€โ™€๏ธ": [ + "woman_in_lotus_position", + "woman", + "female", + "meditation", + "yoga", + "serenity", + "zen", + "mindfulness" + ], + "๐Ÿ›€": [ + "person_taking_bath", + "clean", + "shower", + "bathroom" + ], + "๐Ÿ›Œ": [ + "person_in_bed", + "bed", + "rest" + ], + "๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘": [ + "people_holding_hands" + ], + "๐Ÿ‘ญ": [ + "women_holding_hands", + "pair", + "friendship", + "couple", + "love", + "like", + "female", + "people", + "human" + ], + "๐Ÿ‘ซ": [ + "woman_and_man_holding_hands", + "pair", + "people", + "human", + "love", + "date", + "dating", + "like", + "affection", + "valentines", + "marriage" + ], + "๐Ÿ‘ฌ": [ + "men_holding_hands", + "pair", + "couple", + "love", + "like", + "bromance", + "friendship", + "people", + "human" + ], + "๐Ÿ’": [ + "kiss", + "pair", + "valentines", + "love", + "like", + "dating", + "marriage" + ], + "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ": [ + "kiss_woman_man" + ], + "๐Ÿ‘จโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ": [ + "kiss_man_man", + "pair", + "valentines", + "love", + "like", + "dating", + "marriage" + ], + "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ": [ + "kiss_woman_woman", + "pair", + "valentines", + "love", + "like", + "dating", + "marriage" + ], + "๐Ÿ’‘": [ + "couple_with_heart", + "pair", + "love", + "like", + "affection", + "human", + "dating", + "valentines", + "marriage" + ], + "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘จ": [ + "couple_with_heart_woman_man" + ], + "๐Ÿ‘จโ€โค๏ธโ€๐Ÿ‘จ": [ + "couple_with_heart_man_man", + "pair", + "love", + "like", + "affection", + "human", + "dating", + "valentines", + "marriage" + ], + "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘ฉ": [ + "couple_with_heart_woman_woman", + "pair", + "love", + "like", + "affection", + "human", + "dating", + "valentines", + "marriage" + ], + "๐Ÿ‘ช": [ + "family", + "home", + "parents", + "child", + "mom", + "dad", + "father", + "mother", + "people", + "human" + ], + "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ": [ + "family_man_woman_boy" + ], + "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ง": [ + "family_man_woman_girl", + "home", + "parents", + "people", + "human", + "child" + ], + "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ": [ + "family_man_woman_girl_boy", + "home", + "parents", + "people", + "human", + "children" + ], + "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ": [ + "family_man_woman_boy_boy", + "home", + "parents", + "people", + "human", + "children" + ], + "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง": [ + "family_man_woman_girl_girl", + "home", + "parents", + "people", + "human", + "children" + ], + "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆ": [ + "family_man_man_boy", + "home", + "parents", + "people", + "human", + "children" + ], + "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ง": [ + "family_man_man_girl", + "home", + "parents", + "people", + "human", + "children" + ], + "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ": [ + "family_man_man_girl_boy", + "home", + "parents", + "people", + "human", + "children" + ], + "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ": [ + "family_man_man_boy_boy", + "home", + "parents", + "people", + "human", + "children" + ], + "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง": [ + "family_man_man_girl_girl", + "home", + "parents", + "people", + "human", + "children" + ], + "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ": [ + "family_woman_woman_boy", + "home", + "parents", + "people", + "human", + "children" + ], + "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ง": [ + "family_woman_woman_girl", + "home", + "parents", + "people", + "human", + "children" + ], + "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ": [ + "family_woman_woman_girl_boy", + "home", + "parents", + "people", + "human", + "children" + ], + "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ": [ + "family_woman_woman_boy_boy", + "home", + "parents", + "people", + "human", + "children" + ], + "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง": [ + "family_woman_woman_girl_girl", + "home", + "parents", + "people", + "human", + "children" + ], + "๐Ÿ‘จโ€๐Ÿ‘ฆ": [ + "family_man_boy", + "home", + "parent", + "people", + "human", + "child" + ], + "๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ": [ + "family_man_boy_boy", + "home", + "parent", + "people", + "human", + "children" + ], + "๐Ÿ‘จโ€๐Ÿ‘ง": [ + "family_man_girl", + "home", + "parent", + "people", + "human", + "child" + ], + "๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ": [ + "family_man_girl_boy", + "home", + "parent", + "people", + "human", + "children" + ], + "๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง": [ + "family_man_girl_girl", + "home", + "parent", + "people", + "human", + "children" + ], + "๐Ÿ‘ฉโ€๐Ÿ‘ฆ": [ + "family_woman_boy", + "home", + "parent", + "people", + "human", + "child" + ], + "๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ": [ + "family_woman_boy_boy", + "home", + "parent", + "people", + "human", + "children" + ], + "๐Ÿ‘ฉโ€๐Ÿ‘ง": [ + "family_woman_girl", + "home", + "parent", + "people", + "human", + "child" + ], + "๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ": [ + "family_woman_girl_boy", + "home", + "parent", + "people", + "human", + "children" + ], + "๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง": [ + "family_woman_girl_girl", + "home", + "parent", + "people", + "human", + "children" + ], + "๐Ÿ—ฃ๏ธ": [ + "speaking_head", + "user", + "person", + "human", + "sing", + "say", + "talk" + ], + "๐Ÿ‘ค": [ + "bust_in_silhouette", + "user", + "person", + "human" + ], + "๐Ÿ‘ฅ": [ + "busts_in_silhouette", + "user", + "person", + "human", + "group", + "team" + ], + "๐Ÿ‘ฃ": [ + "footprints", + "feet", + "tracking", + "walking", + "beach" + ], + "๐Ÿต": [ + "monkey_face", + "animal", + "nature", + "circus" + ], + "๐Ÿ’": [ + "monkey", + "animal", + "nature", + "banana", + "circus" + ], + "๐Ÿฆ": [ + "gorilla", + "animal", + "nature", + "circus" + ], + "๐Ÿฆง": [ + "orangutan" + ], + "๐Ÿถ": [ + "dog_face", + "animal", + "friend", + "nature", + "woof", + "puppy", + "pet", + "faithful" + ], + "๐Ÿ•": [ + "dog", + "animal", + "nature", + "friend", + "doge", + "pet", + "faithful" + ], + "๐Ÿฆฎ": [ + "guide_dog" + ], + "๐Ÿ•โ€๐Ÿฆบ": [ + "service_dog" + ], + "๐Ÿฉ": [ + "poodle", + "dog", + "animal", + "101", + "nature", + "pet" + ], + "๐Ÿบ": [ + "wolf", + "animal", + "nature", + "wild" + ], + "๐ŸฆŠ": [ + "fox", + "animal", + "nature", + "face" + ], + "๐Ÿฆ": [ + "raccoon", + "animal", + "nature" + ], + "๐Ÿฑ": [ + "cat_face", + "animal", + "meow", + "nature", + "pet", + "kitten" + ], + "๐Ÿˆ": [ + "cat", + "animal", + "meow", + "pet", + "cats" + ], + "๐Ÿฆ": [ + "lion", + "animal", + "nature" + ], + "๐Ÿฏ": [ + "tiger_face", + "animal", + "cat", + "danger", + "wild", + "nature", + "roar" + ], + "๐Ÿ…": [ + "tiger", + "animal", + "nature", + "roar" + ], + "๐Ÿ†": [ + "leopard", + "animal", + "nature" + ], + "๐Ÿด": [ + "horse_face", + "animal", + "brown", + "nature" + ], + "๐ŸŽ": [ + "horse", + "animal", + "gamble", + "luck" + ], + "๐Ÿฆ„": [ + "unicorn", + "animal", + "nature", + "mystical" + ], + "๐Ÿฆ“": [ + "zebra", + "animal", + "nature", + "stripes", + "safari" + ], + "๐ŸฆŒ": [ + "deer", + "animal", + "nature", + "horns", + "venison" + ], + "๐Ÿฎ": [ + "cow_face", + "beef", + "ox", + "animal", + "nature", + "moo", + "milk" + ], + "๐Ÿ‚": [ + "ox", + "animal", + "cow", + "beef" + ], + "๐Ÿƒ": [ + "water_buffalo", + "animal", + "nature", + "ox", + "cow" + ], + "๐Ÿ„": [ + "cow", + "beef", + "ox", + "animal", + "nature", + "moo", + "milk" + ], + "๐Ÿท": [ + "pig_face", + "animal", + "oink", + "nature" + ], + "๐Ÿ–": [ + "pig", + "animal", + "nature" + ], + "๐Ÿ—": [ + "boar", + "animal", + "nature" + ], + "๐Ÿฝ": [ + "pig_nose", + "animal", + "oink" + ], + "๐Ÿ": [ + "ram", + "animal", + "sheep", + "nature" + ], + "๐Ÿ‘": [ + "ewe", + "animal", + "nature", + "wool", + "shipit" + ], + "๐Ÿ": [ + "goat", + "animal", + "nature" + ], + "๐Ÿช": [ + "camel", + "animal", + "hot", + "desert", + "hump" + ], + "๐Ÿซ": [ + "two_hump_camel", + "animal", + "nature", + "hot", + "desert", + "hump" + ], + "๐Ÿฆ™": [ + "llama", + "animal", + "nature", + "alpaca" + ], + "๐Ÿฆ’": [ + "giraffe", + "animal", + "nature", + "spots", + "safari" + ], + "๐Ÿ˜": [ + "elephant", + "animal", + "nature", + "nose", + "th", + "circus" + ], + "๐Ÿฆ": [ + "rhinoceros", + "animal", + "nature", + "horn" + ], + "๐Ÿฆ›": [ + "hippopotamus", + "animal", + "nature" + ], + "๐Ÿญ": [ + "mouse_face", + "animal", + "nature", + "cheese_wedge", + "rodent" + ], + "๐Ÿ": [ + "mouse", + "animal", + "nature", + "rodent" + ], + "๐Ÿ€": [ + "rat", + "animal", + "mouse", + "rodent" + ], + "๐Ÿน": [ + "hamster", + "animal", + "nature" + ], + "๐Ÿฐ": [ + "rabbit_face", + "animal", + "nature", + "pet", + "spring", + "magic", + "bunny" + ], + "๐Ÿ‡": [ + "rabbit", + "animal", + "nature", + "pet", + "magic", + "spring" + ], + "๐Ÿฟ๏ธ": [ + "chipmunk", + "animal", + "nature", + "rodent", + "squirrel" + ], + "๐Ÿฆ”": [ + "hedgehog", + "animal", + "nature", + "spiny" + ], + "๐Ÿฆ‡": [ + "bat", + "animal", + "nature", + "blind", + "vampire" + ], + "๐Ÿป": [ + "bear", + "animal", + "nature", + "wild" + ], + "๐Ÿจ": [ + "koala", + "animal", + "nature" + ], + "๐Ÿผ": [ + "panda", + "animal", + "nature", + "panda" + ], + "๐Ÿฆฅ": [ + "sloth" + ], + "๐Ÿฆฆ": [ + "otter" + ], + "๐Ÿฆจ": [ + "skunk" + ], + "๐Ÿฆ˜": [ + "kangaroo", + "animal", + "nature", + "australia", + "joey", + "hop", + "marsupial" + ], + "๐Ÿฆก": [ + "badger", + "animal", + "nature", + "honey" + ], + "๐Ÿพ": [ + "paw_prints", + "animal", + "tracking", + "footprints", + "dog", + "cat", + "pet", + "feet" + ], + "๐Ÿฆƒ": [ + "turkey", + "animal", + "bird" + ], + "๐Ÿ”": [ + "chicken", + "animal", + "cluck", + "nature", + "bird" + ], + "๐Ÿ“": [ + "rooster", + "animal", + "nature", + "chicken" + ], + "๐Ÿฃ": [ + "hatching_chick", + "animal", + "chicken", + "egg", + "born", + "baby", + "bird" + ], + "๐Ÿค": [ + "baby_chick", + "animal", + "chicken", + "bird" + ], + "๐Ÿฅ": [ + "front_facing_baby_chick", + "animal", + "chicken", + "baby", + "bird" + ], + "๐Ÿฆ": [ + "bird", + "animal", + "nature", + "fly", + "tweet", + "spring" + ], + "๐Ÿง": [ + "penguin", + "animal", + "nature" + ], + "๐Ÿ•Š๏ธ": [ + "dove", + "animal", + "bird" + ], + "๐Ÿฆ…": [ + "eagle", + "animal", + "nature", + "bird" + ], + "๐Ÿฆ†": [ + "duck", + "animal", + "nature", + "bird", + "mallard" + ], + "๐Ÿฆข": [ + "swan", + "animal", + "nature", + "bird" + ], + "๐Ÿฆ‰": [ + "owl", + "animal", + "nature", + "bird", + "hoot" + ], + "๐Ÿฆฉ": [ + "flamingo" + ], + "๐Ÿฆš": [ + "peacock", + "animal", + "nature", + "peahen", + "bird" + ], + "๐Ÿฆœ": [ + "parrot", + "animal", + "nature", + "bird", + "pirate", + "talk" + ], + "๐Ÿธ": [ + "frog", + "animal", + "nature", + "croak", + "toad" + ], + "๐ŸŠ": [ + "crocodile", + "animal", + "nature", + "reptile", + "lizard", + "alligator" + ], + "๐Ÿข": [ + "turtle", + "animal", + "slow", + "nature", + "tortoise" + ], + "๐ŸฆŽ": [ + "lizard", + "animal", + "nature", + "reptile" + ], + "๐Ÿ": [ + "snake", + "animal", + "evil", + "nature", + "hiss", + "python" + ], + "๐Ÿฒ": [ + "dragon_face", + "animal", + "myth", + "nature", + "chinese", + "green" + ], + "๐Ÿ‰": [ + "dragon", + "animal", + "myth", + "nature", + "chinese", + "green" + ], + "๐Ÿฆ•": [ + "sauropod", + "animal", + "nature", + "dinosaur", + "brachiosaurus", + "brontosaurus", + "diplodocus", + "extinct" + ], + "๐Ÿฆ–": [ + "t_rex", + "animal", + "nature", + "dinosaur", + "tyrannosaurus", + "extinct" + ], + "๐Ÿณ": [ + "spouting_whale", + "animal", + "nature", + "sea", + "ocean" + ], + "๐Ÿ‹": [ + "whale", + "animal", + "nature", + "sea", + "ocean" + ], + "๐Ÿฌ": [ + "dolphin", + "animal", + "nature", + "fish", + "sea", + "ocean", + "flipper", + "fins", + "beach" + ], + "๐ŸŸ": [ + "fish", + "animal", + "food", + "nature" + ], + "๐Ÿ ": [ + "tropical_fish", + "animal", + "swim", + "ocean", + "beach", + "nemo" + ], + "๐Ÿก": [ + "blowfish", + "animal", + "nature", + "food", + "sea", + "ocean" + ], + "๐Ÿฆˆ": [ + "shark", + "animal", + "nature", + "fish", + "sea", + "ocean", + "jaws", + "fins", + "beach" + ], + "๐Ÿ™": [ + "octopus", + "animal", + "creature", + "ocean", + "sea", + "nature", + "beach" + ], + "๐Ÿš": [ + "spiral_shell", + "nature", + "sea", + "beach" + ], + "๐ŸŒ": [ + "snail", + "slow", + "animal", + "shell" + ], + "๐Ÿฆ‹": [ + "butterfly", + "animal", + "insect", + "nature", + "caterpillar" + ], + "๐Ÿ›": [ + "bug", + "animal", + "insect", + "nature", + "worm" + ], + "๐Ÿœ": [ + "ant", + "animal", + "insect", + "nature", + "bug" + ], + "๐Ÿ": [ + "honeybee", + "animal", + "insect", + "nature", + "bug", + "spring", + "honey" + ], + "๐Ÿž": [ + "lady_beetle", + "animal", + "insect", + "nature", + "ladybug" + ], + "๐Ÿฆ—": [ + "cricket", + "animal", + "cricket", + "chirp" + ], + "๐Ÿ•ท๏ธ": [ + "spider", + "animal", + "arachnid" + ], + "๐Ÿ•ธ๏ธ": [ + "spider_web", + "animal", + "insect", + "arachnid", + "silk" + ], + "๐Ÿฆ‚": [ + "scorpion", + "animal", + "arachnid" + ], + "๐ŸฆŸ": [ + "mosquito", + "animal", + "nature", + "insect", + "malaria" + ], + "๐Ÿฆ ": [ + "microbe", + "amoeba", + "bacteria", + "germs" + ], + "๐Ÿ’": [ + "bouquet", + "flowers", + "nature", + "spring" + ], + "๐ŸŒธ": [ + "cherry_blossom", + "nature", + "plant", + "spring", + "flower" + ], + "๐Ÿ’ฎ": [ + "white_flower", + "japanese", + "spring" + ], + "๐Ÿต๏ธ": [ + "rosette", + "flower", + "decoration", + "military" + ], + "๐ŸŒน": [ + "rose", + "flowers", + "valentines", + "love", + "spring" + ], + "๐Ÿฅ€": [ + "wilted_flower", + "plant", + "nature", + "flower" + ], + "๐ŸŒบ": [ + "hibiscus", + "plant", + "vegetable", + "flowers", + "beach" + ], + "๐ŸŒป": [ + "sunflower", + "nature", + "plant", + "fall" + ], + "๐ŸŒผ": [ + "blossom", + "nature", + "flowers", + "yellow" + ], + "๐ŸŒท": [ + "tulip", + "flowers", + "plant", + "nature", + "summer", + "spring" + ], + "๐ŸŒฑ": [ + "seedling", + "plant", + "nature", + "grass", + "lawn", + "spring" + ], + "๐ŸŒฒ": [ + "evergreen_tree", + "plant", + "nature" + ], + "๐ŸŒณ": [ + "deciduous_tree", + "plant", + "nature" + ], + "๐ŸŒด": [ + "palm_tree", + "plant", + "vegetable", + "nature", + "summer", + "beach", + "mojito", + "tropical" + ], + "๐ŸŒต": [ + "cactus", + "vegetable", + "plant", + "nature" + ], + "๐ŸŒพ": [ + "sheaf_of_rice", + "nature", + "plant" + ], + "๐ŸŒฟ": [ + "herb", + "vegetable", + "plant", + "medicine", + "weed", + "grass", + "lawn" + ], + "โ˜˜๏ธ": [ + "shamrock", + "vegetable", + "plant", + "nature", + "irish", + "clover" + ], + "๐Ÿ€": [ + "four_leaf_clover", + "vegetable", + "plant", + "nature", + "lucky", + "irish" + ], + "๐Ÿ": [ + "maple_leaf", + "nature", + "plant", + "vegetable", + "ca", + "fall" + ], + "๐Ÿ‚": [ + "fallen_leaf", + "nature", + "plant", + "vegetable", + "leaves" + ], + "๐Ÿƒ": [ + "leaf_fluttering_in_wind", + "nature", + "plant", + "tree", + "vegetable", + "grass", + "lawn", + "spring" + ], + "๐Ÿ‡": [ + "grapes", + "fruit", + "food", + "wine" + ], + "๐Ÿˆ": [ + "melon", + "fruit", + "nature", + "food" + ], + "๐Ÿ‰": [ + "watermelon", + "fruit", + "food", + "picnic", + "summer" + ], + "๐ŸŠ": [ + "tangerine", + "food", + "fruit", + "nature", + "orange" + ], + "๐Ÿ‹": [ + "lemon", + "fruit", + "nature" + ], + "๐ŸŒ": [ + "banana", + "fruit", + "food", + "monkey" + ], + "๐Ÿ": [ + "pineapple", + "fruit", + "nature", + "food" + ], + "๐Ÿฅญ": [ + "mango", + "fruit", + "food", + "tropical" + ], + "๐ŸŽ": [ + "red_apple", + "fruit", + "mac", + "school" + ], + "๐Ÿ": [ + "green_apple", + "fruit", + "nature" + ], + "๐Ÿ": [ + "pear", + "fruit", + "nature", + "food" + ], + "๐Ÿ‘": [ + "peach", + "fruit", + "nature", + "food" + ], + "๐Ÿ’": [ + "cherries", + "food", + "fruit" + ], + "๐Ÿ“": [ + "strawberry", + "fruit", + "food", + "nature" + ], + "๐Ÿฅ": [ + "kiwi_fruit", + "fruit", + "food" + ], + "๐Ÿ…": [ + "tomato", + "fruit", + "vegetable", + "nature", + "food" + ], + "๐Ÿฅฅ": [ + "coconut", + "fruit", + "nature", + "food", + "palm" + ], + "๐Ÿฅ‘": [ + "avocado", + "fruit", + "food" + ], + "๐Ÿ†": [ + "eggplant", + "vegetable", + "nature", + "food", + "aubergine" + ], + "๐Ÿฅ”": [ + "potato", + "food", + "tuber", + "vegatable", + "starch" + ], + "๐Ÿฅ•": [ + "carrot", + "vegetable", + "food", + "orange" + ], + "๐ŸŒฝ": [ + "ear_of_corn", + "food", + "vegetable", + "plant" + ], + "๐ŸŒถ๏ธ": [ + "hot_pepper", + "food", + "spicy", + "chilli", + "chili" + ], + "๐Ÿฅ’": [ + "cucumber", + "fruit", + "food", + "pickle" + ], + "๐Ÿฅฌ": [ + "leafy_green", + "food", + "vegetable", + "plant", + "bok choy", + "cabbage", + "kale", + "lettuce" + ], + "๐Ÿฅฆ": [ + "broccoli", + "fruit", + "food", + "vegetable" + ], + "๐Ÿง„": [ + "garlic" + ], + "๐Ÿง…": [ + "onion" + ], + "๐Ÿ„": [ + "mushroom", + "plant", + "vegetable" + ], + "๐Ÿฅœ": [ + "peanuts", + "food", + "nut" + ], + "๐ŸŒฐ": [ + "chestnut", + "food", + "squirrel" + ], + "๐Ÿž": [ + "bread", + "food", + "wheat", + "breakfast", + "toast" + ], + "๐Ÿฅ": [ + "croissant", + "food", + "bread", + "french" + ], + "๐Ÿฅ–": [ + "baguette_bread", + "food", + "bread", + "french" + ], + "๐Ÿฅจ": [ + "pretzel", + "food", + "bread", + "twisted" + ], + "๐Ÿฅฏ": [ + "bagel", + "food", + "bread", + "bakery", + "schmear" + ], + "๐Ÿฅž": [ + "pancakes", + "food", + "breakfast", + "flapjacks", + "hotcakes" + ], + "๐Ÿง‡": [ + "waffle" + ], + "๐Ÿง€": [ + "cheese_wedge", + "food", + "chadder" + ], + "๐Ÿ–": [ + "meat_on_bone", + "good", + "food", + "drumstick" + ], + "๐Ÿ—": [ + "poultry_leg", + "food", + "meat", + "drumstick", + "bird", + "chicken", + "turkey" + ], + "๐Ÿฅฉ": [ + "cut_of_meat", + "food", + "cow", + "meat", + "cut", + "chop", + "lambchop", + "porkchop" + ], + "๐Ÿฅ“": [ + "bacon", + "food", + "breakfast", + "pork", + "pig", + "meat" + ], + "๐Ÿ”": [ + "hamburger", + "meat", + "fast food", + "beef", + "cheeseburger", + "mcdonalds", + "burger king" + ], + "๐ŸŸ": [ + "french_fries", + "chips", + "snack", + "fast food" + ], + "๐Ÿ•": [ + "pizza", + "food", + "party" + ], + "๐ŸŒญ": [ + "hot_dog", + "food", + "frankfurter" + ], + "๐Ÿฅช": [ + "sandwich", + "food", + "lunch", + "bread" + ], + "๐ŸŒฎ": [ + "taco", + "food", + "mexican" + ], + "๐ŸŒฏ": [ + "burrito", + "food", + "mexican" + ], + "๐Ÿฅ™": [ + "stuffed_flatbread", + "food", + "flatbread", + "stuffed", + "gyro" + ], + "๐Ÿง†": [ + "falafel" + ], + "๐Ÿฅš": [ + "egg", + "food", + "chicken", + "breakfast" + ], + "๐Ÿณ": [ + "cooking", + "food", + "breakfast", + "kitchen", + "egg" + ], + "๐Ÿฅ˜": [ + "shallow_pan_of_food", + "food", + "cooking", + "casserole", + "paella" + ], + "๐Ÿฒ": [ + "pot_of_food", + "food", + "meat", + "soup" + ], + "๐Ÿฅฃ": [ + "bowl_with_spoon", + "food", + "breakfast", + "cereal", + "oatmeal", + "porridge" + ], + "๐Ÿฅ—": [ + "green_salad", + "food", + "healthy", + "lettuce" + ], + "๐Ÿฟ": [ + "popcorn", + "food", + "movie theater", + "films", + "snack" + ], + "๐Ÿงˆ": [ + "butter" + ], + "๐Ÿง‚": [ + "salt", + "condiment", + "shaker" + ], + "๐Ÿฅซ": [ + "canned_food", + "food", + "soup" + ], + "๐Ÿฑ": [ + "bento_box", + "food", + "japanese", + "box" + ], + "๐Ÿ˜": [ + "rice_cracker", + "food", + "japanese" + ], + "๐Ÿ™": [ + "rice_ball", + "food", + "japanese" + ], + "๐Ÿš": [ + "cooked_rice", + "food", + "china", + "asian" + ], + "๐Ÿ›": [ + "curry_rice", + "food", + "spicy", + "hot", + "indian" + ], + "๐Ÿœ": [ + "steaming_bowl", + "food", + "japanese", + "noodle", + "chopsticks" + ], + "๐Ÿ": [ + "spaghetti", + "food", + "italian", + "noodle" + ], + "๐Ÿ ": [ + "roasted_sweet_potato", + "food", + "nature" + ], + "๐Ÿข": [ + "oden", + "food", + "japanese" + ], + "๐Ÿฃ": [ + "sushi", + "food", + "fish", + "japanese", + "rice" + ], + "๐Ÿค": [ + "fried_shrimp", + "food", + "animal", + "appetizer", + "summer" + ], + "๐Ÿฅ": [ + "fish_cake_with_swirl", + "food", + "japan", + "sea", + "beach", + "narutomaki", + "pink", + "swirl", + "kamaboko", + "surimi", + "ramen" + ], + "๐Ÿฅฎ": [ + "moon_cake", + "food", + "autumn" + ], + "๐Ÿก": [ + "dango", + "food", + "dessert", + "sweet", + "japanese", + "barbecue", + "meat" + ], + "๐ŸฅŸ": [ + "dumpling", + "food", + "empanada", + "pierogi", + "potsticker" + ], + "๐Ÿฅ ": [ + "fortune_cookie", + "food", + "prophecy" + ], + "๐Ÿฅก": [ + "takeout_box", + "food", + "leftovers" + ], + "๐Ÿฆ€": [ + "crab", + "animal", + "crustacean" + ], + "๐Ÿฆž": [ + "lobster", + "animal", + "nature", + "bisque", + "claws", + "seafood" + ], + "๐Ÿฆ": [ + "shrimp", + "animal", + "ocean", + "nature", + "seafood" + ], + "๐Ÿฆ‘": [ + "squid", + "animal", + "nature", + "ocean", + "sea" + ], + "๐Ÿฆช": [ + "oyster" + ], + "๐Ÿฆ": [ + "soft_ice_cream", + "food", + "hot", + "dessert", + "summer" + ], + "๐Ÿง": [ + "shaved_ice", + "hot", + "dessert", + "summer" + ], + "๐Ÿจ": [ + "ice_cream", + "food", + "hot", + "dessert" + ], + "๐Ÿฉ": [ + "doughnut", + "food", + "dessert", + "snack", + "sweet", + "donut" + ], + "๐Ÿช": [ + "cookie", + "food", + "snack", + "oreo", + "chocolate", + "sweet", + "dessert" + ], + "๐ŸŽ‚": [ + "birthday_cake", + "food", + "dessert", + "cake" + ], + "๐Ÿฐ": [ + "shortcake", + "food", + "dessert" + ], + "๐Ÿง": [ + "cupcake", + "food", + "dessert", + "bakery", + "sweet" + ], + "๐Ÿฅง": [ + "pie", + "food", + "dessert", + "pastry" + ], + "๐Ÿซ": [ + "chocolate_bar", + "food", + "snack", + "dessert", + "sweet" + ], + "๐Ÿฌ": [ + "candy", + "snack", + "dessert", + "sweet", + "lolly" + ], + "๐Ÿญ": [ + "lollipop", + "food", + "snack", + "candy", + "sweet" + ], + "๐Ÿฎ": [ + "custard", + "dessert", + "food" + ], + "๐Ÿฏ": [ + "honey_pot", + "bees", + "sweet", + "kitchen" + ], + "๐Ÿผ": [ + "baby_bottle", + "food", + "container", + "milk" + ], + "๐Ÿฅ›": [ + "glass_of_milk", + "beverage", + "drink", + "cow" + ], + "โ˜•": [ + "hot_beverage", + "beverage", + "caffeine", + "latte", + "espresso" + ], + "๐Ÿต": [ + "teacup_without_handle", + "drink", + "bowl", + "breakfast", + "green", + "british" + ], + "๐Ÿถ": [ + "sake", + "wine", + "drink", + "drunk", + "beverage", + "japanese", + "alcohol", + "booze" + ], + "๐Ÿพ": [ + "bottle_with_popping_cork", + "drink", + "wine", + "bottle", + "celebration" + ], + "๐Ÿท": [ + "wine_glass", + "drink", + "beverage", + "drunk", + "alcohol", + "booze" + ], + "๐Ÿธ": [ + "cocktail_glass", + "drink", + "drunk", + "alcohol", + "beverage", + "booze", + "mojito" + ], + "๐Ÿน": [ + "tropical_drink", + "beverage", + "cocktail", + "summer", + "beach", + "alcohol", + "booze", + "mojito" + ], + "๐Ÿบ": [ + "beer_mug", + "relax", + "beverage", + "drink", + "drunk", + "party", + "pub", + "summer", + "alcohol", + "booze" + ], + "๐Ÿป": [ + "clinking_beer_mugs", + "relax", + "beverage", + "drink", + "drunk", + "party", + "pub", + "summer", + "alcohol", + "booze" + ], + "๐Ÿฅ‚": [ + "clinking_glasses", + "beverage", + "drink", + "party", + "alcohol", + "celebrate", + "cheers", + "wine", + "champagne", + "toast" + ], + "๐Ÿฅƒ": [ + "tumbler_glass", + "drink", + "beverage", + "drunk", + "alcohol", + "liquor", + "booze", + "bourbon", + "scotch", + "whisky", + "glass", + "shot" + ], + "๐Ÿฅค": [ + "cup_with_straw", + "drink", + "soda" + ], + "๐Ÿงƒ": [ + "beverage_box" + ], + "๐Ÿง‰": [ + "mate" + ], + "๐ŸงŠ": [ + "ice" + ], + "๐Ÿฅข": [ + "chopsticks", + "food" + ], + "๐Ÿฝ๏ธ": [ + "fork_and_knife_with_plate", + "food", + "eat", + "meal", + "lunch", + "dinner", + "restaurant" + ], + "๐Ÿด": [ + "fork_and_knife", + "cutlery", + "kitchen" + ], + "๐Ÿฅ„": [ + "spoon", + "cutlery", + "kitchen", + "tableware" + ], + "๐Ÿ”ช": [ + "kitchen_knife", + "knife", + "blade", + "cutlery", + "kitchen", + "weapon" + ], + "๐Ÿบ": [ + "amphora", + "vase", + "jar" + ], + "๐ŸŒ": [ + "globe_showing_europe_africa", + "globe", + "world", + "international" + ], + "๐ŸŒŽ": [ + "globe_showing_americas", + "globe", + "world", + "USA", + "international" + ], + "๐ŸŒ": [ + "globe_showing_asia_australia", + "globe", + "world", + "east", + "international" + ], + "๐ŸŒ": [ + "globe_with_meridians", + "earth", + "international", + "world", + "internet", + "interweb", + "i18n" + ], + "๐Ÿ—บ๏ธ": [ + "world_map", + "location", + "direction" + ], + "๐Ÿ—พ": [ + "map_of_japan", + "nation", + "country", + "japanese", + "asia" + ], + "๐Ÿงญ": [ + "compass", + "magnetic", + "navigation", + "orienteering" + ], + "๐Ÿ”๏ธ": [ + "snow_capped_mountain", + "photo", + "nature", + "environment", + "winter", + "cold" + ], + "โ›ฐ๏ธ": [ + "mountain", + "photo", + "nature", + "environment" + ], + "๐ŸŒ‹": [ + "volcano", + "photo", + "nature", + "disaster" + ], + "๐Ÿ—ป": [ + "mount_fuji", + "photo", + "mountain", + "nature", + "japanese" + ], + "๐Ÿ•๏ธ": [ + "camping", + "photo", + "outdoors", + "tent" + ], + "๐Ÿ–๏ธ": [ + "beach_with_umbrella", + "weather", + "summer", + "sunny", + "sand", + "mojito" + ], + "๐Ÿœ๏ธ": [ + "desert", + "photo", + "warm", + "saharah" + ], + "๐Ÿ๏ธ": [ + "desert_island", + "photo", + "tropical", + "mojito" + ], + "๐Ÿž๏ธ": [ + "national_park", + "photo", + "environment", + "nature" + ], + "๐ŸŸ๏ธ": [ + "stadium", + "photo", + "place", + "sports", + "concert", + "venue" + ], + "๐Ÿ›๏ธ": [ + "classical_building", + "art", + "culture", + "history" + ], + "๐Ÿ—๏ธ": [ + "building_construction", + "wip", + "working", + "progress" + ], + "๐Ÿงฑ": [ + "brick", + "bricks" + ], + "๐Ÿ˜๏ธ": [ + "houses", + "buildings", + "photo" + ], + "๐Ÿš๏ธ": [ + "derelict_house", + "abandon", + "evict", + "broken", + "building" + ], + "๐Ÿ ": [ + "house", + "building", + "home" + ], + "๐Ÿก": [ + "house_with_garden", + "home", + "plant", + "nature" + ], + "๐Ÿข": [ + "office_building", + "building", + "bureau", + "work" + ], + "๐Ÿฃ": [ + "japanese_post_office", + "building", + "envelope", + "communication" + ], + "๐Ÿค": [ + "post_office", + "building", + "email" + ], + "๐Ÿฅ": [ + "hospital", + "building", + "health", + "surgery", + "doctor" + ], + "๐Ÿฆ": [ + "bank", + "building", + "money", + "sales", + "cash", + "business", + "enterprise" + ], + "๐Ÿจ": [ + "hotel", + "building", + "accomodation", + "checkin" + ], + "๐Ÿฉ": [ + "love_hotel", + "like", + "affection", + "dating" + ], + "๐Ÿช": [ + "convenience_store", + "building", + "shopping", + "groceries" + ], + "๐Ÿซ": [ + "school", + "building", + "student", + "education", + "learn", + "teach" + ], + "๐Ÿฌ": [ + "department_store", + "building", + "shopping", + "mall" + ], + "๐Ÿญ": [ + "factory", + "building", + "industry", + "pollution", + "smoke" + ], + "๐Ÿฏ": [ + "japanese_castle", + "photo", + "building" + ], + "๐Ÿฐ": [ + "castle", + "building", + "royalty", + "history" + ], + "๐Ÿ’’": [ + "wedding", + "love", + "like", + "affection", + "couple", + "marriage", + "bride", + "groom" + ], + "๐Ÿ—ผ": [ + "tokyo_tower", + "photo", + "japanese" + ], + "๐Ÿ—ฝ": [ + "statue_of_liberty", + "american", + "newyork" + ], + "โ›ช": [ + "church", + "building", + "religion", + "christ" + ], + "๐Ÿ•Œ": [ + "mosque", + "islam", + "worship", + "minaret" + ], + "๐Ÿ›•": [ + "hindu_temple" + ], + "๐Ÿ•": [ + "synagogue", + "judaism", + "worship", + "temple", + "jewish" + ], + "โ›ฉ๏ธ": [ + "shinto_shrine", + "temple", + "japan", + "kyoto" + ], + "๐Ÿ•‹": [ + "kaaba", + "mecca", + "mosque", + "islam" + ], + "โ›ฒ": [ + "fountain", + "photo", + "summer", + "water", + "fresh" + ], + "โ›บ": [ + "tent", + "photo", + "camping", + "outdoors" + ], + "๐ŸŒ": [ + "foggy", + "photo", + "mountain" + ], + "๐ŸŒƒ": [ + "night_with_stars", + "evening", + "city", + "downtown" + ], + "๐Ÿ™๏ธ": [ + "cityscape", + "photo", + "night life", + "urban" + ], + "๐ŸŒ„": [ + "sunrise_over_mountains", + "view", + "vacation", + "photo" + ], + "๐ŸŒ…": [ + "sunrise", + "morning", + "view", + "vacation", + "photo" + ], + "๐ŸŒ†": [ + "cityscape_at_dusk", + "photo", + "evening", + "sky", + "buildings" + ], + "๐ŸŒ‡": [ + "sunset", + "photo", + "good morning", + "dawn" + ], + "๐ŸŒ‰": [ + "bridge_at_night", + "photo", + "sanfrancisco" + ], + "โ™จ๏ธ": [ + "hot_springs", + "bath", + "warm", + "relax" + ], + "๐ŸŽ ": [ + "carousel_horse", + "photo", + "carnival" + ], + "๐ŸŽก": [ + "ferris_wheel", + "photo", + "carnival", + "londoneye" + ], + "๐ŸŽข": [ + "roller_coaster", + "carnival", + "playground", + "photo", + "fun" + ], + "๐Ÿ’ˆ": [ + "barber_pole", + "hair", + "salon", + "style" + ], + "๐ŸŽช": [ + "circus_tent", + "festival", + "carnival", + "party" + ], + "๐Ÿš‚": [ + "locomotive", + "transportation", + "vehicle", + "train" + ], + "๐Ÿšƒ": [ + "railway_car", + "transportation", + "vehicle" + ], + "๐Ÿš„": [ + "high_speed_train", + "transportation", + "vehicle" + ], + "๐Ÿš…": [ + "bullet_train", + "transportation", + "vehicle", + "speed", + "fast", + "public", + "travel" + ], + "๐Ÿš†": [ + "train", + "transportation", + "vehicle" + ], + "๐Ÿš‡": [ + "metro", + "transportation", + "blue-square", + "mrt", + "underground", + "tube" + ], + "๐Ÿšˆ": [ + "light_rail", + "transportation", + "vehicle" + ], + "๐Ÿš‰": [ + "station", + "transportation", + "vehicle", + "public" + ], + "๐ŸšŠ": [ + "tram", + "transportation", + "vehicle" + ], + "๐Ÿš": [ + "monorail", + "transportation", + "vehicle" + ], + "๐Ÿšž": [ + "mountain_railway", + "transportation", + "vehicle" + ], + "๐Ÿš‹": [ + "tram_car", + "transportation", + "vehicle", + "carriage", + "public", + "travel" + ], + "๐ŸšŒ": [ + "bus", + "car", + "vehicle", + "transportation" + ], + "๐Ÿš": [ + "oncoming_bus", + "vehicle", + "transportation" + ], + "๐ŸšŽ": [ + "trolleybus", + "bart", + "transportation", + "vehicle" + ], + "๐Ÿš": [ + "minibus", + "vehicle", + "car", + "transportation" + ], + "๐Ÿš‘": [ + "ambulance", + "health", + "911", + "hospital" + ], + "๐Ÿš’": [ + "fire_engine", + "transportation", + "cars", + "vehicle" + ], + "๐Ÿš“": [ + "police_car", + "vehicle", + "cars", + "transportation", + "law", + "legal", + "enforcement" + ], + "๐Ÿš”": [ + "oncoming_police_car", + "vehicle", + "law", + "legal", + "enforcement", + "911" + ], + "๐Ÿš•": [ + "taxi", + "uber", + "vehicle", + "cars", + "transportation" + ], + "๐Ÿš–": [ + "oncoming_taxi", + "vehicle", + "cars", + "uber" + ], + "๐Ÿš—": [ + "automobile", + "red", + "transportation", + "vehicle" + ], + "๐Ÿš˜": [ + "oncoming_automobile", + "car", + "vehicle", + "transportation" + ], + "๐Ÿš™": [ + "sport_utility_vehicle", + "transportation", + "vehicle" + ], + "๐Ÿšš": [ + "delivery_truck", + "cars", + "transportation" + ], + "๐Ÿš›": [ + "articulated_lorry", + "vehicle", + "cars", + "transportation", + "express" + ], + "๐Ÿšœ": [ + "tractor", + "vehicle", + "car", + "farming", + "agriculture" + ], + "๐ŸŽ๏ธ": [ + "racing_car", + "sports", + "race", + "fast", + "formula", + "f1" + ], + "๐Ÿ๏ธ": [ + "motorcycle", + "race", + "sports", + "fast" + ], + "๐Ÿ›ต": [ + "motor_scooter", + "vehicle", + "vespa", + "sasha" + ], + "๐Ÿฆฝ": [ + "manual_wheelchair" + ], + "๐Ÿฆผ": [ + "motorized_wheelchair" + ], + "๐Ÿ›บ": [ + "auto_rickshaw" + ], + "๐Ÿšฒ": [ + "bicycle", + "sports", + "bicycle", + "exercise", + "hipster" + ], + "๐Ÿ›ด": [ + "kick_scooter", + "vehicle", + "kick", + "razor" + ], + "๐Ÿ›น": [ + "skateboard", + "board" + ], + "๐Ÿš": [ + "bus_stop", + "transportation", + "wait" + ], + "๐Ÿ›ฃ๏ธ": [ + "motorway", + "road", + "cupertino", + "interstate", + "highway" + ], + "๐Ÿ›ค๏ธ": [ + "railway_track", + "train", + "transportation" + ], + "๐Ÿ›ข๏ธ": [ + "oil_drum", + "barrell" + ], + "โ›ฝ": [ + "fuel_pump", + "gas station", + "petroleum" + ], + "๐Ÿšจ": [ + "police_car_light", + "police", + "ambulance", + "911", + "emergency", + "alert", + "error", + "pinged", + "law", + "legal" + ], + "๐Ÿšฅ": [ + "horizontal_traffic_light", + "transportation", + "signal" + ], + "๐Ÿšฆ": [ + "vertical_traffic_light", + "transportation", + "driving" + ], + "๐Ÿ›‘": [ + "stop_sign", + "stop" + ], + "๐Ÿšง": [ + "construction", + "wip", + "progress", + "caution", + "warning" + ], + "โš“": [ + "anchor", + "ship", + "ferry", + "sea", + "boat" + ], + "โ›ต": [ + "sailboat", + "ship", + "summer", + "transportation", + "water", + "sailing" + ], + "๐Ÿ›ถ": [ + "canoe", + "boat", + "paddle", + "water", + "ship" + ], + "๐Ÿšค": [ + "speedboat", + "ship", + "transportation", + "vehicle", + "summer" + ], + "๐Ÿ›ณ๏ธ": [ + "passenger_ship", + "yacht", + "cruise", + "ferry" + ], + "โ›ด๏ธ": [ + "ferry", + "boat", + "ship", + "yacht" + ], + "๐Ÿ›ฅ๏ธ": [ + "motor_boat", + "ship" + ], + "๐Ÿšข": [ + "ship", + "transportation", + "titanic", + "deploy" + ], + "โœˆ๏ธ": [ + "airplane", + "vehicle", + "transportation", + "flight", + "fly" + ], + "๐Ÿ›ฉ๏ธ": [ + "small_airplane", + "flight", + "transportation", + "fly", + "vehicle" + ], + "๐Ÿ›ซ": [ + "airplane_departure", + "airport", + "flight", + "landing" + ], + "๐Ÿ›ฌ": [ + "airplane_arrival", + "airport", + "flight", + "boarding" + ], + "๐Ÿช‚": [ + "parachute" + ], + "๐Ÿ’บ": [ + "seat", + "sit", + "airplane", + "transport", + "bus", + "flight", + "fly" + ], + "๐Ÿš": [ + "helicopter", + "transportation", + "vehicle", + "fly" + ], + "๐ŸšŸ": [ + "suspension_railway", + "vehicle", + "transportation" + ], + "๐Ÿš ": [ + "mountain_cableway", + "transportation", + "vehicle", + "ski" + ], + "๐Ÿšก": [ + "aerial_tramway", + "transportation", + "vehicle", + "ski" + ], + "๐Ÿ›ฐ๏ธ": [ + "satellite", + "communication", + "gps", + "orbit", + "spaceflight", + "NASA", + "ISS" + ], + "๐Ÿš€": [ + "rocket", + "launch", + "ship", + "staffmode", + "NASA", + "outer space", + "outer_space", + "fly" + ], + "๐Ÿ›ธ": [ + "flying_saucer", + "transportation", + "vehicle", + "ufo" + ], + "๐Ÿ›Ž๏ธ": [ + "bellhop_bell", + "service" + ], + "๐Ÿงณ": [ + "luggage", + "packing", + "travel" + ], + "โŒ›": [ + "hourglass_done", + "time", + "clock", + "oldschool", + "limit", + "exam", + "quiz", + "test" + ], + "โณ": [ + "hourglass_not_done", + "oldschool", + "time", + "countdown" + ], + "โŒš": [ + "watch", + "time", + "accessories" + ], + "โฐ": [ + "alarm_clock", + "time", + "wake" + ], + "โฑ๏ธ": [ + "stopwatch", + "time", + "deadline" + ], + "โฒ๏ธ": [ + "timer_clock", + "alarm" + ], + "๐Ÿ•ฐ๏ธ": [ + "mantelpiece_clock", + "time" + ], + "๐Ÿ•›": [ + "twelve_o_clock", + "time", + "noon", + "midnight", + "midday", + "late", + "early", + "schedule" + ], + "๐Ÿ•ง": [ + "twelve_thirty", + "time", + "late", + "early", + "schedule" + ], + "๐Ÿ•": [ + "one_o_clock", + "time", + "late", + "early", + "schedule" + ], + "๐Ÿ•œ": [ + "one_thirty", + "time", + "late", + "early", + "schedule" + ], + "๐Ÿ•‘": [ + "two_o_clock", + "time", + "late", + "early", + "schedule" + ], + "๐Ÿ•": [ + "two_thirty", + "time", + "late", + "early", + "schedule" + ], + "๐Ÿ•’": [ + "three_o_clock", + "time", + "late", + "early", + "schedule" + ], + "๐Ÿ•ž": [ + "three_thirty", + "time", + "late", + "early", + "schedule" + ], + "๐Ÿ•“": [ + "four_o_clock", + "time", + "late", + "early", + "schedule" + ], + "๐Ÿ•Ÿ": [ + "four_thirty", + "time", + "late", + "early", + "schedule" + ], + "๐Ÿ•”": [ + "five_o_clock", + "time", + "late", + "early", + "schedule" + ], + "๐Ÿ• ": [ + "five_thirty", + "time", + "late", + "early", + "schedule" + ], + "๐Ÿ••": [ + "six_o_clock", + "time", + "late", + "early", + "schedule", + "dawn", + "dusk" + ], + "๐Ÿ•ก": [ + "six_thirty", + "time", + "late", + "early", + "schedule" + ], + "๐Ÿ•–": [ + "seven_o_clock", + "time", + "late", + "early", + "schedule" + ], + "๐Ÿ•ข": [ + "seven_thirty", + "time", + "late", + "early", + "schedule" + ], + "๐Ÿ•—": [ + "eight_o_clock", + "time", + "late", + "early", + "schedule" + ], + "๐Ÿ•ฃ": [ + "eight_thirty", + "time", + "late", + "early", + "schedule" + ], + "๐Ÿ•˜": [ + "nine_o_clock", + "time", + "late", + "early", + "schedule" + ], + "๐Ÿ•ค": [ + "nine_thirty", + "time", + "late", + "early", + "schedule" + ], + "๐Ÿ•™": [ + "ten_o_clock", + "time", + "late", + "early", + "schedule" + ], + "๐Ÿ•ฅ": [ + "ten_thirty", + "time", + "late", + "early", + "schedule" + ], + "๐Ÿ•š": [ + "eleven_o_clock", + "time", + "late", + "early", + "schedule" + ], + "๐Ÿ•ฆ": [ + "eleven_thirty", + "time", + "late", + "early", + "schedule" + ], + "๐ŸŒ‘": [ + "new_moon", + "nature", + "twilight", + "planet", + "space", + "night", + "evening", + "sleep" + ], + "๐ŸŒ’": [ + "waxing_crescent_moon", + "nature", + "twilight", + "planet", + "space", + "night", + "evening", + "sleep" + ], + "๐ŸŒ“": [ + "first_quarter_moon", + "nature", + "twilight", + "planet", + "space", + "night", + "evening", + "sleep" + ], + "๐ŸŒ”": [ + "waxing_gibbous_moon", + "nature", + "night", + "sky", + "gray", + "twilight", + "planet", + "space", + "evening", + "sleep" + ], + "๐ŸŒ•": [ + "full_moon", + "nature", + "yellow", + "twilight", + "planet", + "space", + "night", + "evening", + "sleep" + ], + "๐ŸŒ–": [ + "waning_gibbous_moon", + "nature", + "twilight", + "planet", + "space", + "night", + "evening", + "sleep", + "waxing_gibbous_moon" + ], + "๐ŸŒ—": [ + "last_quarter_moon", + "nature", + "twilight", + "planet", + "space", + "night", + "evening", + "sleep" + ], + "๐ŸŒ˜": [ + "waning_crescent_moon", + "nature", + "twilight", + "planet", + "space", + "night", + "evening", + "sleep" + ], + "๐ŸŒ™": [ + "crescent_moon", + "night", + "sleep", + "sky", + "evening", + "magic" + ], + "๐ŸŒš": [ + "new_moon_face", + "nature", + "twilight", + "planet", + "space", + "night", + "evening", + "sleep" + ], + "๐ŸŒ›": [ + "first_quarter_moon_face", + "nature", + "twilight", + "planet", + "space", + "night", + "evening", + "sleep" + ], + "๐ŸŒœ": [ + "last_quarter_moon_face", + "nature", + "twilight", + "planet", + "space", + "night", + "evening", + "sleep" + ], + "๐ŸŒก๏ธ": [ + "thermometer", + "weather", + "temperature", + "hot", + "cold" + ], + "โ˜€๏ธ": [ + "sun", + "weather", + "nature", + "brightness", + "summer", + "beach", + "spring" + ], + "๐ŸŒ": [ + "full_moon_face", + "nature", + "twilight", + "planet", + "space", + "night", + "evening", + "sleep" + ], + "๐ŸŒž": [ + "sun_with_face", + "nature", + "morning", + "sky" + ], + "๐Ÿช": [ + "ringed_planet" + ], + "โญ": [ + "star", + "night", + "yellow" + ], + "๐ŸŒŸ": [ + "glowing_star", + "night", + "sparkle", + "awesome", + "good", + "magic" + ], + "๐ŸŒ ": [ + "shooting_star", + "night", + "photo" + ], + "๐ŸŒŒ": [ + "milky_way", + "photo", + "space", + "stars" + ], + "โ˜๏ธ": [ + "cloud", + "weather", + "sky" + ], + "โ›…": [ + "sun_behind_cloud", + "weather", + "nature", + "cloudy", + "morning", + "fall", + "spring" + ], + "โ›ˆ๏ธ": [ + "cloud_with_lightning_and_rain", + "weather", + "lightning" + ], + "๐ŸŒค๏ธ": [ + "sun_behind_small_cloud", + "weather" + ], + "๐ŸŒฅ๏ธ": [ + "sun_behind_large_cloud", + "weather" + ], + "๐ŸŒฆ๏ธ": [ + "sun_behind_rain_cloud", + "weather" + ], + "๐ŸŒง๏ธ": [ + "cloud_with_rain", + "weather" + ], + "๐ŸŒจ๏ธ": [ + "cloud_with_snow", + "weather" + ], + "๐ŸŒฉ๏ธ": [ + "cloud_with_lightning", + "weather", + "thunder" + ], + "๐ŸŒช๏ธ": [ + "tornado", + "weather", + "cyclone", + "twister" + ], + "๐ŸŒซ๏ธ": [ + "fog", + "weather" + ], + "๐ŸŒฌ๏ธ": [ + "wind_face", + "gust", + "air" + ], + "๐ŸŒ€": [ + "cyclone", + "weather", + "swirl", + "blue", + "cloud", + "vortex", + "spiral", + "whirlpool", + "spin", + "tornado", + "hurricane", + "typhoon" + ], + "๐ŸŒˆ": [ + "rainbow", + "nature", + "happy", + "unicorn_face", + "photo", + "sky", + "spring" + ], + "๐ŸŒ‚": [ + "closed_umbrella", + "weather", + "rain", + "drizzle" + ], + "โ˜‚๏ธ": [ + "umbrella", + "weather", + "spring" + ], + "โ˜”": [ + "umbrella_with_rain_drops", + "rainy", + "weather", + "spring" + ], + "โ›ฑ๏ธ": [ + "umbrella_on_ground", + "weather", + "summer" + ], + "โšก": [ + "high_voltage", + "thunder", + "weather", + "lightning bolt", + "fast" + ], + "โ„๏ธ": [ + "snowflake", + "winter", + "season", + "cold", + "weather", + "christmas", + "xmas" + ], + "โ˜ƒ๏ธ": [ + "snowman", + "winter", + "season", + "cold", + "weather", + "christmas", + "xmas", + "frozen" + ], + "โ›„": [ + "snowman_without_snow", + "winter", + "season", + "cold", + "weather", + "christmas", + "xmas", + "frozen", + "without_snow" + ], + "โ˜„๏ธ": [ + "comet", + "space" + ], + "๐Ÿ”ฅ": [ + "fire", + "hot", + "cook", + "flame" + ], + "๐Ÿ’ง": [ + "droplet", + "water", + "drip", + "faucet", + "spring" + ], + "๐ŸŒŠ": [ + "water_wave", + "sea", + "water", + "wave", + "nature", + "tsunami", + "disaster" + ], + "๐ŸŽƒ": [ + "jack_o_lantern", + "halloween", + "light", + "pumpkin", + "creepy", + "fall" + ], + "๐ŸŽ„": [ + "christmas_tree", + "festival", + "vacation", + "december", + "xmas", + "celebration" + ], + "๐ŸŽ†": [ + "fireworks", + "photo", + "festival", + "carnival", + "congratulations" + ], + "๐ŸŽ‡": [ + "sparkler", + "stars", + "night", + "shine" + ], + "๐Ÿงจ": [ + "firecracker", + "dynamite", + "boom", + "explode", + "explosion", + "explosive" + ], + "โœจ": [ + "sparkles", + "stars", + "shine", + "shiny", + "cool", + "awesome", + "good", + "magic" + ], + "๐ŸŽˆ": [ + "balloon", + "party", + "celebration", + "birthday", + "circus" + ], + "๐ŸŽ‰": [ + "party_popper", + "party", + "congratulations", + "birthday", + "magic", + "circus", + "celebration" + ], + "๐ŸŽŠ": [ + "confetti_ball", + "festival", + "party", + "birthday", + "circus" + ], + "๐ŸŽ‹": [ + "tanabata_tree", + "plant", + "nature", + "branch", + "summer" + ], + "๐ŸŽ": [ + "pine_decoration", + "plant", + "nature", + "vegetable", + "panda", + "pine_decoration" + ], + "๐ŸŽŽ": [ + "japanese_dolls", + "japanese", + "toy", + "kimono" + ], + "๐ŸŽ": [ + "carp_streamer", + "fish", + "japanese", + "koinobori", + "carp", + "banner" + ], + "๐ŸŽ": [ + "wind_chime", + "nature", + "ding", + "spring", + "bell" + ], + "๐ŸŽ‘": [ + "moon_viewing_ceremony", + "photo", + "japan", + "asia", + "tsukimi" + ], + "๐Ÿงง": [ + "red_envelope", + "gift" + ], + "๐ŸŽ€": [ + "ribbon", + "decoration", + "pink", + "girl", + "bowtie" + ], + "๐ŸŽ": [ + "wrapped_gift", + "present", + "birthday", + "christmas", + "xmas" + ], + "๐ŸŽ—๏ธ": [ + "reminder_ribbon", + "sports", + "cause", + "support", + "awareness" + ], + "๐ŸŽŸ๏ธ": [ + "admission_tickets", + "sports", + "concert", + "entrance" + ], + "๐ŸŽซ": [ + "ticket", + "event", + "concert", + "pass" + ], + "๐ŸŽ–๏ธ": [ + "military_medal", + "award", + "winning", + "army" + ], + "๐Ÿ†": [ + "trophy", + "win", + "award", + "contest", + "place", + "ftw", + "ceremony" + ], + "๐Ÿ…": [ + "sports_medal", + "award", + "winning" + ], + "๐Ÿฅ‡": [ + "1st_place_medal", + "award", + "winning", + "first" + ], + "๐Ÿฅˆ": [ + "2nd_place_medal", + "award", + "second" + ], + "๐Ÿฅ‰": [ + "3rd_place_medal", + "award", + "third" + ], + "โšฝ": [ + "soccer_ball", + "sports", + "football" + ], + "โšพ": [ + "baseball", + "sports", + "balls" + ], + "๐ŸฅŽ": [ + "softball", + "sports", + "balls" + ], + "๐Ÿ€": [ + "basketball", + "sports", + "balls", + "NBA" + ], + "๐Ÿ": [ + "volleyball", + "sports", + "balls" + ], + "๐Ÿˆ": [ + "american_football", + "sports", + "balls", + "NFL" + ], + "๐Ÿ‰": [ + "rugby_football", + "sports", + "team" + ], + "๐ŸŽพ": [ + "tennis", + "sports", + "balls", + "green" + ], + "๐Ÿฅ": [ + "flying_disc", + "sports", + "frisbee", + "ultimate" + ], + "๐ŸŽณ": [ + "bowling", + "sports", + "fun", + "play" + ], + "๐Ÿ": [ + "cricket_game", + "sports" + ], + "๐Ÿ‘": [ + "field_hockey", + "sports" + ], + "๐Ÿ’": [ + "ice_hockey", + "sports" + ], + "๐Ÿฅ": [ + "lacrosse", + "sports", + "ball", + "stick" + ], + "๐Ÿ“": [ + "ping_pong", + "sports", + "pingpong" + ], + "๐Ÿธ": [ + "badminton", + "sports" + ], + "๐ŸฅŠ": [ + "boxing_glove", + "sports", + "fighting" + ], + "๐Ÿฅ‹": [ + "martial_arts_uniform", + "judo", + "karate", + "taekwondo" + ], + "๐Ÿฅ…": [ + "goal_net", + "sports" + ], + "โ›ณ": [ + "flag_in_hole", + "sports", + "business", + "flag", + "hole", + "summer" + ], + "โ›ธ๏ธ": [ + "ice_skate", + "sports" + ], + "๐ŸŽฃ": [ + "fishing_pole", + "food", + "hobby", + "summer" + ], + "๐Ÿคฟ": [ + "diving_mask" + ], + "๐ŸŽฝ": [ + "running_shirt", + "play", + "pageant" + ], + "๐ŸŽฟ": [ + "skis", + "sports", + "winter", + "cold", + "snow" + ], + "๐Ÿ›ท": [ + "sled", + "sleigh", + "luge", + "toboggan" + ], + "๐ŸฅŒ": [ + "curling_stone", + "sports" + ], + "๐ŸŽฏ": [ + "direct_hit", + "game", + "play", + "bar", + "target", + "bullseye" + ], + "๐Ÿช€": [ + "yo_yo" + ], + "๐Ÿช": [ + "kite" + ], + "๐ŸŽฑ": [ + "pool_8_ball", + "pool", + "hobby", + "game", + "luck", + "magic" + ], + "๐Ÿ”ฎ": [ + "crystal_ball", + "disco", + "party", + "magic", + "circus", + "fortune_teller" + ], + "๐Ÿงฟ": [ + "nazar_amulet", + "bead", + "charm" + ], + "๐ŸŽฎ": [ + "video_game", + "play", + "console", + "PS4", + "controller" + ], + "๐Ÿ•น๏ธ": [ + "joystick", + "game", + "play" + ], + "๐ŸŽฐ": [ + "slot_machine", + "bet", + "gamble", + "vegas", + "fruit machine", + "luck", + "casino" + ], + "๐ŸŽฒ": [ + "game_die", + "dice", + "random", + "tabletop", + "play", + "luck" + ], + "๐Ÿงฉ": [ + "puzzle_piece", + "interlocking", + "puzzle", + "piece" + ], + "๐Ÿงธ": [ + "teddy_bear", + "plush", + "stuffed" + ], + "โ™ ๏ธ": [ + "spade_suit", + "poker", + "cards", + "suits", + "magic" + ], + "โ™ฅ๏ธ": [ + "heart_suit", + "poker", + "cards", + "magic", + "suits" + ], + "โ™ฆ๏ธ": [ + "diamond_suit", + "poker", + "cards", + "magic", + "suits" + ], + "โ™ฃ๏ธ": [ + "club_suit", + "poker", + "cards", + "magic", + "suits" + ], + "โ™Ÿ๏ธ": [ + "chess_pawn", + "expendable" + ], + "๐Ÿƒ": [ + "joker", + "poker", + "cards", + "game", + "play", + "magic" + ], + "๐Ÿ€„": [ + "mahjong_red_dragon", + "game", + "play", + "chinese", + "kanji" + ], + "๐ŸŽด": [ + "flower_playing_cards", + "game", + "sunset", + "red" + ], + "๐ŸŽญ": [ + "performing_arts", + "acting", + "theater", + "drama" + ], + "๐Ÿ–ผ๏ธ": [ + "framed_picture", + "photography" + ], + "๐ŸŽจ": [ + "artist_palette", + "design", + "paint", + "draw", + "colors" + ], + "๐Ÿงต": [ + "thread", + "needle", + "sewing", + "spool", + "string" + ], + "๐Ÿงถ": [ + "yarn", + "ball", + "crochet", + "knit" + ], + "๐Ÿ‘“": [ + "glasses", + "fashion", + "accessories", + "eyesight", + "nerdy", + "dork", + "geek" + ], + "๐Ÿ•ถ๏ธ": [ + "sunglasses", + "face", + "cool", + "accessories" + ], + "๐Ÿฅฝ": [ + "goggles", + "eyes", + "protection", + "safety" + ], + "๐Ÿฅผ": [ + "lab_coat", + "doctor", + "experiment", + "scientist", + "chemist" + ], + "๐Ÿฆบ": [ + "safety_vest" + ], + "๐Ÿ‘”": [ + "necktie", + "shirt", + "suitup", + "formal", + "fashion", + "cloth", + "business" + ], + "๐Ÿ‘•": [ + "t_shirt", + "fashion", + "cloth", + "casual", + "shirt", + "tee" + ], + "๐Ÿ‘–": [ + "jeans", + "fashion", + "shopping" + ], + "๐Ÿงฃ": [ + "scarf", + "neck", + "winter", + "clothes" + ], + "๐Ÿงค": [ + "gloves", + "hands", + "winter", + "clothes" + ], + "๐Ÿงฅ": [ + "coat", + "jacket" + ], + "๐Ÿงฆ": [ + "socks", + "stockings", + "clothes" + ], + "๐Ÿ‘—": [ + "dress", + "clothes", + "fashion", + "shopping" + ], + "๐Ÿ‘˜": [ + "kimono", + "dress", + "fashion", + "women", + "female", + "japanese" + ], + "๐Ÿฅป": [ + "sari" + ], + "๐Ÿฉฑ": [ + "one_piece_swimsuit" + ], + "๐Ÿฉฒ": [ + "briefs" + ], + "๐Ÿฉณ": [ + "shorts" + ], + "๐Ÿ‘™": [ + "bikini", + "swimming", + "female", + "woman", + "girl", + "fashion", + "beach", + "summer" + ], + "๐Ÿ‘š": [ + "woman_s_clothes", + "fashion", + "shopping_bags", + "female" + ], + "๐Ÿ‘›": [ + "purse", + "fashion", + "accessories", + "money", + "sales", + "shopping" + ], + "๐Ÿ‘œ": [ + "handbag", + "fashion", + "accessory", + "accessories", + "shopping" + ], + "๐Ÿ‘": [ + "clutch_bag", + "bag", + "accessories", + "shopping" + ], + "๐Ÿ›๏ธ": [ + "shopping_bags", + "mall", + "buy", + "purchase" + ], + "๐ŸŽ’": [ + "backpack", + "student", + "education", + "bag", + "backpack" + ], + "๐Ÿ‘ž": [ + "man_s_shoe", + "fashion", + "male" + ], + "๐Ÿ‘Ÿ": [ + "running_shoe", + "shoes", + "sports", + "sneakers" + ], + "๐Ÿฅพ": [ + "hiking_boot", + "backpacking", + "camping", + "hiking" + ], + "๐Ÿฅฟ": [ + "flat_shoe", + "ballet", + "slip-on", + "slipper" + ], + "๐Ÿ‘ ": [ + "high_heeled_shoe", + "fashion", + "shoes", + "female", + "pumps", + "stiletto" + ], + "๐Ÿ‘ก": [ + "woman_s_sandal", + "shoes", + "fashion", + "flip flops" + ], + "๐Ÿฉฐ": [ + "ballet_shoes" + ], + "๐Ÿ‘ข": [ + "woman_s_boot", + "shoes", + "fashion" + ], + "๐Ÿ‘‘": [ + "crown", + "king", + "kod", + "leader", + "royalty", + "lord" + ], + "๐Ÿ‘’": [ + "woman_s_hat", + "fashion", + "accessories", + "female", + "lady", + "spring" + ], + "๐ŸŽฉ": [ + "top_hat", + "magic", + "gentleman", + "classy", + "circus" + ], + "๐ŸŽ“": [ + "graduation_cap", + "school", + "college", + "degree", + "university", + "graduation", + "cap", + "hat", + "legal", + "learn", + "education" + ], + "๐Ÿงข": [ + "billed_cap", + "cap", + "baseball" + ], + "โ›‘๏ธ": [ + "rescue_worker_s_helmet", + "construction", + "build" + ], + "๐Ÿ“ฟ": [ + "prayer_beads", + "dhikr", + "religious" + ], + "๐Ÿ’„": [ + "lipstick", + "female", + "girl", + "fashion", + "woman" + ], + "๐Ÿ’": [ + "ring", + "wedding", + "propose", + "marriage", + "valentines", + "diamond", + "fashion", + "jewelry", + "gem", + "engagement" + ], + "๐Ÿ’Ž": [ + "gem_stone", + "blue", + "ruby", + "diamond", + "jewelry" + ], + "๐Ÿ”‡": [ + "muted_speaker", + "sound", + "volume", + "silence", + "quiet" + ], + "๐Ÿ”ˆ": [ + "speaker_low_volume", + "sound", + "volume", + "silence", + "broadcast" + ], + "๐Ÿ”‰": [ + "speaker_medium_volume", + "volume", + "speaker", + "broadcast" + ], + "๐Ÿ”Š": [ + "speaker_high_volume", + "volume", + "noise", + "noisy", + "speaker", + "broadcast" + ], + "๐Ÿ“ข": [ + "loudspeaker", + "volume", + "sound" + ], + "๐Ÿ“ฃ": [ + "megaphone", + "sound", + "speaker", + "volume" + ], + "๐Ÿ“ฏ": [ + "postal_horn", + "instrument", + "music" + ], + "๐Ÿ””": [ + "bell", + "sound", + "notification", + "christmas", + "xmas", + "chime" + ], + "๐Ÿ”•": [ + "bell_with_slash", + "sound", + "volume", + "mute", + "quiet", + "silent" + ], + "๐ŸŽผ": [ + "musical_score", + "treble", + "clef", + "compose" + ], + "๐ŸŽต": [ + "musical_note", + "score", + "tone", + "sound" + ], + "๐ŸŽถ": [ + "musical_notes", + "music", + "score" + ], + "๐ŸŽ™๏ธ": [ + "studio_microphone", + "sing", + "recording", + "artist", + "talkshow" + ], + "๐ŸŽš๏ธ": [ + "level_slider", + "scale" + ], + "๐ŸŽ›๏ธ": [ + "control_knobs", + "dial" + ], + "๐ŸŽค": [ + "microphone", + "sound", + "music", + "PA", + "sing", + "talkshow" + ], + "๐ŸŽง": [ + "headphone", + "music", + "score", + "gadgets" + ], + "๐Ÿ“ป": [ + "radio", + "communication", + "music", + "podcast", + "program" + ], + "๐ŸŽท": [ + "saxophone", + "music", + "instrument", + "jazz", + "blues" + ], + "๐ŸŽธ": [ + "guitar", + "music", + "instrument" + ], + "๐ŸŽน": [ + "musical_keyboard", + "piano", + "instrument", + "compose" + ], + "๐ŸŽบ": [ + "trumpet", + "music", + "brass" + ], + "๐ŸŽป": [ + "violin", + "music", + "instrument", + "orchestra", + "symphony" + ], + "๐Ÿช•": [ + "banjo" + ], + "๐Ÿฅ": [ + "drum", + "music", + "instrument", + "drumsticks", + "snare" + ], + "๐Ÿ“ฑ": [ + "mobile_phone", + "technology", + "apple", + "gadgets", + "dial" + ], + "๐Ÿ“ฒ": [ + "mobile_phone_with_arrow", + "iphone", + "incoming" + ], + "โ˜Ž๏ธ": [ + "telephone", + "technology", + "communication", + "dial", + "telephone" + ], + "๐Ÿ“ž": [ + "telephone_receiver", + "technology", + "communication", + "dial" + ], + "๐Ÿ“Ÿ": [ + "pager", + "bbcall", + "oldschool", + "90s" + ], + "๐Ÿ“ ": [ + "fax_machine", + "communication", + "technology" + ], + "๐Ÿ”‹": [ + "battery", + "power", + "energy", + "sustain" + ], + "๐Ÿ”Œ": [ + "electric_plug", + "charger", + "power" + ], + "๐Ÿ’ป": [ + "laptop", + "technology", + "laptop", + "screen", + "display", + "monitor" + ], + "๐Ÿ–ฅ๏ธ": [ + "desktop_computer", + "technology", + "computing", + "screen" + ], + "๐Ÿ–จ๏ธ": [ + "printer", + "paper", + "ink" + ], + "โŒจ๏ธ": [ + "keyboard", + "technology", + "computer", + "type", + "input", + "text" + ], + "๐Ÿ–ฑ๏ธ": [ + "computer_mouse", + "click" + ], + "๐Ÿ–ฒ๏ธ": [ + "trackball", + "technology", + "trackpad" + ], + "๐Ÿ’ฝ": [ + "computer_disk", + "technology", + "record", + "data", + "disk", + "90s" + ], + "๐Ÿ’พ": [ + "floppy_disk", + "oldschool", + "technology", + "save", + "90s", + "80s" + ], + "๐Ÿ’ฟ": [ + "optical_disk", + "technology", + "dvd", + "disk", + "disc", + "90s" + ], + "๐Ÿ“€": [ + "dvd", + "cd", + "disk", + "disc" + ], + "๐Ÿงฎ": [ + "abacus", + "calculation" + ], + "๐ŸŽฅ": [ + "movie_camera", + "film", + "record" + ], + "๐ŸŽž๏ธ": [ + "film_frames", + "movie" + ], + "๐Ÿ“ฝ๏ธ": [ + "film_projector", + "video", + "tape", + "record", + "movie" + ], + "๐ŸŽฌ": [ + "clapper_board", + "movie", + "film", + "record" + ], + "๐Ÿ“บ": [ + "television", + "technology", + "program", + "oldschool", + "show", + "television" + ], + "๐Ÿ“ท": [ + "camera", + "gadgets", + "photography" + ], + "๐Ÿ“ธ": [ + "camera_with_flash", + "photography", + "gadgets" + ], + "๐Ÿ“น": [ + "video_camera", + "film", + "record" + ], + "๐Ÿ“ผ": [ + "videocassette", + "record", + "video", + "oldschool", + "90s", + "80s" + ], + "๐Ÿ”": [ + "magnifying_glass_tilted_left", + "search", + "zoom", + "find", + "detective" + ], + "๐Ÿ”Ž": [ + "magnifying_glass_tilted_right", + "search", + "zoom", + "find", + "detective" + ], + "๐Ÿ•ฏ๏ธ": [ + "candle", + "fire", + "wax" + ], + "๐Ÿ’ก": [ + "light_bulb", + "light", + "electricity", + "idea" + ], + "๐Ÿ”ฆ": [ + "flashlight", + "dark", + "camping", + "sight", + "night" + ], + "๐Ÿฎ": [ + "red_paper_lantern", + "light", + "paper", + "halloween", + "spooky" + ], + "๐Ÿช”": [ + "diya_lamp" + ], + "๐Ÿ“”": [ + "notebook_with_decorative_cover", + "classroom", + "notes", + "record", + "paper", + "study" + ], + "๐Ÿ“•": [ + "closed_book", + "read", + "library", + "knowledge", + "textbook", + "learn" + ], + "๐Ÿ“–": [ + "open_book", + "book", + "read", + "library", + "knowledge", + "literature", + "learn", + "study" + ], + "๐Ÿ“—": [ + "green_book", + "read", + "library", + "knowledge", + "study" + ], + "๐Ÿ“˜": [ + "blue_book", + "read", + "library", + "knowledge", + "learn", + "study" + ], + "๐Ÿ“™": [ + "orange_book", + "read", + "library", + "knowledge", + "textbook", + "study" + ], + "๐Ÿ“š": [ + "books", + "literature", + "library", + "study" + ], + "๐Ÿ““": [ + "notebook", + "stationery", + "record", + "notes", + "paper", + "study" + ], + "๐Ÿ“’": [ + "ledger", + "notes", + "paper" + ], + "๐Ÿ“ƒ": [ + "page_with_curl", + "documents", + "office", + "paper" + ], + "๐Ÿ“œ": [ + "scroll", + "documents", + "ancient", + "history", + "paper" + ], + "๐Ÿ“„": [ + "page_facing_up", + "documents", + "office", + "paper", + "information" + ], + "๐Ÿ“ฐ": [ + "newspaper", + "press", + "headline" + ], + "๐Ÿ—ž๏ธ": [ + "rolled_up_newspaper", + "press", + "headline" + ], + "๐Ÿ“‘": [ + "bookmark_tabs", + "favorite", + "save", + "order", + "tidy" + ], + "๐Ÿ”–": [ + "bookmark", + "favorite", + "label", + "save" + ], + "๐Ÿท๏ธ": [ + "label", + "sale", + "tag" + ], + "๐Ÿ’ฐ": [ + "money_bag", + "dollar", + "payment", + "coins", + "sale" + ], + "๐Ÿ’ด": [ + "yen_banknote", + "money", + "sales", + "japanese", + "dollar", + "currency" + ], + "๐Ÿ’ต": [ + "dollar_banknote", + "money", + "sales", + "bill", + "currency" + ], + "๐Ÿ’ถ": [ + "euro_banknote", + "money", + "sales", + "dollar", + "currency" + ], + "๐Ÿ’ท": [ + "pound_banknote", + "british", + "sterling", + "money", + "sales", + "bills", + "uk", + "england", + "currency" + ], + "๐Ÿ’ธ": [ + "money_with_wings", + "dollar", + "bills", + "payment", + "sale" + ], + "๐Ÿ’ณ": [ + "credit_card", + "money", + "sales", + "dollar", + "bill", + "payment", + "shopping" + ], + "๐Ÿงพ": [ + "receipt", + "accounting", + "expenses" + ], + "๐Ÿ’น": [ + "chart_increasing_with_yen", + "green-square", + "graph", + "presentation", + "stats" + ], + "๐Ÿ’ฑ": [ + "currency_exchange", + "money", + "sales", + "dollar", + "travel" + ], + "๐Ÿ’ฒ": [ + "heavy_dollar_sign", + "money", + "sales", + "payment", + "currency", + "buck" + ], + "โœ‰๏ธ": [ + "envelope", + "letter", + "postal", + "inbox", + "communication" + ], + "๐Ÿ“ง": [ + "e_mail", + "communication", + "inbox" + ], + "๐Ÿ“จ": [ + "incoming_envelope", + "email", + "inbox" + ], + "๐Ÿ“ฉ": [ + "envelope_with_arrow", + "email", + "communication" + ], + "๐Ÿ“ค": [ + "outbox_tray", + "inbox", + "email" + ], + "๐Ÿ“ฅ": [ + "inbox_tray", + "email", + "documents" + ], + "๐Ÿ“ฆ": [ + "package", + "mail", + "gift", + "cardboard", + "box", + "moving" + ], + "๐Ÿ“ซ": [ + "closed_mailbox_with_raised_flag", + "email", + "inbox", + "communication" + ], + "๐Ÿ“ช": [ + "closed_mailbox_with_lowered_flag", + "email", + "communication", + "inbox" + ], + "๐Ÿ“ฌ": [ + "open_mailbox_with_raised_flag", + "email", + "inbox", + "communication" + ], + "๐Ÿ“ญ": [ + "open_mailbox_with_lowered_flag", + "email", + "inbox" + ], + "๐Ÿ“ฎ": [ + "postbox", + "email", + "letter", + "envelope" + ], + "๐Ÿ—ณ๏ธ": [ + "ballot_box_with_ballot", + "election", + "vote" + ], + "โœ๏ธ": [ + "pencil", + "stationery", + "write", + "paper", + "writing", + "school", + "study" + ], + "โœ’๏ธ": [ + "black_nib", + "pen", + "stationery", + "writing", + "write" + ], + "๐Ÿ–‹๏ธ": [ + "fountain_pen", + "stationery", + "writing", + "write" + ], + "๐Ÿ–Š๏ธ": [ + "pen", + "stationery", + "writing", + "write" + ], + "๐Ÿ–Œ๏ธ": [ + "paintbrush", + "drawing", + "creativity", + "art" + ], + "๐Ÿ–๏ธ": [ + "crayon", + "drawing", + "creativity" + ], + "๐Ÿ“": [ + "memo", + "write", + "documents", + "stationery", + "pencil", + "paper", + "writing", + "legal", + "exam", + "quiz", + "test", + "study", + "compose" + ], + "๐Ÿ’ผ": [ + "briefcase", + "business", + "documents", + "work", + "law", + "legal", + "job", + "career" + ], + "๐Ÿ“": [ + "file_folder", + "documents", + "business", + "office" + ], + "๐Ÿ“‚": [ + "open_file_folder", + "documents", + "load" + ], + "๐Ÿ—‚๏ธ": [ + "card_index_dividers", + "organizing", + "business", + "stationery" + ], + "๐Ÿ“…": [ + "calendar", + "calendar", + "schedule" + ], + "๐Ÿ“†": [ + "tear_off_calendar", + "schedule", + "date", + "planning" + ], + "๐Ÿ—’๏ธ": [ + "spiral_notepad", + "memo", + "stationery" + ], + "๐Ÿ—“๏ธ": [ + "spiral_calendar", + "date", + "schedule", + "planning" + ], + "๐Ÿ“‡": [ + "card_index", + "business", + "stationery" + ], + "๐Ÿ“ˆ": [ + "chart_increasing", + "graph", + "presentation", + "stats", + "recovery", + "business", + "economics", + "money", + "sales", + "good", + "success" + ], + "๐Ÿ“‰": [ + "chart_decreasing", + "graph", + "presentation", + "stats", + "recession", + "business", + "economics", + "money", + "sales", + "bad", + "failure" + ], + "๐Ÿ“Š": [ + "bar_chart", + "graph", + "presentation", + "stats" + ], + "๐Ÿ“‹": [ + "clipboard", + "stationery", + "documents" + ], + "๐Ÿ“Œ": [ + "pushpin", + "stationery", + "mark", + "here" + ], + "๐Ÿ“": [ + "round_pushpin", + "stationery", + "location", + "map", + "here" + ], + "๐Ÿ“Ž": [ + "paperclip", + "documents", + "stationery" + ], + "๐Ÿ–‡๏ธ": [ + "linked_paperclips", + "documents", + "stationery" + ], + "๐Ÿ“": [ + "straight_ruler", + "stationery", + "calculate", + "length", + "math", + "school", + "drawing", + "architect", + "sketch" + ], + "๐Ÿ“": [ + "triangular_ruler", + "stationery", + "math", + "architect", + "sketch" + ], + "โœ‚๏ธ": [ + "scissors", + "stationery", + "cut" + ], + "๐Ÿ—ƒ๏ธ": [ + "card_file_box", + "business", + "stationery" + ], + "๐Ÿ—„๏ธ": [ + "file_cabinet", + "filing", + "organizing" + ], + "๐Ÿ—‘๏ธ": [ + "wastebasket", + "bin", + "trash", + "rubbish", + "garbage", + "toss" + ], + "๐Ÿ”’": [ + "locked", + "security", + "password", + "padlock" + ], + "๐Ÿ”“": [ + "unlocked", + "privacy", + "security" + ], + "๐Ÿ”": [ + "locked_with_pen", + "security", + "secret" + ], + "๐Ÿ”": [ + "locked_with_key", + "security", + "privacy" + ], + "๐Ÿ”‘": [ + "key", + "lock", + "door", + "password" + ], + "๐Ÿ—๏ธ": [ + "old_key", + "lock", + "door", + "password" + ], + "๐Ÿ”จ": [ + "hammer", + "tools", + "build", + "create" + ], + "๐Ÿช“": [ + "axe" + ], + "โ›๏ธ": [ + "pick", + "tools", + "dig" + ], + "โš’๏ธ": [ + "hammer_and_pick", + "tools", + "build", + "create" + ], + "๐Ÿ› ๏ธ": [ + "hammer_and_wrench", + "tools", + "build", + "create" + ], + "๐Ÿ—ก๏ธ": [ + "dagger", + "weapon" + ], + "โš”๏ธ": [ + "crossed_swords", + "weapon" + ], + "๐Ÿ”ซ": [ + "pistol", + "violence", + "weapon", + "pistol", + "revolver" + ], + "๐Ÿน": [ + "bow_and_arrow", + "sports" + ], + "๐Ÿ›ก๏ธ": [ + "shield", + "protection", + "security" + ], + "๐Ÿ”ง": [ + "wrench", + "tools", + "diy", + "ikea", + "fix", + "maintainer" + ], + "๐Ÿ”ฉ": [ + "nut_and_bolt", + "handy", + "tools", + "fix" + ], + "โš™๏ธ": [ + "gear", + "cog" + ], + "๐Ÿ—œ๏ธ": [ + "clamp", + "tool" + ], + "โš–๏ธ": [ + "balance_scale", + "law", + "fairness", + "weight" + ], + "๐Ÿฆฏ": [ + "probing_cane" + ], + "๐Ÿ”—": [ + "link", + "rings", + "url" + ], + "โ›“๏ธ": [ + "chains", + "lock", + "arrest" + ], + "๐Ÿงฐ": [ + "toolbox", + "tools", + "diy", + "fix", + "maintainer", + "mechanic" + ], + "๐Ÿงฒ": [ + "magnet", + "attraction", + "magnetic" + ], + "โš—๏ธ": [ + "alembic", + "distilling", + "science", + "experiment", + "chemistry" + ], + "๐Ÿงช": [ + "test_tube", + "chemistry", + "experiment", + "lab", + "science" + ], + "๐Ÿงซ": [ + "petri_dish", + "bacteria", + "biology", + "culture", + "lab" + ], + "๐Ÿงฌ": [ + "dna", + "biologist", + "genetics", + "life" + ], + "๐Ÿ”ฌ": [ + "microscope", + "laboratory", + "experiment", + "zoomin", + "science", + "study" + ], + "๐Ÿ”ญ": [ + "telescope", + "stars", + "space", + "zoom", + "science", + "astronomy" + ], + "๐Ÿ“ก": [ + "satellite_antenna", + "communication", + "future", + "radio", + "space" + ], + "๐Ÿ’‰": [ + "syringe", + "health", + "hospital", + "drugs", + "blood", + "medicine", + "needle", + "doctor", + "nurse" + ], + "๐Ÿฉธ": [ + "drop_of_blood" + ], + "๐Ÿ’Š": [ + "pill", + "health", + "medicine", + "doctor", + "pharmacy", + "drug" + ], + "๐Ÿฉน": [ + "adhesive_bandage" + ], + "๐Ÿฉบ": [ + "stethoscope" + ], + "๐Ÿšช": [ + "door", + "house", + "entry", + "exit" + ], + "๐Ÿ›๏ธ": [ + "bed", + "sleep", + "rest" + ], + "๐Ÿ›‹๏ธ": [ + "couch_and_lamp", + "read", + "chill" + ], + "๐Ÿช‘": [ + "chair" + ], + "๐Ÿšฝ": [ + "toilet", + "restroom", + "wc", + "washroom", + "bathroom", + "potty" + ], + "๐Ÿšฟ": [ + "shower", + "clean", + "water", + "bathroom" + ], + "๐Ÿ›": [ + "bathtub", + "clean", + "shower", + "bathroom" + ], + "๐Ÿช’": [ + "razor" + ], + "๐Ÿงด": [ + "lotion_bottle", + "moisturizer", + "sunscreen" + ], + "๐Ÿงท": [ + "safety_pin", + "diaper" + ], + "๐Ÿงน": [ + "broom", + "cleaning", + "sweeping", + "witch" + ], + "๐Ÿงบ": [ + "basket", + "laundry" + ], + "๐Ÿงป": [ + "roll_of_paper", + "roll" + ], + "๐Ÿงผ": [ + "soap", + "bar", + "bathing", + "cleaning", + "lather" + ], + "๐Ÿงฝ": [ + "sponge", + "absorbing", + "cleaning", + "porous" + ], + "๐Ÿงฏ": [ + "fire_extinguisher", + "quench" + ], + "๐Ÿ›’": [ + "shopping_cart", + "trolley" + ], + "๐Ÿšฌ": [ + "cigarette", + "kills", + "tobacco", + "cigarette", + "joint", + "smoke" + ], + "โšฐ๏ธ": [ + "coffin", + "vampire", + "dead", + "die", + "death", + "rip", + "graveyard", + "cemetery", + "casket", + "funeral", + "box" + ], + "โšฑ๏ธ": [ + "funeral_urn", + "dead", + "die", + "death", + "rip", + "ashes" + ], + "๐Ÿ—ฟ": [ + "moai", + "rock", + "easter island", + "moai" + ], + "๐Ÿง": [ + "atm_sign", + "money", + "sales", + "cash", + "blue-square", + "payment", + "bank" + ], + "๐Ÿšฎ": [ + "litter_in_bin_sign", + "blue-square", + "sign", + "human", + "info" + ], + "๐Ÿšฐ": [ + "potable_water", + "blue-square", + "liquid", + "restroom", + "cleaning", + "faucet" + ], + "โ™ฟ": [ + "wheelchair_symbol", + "blue-square", + "disabled", + "a11y", + "accessibility" + ], + "๐Ÿšน": [ + "men_s_room", + "toilet", + "restroom", + "wc", + "blue-square", + "gender", + "male" + ], + "๐Ÿšบ": [ + "women_s_room", + "purple-square", + "woman", + "female", + "toilet", + "loo", + "restroom", + "gender" + ], + "๐Ÿšป": [ + "restroom", + "blue-square", + "toilet", + "refresh", + "wc", + "gender" + ], + "๐Ÿšผ": [ + "baby_symbol", + "orange-square", + "child" + ], + "๐Ÿšพ": [ + "water_closet", + "toilet", + "restroom", + "blue-square" + ], + "๐Ÿ›‚": [ + "passport_control", + "custom", + "blue-square" + ], + "๐Ÿ›ƒ": [ + "customs", + "passport", + "border", + "blue-square" + ], + "๐Ÿ›„": [ + "baggage_claim", + "blue-square", + "airport", + "transport" + ], + "๐Ÿ›…": [ + "left_luggage", + "blue-square", + "travel" + ], + "โš ๏ธ": [ + "warning", + "exclamation", + "wip", + "alert", + "error", + "problem", + "issue" + ], + "๐Ÿšธ": [ + "children_crossing", + "school", + "warning", + "danger", + "sign", + "driving", + "yellow-diamond" + ], + "โ›”": [ + "no_entry", + "limit", + "security", + "privacy", + "bad", + "denied", + "stop", + "circle" + ], + "๐Ÿšซ": [ + "prohibited", + "forbid", + "stop", + "limit", + "denied", + "disallow", + "circle" + ], + "๐Ÿšณ": [ + "no_bicycles", + "cyclist", + "prohibited", + "circle" + ], + "๐Ÿšญ": [ + "no_smoking", + "cigarette", + "blue-square", + "smell", + "smoke" + ], + "๐Ÿšฏ": [ + "no_littering", + "trash", + "bin", + "garbage", + "circle" + ], + "๐Ÿšฑ": [ + "non_potable_water", + "drink", + "faucet", + "tap", + "circle" + ], + "๐Ÿšท": [ + "no_pedestrians", + "rules", + "crossing", + "walking", + "circle" + ], + "๐Ÿ“ต": [ + "no_mobile_phones", + "iphone", + "mute", + "circle" + ], + "๐Ÿ”ž": [ + "no_one_under_eighteen", + "18", + "drink", + "pub", + "night", + "minor", + "circle" + ], + "โ˜ข๏ธ": [ + "radioactive", + "nuclear", + "danger" + ], + "โ˜ฃ๏ธ": [ + "biohazard", + "danger" + ], + "โฌ†๏ธ": [ + "up_arrow", + "blue-square", + "continue", + "top", + "direction" + ], + "โ†—๏ธ": [ + "up_right_arrow", + "blue-square", + "point", + "direction", + "diagonal", + "northeast" + ], + "โžก๏ธ": [ + "right_arrow", + "blue-square", + "next" + ], + "โ†˜๏ธ": [ + "down_right_arrow", + "blue-square", + "direction", + "diagonal", + "southeast" + ], + "โฌ‡๏ธ": [ + "down_arrow", + "blue-square", + "direction", + "bottom" + ], + "โ†™๏ธ": [ + "down_left_arrow", + "blue-square", + "direction", + "diagonal", + "southwest" + ], + "โฌ…๏ธ": [ + "left_arrow", + "blue-square", + "previous", + "back" + ], + "โ†–๏ธ": [ + "up_left_arrow", + "blue-square", + "point", + "direction", + "diagonal", + "northwest" + ], + "โ†•๏ธ": [ + "up_down_arrow", + "blue-square", + "direction", + "way", + "vertical" + ], + "โ†”๏ธ": [ + "left_right_arrow", + "shape", + "direction", + "horizontal", + "sideways" + ], + "โ†ฉ๏ธ": [ + "right_arrow_curving_left", + "back", + "return", + "blue-square", + "undo", + "enter" + ], + "โ†ช๏ธ": [ + "left_arrow_curving_right", + "blue-square", + "return", + "rotate", + "direction" + ], + "โคด๏ธ": [ + "right_arrow_curving_up", + "blue-square", + "direction", + "top" + ], + "โคต๏ธ": [ + "right_arrow_curving_down", + "blue-square", + "direction", + "bottom" + ], + "๐Ÿ”ƒ": [ + "clockwise_vertical_arrows", + "sync", + "cycle", + "round", + "repeat" + ], + "๐Ÿ”„": [ + "counterclockwise_arrows_button", + "blue-square", + "sync", + "cycle" + ], + "๐Ÿ”™": [ + "back_arrow", + "arrow", + "words", + "return" + ], + "๐Ÿ”š": [ + "end_arrow", + "words", + "arrow" + ], + "๐Ÿ”›": [ + "on_arrow", + "arrow", + "words" + ], + "๐Ÿ”œ": [ + "soon_arrow", + "arrow", + "words" + ], + "๐Ÿ”": [ + "top_arrow", + "words", + "blue-square" + ], + "๐Ÿ›": [ + "place_of_worship", + "religion", + "church", + "temple", + "prayer" + ], + "โš›๏ธ": [ + "atom_symbol", + "science", + "physics", + "chemistry" + ], + "๐Ÿ•‰๏ธ": [ + "om", + "hinduism", + "buddhism", + "sikhism", + "jainism" + ], + "โœก๏ธ": [ + "star_of_david", + "judaism" + ], + "โ˜ธ๏ธ": [ + "wheel_of_dharma", + "hinduism", + "buddhism", + "sikhism", + "jainism" + ], + "โ˜ฏ๏ธ": [ + "yin_yang", + "balance" + ], + "โœ๏ธ": [ + "latin_cross", + "christianity" + ], + "โ˜ฆ๏ธ": [ + "orthodox_cross", + "suppedaneum", + "religion" + ], + "โ˜ช๏ธ": [ + "star_and_crescent", + "islam" + ], + "โ˜ฎ๏ธ": [ + "peace_symbol", + "hippie" + ], + "๐Ÿ•Ž": [ + "menorah", + "hanukkah", + "candles", + "jewish" + ], + "๐Ÿ”ฏ": [ + "dotted_six_pointed_star", + "purple-square", + "religion", + "jewish", + "hexagram" + ], + "โ™ˆ": [ + "aries", + "sign", + "purple-square", + "zodiac", + "astrology" + ], + "โ™‰": [ + "taurus", + "purple-square", + "sign", + "zodiac", + "astrology" + ], + "โ™Š": [ + "gemini", + "sign", + "zodiac", + "purple-square", + "astrology" + ], + "โ™‹": [ + "cancer", + "sign", + "zodiac", + "purple-square", + "astrology" + ], + "โ™Œ": [ + "leo", + "sign", + "purple-square", + "zodiac", + "astrology" + ], + "โ™": [ + "virgo", + "sign", + "zodiac", + "purple-square", + "astrology" + ], + "โ™Ž": [ + "libra", + "sign", + "purple-square", + "zodiac", + "astrology" + ], + "โ™": [ + "scorpio", + "sign", + "zodiac", + "purple-square", + "astrology", + "scorpio" + ], + "โ™": [ + "sagittarius", + "sign", + "zodiac", + "purple-square", + "astrology" + ], + "โ™‘": [ + "capricorn", + "sign", + "zodiac", + "purple-square", + "astrology" + ], + "โ™’": [ + "aquarius", + "sign", + "purple-square", + "zodiac", + "astrology" + ], + "โ™“": [ + "pisces", + "purple-square", + "sign", + "zodiac", + "astrology" + ], + "โ›Ž": [ + "ophiuchus", + "sign", + "purple-square", + "constellation", + "astrology" + ], + "๐Ÿ”€": [ + "shuffle_tracks_button", + "blue-square", + "shuffle", + "music", + "random" + ], + "๐Ÿ”": [ + "repeat_button", + "loop", + "record" + ], + "๐Ÿ”‚": [ + "repeat_single_button", + "blue-square", + "loop" + ], + "โ–ถ๏ธ": [ + "play_button", + "blue-square", + "right", + "direction", + "play" + ], + "โฉ": [ + "fast_forward_button", + "blue-square", + "play", + "speed", + "continue" + ], + "โญ๏ธ": [ + "next_track_button", + "forward", + "next", + "blue-square" + ], + "โฏ๏ธ": [ + "play_or_pause_button", + "blue-square", + "play", + "pause" + ], + "โ—€๏ธ": [ + "reverse_button", + "blue-square", + "left", + "direction" + ], + "โช": [ + "fast_reverse_button", + "play", + "blue-square" + ], + "โฎ๏ธ": [ + "last_track_button", + "backward" + ], + "๐Ÿ”ผ": [ + "upwards_button", + "blue-square", + "triangle", + "direction", + "point", + "forward", + "top" + ], + "โซ": [ + "fast_up_button", + "blue-square", + "direction", + "top" + ], + "๐Ÿ”ฝ": [ + "downwards_button", + "blue-square", + "direction", + "bottom" + ], + "โฌ": [ + "fast_down_button", + "blue-square", + "direction", + "bottom" + ], + "โธ๏ธ": [ + "pause_button", + "pause", + "blue-square" + ], + "โน๏ธ": [ + "stop_button", + "blue-square" + ], + "โบ๏ธ": [ + "record_button", + "blue-square" + ], + "โ๏ธ": [ + "eject_button", + "blue-square" + ], + "๐ŸŽฆ": [ + "cinema", + "blue-square", + "record", + "film", + "movie", + "curtain", + "stage", + "theater" + ], + "๐Ÿ”…": [ + "dim_button", + "sun", + "afternoon", + "warm", + "summer" + ], + "๐Ÿ”†": [ + "bright_button", + "sun", + "light" + ], + "๐Ÿ“ถ": [ + "antenna_bars", + "blue-square", + "reception", + "phone", + "internet", + "connection", + "wifi", + "bluetooth", + "bars" + ], + "๐Ÿ“ณ": [ + "vibration_mode", + "orange-square", + "phone" + ], + "๐Ÿ“ด": [ + "mobile_phone_off", + "mute", + "orange-square", + "silence", + "quiet" + ], + "โ™€๏ธ": [ + "female_sign" + ], + "โ™‚๏ธ": [ + "male_sign" + ], + "โš•๏ธ": [ + "medical_symbol" + ], + "โ™พ๏ธ": [ + "infinity", + "forever" + ], + "โ™ป๏ธ": [ + "recycling_symbol", + "arrow", + "environment", + "garbage", + "trash" + ], + "โšœ๏ธ": [ + "fleur_de_lis", + "decorative", + "scout" + ], + "๐Ÿ”ฑ": [ + "trident_emblem", + "weapon", + "spear" + ], + "๐Ÿ“›": [ + "name_badge", + "fire", + "forbid" + ], + "๐Ÿ”ฐ": [ + "japanese_symbol_for_beginner", + "badge", + "shield" + ], + "โญ•": [ + "hollow_red_circle", + "circle", + "round" + ], + "โœ…": [ + "check_mark_button", + "green-square", + "ok", + "agree", + "vote", + "election", + "answer", + "tick" + ], + "โ˜‘๏ธ": [ + "check_box_with_check", + "ok", + "agree", + "confirm", + "black-square", + "vote", + "election", + "yes", + "tick" + ], + "โœ”๏ธ": [ + "check_mark", + "ok", + "nike", + "answer", + "yes", + "tick" + ], + "โœ–๏ธ": [ + "multiplication_sign", + "math", + "calculation" + ], + "โŒ": [ + "cross_mark", + "no", + "delete", + "remove", + "cancel", + "red" + ], + "โŽ": [ + "cross_mark_button", + "x", + "green-square", + "no", + "deny" + ], + "โž•": [ + "plus_sign", + "math", + "calculation", + "addition", + "more", + "increase" + ], + "โž–": [ + "minus_sign", + "math", + "calculation", + "subtract", + "less" + ], + "โž—": [ + "division_sign", + "divide", + "math", + "calculation" + ], + "โžฐ": [ + "curly_loop", + "scribble", + "draw", + "shape", + "squiggle" + ], + "โžฟ": [ + "double_curly_loop", + "tape", + "cassette" + ], + "ใ€ฝ๏ธ": [ + "part_alternation_mark", + "graph", + "presentation", + "stats", + "business", + "economics", + "bad" + ], + "โœณ๏ธ": [ + "eight_spoked_asterisk", + "star", + "sparkle", + "green-square" + ], + "โœด๏ธ": [ + "eight_pointed_star", + "orange-square", + "shape", + "polygon" + ], + "โ‡๏ธ": [ + "sparkle", + "stars", + "green-square", + "awesome", + "good", + "fireworks" + ], + "โ€ผ๏ธ": [ + "double_exclamation_mark", + "exclamation", + "surprise" + ], + "โ‰๏ธ": [ + "exclamation_question_mark", + "wat", + "punctuation", + "surprise" + ], + "โ“": [ + "question_mark", + "doubt", + "confused" + ], + "โ”": [ + "white_question_mark", + "doubts", + "gray", + "huh", + "confused" + ], + "โ•": [ + "white_exclamation_mark", + "surprise", + "punctuation", + "gray", + "wow", + "warning" + ], + "โ—": [ + "exclamation_mark", + "heavy_exclamation_mark", + "danger", + "surprise", + "punctuation", + "wow", + "warning" + ], + "ใ€ฐ๏ธ": [ + "wavy_dash", + "draw", + "line", + "moustache", + "mustache", + "squiggle", + "scribble" + ], + "ยฉ๏ธ": [ + "copyright", + "ip", + "license", + "circle", + "law", + "legal" + ], + "ยฎ๏ธ": [ + "registered", + "alphabet", + "circle" + ], + "โ„ข๏ธ": [ + "trade_mark", + "trademark", + "brand", + "law", + "legal" + ], + "#๏ธโƒฃ": [ + "keycap_", + "symbol", + "blue-square", + "twitter" + ], + "*๏ธโƒฃ": [ + "keycap_", + "star", + "keycap" + ], + "0๏ธโƒฃ": [ + "keycap_0", + "0", + "numbers", + "blue-square", + "null" + ], + "1๏ธโƒฃ": [ + "keycap_1", + "blue-square", + "numbers", + "1" + ], + "2๏ธโƒฃ": [ + "keycap_2", + "numbers", + "2", + "prime", + "blue-square" + ], + "3๏ธโƒฃ": [ + "keycap_3", + "3", + "numbers", + "prime", + "blue-square" + ], + "4๏ธโƒฃ": [ + "keycap_4", + "4", + "numbers", + "blue-square" + ], + "5๏ธโƒฃ": [ + "keycap_5", + "5", + "numbers", + "blue-square", + "prime" + ], + "6๏ธโƒฃ": [ + "keycap_6", + "6", + "numbers", + "blue-square" + ], + "7๏ธโƒฃ": [ + "keycap_7", + "7", + "numbers", + "blue-square", + "prime" + ], + "8๏ธโƒฃ": [ + "keycap_8", + "8", + "blue-square", + "numbers" + ], + "9๏ธโƒฃ": [ + "keycap_9", + "blue-square", + "numbers", + "9" + ], + "๐Ÿ”Ÿ": [ + "keycap_10", + "numbers", + "10", + "blue-square" + ], + "๐Ÿ” ": [ + "input_latin_uppercase", + "alphabet", + "words", + "blue-square" + ], + "๐Ÿ”ก": [ + "input_latin_lowercase", + "blue-square", + "alphabet" + ], + "๐Ÿ”ข": [ + "input_numbers", + "numbers", + "blue-square" + ], + "๐Ÿ”ฃ": [ + "input_symbols", + "blue-square", + "music", + "note", + "ampersand", + "percent", + "glyphs", + "characters" + ], + "๐Ÿ”ค": [ + "input_latin_letters", + "blue-square", + "alphabet" + ], + "๐Ÿ…ฐ๏ธ": [ + "a_button", + "red-square", + "alphabet", + "letter" + ], + "๐Ÿ†Ž": [ + "ab_button", + "red-square", + "alphabet" + ], + "๐Ÿ…ฑ๏ธ": [ + "b_button", + "red-square", + "alphabet", + "letter" + ], + "๐Ÿ†‘": [ + "cl_button", + "alphabet", + "words", + "red-square" + ], + "๐Ÿ†’": [ + "cool_button", + "words", + "blue-square" + ], + "๐Ÿ†“": [ + "free_button", + "blue-square", + "words" + ], + "โ„น๏ธ": [ + "information", + "blue-square", + "alphabet", + "letter" + ], + "๐Ÿ†”": [ + "id_button", + "purple-square", + "words" + ], + "โ“‚๏ธ": [ + "circled_m", + "alphabet", + "blue-circle", + "letter" + ], + "๐Ÿ†•": [ + "new_button", + "blue-square", + "words", + "start" + ], + "๐Ÿ†–": [ + "ng_button", + "blue-square", + "words", + "shape", + "icon" + ], + "๐Ÿ…พ๏ธ": [ + "o_button", + "alphabet", + "red-square", + "letter" + ], + "๐Ÿ†—": [ + "ok_button", + "good", + "agree", + "yes", + "blue-square" + ], + "๐Ÿ…ฟ๏ธ": [ + "p_button", + "cars", + "blue-square", + "alphabet", + "letter" + ], + "๐Ÿ†˜": [ + "sos_button", + "help", + "red-square", + "words", + "emergency", + "911" + ], + "๐Ÿ†™": [ + "up_button", + "blue-square", + "above", + "high" + ], + "๐Ÿ†š": [ + "vs_button", + "words", + "orange-square" + ], + "๐Ÿˆ": [ + "japanese_here_button", + "blue-square", + "here", + "katakana", + "japanese", + "destination" + ], + "๐Ÿˆ‚๏ธ": [ + "japanese_service_charge_button", + "japanese", + "blue-square", + "katakana" + ], + "๐Ÿˆท๏ธ": [ + "japanese_monthly_amount_button", + "chinese", + "month", + "moon", + "japanese", + "orange-square", + "kanji" + ], + "๐Ÿˆถ": [ + "japanese_not_free_of_charge_button", + "orange-square", + "chinese", + "have", + "kanji" + ], + "๐Ÿˆฏ": [ + "japanese_reserved_button", + "chinese", + "point", + "green-square", + "kanji" + ], + "๐Ÿ‰": [ + "japanese_bargain_button", + "chinese", + "kanji", + "obtain", + "get", + "circle" + ], + "๐Ÿˆน": [ + "japanese_discount_button", + "cut", + "divide", + "chinese", + "kanji", + "pink-square" + ], + "๐Ÿˆš": [ + "japanese_free_of_charge_button", + "nothing", + "chinese", + "kanji", + "japanese", + "orange-square" + ], + "๐Ÿˆฒ": [ + "japanese_prohibited_button", + "kanji", + "japanese", + "chinese", + "forbidden", + "limit", + "restricted", + "red-square" + ], + "๐Ÿ‰‘": [ + "japanese_acceptable_button", + "ok", + "good", + "chinese", + "kanji", + "agree", + "yes", + "orange-circle" + ], + "๐Ÿˆธ": [ + "japanese_application_button", + "chinese", + "japanese", + "kanji", + "orange-square" + ], + "๐Ÿˆด": [ + "japanese_passing_grade_button", + "japanese", + "chinese", + "join", + "kanji", + "red-square" + ], + "๐Ÿˆณ": [ + "japanese_vacancy_button", + "kanji", + "japanese", + "chinese", + "empty", + "sky", + "blue-square" + ], + "ใŠ—๏ธ": [ + "japanese_congratulations_button", + "chinese", + "kanji", + "japanese", + "red-circle" + ], + "ใŠ™๏ธ": [ + "japanese_secret_button", + "privacy", + "chinese", + "sshh", + "kanji", + "red-circle" + ], + "๐Ÿˆบ": [ + "japanese_open_for_business_button", + "japanese", + "opening hours", + "orange-square" + ], + "๐Ÿˆต": [ + "japanese_no_vacancy_button", + "full", + "chinese", + "japanese", + "red-square", + "kanji" + ], + "๐Ÿ”ด": [ + "red_circle", + "shape", + "error", + "danger" + ], + "๐ŸŸ ": [ + "orange_circle" + ], + "๐ŸŸก": [ + "yellow_circle" + ], + "๐ŸŸข": [ + "green_circle" + ], + "๐Ÿ”ต": [ + "blue_circle", + "shape", + "icon", + "button" + ], + "๐ŸŸฃ": [ + "purple_circle" + ], + "๐ŸŸค": [ + "brown_circle" + ], + "โšซ": [ + "black_circle", + "shape", + "button", + "round" + ], + "โšช": [ + "white_circle", + "shape", + "round" + ], + "๐ŸŸฅ": [ + "red_square" + ], + "๐ŸŸง": [ + "orange_square" + ], + "๐ŸŸจ": [ + "yellow_square" + ], + "๐ŸŸฉ": [ + "green_square" + ], + "๐ŸŸฆ": [ + "blue_square" + ], + "๐ŸŸช": [ + "purple_square" + ], + "๐ŸŸซ": [ + "brown_square" + ], + "โฌ›": [ + "black_large_square", + "shape", + "icon", + "button" + ], + "โฌœ": [ + "white_large_square", + "shape", + "icon", + "stone", + "button" + ], + "โ—ผ๏ธ": [ + "black_medium_square", + "shape", + "button", + "icon" + ], + "โ—ป๏ธ": [ + "white_medium_square", + "shape", + "stone", + "icon" + ], + "โ—พ": [ + "black_medium_small_square", + "icon", + "shape", + "button" + ], + "โ—ฝ": [ + "white_medium_small_square", + "shape", + "stone", + "icon", + "button" + ], + "โ–ช๏ธ": [ + "black_small_square", + "shape", + "icon" + ], + "โ–ซ๏ธ": [ + "white_small_square", + "shape", + "icon" + ], + "๐Ÿ”ถ": [ + "large_orange_diamond", + "shape", + "jewel", + "gem" + ], + "๐Ÿ”ท": [ + "large_blue_diamond", + "shape", + "jewel", + "gem" + ], + "๐Ÿ”ธ": [ + "small_orange_diamond", + "shape", + "jewel", + "gem" + ], + "๐Ÿ”น": [ + "small_blue_diamond", + "shape", + "jewel", + "gem" + ], + "๐Ÿ”บ": [ + "red_triangle_pointed_up", + "shape", + "direction", + "up", + "top" + ], + "๐Ÿ”ป": [ + "red_triangle_pointed_down", + "shape", + "direction", + "bottom" + ], + "๐Ÿ’ ": [ + "diamond_with_a_dot", + "jewel", + "blue", + "gem", + "crystal", + "fancy" + ], + "๐Ÿ”˜": [ + "radio_button", + "input", + "old", + "music", + "circle" + ], + "๐Ÿ”ณ": [ + "white_square_button", + "shape", + "input" + ], + "๐Ÿ”ฒ": [ + "black_square_button", + "shape", + "input", + "frame" + ], + "๐Ÿ": [ + "chequered_flag", + "contest", + "finishline", + "race", + "gokart" + ], + "๐Ÿšฉ": [ + "triangular_flag", + "mark", + "milestone", + "place" + ], + "๐ŸŽŒ": [ + "crossed_flags", + "japanese", + "nation", + "country", + "border" + ], + "๐Ÿด": [ + "black_flag", + "pirate" + ], + "๐Ÿณ๏ธ": [ + "white_flag", + "losing", + "loser", + "lost", + "surrender", + "give up", + "fail" + ], + "๐Ÿณ๏ธโ€๐ŸŒˆ": [ + "rainbow_flag", + "flag", + "rainbow", + "pride", + "gay", + "lgbt", + "glbt", + "queer", + "homosexual", + "lesbian", + "bisexual", + "transgender" + ], + "๐Ÿดโ€โ˜ ๏ธ": [ + "pirate_flag", + "skull", + "crossbones", + "flag", + "banner" + ], + "๐Ÿ‡ฆ๐Ÿ‡จ": [ + "flag_ascension_island" + ], + "๐Ÿ‡ฆ๐Ÿ‡ฉ": [ + "flag_andorra", + "ad", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฆ๐Ÿ‡ช": [ + "flag_united_arab_emirates", + "united", + "arab", + "emirates", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฆ๐Ÿ‡ซ": [ + "flag_afghanistan", + "af", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฆ๐Ÿ‡ฌ": [ + "flag_antigua_barbuda", + "antigua", + "barbuda", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฆ๐Ÿ‡ฎ": [ + "flag_anguilla", + "ai", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฆ๐Ÿ‡ฑ": [ + "flag_albania", + "al", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฆ๐Ÿ‡ฒ": [ + "flag_armenia", + "am", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฆ๐Ÿ‡ด": [ + "flag_angola", + "ao", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฆ๐Ÿ‡ถ": [ + "flag_antarctica", + "aq", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฆ๐Ÿ‡ท": [ + "flag_argentina", + "ar", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฆ๐Ÿ‡ธ": [ + "flag_american_samoa", + "american", + "ws", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฆ๐Ÿ‡น": [ + "flag_austria", + "at", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฆ๐Ÿ‡บ": [ + "flag_australia", + "au", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฆ๐Ÿ‡ผ": [ + "flag_aruba", + "aw", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฆ๐Ÿ‡ฝ": [ + "flag_land_islands", + "ร…land", + "islands", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฆ๐Ÿ‡ฟ": [ + "flag_azerbaijan", + "az", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ง๐Ÿ‡ฆ": [ + "flag_bosnia_herzegovina", + "bosnia", + "herzegovina", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ง๐Ÿ‡ง": [ + "flag_barbados", + "bb", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ง๐Ÿ‡ฉ": [ + "flag_bangladesh", + "bd", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ง๐Ÿ‡ช": [ + "flag_belgium", + "be", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ง๐Ÿ‡ซ": [ + "flag_burkina_faso", + "burkina", + "faso", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ง๐Ÿ‡ฌ": [ + "flag_bulgaria", + "bg", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ง๐Ÿ‡ญ": [ + "flag_bahrain", + "bh", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ง๐Ÿ‡ฎ": [ + "flag_burundi", + "bi", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ง๐Ÿ‡ฏ": [ + "flag_benin", + "bj", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ง๐Ÿ‡ฑ": [ + "flag_st_barth_lemy", + "saint", + "barthรฉlemy", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ง๐Ÿ‡ฒ": [ + "flag_bermuda", + "bm", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ง๐Ÿ‡ณ": [ + "flag_brunei", + "bn", + "darussalam", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ง๐Ÿ‡ด": [ + "flag_bolivia", + "bo", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ง๐Ÿ‡ถ": [ + "flag_caribbean_netherlands", + "bonaire", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ง๐Ÿ‡ท": [ + "flag_brazil", + "br", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ง๐Ÿ‡ธ": [ + "flag_bahamas", + "bs", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ง๐Ÿ‡น": [ + "flag_bhutan", + "bt", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ง๐Ÿ‡ป": [ + "flag_bouvet_island" + ], + "๐Ÿ‡ง๐Ÿ‡ผ": [ + "flag_botswana", + "bw", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ง๐Ÿ‡พ": [ + "flag_belarus", + "by", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ง๐Ÿ‡ฟ": [ + "flag_belize", + "bz", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡จ๐Ÿ‡ฆ": [ + "flag_canada", + "ca", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡จ๐Ÿ‡จ": [ + "flag_cocos_islands", + "cocos", + "keeling", + "islands", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡จ๐Ÿ‡ฉ": [ + "flag_congo_kinshasa", + "congo", + "democratic", + "republic", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡จ๐Ÿ‡ซ": [ + "flag_central_african_republic", + "central", + "african", + "republic", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡จ๐Ÿ‡ฌ": [ + "flag_congo_brazzaville", + "congo", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡จ๐Ÿ‡ญ": [ + "flag_switzerland", + "ch", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡จ๐Ÿ‡ฎ": [ + "flag_c_te_d_ivoire", + "ivory", + "coast", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡จ๐Ÿ‡ฐ": [ + "flag_cook_islands", + "cook", + "islands", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡จ๐Ÿ‡ฑ": [ + "flag_chile", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡จ๐Ÿ‡ฒ": [ + "flag_cameroon", + "cm", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡จ๐Ÿ‡ณ": [ + "flag_china", + "china", + "chinese", + "prc", + "flag", + "country", + "nation", + "banner" + ], + "๐Ÿ‡จ๐Ÿ‡ด": [ + "flag_colombia", + "co", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡จ๐Ÿ‡ต": [ + "flag_clipperton_island" + ], + "๐Ÿ‡จ๐Ÿ‡ท": [ + "flag_costa_rica", + "costa", + "rica", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡จ๐Ÿ‡บ": [ + "flag_cuba", + "cu", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡จ๐Ÿ‡ป": [ + "flag_cape_verde", + "cabo", + "verde", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡จ๐Ÿ‡ผ": [ + "flag_cura_ao", + "curaรงao", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡จ๐Ÿ‡ฝ": [ + "flag_christmas_island", + "christmas", + "island", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡จ๐Ÿ‡พ": [ + "flag_cyprus", + "cy", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡จ๐Ÿ‡ฟ": [ + "flag_czechia", + "cz", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฉ๐Ÿ‡ช": [ + "flag_germany", + "german", + "nation", + "flag", + "country", + "banner" + ], + "๐Ÿ‡ฉ๐Ÿ‡ฌ": [ + "flag_diego_garcia" + ], + "๐Ÿ‡ฉ๐Ÿ‡ฏ": [ + "flag_djibouti", + "dj", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฉ๐Ÿ‡ฐ": [ + "flag_denmark", + "dk", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฉ๐Ÿ‡ฒ": [ + "flag_dominica", + "dm", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฉ๐Ÿ‡ด": [ + "flag_dominican_republic", + "dominican", + "republic", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฉ๐Ÿ‡ฟ": [ + "flag_algeria", + "dz", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ช๐Ÿ‡ฆ": [ + "flag_ceuta_melilla" + ], + "๐Ÿ‡ช๐Ÿ‡จ": [ + "flag_ecuador", + "ec", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ช๐Ÿ‡ช": [ + "flag_estonia", + "ee", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ช๐Ÿ‡ฌ": [ + "flag_egypt", + "eg", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ช๐Ÿ‡ญ": [ + "flag_western_sahara", + "western", + "sahara", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ช๐Ÿ‡ท": [ + "flag_eritrea", + "er", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ช๐Ÿ‡ธ": [ + "flag_spain", + "spain", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ช๐Ÿ‡น": [ + "flag_ethiopia", + "et", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ช๐Ÿ‡บ": [ + "flag_european_union", + "european", + "union", + "flag", + "banner" + ], + "๐Ÿ‡ซ๐Ÿ‡ฎ": [ + "flag_finland", + "fi", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ซ๐Ÿ‡ฏ": [ + "flag_fiji", + "fj", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ซ๐Ÿ‡ฐ": [ + "flag_falkland_islands", + "falkland", + "islands", + "malvinas", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ซ๐Ÿ‡ฒ": [ + "flag_micronesia", + "micronesia,", + "federated", + "states", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ซ๐Ÿ‡ด": [ + "flag_faroe_islands", + "faroe", + "islands", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ซ๐Ÿ‡ท": [ + "flag_france", + "banner", + "flag", + "nation", + "france", + "french", + "country" + ], + "๐Ÿ‡ฌ๐Ÿ‡ฆ": [ + "flag_gabon", + "ga", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฌ๐Ÿ‡ง": [ + "flag_united_kingdom", + "united", + "kingdom", + "great", + "britain", + "northern", + "ireland", + "flag", + "nation", + "country", + "banner", + "british", + "UK", + "english", + "england", + "union jack" + ], + "๐Ÿ‡ฌ๐Ÿ‡ฉ": [ + "flag_grenada", + "gd", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฌ๐Ÿ‡ช": [ + "flag_georgia", + "ge", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฌ๐Ÿ‡ซ": [ + "flag_french_guiana", + "french", + "guiana", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฌ๐Ÿ‡ฌ": [ + "flag_guernsey", + "gg", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฌ๐Ÿ‡ญ": [ + "flag_ghana", + "gh", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฌ๐Ÿ‡ฎ": [ + "flag_gibraltar", + "gi", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฌ๐Ÿ‡ฑ": [ + "flag_greenland", + "gl", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฌ๐Ÿ‡ฒ": [ + "flag_gambia", + "gm", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฌ๐Ÿ‡ณ": [ + "flag_guinea", + "gn", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฌ๐Ÿ‡ต": [ + "flag_guadeloupe", + "gp", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฌ๐Ÿ‡ถ": [ + "flag_equatorial_guinea", + "equatorial", + "gn", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฌ๐Ÿ‡ท": [ + "flag_greece", + "gr", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฌ๐Ÿ‡ธ": [ + "flag_south_georgia_south_sandwich_islands", + "south", + "georgia", + "sandwich", + "islands", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฌ๐Ÿ‡น": [ + "flag_guatemala", + "gt", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฌ๐Ÿ‡บ": [ + "flag_guam", + "gu", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฌ๐Ÿ‡ผ": [ + "flag_guinea_bissau", + "gw", + "bissau", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฌ๐Ÿ‡พ": [ + "flag_guyana", + "gy", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ญ๐Ÿ‡ฐ": [ + "flag_hong_kong_sar_china", + "hong", + "kong", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ญ๐Ÿ‡ฒ": [ + "flag_heard_mcdonald_islands" + ], + "๐Ÿ‡ญ๐Ÿ‡ณ": [ + "flag_honduras", + "hn", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ญ๐Ÿ‡ท": [ + "flag_croatia", + "hr", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ญ๐Ÿ‡น": [ + "flag_haiti", + "ht", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ญ๐Ÿ‡บ": [ + "flag_hungary", + "hu", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฎ๐Ÿ‡จ": [ + "flag_canary_islands", + "canary", + "islands", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฎ๐Ÿ‡ฉ": [ + "flag_indonesia", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฎ๐Ÿ‡ช": [ + "flag_ireland", + "ie", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฎ๐Ÿ‡ฑ": [ + "flag_israel", + "il", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฎ๐Ÿ‡ฒ": [ + "flag_isle_of_man", + "isle", + "man", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฎ๐Ÿ‡ณ": [ + "flag_india", + "in", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฎ๐Ÿ‡ด": [ + "flag_british_indian_ocean_territory", + "british", + "indian", + "ocean", + "territory", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฎ๐Ÿ‡ถ": [ + "flag_iraq", + "iq", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฎ๐Ÿ‡ท": [ + "flag_iran", + "iran,", + "islamic", + "republic", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฎ๐Ÿ‡ธ": [ + "flag_iceland", + "is", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฎ๐Ÿ‡น": [ + "flag_italy", + "italy", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฏ๐Ÿ‡ช": [ + "flag_jersey", + "je", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฏ๐Ÿ‡ฒ": [ + "flag_jamaica", + "jm", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฏ๐Ÿ‡ด": [ + "flag_jordan", + "jo", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฏ๐Ÿ‡ต": [ + "flag_japan", + "japanese", + "nation", + "flag", + "country", + "banner" + ], + "๐Ÿ‡ฐ๐Ÿ‡ช": [ + "flag_kenya", + "ke", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฐ๐Ÿ‡ฌ": [ + "flag_kyrgyzstan", + "kg", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฐ๐Ÿ‡ญ": [ + "flag_cambodia", + "kh", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฐ๐Ÿ‡ฎ": [ + "flag_kiribati", + "ki", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฐ๐Ÿ‡ฒ": [ + "flag_comoros", + "km", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฐ๐Ÿ‡ณ": [ + "flag_st_kitts_nevis", + "saint", + "kitts", + "nevis", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฐ๐Ÿ‡ต": [ + "flag_north_korea", + "north", + "korea", + "nation", + "flag", + "country", + "banner" + ], + "๐Ÿ‡ฐ๐Ÿ‡ท": [ + "flag_south_korea", + "south", + "korea", + "nation", + "flag", + "country", + "banner" + ], + "๐Ÿ‡ฐ๐Ÿ‡ผ": [ + "flag_kuwait", + "kw", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฐ๐Ÿ‡พ": [ + "flag_cayman_islands", + "cayman", + "islands", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฐ๐Ÿ‡ฟ": [ + "flag_kazakhstan", + "kz", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฑ๐Ÿ‡ฆ": [ + "flag_laos", + "lao", + "democratic", + "republic", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฑ๐Ÿ‡ง": [ + "flag_lebanon", + "lb", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฑ๐Ÿ‡จ": [ + "flag_st_lucia", + "saint", + "lucia", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฑ๐Ÿ‡ฎ": [ + "flag_liechtenstein", + "li", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฑ๐Ÿ‡ฐ": [ + "flag_sri_lanka", + "sri", + "lanka", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฑ๐Ÿ‡ท": [ + "flag_liberia", + "lr", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฑ๐Ÿ‡ธ": [ + "flag_lesotho", + "ls", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฑ๐Ÿ‡น": [ + "flag_lithuania", + "lt", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฑ๐Ÿ‡บ": [ + "flag_luxembourg", + "lu", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฑ๐Ÿ‡ป": [ + "flag_latvia", + "lv", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฑ๐Ÿ‡พ": [ + "flag_libya", + "ly", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฒ๐Ÿ‡ฆ": [ + "flag_morocco", + "ma", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฒ๐Ÿ‡จ": [ + "flag_monaco", + "mc", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฒ๐Ÿ‡ฉ": [ + "flag_moldova", + "moldova,", + "republic", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฒ๐Ÿ‡ช": [ + "flag_montenegro", + "me", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฒ๐Ÿ‡ซ": [ + "flag_st_martin" + ], + "๐Ÿ‡ฒ๐Ÿ‡ฌ": [ + "flag_madagascar", + "mg", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฒ๐Ÿ‡ญ": [ + "flag_marshall_islands", + "marshall", + "islands", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฒ๐Ÿ‡ฐ": [ + "flag_north_macedonia", + "macedonia,", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฒ๐Ÿ‡ฑ": [ + "flag_mali", + "ml", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฒ๐Ÿ‡ฒ": [ + "flag_myanmar", + "mm", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฒ๐Ÿ‡ณ": [ + "flag_mongolia", + "mn", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฒ๐Ÿ‡ด": [ + "flag_macao_sar_china", + "macao", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฒ๐Ÿ‡ต": [ + "flag_northern_mariana_islands", + "northern", + "mariana", + "islands", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฒ๐Ÿ‡ถ": [ + "flag_martinique", + "mq", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฒ๐Ÿ‡ท": [ + "flag_mauritania", + "mr", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฒ๐Ÿ‡ธ": [ + "flag_montserrat", + "ms", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฒ๐Ÿ‡น": [ + "flag_malta", + "mt", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฒ๐Ÿ‡บ": [ + "flag_mauritius", + "mu", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฒ๐Ÿ‡ป": [ + "flag_maldives", + "mv", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฒ๐Ÿ‡ผ": [ + "flag_malawi", + "mw", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฒ๐Ÿ‡ฝ": [ + "flag_mexico", + "mx", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฒ๐Ÿ‡พ": [ + "flag_malaysia", + "my", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฒ๐Ÿ‡ฟ": [ + "flag_mozambique", + "mz", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ณ๐Ÿ‡ฆ": [ + "flag_namibia", + "na", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ณ๐Ÿ‡จ": [ + "flag_new_caledonia", + "new", + "caledonia", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ณ๐Ÿ‡ช": [ + "flag_niger", + "ne", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ณ๐Ÿ‡ซ": [ + "flag_norfolk_island", + "norfolk", + "island", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ณ๐Ÿ‡ฌ": [ + "flag_nigeria", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ณ๐Ÿ‡ฎ": [ + "flag_nicaragua", + "ni", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ณ๐Ÿ‡ฑ": [ + "flag_netherlands", + "nl", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ณ๐Ÿ‡ด": [ + "flag_norway", + "no", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ณ๐Ÿ‡ต": [ + "flag_nepal", + "np", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ณ๐Ÿ‡ท": [ + "flag_nauru", + "nr", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ณ๐Ÿ‡บ": [ + "flag_niue", + "nu", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ณ๐Ÿ‡ฟ": [ + "flag_new_zealand", + "new", + "zealand", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ด๐Ÿ‡ฒ": [ + "flag_oman", + "om_symbol", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ต๐Ÿ‡ฆ": [ + "flag_panama", + "pa", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ต๐Ÿ‡ช": [ + "flag_peru", + "pe", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ต๐Ÿ‡ซ": [ + "flag_french_polynesia", + "french", + "polynesia", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ต๐Ÿ‡ฌ": [ + "flag_papua_new_guinea", + "papua", + "new", + "guinea", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ต๐Ÿ‡ญ": [ + "flag_philippines", + "ph", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ต๐Ÿ‡ฐ": [ + "flag_pakistan", + "pk", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ต๐Ÿ‡ฑ": [ + "flag_poland", + "pl", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ต๐Ÿ‡ฒ": [ + "flag_st_pierre_miquelon", + "saint", + "pierre", + "miquelon", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ต๐Ÿ‡ณ": [ + "flag_pitcairn_islands", + "pitcairn", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ต๐Ÿ‡ท": [ + "flag_puerto_rico", + "puerto", + "rico", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ต๐Ÿ‡ธ": [ + "flag_palestinian_territories", + "palestine", + "palestinian", + "territories", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ต๐Ÿ‡น": [ + "flag_portugal", + "pt", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ต๐Ÿ‡ผ": [ + "flag_palau", + "pw", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ต๐Ÿ‡พ": [ + "flag_paraguay", + "py", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ถ๐Ÿ‡ฆ": [ + "flag_qatar", + "qa", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ท๐Ÿ‡ช": [ + "flag_r_union", + "rรฉunion", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ท๐Ÿ‡ด": [ + "flag_romania", + "ro", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ท๐Ÿ‡ธ": [ + "flag_serbia", + "rs", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ท๐Ÿ‡บ": [ + "flag_russia", + "russian", + "federation", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ท๐Ÿ‡ผ": [ + "flag_rwanda", + "rw", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ธ๐Ÿ‡ฆ": [ + "flag_saudi_arabia", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ธ๐Ÿ‡ง": [ + "flag_solomon_islands", + "solomon", + "islands", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ธ๐Ÿ‡จ": [ + "flag_seychelles", + "sc", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ธ๐Ÿ‡ฉ": [ + "flag_sudan", + "sd", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ธ๐Ÿ‡ช": [ + "flag_sweden", + "se", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ธ๐Ÿ‡ฌ": [ + "flag_singapore", + "sg", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ธ๐Ÿ‡ญ": [ + "flag_st_helena", + "saint", + "helena", + "ascension", + "tristan", + "cunha", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ธ๐Ÿ‡ฎ": [ + "flag_slovenia", + "si", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ธ๐Ÿ‡ฏ": [ + "flag_svalbard_jan_mayen" + ], + "๐Ÿ‡ธ๐Ÿ‡ฐ": [ + "flag_slovakia", + "sk", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ธ๐Ÿ‡ฑ": [ + "flag_sierra_leone", + "sierra", + "leone", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ธ๐Ÿ‡ฒ": [ + "flag_san_marino", + "san", + "marino", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ธ๐Ÿ‡ณ": [ + "flag_senegal", + "sn", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ธ๐Ÿ‡ด": [ + "flag_somalia", + "so", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ธ๐Ÿ‡ท": [ + "flag_suriname", + "sr", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ธ๐Ÿ‡ธ": [ + "flag_south_sudan", + "south", + "sd", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ธ๐Ÿ‡น": [ + "flag_s_o_tom_pr_ncipe", + "sao", + "tome", + "principe", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ธ๐Ÿ‡ป": [ + "flag_el_salvador", + "el", + "salvador", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ธ๐Ÿ‡ฝ": [ + "flag_sint_maarten", + "sint", + "maarten", + "dutch", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ธ๐Ÿ‡พ": [ + "flag_syria", + "syrian", + "arab", + "republic", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ธ๐Ÿ‡ฟ": [ + "flag_eswatini", + "sz", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡น๐Ÿ‡ฆ": [ + "flag_tristan_da_cunha" + ], + "๐Ÿ‡น๐Ÿ‡จ": [ + "flag_turks_caicos_islands", + "turks", + "caicos", + "islands", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡น๐Ÿ‡ฉ": [ + "flag_chad", + "td", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡น๐Ÿ‡ซ": [ + "flag_french_southern_territories", + "french", + "southern", + "territories", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡น๐Ÿ‡ฌ": [ + "flag_togo", + "tg", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡น๐Ÿ‡ญ": [ + "flag_thailand", + "th", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡น๐Ÿ‡ฏ": [ + "flag_tajikistan", + "tj", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡น๐Ÿ‡ฐ": [ + "flag_tokelau", + "tk", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡น๐Ÿ‡ฑ": [ + "flag_timor_leste", + "timor", + "leste", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡น๐Ÿ‡ฒ": [ + "flag_turkmenistan", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡น๐Ÿ‡ณ": [ + "flag_tunisia", + "tn", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡น๐Ÿ‡ด": [ + "flag_tonga", + "to", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡น๐Ÿ‡ท": [ + "flag_turkey", + "turkey", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡น๐Ÿ‡น": [ + "flag_trinidad_tobago", + "trinidad", + "tobago", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡น๐Ÿ‡ป": [ + "flag_tuvalu", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡น๐Ÿ‡ผ": [ + "flag_taiwan", + "tw", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡น๐Ÿ‡ฟ": [ + "flag_tanzania", + "tanzania,", + "united", + "republic", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡บ๐Ÿ‡ฆ": [ + "flag_ukraine", + "ua", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡บ๐Ÿ‡ฌ": [ + "flag_uganda", + "ug", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡บ๐Ÿ‡ฒ": [ + "flag_u_s_outlying_islands" + ], + "๐Ÿ‡บ๐Ÿ‡ณ": [ + "flag_united_nations", + "un", + "flag", + "banner" + ], + "๐Ÿ‡บ๐Ÿ‡ธ": [ + "flag_united_states", + "united", + "states", + "america", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡บ๐Ÿ‡พ": [ + "flag_uruguay", + "uy", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡บ๐Ÿ‡ฟ": [ + "flag_uzbekistan", + "uz", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ป๐Ÿ‡ฆ": [ + "flag_vatican_city", + "vatican", + "city", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ป๐Ÿ‡จ": [ + "flag_st_vincent_grenadines", + "saint", + "vincent", + "grenadines", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ป๐Ÿ‡ช": [ + "flag_venezuela", + "ve", + "bolivarian", + "republic", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ป๐Ÿ‡ฌ": [ + "flag_british_virgin_islands", + "british", + "virgin", + "islands", + "bvi", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ป๐Ÿ‡ฎ": [ + "flag_u_s_virgin_islands", + "virgin", + "islands", + "us", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ป๐Ÿ‡ณ": [ + "flag_vietnam", + "viet", + "nam", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ป๐Ÿ‡บ": [ + "flag_vanuatu", + "vu", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ผ๐Ÿ‡ซ": [ + "flag_wallis_futuna", + "wallis", + "futuna", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ผ๐Ÿ‡ธ": [ + "flag_samoa", + "ws", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฝ๐Ÿ‡ฐ": [ + "flag_kosovo", + "xk", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡พ๐Ÿ‡ช": [ + "flag_yemen", + "ye", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡พ๐Ÿ‡น": [ + "flag_mayotte", + "yt", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฟ๐Ÿ‡ฆ": [ + "flag_south_africa", + "south", + "africa", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฟ๐Ÿ‡ฒ": [ + "flag_zambia", + "zm", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿ‡ฟ๐Ÿ‡ผ": [ + "flag_zimbabwe", + "zw", + "flag", + "nation", + "country", + "banner" + ], + "๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ": [ + "flag_england", + "flag", + "english" + ], + "๐Ÿด๓ ง๓ ข๓ ณ๓ ฃ๓ ด๓ ฟ": [ + "flag_scotland", + "flag", + "scottish" + ], + "๐Ÿด๓ ง๓ ข๓ ท๓ ฌ๓ ณ๓ ฟ": [ + "flag_wales", + "flag", + "welsh" + ] +} \ No newline at end of file From c90e6583bc43600ef360ea9c8b3984719628d439 Mon Sep 17 00:00:00 2001 From: Mu-An Chiou Date: Sun, 3 Nov 2019 21:40:52 -0500 Subject: [PATCH 10/24] Change main file and add language code --- emoji.json => dist/emoji-en-US.json | 0 package.json | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename emoji.json => dist/emoji-en-US.json (100%) diff --git a/emoji.json b/dist/emoji-en-US.json similarity index 100% rename from emoji.json rename to dist/emoji-en-US.json diff --git a/package.json b/package.json index 137103bb..2101b8e9 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,9 @@ "name": "emojilib", "version": "2.4.0", "description": "Emoji keyword library.", - "main": "index.js", + "main": "dist/emoji-en-US.json", "files": [ - "emojis.json", + "dist", "index.js", "LICENSE", "package.json", From 83d95045ee78f99a6cfded448d554c2f25d161ae Mon Sep 17 00:00:00 2001 From: Mu-An Chiou Date: Sun, 3 Nov 2019 21:41:26 -0500 Subject: [PATCH 11/24] Remove unnecessarily listed files --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index 2101b8e9..75bddb43 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,7 @@ "description": "Emoji keyword library.", "main": "dist/emoji-en-US.json", "files": [ - "dist", - "index.js", - "LICENSE", - "package.json", + "dist" ], "scripts": { "test": "node test.js | tap-spec" From 52f94fabd98f73a1fd42aa5d6a8eac86c397e5af Mon Sep 17 00:00:00 2001 From: Mu-An Chiou Date: Sun, 3 Nov 2019 21:41:46 -0500 Subject: [PATCH 12/24] Remove index.js --- index.js | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 index.js diff --git a/index.js b/index.js deleted file mode 100644 index 0d96b151..00000000 --- a/index.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - lib: require('./emojis'), - ordered: require('./ordered'), - fitzpatrick_scale_modifiers: ["๐Ÿป", "๐Ÿผ", "๐Ÿฝ", "๐Ÿพ", "๐Ÿฟ"] -} From c65bc776ea3bf12a237ce633e265fb0283864906 Mon Sep 17 00:00:00 2001 From: Mu-An Chiou Date: Sun, 3 Nov 2019 21:42:30 -0500 Subject: [PATCH 13/24] Remove emojis.json --- emojis.json | 9422 --------------------------------------------------- 1 file changed, 9422 deletions(-) delete mode 100644 emojis.json diff --git a/emojis.json b/emojis.json deleted file mode 100644 index 05a18d09..00000000 --- a/emojis.json +++ /dev/null @@ -1,9422 +0,0 @@ -{ - "grinning": { - "keywords": ["face", "smile", "happy", "joy", ":D", "grin"], - "char": "๐Ÿ˜€", - "fitzpatrick_scale": false, - "category": "people" - }, - "smiley": { - "keywords": ["face", "happy", "joy", "haha", ":D", ":)", "smile", "funny"], - "char": "๐Ÿ˜ƒ", - "fitzpatrick_scale": false, - "category": "people" - }, - "smile": { - "keywords": ["face", "happy", "joy", "funny", "haha", "laugh", "like", ":D", ":)"], - "char": "๐Ÿ˜„", - "fitzpatrick_scale": false, - "category": "people" - }, - "grin": { - "keywords": ["face", "happy", "smile", "joy", "kawaii"], - "char": "๐Ÿ˜", - "fitzpatrick_scale": false, - "category": "people" - }, - "laughing": { - "keywords": ["happy", "joy", "lol", "satisfied", "haha", "face", "glad", "XD", "laugh"], - "char": "๐Ÿ˜†", - "fitzpatrick_scale": false, - "category": "people" - }, - "sweat_smile": { - "keywords": ["face", "hot", "happy", "laugh", "sweat", "smile", "relief"], - "char": "๐Ÿ˜…", - "fitzpatrick_scale": false, - "category": "people" - }, - "joy": { - "keywords": ["face", "cry", "tears", "weep", "happy", "happytears", "haha"], - "char": "๐Ÿ˜‚", - "fitzpatrick_scale": false, - "category": "people" - }, - "rofl": { - "keywords": ["face", "rolling", "floor", "laughing", "lol", "haha"], - "char": "๐Ÿคฃ", - "fitzpatrick_scale": false, - "category": "people" - }, - "relaxed": { - "keywords": ["face", "blush", "massage", "happiness"], - "char": "โ˜บ๏ธ", - "fitzpatrick_scale": false, - "category": "people" - }, - "blush": { - "keywords": ["face", "smile", "happy", "flushed", "crush", "embarrassed", "shy", "joy"], - "char": "๐Ÿ˜Š", - "fitzpatrick_scale": false, - "category": "people" - }, - "innocent": { - "keywords": ["face", "angel", "heaven", "halo"], - "char": "๐Ÿ˜‡", - "fitzpatrick_scale": false, - "category": "people" - }, - "slightly_smiling_face": { - "keywords": ["face", "smile"], - "char": "๐Ÿ™‚", - "fitzpatrick_scale": false, - "category": "people" - }, - "upside_down_face": { - "keywords": ["face", "flipped", "silly", "smile"], - "char": "๐Ÿ™ƒ", - "fitzpatrick_scale": false, - "category": "people" - }, - "wink": { - "keywords": ["face", "happy", "mischievous", "secret", ";)", "smile", "eye"], - "char": "๐Ÿ˜‰", - "fitzpatrick_scale": false, - "category": "people" - }, - "relieved": { - "keywords": ["face", "relaxed", "phew", "massage", "happiness"], - "char": "๐Ÿ˜Œ", - "fitzpatrick_scale": false, - "category": "people" - }, - "heart_eyes": { - "keywords": ["face", "love", "like", "affection", "valentines", "infatuation", "crush", "heart"], - "char": "๐Ÿ˜", - "fitzpatrick_scale": false, - "category": "people" - }, - "smiling_face_with_three_hearts": { - "keywords": ["face", "love", "like", "affection", "valentines", "infatuation", "crush", "hearts", "adore"], - "char": "๐Ÿฅฐ", - "fitzpatrick_scale": false, - "category": "people" - }, - "kissing_heart": { - "keywords": ["face", "love", "like", "affection", "valentines", "infatuation", "kiss"], - "char": "๐Ÿ˜˜", - "fitzpatrick_scale": false, - "category": "people" - }, - "kissing": { - "keywords": ["love", "like", "face", "3", "valentines", "infatuation", "kiss"], - "char": "๐Ÿ˜—", - "fitzpatrick_scale": false, - "category": "people" - }, - "kissing_smiling_eyes": { - "keywords": ["face", "affection", "valentines", "infatuation", "kiss"], - "char": "๐Ÿ˜™", - "fitzpatrick_scale": false, - "category": "people" - }, - "kissing_closed_eyes": { - "keywords": ["face", "love", "like", "affection", "valentines", "infatuation", "kiss"], - "char": "๐Ÿ˜š", - "fitzpatrick_scale": false, - "category": "people" - }, - "yum": { - "keywords": ["happy", "joy", "tongue", "smile", "face", "silly", "yummy", "nom", "delicious", "savouring"], - "char": "๐Ÿ˜‹", - "fitzpatrick_scale": false, - "category": "people" - }, - "stuck_out_tongue": { - "keywords": ["face", "prank", "childish", "playful", "mischievous", "smile", "tongue"], - "char": "๐Ÿ˜›", - "fitzpatrick_scale": false, - "category": "people" - }, - "stuck_out_tongue_closed_eyes": { - "keywords": ["face", "prank", "playful", "mischievous", "smile", "tongue"], - "char": "๐Ÿ˜", - "fitzpatrick_scale": false, - "category": "people" - }, - "stuck_out_tongue_winking_eye": { - "keywords": ["face", "prank", "childish", "playful", "mischievous", "smile", "wink", "tongue"], - "char": "๐Ÿ˜œ", - "fitzpatrick_scale": false, - "category": "people" - }, - "zany": { - "keywords": ["face", "goofy", "crazy"], - "char": "๐Ÿคช", - "fitzpatrick_scale": false, - "category": "people" - }, - "raised_eyebrow": { - "keywords": ["face", "distrust", "scepticism", "disapproval", "disbelief", "surprise"], - "char": "๐Ÿคจ", - "fitzpatrick_scale": false, - "category": "people" - }, - "monocle": { - "keywords": ["face", "stuffy", "wealthy"], - "char": "๐Ÿง", - "fitzpatrick_scale": false, - "category": "people" - }, - "nerd_face": { - "keywords": ["face", "nerdy", "geek", "dork"], - "char": "๐Ÿค“", - "fitzpatrick_scale": false, - "category": "people" - }, - "sunglasses": { - "keywords": ["face", "cool", "smile", "summer", "beach", "sunglass"], - "char": "๐Ÿ˜Ž", - "fitzpatrick_scale": false, - "category": "people" - }, - "star_struck": { - "keywords": ["face", "smile", "starry", "eyes", "grinning"], - "char": "๐Ÿคฉ", - "fitzpatrick_scale": false, - "category": "people" - }, - "partying": { - "keywords": ["face", "celebration", "woohoo"], - "char": "๐Ÿฅณ", - "fitzpatrick_scale": false, - "category": "people" - }, - "smirk": { - "keywords": ["face", "smile", "mean", "prank", "smug", "sarcasm"], - "char": "๐Ÿ˜", - "fitzpatrick_scale": false, - "category": "people" - }, - "unamused": { - "keywords": ["indifference", "bored", "straight face", "serious", "sarcasm", "unimpressed", "skeptical", "dubious", "side_eye"], - "char": "๐Ÿ˜’", - "fitzpatrick_scale": false, - "category": "people" - }, - "disappointed": { - "keywords": ["face", "sad", "upset", "depressed", ":("], - "char": "๐Ÿ˜ž", - "fitzpatrick_scale": false, - "category": "people" - }, - "pensive": { - "keywords": ["face", "sad", "depressed", "upset"], - "char": "๐Ÿ˜”", - "fitzpatrick_scale": false, - "category": "people" - }, - "worried": { - "keywords": ["face", "concern", "nervous", ":("], - "char": "๐Ÿ˜Ÿ", - "fitzpatrick_scale": false, - "category": "people" - }, - "confused": { - "keywords": ["face", "indifference", "huh", "weird", "hmmm", ":/"], - "char": "๐Ÿ˜•", - "fitzpatrick_scale": false, - "category": "people" - }, - "slightly_frowning_face": { - "keywords": ["face", "frowning", "disappointed", "sad", "upset"], - "char": "๐Ÿ™", - "fitzpatrick_scale": false, - "category": "people" - }, - "frowning_face": { - "keywords": ["face", "sad", "upset", "frown"], - "char": "โ˜น๏ธ", - "fitzpatrick_scale": false, - "category": "people" - }, - "persevere": { - "keywords": ["face", "sick", "no", "upset", "oops"], - "char": "๐Ÿ˜ฃ", - "fitzpatrick_scale": false, - "category": "people" - }, - "confounded": { - "keywords": ["face", "confused", "sick", "unwell", "oops", ":S"], - "char": "๐Ÿ˜–", - "fitzpatrick_scale": false, - "category": "people" - }, - "tired_face": { - "keywords": ["sick", "whine", "upset", "frustrated"], - "char": "๐Ÿ˜ซ", - "fitzpatrick_scale": false, - "category": "people" - }, - "weary": { - "keywords": ["face", "tired", "sleepy", "sad", "frustrated", "upset"], - "char": "๐Ÿ˜ฉ", - "fitzpatrick_scale": false, - "category": "people" - }, - "pleading": { - "keywords": ["face", "begging", "mercy"], - "char": "๐Ÿฅบ", - "fitzpatrick_scale": false, - "category": "people" - }, - "cry": { - "keywords": ["face", "tears", "sad", "depressed", "upset", ":'("], - "char": "๐Ÿ˜ข", - "fitzpatrick_scale": false, - "category": "people" - }, - "sob": { - "keywords": ["face", "cry", "tears", "sad", "upset", "depressed"], - "char": "๐Ÿ˜ญ", - "fitzpatrick_scale": false, - "category": "people" - }, - "triumph": { - "keywords": ["face", "gas", "phew", "proud", "pride"], - "char": "๐Ÿ˜ค", - "fitzpatrick_scale": false, - "category": "people" - }, - "angry": { - "keywords": ["mad", "face", "annoyed", "frustrated"], - "char": "๐Ÿ˜ ", - "fitzpatrick_scale": false, - "category": "people" - }, - "rage": { - "keywords": ["angry", "mad", "hate", "despise"], - "char": "๐Ÿ˜ก", - "fitzpatrick_scale": false, - "category": "people" - }, - "symbols_over_mouth": { - "keywords": ["face", "swearing", "cursing", "cussing", "profanity", "expletive"], - "char": "๐Ÿคฌ", - "fitzpatrick_scale": false, - "category": "people" - }, - "exploding_head": { - "keywords": ["face", "shocked", "mind", "blown"], - "char": "๐Ÿคฏ", - "fitzpatrick_scale": false, - "category": "people" - }, - "flushed": { - "keywords": ["face", "blush", "shy", "flattered"], - "char": "๐Ÿ˜ณ", - "fitzpatrick_scale": false, - "category": "people" - }, - "hot": { - "keywords": ["face", "feverish", "heat", "red", "sweating"], - "char": "๐Ÿฅต", - "fitzpatrick_scale": false, - "category": "people" - }, - "cold": { - "keywords": ["face", "blue", "freezing", "frozen", "frostbite", "icicles"], - "char": "๐Ÿฅถ", - "fitzpatrick_scale": false, - "category": "people" - }, - "scream": { - "keywords": ["face", "munch", "scared", "omg"], - "char": "๐Ÿ˜ฑ", - "fitzpatrick_scale": false, - "category": "people" - }, - "fearful": { - "keywords": ["face", "scared", "terrified", "nervous", "oops", "huh"], - "char": "๐Ÿ˜จ", - "fitzpatrick_scale": false, - "category": "people" - }, - "cold_sweat": { - "keywords": ["face", "nervous", "sweat"], - "char": "๐Ÿ˜ฐ", - "fitzpatrick_scale": false, - "category": "people" - }, - "disappointed_relieved": { - "keywords": ["face", "phew", "sweat", "nervous"], - "char": "๐Ÿ˜ฅ", - "fitzpatrick_scale": false, - "category": "people" - }, - "sweat": { - "keywords": ["face", "hot", "sad", "tired", "exercise"], - "char": "๐Ÿ˜“", - "fitzpatrick_scale": false, - "category": "people" - }, - "hugs": { - "keywords": ["face", "smile", "hug"], - "char": "๐Ÿค—", - "fitzpatrick_scale": false, - "category": "people" - }, - "thinking": { - "keywords": ["face", "hmmm", "think", "consider"], - "char": "๐Ÿค”", - "fitzpatrick_scale": false, - "category": "people" - }, - "hand_over_mouth": { - "keywords": ["face", "whoops", "shock", "surprise"], - "char": "๐Ÿคญ", - "fitzpatrick_scale": false, - "category": "people" - }, - "shushing": { - "keywords": ["face", "quiet", "shhh"], - "char": "๐Ÿคซ", - "fitzpatrick_scale": false, - "category": "people" - }, - "lying_face": { - "keywords": ["face", "lie", "pinocchio"], - "char": "๐Ÿคฅ", - "fitzpatrick_scale": false, - "category": "people" - }, - "no_mouth": { - "keywords": ["face", "hellokitty"], - "char": "๐Ÿ˜ถ", - "fitzpatrick_scale": false, - "category": "people" - }, - "neutral_face": { - "keywords": ["indifference", "meh", ":|", "neutral"], - "char": "๐Ÿ˜", - "fitzpatrick_scale": false, - "category": "people" - }, - "expressionless": { - "keywords": ["face", "indifferent", "-_-", "meh", "deadpan"], - "char": "๐Ÿ˜‘", - "fitzpatrick_scale": false, - "category": "people" - }, - "grimacing": { - "keywords": ["face", "grimace", "teeth"], - "char": "๐Ÿ˜ฌ", - "fitzpatrick_scale": false, - "category": "people" - }, - "roll_eyes": { - "keywords": ["face", "eyeroll", "frustrated"], - "char": "๐Ÿ™„", - "fitzpatrick_scale": false, - "category": "people" - }, - "hushed": { - "keywords": ["face", "woo", "shh"], - "char": "๐Ÿ˜ฏ", - "fitzpatrick_scale": false, - "category": "people" - }, - "frowning": { - "keywords": ["face", "aw", "what"], - "char": "๐Ÿ˜ฆ", - "fitzpatrick_scale": false, - "category": "people" - }, - "anguished": { - "keywords": ["face", "stunned", "nervous"], - "char": "๐Ÿ˜ง", - "fitzpatrick_scale": false, - "category": "people" - }, - "open_mouth": { - "keywords": ["face", "surprise", "impressed", "wow", "whoa", ":O"], - "char": "๐Ÿ˜ฎ", - "fitzpatrick_scale": false, - "category": "people" - }, - "astonished": { - "keywords": ["face", "xox", "surprised", "poisoned"], - "char": "๐Ÿ˜ฒ", - "fitzpatrick_scale": false, - "category": "people" - }, - "sleeping": { - "keywords": ["face", "tired", "sleepy", "night", "zzz"], - "char": "๐Ÿ˜ด", - "fitzpatrick_scale": false, - "category": "people" - }, - "drooling_face": { - "keywords": ["face"], - "char": "๐Ÿคค", - "fitzpatrick_scale": false, - "category": "people" - }, - "sleepy": { - "keywords": ["face", "tired", "rest", "nap"], - "char": "๐Ÿ˜ช", - "fitzpatrick_scale": false, - "category": "people" - }, - "dizzy_face": { - "keywords": ["spent", "unconscious", "xox", "dizzy"], - "char": "๐Ÿ˜ต", - "fitzpatrick_scale": false, - "category": "people" - }, - "zipper_mouth_face": { - "keywords": ["face", "sealed", "zipper", "secret"], - "char": "๐Ÿค", - "fitzpatrick_scale": false, - "category": "people" - }, - "woozy": { - "keywords": ["face", "dizzy", "intoxicated", "tipsy", "wavy"], - "char": "๐Ÿฅด", - "fitzpatrick_scale": false, - "category": "people" - }, - "nauseated_face": { - "keywords": ["face", "vomit", "gross", "green", "sick", "throw up", "ill"], - "char": "๐Ÿคข", - "fitzpatrick_scale": false, - "category": "people" - }, - "vomiting": { - "keywords": ["face", "sick"], - "char": "๐Ÿคฎ", - "fitzpatrick_scale": false, - "category": "people" - }, - "sneezing_face": { - "keywords": ["face", "gesundheit", "sneeze", "sick", "allergy"], - "char": "๐Ÿคง", - "fitzpatrick_scale": false, - "category": "people" - }, - "mask": { - "keywords": ["face", "sick", "ill", "disease"], - "char": "๐Ÿ˜ท", - "fitzpatrick_scale": false, - "category": "people" - }, - "face_with_thermometer": { - "keywords": ["sick", "temperature", "thermometer", "cold", "fever"], - "char": "๐Ÿค’", - "fitzpatrick_scale": false, - "category": "people" - }, - "face_with_head_bandage": { - "keywords": ["injured", "clumsy", "bandage", "hurt"], - "char": "๐Ÿค•", - "fitzpatrick_scale": false, - "category": "people" - }, - "money_mouth_face": { - "keywords": ["face", "rich", "dollar", "money"], - "char": "๐Ÿค‘", - "fitzpatrick_scale": false, - "category": "people" - }, - "cowboy_hat_face": { - "keywords": ["face", "cowgirl", "hat"], - "char": "๐Ÿค ", - "fitzpatrick_scale": false, - "category": "people" - }, - "smiling_imp": { - "keywords": ["devil", "horns"], - "char": "๐Ÿ˜ˆ", - "fitzpatrick_scale": false, - "category": "people" - }, - "imp": { - "keywords": ["devil", "angry", "horns"], - "char": "๐Ÿ‘ฟ", - "fitzpatrick_scale": false, - "category": "people" - }, - "japanese_ogre": { - "keywords": ["monster", "red", "mask", "halloween", "scary", "creepy", "devil", "demon", "japanese", "ogre"], - "char": "๐Ÿ‘น", - "fitzpatrick_scale": false, - "category": "people" - }, - "japanese_goblin": { - "keywords": ["red", "evil", "mask", "monster", "scary", "creepy", "japanese", "goblin"], - "char": "๐Ÿ‘บ", - "fitzpatrick_scale": false, - "category": "people" - }, - "clown_face": { - "keywords": ["face"], - "char": "๐Ÿคก", - "fitzpatrick_scale": false, - "category": "people" - }, - "poop": { - "keywords": ["hankey", "shitface", "fail", "turd", "shit"], - "char": "๐Ÿ’ฉ", - "fitzpatrick_scale": false, - "category": "people" - }, - "ghost": { - "keywords": ["halloween", "spooky", "scary"], - "char": "๐Ÿ‘ป", - "fitzpatrick_scale": false, - "category": "people" - }, - "skull": { - "keywords": ["dead", "skeleton", "creepy", "death"], - "char": "๐Ÿ’€", - "fitzpatrick_scale": false, - "category": "people" - }, - "skull_and_crossbones": { - "keywords": ["poison", "danger", "deadly", "scary", "death", "pirate", "evil"], - "char": "โ˜ ๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "alien": { - "keywords": ["UFO", "paul", "weird", "outer_space"], - "char": "๐Ÿ‘ฝ", - "fitzpatrick_scale": false, - "category": "people" - }, - "space_invader": { - "keywords": ["game", "arcade", "play"], - "char": "๐Ÿ‘พ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "robot": { - "keywords": ["computer", "machine", "bot"], - "char": "๐Ÿค–", - "fitzpatrick_scale": false, - "category": "people" - }, - "jack_o_lantern": { - "keywords": ["halloween", "light", "pumpkin", "creepy", "fall"], - "char": "๐ŸŽƒ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "smiley_cat": { - "keywords": ["animal", "cats", "happy", "smile"], - "char": "๐Ÿ˜บ", - "fitzpatrick_scale": false, - "category": "people" - }, - "smile_cat": { - "keywords": ["animal", "cats", "smile"], - "char": "๐Ÿ˜ธ", - "fitzpatrick_scale": false, - "category": "people" - }, - "joy_cat": { - "keywords": ["animal", "cats", "haha", "happy", "tears"], - "char": "๐Ÿ˜น", - "fitzpatrick_scale": false, - "category": "people" - }, - "heart_eyes_cat": { - "keywords": ["animal", "love", "like", "affection", "cats", "valentines", "heart"], - "char": "๐Ÿ˜ป", - "fitzpatrick_scale": false, - "category": "people" - }, - "smirk_cat": { - "keywords": ["animal", "cats", "smirk"], - "char": "๐Ÿ˜ผ", - "fitzpatrick_scale": false, - "category": "people" - }, - "kissing_cat": { - "keywords": ["animal", "cats", "kiss"], - "char": "๐Ÿ˜ฝ", - "fitzpatrick_scale": false, - "category": "people" - }, - "scream_cat": { - "keywords": ["animal", "cats", "munch", "scared", "scream"], - "char": "๐Ÿ™€", - "fitzpatrick_scale": false, - "category": "people" - }, - "crying_cat_face": { - "keywords": ["animal", "tears", "weep", "sad", "cats", "upset", "cry"], - "char": "๐Ÿ˜ฟ", - "fitzpatrick_scale": false, - "category": "people" - }, - "pouting_cat": { - "keywords": ["animal", "cats"], - "char": "๐Ÿ˜พ", - "fitzpatrick_scale": false, - "category": "people" - }, - "palms_up": { - "keywords": ["hands", "gesture", "cupped", "prayer"], - "char": "๐Ÿคฒ", - "fitzpatrick_scale": true, - "category": "people" - }, - "open_hands": { - "keywords": ["fingers", "butterfly", "hands", "open"], - "char": "๐Ÿ‘", - "fitzpatrick_scale": true, - "category": "people" - }, - "raised_hands": { - "keywords": ["gesture", "hooray", "yea", "celebration", "hands"], - "char": "๐Ÿ™Œ", - "fitzpatrick_scale": true, - "category": "people" - }, - "clap": { - "keywords": ["hands", "praise", "applause", "congrats", "yay"], - "char": "๐Ÿ‘", - "fitzpatrick_scale": true, - "category": "people" - }, - "handshake": { - "keywords": ["agreement", "shake"], - "char": "๐Ÿค", - "fitzpatrick_scale": false, - "category": "people" - }, - "+1": { - "keywords": ["thumbsup", "yes", "awesome", "good", "agree", "accept", "cool", "hand", "like"], - "char": "๐Ÿ‘", - "fitzpatrick_scale": true, - "category": "people" - }, - "-1": { - "keywords": ["thumbsdown", "no", "dislike", "hand"], - "char": "๐Ÿ‘Ž", - "fitzpatrick_scale": true, - "category": "people" - }, - "facepunch": { - "keywords": ["angry", "violence", "fist", "hit", "attack", "hand"], - "char": "๐Ÿ‘Š", - "fitzpatrick_scale": true, - "category": "people" - }, - "fist": { - "keywords": ["fingers", "hand", "grasp"], - "char": "โœŠ", - "fitzpatrick_scale": true, - "category": "people" - }, - "fist_left": { - "keywords": ["hand", "fistbump"], - "char": "๐Ÿค›", - "fitzpatrick_scale": true, - "category": "people" - }, - "fist_right": { - "keywords": ["hand", "fistbump"], - "char": "๐Ÿคœ", - "fitzpatrick_scale": true, - "category": "people" - }, - "crossed_fingers": { - "keywords": ["good", "lucky"], - "char": "๐Ÿคž", - "fitzpatrick_scale": true, - "category": "people" - }, - "v": { - "keywords": ["fingers", "ohyeah", "hand", "peace", "victory", "two"], - "char": "โœŒ๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "love_you": { - "keywords": ["hand", "fingers", "gesture"], - "char": "๐ŸคŸ", - "fitzpatrick_scale": true, - "category": "people" - }, - "metal": { - "keywords": ["hand", "fingers", "evil_eye", "sign_of_horns", "rock_on"], - "char": "๐Ÿค˜", - "fitzpatrick_scale": true, - "category": "people" - }, - "ok_hand": { - "keywords": ["fingers", "limbs", "perfect", "ok", "okay"], - "char": "๐Ÿ‘Œ", - "fitzpatrick_scale": true, - "category": "people" - }, - "point_left": { - "keywords": ["direction", "fingers", "hand", "left"], - "char": "๐Ÿ‘ˆ", - "fitzpatrick_scale": true, - "category": "people" - }, - "point_right": { - "keywords": ["fingers", "hand", "direction", "right"], - "char": "๐Ÿ‘‰", - "fitzpatrick_scale": true, - "category": "people" - }, - "point_up": { - "keywords": ["hand", "fingers", "direction", "up"], - "char": "โ˜๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "point_down": { - "keywords": ["fingers", "hand", "direction", "down"], - "char": "๐Ÿ‘‡", - "fitzpatrick_scale": true, - "category": "people" - }, - "point_up_2": { - "keywords": ["fingers", "hand", "direction", "up"], - "char": "๐Ÿ‘†", - "fitzpatrick_scale": true, - "category": "people" - }, - "raised_hand": { - "keywords": ["fingers", "stop", "highfive", "palm", "ban"], - "char": "โœ‹", - "fitzpatrick_scale": true, - "category": "people" - }, - "raised_back_of_hand": { - "keywords": ["fingers", "raised", "backhand"], - "char": "๐Ÿคš", - "fitzpatrick_scale": true, - "category": "people" - }, - "raised_hand_with_fingers_splayed": { - "keywords": ["hand", "fingers", "palm"], - "char": "๐Ÿ–๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "vulcan_salute": { - "keywords": ["hand", "fingers", "spock", "star trek"], - "char": "๐Ÿ––", - "fitzpatrick_scale": true, - "category": "people" - }, - "wave": { - "keywords": ["hands", "gesture", "goodbye", "solong", "farewell", "hello", "hi", "palm"], - "char": "๐Ÿ‘‹", - "fitzpatrick_scale": true, - "category": "people" - }, - "call_me_hand": { - "keywords": ["hands", "gesture"], - "char": "๐Ÿค™", - "fitzpatrick_scale": true, - "category": "people" - }, - "muscle": { - "keywords": ["arm", "flex", "hand", "summer", "strong", "biceps"], - "char": "๐Ÿ’ช", - "fitzpatrick_scale": true, - "category": "people" - }, - "fu": { - "keywords": ["hand", "fingers", "rude", "middle", "flipping"], - "char": "๐Ÿ–•", - "fitzpatrick_scale": true, - "category": "people" - }, - "writing_hand": { - "keywords": ["lower_left_ballpoint_pen", "stationery", "write", "compose"], - "char": "โœ๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "pray": { - "keywords": ["please", "hope", "wish", "namaste", "highfive"], - "char": "๐Ÿ™", - "fitzpatrick_scale": true, - "category": "people" - }, - "foot": { - "keywords": ["kick", "stomp"], - "char": "๐Ÿฆถ", - "fitzpatrick_scale": true, - "category": "people" - }, - "leg": { - "keywords": ["kick", "limb"], - "char": "๐Ÿฆต", - "fitzpatrick_scale": true, - "category": "people" - }, - "ring": { - "keywords": ["wedding", "propose", "marriage", "valentines", "diamond", "fashion", "jewelry", "gem", "engagement"], - "char": "๐Ÿ’", - "fitzpatrick_scale": false, - "category": "people" - }, - "lipstick": { - "keywords": ["female", "girl", "fashion", "woman"], - "char": "๐Ÿ’„", - "fitzpatrick_scale": false, - "category": "people" - }, - "kiss": { - "keywords": ["face", "lips", "love", "like", "affection", "valentines"], - "char": "๐Ÿ’‹", - "fitzpatrick_scale": false, - "category": "people" - }, - "lips": { - "keywords": ["mouth", "kiss"], - "char": "๐Ÿ‘„", - "fitzpatrick_scale": false, - "category": "people" - }, - "tooth": { - "keywords": ["teeth", "dentist"], - "char": "๐Ÿฆท", - "fitzpatrick_scale": false, - "category": "people" - }, - "tongue": { - "keywords": ["mouth", "playful"], - "char": "๐Ÿ‘…", - "fitzpatrick_scale": false, - "category": "people" - }, - "ear": { - "keywords": ["face", "hear", "sound", "listen"], - "char": "๐Ÿ‘‚", - "fitzpatrick_scale": true, - "category": "people" - }, - "nose": { - "keywords": ["smell", "sniff"], - "char": "๐Ÿ‘ƒ", - "fitzpatrick_scale": true, - "category": "people" - }, - "footprints": { - "keywords": ["feet", "tracking", "walking", "beach"], - "char": "๐Ÿ‘ฃ", - "fitzpatrick_scale": false, - "category": "people" - }, - "eye": { - "keywords": ["face", "look", "see", "watch", "stare"], - "char": "๐Ÿ‘๏ธ", - "fitzpatrick_scale": false, - "category": "people" - }, - "eyes": { - "keywords": ["look", "watch", "stalk", "peek", "see"], - "char": "๐Ÿ‘€", - "fitzpatrick_scale": false, - "category": "people" - }, - "brain": { - "keywords": ["smart", "intelligent"], - "char": "๐Ÿง ", - "fitzpatrick_scale": false, - "category": "people" - }, - "speaking_head": { - "keywords": ["user", "person", "human", "sing", "say", "talk"], - "char": "๐Ÿ—ฃ๏ธ", - "fitzpatrick_scale": false, - "category": "people" - }, - "bust_in_silhouette": { - "keywords": ["user", "person", "human"], - "char": "๐Ÿ‘ค", - "fitzpatrick_scale": false, - "category": "people" - }, - "busts_in_silhouette": { - "keywords": ["user", "person", "human", "group", "team"], - "char": "๐Ÿ‘ฅ", - "fitzpatrick_scale": false, - "category": "people" - }, - "baby": { - "keywords": ["child", "boy", "girl", "toddler"], - "char": "๐Ÿ‘ถ", - "fitzpatrick_scale": true, - "category": "people" - }, - "girl": { - "keywords": ["female", "woman", "teenager"], - "char": "๐Ÿ‘ง", - "fitzpatrick_scale": true, - "category": "people" - }, - "child": { - "keywords": ["gender-neutral", "young"], - "char": "๐Ÿง’", - "fitzpatrick_scale": true, - "category": "people" - }, - "boy": { - "keywords": ["man", "male", "guy", "teenager"], - "char": "๐Ÿ‘ฆ", - "fitzpatrick_scale": true, - "category": "people" - }, - "woman": { - "keywords": ["female", "girls", "lady"], - "char": "๐Ÿ‘ฉ", - "fitzpatrick_scale": true, - "category": "people" - }, - "adult": { - "keywords": ["gender-neutral", "person"], - "char": "๐Ÿง‘", - "fitzpatrick_scale": true, - "category": "people" - }, - "man": { - "keywords": ["mustache", "father", "dad", "guy", "classy", "sir", "moustache"], - "char": "๐Ÿ‘จ", - "fitzpatrick_scale": true, - "category": "people" - }, - "blonde_woman": { - "keywords": ["woman", "female", "girl", "blonde", "person"], - "char": "๐Ÿ‘ฑโ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "blonde_man": { - "keywords": ["man", "male", "boy", "blonde", "guy", "person"], - "char": "๐Ÿ‘ฑโ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "bearded_person": { - "keywords": ["person", "bewhiskered"], - "char": "๐Ÿง”", - "fitzpatrick_scale": true, - "category": "people" - }, - "older_woman": { - "keywords": ["human", "female", "women", "lady", "old", "elder", "senior"], - "char": "๐Ÿ‘ต", - "fitzpatrick_scale": true, - "category": "people" - }, - "older_adult": { - "keywords": ["human", "elder", "senior", "gender-neutral"], - "char": "๐Ÿง“", - "fitzpatrick_scale": true, - "category": "people" - }, - "older_man": { - "keywords": ["human", "male", "men", "old", "elder", "senior"], - "char": "๐Ÿ‘ด", - "fitzpatrick_scale": true, - "category": "people" - }, - "man_with_gua_pi_mao": { - "keywords": ["male", "boy", "chinese"], - "char": "๐Ÿ‘ฒ", - "fitzpatrick_scale": true, - "category": "people" - }, - "woman_with_headscarf": { - "keywords": ["female", "hijab", "mantilla", "tichel"], - "char": "๐Ÿง•", - "fitzpatrick_scale": true, - "category": "people" - }, - "woman_with_turban": { - "keywords": ["female", "indian", "hinduism", "arabs", "woman"], - "char": "๐Ÿ‘ณโ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "man_with_turban": { - "keywords": ["male", "indian", "hinduism", "arabs"], - "char": "๐Ÿ‘ณโ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "policewoman": { - "keywords": ["woman", "police", "law", "legal", "enforcement", "arrest", "911", "female"], - "char": "๐Ÿ‘ฎโ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "policeman": { - "keywords": ["man", "police", "law", "legal", "enforcement", "arrest", "911"], - "char": "๐Ÿ‘ฎโ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "construction_worker_woman": { - "keywords": ["female", "human", "wip", "build", "construction", "worker", "labor", "woman"], - "char": "๐Ÿ‘ทโ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "construction_worker_man": { - "keywords": ["male", "human", "wip", "guy", "build", "construction", "worker", "labor"], - "char": "๐Ÿ‘ทโ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "guardswoman": { - "keywords": ["uk", "gb", "british", "female", "royal", "woman"], - "char": "๐Ÿ’‚โ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "guardsman": { - "keywords": ["uk", "gb", "british", "male", "guy", "royal"], - "char": "๐Ÿ’‚โ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "female_detective": { - "keywords": ["human", "spy", "detective", "female", "woman"], - "char": "๐Ÿ•ต๏ธโ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "male_detective": { - "keywords": ["human", "spy", "detective"], - "char": "๐Ÿ•ต๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "woman_health_worker": { - "keywords": ["doctor", "nurse", "therapist", "healthcare", "woman", "human"], - "char": "๐Ÿ‘ฉโ€โš•๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "man_health_worker": { - "keywords": ["doctor", "nurse", "therapist", "healthcare", "man", "human"], - "char": "๐Ÿ‘จโ€โš•๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "woman_farmer": { - "keywords": ["rancher", "gardener", "woman", "human"], - "char": "๐Ÿ‘ฉโ€๐ŸŒพ", - "fitzpatrick_scale": true, - "category": "people" - }, - "man_farmer": { - "keywords": ["rancher", "gardener", "man", "human"], - "char": "๐Ÿ‘จโ€๐ŸŒพ", - "fitzpatrick_scale": true, - "category": "people" - }, - "woman_cook": { - "keywords": ["chef", "woman", "human"], - "char": "๐Ÿ‘ฉโ€๐Ÿณ", - "fitzpatrick_scale": true, - "category": "people" - }, - "man_cook": { - "keywords": ["chef", "man", "human"], - "char": "๐Ÿ‘จโ€๐Ÿณ", - "fitzpatrick_scale": true, - "category": "people" - }, - "woman_student": { - "keywords": ["graduate", "woman", "human"], - "char": "๐Ÿ‘ฉโ€๐ŸŽ“", - "fitzpatrick_scale": true, - "category": "people" - }, - "man_student": { - "keywords": ["graduate", "man", "human"], - "char": "๐Ÿ‘จโ€๐ŸŽ“", - "fitzpatrick_scale": true, - "category": "people" - }, - "woman_singer": { - "keywords": ["rockstar", "entertainer", "woman", "human"], - "char": "๐Ÿ‘ฉโ€๐ŸŽค", - "fitzpatrick_scale": true, - "category": "people" - }, - "man_singer": { - "keywords": ["rockstar", "entertainer", "man", "human"], - "char": "๐Ÿ‘จโ€๐ŸŽค", - "fitzpatrick_scale": true, - "category": "people" - }, - "woman_teacher": { - "keywords": ["instructor", "professor", "woman", "human"], - "char": "๐Ÿ‘ฉโ€๐Ÿซ", - "fitzpatrick_scale": true, - "category": "people" - }, - "man_teacher": { - "keywords": ["instructor", "professor", "man", "human"], - "char": "๐Ÿ‘จโ€๐Ÿซ", - "fitzpatrick_scale": true, - "category": "people" - }, - "woman_factory_worker": { - "keywords": ["assembly", "industrial", "woman", "human"], - "char": "๐Ÿ‘ฉโ€๐Ÿญ", - "fitzpatrick_scale": true, - "category": "people" - }, - "man_factory_worker": { - "keywords": ["assembly", "industrial", "man", "human"], - "char": "๐Ÿ‘จโ€๐Ÿญ", - "fitzpatrick_scale": true, - "category": "people" - }, - "woman_technologist": { - "keywords": ["coder", "developer", "engineer", "programmer", "software", "woman", "human", "laptop", "computer"], - "char": "๐Ÿ‘ฉโ€๐Ÿ’ป", - "fitzpatrick_scale": true, - "category": "people" - }, - "man_technologist": { - "keywords": ["coder", "developer", "engineer", "programmer", "software", "man", "human", "laptop", "computer"], - "char": "๐Ÿ‘จโ€๐Ÿ’ป", - "fitzpatrick_scale": true, - "category": "people" - }, - "woman_office_worker": { - "keywords": ["business", "manager", "woman", "human"], - "char": "๐Ÿ‘ฉโ€๐Ÿ’ผ", - "fitzpatrick_scale": true, - "category": "people" - }, - "man_office_worker": { - "keywords": ["business", "manager", "man", "human"], - "char": "๐Ÿ‘จโ€๐Ÿ’ผ", - "fitzpatrick_scale": true, - "category": "people" - }, - "woman_mechanic": { - "keywords": ["plumber", "woman", "human", "wrench"], - "char": "๐Ÿ‘ฉโ€๐Ÿ”ง", - "fitzpatrick_scale": true, - "category": "people" - }, - "man_mechanic": { - "keywords": ["plumber", "man", "human", "wrench"], - "char": "๐Ÿ‘จโ€๐Ÿ”ง", - "fitzpatrick_scale": true, - "category": "people" - }, - "woman_scientist": { - "keywords": ["biologist", "chemist", "engineer", "physicist", "woman", "human"], - "char": "๐Ÿ‘ฉโ€๐Ÿ”ฌ", - "fitzpatrick_scale": true, - "category": "people" - }, - "man_scientist": { - "keywords": ["biologist", "chemist", "engineer", "physicist", "man", "human"], - "char": "๐Ÿ‘จโ€๐Ÿ”ฌ", - "fitzpatrick_scale": true, - "category": "people" - }, - "woman_artist": { - "keywords": ["painter", "woman", "human"], - "char": "๐Ÿ‘ฉโ€๐ŸŽจ", - "fitzpatrick_scale": true, - "category": "people" - }, - "man_artist": { - "keywords": ["painter", "man", "human"], - "char": "๐Ÿ‘จโ€๐ŸŽจ", - "fitzpatrick_scale": true, - "category": "people" - }, - "woman_firefighter": { - "keywords": ["fireman", "woman", "human"], - "char": "๐Ÿ‘ฉโ€๐Ÿš’", - "fitzpatrick_scale": true, - "category": "people" - }, - "man_firefighter": { - "keywords": ["fireman", "man", "human"], - "char": "๐Ÿ‘จโ€๐Ÿš’", - "fitzpatrick_scale": true, - "category": "people" - }, - "woman_pilot": { - "keywords": ["aviator", "plane", "woman", "human"], - "char": "๐Ÿ‘ฉโ€โœˆ๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "man_pilot": { - "keywords": ["aviator", "plane", "man", "human"], - "char": "๐Ÿ‘จโ€โœˆ๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "woman_astronaut": { - "keywords": ["space", "rocket", "woman", "human"], - "char": "๐Ÿ‘ฉโ€๐Ÿš€", - "fitzpatrick_scale": true, - "category": "people" - }, - "man_astronaut": { - "keywords": ["space", "rocket", "man", "human"], - "char": "๐Ÿ‘จโ€๐Ÿš€", - "fitzpatrick_scale": true, - "category": "people" - }, - "woman_judge": { - "keywords": ["justice", "court", "woman", "human"], - "char": "๐Ÿ‘ฉโ€โš–๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "man_judge": { - "keywords": ["justice", "court", "man", "human"], - "char": "๐Ÿ‘จโ€โš–๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "bride_with_veil": { - "keywords": ["couple", "marriage", "wedding", "woman", "bride"], - "char": "๐Ÿ‘ฐ", - "fitzpatrick_scale": true, - "category": "people" - }, - "man_in_tuxedo": { - "keywords": ["couple", "marriage", "wedding", "groom"], - "char": "๐Ÿคต", - "fitzpatrick_scale": true, - "category": "people" - }, - "princess": { - "keywords": ["girl", "woman", "female", "blond", "crown", "royal", "queen"], - "char": "๐Ÿ‘ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "prince": { - "keywords": ["boy", "man", "male", "crown", "royal", "king"], - "char": "๐Ÿคด", - "fitzpatrick_scale": true, - "category": "people" - }, - "woman_superhero": { - "keywords": ["woman", "female", "good", "heroine", "superpowers"], - "char": "๐Ÿฆธโ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "man_superhero": { - "keywords": ["man", "male", "good", "hero", "superpowers"], - "char": "๐Ÿฆธโ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "woman_supervillain": { - "keywords": ["woman", "female", "evil", "bad", "criminal", "heroine", "superpowers"], - "char": "๐Ÿฆนโ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "man_supervillain": { - "keywords": ["man", "male", "evil", "bad", "criminal", "hero", "superpowers"], - "char": "๐Ÿฆนโ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "mrs_claus": { - "keywords": ["woman", "female", "xmas", "mother christmas"], - "char": "๐Ÿคถ", - "fitzpatrick_scale": true, - "category": "people" - }, - "santa": { - "keywords": ["festival", "man", "male", "xmas", "father christmas"], - "char": "๐ŸŽ…", - "fitzpatrick_scale": true, - "category": "people" - }, - "sorceress": { - "keywords": ["woman", "female", "mage", "witch"], - "char": "๐Ÿง™โ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "wizard": { - "keywords": ["man", "male", "mage", "sorcerer"], - "char": "๐Ÿง™โ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "woman_elf": { - "keywords": ["woman", "female"], - "char": "๐Ÿงโ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "man_elf": { - "keywords": ["man", "male"], - "char": "๐Ÿงโ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "woman_vampire": { - "keywords": ["woman", "female"], - "char": "๐Ÿง›โ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "man_vampire": { - "keywords": ["man", "male", "dracula"], - "char": "๐Ÿง›โ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "woman_zombie": { - "keywords": ["woman", "female", "undead", "walking dead"], - "char": "๐ŸงŸโ€โ™€๏ธ", - "fitzpatrick_scale": false, - "category": "people" - }, - "man_zombie": { - "keywords": ["man", "male", "dracula", "undead", "walking dead"], - "char": "๐ŸงŸโ€โ™‚๏ธ", - "fitzpatrick_scale": false, - "category": "people" - }, - "woman_genie": { - "keywords": ["woman", "female"], - "char": "๐Ÿงžโ€โ™€๏ธ", - "fitzpatrick_scale": false, - "category": "people" - }, - "man_genie": { - "keywords": ["man", "male"], - "char": "๐Ÿงžโ€โ™‚๏ธ", - "fitzpatrick_scale": false, - "category": "people" - }, - "mermaid": { - "keywords": ["woman", "female", "merwoman", "ariel"], - "char": "๐Ÿงœโ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "merman": { - "keywords": ["man", "male", "triton"], - "char": "๐Ÿงœโ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "woman_fairy": { - "keywords": ["woman", "female"], - "char": "๐Ÿงšโ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "man_fairy": { - "keywords": ["man", "male"], - "char": "๐Ÿงšโ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "angel": { - "keywords": ["heaven", "wings", "halo"], - "char": "๐Ÿ‘ผ", - "fitzpatrick_scale": true, - "category": "people" - }, - "pregnant_woman": { - "keywords": ["baby"], - "char": "๐Ÿคฐ", - "fitzpatrick_scale": true, - "category": "people" - }, - "breastfeeding": { - "keywords": ["nursing", "baby"], - "char": "๐Ÿคฑ", - "fitzpatrick_scale": true, - "category": "people" - }, - "bowing_woman": { - "keywords": ["woman", "female", "girl"], - "char": "๐Ÿ™‡โ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "bowing_man": { - "keywords": ["man", "male", "boy"], - "char": "๐Ÿ™‡โ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "tipping_hand_woman": { - "keywords": ["female", "girl", "woman", "human", "information"], - "char": "๐Ÿ’โ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "tipping_hand_man": { - "keywords": ["male", "boy", "man", "human", "information"], - "char": "๐Ÿ’โ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "no_good_woman": { - "keywords": ["female", "girl", "woman", "nope"], - "char": "๐Ÿ™…โ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "no_good_man": { - "keywords": ["male", "boy", "man", "nope"], - "char": "๐Ÿ™…โ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "ok_woman": { - "keywords": ["women", "girl", "female", "pink", "human", "woman"], - "char": "๐Ÿ™†โ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "ok_man": { - "keywords": ["men", "boy", "male", "blue", "human", "man"], - "char": "๐Ÿ™†โ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "raising_hand_woman": { - "keywords": ["female", "girl", "woman"], - "char": "๐Ÿ™‹โ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "raising_hand_man": { - "keywords": ["male", "boy", "man"], - "char": "๐Ÿ™‹โ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "woman_facepalming": { - "keywords": ["woman", "female", "girl", "disbelief"], - "char": "๐Ÿคฆโ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "man_facepalming": { - "keywords": ["man", "male", "boy", "disbelief"], - "char": "๐Ÿคฆโ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "woman_shrugging": { - "keywords": ["woman", "female", "girl", "confused", "indifferent", "doubt"], - "char": "๐Ÿคทโ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "man_shrugging": { - "keywords": ["man", "male", "boy", "confused", "indifferent", "doubt"], - "char": "๐Ÿคทโ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "pouting_woman": { - "keywords": ["female", "girl", "woman"], - "char": "๐Ÿ™Žโ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "pouting_man": { - "keywords": ["male", "boy", "man"], - "char": "๐Ÿ™Žโ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "frowning_woman": { - "keywords": ["female", "girl", "woman", "sad", "depressed", "discouraged", "unhappy"], - "char": "๐Ÿ™โ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "frowning_man": { - "keywords": ["male", "boy", "man", "sad", "depressed", "discouraged", "unhappy"], - "char": "๐Ÿ™โ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "haircut_woman": { - "keywords": ["female", "girl", "woman"], - "char": "๐Ÿ’‡โ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "haircut_man": { - "keywords": ["male", "boy", "man"], - "char": "๐Ÿ’‡โ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "massage_woman": { - "keywords": ["female", "girl", "woman", "head"], - "char": "๐Ÿ’†โ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "massage_man": { - "keywords": ["male", "boy", "man", "head"], - "char": "๐Ÿ’†โ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "woman_in_steamy_room": { - "keywords": ["female", "woman", "spa", "steamroom", "sauna"], - "char": "๐Ÿง–โ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "man_in_steamy_room": { - "keywords": ["male", "man", "spa", "steamroom", "sauna"], - "char": "๐Ÿง–โ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "nail_care": { - "keywords": ["beauty", "manicure", "finger", "fashion", "nail"], - "char": "๐Ÿ’…", - "fitzpatrick_scale": true, - "category": "people" - }, - "selfie": { - "keywords": ["camera", "phone"], - "char": "๐Ÿคณ", - "fitzpatrick_scale": true, - "category": "people" - }, - "dancer": { - "keywords": ["female", "girl", "woman", "fun"], - "char": "๐Ÿ’ƒ", - "fitzpatrick_scale": true, - "category": "people" - }, - "man_dancing": { - "keywords": ["male", "boy", "fun", "dancer"], - "char": "๐Ÿ•บ", - "fitzpatrick_scale": true, - "category": "people" - }, - "dancing_women": { - "keywords": ["female", "bunny", "women", "girls"], - "char": "๐Ÿ‘ฏโ€โ™€๏ธ", - "fitzpatrick_scale": false, - "category": "people" - }, - "dancing_men": { - "keywords": ["male", "bunny", "men", "boys"], - "char": "๐Ÿ‘ฏโ€โ™‚๏ธ", - "fitzpatrick_scale": false, - "category": "people" - }, - "business_suit_levitating": { - "keywords": ["suit", "business", "levitate", "hover", "jump"], - "char": "๐Ÿ•ด๏ธ", - "fitzpatrick_scale": true, - "category": "activity" - }, - "walking_woman": { - "keywords": ["human", "feet", "steps", "woman", "female"], - "char": "๐Ÿšถโ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "walking_man": { - "keywords": ["human", "feet", "steps"], - "char": "๐Ÿšถโ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "running_woman": { - "keywords": ["woman", "walking", "exercise", "race", "running", "female"], - "char": "๐Ÿƒโ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "running_man": { - "keywords": ["man", "walking", "exercise", "race", "running"], - "char": "๐Ÿƒโ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "people" - }, - "couple": { - "keywords": ["pair", "people", "human", "love", "date", "dating", "like", "affection", "valentines", "marriage"], - "char": "๐Ÿ‘ซ", - "fitzpatrick_scale": false, - "category": "people" - }, - "two_women_holding_hands": { - "keywords": ["pair", "friendship", "couple", "love", "like", "female", "people", "human"], - "char": "๐Ÿ‘ญ", - "fitzpatrick_scale": false, - "category": "people" - }, - "two_men_holding_hands": { - "keywords": ["pair", "couple", "love", "like", "bromance", "friendship", "people", "human"], - "char": "๐Ÿ‘ฌ", - "fitzpatrick_scale": false, - "category": "people" - }, - "couple_with_heart_woman_man": { - "keywords": ["pair", "love", "like", "affection", "human", "dating", "valentines", "marriage"], - "char": "๐Ÿ’‘", - "fitzpatrick_scale": false, - "category": "people" - }, - "couple_with_heart_woman_woman": { - "keywords": ["pair", "love", "like", "affection", "human", "dating", "valentines", "marriage"], - "char": "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘ฉ", - "fitzpatrick_scale": false, - "category": "people" - }, - "couple_with_heart_man_man": { - "keywords": ["pair", "love", "like", "affection", "human", "dating", "valentines", "marriage"], - "char": "๐Ÿ‘จโ€โค๏ธโ€๐Ÿ‘จ", - "fitzpatrick_scale": false, - "category": "people" - }, - "couplekiss_man_woman": { - "keywords": ["pair", "valentines", "love", "like", "dating", "marriage"], - "char": "๐Ÿ’", - "fitzpatrick_scale": false, - "category": "people" - }, - "couplekiss_woman_woman": { - "keywords": ["pair", "valentines", "love", "like", "dating", "marriage"], - "char": "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ", - "fitzpatrick_scale": false, - "category": "people" - }, - "couplekiss_man_man": { - "keywords": ["pair", "valentines", "love", "like", "dating", "marriage"], - "char": "๐Ÿ‘จโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ", - "fitzpatrick_scale": false, - "category": "people" - }, - "family_man_woman_boy": { - "keywords": ["home", "parents", "child", "mom", "dad", "father", "mother", "people", "human"], - "char": "๐Ÿ‘ช", - "fitzpatrick_scale": false, - "category": "people" - }, - "family_man_woman_girl": { - "keywords": ["home", "parents", "people", "human", "child"], - "char": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ง", - "fitzpatrick_scale": false, - "category": "people" - }, - "family_man_woman_girl_boy": { - "keywords": ["home", "parents", "people", "human", "children"], - "char": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ", - "fitzpatrick_scale": false, - "category": "people" - }, - "family_man_woman_boy_boy": { - "keywords": ["home", "parents", "people", "human", "children"], - "char": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ", - "fitzpatrick_scale": false, - "category": "people" - }, - "family_man_woman_girl_girl": { - "keywords": ["home", "parents", "people", "human", "children"], - "char": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง", - "fitzpatrick_scale": false, - "category": "people" - }, - "family_woman_woman_boy": { - "keywords": ["home", "parents", "people", "human", "children"], - "char": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ", - "fitzpatrick_scale": false, - "category": "people" - }, - "family_woman_woman_girl": { - "keywords": ["home", "parents", "people", "human", "children"], - "char": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ง", - "fitzpatrick_scale": false, - "category": "people" - }, - "family_woman_woman_girl_boy": { - "keywords": ["home", "parents", "people", "human", "children"], - "char": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ", - "fitzpatrick_scale": false, - "category": "people" - }, - "family_woman_woman_boy_boy": { - "keywords": ["home", "parents", "people", "human", "children"], - "char": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ", - "fitzpatrick_scale": false, - "category": "people" - }, - "family_woman_woman_girl_girl": { - "keywords": ["home", "parents", "people", "human", "children"], - "char": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง", - "fitzpatrick_scale": false, - "category": "people" - }, - "family_man_man_boy": { - "keywords": ["home", "parents", "people", "human", "children"], - "char": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆ", - "fitzpatrick_scale": false, - "category": "people" - }, - "family_man_man_girl": { - "keywords": ["home", "parents", "people", "human", "children"], - "char": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ง", - "fitzpatrick_scale": false, - "category": "people" - }, - "family_man_man_girl_boy": { - "keywords": ["home", "parents", "people", "human", "children"], - "char": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ", - "fitzpatrick_scale": false, - "category": "people" - }, - "family_man_man_boy_boy": { - "keywords": ["home", "parents", "people", "human", "children"], - "char": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ", - "fitzpatrick_scale": false, - "category": "people" - }, - "family_man_man_girl_girl": { - "keywords": ["home", "parents", "people", "human", "children"], - "char": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง", - "fitzpatrick_scale": false, - "category": "people" - }, - "family_woman_boy": { - "keywords": ["home", "parent", "people", "human", "child"], - "char": "๐Ÿ‘ฉโ€๐Ÿ‘ฆ", - "fitzpatrick_scale": false, - "category": "people" - }, - "family_woman_girl": { - "keywords": ["home", "parent", "people", "human", "child"], - "char": "๐Ÿ‘ฉโ€๐Ÿ‘ง", - "fitzpatrick_scale": false, - "category": "people" - }, - "family_woman_girl_boy": { - "keywords": ["home", "parent", "people", "human", "children"], - "char": "๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ", - "fitzpatrick_scale": false, - "category": "people" - }, - "family_woman_boy_boy": { - "keywords": ["home", "parent", "people", "human", "children"], - "char": "๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ", - "fitzpatrick_scale": false, - "category": "people" - }, - "family_woman_girl_girl": { - "keywords": ["home", "parent", "people", "human", "children"], - "char": "๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง", - "fitzpatrick_scale": false, - "category": "people" - }, - "family_man_boy": { - "keywords": ["home", "parent", "people", "human", "child"], - "char": "๐Ÿ‘จโ€๐Ÿ‘ฆ", - "fitzpatrick_scale": false, - "category": "people" - }, - "family_man_girl": { - "keywords": ["home", "parent", "people", "human", "child"], - "char": "๐Ÿ‘จโ€๐Ÿ‘ง", - "fitzpatrick_scale": false, - "category": "people" - }, - "family_man_girl_boy": { - "keywords": ["home", "parent", "people", "human", "children"], - "char": "๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ", - "fitzpatrick_scale": false, - "category": "people" - }, - "family_man_boy_boy": { - "keywords": ["home", "parent", "people", "human", "children"], - "char": "๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ", - "fitzpatrick_scale": false, - "category": "people" - }, - "family_man_girl_girl": { - "keywords": ["home", "parent", "people", "human", "children"], - "char": "๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง", - "fitzpatrick_scale": false, - "category": "people" - }, - "yarn": { - "keywords": ["ball", "crochet", "knit"], - "char": "๐Ÿงถ", - "fitzpatrick_scale": false, - "category": "people" - }, - "thread": { - "keywords": ["needle", "sewing", "spool", "string"], - "char": "๐Ÿงต", - "fitzpatrick_scale": false, - "category": "people" - }, - "coat": { - "keywords": ["jacket"], - "char": "๐Ÿงฅ", - "fitzpatrick_scale": false, - "category": "people" - }, - "labcoat": { - "keywords": ["doctor", "experiment", "scientist", "chemist"], - "char": "๐Ÿฅผ", - "fitzpatrick_scale": false, - "category": "people" - }, - "womans_clothes": { - "keywords": ["fashion", "shopping_bags", "female"], - "char": "๐Ÿ‘š", - "fitzpatrick_scale": false, - "category": "people" - }, - "tshirt": { - "keywords": ["fashion", "cloth", "casual", "shirt", "tee"], - "char": "๐Ÿ‘•", - "fitzpatrick_scale": false, - "category": "people" - }, - "jeans": { - "keywords": ["fashion", "shopping"], - "char": "๐Ÿ‘–", - "fitzpatrick_scale": false, - "category": "people" - }, - "necktie": { - "keywords": ["shirt", "suitup", "formal", "fashion", "cloth", "business"], - "char": "๐Ÿ‘”", - "fitzpatrick_scale": false, - "category": "people" - }, - "dress": { - "keywords": ["clothes", "fashion", "shopping"], - "char": "๐Ÿ‘—", - "fitzpatrick_scale": false, - "category": "people" - }, - "bikini": { - "keywords": ["swimming", "female", "woman", "girl", "fashion", "beach", "summer"], - "char": "๐Ÿ‘™", - "fitzpatrick_scale": false, - "category": "people" - }, - "kimono": { - "keywords": ["dress", "fashion", "women", "female", "japanese"], - "char": "๐Ÿ‘˜", - "fitzpatrick_scale": false, - "category": "people" - }, - "flat_shoe": { - "keywords": ["ballet", "slip-on", "slipper"], - "char": "๐Ÿฅฟ", - "fitzpatrick_scale": false, - "category": "people" - }, - "high_heel": { - "keywords": ["fashion", "shoes", "female", "pumps", "stiletto"], - "char": "๐Ÿ‘ ", - "fitzpatrick_scale": false, - "category": "people" - }, - "sandal": { - "keywords": ["shoes", "fashion", "flip flops"], - "char": "๐Ÿ‘ก", - "fitzpatrick_scale": false, - "category": "people" - }, - "boot": { - "keywords": ["shoes", "fashion"], - "char": "๐Ÿ‘ข", - "fitzpatrick_scale": false, - "category": "people" - }, - "mans_shoe": { - "keywords": ["fashion", "male"], - "char": "๐Ÿ‘ž", - "fitzpatrick_scale": false, - "category": "people" - }, - "athletic_shoe": { - "keywords": ["shoes", "sports", "sneakers"], - "char": "๐Ÿ‘Ÿ", - "fitzpatrick_scale": false, - "category": "people" - }, - "hiking_boot": { - "keywords": ["backpacking", "camping", "hiking"], - "char": "๐Ÿฅพ", - "fitzpatrick_scale": false, - "category": "people" - }, - "socks": { - "keywords": ["stockings", "clothes"], - "char": "๐Ÿงฆ", - "fitzpatrick_scale": false, - "category": "people" - }, - "gloves": { - "keywords": ["hands", "winter", "clothes"], - "char": "๐Ÿงค", - "fitzpatrick_scale": false, - "category": "people" - }, - "scarf": { - "keywords": ["neck", "winter", "clothes"], - "char": "๐Ÿงฃ", - "fitzpatrick_scale": false, - "category": "people" - }, - "tophat": { - "keywords": ["magic", "gentleman", "classy", "circus"], - "char": "๐ŸŽฉ", - "fitzpatrick_scale": false, - "category": "people" - }, - "billed_hat": { - "keywords": ["cap", "baseball"], - "char": "๐Ÿงข", - "fitzpatrick_scale": false, - "category": "people" - }, - "womans_hat": { - "keywords": ["fashion", "accessories", "female", "lady", "spring"], - "char": "๐Ÿ‘’", - "fitzpatrick_scale": false, - "category": "people" - }, - "mortar_board": { - "keywords": ["school", "college", "degree", "university", "graduation", "cap", "hat", "legal", "learn", "education"], - "char": "๐ŸŽ“", - "fitzpatrick_scale": false, - "category": "people" - }, - "rescue_worker_helmet": { - "keywords": ["construction", "build"], - "char": "โ›‘๏ธ", - "fitzpatrick_scale": false, - "category": "people" - }, - "crown": { - "keywords": ["king", "kod", "leader", "royalty", "lord"], - "char": "๐Ÿ‘‘", - "fitzpatrick_scale": false, - "category": "people" - }, - "pouch": { - "keywords": ["bag", "accessories", "shopping"], - "char": "๐Ÿ‘", - "fitzpatrick_scale": false, - "category": "people" - }, - "purse": { - "keywords": ["fashion", "accessories", "money", "sales", "shopping"], - "char": "๐Ÿ‘›", - "fitzpatrick_scale": false, - "category": "people" - }, - "handbag": { - "keywords": ["fashion", "accessory", "accessories", "shopping"], - "char": "๐Ÿ‘œ", - "fitzpatrick_scale": false, - "category": "people" - }, - "briefcase": { - "keywords": ["business", "documents", "work", "law", "legal", "job", "career"], - "char": "๐Ÿ’ผ", - "fitzpatrick_scale": false, - "category": "people" - }, - "school_satchel": { - "keywords": ["student", "education", "bag", "backpack"], - "char": "๐ŸŽ’", - "fitzpatrick_scale": false, - "category": "people" - }, - "luggage": { - "keywords": ["packing", "travel"], - "char": "๐Ÿงณ", - "fitzpatrick_scale": false, - "category": "people" - }, - "eyeglasses": { - "keywords": ["fashion", "accessories", "eyesight", "nerdy", "dork", "geek"], - "char": "๐Ÿ‘“", - "fitzpatrick_scale": false, - "category": "people" - }, - "dark_sunglasses": { - "keywords": ["face", "cool", "accessories"], - "char": "๐Ÿ•ถ๏ธ", - "fitzpatrick_scale": false, - "category": "people" - }, - "goggles": { - "keywords": ["eyes", "protection", "safety"], - "char": "๐Ÿฅฝ", - "fitzpatrick_scale": false, - "category": "people" - }, - "closed_umbrella": { - "keywords": ["weather", "rain", "drizzle"], - "char": "๐ŸŒ‚", - "fitzpatrick_scale": false, - "category": "people" - }, - "dog": { - "keywords": ["animal", "friend", "nature", "woof", "puppy", "pet", "faithful"], - "char": "๐Ÿถ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "cat": { - "keywords": ["animal", "meow", "nature", "pet", "kitten"], - "char": "๐Ÿฑ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "mouse": { - "keywords": ["animal", "nature", "cheese_wedge", "rodent"], - "char": "๐Ÿญ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "hamster": { - "keywords": ["animal", "nature"], - "char": "๐Ÿน", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "rabbit": { - "keywords": ["animal", "nature", "pet", "spring", "magic", "bunny"], - "char": "๐Ÿฐ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "fox_face": { - "keywords": ["animal", "nature", "face"], - "char": "๐ŸฆŠ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "bear": { - "keywords": ["animal", "nature", "wild"], - "char": "๐Ÿป", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "panda_face": { - "keywords": ["animal", "nature", "panda"], - "char": "๐Ÿผ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "koala": { - "keywords": ["animal", "nature"], - "char": "๐Ÿจ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "tiger": { - "keywords": ["animal", "cat", "danger", "wild", "nature", "roar"], - "char": "๐Ÿฏ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "lion": { - "keywords": ["animal", "nature"], - "char": "๐Ÿฆ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "cow": { - "keywords": ["beef", "ox", "animal", "nature", "moo", "milk"], - "char": "๐Ÿฎ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "pig": { - "keywords": ["animal", "oink", "nature"], - "char": "๐Ÿท", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "pig_nose": { - "keywords": ["animal", "oink"], - "char": "๐Ÿฝ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "frog": { - "keywords": ["animal", "nature", "croak", "toad"], - "char": "๐Ÿธ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "monkey_face": { - "keywords": ["animal", "nature", "circus"], - "char": "๐Ÿต", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "see_no_evil": { - "keywords": ["monkey", "animal", "nature", "haha"], - "char": "๐Ÿ™ˆ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "hear_no_evil": { - "keywords": ["animal", "monkey", "nature"], - "char": "๐Ÿ™‰", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "speak_no_evil": { - "keywords": ["monkey", "animal", "nature", "omg"], - "char": "๐Ÿ™Š", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "monkey": { - "keywords": ["animal", "nature", "banana", "circus"], - "char": "๐Ÿ’", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "chicken": { - "keywords": ["animal", "cluck", "nature", "bird"], - "char": "๐Ÿ”", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "penguin": { - "keywords": ["animal", "nature"], - "char": "๐Ÿง", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "bird": { - "keywords": ["animal", "nature", "fly", "tweet", "spring"], - "char": "๐Ÿฆ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "baby_chick": { - "keywords": ["animal", "chicken", "bird"], - "char": "๐Ÿค", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "hatching_chick": { - "keywords": ["animal", "chicken", "egg", "born", "baby", "bird"], - "char": "๐Ÿฃ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "hatched_chick": { - "keywords": ["animal", "chicken", "baby", "bird"], - "char": "๐Ÿฅ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "duck": { - "keywords": ["animal", "nature", "bird", "mallard"], - "char": "๐Ÿฆ†", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "eagle": { - "keywords": ["animal", "nature", "bird"], - "char": "๐Ÿฆ…", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "owl": { - "keywords": ["animal", "nature", "bird", "hoot"], - "char": "๐Ÿฆ‰", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "bat": { - "keywords": ["animal", "nature", "blind", "vampire"], - "char": "๐Ÿฆ‡", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "wolf": { - "keywords": ["animal", "nature", "wild"], - "char": "๐Ÿบ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "boar": { - "keywords": ["animal", "nature"], - "char": "๐Ÿ—", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "horse": { - "keywords": ["animal", "brown", "nature"], - "char": "๐Ÿด", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "unicorn": { - "keywords": ["animal", "nature", "mystical"], - "char": "๐Ÿฆ„", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "honeybee": { - "keywords": ["animal", "insect", "nature", "bug", "spring", "honey"], - "char": "๐Ÿ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "bug": { - "keywords": ["animal", "insect", "nature", "worm"], - "char": "๐Ÿ›", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "butterfly": { - "keywords": ["animal", "insect", "nature", "caterpillar"], - "char": "๐Ÿฆ‹", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "snail": { - "keywords": ["slow", "animal", "shell"], - "char": "๐ŸŒ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "shell": { - "keywords": ["nature", "sea", "beach"], - "char": "๐Ÿš", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "beetle": { - "keywords": ["animal", "insect", "nature", "ladybug"], - "char": "๐Ÿž", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "ant": { - "keywords": ["animal", "insect", "nature", "bug"], - "char": "๐Ÿœ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "mosquito": { - "keywords": ["animal", "nature", "insect", "malaria"], - "char": "๐ŸฆŸ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "grasshopper": { - "keywords": ["animal", "cricket", "chirp"], - "char": "๐Ÿฆ—", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "spider": { - "keywords": ["animal", "arachnid"], - "char": "๐Ÿ•ท๏ธ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "spider_web": { - "keywords": ["animal", "insect", "arachnid", "silk"], - "char": "๐Ÿ•ธ๏ธ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "scorpion": { - "keywords": ["animal", "arachnid"], - "char": "๐Ÿฆ‚", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "turtle": { - "keywords": ["animal", "slow", "nature", "tortoise"], - "char": "๐Ÿข", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "snake": { - "keywords": ["animal", "evil", "nature", "hiss", "python"], - "char": "๐Ÿ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "lizard": { - "keywords": ["animal", "nature", "reptile"], - "char": "๐ŸฆŽ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "t-rex": { - "keywords": ["animal", "nature", "dinosaur", "tyrannosaurus", "extinct"], - "char": "๐Ÿฆ–", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "sauropod": { - "keywords": ["animal", "nature", "dinosaur", "brachiosaurus", "brontosaurus", "diplodocus", "extinct"], - "char": "๐Ÿฆ•", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "octopus": { - "keywords": ["animal", "creature", "ocean", "sea", "nature", "beach"], - "char": "๐Ÿ™", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "squid": { - "keywords": ["animal", "nature", "ocean", "sea"], - "char": "๐Ÿฆ‘", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "shrimp": { - "keywords": ["animal", "ocean", "nature", "seafood"], - "char": "๐Ÿฆ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "lobster": { - "keywords": ["animal", "nature", "bisque", "claws", "seafood"], - "char": "๐Ÿฆž", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "crab": { - "keywords": ["animal", "crustacean"], - "char": "๐Ÿฆ€", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "blowfish": { - "keywords": ["animal", "nature", "food", "sea", "ocean"], - "char": "๐Ÿก", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "tropical_fish": { - "keywords": ["animal", "swim", "ocean", "beach", "nemo"], - "char": "๐Ÿ ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "fish": { - "keywords": ["animal", "food", "nature"], - "char": "๐ŸŸ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "dolphin": { - "keywords": ["animal", "nature", "fish", "sea", "ocean", "flipper", "fins", "beach"], - "char": "๐Ÿฌ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "whale": { - "keywords": ["animal", "nature", "sea", "ocean"], - "char": "๐Ÿณ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "whale2": { - "keywords": ["animal", "nature", "sea", "ocean"], - "char": "๐Ÿ‹", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "shark": { - "keywords": ["animal", "nature", "fish", "sea", "ocean", "jaws", "fins", "beach"], - "char": "๐Ÿฆˆ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "crocodile": { - "keywords": ["animal", "nature", "reptile", "lizard", "alligator"], - "char": "๐ŸŠ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "tiger2": { - "keywords": ["animal", "nature", "roar"], - "char": "๐Ÿ…", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "leopard": { - "keywords": ["animal", "nature"], - "char": "๐Ÿ†", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "zebra": { - "keywords": ["animal", "nature", "stripes", "safari"], - "char": "๐Ÿฆ“", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "gorilla": { - "keywords": ["animal", "nature", "circus"], - "char": "๐Ÿฆ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "elephant": { - "keywords": ["animal", "nature", "nose", "th", "circus"], - "char": "๐Ÿ˜", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "hippopotamus": { - "keywords": ["animal", "nature"], - "char": "๐Ÿฆ›", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "rhinoceros": { - "keywords": ["animal", "nature", "horn"], - "char": "๐Ÿฆ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "dromedary_camel": { - "keywords": ["animal", "hot", "desert", "hump"], - "char": "๐Ÿช", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "giraffe": { - "keywords": ["animal", "nature", "spots", "safari"], - "char": "๐Ÿฆ’", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "kangaroo": { - "keywords": ["animal", "nature", "australia", "joey", "hop", "marsupial"], - "char": "๐Ÿฆ˜", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "camel": { - "keywords": ["animal", "nature", "hot", "desert", "hump"], - "char": "๐Ÿซ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "water_buffalo": { - "keywords": ["animal", "nature", "ox", "cow"], - "char": "๐Ÿƒ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "ox": { - "keywords": ["animal", "cow", "beef"], - "char": "๐Ÿ‚", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "cow2": { - "keywords": ["beef", "ox", "animal", "nature", "moo", "milk"], - "char": "๐Ÿ„", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "racehorse": { - "keywords": ["animal", "gamble", "luck"], - "char": "๐ŸŽ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "pig2": { - "keywords": ["animal", "nature"], - "char": "๐Ÿ–", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "ram": { - "keywords": ["animal", "sheep", "nature"], - "char": "๐Ÿ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "sheep": { - "keywords": ["animal", "nature", "wool", "shipit"], - "char": "๐Ÿ‘", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "llama": { - "keywords": ["animal", "nature", "alpaca"], - "char": "๐Ÿฆ™", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "goat": { - "keywords": ["animal", "nature"], - "char": "๐Ÿ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "deer": { - "keywords": ["animal", "nature", "horns", "venison"], - "char": "๐ŸฆŒ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "dog2": { - "keywords": ["animal", "nature", "friend", "doge", "pet", "faithful"], - "char": "๐Ÿ•", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "poodle": { - "keywords": ["dog", "animal", "101", "nature", "pet"], - "char": "๐Ÿฉ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "cat2": { - "keywords": ["animal", "meow", "pet", "cats"], - "char": "๐Ÿˆ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "rooster": { - "keywords": ["animal", "nature", "chicken"], - "char": "๐Ÿ“", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "turkey": { - "keywords": ["animal", "bird"], - "char": "๐Ÿฆƒ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "peacock": { - "keywords": ["animal", "nature", "peahen", "bird"], - "char": "๐Ÿฆš", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "parrot": { - "keywords": ["animal", "nature", "bird", "pirate", "talk"], - "char": "๐Ÿฆœ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "swan": { - "keywords": ["animal", "nature", "bird"], - "char": "๐Ÿฆข", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "dove": { - "keywords": ["animal", "bird"], - "char": "๐Ÿ•Š๏ธ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "rabbit2": { - "keywords": ["animal", "nature", "pet", "magic", "spring"], - "char": "๐Ÿ‡", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "raccoon": { - "keywords": ["animal", "nature"], - "char": "๐Ÿฆ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "badger": { - "keywords": ["animal", "nature", "honey"], - "char": "๐Ÿฆก", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "rat": { - "keywords": ["animal", "mouse", "rodent"], - "char": "๐Ÿ€", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "mouse2": { - "keywords": ["animal", "nature", "rodent"], - "char": "๐Ÿ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "chipmunk": { - "keywords": ["animal", "nature", "rodent", "squirrel"], - "char": "๐Ÿฟ๏ธ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "hedgehog": { - "keywords": ["animal", "nature", "spiny"], - "char": "๐Ÿฆ”", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "paw_prints": { - "keywords": ["animal", "tracking", "footprints", "dog", "cat", "pet", "feet"], - "char": "๐Ÿพ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "dragon": { - "keywords": ["animal", "myth", "nature", "chinese", "green"], - "char": "๐Ÿ‰", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "dragon_face": { - "keywords": ["animal", "myth", "nature", "chinese", "green"], - "char": "๐Ÿฒ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "cactus": { - "keywords": ["vegetable", "plant", "nature"], - "char": "๐ŸŒต", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "christmas_tree": { - "keywords": ["festival", "vacation", "december", "xmas", "celebration"], - "char": "๐ŸŽ„", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "evergreen_tree": { - "keywords": ["plant", "nature"], - "char": "๐ŸŒฒ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "deciduous_tree": { - "keywords": ["plant", "nature"], - "char": "๐ŸŒณ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "palm_tree": { - "keywords": ["plant", "vegetable", "nature", "summer", "beach", "mojito", "tropical"], - "char": "๐ŸŒด", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "seedling": { - "keywords": ["plant", "nature", "grass", "lawn", "spring"], - "char": "๐ŸŒฑ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "herb": { - "keywords": ["vegetable", "plant", "medicine", "weed", "grass", "lawn"], - "char": "๐ŸŒฟ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "shamrock": { - "keywords": ["vegetable", "plant", "nature", "irish", "clover"], - "char": "โ˜˜๏ธ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "four_leaf_clover": { - "keywords": ["vegetable", "plant", "nature", "lucky", "irish"], - "char": "๐Ÿ€", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "bamboo": { - "keywords": ["plant", "nature", "vegetable", "panda", "pine_decoration"], - "char": "๐ŸŽ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "tanabata_tree": { - "keywords": ["plant", "nature", "branch", "summer"], - "char": "๐ŸŽ‹", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "leaves": { - "keywords": ["nature", "plant", "tree", "vegetable", "grass", "lawn", "spring"], - "char": "๐Ÿƒ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "fallen_leaf": { - "keywords": ["nature", "plant", "vegetable", "leaves"], - "char": "๐Ÿ‚", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "maple_leaf": { - "keywords": ["nature", "plant", "vegetable", "ca", "fall"], - "char": "๐Ÿ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "ear_of_rice": { - "keywords": ["nature", "plant"], - "char": "๐ŸŒพ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "hibiscus": { - "keywords": ["plant", "vegetable", "flowers", "beach"], - "char": "๐ŸŒบ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "sunflower": { - "keywords": ["nature", "plant", "fall"], - "char": "๐ŸŒป", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "rose": { - "keywords": ["flowers", "valentines", "love", "spring"], - "char": "๐ŸŒน", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "wilted_flower": { - "keywords": ["plant", "nature", "flower"], - "char": "๐Ÿฅ€", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "tulip": { - "keywords": ["flowers", "plant", "nature", "summer", "spring"], - "char": "๐ŸŒท", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "blossom": { - "keywords": ["nature", "flowers", "yellow"], - "char": "๐ŸŒผ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "cherry_blossom": { - "keywords": ["nature", "plant", "spring", "flower"], - "char": "๐ŸŒธ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "bouquet": { - "keywords": ["flowers", "nature", "spring"], - "char": "๐Ÿ’", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "mushroom": { - "keywords": ["plant", "vegetable"], - "char": "๐Ÿ„", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "earth_americas": { - "keywords": ["globe", "world", "USA", "international"], - "char": "๐ŸŒŽ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "earth_africa": { - "keywords": ["globe", "world", "international"], - "char": "๐ŸŒ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "earth_asia": { - "keywords": ["globe", "world", "east", "international"], - "char": "๐ŸŒ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "full_moon": { - "keywords": ["nature", "yellow", "twilight", "planet", "space", "night", "evening", "sleep"], - "char": "๐ŸŒ•", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "waning_gibbous_moon": { - "keywords": ["nature", "twilight", "planet", "space", "night", "evening", "sleep", "waxing_gibbous_moon"], - "char": "๐ŸŒ–", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "last_quarter_moon": { - "keywords": ["nature", "twilight", "planet", "space", "night", "evening", "sleep"], - "char": "๐ŸŒ—", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "waning_crescent_moon": { - "keywords": ["nature", "twilight", "planet", "space", "night", "evening", "sleep"], - "char": "๐ŸŒ˜", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "new_moon": { - "keywords": ["nature", "twilight", "planet", "space", "night", "evening", "sleep"], - "char": "๐ŸŒ‘", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "waxing_crescent_moon": { - "keywords": ["nature", "twilight", "planet", "space", "night", "evening", "sleep"], - "char": "๐ŸŒ’", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "first_quarter_moon": { - "keywords": ["nature", "twilight", "planet", "space", "night", "evening", "sleep"], - "char": "๐ŸŒ“", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "waxing_gibbous_moon": { - "keywords": ["nature", "night", "sky", "gray", "twilight", "planet", "space", "evening", "sleep"], - "char": "๐ŸŒ”", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "new_moon_with_face": { - "keywords": ["nature", "twilight", "planet", "space", "night", "evening", "sleep"], - "char": "๐ŸŒš", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "full_moon_with_face": { - "keywords": ["nature", "twilight", "planet", "space", "night", "evening", "sleep"], - "char": "๐ŸŒ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "first_quarter_moon_with_face": { - "keywords": ["nature", "twilight", "planet", "space", "night", "evening", "sleep"], - "char": "๐ŸŒ›", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "last_quarter_moon_with_face": { - "keywords": ["nature", "twilight", "planet", "space", "night", "evening", "sleep"], - "char": "๐ŸŒœ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "sun_with_face": { - "keywords": ["nature", "morning", "sky"], - "char": "๐ŸŒž", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "crescent_moon": { - "keywords": ["night", "sleep", "sky", "evening", "magic"], - "char": "๐ŸŒ™", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "star": { - "keywords": ["night", "yellow"], - "char": "โญ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "star2": { - "keywords": ["night", "sparkle", "awesome", "good", "magic"], - "char": "๐ŸŒŸ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "dizzy": { - "keywords": ["star", "sparkle", "shoot", "magic"], - "char": "๐Ÿ’ซ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "sparkles": { - "keywords": ["stars", "shine", "shiny", "cool", "awesome", "good", "magic"], - "char": "โœจ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "comet": { - "keywords": ["space"], - "char": "โ˜„๏ธ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "sunny": { - "keywords": ["weather", "nature", "brightness", "summer", "beach", "spring"], - "char": "โ˜€๏ธ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "sun_behind_small_cloud": { - "keywords": ["weather"], - "char": "๐ŸŒค๏ธ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "partly_sunny": { - "keywords": ["weather", "nature", "cloudy", "morning", "fall", "spring"], - "char": "โ›…", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "sun_behind_large_cloud": { - "keywords": ["weather"], - "char": "๐ŸŒฅ๏ธ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "sun_behind_rain_cloud": { - "keywords": ["weather"], - "char": "๐ŸŒฆ๏ธ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "cloud": { - "keywords": ["weather", "sky"], - "char": "โ˜๏ธ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "cloud_with_rain": { - "keywords": ["weather"], - "char": "๐ŸŒง๏ธ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "cloud_with_lightning_and_rain": { - "keywords": ["weather", "lightning"], - "char": "โ›ˆ๏ธ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "cloud_with_lightning": { - "keywords": ["weather", "thunder"], - "char": "๐ŸŒฉ๏ธ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "zap": { - "keywords": ["thunder", "weather", "lightning bolt", "fast"], - "char": "โšก", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "fire": { - "keywords": ["hot", "cook", "flame"], - "char": "๐Ÿ”ฅ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "boom": { - "keywords": ["bomb", "explode", "explosion", "collision", "blown"], - "char": "๐Ÿ’ฅ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "snowflake": { - "keywords": ["winter", "season", "cold", "weather", "christmas", "xmas"], - "char": "โ„๏ธ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "cloud_with_snow": { - "keywords": ["weather"], - "char": "๐ŸŒจ๏ธ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "snowman": { - "keywords": ["winter", "season", "cold", "weather", "christmas", "xmas", "frozen", "without_snow"], - "char": "โ›„", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "snowman_with_snow": { - "keywords": ["winter", "season", "cold", "weather", "christmas", "xmas", "frozen"], - "char": "โ˜ƒ๏ธ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "wind_face": { - "keywords": ["gust", "air"], - "char": "๐ŸŒฌ๏ธ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "dash": { - "keywords": ["wind", "air", "fast", "shoo", "fart", "smoke", "puff"], - "char": "๐Ÿ’จ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "tornado": { - "keywords": ["weather", "cyclone", "twister"], - "char": "๐ŸŒช๏ธ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "fog": { - "keywords": ["weather"], - "char": "๐ŸŒซ๏ธ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "open_umbrella": { - "keywords": ["weather", "spring"], - "char": "โ˜‚๏ธ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "umbrella": { - "keywords": ["rainy", "weather", "spring"], - "char": "โ˜”", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "droplet": { - "keywords": ["water", "drip", "faucet", "spring"], - "char": "๐Ÿ’ง", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "sweat_drops": { - "keywords": ["water", "drip", "oops"], - "char": "๐Ÿ’ฆ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "ocean": { - "keywords": ["sea", "water", "wave", "nature", "tsunami", "disaster"], - "char": "๐ŸŒŠ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "green_apple": { - "keywords": ["fruit", "nature"], - "char": "๐Ÿ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "apple": { - "keywords": ["fruit", "mac", "school"], - "char": "๐ŸŽ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "pear": { - "keywords": ["fruit", "nature", "food"], - "char": "๐Ÿ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "tangerine": { - "keywords": ["food", "fruit", "nature", "orange"], - "char": "๐ŸŠ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "lemon": { - "keywords": ["fruit", "nature"], - "char": "๐Ÿ‹", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "banana": { - "keywords": ["fruit", "food", "monkey"], - "char": "๐ŸŒ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "watermelon": { - "keywords": ["fruit", "food", "picnic", "summer"], - "char": "๐Ÿ‰", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "grapes": { - "keywords": ["fruit", "food", "wine"], - "char": "๐Ÿ‡", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "strawberry": { - "keywords": ["fruit", "food", "nature"], - "char": "๐Ÿ“", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "melon": { - "keywords": ["fruit", "nature", "food"], - "char": "๐Ÿˆ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "cherries": { - "keywords": ["food", "fruit"], - "char": "๐Ÿ’", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "peach": { - "keywords": ["fruit", "nature", "food"], - "char": "๐Ÿ‘", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "mango": { - "keywords": ["fruit", "food", "tropical"], - "char": "๐Ÿฅญ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "pineapple": { - "keywords": ["fruit", "nature", "food"], - "char": "๐Ÿ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "coconut": { - "keywords": ["fruit", "nature", "food", "palm"], - "char": "๐Ÿฅฅ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "kiwi_fruit": { - "keywords": ["fruit", "food"], - "char": "๐Ÿฅ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "tomato": { - "keywords": ["fruit", "vegetable", "nature", "food"], - "char": "๐Ÿ…", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "eggplant": { - "keywords": ["vegetable", "nature", "food", "aubergine"], - "char": "๐Ÿ†", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "avocado": { - "keywords": ["fruit", "food"], - "char": "๐Ÿฅ‘", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "broccoli": { - "keywords": ["fruit", "food", "vegetable"], - "char": "๐Ÿฅฆ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "leafy_greens": { - "keywords": ["food", "vegetable", "plant", "bok choy", "cabbage", "kale", "lettuce"], - "char": "๐Ÿฅฌ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "cucumber": { - "keywords": ["fruit", "food", "pickle"], - "char": "๐Ÿฅ’", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "hot_pepper": { - "keywords": ["food", "spicy", "chilli", "chili"], - "char": "๐ŸŒถ๏ธ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "corn": { - "keywords": ["food", "vegetable", "plant"], - "char": "๐ŸŒฝ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "carrot": { - "keywords": ["vegetable", "food", "orange"], - "char": "๐Ÿฅ•", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "potato": { - "keywords": ["food", "tuber", "vegatable", "starch"], - "char": "๐Ÿฅ”", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "sweet_potato": { - "keywords": ["food", "nature"], - "char": "๐Ÿ ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "croissant": { - "keywords": ["food", "bread", "french"], - "char": "๐Ÿฅ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "bagel": { - "keywords": ["food", "bread", "bakery", "schmear"], - "char": "๐Ÿฅฏ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "bread": { - "keywords": ["food", "wheat", "breakfast", "toast"], - "char": "๐Ÿž", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "baguette_bread": { - "keywords": ["food", "bread", "french"], - "char": "๐Ÿฅ–", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "pretzel": { - "keywords": ["food", "bread", "twisted"], - "char": "๐Ÿฅจ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "cheese": { - "keywords": ["food", "chadder"], - "char": "๐Ÿง€", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "egg": { - "keywords": ["food", "chicken", "breakfast"], - "char": "๐Ÿฅš", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "fried_egg": { - "keywords": ["food", "breakfast", "kitchen", "egg"], - "char": "๐Ÿณ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "pancakes": { - "keywords": ["food", "breakfast", "flapjacks", "hotcakes"], - "char": "๐Ÿฅž", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "bacon": { - "keywords": ["food", "breakfast", "pork", "pig", "meat"], - "char": "๐Ÿฅ“", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "steak": { - "keywords": ["food", "cow", "meat", "cut", "chop", "lambchop", "porkchop"], - "char": "๐Ÿฅฉ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "poultry_leg": { - "keywords": ["food", "meat", "drumstick", "bird", "chicken", "turkey"], - "char": "๐Ÿ—", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "meat_on_bone": { - "keywords": ["good", "food", "drumstick"], - "char": "๐Ÿ–", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "bone": { - "keywords": ["skeleton"], - "char": "๐Ÿฆด", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "hotdog": { - "keywords": ["food", "frankfurter"], - "char": "๐ŸŒญ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "hamburger": { - "keywords": ["meat", "fast food", "beef", "cheeseburger", "mcdonalds", "burger king"], - "char": "๐Ÿ”", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "fries": { - "keywords": ["chips", "snack", "fast food"], - "char": "๐ŸŸ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "pizza": { - "keywords": ["food", "party"], - "char": "๐Ÿ•", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "sandwich": { - "keywords": ["food", "lunch", "bread"], - "char": "๐Ÿฅช", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "stuffed_flatbread": { - "keywords": ["food", "flatbread", "stuffed", "gyro"], - "char": "๐Ÿฅ™", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "taco": { - "keywords": ["food", "mexican"], - "char": "๐ŸŒฎ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "burrito": { - "keywords": ["food", "mexican"], - "char": "๐ŸŒฏ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "green_salad": { - "keywords": ["food", "healthy", "lettuce"], - "char": "๐Ÿฅ—", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "shallow_pan_of_food": { - "keywords": ["food", "cooking", "casserole", "paella"], - "char": "๐Ÿฅ˜", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "canned_food": { - "keywords": ["food", "soup"], - "char": "๐Ÿฅซ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "spaghetti": { - "keywords": ["food", "italian", "noodle"], - "char": "๐Ÿ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "ramen": { - "keywords": ["food", "japanese", "noodle", "chopsticks"], - "char": "๐Ÿœ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "stew": { - "keywords": ["food", "meat", "soup"], - "char": "๐Ÿฒ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "curry": { - "keywords": ["food", "spicy", "hot", "indian"], - "char": "๐Ÿ›", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "sushi": { - "keywords": ["food", "fish", "japanese", "rice"], - "char": "๐Ÿฃ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "bento": { - "keywords": ["food", "japanese", "box"], - "char": "๐Ÿฑ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "fried_shrimp": { - "keywords": ["food", "animal", "appetizer", "summer"], - "char": "๐Ÿค", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "rice_ball": { - "keywords": ["food", "japanese"], - "char": "๐Ÿ™", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "rice": { - "keywords": ["food", "china", "asian"], - "char": "๐Ÿš", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "rice_cracker": { - "keywords": ["food", "japanese"], - "char": "๐Ÿ˜", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "fish_cake": { - "keywords": ["food", "japan", "sea", "beach", "narutomaki", "pink", "swirl", "kamaboko", "surimi", "ramen"], - "char": "๐Ÿฅ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "fortune_cookie": { - "keywords": ["food", "prophecy"], - "char": "๐Ÿฅ ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "moon_cake": { - "keywords": ["food", "autumn"], - "char": "๐Ÿฅฎ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "oden": { - "keywords": ["food", "japanese"], - "char": "๐Ÿข", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "dango": { - "keywords": ["food", "dessert", "sweet", "japanese", "barbecue", "meat"], - "char": "๐Ÿก", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "shaved_ice": { - "keywords": ["hot", "dessert", "summer"], - "char": "๐Ÿง", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "ice_cream": { - "keywords": ["food", "hot", "dessert"], - "char": "๐Ÿจ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "icecream": { - "keywords": ["food", "hot", "dessert", "summer"], - "char": "๐Ÿฆ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "pie": { - "keywords": ["food", "dessert", "pastry"], - "char": "๐Ÿฅง", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "cupcake": { - "keywords": ["food", "dessert", "bakery", "sweet"], - "char": "๐Ÿง", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "cake": { - "keywords": ["food", "dessert"], - "char": "๐Ÿฐ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "birthday": { - "keywords": ["food", "dessert", "cake"], - "char": "๐ŸŽ‚", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "custard": { - "keywords": ["dessert", "food"], - "char": "๐Ÿฎ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "lollipop": { - "keywords": ["food", "snack", "candy", "sweet"], - "char": "๐Ÿญ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "candy": { - "keywords": ["snack", "dessert", "sweet", "lolly"], - "char": "๐Ÿฌ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "chocolate_bar": { - "keywords": ["food", "snack", "dessert", "sweet"], - "char": "๐Ÿซ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "popcorn": { - "keywords": ["food", "movie theater", "films", "snack"], - "char": "๐Ÿฟ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "doughnut": { - "keywords": ["food", "dessert", "snack", "sweet", "donut"], - "char": "๐Ÿฉ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "dumpling": { - "keywords": ["food", "empanada", "pierogi", "potsticker"], - "char": "๐ŸฅŸ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "cookie": { - "keywords": ["food", "snack", "oreo", "chocolate", "sweet", "dessert"], - "char": "๐Ÿช", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "chestnut": { - "keywords": ["food", "squirrel"], - "char": "๐ŸŒฐ", - "fitzpatrick_scale": false, - "category": "animals_and_nature" - }, - "peanuts": { - "keywords": ["food", "nut"], - "char": "๐Ÿฅœ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "honey_pot": { - "keywords": ["bees", "sweet", "kitchen"], - "char": "๐Ÿฏ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "milk_glass": { - "keywords": ["beverage", "drink", "cow"], - "char": "๐Ÿฅ›", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "baby_bottle": { - "keywords": ["food", "container", "milk"], - "char": "๐Ÿผ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "coffee": { - "keywords": ["beverage", "caffeine", "latte", "espresso"], - "char": "โ˜•", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "tea": { - "keywords": ["drink", "bowl", "breakfast", "green", "british"], - "char": "๐Ÿต", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "cup_with_straw": { - "keywords": ["drink", "soda"], - "char": "๐Ÿฅค", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "sake": { - "keywords": ["wine", "drink", "drunk", "beverage", "japanese", "alcohol", "booze"], - "char": "๐Ÿถ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "beer": { - "keywords": ["relax", "beverage", "drink", "drunk", "party", "pub", "summer", "alcohol", "booze"], - "char": "๐Ÿบ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "beers": { - "keywords": ["relax", "beverage", "drink", "drunk", "party", "pub", "summer", "alcohol", "booze"], - "char": "๐Ÿป", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "clinking_glasses": { - "keywords": ["beverage", "drink", "party", "alcohol", "celebrate", "cheers", "wine", "champagne", "toast"], - "char": "๐Ÿฅ‚", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "wine_glass": { - "keywords": ["drink", "beverage", "drunk", "alcohol", "booze"], - "char": "๐Ÿท", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "tumbler_glass": { - "keywords": ["drink", "beverage", "drunk", "alcohol", "liquor", "booze", "bourbon", "scotch", "whisky", "glass", "shot"], - "char": "๐Ÿฅƒ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "cocktail": { - "keywords": ["drink", "drunk", "alcohol", "beverage", "booze", "mojito"], - "char": "๐Ÿธ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "tropical_drink": { - "keywords": ["beverage", "cocktail", "summer", "beach", "alcohol", "booze", "mojito"], - "char": "๐Ÿน", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "champagne": { - "keywords": ["drink", "wine", "bottle", "celebration"], - "char": "๐Ÿพ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "spoon": { - "keywords": ["cutlery", "kitchen", "tableware"], - "char": "๐Ÿฅ„", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "fork_and_knife": { - "keywords": ["cutlery", "kitchen"], - "char": "๐Ÿด", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "plate_with_cutlery": { - "keywords": ["food", "eat", "meal", "lunch", "dinner", "restaurant"], - "char": "๐Ÿฝ๏ธ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "bowl_with_spoon": { - "keywords": ["food", "breakfast", "cereal", "oatmeal", "porridge"], - "char": "๐Ÿฅฃ", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "takeout_box": { - "keywords": ["food", "leftovers"], - "char": "๐Ÿฅก", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "chopsticks": { - "keywords": ["food"], - "char": "๐Ÿฅข", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "salt": { - "keywords": ["condiment", "shaker"], - "char": "๐Ÿง‚", - "fitzpatrick_scale": false, - "category": "food_and_drink" - }, - "soccer": { - "keywords": ["sports", "football"], - "char": "โšฝ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "basketball": { - "keywords": ["sports", "balls", "NBA"], - "char": "๐Ÿ€", - "fitzpatrick_scale": false, - "category": "activity" - }, - "football": { - "keywords": ["sports", "balls", "NFL"], - "char": "๐Ÿˆ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "baseball": { - "keywords": ["sports", "balls"], - "char": "โšพ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "softball": { - "keywords": ["sports", "balls"], - "char": "๐ŸฅŽ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "tennis": { - "keywords": ["sports", "balls", "green"], - "char": "๐ŸŽพ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "volleyball": { - "keywords": ["sports", "balls"], - "char": "๐Ÿ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "rugby_football": { - "keywords": ["sports", "team"], - "char": "๐Ÿ‰", - "fitzpatrick_scale": false, - "category": "activity" - }, - "flying_disc": { - "keywords": ["sports", "frisbee", "ultimate"], - "char": "๐Ÿฅ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "8ball": { - "keywords": ["pool", "hobby", "game", "luck", "magic"], - "char": "๐ŸŽฑ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "golf": { - "keywords": ["sports", "business", "flag", "hole", "summer"], - "char": "โ›ณ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "golfing_woman": { - "keywords": ["sports", "business", "woman", "female"], - "char": "๐ŸŒ๏ธโ€โ™€๏ธ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "golfing_man": { - "keywords": ["sports", "business"], - "char": "๐ŸŒ๏ธ", - "fitzpatrick_scale": true, - "category": "activity" - }, - "ping_pong": { - "keywords": ["sports", "pingpong"], - "char": "๐Ÿ“", - "fitzpatrick_scale": false, - "category": "activity" - }, - "badminton": { - "keywords": ["sports"], - "char": "๐Ÿธ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "goal_net": { - "keywords": ["sports"], - "char": "๐Ÿฅ…", - "fitzpatrick_scale": false, - "category": "activity" - }, - "ice_hockey": { - "keywords": ["sports"], - "char": "๐Ÿ’", - "fitzpatrick_scale": false, - "category": "activity" - }, - "field_hockey": { - "keywords": ["sports"], - "char": "๐Ÿ‘", - "fitzpatrick_scale": false, - "category": "activity" - }, - "lacrosse": { - "keywords": ["sports", "ball", "stick"], - "char": "๐Ÿฅ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "cricket": { - "keywords": ["sports"], - "char": "๐Ÿ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "ski": { - "keywords": ["sports", "winter", "cold", "snow"], - "char": "๐ŸŽฟ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "skier": { - "keywords": ["sports", "winter", "snow"], - "char": "โ›ท๏ธ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "snowboarder": { - "keywords": ["sports", "winter"], - "char": "๐Ÿ‚", - "fitzpatrick_scale": true, - "category": "activity" - }, - "person_fencing": { - "keywords": ["sports", "fencing", "sword"], - "char": "๐Ÿคบ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "women_wrestling": { - "keywords": ["sports", "wrestlers"], - "char": "๐Ÿคผโ€โ™€๏ธ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "men_wrestling": { - "keywords": ["sports", "wrestlers"], - "char": "๐Ÿคผโ€โ™‚๏ธ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "woman_cartwheeling": { - "keywords": ["gymnastics"], - "char": "๐Ÿคธโ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "activity" - }, - "man_cartwheeling": { - "keywords": ["gymnastics"], - "char": "๐Ÿคธโ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "activity" - }, - "woman_playing_handball": { - "keywords": ["sports"], - "char": "๐Ÿคพโ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "activity" - }, - "man_playing_handball": { - "keywords": ["sports"], - "char": "๐Ÿคพโ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "activity" - }, - "ice_skate": { - "keywords": ["sports"], - "char": "โ›ธ๏ธ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "curling_stone": { - "keywords": ["sports"], - "char": "๐ŸฅŒ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "skateboard": { - "keywords": ["board"], - "char": "๐Ÿ›น", - "fitzpatrick_scale": false, - "category": "activity" - }, - "sled": { - "keywords": ["sleigh", "luge", "toboggan"], - "char": "๐Ÿ›ท", - "fitzpatrick_scale": false, - "category": "activity" - }, - "bow_and_arrow": { - "keywords": ["sports"], - "char": "๐Ÿน", - "fitzpatrick_scale": false, - "category": "activity" - }, - "fishing_pole_and_fish": { - "keywords": ["food", "hobby", "summer"], - "char": "๐ŸŽฃ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "boxing_glove": { - "keywords": ["sports", "fighting"], - "char": "๐ŸฅŠ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "martial_arts_uniform": { - "keywords": ["judo", "karate", "taekwondo"], - "char": "๐Ÿฅ‹", - "fitzpatrick_scale": false, - "category": "activity" - }, - "rowing_woman": { - "keywords": ["sports", "hobby", "water", "ship", "woman", "female"], - "char": "๐Ÿšฃโ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "activity" - }, - "rowing_man": { - "keywords": ["sports", "hobby", "water", "ship"], - "char": "๐Ÿšฃโ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "activity" - }, - "climbing_woman": { - "keywords": ["sports", "hobby", "woman", "female", "rock"], - "char": "๐Ÿง—โ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "activity" - }, - "climbing_man": { - "keywords": ["sports", "hobby", "man", "male", "rock"], - "char": "๐Ÿง—โ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "activity" - }, - "swimming_woman": { - "keywords": ["sports", "exercise", "human", "athlete", "water", "summer", "woman", "female"], - "char": "๐ŸŠโ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "activity" - }, - "swimming_man": { - "keywords": ["sports", "exercise", "human", "athlete", "water", "summer"], - "char": "๐ŸŠโ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "activity" - }, - "woman_playing_water_polo": { - "keywords": ["sports", "pool"], - "char": "๐Ÿคฝโ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "activity" - }, - "man_playing_water_polo": { - "keywords": ["sports", "pool"], - "char": "๐Ÿคฝโ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "activity" - }, - "woman_in_lotus_position": { - "keywords": ["woman", "female", "meditation", "yoga", "serenity", "zen", "mindfulness"], - "char": "๐Ÿง˜โ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "activity" - }, - "man_in_lotus_position": { - "keywords": ["man", "male", "meditation", "yoga", "serenity", "zen", "mindfulness"], - "char": "๐Ÿง˜โ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "activity" - }, - "surfing_woman": { - "keywords": ["sports", "ocean", "sea", "summer", "beach", "woman", "female"], - "char": "๐Ÿ„โ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "activity" - }, - "surfing_man": { - "keywords": ["sports", "ocean", "sea", "summer", "beach"], - "char": "๐Ÿ„โ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "activity" - }, - "basketball_woman": { - "keywords": ["sports", "human", "woman", "female"], - "char": "โ›น๏ธโ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "activity" - }, - "basketball_man": { - "keywords": ["sports", "human"], - "char": "โ›น๏ธ", - "fitzpatrick_scale": true, - "category": "activity" - }, - "weight_lifting_woman": { - "keywords": ["sports", "training", "exercise", "woman", "female"], - "char": "๐Ÿ‹๏ธโ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "activity" - }, - "weight_lifting_man": { - "keywords": ["sports", "training", "exercise"], - "char": "๐Ÿ‹๏ธ", - "fitzpatrick_scale": true, - "category": "activity" - }, - "biking_woman": { - "keywords": ["sports", "bike", "exercise", "hipster", "woman", "female"], - "char": "๐Ÿšดโ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "activity" - }, - "biking_man": { - "keywords": ["sports", "bike", "exercise", "hipster"], - "char": "๐Ÿšดโ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "activity" - }, - "mountain_biking_woman": { - "keywords": ["transportation", "sports", "human", "race", "bike", "woman", "female"], - "char": "๐Ÿšตโ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "activity" - }, - "mountain_biking_man": { - "keywords": ["transportation", "sports", "human", "race", "bike"], - "char": "๐Ÿšตโ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "activity" - }, - "horse_racing": { - "keywords": ["animal", "betting", "competition", "gambling", "luck"], - "char": "๐Ÿ‡", - "fitzpatrick_scale": true, - "category": "activity" - }, - "trophy": { - "keywords": ["win", "award", "contest", "place", "ftw", "ceremony"], - "char": "๐Ÿ†", - "fitzpatrick_scale": false, - "category": "activity" - }, - "running_shirt_with_sash": { - "keywords": ["play", "pageant"], - "char": "๐ŸŽฝ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "medal_sports": { - "keywords": ["award", "winning"], - "char": "๐Ÿ…", - "fitzpatrick_scale": false, - "category": "activity" - }, - "medal_military": { - "keywords": ["award", "winning", "army"], - "char": "๐ŸŽ–๏ธ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "1st_place_medal": { - "keywords": ["award", "winning", "first"], - "char": "๐Ÿฅ‡", - "fitzpatrick_scale": false, - "category": "activity" - }, - "2nd_place_medal": { - "keywords": ["award", "second"], - "char": "๐Ÿฅˆ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "3rd_place_medal": { - "keywords": ["award", "third"], - "char": "๐Ÿฅ‰", - "fitzpatrick_scale": false, - "category": "activity" - }, - "reminder_ribbon": { - "keywords": ["sports", "cause", "support", "awareness"], - "char": "๐ŸŽ—๏ธ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "rosette": { - "keywords": ["flower", "decoration", "military"], - "char": "๐Ÿต๏ธ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "ticket": { - "keywords": ["event", "concert", "pass"], - "char": "๐ŸŽซ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "tickets": { - "keywords": ["sports", "concert", "entrance"], - "char": "๐ŸŽŸ๏ธ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "performing_arts": { - "keywords": ["acting", "theater", "drama"], - "char": "๐ŸŽญ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "art": { - "keywords": ["design", "paint", "draw", "colors"], - "char": "๐ŸŽจ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "circus_tent": { - "keywords": ["festival", "carnival", "party"], - "char": "๐ŸŽช", - "fitzpatrick_scale": false, - "category": "activity" - }, - "woman_juggling": { - "keywords": ["juggle", "balance", "skill", "multitask"], - "char": "๐Ÿคนโ€โ™€๏ธ", - "fitzpatrick_scale": true, - "category": "activity" - }, - "man_juggling": { - "keywords": ["juggle", "balance", "skill", "multitask"], - "char": "๐Ÿคนโ€โ™‚๏ธ", - "fitzpatrick_scale": true, - "category": "activity" - }, - "microphone": { - "keywords": ["sound", "music", "PA", "sing", "talkshow"], - "char": "๐ŸŽค", - "fitzpatrick_scale": false, - "category": "activity" - }, - "headphones": { - "keywords": ["music", "score", "gadgets"], - "char": "๐ŸŽง", - "fitzpatrick_scale": false, - "category": "activity" - }, - "musical_score": { - "keywords": ["treble", "clef", "compose"], - "char": "๐ŸŽผ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "musical_keyboard": { - "keywords": ["piano", "instrument", "compose"], - "char": "๐ŸŽน", - "fitzpatrick_scale": false, - "category": "activity" - }, - "drum": { - "keywords": ["music", "instrument", "drumsticks", "snare"], - "char": "๐Ÿฅ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "saxophone": { - "keywords": ["music", "instrument", "jazz", "blues"], - "char": "๐ŸŽท", - "fitzpatrick_scale": false, - "category": "activity" - }, - "trumpet": { - "keywords": ["music", "brass"], - "char": "๐ŸŽบ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "guitar": { - "keywords": ["music", "instrument"], - "char": "๐ŸŽธ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "violin": { - "keywords": ["music", "instrument", "orchestra", "symphony"], - "char": "๐ŸŽป", - "fitzpatrick_scale": false, - "category": "activity" - }, - "clapper": { - "keywords": ["movie", "film", "record"], - "char": "๐ŸŽฌ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "video_game": { - "keywords": ["play", "console", "PS4", "controller"], - "char": "๐ŸŽฎ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "dart": { - "keywords": ["game", "play", "bar", "target", "bullseye"], - "char": "๐ŸŽฏ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "game_die": { - "keywords": ["dice", "random", "tabletop", "play", "luck"], - "char": "๐ŸŽฒ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "chess_pawn": { - "keywords": ["expendable"], - "char": "โ™Ÿ๏ธ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "slot_machine": { - "keywords": ["bet", "gamble", "vegas", "fruit machine", "luck", "casino"], - "char": "๐ŸŽฐ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "jigsaw": { - "keywords": ["interlocking", "puzzle", "piece"], - "char": "๐Ÿงฉ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "bowling": { - "keywords": ["sports", "fun", "play"], - "char": "๐ŸŽณ", - "fitzpatrick_scale": false, - "category": "activity" - }, - "red_car": { - "keywords": ["red", "transportation", "vehicle"], - "char": "๐Ÿš—", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "taxi": { - "keywords": ["uber", "vehicle", "cars", "transportation"], - "char": "๐Ÿš•", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "blue_car": { - "keywords": ["transportation", "vehicle"], - "char": "๐Ÿš™", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "bus": { - "keywords": ["car", "vehicle", "transportation"], - "char": "๐ŸšŒ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "trolleybus": { - "keywords": ["bart", "transportation", "vehicle"], - "char": "๐ŸšŽ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "racing_car": { - "keywords": ["sports", "race", "fast", "formula", "f1"], - "char": "๐ŸŽ๏ธ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "police_car": { - "keywords": ["vehicle", "cars", "transportation", "law", "legal", "enforcement"], - "char": "๐Ÿš“", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "ambulance": { - "keywords": ["health", "911", "hospital"], - "char": "๐Ÿš‘", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "fire_engine": { - "keywords": ["transportation", "cars", "vehicle"], - "char": "๐Ÿš’", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "minibus": { - "keywords": ["vehicle", "car", "transportation"], - "char": "๐Ÿš", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "truck": { - "keywords": ["cars", "transportation"], - "char": "๐Ÿšš", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "articulated_lorry": { - "keywords": ["vehicle", "cars", "transportation", "express"], - "char": "๐Ÿš›", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "tractor": { - "keywords": ["vehicle", "car", "farming", "agriculture"], - "char": "๐Ÿšœ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "kick_scooter": { - "keywords": ["vehicle", "kick", "razor"], - "char": "๐Ÿ›ด", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "motorcycle": { - "keywords": ["race", "sports", "fast"], - "char": "๐Ÿ๏ธ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "bike": { - "keywords": ["sports", "bicycle", "exercise", "hipster"], - "char": "๐Ÿšฒ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "motor_scooter": { - "keywords": ["vehicle", "vespa", "sasha"], - "char": "๐Ÿ›ต", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "rotating_light": { - "keywords": ["police", "ambulance", "911", "emergency", "alert", "error", "pinged", "law", "legal"], - "char": "๐Ÿšจ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "oncoming_police_car": { - "keywords": ["vehicle", "law", "legal", "enforcement", "911"], - "char": "๐Ÿš”", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "oncoming_bus": { - "keywords": ["vehicle", "transportation"], - "char": "๐Ÿš", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "oncoming_automobile": { - "keywords": ["car", "vehicle", "transportation"], - "char": "๐Ÿš˜", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "oncoming_taxi": { - "keywords": ["vehicle", "cars", "uber"], - "char": "๐Ÿš–", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "aerial_tramway": { - "keywords": ["transportation", "vehicle", "ski"], - "char": "๐Ÿšก", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "mountain_cableway": { - "keywords": ["transportation", "vehicle", "ski"], - "char": "๐Ÿš ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "suspension_railway": { - "keywords": ["vehicle", "transportation"], - "char": "๐ŸšŸ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "railway_car": { - "keywords": ["transportation", "vehicle"], - "char": "๐Ÿšƒ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "train": { - "keywords": ["transportation", "vehicle", "carriage", "public", "travel"], - "char": "๐Ÿš‹", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "monorail": { - "keywords": ["transportation", "vehicle"], - "char": "๐Ÿš", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "bullettrain_side": { - "keywords": ["transportation", "vehicle"], - "char": "๐Ÿš„", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "bullettrain_front": { - "keywords": ["transportation", "vehicle", "speed", "fast", "public", "travel"], - "char": "๐Ÿš…", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "light_rail": { - "keywords": ["transportation", "vehicle"], - "char": "๐Ÿšˆ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "mountain_railway": { - "keywords": ["transportation", "vehicle"], - "char": "๐Ÿšž", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "steam_locomotive": { - "keywords": ["transportation", "vehicle", "train"], - "char": "๐Ÿš‚", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "train2": { - "keywords": ["transportation", "vehicle"], - "char": "๐Ÿš†", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "metro": { - "keywords": ["transportation", "blue-square", "mrt", "underground", "tube"], - "char": "๐Ÿš‡", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "tram": { - "keywords": ["transportation", "vehicle"], - "char": "๐ŸšŠ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "station": { - "keywords": ["transportation", "vehicle", "public"], - "char": "๐Ÿš‰", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "flying_saucer": { - "keywords": ["transportation", "vehicle", "ufo"], - "char": "๐Ÿ›ธ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "helicopter": { - "keywords": ["transportation", "vehicle", "fly"], - "char": "๐Ÿš", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "small_airplane": { - "keywords": ["flight", "transportation", "fly", "vehicle"], - "char": "๐Ÿ›ฉ๏ธ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "airplane": { - "keywords": ["vehicle", "transportation", "flight", "fly"], - "char": "โœˆ๏ธ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "flight_departure": { - "keywords": ["airport", "flight", "landing"], - "char": "๐Ÿ›ซ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "flight_arrival": { - "keywords": ["airport", "flight", "boarding"], - "char": "๐Ÿ›ฌ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "sailboat": { - "keywords": ["ship", "summer", "transportation", "water", "sailing"], - "char": "โ›ต", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "motor_boat": { - "keywords": ["ship"], - "char": "๐Ÿ›ฅ๏ธ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "speedboat": { - "keywords": ["ship", "transportation", "vehicle", "summer"], - "char": "๐Ÿšค", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "ferry": { - "keywords": ["boat", "ship", "yacht"], - "char": "โ›ด๏ธ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "passenger_ship": { - "keywords": ["yacht", "cruise", "ferry"], - "char": "๐Ÿ›ณ๏ธ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "rocket": { - "keywords": ["launch", "ship", "staffmode", "NASA", "outer space", "outer_space", "fly"], - "char": "๐Ÿš€", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "artificial_satellite": { - "keywords": ["communication", "gps", "orbit", "spaceflight", "NASA", "ISS"], - "char": "๐Ÿ›ฐ๏ธ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "seat": { - "keywords": ["sit", "airplane", "transport", "bus", "flight", "fly"], - "char": "๐Ÿ’บ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "canoe": { - "keywords": ["boat", "paddle", "water", "ship"], - "char": "๐Ÿ›ถ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "anchor": { - "keywords": ["ship", "ferry", "sea", "boat"], - "char": "โš“", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "construction": { - "keywords": ["wip", "progress", "caution", "warning"], - "char": "๐Ÿšง", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "fuelpump": { - "keywords": ["gas station", "petroleum"], - "char": "โ›ฝ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "busstop": { - "keywords": ["transportation", "wait"], - "char": "๐Ÿš", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "vertical_traffic_light": { - "keywords": ["transportation", "driving"], - "char": "๐Ÿšฆ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "traffic_light": { - "keywords": ["transportation", "signal"], - "char": "๐Ÿšฅ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "ship": { - "keywords": ["transportation", "titanic", "deploy"], - "char": "๐Ÿšข", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "ferris_wheel": { - "keywords": ["photo", "carnival", "londoneye"], - "char": "๐ŸŽก", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "roller_coaster": { - "keywords": ["carnival", "playground", "photo", "fun"], - "char": "๐ŸŽข", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "carousel_horse": { - "keywords": ["photo", "carnival"], - "char": "๐ŸŽ ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "building_construction": { - "keywords": ["wip", "working", "progress"], - "char": "๐Ÿ—๏ธ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "foggy": { - "keywords": ["photo", "mountain"], - "char": "๐ŸŒ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "tokyo_tower": { - "keywords": ["photo", "japanese"], - "char": "๐Ÿ—ผ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "factory": { - "keywords": ["building", "industry", "pollution", "smoke"], - "char": "๐Ÿญ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "fountain": { - "keywords": ["photo", "summer", "water", "fresh"], - "char": "โ›ฒ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "rice_scene": { - "keywords": ["photo", "japan", "asia", "tsukimi"], - "char": "๐ŸŽ‘", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "mountain": { - "keywords": ["photo", "nature", "environment"], - "char": "โ›ฐ๏ธ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "mountain_snow": { - "keywords": ["photo", "nature", "environment", "winter", "cold"], - "char": "๐Ÿ”๏ธ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "mount_fuji": { - "keywords": ["photo", "mountain", "nature", "japanese"], - "char": "๐Ÿ—ป", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "volcano": { - "keywords": ["photo", "nature", "disaster"], - "char": "๐ŸŒ‹", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "japan": { - "keywords": ["nation", "country", "japanese", "asia"], - "char": "๐Ÿ—พ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "camping": { - "keywords": ["photo", "outdoors", "tent"], - "char": "๐Ÿ•๏ธ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "tent": { - "keywords": ["photo", "camping", "outdoors"], - "char": "โ›บ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "national_park": { - "keywords": ["photo", "environment", "nature"], - "char": "๐Ÿž๏ธ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "motorway": { - "keywords": ["road", "cupertino", "interstate", "highway"], - "char": "๐Ÿ›ฃ๏ธ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "railway_track": { - "keywords": ["train", "transportation"], - "char": "๐Ÿ›ค๏ธ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "sunrise": { - "keywords": ["morning", "view", "vacation", "photo"], - "char": "๐ŸŒ…", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "sunrise_over_mountains": { - "keywords": ["view", "vacation", "photo"], - "char": "๐ŸŒ„", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "desert": { - "keywords": ["photo", "warm", "saharah"], - "char": "๐Ÿœ๏ธ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "beach_umbrella": { - "keywords": ["weather", "summer", "sunny", "sand", "mojito"], - "char": "๐Ÿ–๏ธ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "desert_island": { - "keywords": ["photo", "tropical", "mojito"], - "char": "๐Ÿ๏ธ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "city_sunrise": { - "keywords": ["photo", "good morning", "dawn"], - "char": "๐ŸŒ‡", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "city_sunset": { - "keywords": ["photo", "evening", "sky", "buildings"], - "char": "๐ŸŒ†", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "cityscape": { - "keywords": ["photo", "night life", "urban"], - "char": "๐Ÿ™๏ธ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "night_with_stars": { - "keywords": ["evening", "city", "downtown"], - "char": "๐ŸŒƒ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "bridge_at_night": { - "keywords": ["photo", "sanfrancisco"], - "char": "๐ŸŒ‰", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "milky_way": { - "keywords": ["photo", "space", "stars"], - "char": "๐ŸŒŒ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "stars": { - "keywords": ["night", "photo"], - "char": "๐ŸŒ ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "sparkler": { - "keywords": ["stars", "night", "shine"], - "char": "๐ŸŽ‡", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "fireworks": { - "keywords": ["photo", "festival", "carnival", "congratulations"], - "char": "๐ŸŽ†", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "rainbow": { - "keywords": ["nature", "happy", "unicorn_face", "photo", "sky", "spring"], - "char": "๐ŸŒˆ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "houses": { - "keywords": ["buildings", "photo"], - "char": "๐Ÿ˜๏ธ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "european_castle": { - "keywords": ["building", "royalty", "history"], - "char": "๐Ÿฐ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "japanese_castle": { - "keywords": ["photo", "building"], - "char": "๐Ÿฏ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "stadium": { - "keywords": ["photo", "place", "sports", "concert", "venue"], - "char": "๐ŸŸ๏ธ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "statue_of_liberty": { - "keywords": ["american", "newyork"], - "char": "๐Ÿ—ฝ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "house": { - "keywords": ["building", "home"], - "char": "๐Ÿ ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "house_with_garden": { - "keywords": ["home", "plant", "nature"], - "char": "๐Ÿก", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "derelict_house": { - "keywords": ["abandon", "evict", "broken", "building"], - "char": "๐Ÿš๏ธ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "office": { - "keywords": ["building", "bureau", "work"], - "char": "๐Ÿข", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "department_store": { - "keywords": ["building", "shopping", "mall"], - "char": "๐Ÿฌ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "post_office": { - "keywords": ["building", "envelope", "communication"], - "char": "๐Ÿฃ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "european_post_office": { - "keywords": ["building", "email"], - "char": "๐Ÿค", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "hospital": { - "keywords": ["building", "health", "surgery", "doctor"], - "char": "๐Ÿฅ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "bank": { - "keywords": ["building", "money", "sales", "cash", "business", "enterprise"], - "char": "๐Ÿฆ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "hotel": { - "keywords": ["building", "accomodation", "checkin"], - "char": "๐Ÿจ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "convenience_store": { - "keywords": ["building", "shopping", "groceries"], - "char": "๐Ÿช", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "school": { - "keywords": ["building", "student", "education", "learn", "teach"], - "char": "๐Ÿซ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "love_hotel": { - "keywords": ["like", "affection", "dating"], - "char": "๐Ÿฉ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "wedding": { - "keywords": ["love", "like", "affection", "couple", "marriage", "bride", "groom"], - "char": "๐Ÿ’’", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "classical_building": { - "keywords": ["art", "culture", "history"], - "char": "๐Ÿ›๏ธ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "church": { - "keywords": ["building", "religion", "christ"], - "char": "โ›ช", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "mosque": { - "keywords": ["islam", "worship", "minaret"], - "char": "๐Ÿ•Œ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "synagogue": { - "keywords": ["judaism", "worship", "temple", "jewish"], - "char": "๐Ÿ•", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "kaaba": { - "keywords": ["mecca", "mosque", "islam"], - "char": "๐Ÿ•‹", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "shinto_shrine": { - "keywords": ["temple", "japan", "kyoto"], - "char": "โ›ฉ๏ธ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "watch": { - "keywords": ["time", "accessories"], - "char": "โŒš", - "fitzpatrick_scale": false, - "category": "objects" - }, - "iphone": { - "keywords": ["technology", "apple", "gadgets", "dial"], - "char": "๐Ÿ“ฑ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "calling": { - "keywords": ["iphone", "incoming"], - "char": "๐Ÿ“ฒ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "computer": { - "keywords": ["technology", "laptop", "screen", "display", "monitor"], - "char": "๐Ÿ’ป", - "fitzpatrick_scale": false, - "category": "objects" - }, - "keyboard": { - "keywords": ["technology", "computer", "type", "input", "text"], - "char": "โŒจ๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "desktop_computer": { - "keywords": ["technology", "computing", "screen"], - "char": "๐Ÿ–ฅ๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "printer": { - "keywords": ["paper", "ink"], - "char": "๐Ÿ–จ๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "computer_mouse": { - "keywords": ["click"], - "char": "๐Ÿ–ฑ๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "trackball": { - "keywords": ["technology", "trackpad"], - "char": "๐Ÿ–ฒ๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "joystick": { - "keywords": ["game", "play"], - "char": "๐Ÿ•น๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "clamp": { - "keywords": ["tool"], - "char": "๐Ÿ—œ๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "minidisc": { - "keywords": ["technology", "record", "data", "disk", "90s"], - "char": "๐Ÿ’ฝ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "floppy_disk": { - "keywords": ["oldschool", "technology", "save", "90s", "80s"], - "char": "๐Ÿ’พ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "cd": { - "keywords": ["technology", "dvd", "disk", "disc", "90s"], - "char": "๐Ÿ’ฟ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "dvd": { - "keywords": ["cd", "disk", "disc"], - "char": "๐Ÿ“€", - "fitzpatrick_scale": false, - "category": "objects" - }, - "vhs": { - "keywords": ["record", "video", "oldschool", "90s", "80s"], - "char": "๐Ÿ“ผ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "camera": { - "keywords": ["gadgets", "photography"], - "char": "๐Ÿ“ท", - "fitzpatrick_scale": false, - "category": "objects" - }, - "camera_flash": { - "keywords": ["photography", "gadgets"], - "char": "๐Ÿ“ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "video_camera": { - "keywords": ["film", "record"], - "char": "๐Ÿ“น", - "fitzpatrick_scale": false, - "category": "objects" - }, - "movie_camera": { - "keywords": ["film", "record"], - "char": "๐ŸŽฅ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "film_projector": { - "keywords": ["video", "tape", "record", "movie"], - "char": "๐Ÿ“ฝ๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "film_strip": { - "keywords": ["movie"], - "char": "๐ŸŽž๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "telephone_receiver": { - "keywords": ["technology", "communication", "dial"], - "char": "๐Ÿ“ž", - "fitzpatrick_scale": false, - "category": "objects" - }, - "phone": { - "keywords": ["technology", "communication", "dial", "telephone"], - "char": "โ˜Ž๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "pager": { - "keywords": ["bbcall", "oldschool", "90s"], - "char": "๐Ÿ“Ÿ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "fax": { - "keywords": ["communication", "technology"], - "char": "๐Ÿ“ ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "tv": { - "keywords": ["technology", "program", "oldschool", "show", "television"], - "char": "๐Ÿ“บ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "radio": { - "keywords": ["communication", "music", "podcast", "program"], - "char": "๐Ÿ“ป", - "fitzpatrick_scale": false, - "category": "objects" - }, - "studio_microphone": { - "keywords": ["sing", "recording", "artist", "talkshow"], - "char": "๐ŸŽ™๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "level_slider": { - "keywords": ["scale"], - "char": "๐ŸŽš๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "control_knobs": { - "keywords": ["dial"], - "char": "๐ŸŽ›๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "compass": { - "keywords": ["magnetic", "navigation", "orienteering"], - "char": "๐Ÿงญ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "stopwatch": { - "keywords": ["time", "deadline"], - "char": "โฑ๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "timer_clock": { - "keywords": ["alarm"], - "char": "โฒ๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "alarm_clock": { - "keywords": ["time", "wake"], - "char": "โฐ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "mantelpiece_clock": { - "keywords": ["time"], - "char": "๐Ÿ•ฐ๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "hourglass_flowing_sand": { - "keywords": ["oldschool", "time", "countdown"], - "char": "โณ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "hourglass": { - "keywords": ["time", "clock", "oldschool", "limit", "exam", "quiz", "test"], - "char": "โŒ›", - "fitzpatrick_scale": false, - "category": "objects" - }, - "satellite": { - "keywords": ["communication", "future", "radio", "space"], - "char": "๐Ÿ“ก", - "fitzpatrick_scale": false, - "category": "objects" - }, - "battery": { - "keywords": ["power", "energy", "sustain"], - "char": "๐Ÿ”‹", - "fitzpatrick_scale": false, - "category": "objects" - }, - "electric_plug": { - "keywords": ["charger", "power"], - "char": "๐Ÿ”Œ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "bulb": { - "keywords": ["light", "electricity", "idea"], - "char": "๐Ÿ’ก", - "fitzpatrick_scale": false, - "category": "objects" - }, - "flashlight": { - "keywords": ["dark", "camping", "sight", "night"], - "char": "๐Ÿ”ฆ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "candle": { - "keywords": ["fire", "wax"], - "char": "๐Ÿ•ฏ๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "fire_extinguisher": { - "keywords": ["quench"], - "char": "๐Ÿงฏ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "wastebasket": { - "keywords": ["bin", "trash", "rubbish", "garbage", "toss"], - "char": "๐Ÿ—‘๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "oil_drum": { - "keywords": ["barrell"], - "char": "๐Ÿ›ข๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "money_with_wings": { - "keywords": ["dollar", "bills", "payment", "sale"], - "char": "๐Ÿ’ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "dollar": { - "keywords": ["money", "sales", "bill", "currency"], - "char": "๐Ÿ’ต", - "fitzpatrick_scale": false, - "category": "objects" - }, - "yen": { - "keywords": ["money", "sales", "japanese", "dollar", "currency"], - "char": "๐Ÿ’ด", - "fitzpatrick_scale": false, - "category": "objects" - }, - "euro": { - "keywords": ["money", "sales", "dollar", "currency"], - "char": "๐Ÿ’ถ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "pound": { - "keywords": ["british", "sterling", "money", "sales", "bills", "uk", "england", "currency"], - "char": "๐Ÿ’ท", - "fitzpatrick_scale": false, - "category": "objects" - }, - "moneybag": { - "keywords": ["dollar", "payment", "coins", "sale"], - "char": "๐Ÿ’ฐ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "credit_card": { - "keywords": ["money", "sales", "dollar", "bill", "payment", "shopping"], - "char": "๐Ÿ’ณ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "gem": { - "keywords": ["blue", "ruby", "diamond", "jewelry"], - "char": "๐Ÿ’Ž", - "fitzpatrick_scale": false, - "category": "objects" - }, - "balance_scale": { - "keywords": ["law", "fairness", "weight"], - "char": "โš–๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "toolbox": { - "keywords": ["tools", "diy", "fix", "maintainer", "mechanic"], - "char": "๐Ÿงฐ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "wrench": { - "keywords": ["tools", "diy", "ikea", "fix", "maintainer"], - "char": "๐Ÿ”ง", - "fitzpatrick_scale": false, - "category": "objects" - }, - "hammer": { - "keywords": ["tools", "build", "create"], - "char": "๐Ÿ”จ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "hammer_and_pick": { - "keywords": ["tools", "build", "create"], - "char": "โš’๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "hammer_and_wrench": { - "keywords": ["tools", "build", "create"], - "char": "๐Ÿ› ๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "pick": { - "keywords": ["tools", "dig"], - "char": "โ›๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "nut_and_bolt": { - "keywords": ["handy", "tools", "fix"], - "char": "๐Ÿ”ฉ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "gear": { - "keywords": ["cog"], - "char": "โš™๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "brick": { - "keywords": ["bricks"], - "char": "๐Ÿงฑ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "chains": { - "keywords": ["lock", "arrest"], - "char": "โ›“๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "magnet": { - "keywords": ["attraction", "magnetic"], - "char": "๐Ÿงฒ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "gun": { - "keywords": ["violence", "weapon", "pistol", "revolver"], - "char": "๐Ÿ”ซ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "bomb": { - "keywords": ["boom", "explode", "explosion", "terrorism"], - "char": "๐Ÿ’ฃ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "firecracker": { - "keywords": ["dynamite", "boom", "explode", "explosion", "explosive"], - "char": "๐Ÿงจ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "hocho": { - "keywords": ["knife", "blade", "cutlery", "kitchen", "weapon"], - "char": "๐Ÿ”ช", - "fitzpatrick_scale": false, - "category": "objects" - }, - "dagger": { - "keywords": ["weapon"], - "char": "๐Ÿ—ก๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "crossed_swords": { - "keywords": ["weapon"], - "char": "โš”๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "shield": { - "keywords": ["protection", "security"], - "char": "๐Ÿ›ก๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "smoking": { - "keywords": ["kills", "tobacco", "cigarette", "joint", "smoke"], - "char": "๐Ÿšฌ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "coffin": { - "keywords": ["vampire", "dead", "die", "death", "rip", "graveyard", "cemetery", "casket", "funeral", "box"], - "char": "โšฐ๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "funeral_urn": { - "keywords": ["dead", "die", "death", "rip", "ashes"], - "char": "โšฑ๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "amphora": { - "keywords": ["vase", "jar"], - "char": "๐Ÿบ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "crystal_ball": { - "keywords": ["disco", "party", "magic", "circus", "fortune_teller"], - "char": "๐Ÿ”ฎ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "prayer_beads": { - "keywords": ["dhikr", "religious"], - "char": "๐Ÿ“ฟ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "nazar_amulet": { - "keywords": ["bead", "charm"], - "char": "๐Ÿงฟ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "barber": { - "keywords": ["hair", "salon", "style"], - "char": "๐Ÿ’ˆ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "alembic": { - "keywords": ["distilling", "science", "experiment", "chemistry"], - "char": "โš—๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "telescope": { - "keywords": ["stars", "space", "zoom", "science", "astronomy"], - "char": "๐Ÿ”ญ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "microscope": { - "keywords": ["laboratory", "experiment", "zoomin", "science", "study"], - "char": "๐Ÿ”ฌ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "hole": { - "keywords": ["embarrassing"], - "char": "๐Ÿ•ณ๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "pill": { - "keywords": ["health", "medicine", "doctor", "pharmacy", "drug"], - "char": "๐Ÿ’Š", - "fitzpatrick_scale": false, - "category": "objects" - }, - "syringe": { - "keywords": ["health", "hospital", "drugs", "blood", "medicine", "needle", "doctor", "nurse"], - "char": "๐Ÿ’‰", - "fitzpatrick_scale": false, - "category": "objects" - }, - "dna": { - "keywords": ["biologist", "genetics", "life"], - "char": "๐Ÿงฌ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "microbe": { - "keywords": ["amoeba", "bacteria", "germs"], - "char": "๐Ÿฆ ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "petri_dish": { - "keywords": ["bacteria", "biology", "culture", "lab"], - "char": "๐Ÿงซ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "test_tube": { - "keywords": ["chemistry", "experiment", "lab", "science"], - "char": "๐Ÿงช", - "fitzpatrick_scale": false, - "category": "objects" - }, - "thermometer": { - "keywords": ["weather", "temperature", "hot", "cold"], - "char": "๐ŸŒก๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "broom": { - "keywords": ["cleaning", "sweeping", "witch"], - "char": "๐Ÿงน", - "fitzpatrick_scale": false, - "category": "objects" - }, - "basket": { - "keywords": ["laundry"], - "char": "๐Ÿงบ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "toilet_paper": { - "keywords": ["roll"], - "char": "๐Ÿงป", - "fitzpatrick_scale": false, - "category": "objects" - }, - "label": { - "keywords": ["sale", "tag"], - "char": "๐Ÿท๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "bookmark": { - "keywords": ["favorite", "label", "save"], - "char": "๐Ÿ”–", - "fitzpatrick_scale": false, - "category": "objects" - }, - "toilet": { - "keywords": ["restroom", "wc", "washroom", "bathroom", "potty"], - "char": "๐Ÿšฝ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "shower": { - "keywords": ["clean", "water", "bathroom"], - "char": "๐Ÿšฟ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "bathtub": { - "keywords": ["clean", "shower", "bathroom"], - "char": "๐Ÿ›", - "fitzpatrick_scale": false, - "category": "objects" - }, - "bath": { - "keywords": ["clean", "shower", "bathroom"], - "char": "๐Ÿ›€", - "fitzpatrick_scale": true, - "category": "activity" - }, - "soap": { - "keywords": ["bar", "bathing", "cleaning", "lather"], - "char": "๐Ÿงผ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "sponge": { - "keywords": ["absorbing", "cleaning", "porous"], - "char": "๐Ÿงฝ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "lotion_bottle": { - "keywords": ["moisturizer", "sunscreen"], - "char": "๐Ÿงด", - "fitzpatrick_scale": false, - "category": "objects" - }, - "key": { - "keywords": ["lock", "door", "password"], - "char": "๐Ÿ”‘", - "fitzpatrick_scale": false, - "category": "objects" - }, - "old_key": { - "keywords": ["lock", "door", "password"], - "char": "๐Ÿ—๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "couch_and_lamp": { - "keywords": ["read", "chill"], - "char": "๐Ÿ›‹๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "sleeping_bed": { - "keywords": ["bed", "rest"], - "char": "๐Ÿ›Œ", - "fitzpatrick_scale": true, - "category": "objects" - }, - "bed": { - "keywords": ["sleep", "rest"], - "char": "๐Ÿ›๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "door": { - "keywords": ["house", "entry", "exit"], - "char": "๐Ÿšช", - "fitzpatrick_scale": false, - "category": "objects" - }, - "bellhop_bell": { - "keywords": ["service"], - "char": "๐Ÿ›Ž๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "teddy_bear": { - "keywords": ["plush", "stuffed"], - "char": "๐Ÿงธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "framed_picture": { - "keywords": ["photography"], - "char": "๐Ÿ–ผ๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "world_map": { - "keywords": ["location", "direction"], - "char": "๐Ÿ—บ๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "parasol_on_ground": { - "keywords": ["weather", "summer"], - "char": "โ›ฑ๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "moyai": { - "keywords": ["rock", "easter island", "moai"], - "char": "๐Ÿ—ฟ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "shopping": { - "keywords": ["mall", "buy", "purchase"], - "char": "๐Ÿ›๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "shopping_cart": { - "keywords": ["trolley"], - "char": "๐Ÿ›’", - "fitzpatrick_scale": false, - "category": "objects" - }, - "balloon": { - "keywords": ["party", "celebration", "birthday", "circus"], - "char": "๐ŸŽˆ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "flags": { - "keywords": ["fish", "japanese", "koinobori", "carp", "banner"], - "char": "๐ŸŽ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "ribbon": { - "keywords": ["decoration", "pink", "girl", "bowtie"], - "char": "๐ŸŽ€", - "fitzpatrick_scale": false, - "category": "objects" - }, - "gift": { - "keywords": ["present", "birthday", "christmas", "xmas"], - "char": "๐ŸŽ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "confetti_ball": { - "keywords": ["festival", "party", "birthday", "circus"], - "char": "๐ŸŽŠ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "tada": { - "keywords": ["party", "congratulations", "birthday", "magic", "circus", "celebration"], - "char": "๐ŸŽ‰", - "fitzpatrick_scale": false, - "category": "objects" - }, - "dolls": { - "keywords": ["japanese", "toy", "kimono"], - "char": "๐ŸŽŽ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "wind_chime": { - "keywords": ["nature", "ding", "spring", "bell"], - "char": "๐ŸŽ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "crossed_flags": { - "keywords": ["japanese", "nation", "country", "border"], - "char": "๐ŸŽŒ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "izakaya_lantern": { - "keywords": ["light", "paper", "halloween", "spooky"], - "char": "๐Ÿฎ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "red_envelope": { - "keywords": ["gift"], - "char": "๐Ÿงง", - "fitzpatrick_scale": false, - "category": "objects" - }, - "email": { - "keywords": ["letter", "postal", "inbox", "communication"], - "char": "โœ‰๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "envelope_with_arrow": { - "keywords": ["email", "communication"], - "char": "๐Ÿ“ฉ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "incoming_envelope": { - "keywords": ["email", "inbox"], - "char": "๐Ÿ“จ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "e-mail": { - "keywords": ["communication", "inbox"], - "char": "๐Ÿ“ง", - "fitzpatrick_scale": false, - "category": "objects" - }, - "love_letter": { - "keywords": ["email", "like", "affection", "envelope", "valentines"], - "char": "๐Ÿ’Œ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "postbox": { - "keywords": ["email", "letter", "envelope"], - "char": "๐Ÿ“ฎ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "mailbox_closed": { - "keywords": ["email", "communication", "inbox"], - "char": "๐Ÿ“ช", - "fitzpatrick_scale": false, - "category": "objects" - }, - "mailbox": { - "keywords": ["email", "inbox", "communication"], - "char": "๐Ÿ“ซ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "mailbox_with_mail": { - "keywords": ["email", "inbox", "communication"], - "char": "๐Ÿ“ฌ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "mailbox_with_no_mail": { - "keywords": ["email", "inbox"], - "char": "๐Ÿ“ญ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "package": { - "keywords": ["mail", "gift", "cardboard", "box", "moving"], - "char": "๐Ÿ“ฆ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "postal_horn": { - "keywords": ["instrument", "music"], - "char": "๐Ÿ“ฏ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "inbox_tray": { - "keywords": ["email", "documents"], - "char": "๐Ÿ“ฅ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "outbox_tray": { - "keywords": ["inbox", "email"], - "char": "๐Ÿ“ค", - "fitzpatrick_scale": false, - "category": "objects" - }, - "scroll": { - "keywords": ["documents", "ancient", "history", "paper"], - "char": "๐Ÿ“œ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "page_with_curl": { - "keywords": ["documents", "office", "paper"], - "char": "๐Ÿ“ƒ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "bookmark_tabs": { - "keywords": ["favorite", "save", "order", "tidy"], - "char": "๐Ÿ“‘", - "fitzpatrick_scale": false, - "category": "objects" - }, - "receipt": { - "keywords": ["accounting", "expenses"], - "char": "๐Ÿงพ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "bar_chart": { - "keywords": ["graph", "presentation", "stats"], - "char": "๐Ÿ“Š", - "fitzpatrick_scale": false, - "category": "objects" - }, - "chart_with_upwards_trend": { - "keywords": ["graph", "presentation", "stats", "recovery", "business", "economics", "money", "sales", "good", "success"], - "char": "๐Ÿ“ˆ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "chart_with_downwards_trend": { - "keywords": ["graph", "presentation", "stats", "recession", "business", "economics", "money", "sales", "bad", "failure"], - "char": "๐Ÿ“‰", - "fitzpatrick_scale": false, - "category": "objects" - }, - "page_facing_up": { - "keywords": ["documents", "office", "paper", "information"], - "char": "๐Ÿ“„", - "fitzpatrick_scale": false, - "category": "objects" - }, - "date": { - "keywords": ["calendar", "schedule"], - "char": "๐Ÿ“…", - "fitzpatrick_scale": false, - "category": "objects" - }, - "calendar": { - "keywords": ["schedule", "date", "planning"], - "char": "๐Ÿ“†", - "fitzpatrick_scale": false, - "category": "objects" - }, - "spiral_calendar": { - "keywords": ["date", "schedule", "planning"], - "char": "๐Ÿ—“๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "card_index": { - "keywords": ["business", "stationery"], - "char": "๐Ÿ“‡", - "fitzpatrick_scale": false, - "category": "objects" - }, - "card_file_box": { - "keywords": ["business", "stationery"], - "char": "๐Ÿ—ƒ๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "ballot_box": { - "keywords": ["election", "vote"], - "char": "๐Ÿ—ณ๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "file_cabinet": { - "keywords": ["filing", "organizing"], - "char": "๐Ÿ—„๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "clipboard": { - "keywords": ["stationery", "documents"], - "char": "๐Ÿ“‹", - "fitzpatrick_scale": false, - "category": "objects" - }, - "spiral_notepad": { - "keywords": ["memo", "stationery"], - "char": "๐Ÿ—’๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "file_folder": { - "keywords": ["documents", "business", "office"], - "char": "๐Ÿ“", - "fitzpatrick_scale": false, - "category": "objects" - }, - "open_file_folder": { - "keywords": ["documents", "load"], - "char": "๐Ÿ“‚", - "fitzpatrick_scale": false, - "category": "objects" - }, - "card_index_dividers": { - "keywords": ["organizing", "business", "stationery"], - "char": "๐Ÿ—‚๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "newspaper_roll": { - "keywords": ["press", "headline"], - "char": "๐Ÿ—ž๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "newspaper": { - "keywords": ["press", "headline"], - "char": "๐Ÿ“ฐ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "notebook": { - "keywords": ["stationery", "record", "notes", "paper", "study"], - "char": "๐Ÿ““", - "fitzpatrick_scale": false, - "category": "objects" - }, - "closed_book": { - "keywords": ["read", "library", "knowledge", "textbook", "learn"], - "char": "๐Ÿ“•", - "fitzpatrick_scale": false, - "category": "objects" - }, - "green_book": { - "keywords": ["read", "library", "knowledge", "study"], - "char": "๐Ÿ“—", - "fitzpatrick_scale": false, - "category": "objects" - }, - "blue_book": { - "keywords": ["read", "library", "knowledge", "learn", "study"], - "char": "๐Ÿ“˜", - "fitzpatrick_scale": false, - "category": "objects" - }, - "orange_book": { - "keywords": ["read", "library", "knowledge", "textbook", "study"], - "char": "๐Ÿ“™", - "fitzpatrick_scale": false, - "category": "objects" - }, - "notebook_with_decorative_cover": { - "keywords": ["classroom", "notes", "record", "paper", "study"], - "char": "๐Ÿ“”", - "fitzpatrick_scale": false, - "category": "objects" - }, - "ledger": { - "keywords": ["notes", "paper"], - "char": "๐Ÿ“’", - "fitzpatrick_scale": false, - "category": "objects" - }, - "books": { - "keywords": ["literature", "library", "study"], - "char": "๐Ÿ“š", - "fitzpatrick_scale": false, - "category": "objects" - }, - "open_book": { - "keywords": ["book", "read", "library", "knowledge", "literature", "learn", "study"], - "char": "๐Ÿ“–", - "fitzpatrick_scale": false, - "category": "objects" - }, - "safety_pin": { - "keywords": ["diaper"], - "char": "๐Ÿงท", - "fitzpatrick_scale": false, - "category": "objects" - }, - "link": { - "keywords": ["rings", "url"], - "char": "๐Ÿ”—", - "fitzpatrick_scale": false, - "category": "objects" - }, - "paperclip": { - "keywords": ["documents", "stationery"], - "char": "๐Ÿ“Ž", - "fitzpatrick_scale": false, - "category": "objects" - }, - "paperclips": { - "keywords": ["documents", "stationery"], - "char": "๐Ÿ–‡๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "scissors": { - "keywords": ["stationery", "cut"], - "char": "โœ‚๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "triangular_ruler": { - "keywords": ["stationery", "math", "architect", "sketch"], - "char": "๐Ÿ“", - "fitzpatrick_scale": false, - "category": "objects" - }, - "straight_ruler": { - "keywords": ["stationery", "calculate", "length", "math", "school", "drawing", "architect", "sketch"], - "char": "๐Ÿ“", - "fitzpatrick_scale": false, - "category": "objects" - }, - "abacus": { - "keywords": ["calculation"], - "char": "๐Ÿงฎ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "pushpin": { - "keywords": ["stationery", "mark", "here"], - "char": "๐Ÿ“Œ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "round_pushpin": { - "keywords": ["stationery", "location", "map", "here"], - "char": "๐Ÿ“", - "fitzpatrick_scale": false, - "category": "objects" - }, - "closed_lock_with_key": { - "keywords": ["security", "privacy"], - "char": "๐Ÿ”", - "fitzpatrick_scale": false, - "category": "objects" - }, - "lock": { - "keywords": ["security", "password", "padlock"], - "char": "๐Ÿ”’", - "fitzpatrick_scale": false, - "category": "objects" - }, - "unlock": { - "keywords": ["privacy", "security"], - "char": "๐Ÿ”“", - "fitzpatrick_scale": false, - "category": "objects" - }, - "lock_with_ink_pen": { - "keywords": ["security", "secret"], - "char": "๐Ÿ”", - "fitzpatrick_scale": false, - "category": "objects" - }, - "pen": { - "keywords": ["stationery", "writing", "write"], - "char": "๐Ÿ–Š๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "fountain_pen": { - "keywords": ["stationery", "writing", "write"], - "char": "๐Ÿ–‹๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "black_nib": { - "keywords": ["pen", "stationery", "writing", "write"], - "char": "โœ’๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "memo": { - "keywords": ["write", "documents", "stationery", "pencil", "paper", "writing", "legal", "exam", "quiz", "test", "study", "compose"], - "char": "๐Ÿ“", - "fitzpatrick_scale": false, - "category": "objects" - }, - "pencil2": { - "keywords": ["stationery", "write", "paper", "writing", "school", "study"], - "char": "โœ๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "crayon": { - "keywords": ["drawing", "creativity"], - "char": "๐Ÿ–๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "paintbrush": { - "keywords": ["drawing", "creativity", "art"], - "char": "๐Ÿ–Œ๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "mag": { - "keywords": ["search", "zoom", "find", "detective"], - "char": "๐Ÿ”", - "fitzpatrick_scale": false, - "category": "objects" - }, - "mag_right": { - "keywords": ["search", "zoom", "find", "detective"], - "char": "๐Ÿ”Ž", - "fitzpatrick_scale": false, - "category": "objects" - }, - "heart": { - "keywords": ["love", "like", "valentines"], - "char": "โค๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "orange_heart": { - "keywords": ["love", "like", "affection", "valentines"], - "char": "๐Ÿงก", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "yellow_heart": { - "keywords": ["love", "like", "affection", "valentines"], - "char": "๐Ÿ’›", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "green_heart": { - "keywords": ["love", "like", "affection", "valentines"], - "char": "๐Ÿ’š", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "blue_heart": { - "keywords": ["love", "like", "affection", "valentines"], - "char": "๐Ÿ’™", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "purple_heart": { - "keywords": ["love", "like", "affection", "valentines"], - "char": "๐Ÿ’œ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "black_heart": { - "keywords": ["evil"], - "char": "๐Ÿ–ค", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "broken_heart": { - "keywords": ["sad", "sorry", "break", "heart", "heartbreak"], - "char": "๐Ÿ’”", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "heavy_heart_exclamation": { - "keywords": ["decoration", "love"], - "char": "โฃ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "two_hearts": { - "keywords": ["love", "like", "affection", "valentines", "heart"], - "char": "๐Ÿ’•", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "revolving_hearts": { - "keywords": ["love", "like", "affection", "valentines"], - "char": "๐Ÿ’ž", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "heartbeat": { - "keywords": ["love", "like", "affection", "valentines", "pink", "heart"], - "char": "๐Ÿ’“", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "heartpulse": { - "keywords": ["like", "love", "affection", "valentines", "pink"], - "char": "๐Ÿ’—", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "sparkling_heart": { - "keywords": ["love", "like", "affection", "valentines"], - "char": "๐Ÿ’–", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "cupid": { - "keywords": ["love", "like", "heart", "affection", "valentines"], - "char": "๐Ÿ’˜", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "gift_heart": { - "keywords": ["love", "valentines"], - "char": "๐Ÿ’", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "heart_decoration": { - "keywords": ["purple-square", "love", "like"], - "char": "๐Ÿ’Ÿ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "peace_symbol": { - "keywords": ["hippie"], - "char": "โ˜ฎ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "latin_cross": { - "keywords": ["christianity"], - "char": "โœ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "star_and_crescent": { - "keywords": ["islam"], - "char": "โ˜ช๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "om": { - "keywords": ["hinduism", "buddhism", "sikhism", "jainism"], - "char": "๐Ÿ•‰๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "wheel_of_dharma": { - "keywords": ["hinduism", "buddhism", "sikhism", "jainism"], - "char": "โ˜ธ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "star_of_david": { - "keywords": ["judaism"], - "char": "โœก๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "six_pointed_star": { - "keywords": ["purple-square", "religion", "jewish", "hexagram"], - "char": "๐Ÿ”ฏ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "menorah": { - "keywords": ["hanukkah", "candles", "jewish"], - "char": "๐Ÿ•Ž", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "yin_yang": { - "keywords": ["balance"], - "char": "โ˜ฏ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "orthodox_cross": { - "keywords": ["suppedaneum", "religion"], - "char": "โ˜ฆ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "place_of_worship": { - "keywords": ["religion", "church", "temple", "prayer"], - "char": "๐Ÿ›", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "ophiuchus": { - "keywords": ["sign", "purple-square", "constellation", "astrology"], - "char": "โ›Ž", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "aries": { - "keywords": ["sign", "purple-square", "zodiac", "astrology"], - "char": "โ™ˆ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "taurus": { - "keywords": ["purple-square", "sign", "zodiac", "astrology"], - "char": "โ™‰", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "gemini": { - "keywords": ["sign", "zodiac", "purple-square", "astrology"], - "char": "โ™Š", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "cancer": { - "keywords": ["sign", "zodiac", "purple-square", "astrology"], - "char": "โ™‹", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "leo": { - "keywords": ["sign", "purple-square", "zodiac", "astrology"], - "char": "โ™Œ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "virgo": { - "keywords": ["sign", "zodiac", "purple-square", "astrology"], - "char": "โ™", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "libra": { - "keywords": ["sign", "purple-square", "zodiac", "astrology"], - "char": "โ™Ž", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "scorpius": { - "keywords": ["sign", "zodiac", "purple-square", "astrology", "scorpio"], - "char": "โ™", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "sagittarius": { - "keywords": ["sign", "zodiac", "purple-square", "astrology"], - "char": "โ™", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "capricorn": { - "keywords": ["sign", "zodiac", "purple-square", "astrology"], - "char": "โ™‘", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "aquarius": { - "keywords": ["sign", "purple-square", "zodiac", "astrology"], - "char": "โ™’", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "pisces": { - "keywords": ["purple-square", "sign", "zodiac", "astrology"], - "char": "โ™“", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "id": { - "keywords": ["purple-square", "words"], - "char": "๐Ÿ†”", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "atom_symbol": { - "keywords": ["science", "physics", "chemistry"], - "char": "โš›๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "u7a7a": { - "keywords": ["kanji", "japanese", "chinese", "empty", "sky", "blue-square"], - "char": "๐Ÿˆณ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "u5272": { - "keywords": ["cut", "divide", "chinese", "kanji", "pink-square"], - "char": "๐Ÿˆน", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "radioactive": { - "keywords": ["nuclear", "danger"], - "char": "โ˜ข๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "biohazard": { - "keywords": ["danger"], - "char": "โ˜ฃ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "mobile_phone_off": { - "keywords": ["mute", "orange-square", "silence", "quiet"], - "char": "๐Ÿ“ด", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "vibration_mode": { - "keywords": ["orange-square", "phone"], - "char": "๐Ÿ“ณ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "u6709": { - "keywords": ["orange-square", "chinese", "have", "kanji"], - "char": "๐Ÿˆถ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "u7121": { - "keywords": ["nothing", "chinese", "kanji", "japanese", "orange-square"], - "char": "๐Ÿˆš", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "u7533": { - "keywords": ["chinese", "japanese", "kanji", "orange-square"], - "char": "๐Ÿˆธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "u55b6": { - "keywords": ["japanese", "opening hours", "orange-square"], - "char": "๐Ÿˆบ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "u6708": { - "keywords": ["chinese", "month", "moon", "japanese", "orange-square", "kanji"], - "char": "๐Ÿˆท๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "eight_pointed_black_star": { - "keywords": ["orange-square", "shape", "polygon"], - "char": "โœด๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "vs": { - "keywords": ["words", "orange-square"], - "char": "๐Ÿ†š", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "accept": { - "keywords": ["ok", "good", "chinese", "kanji", "agree", "yes", "orange-circle"], - "char": "๐Ÿ‰‘", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "white_flower": { - "keywords": ["japanese", "spring"], - "char": "๐Ÿ’ฎ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "ideograph_advantage": { - "keywords": ["chinese", "kanji", "obtain", "get", "circle"], - "char": "๐Ÿ‰", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "secret": { - "keywords": ["privacy", "chinese", "sshh", "kanji", "red-circle"], - "char": "ใŠ™๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "congratulations": { - "keywords": ["chinese", "kanji", "japanese", "red-circle"], - "char": "ใŠ—๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "u5408": { - "keywords": ["japanese", "chinese", "join", "kanji", "red-square"], - "char": "๐Ÿˆด", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "u6e80": { - "keywords": ["full", "chinese", "japanese", "red-square", "kanji"], - "char": "๐Ÿˆต", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "u7981": { - "keywords": ["kanji", "japanese", "chinese", "forbidden", "limit", "restricted", "red-square"], - "char": "๐Ÿˆฒ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "a": { - "keywords": ["red-square", "alphabet", "letter"], - "char": "๐Ÿ…ฐ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "b": { - "keywords": ["red-square", "alphabet", "letter"], - "char": "๐Ÿ…ฑ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "ab": { - "keywords": ["red-square", "alphabet"], - "char": "๐Ÿ†Ž", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "cl": { - "keywords": ["alphabet", "words", "red-square"], - "char": "๐Ÿ†‘", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "o2": { - "keywords": ["alphabet", "red-square", "letter"], - "char": "๐Ÿ…พ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "sos": { - "keywords": ["help", "red-square", "words", "emergency", "911"], - "char": "๐Ÿ†˜", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "no_entry": { - "keywords": ["limit", "security", "privacy", "bad", "denied", "stop", "circle"], - "char": "โ›”", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "name_badge": { - "keywords": ["fire", "forbid"], - "char": "๐Ÿ“›", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "no_entry_sign": { - "keywords": ["forbid", "stop", "limit", "denied", "disallow", "circle"], - "char": "๐Ÿšซ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "x": { - "keywords": ["no", "delete", "remove", "cancel", "red"], - "char": "โŒ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "o": { - "keywords": ["circle", "round"], - "char": "โญ•", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "stop_sign": { - "keywords": ["stop"], - "char": "๐Ÿ›‘", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "anger": { - "keywords": ["angry", "mad"], - "char": "๐Ÿ’ข", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "hotsprings": { - "keywords": ["bath", "warm", "relax"], - "char": "โ™จ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "no_pedestrians": { - "keywords": ["rules", "crossing", "walking", "circle"], - "char": "๐Ÿšท", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "do_not_litter": { - "keywords": ["trash", "bin", "garbage", "circle"], - "char": "๐Ÿšฏ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "no_bicycles": { - "keywords": ["cyclist", "prohibited", "circle"], - "char": "๐Ÿšณ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "non-potable_water": { - "keywords": ["drink", "faucet", "tap", "circle"], - "char": "๐Ÿšฑ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "underage": { - "keywords": ["18", "drink", "pub", "night", "minor", "circle"], - "char": "๐Ÿ”ž", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "no_mobile_phones": { - "keywords": ["iphone", "mute", "circle"], - "char": "๐Ÿ“ต", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "exclamation": { - "keywords": ["heavy_exclamation_mark", "danger", "surprise", "punctuation", "wow", "warning"], - "char": "โ—", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "grey_exclamation": { - "keywords": ["surprise", "punctuation", "gray", "wow", "warning"], - "char": "โ•", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "question": { - "keywords": ["doubt", "confused"], - "char": "โ“", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "grey_question": { - "keywords": ["doubts", "gray", "huh", "confused"], - "char": "โ”", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "bangbang": { - "keywords": ["exclamation", "surprise"], - "char": "โ€ผ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "interrobang": { - "keywords": ["wat", "punctuation", "surprise"], - "char": "โ‰๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "100": { - "keywords": ["score", "perfect", "numbers", "century", "exam", "quiz", "test", "pass", "hundred"], - "char": "๐Ÿ’ฏ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "low_brightness": { - "keywords": ["sun", "afternoon", "warm", "summer"], - "char": "๐Ÿ”…", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "high_brightness": { - "keywords": ["sun", "light"], - "char": "๐Ÿ”†", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "trident": { - "keywords": ["weapon", "spear"], - "char": "๐Ÿ”ฑ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "fleur_de_lis": { - "keywords": ["decorative", "scout"], - "char": "โšœ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "part_alternation_mark": { - "keywords": ["graph", "presentation", "stats", "business", "economics", "bad"], - "char": "ใ€ฝ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "warning": { - "keywords": ["exclamation", "wip", "alert", "error", "problem", "issue"], - "char": "โš ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "children_crossing": { - "keywords": ["school", "warning", "danger", "sign", "driving", "yellow-diamond"], - "char": "๐Ÿšธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "beginner": { - "keywords": ["badge", "shield"], - "char": "๐Ÿ”ฐ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "recycle": { - "keywords": ["arrow", "environment", "garbage", "trash"], - "char": "โ™ป๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "u6307": { - "keywords": ["chinese", "point", "green-square", "kanji"], - "char": "๐Ÿˆฏ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "chart": { - "keywords": ["green-square", "graph", "presentation", "stats"], - "char": "๐Ÿ’น", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "sparkle": { - "keywords": ["stars", "green-square", "awesome", "good", "fireworks"], - "char": "โ‡๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "eight_spoked_asterisk": { - "keywords": ["star", "sparkle", "green-square"], - "char": "โœณ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "negative_squared_cross_mark": { - "keywords": ["x", "green-square", "no", "deny"], - "char": "โŽ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "white_check_mark": { - "keywords": ["green-square", "ok", "agree", "vote", "election", "answer", "tick"], - "char": "โœ…", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "diamond_shape_with_a_dot_inside": { - "keywords": ["jewel", "blue", "gem", "crystal", "fancy"], - "char": "๐Ÿ’ ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "cyclone": { - "keywords": ["weather", "swirl", "blue", "cloud", "vortex", "spiral", "whirlpool", "spin", "tornado", "hurricane", "typhoon"], - "char": "๐ŸŒ€", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "loop": { - "keywords": ["tape", "cassette"], - "char": "โžฟ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "globe_with_meridians": { - "keywords": ["earth", "international", "world", "internet", "interweb", "i18n"], - "char": "๐ŸŒ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "m": { - "keywords": ["alphabet", "blue-circle", "letter"], - "char": "โ“‚๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "atm": { - "keywords": ["money", "sales", "cash", "blue-square", "payment", "bank"], - "char": "๐Ÿง", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "zzz": { - "keywords": ["sleepy", "tired", "dream"], - "char": "๐Ÿ’ค", - "fitzpatrick_scale": false, - "category": "people" - }, - "sa": { - "keywords": ["japanese", "blue-square", "katakana"], - "char": "๐Ÿˆ‚๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "passport_control": { - "keywords": ["custom", "blue-square"], - "char": "๐Ÿ›‚", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "customs": { - "keywords": ["passport", "border", "blue-square"], - "char": "๐Ÿ›ƒ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "baggage_claim": { - "keywords": ["blue-square", "airport", "transport"], - "char": "๐Ÿ›„", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "left_luggage": { - "keywords": ["blue-square", "travel"], - "char": "๐Ÿ›…", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "wheelchair": { - "keywords": ["blue-square", "disabled", "a11y", "accessibility"], - "char": "โ™ฟ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "no_smoking": { - "keywords": ["cigarette", "blue-square", "smell", "smoke"], - "char": "๐Ÿšญ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "wc": { - "keywords": ["toilet", "restroom", "blue-square"], - "char": "๐Ÿšพ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "parking": { - "keywords": ["cars", "blue-square", "alphabet", "letter"], - "char": "๐Ÿ…ฟ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "potable_water": { - "keywords": ["blue-square", "liquid", "restroom", "cleaning", "faucet"], - "char": "๐Ÿšฐ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "mens": { - "keywords": ["toilet", "restroom", "wc", "blue-square", "gender", "male"], - "char": "๐Ÿšน", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "womens": { - "keywords": ["purple-square", "woman", "female", "toilet", "loo", "restroom", "gender"], - "char": "๐Ÿšบ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "baby_symbol": { - "keywords": ["orange-square", "child"], - "char": "๐Ÿšผ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "restroom": { - "keywords": ["blue-square", "toilet", "refresh", "wc", "gender"], - "char": "๐Ÿšป", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "put_litter_in_its_place": { - "keywords": ["blue-square", "sign", "human", "info"], - "char": "๐Ÿšฎ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "cinema": { - "keywords": ["blue-square", "record", "film", "movie", "curtain", "stage", "theater"], - "char": "๐ŸŽฆ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "signal_strength": { - "keywords": ["blue-square", "reception", "phone", "internet", "connection", "wifi", "bluetooth", "bars"], - "char": "๐Ÿ“ถ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "koko": { - "keywords": ["blue-square", "here", "katakana", "japanese", "destination"], - "char": "๐Ÿˆ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "ng": { - "keywords": ["blue-square", "words", "shape", "icon"], - "char": "๐Ÿ†–", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "ok": { - "keywords": ["good", "agree", "yes", "blue-square"], - "char": "๐Ÿ†—", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "up": { - "keywords": ["blue-square", "above", "high"], - "char": "๐Ÿ†™", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "cool": { - "keywords": ["words", "blue-square"], - "char": "๐Ÿ†’", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "new": { - "keywords": ["blue-square", "words", "start"], - "char": "๐Ÿ†•", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "free": { - "keywords": ["blue-square", "words"], - "char": "๐Ÿ†“", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "zero": { - "keywords": ["0", "numbers", "blue-square", "null"], - "char": "0๏ธโƒฃ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "one": { - "keywords": ["blue-square", "numbers", "1"], - "char": "1๏ธโƒฃ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "two": { - "keywords": ["numbers", "2", "prime", "blue-square"], - "char": "2๏ธโƒฃ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "three": { - "keywords": ["3", "numbers", "prime", "blue-square"], - "char": "3๏ธโƒฃ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "four": { - "keywords": ["4", "numbers", "blue-square"], - "char": "4๏ธโƒฃ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "five": { - "keywords": ["5", "numbers", "blue-square", "prime"], - "char": "5๏ธโƒฃ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "six": { - "keywords": ["6", "numbers", "blue-square"], - "char": "6๏ธโƒฃ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "seven": { - "keywords": ["7", "numbers", "blue-square", "prime"], - "char": "7๏ธโƒฃ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "eight": { - "keywords": ["8", "blue-square", "numbers"], - "char": "8๏ธโƒฃ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "nine": { - "keywords": ["blue-square", "numbers", "9"], - "char": "9๏ธโƒฃ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "keycap_ten": { - "keywords": ["numbers", "10", "blue-square"], - "char": "๐Ÿ”Ÿ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "asterisk": { - "keywords": ["star", "keycap"], - "char": "*๏ธโƒฃ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "1234": { - "keywords": ["numbers", "blue-square"], - "char": "๐Ÿ”ข", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "eject_button": { - "keywords": ["blue-square"], - "char": "โ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "arrow_forward": { - "keywords": ["blue-square", "right", "direction", "play"], - "char": "โ–ถ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "pause_button": { - "keywords": ["pause", "blue-square"], - "char": "โธ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "next_track_button": { - "keywords": ["forward", "next", "blue-square"], - "char": "โญ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "stop_button": { - "keywords": ["blue-square"], - "char": "โน๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "record_button": { - "keywords": ["blue-square"], - "char": "โบ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "play_or_pause_button": { - "keywords": ["blue-square", "play", "pause"], - "char": "โฏ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "previous_track_button": { - "keywords": ["backward"], - "char": "โฎ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "fast_forward": { - "keywords": ["blue-square", "play", "speed", "continue"], - "char": "โฉ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "rewind": { - "keywords": ["play", "blue-square"], - "char": "โช", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "twisted_rightwards_arrows": { - "keywords": ["blue-square", "shuffle", "music", "random"], - "char": "๐Ÿ”€", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "repeat": { - "keywords": ["loop", "record"], - "char": "๐Ÿ”", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "repeat_one": { - "keywords": ["blue-square", "loop"], - "char": "๐Ÿ”‚", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "arrow_backward": { - "keywords": ["blue-square", "left", "direction"], - "char": "โ—€๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "arrow_up_small": { - "keywords": ["blue-square", "triangle", "direction", "point", "forward", "top"], - "char": "๐Ÿ”ผ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "arrow_down_small": { - "keywords": ["blue-square", "direction", "bottom"], - "char": "๐Ÿ”ฝ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "arrow_double_up": { - "keywords": ["blue-square", "direction", "top"], - "char": "โซ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "arrow_double_down": { - "keywords": ["blue-square", "direction", "bottom"], - "char": "โฌ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "arrow_right": { - "keywords": ["blue-square", "next"], - "char": "โžก๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "arrow_left": { - "keywords": ["blue-square", "previous", "back"], - "char": "โฌ…๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "arrow_up": { - "keywords": ["blue-square", "continue", "top", "direction"], - "char": "โฌ†๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "arrow_down": { - "keywords": ["blue-square", "direction", "bottom"], - "char": "โฌ‡๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "arrow_upper_right": { - "keywords": ["blue-square", "point", "direction", "diagonal", "northeast"], - "char": "โ†—๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "arrow_lower_right": { - "keywords": ["blue-square", "direction", "diagonal", "southeast"], - "char": "โ†˜๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "arrow_lower_left": { - "keywords": ["blue-square", "direction", "diagonal", "southwest"], - "char": "โ†™๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "arrow_upper_left": { - "keywords": ["blue-square", "point", "direction", "diagonal", "northwest"], - "char": "โ†–๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "arrow_up_down": { - "keywords": ["blue-square", "direction", "way", "vertical"], - "char": "โ†•๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "left_right_arrow": { - "keywords": ["shape", "direction", "horizontal", "sideways"], - "char": "โ†”๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "arrows_counterclockwise": { - "keywords": ["blue-square", "sync", "cycle"], - "char": "๐Ÿ”„", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "arrow_right_hook": { - "keywords": ["blue-square", "return", "rotate", "direction"], - "char": "โ†ช๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "leftwards_arrow_with_hook": { - "keywords": ["back", "return", "blue-square", "undo", "enter"], - "char": "โ†ฉ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "arrow_heading_up": { - "keywords": ["blue-square", "direction", "top"], - "char": "โคด๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "arrow_heading_down": { - "keywords": ["blue-square", "direction", "bottom"], - "char": "โคต๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "hash": { - "keywords": ["symbol", "blue-square", "twitter"], - "char": "#๏ธโƒฃ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "information_source": { - "keywords": ["blue-square", "alphabet", "letter"], - "char": "โ„น๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "abc": { - "keywords": ["blue-square", "alphabet"], - "char": "๐Ÿ”ค", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "abcd": { - "keywords": ["blue-square", "alphabet"], - "char": "๐Ÿ”ก", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "capital_abcd": { - "keywords": ["alphabet", "words", "blue-square"], - "char": "๐Ÿ” ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "symbols": { - "keywords": ["blue-square", "music", "note", "ampersand", "percent", "glyphs", "characters"], - "char": "๐Ÿ”ฃ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "musical_note": { - "keywords": ["score", "tone", "sound"], - "char": "๐ŸŽต", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "notes": { - "keywords": ["music", "score"], - "char": "๐ŸŽถ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "wavy_dash": { - "keywords": ["draw", "line", "moustache", "mustache", "squiggle", "scribble"], - "char": "ใ€ฐ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "curly_loop": { - "keywords": ["scribble", "draw", "shape", "squiggle"], - "char": "โžฐ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "heavy_check_mark": { - "keywords": ["ok", "nike", "answer", "yes", "tick"], - "char": "โœ”๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "arrows_clockwise": { - "keywords": ["sync", "cycle", "round", "repeat"], - "char": "๐Ÿ”ƒ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "heavy_plus_sign": { - "keywords": ["math", "calculation", "addition", "more", "increase"], - "char": "โž•", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "heavy_minus_sign": { - "keywords": ["math", "calculation", "subtract", "less"], - "char": "โž–", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "heavy_division_sign": { - "keywords": ["divide", "math", "calculation"], - "char": "โž—", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "heavy_multiplication_x": { - "keywords": ["math", "calculation"], - "char": "โœ–๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "infinity": { - "keywords": ["forever"], - "char": "โ™พ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "heavy_dollar_sign": { - "keywords": ["money", "sales", "payment", "currency", "buck"], - "char": "๐Ÿ’ฒ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "currency_exchange": { - "keywords": ["money", "sales", "dollar", "travel"], - "char": "๐Ÿ’ฑ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "copyright": { - "keywords": ["ip", "license", "circle", "law", "legal"], - "char": "ยฉ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "registered": { - "keywords": ["alphabet", "circle"], - "char": "ยฎ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "tm": { - "keywords": ["trademark", "brand", "law", "legal"], - "char": "โ„ข๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "end": { - "keywords": ["words", "arrow"], - "char": "๐Ÿ”š", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "back": { - "keywords": ["arrow", "words", "return"], - "char": "๐Ÿ”™", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "on": { - "keywords": ["arrow", "words"], - "char": "๐Ÿ”›", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "top": { - "keywords": ["words", "blue-square"], - "char": "๐Ÿ”", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "soon": { - "keywords": ["arrow", "words"], - "char": "๐Ÿ”œ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "ballot_box_with_check": { - "keywords": ["ok", "agree", "confirm", "black-square", "vote", "election", "yes", "tick"], - "char": "โ˜‘๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "radio_button": { - "keywords": ["input", "old", "music", "circle"], - "char": "๐Ÿ”˜", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "white_circle": { - "keywords": ["shape", "round"], - "char": "โšช", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "black_circle": { - "keywords": ["shape", "button", "round"], - "char": "โšซ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "red_circle": { - "keywords": ["shape", "error", "danger"], - "char": "๐Ÿ”ด", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "large_blue_circle": { - "keywords": ["shape", "icon", "button"], - "char": "๐Ÿ”ต", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "small_orange_diamond": { - "keywords": ["shape", "jewel", "gem"], - "char": "๐Ÿ”ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "small_blue_diamond": { - "keywords": ["shape", "jewel", "gem"], - "char": "๐Ÿ”น", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "large_orange_diamond": { - "keywords": ["shape", "jewel", "gem"], - "char": "๐Ÿ”ถ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "large_blue_diamond": { - "keywords": ["shape", "jewel", "gem"], - "char": "๐Ÿ”ท", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "small_red_triangle": { - "keywords": ["shape", "direction", "up", "top"], - "char": "๐Ÿ”บ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "black_small_square": { - "keywords": ["shape", "icon"], - "char": "โ–ช๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "white_small_square": { - "keywords": ["shape", "icon"], - "char": "โ–ซ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "black_large_square": { - "keywords": ["shape", "icon", "button"], - "char": "โฌ›", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "white_large_square": { - "keywords": ["shape", "icon", "stone", "button"], - "char": "โฌœ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "small_red_triangle_down": { - "keywords": ["shape", "direction", "bottom"], - "char": "๐Ÿ”ป", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "black_medium_square": { - "keywords": ["shape", "button", "icon"], - "char": "โ—ผ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "white_medium_square": { - "keywords": ["shape", "stone", "icon"], - "char": "โ—ป๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "black_medium_small_square": { - "keywords": ["icon", "shape", "button"], - "char": "โ—พ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "white_medium_small_square": { - "keywords": ["shape", "stone", "icon", "button"], - "char": "โ—ฝ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "black_square_button": { - "keywords": ["shape", "input", "frame"], - "char": "๐Ÿ”ฒ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "white_square_button": { - "keywords": ["shape", "input"], - "char": "๐Ÿ”ณ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "speaker": { - "keywords": ["sound", "volume", "silence", "broadcast"], - "char": "๐Ÿ”ˆ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "sound": { - "keywords": ["volume", "speaker", "broadcast"], - "char": "๐Ÿ”‰", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "loud_sound": { - "keywords": ["volume", "noise", "noisy", "speaker", "broadcast"], - "char": "๐Ÿ”Š", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "mute": { - "keywords": ["sound", "volume", "silence", "quiet"], - "char": "๐Ÿ”‡", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "mega": { - "keywords": ["sound", "speaker", "volume"], - "char": "๐Ÿ“ฃ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "loudspeaker": { - "keywords": ["volume", "sound"], - "char": "๐Ÿ“ข", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "bell": { - "keywords": ["sound", "notification", "christmas", "xmas", "chime"], - "char": "๐Ÿ””", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "no_bell": { - "keywords": ["sound", "volume", "mute", "quiet", "silent"], - "char": "๐Ÿ”•", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "black_joker": { - "keywords": ["poker", "cards", "game", "play", "magic"], - "char": "๐Ÿƒ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "mahjong": { - "keywords": ["game", "play", "chinese", "kanji"], - "char": "๐Ÿ€„", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "spades": { - "keywords": ["poker", "cards", "suits", "magic"], - "char": "โ™ ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "clubs": { - "keywords": ["poker", "cards", "magic", "suits"], - "char": "โ™ฃ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "hearts": { - "keywords": ["poker", "cards", "magic", "suits"], - "char": "โ™ฅ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "diamonds": { - "keywords": ["poker", "cards", "magic", "suits"], - "char": "โ™ฆ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "flower_playing_cards": { - "keywords": ["game", "sunset", "red"], - "char": "๐ŸŽด", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "thought_balloon": { - "keywords": ["bubble", "cloud", "speech", "thinking", "dream"], - "char": "๐Ÿ’ญ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "right_anger_bubble": { - "keywords": ["caption", "speech", "thinking", "mad"], - "char": "๐Ÿ—ฏ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "speech_balloon": { - "keywords": ["bubble", "words", "message", "talk", "chatting"], - "char": "๐Ÿ’ฌ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "left_speech_bubble": { - "keywords": ["words", "message", "talk", "chatting"], - "char": "๐Ÿ—จ๏ธ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "clock1": { - "keywords": ["time", "late", "early", "schedule"], - "char": "๐Ÿ•", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "clock2": { - "keywords": ["time", "late", "early", "schedule"], - "char": "๐Ÿ•‘", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "clock3": { - "keywords": ["time", "late", "early", "schedule"], - "char": "๐Ÿ•’", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "clock4": { - "keywords": ["time", "late", "early", "schedule"], - "char": "๐Ÿ•“", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "clock5": { - "keywords": ["time", "late", "early", "schedule"], - "char": "๐Ÿ•”", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "clock6": { - "keywords": ["time", "late", "early", "schedule", "dawn", "dusk"], - "char": "๐Ÿ••", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "clock7": { - "keywords": ["time", "late", "early", "schedule"], - "char": "๐Ÿ•–", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "clock8": { - "keywords": ["time", "late", "early", "schedule"], - "char": "๐Ÿ•—", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "clock9": { - "keywords": ["time", "late", "early", "schedule"], - "char": "๐Ÿ•˜", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "clock10": { - "keywords": ["time", "late", "early", "schedule"], - "char": "๐Ÿ•™", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "clock11": { - "keywords": ["time", "late", "early", "schedule"], - "char": "๐Ÿ•š", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "clock12": { - "keywords": ["time", "noon", "midnight", "midday", "late", "early", "schedule"], - "char": "๐Ÿ•›", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "clock130": { - "keywords": ["time", "late", "early", "schedule"], - "char": "๐Ÿ•œ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "clock230": { - "keywords": ["time", "late", "early", "schedule"], - "char": "๐Ÿ•", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "clock330": { - "keywords": ["time", "late", "early", "schedule"], - "char": "๐Ÿ•ž", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "clock430": { - "keywords": ["time", "late", "early", "schedule"], - "char": "๐Ÿ•Ÿ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "clock530": { - "keywords": ["time", "late", "early", "schedule"], - "char": "๐Ÿ• ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "clock630": { - "keywords": ["time", "late", "early", "schedule"], - "char": "๐Ÿ•ก", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "clock730": { - "keywords": ["time", "late", "early", "schedule"], - "char": "๐Ÿ•ข", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "clock830": { - "keywords": ["time", "late", "early", "schedule"], - "char": "๐Ÿ•ฃ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "clock930": { - "keywords": ["time", "late", "early", "schedule"], - "char": "๐Ÿ•ค", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "clock1030": { - "keywords": ["time", "late", "early", "schedule"], - "char": "๐Ÿ•ฅ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "clock1130": { - "keywords": ["time", "late", "early", "schedule"], - "char": "๐Ÿ•ฆ", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "clock1230": { - "keywords": ["time", "late", "early", "schedule"], - "char": "๐Ÿ•ง", - "fitzpatrick_scale": false, - "category": "symbols" - }, - "white_flag": { - "keywords": ["losing", "loser", "lost", "surrender", "give up", "fail"], - "char": "๐Ÿณ๏ธ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "black_flag": { - "keywords": ["pirate"], - "char": "๐Ÿด", - "fitzpatrick_scale": false, - "category": "objects" - }, - "pirate_flag": { - "keywords": ["skull", "crossbones", "flag", "banner"], - "char": "๐Ÿดโ€โ˜ ๏ธ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "checkered_flag": { - "keywords": ["contest", "finishline", "race", "gokart"], - "char": "๐Ÿ", - "fitzpatrick_scale": false, - "category": "travel_and_places" - }, - "triangular_flag_on_post": { - "keywords": ["mark", "milestone", "place"], - "char": "๐Ÿšฉ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "rainbow_flag": { - "keywords": ["flag", "rainbow", "pride", "gay", "lgbt", "glbt", "queer", "homosexual", "lesbian", "bisexual", "transgender"], - "char": "๐Ÿณ๏ธโ€๐ŸŒˆ", - "fitzpatrick_scale": false, - "category": "objects" - }, - "united_nations": { - "keywords": ["un", "flag", "banner"], - "char": "๐Ÿ‡บ๐Ÿ‡ณ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "afghanistan": { - "keywords": ["af", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฆ๐Ÿ‡ซ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "aland_islands": { - "keywords": ["ร…land", "islands", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฆ๐Ÿ‡ฝ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "albania": { - "keywords": ["al", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฆ๐Ÿ‡ฑ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "algeria": { - "keywords": ["dz", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฉ๐Ÿ‡ฟ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "american_samoa": { - "keywords": ["american", "ws", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฆ๐Ÿ‡ธ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "andorra": { - "keywords": ["ad", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฆ๐Ÿ‡ฉ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "angola": { - "keywords": ["ao", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฆ๐Ÿ‡ด", - "fitzpatrick_scale": false, - "category": "flags" - }, - "anguilla": { - "keywords": ["ai", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฆ๐Ÿ‡ฎ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "antarctica": { - "keywords": ["aq", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฆ๐Ÿ‡ถ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "antigua_barbuda": { - "keywords": ["antigua", "barbuda", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฆ๐Ÿ‡ฌ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "argentina": { - "keywords": ["ar", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฆ๐Ÿ‡ท", - "fitzpatrick_scale": false, - "category": "flags" - }, - "armenia": { - "keywords": ["am", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฆ๐Ÿ‡ฒ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "aruba": { - "keywords": ["aw", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฆ๐Ÿ‡ผ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "australia": { - "keywords": ["au", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฆ๐Ÿ‡บ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "austria": { - "keywords": ["at", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฆ๐Ÿ‡น", - "fitzpatrick_scale": false, - "category": "flags" - }, - "azerbaijan": { - "keywords": ["az", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฆ๐Ÿ‡ฟ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "bahamas": { - "keywords": ["bs", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ง๐Ÿ‡ธ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "bahrain": { - "keywords": ["bh", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ง๐Ÿ‡ญ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "bangladesh": { - "keywords": ["bd", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ง๐Ÿ‡ฉ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "barbados": { - "keywords": ["bb", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ง๐Ÿ‡ง", - "fitzpatrick_scale": false, - "category": "flags" - }, - "belarus": { - "keywords": ["by", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ง๐Ÿ‡พ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "belgium": { - "keywords": ["be", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ง๐Ÿ‡ช", - "fitzpatrick_scale": false, - "category": "flags" - }, - "belize": { - "keywords": ["bz", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ง๐Ÿ‡ฟ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "benin": { - "keywords": ["bj", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ง๐Ÿ‡ฏ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "bermuda": { - "keywords": ["bm", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ง๐Ÿ‡ฒ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "bhutan": { - "keywords": ["bt", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ง๐Ÿ‡น", - "fitzpatrick_scale": false, - "category": "flags" - }, - "bolivia": { - "keywords": ["bo", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ง๐Ÿ‡ด", - "fitzpatrick_scale": false, - "category": "flags" - }, - "caribbean_netherlands": { - "keywords": ["bonaire", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ง๐Ÿ‡ถ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "bosnia_herzegovina": { - "keywords": ["bosnia", "herzegovina", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ง๐Ÿ‡ฆ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "botswana": { - "keywords": ["bw", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ง๐Ÿ‡ผ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "brazil": { - "keywords": ["br", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ง๐Ÿ‡ท", - "fitzpatrick_scale": false, - "category": "flags" - }, - "british_indian_ocean_territory": { - "keywords": ["british", "indian", "ocean", "territory", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฎ๐Ÿ‡ด", - "fitzpatrick_scale": false, - "category": "flags" - }, - "british_virgin_islands": { - "keywords": ["british", "virgin", "islands", "bvi", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ป๐Ÿ‡ฌ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "brunei": { - "keywords": ["bn", "darussalam", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ง๐Ÿ‡ณ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "bulgaria": { - "keywords": ["bg", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ง๐Ÿ‡ฌ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "burkina_faso": { - "keywords": ["burkina", "faso", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ง๐Ÿ‡ซ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "burundi": { - "keywords": ["bi", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ง๐Ÿ‡ฎ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "cape_verde": { - "keywords": ["cabo", "verde", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡จ๐Ÿ‡ป", - "fitzpatrick_scale": false, - "category": "flags" - }, - "cambodia": { - "keywords": ["kh", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฐ๐Ÿ‡ญ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "cameroon": { - "keywords": ["cm", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡จ๐Ÿ‡ฒ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "canada": { - "keywords": ["ca", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡จ๐Ÿ‡ฆ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "canary_islands": { - "keywords": ["canary", "islands", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฎ๐Ÿ‡จ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "cayman_islands": { - "keywords": ["cayman", "islands", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฐ๐Ÿ‡พ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "central_african_republic": { - "keywords": ["central", "african", "republic", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡จ๐Ÿ‡ซ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "chad": { - "keywords": ["td", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡น๐Ÿ‡ฉ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "chile": { - "keywords": ["flag", "nation", "country", "banner"], - "char": "๐Ÿ‡จ๐Ÿ‡ฑ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "cn": { - "keywords": ["china", "chinese", "prc", "flag", "country", "nation", "banner"], - "char": "๐Ÿ‡จ๐Ÿ‡ณ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "christmas_island": { - "keywords": ["christmas", "island", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡จ๐Ÿ‡ฝ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "cocos_islands": { - "keywords": ["cocos", "keeling", "islands", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡จ๐Ÿ‡จ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "colombia": { - "keywords": ["co", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡จ๐Ÿ‡ด", - "fitzpatrick_scale": false, - "category": "flags" - }, - "comoros": { - "keywords": ["km", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฐ๐Ÿ‡ฒ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "congo_brazzaville": { - "keywords": ["congo", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡จ๐Ÿ‡ฌ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "congo_kinshasa": { - "keywords": ["congo", "democratic", "republic", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡จ๐Ÿ‡ฉ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "cook_islands": { - "keywords": ["cook", "islands", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡จ๐Ÿ‡ฐ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "costa_rica": { - "keywords": ["costa", "rica", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡จ๐Ÿ‡ท", - "fitzpatrick_scale": false, - "category": "flags" - }, - "croatia": { - "keywords": ["hr", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ญ๐Ÿ‡ท", - "fitzpatrick_scale": false, - "category": "flags" - }, - "cuba": { - "keywords": ["cu", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡จ๐Ÿ‡บ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "curacao": { - "keywords": ["curaรงao", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡จ๐Ÿ‡ผ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "cyprus": { - "keywords": ["cy", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡จ๐Ÿ‡พ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "czech_republic": { - "keywords": ["cz", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡จ๐Ÿ‡ฟ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "denmark": { - "keywords": ["dk", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฉ๐Ÿ‡ฐ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "djibouti": { - "keywords": ["dj", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฉ๐Ÿ‡ฏ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "dominica": { - "keywords": ["dm", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฉ๐Ÿ‡ฒ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "dominican_republic": { - "keywords": ["dominican", "republic", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฉ๐Ÿ‡ด", - "fitzpatrick_scale": false, - "category": "flags" - }, - "ecuador": { - "keywords": ["ec", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ช๐Ÿ‡จ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "egypt": { - "keywords": ["eg", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ช๐Ÿ‡ฌ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "el_salvador": { - "keywords": ["el", "salvador", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ธ๐Ÿ‡ป", - "fitzpatrick_scale": false, - "category": "flags" - }, - "equatorial_guinea": { - "keywords": ["equatorial", "gn", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฌ๐Ÿ‡ถ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "eritrea": { - "keywords": ["er", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ช๐Ÿ‡ท", - "fitzpatrick_scale": false, - "category": "flags" - }, - "estonia": { - "keywords": ["ee", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ช๐Ÿ‡ช", - "fitzpatrick_scale": false, - "category": "flags" - }, - "ethiopia": { - "keywords": ["et", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ช๐Ÿ‡น", - "fitzpatrick_scale": false, - "category": "flags" - }, - "eu": { - "keywords": ["european", "union", "flag", "banner"], - "char": "๐Ÿ‡ช๐Ÿ‡บ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "falkland_islands": { - "keywords": ["falkland", "islands", "malvinas", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ซ๐Ÿ‡ฐ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "faroe_islands": { - "keywords": ["faroe", "islands", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ซ๐Ÿ‡ด", - "fitzpatrick_scale": false, - "category": "flags" - }, - "fiji": { - "keywords": ["fj", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ซ๐Ÿ‡ฏ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "finland": { - "keywords": ["fi", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ซ๐Ÿ‡ฎ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "fr": { - "keywords": ["banner", "flag", "nation", "france", "french", "country"], - "char": "๐Ÿ‡ซ๐Ÿ‡ท", - "fitzpatrick_scale": false, - "category": "flags" - }, - "french_guiana": { - "keywords": ["french", "guiana", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฌ๐Ÿ‡ซ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "french_polynesia": { - "keywords": ["french", "polynesia", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ต๐Ÿ‡ซ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "french_southern_territories": { - "keywords": ["french", "southern", "territories", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡น๐Ÿ‡ซ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "gabon": { - "keywords": ["ga", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฌ๐Ÿ‡ฆ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "gambia": { - "keywords": ["gm", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฌ๐Ÿ‡ฒ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "georgia": { - "keywords": ["ge", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฌ๐Ÿ‡ช", - "fitzpatrick_scale": false, - "category": "flags" - }, - "de": { - "keywords": ["german", "nation", "flag", "country", "banner"], - "char": "๐Ÿ‡ฉ๐Ÿ‡ช", - "fitzpatrick_scale": false, - "category": "flags" - }, - "ghana": { - "keywords": ["gh", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฌ๐Ÿ‡ญ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "gibraltar": { - "keywords": ["gi", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฌ๐Ÿ‡ฎ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "greece": { - "keywords": ["gr", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฌ๐Ÿ‡ท", - "fitzpatrick_scale": false, - "category": "flags" - }, - "greenland": { - "keywords": ["gl", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฌ๐Ÿ‡ฑ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "grenada": { - "keywords": ["gd", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฌ๐Ÿ‡ฉ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "guadeloupe": { - "keywords": ["gp", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฌ๐Ÿ‡ต", - "fitzpatrick_scale": false, - "category": "flags" - }, - "guam": { - "keywords": ["gu", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฌ๐Ÿ‡บ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "guatemala": { - "keywords": ["gt", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฌ๐Ÿ‡น", - "fitzpatrick_scale": false, - "category": "flags" - }, - "guernsey": { - "keywords": ["gg", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฌ๐Ÿ‡ฌ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "guinea": { - "keywords": ["gn", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฌ๐Ÿ‡ณ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "guinea_bissau": { - "keywords": ["gw", "bissau", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฌ๐Ÿ‡ผ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "guyana": { - "keywords": ["gy", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฌ๐Ÿ‡พ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "haiti": { - "keywords": ["ht", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ญ๐Ÿ‡น", - "fitzpatrick_scale": false, - "category": "flags" - }, - "honduras": { - "keywords": ["hn", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ญ๐Ÿ‡ณ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "hong_kong": { - "keywords": ["hong", "kong", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ญ๐Ÿ‡ฐ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "hungary": { - "keywords": ["hu", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ญ๐Ÿ‡บ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "iceland": { - "keywords": ["is", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฎ๐Ÿ‡ธ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "india": { - "keywords": ["in", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฎ๐Ÿ‡ณ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "indonesia": { - "keywords": ["flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฎ๐Ÿ‡ฉ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "iran": { - "keywords": ["iran,", "islamic", "republic", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฎ๐Ÿ‡ท", - "fitzpatrick_scale": false, - "category": "flags" - }, - "iraq": { - "keywords": ["iq", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฎ๐Ÿ‡ถ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "ireland": { - "keywords": ["ie", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฎ๐Ÿ‡ช", - "fitzpatrick_scale": false, - "category": "flags" - }, - "isle_of_man": { - "keywords": ["isle", "man", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฎ๐Ÿ‡ฒ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "israel": { - "keywords": ["il", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฎ๐Ÿ‡ฑ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "it": { - "keywords": ["italy", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฎ๐Ÿ‡น", - "fitzpatrick_scale": false, - "category": "flags" - }, - "cote_divoire": { - "keywords": ["ivory", "coast", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡จ๐Ÿ‡ฎ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "jamaica": { - "keywords": ["jm", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฏ๐Ÿ‡ฒ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "jp": { - "keywords": ["japanese", "nation", "flag", "country", "banner"], - "char": "๐Ÿ‡ฏ๐Ÿ‡ต", - "fitzpatrick_scale": false, - "category": "flags" - }, - "jersey": { - "keywords": ["je", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฏ๐Ÿ‡ช", - "fitzpatrick_scale": false, - "category": "flags" - }, - "jordan": { - "keywords": ["jo", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฏ๐Ÿ‡ด", - "fitzpatrick_scale": false, - "category": "flags" - }, - "kazakhstan": { - "keywords": ["kz", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฐ๐Ÿ‡ฟ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "kenya": { - "keywords": ["ke", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฐ๐Ÿ‡ช", - "fitzpatrick_scale": false, - "category": "flags" - }, - "kiribati": { - "keywords": ["ki", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฐ๐Ÿ‡ฎ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "kosovo": { - "keywords": ["xk", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฝ๐Ÿ‡ฐ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "kuwait": { - "keywords": ["kw", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฐ๐Ÿ‡ผ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "kyrgyzstan": { - "keywords": ["kg", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฐ๐Ÿ‡ฌ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "laos": { - "keywords": ["lao", "democratic", "republic", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฑ๐Ÿ‡ฆ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "latvia": { - "keywords": ["lv", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฑ๐Ÿ‡ป", - "fitzpatrick_scale": false, - "category": "flags" - }, - "lebanon": { - "keywords": ["lb", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฑ๐Ÿ‡ง", - "fitzpatrick_scale": false, - "category": "flags" - }, - "lesotho": { - "keywords": ["ls", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฑ๐Ÿ‡ธ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "liberia": { - "keywords": ["lr", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฑ๐Ÿ‡ท", - "fitzpatrick_scale": false, - "category": "flags" - }, - "libya": { - "keywords": ["ly", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฑ๐Ÿ‡พ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "liechtenstein": { - "keywords": ["li", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฑ๐Ÿ‡ฎ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "lithuania": { - "keywords": ["lt", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฑ๐Ÿ‡น", - "fitzpatrick_scale": false, - "category": "flags" - }, - "luxembourg": { - "keywords": ["lu", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฑ๐Ÿ‡บ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "macau": { - "keywords": ["macao", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฒ๐Ÿ‡ด", - "fitzpatrick_scale": false, - "category": "flags" - }, - "macedonia": { - "keywords": ["macedonia,", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฒ๐Ÿ‡ฐ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "madagascar": { - "keywords": ["mg", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฒ๐Ÿ‡ฌ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "malawi": { - "keywords": ["mw", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฒ๐Ÿ‡ผ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "malaysia": { - "keywords": ["my", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฒ๐Ÿ‡พ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "maldives": { - "keywords": ["mv", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฒ๐Ÿ‡ป", - "fitzpatrick_scale": false, - "category": "flags" - }, - "mali": { - "keywords": ["ml", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฒ๐Ÿ‡ฑ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "malta": { - "keywords": ["mt", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฒ๐Ÿ‡น", - "fitzpatrick_scale": false, - "category": "flags" - }, - "marshall_islands": { - "keywords": ["marshall", "islands", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฒ๐Ÿ‡ญ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "martinique": { - "keywords": ["mq", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฒ๐Ÿ‡ถ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "mauritania": { - "keywords": ["mr", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฒ๐Ÿ‡ท", - "fitzpatrick_scale": false, - "category": "flags" - }, - "mauritius": { - "keywords": ["mu", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฒ๐Ÿ‡บ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "mayotte": { - "keywords": ["yt", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡พ๐Ÿ‡น", - "fitzpatrick_scale": false, - "category": "flags" - }, - "mexico": { - "keywords": ["mx", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฒ๐Ÿ‡ฝ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "micronesia": { - "keywords": ["micronesia,", "federated", "states", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ซ๐Ÿ‡ฒ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "moldova": { - "keywords": ["moldova,", "republic", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฒ๐Ÿ‡ฉ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "monaco": { - "keywords": ["mc", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฒ๐Ÿ‡จ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "mongolia": { - "keywords": ["mn", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฒ๐Ÿ‡ณ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "montenegro": { - "keywords": ["me", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฒ๐Ÿ‡ช", - "fitzpatrick_scale": false, - "category": "flags" - }, - "montserrat": { - "keywords": ["ms", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฒ๐Ÿ‡ธ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "morocco": { - "keywords": ["ma", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฒ๐Ÿ‡ฆ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "mozambique": { - "keywords": ["mz", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฒ๐Ÿ‡ฟ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "myanmar": { - "keywords": ["mm", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฒ๐Ÿ‡ฒ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "namibia": { - "keywords": ["na", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ณ๐Ÿ‡ฆ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "nauru": { - "keywords": ["nr", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ณ๐Ÿ‡ท", - "fitzpatrick_scale": false, - "category": "flags" - }, - "nepal": { - "keywords": ["np", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ณ๐Ÿ‡ต", - "fitzpatrick_scale": false, - "category": "flags" - }, - "netherlands": { - "keywords": ["nl", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ณ๐Ÿ‡ฑ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "new_caledonia": { - "keywords": ["new", "caledonia", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ณ๐Ÿ‡จ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "new_zealand": { - "keywords": ["new", "zealand", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ณ๐Ÿ‡ฟ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "nicaragua": { - "keywords": ["ni", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ณ๐Ÿ‡ฎ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "niger": { - "keywords": ["ne", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ณ๐Ÿ‡ช", - "fitzpatrick_scale": false, - "category": "flags" - }, - "nigeria": { - "keywords": ["flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ณ๐Ÿ‡ฌ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "niue": { - "keywords": ["nu", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ณ๐Ÿ‡บ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "norfolk_island": { - "keywords": ["norfolk", "island", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ณ๐Ÿ‡ซ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "northern_mariana_islands": { - "keywords": ["northern", "mariana", "islands", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฒ๐Ÿ‡ต", - "fitzpatrick_scale": false, - "category": "flags" - }, - "north_korea": { - "keywords": ["north", "korea", "nation", "flag", "country", "banner"], - "char": "๐Ÿ‡ฐ๐Ÿ‡ต", - "fitzpatrick_scale": false, - "category": "flags" - }, - "norway": { - "keywords": ["no", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ณ๐Ÿ‡ด", - "fitzpatrick_scale": false, - "category": "flags" - }, - "oman": { - "keywords": ["om_symbol", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ด๐Ÿ‡ฒ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "pakistan": { - "keywords": ["pk", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ต๐Ÿ‡ฐ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "palau": { - "keywords": ["pw", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ต๐Ÿ‡ผ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "palestinian_territories": { - "keywords": ["palestine", "palestinian", "territories", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ต๐Ÿ‡ธ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "panama": { - "keywords": ["pa", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ต๐Ÿ‡ฆ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "papua_new_guinea": { - "keywords": ["papua", "new", "guinea", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ต๐Ÿ‡ฌ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "paraguay": { - "keywords": ["py", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ต๐Ÿ‡พ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "peru": { - "keywords": ["pe", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ต๐Ÿ‡ช", - "fitzpatrick_scale": false, - "category": "flags" - }, - "philippines": { - "keywords": ["ph", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ต๐Ÿ‡ญ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "pitcairn_islands": { - "keywords": ["pitcairn", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ต๐Ÿ‡ณ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "poland": { - "keywords": ["pl", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ต๐Ÿ‡ฑ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "portugal": { - "keywords": ["pt", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ต๐Ÿ‡น", - "fitzpatrick_scale": false, - "category": "flags" - }, - "puerto_rico": { - "keywords": ["puerto", "rico", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ต๐Ÿ‡ท", - "fitzpatrick_scale": false, - "category": "flags" - }, - "qatar": { - "keywords": ["qa", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ถ๐Ÿ‡ฆ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "reunion": { - "keywords": ["rรฉunion", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ท๐Ÿ‡ช", - "fitzpatrick_scale": false, - "category": "flags" - }, - "romania": { - "keywords": ["ro", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ท๐Ÿ‡ด", - "fitzpatrick_scale": false, - "category": "flags" - }, - "ru": { - "keywords": ["russian", "federation", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ท๐Ÿ‡บ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "rwanda": { - "keywords": ["rw", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ท๐Ÿ‡ผ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "st_barthelemy": { - "keywords": ["saint", "barthรฉlemy", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ง๐Ÿ‡ฑ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "st_helena": { - "keywords": ["saint", "helena", "ascension", "tristan", "cunha", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ธ๐Ÿ‡ญ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "st_kitts_nevis": { - "keywords": ["saint", "kitts", "nevis", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฐ๐Ÿ‡ณ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "st_lucia": { - "keywords": ["saint", "lucia", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฑ๐Ÿ‡จ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "st_pierre_miquelon": { - "keywords": ["saint", "pierre", "miquelon", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ต๐Ÿ‡ฒ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "st_vincent_grenadines": { - "keywords": ["saint", "vincent", "grenadines", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ป๐Ÿ‡จ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "samoa": { - "keywords": ["ws", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ผ๐Ÿ‡ธ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "san_marino": { - "keywords": ["san", "marino", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ธ๐Ÿ‡ฒ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "sao_tome_principe": { - "keywords": ["sao", "tome", "principe", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ธ๐Ÿ‡น", - "fitzpatrick_scale": false, - "category": "flags" - }, - "saudi_arabia": { - "keywords": ["flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ธ๐Ÿ‡ฆ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "senegal": { - "keywords": ["sn", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ธ๐Ÿ‡ณ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "serbia": { - "keywords": ["rs", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ท๐Ÿ‡ธ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "seychelles": { - "keywords": ["sc", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ธ๐Ÿ‡จ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "sierra_leone": { - "keywords": ["sierra", "leone", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ธ๐Ÿ‡ฑ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "singapore": { - "keywords": ["sg", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ธ๐Ÿ‡ฌ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "sint_maarten": { - "keywords": ["sint", "maarten", "dutch", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ธ๐Ÿ‡ฝ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "slovakia": { - "keywords": ["sk", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ธ๐Ÿ‡ฐ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "slovenia": { - "keywords": ["si", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ธ๐Ÿ‡ฎ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "solomon_islands": { - "keywords": ["solomon", "islands", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ธ๐Ÿ‡ง", - "fitzpatrick_scale": false, - "category": "flags" - }, - "somalia": { - "keywords": ["so", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ธ๐Ÿ‡ด", - "fitzpatrick_scale": false, - "category": "flags" - }, - "south_africa": { - "keywords": ["south", "africa", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฟ๐Ÿ‡ฆ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "south_georgia_south_sandwich_islands": { - "keywords": ["south", "georgia", "sandwich", "islands", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฌ๐Ÿ‡ธ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "kr": { - "keywords": ["south", "korea", "nation", "flag", "country", "banner"], - "char": "๐Ÿ‡ฐ๐Ÿ‡ท", - "fitzpatrick_scale": false, - "category": "flags" - }, - "south_sudan": { - "keywords": ["south", "sd", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ธ๐Ÿ‡ธ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "es": { - "keywords": ["spain", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ช๐Ÿ‡ธ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "sri_lanka": { - "keywords": ["sri", "lanka", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฑ๐Ÿ‡ฐ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "sudan": { - "keywords": ["sd", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ธ๐Ÿ‡ฉ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "suriname": { - "keywords": ["sr", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ธ๐Ÿ‡ท", - "fitzpatrick_scale": false, - "category": "flags" - }, - "swaziland": { - "keywords": ["sz", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ธ๐Ÿ‡ฟ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "sweden": { - "keywords": ["se", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ธ๐Ÿ‡ช", - "fitzpatrick_scale": false, - "category": "flags" - }, - "switzerland": { - "keywords": ["ch", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡จ๐Ÿ‡ญ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "syria": { - "keywords": ["syrian", "arab", "republic", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ธ๐Ÿ‡พ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "taiwan": { - "keywords": ["tw", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡น๐Ÿ‡ผ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "tajikistan": { - "keywords": ["tj", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡น๐Ÿ‡ฏ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "tanzania": { - "keywords": ["tanzania,", "united", "republic", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡น๐Ÿ‡ฟ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "thailand": { - "keywords": ["th", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡น๐Ÿ‡ญ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "timor_leste": { - "keywords": ["timor", "leste", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡น๐Ÿ‡ฑ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "togo": { - "keywords": ["tg", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡น๐Ÿ‡ฌ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "tokelau": { - "keywords": ["tk", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡น๐Ÿ‡ฐ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "tonga": { - "keywords": ["to", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡น๐Ÿ‡ด", - "fitzpatrick_scale": false, - "category": "flags" - }, - "trinidad_tobago": { - "keywords": ["trinidad", "tobago", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡น๐Ÿ‡น", - "fitzpatrick_scale": false, - "category": "flags" - }, - "tunisia": { - "keywords": ["tn", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡น๐Ÿ‡ณ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "tr": { - "keywords": ["turkey", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡น๐Ÿ‡ท", - "fitzpatrick_scale": false, - "category": "flags" - }, - "turkmenistan": { - "keywords": ["flag", "nation", "country", "banner"], - "char": "๐Ÿ‡น๐Ÿ‡ฒ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "turks_caicos_islands": { - "keywords": ["turks", "caicos", "islands", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡น๐Ÿ‡จ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "tuvalu": { - "keywords": ["flag", "nation", "country", "banner"], - "char": "๐Ÿ‡น๐Ÿ‡ป", - "fitzpatrick_scale": false, - "category": "flags" - }, - "uganda": { - "keywords": ["ug", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡บ๐Ÿ‡ฌ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "ukraine": { - "keywords": ["ua", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡บ๐Ÿ‡ฆ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "united_arab_emirates": { - "keywords": ["united", "arab", "emirates", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฆ๐Ÿ‡ช", - "fitzpatrick_scale": false, - "category": "flags" - }, - "uk": { - "keywords": ["united", "kingdom", "great", "britain", "northern", "ireland", "flag", "nation", "country", "banner", "british", "UK", "english", "england", "union jack"], - "char": "๐Ÿ‡ฌ๐Ÿ‡ง", - "fitzpatrick_scale": false, - "category": "flags" - }, - "england": { - "keywords": ["flag", "english"], - "char": "๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "scotland": { - "keywords": ["flag", "scottish"], - "char": "๐Ÿด๓ ง๓ ข๓ ณ๓ ฃ๓ ด๓ ฟ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "wales": { - "keywords": ["flag", "welsh"], - "char": "๐Ÿด๓ ง๓ ข๓ ท๓ ฌ๓ ณ๓ ฟ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "us": { - "keywords": ["united", "states", "america", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡บ๐Ÿ‡ธ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "us_virgin_islands": { - "keywords": ["virgin", "islands", "us", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ป๐Ÿ‡ฎ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "uruguay": { - "keywords": ["uy", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡บ๐Ÿ‡พ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "uzbekistan": { - "keywords": ["uz", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡บ๐Ÿ‡ฟ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "vanuatu": { - "keywords": ["vu", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ป๐Ÿ‡บ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "vatican_city": { - "keywords": ["vatican", "city", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ป๐Ÿ‡ฆ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "venezuela": { - "keywords": ["ve", "bolivarian", "republic", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ป๐Ÿ‡ช", - "fitzpatrick_scale": false, - "category": "flags" - }, - "vietnam": { - "keywords": ["viet", "nam", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ป๐Ÿ‡ณ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "wallis_futuna": { - "keywords": ["wallis", "futuna", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ผ๐Ÿ‡ซ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "western_sahara": { - "keywords": ["western", "sahara", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ช๐Ÿ‡ญ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "yemen": { - "keywords": ["ye", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡พ๐Ÿ‡ช", - "fitzpatrick_scale": false, - "category": "flags" - }, - "zambia": { - "keywords": ["zm", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฟ๐Ÿ‡ฒ", - "fitzpatrick_scale": false, - "category": "flags" - }, - "zimbabwe": { - "keywords": ["zw", "flag", "nation", "country", "banner"], - "char": "๐Ÿ‡ฟ๐Ÿ‡ผ", - "fitzpatrick_scale": false, - "category": "flags" - } -} From e3b4c85f51bdd7ac635a6b80d20026c5ac89758f Mon Sep 17 00:00:00 2001 From: Mu-An Chiou Date: Sun, 3 Nov 2019 21:45:00 -0500 Subject: [PATCH 14/24] Remove test --- package-lock.json | 593 ---------------------------------------------- package.json | 8 +- test.js | 163 ------------- 3 files changed, 1 insertion(+), 763 deletions(-) delete mode 100644 test.js diff --git a/package-lock.json b/package-lock.json index d01f7f4c..c49bfcbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,379 +4,18 @@ "lockfileVersion": 1, "requires": true, "dependencies": { - "JSONStream": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.1.tgz", - "integrity": "sha1-cH92HgHa6eFvG8+TcDt4xwlmV5o=", - "dev": true, - "requires": { - "jsonparse": "^1.2.0", - "through": ">=2.2.7 <3" - } - }, - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", - "dev": true - }, - "ansi-styles": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", - "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", - "dev": true - }, - "balanced-match": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", - "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", - "dev": true - }, - "brace-expansion": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz", - "integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=", - "dev": true, - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "buffer-shims": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz", - "integrity": "sha1-mXjOMXOIxkmth5MCjDR37wRKi1E=", - "dev": true - }, - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", - "dev": true, - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - } - }, - "concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", - "dev": true - }, - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", - "dev": true - }, - "deep-equal": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.0.1.tgz", - "integrity": "sha1-9dJgKStmDghO/0zbyfCK0yR0SLU=", - "dev": true - }, - "define-properties": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", - "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", - "dev": true, - "requires": { - "object-keys": "^1.0.12" - } - }, - "defined": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz", - "integrity": "sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM=", - "dev": true - }, - "duplexer": { - "version": "0.1.1", - "resolved": "http://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz", - "integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=", - "dev": true - }, - "es-abstract": { - "version": "1.12.0", - "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.12.0.tgz", - "integrity": "sha512-C8Fx/0jFmV5IPoMOFPA9P9G5NtqW+4cOPit3MIuvR2t7Ag2K15EJTpxnHAYTzL+aYQJIESYeXZmDBfOBE1HcpA==", - "dev": true, - "requires": { - "es-to-primitive": "^1.1.1", - "function-bind": "^1.1.1", - "has": "^1.0.1", - "is-callable": "^1.1.3", - "is-regex": "^1.0.4" - } - }, - "es-to-primitive": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.0.tgz", - "integrity": "sha512-qZryBOJjV//LaxLTV6UC//WewneB3LcXOL9NP++ozKVXsIIIpm/2c13UDiD9Jp2eThsecw9m3jPqDwTyobcdbg==", - "dev": true, - "requires": { - "is-callable": "^1.1.4", - "is-date-object": "^1.0.1", - "is-symbol": "^1.0.2" - } - }, - "escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true - }, - "figures": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz", - "integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=", - "dev": true, - "requires": { - "escape-string-regexp": "^1.0.5", - "object-assign": "^4.1.0" - } - }, - "for-each": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", - "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", - "dev": true, - "requires": { - "is-callable": "^1.1.3" - } - }, - "format-json-stream": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/format-json-stream/-/format-json-stream-0.1.5.tgz", - "integrity": "sha1-g+OQ6c0nqWhaPhSuaFv3OyXcvPQ=", - "dev": true, - "requires": { - "string2stream": "0.0.2", - "through": "~2.3.4" - } - }, - "fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", - "dev": true - }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", - "dev": true - }, - "glob": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz", - "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==", - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "dev": true, - "requires": { - "function-bind": "^1.1.1" - } - }, - "has-ansi": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", - "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", - "dev": true, - "requires": { - "ansi-regex": "^2.0.0" - } - }, - "has-symbols": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.0.tgz", - "integrity": "sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=", - "dev": true - }, - "inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "dev": true, - "requires": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", - "dev": true - }, - "is-callable": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.4.tgz", - "integrity": "sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==", - "dev": true - }, - "is-date-object": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.1.tgz", - "integrity": "sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY=", - "dev": true - }, - "is-finite": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz", - "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=", - "dev": true, - "requires": { - "number-is-nan": "^1.0.0" - } - }, - "is-regex": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz", - "integrity": "sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=", - "dev": true, - "requires": { - "has": "^1.0.1" - } - }, - "is-symbol": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.2.tgz", - "integrity": "sha512-HS8bZ9ox60yCJLH9snBpIwv9pYUAkcuLhSA1oero1UB5y9aiQpRA8y2ex945AOtCZL1lJDeIk3G5LthswI46Lw==", - "dev": true, - "requires": { - "has-symbols": "^1.0.0" - } - }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", - "dev": true - }, - "jsonparse": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", - "integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=", - "dev": true - }, "kleur": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", "dev": true }, - "lodash": { - "version": "4.17.15", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz", - "integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==", - "dev": true - }, - "minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", - "dev": true, - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "number-is-nan": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", - "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", - "dev": true - }, - "object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", - "dev": true - }, - "object-inspect": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.6.0.tgz", - "integrity": "sha512-GJzfBZ6DgDAmnuaM3104jR4s1Myxr3Y3zfIyN4z3UdqN69oSRacNK8UhnobDdC+7J2AHCjGwxQubNJfE70SXXQ==", - "dev": true - }, - "object-keys": { - "version": "1.0.12", - "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.0.12.tgz", - "integrity": "sha512-FTMyFUm2wBcGHnH2eXmz7tC6IwlqQZ6mVZ+6dm6vZ4IQIHjs6FdNsQBuKGPuUUUY6NfJw2PshC08Tn6LzLDOag==", - "dev": true - }, - "once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "dev": true, - "requires": { - "wrappy": "1" - } - }, - "parse-ms": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parse-ms/-/parse-ms-1.0.1.tgz", - "integrity": "sha1-VjRtR0nXjyNDDKDHE4UK75GqNh0=", - "dev": true - }, - "path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", - "dev": true - }, - "path-parse": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", - "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", - "dev": true - }, - "plur": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/plur/-/plur-1.0.0.tgz", - "integrity": "sha1-24XGgU9eXlo7Se/CjWBP7GKXUVY=", - "dev": true - }, "prettier": { "version": "1.18.2", "resolved": "https://registry.npmjs.org/prettier/-/prettier-1.18.2.tgz", "integrity": "sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==", "dev": true }, - "pretty-ms": { - "version": "2.1.0", - "resolved": "http://registry.npmjs.org/pretty-ms/-/pretty-ms-2.1.0.tgz", - "integrity": "sha1-QlfCVt8/sLRR1q/6qwIYhBJpgdw=", - "dev": true, - "requires": { - "is-finite": "^1.0.1", - "parse-ms": "^1.0.0", - "plur": "^1.0.0" - } - }, - "process-nextick-args": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz", - "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=", - "dev": true - }, "prompts": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.2.1.tgz", @@ -387,249 +26,17 @@ "sisteransi": "^1.0.3" } }, - "re-emitter": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/re-emitter/-/re-emitter-1.1.3.tgz", - "integrity": "sha1-+p4xn/3u6zWycpbvDz03TawvUqc=", - "dev": true - }, - "repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", - "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=", - "dev": true - }, - "resolve": { - "version": "1.7.1", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.7.1.tgz", - "integrity": "sha512-c7rwLofp8g1U+h1KNyHL/jicrKg1Ek4q+Lr33AL65uZTinUZHe30D5HlyN5V9NW0JX1D5dXQ4jqW5l7Sy/kGfw==", - "dev": true, - "requires": { - "path-parse": "^1.0.5" - } - }, - "resumer": { - "version": "0.0.0", - "resolved": "https://registry.npmjs.org/resumer/-/resumer-0.0.0.tgz", - "integrity": "sha1-8ej0YeQGS6Oegq883CqMiT0HZ1k=", - "dev": true, - "requires": { - "through": "~2.3.4" - } - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - }, "sisteransi": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.3.tgz", "integrity": "sha512-SbEG75TzH8G7eVXFSN5f9EExILKfly7SUvVY5DhhYLvfhKqhDFY0OzevWa/zwak0RLRfWS5AvfMWpd9gJvr5Yg==", "dev": true }, - "split": { - "version": "1.0.0", - "resolved": "http://registry.npmjs.org/split/-/split-1.0.0.tgz", - "integrity": "sha1-xDlc5oOrzSVLwo/h2rtuXCfc/64=", - "dev": true, - "requires": { - "through": "2" - } - }, - "string.prototype.trim": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.1.2.tgz", - "integrity": "sha1-0E3iyJ4Tf019IG8Ia17S+ua+jOo=", - "dev": true, - "requires": { - "define-properties": "^1.1.2", - "es-abstract": "^1.5.0", - "function-bind": "^1.0.2" - } - }, - "string2stream": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/string2stream/-/string2stream-0.0.2.tgz", - "integrity": "sha1-X/80iO6gu8VJLjHeJADk93Rh/S4=", - "dev": true - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", - "dev": true, - "requires": { - "ansi-regex": "^2.0.0" - } - }, - "supports-color": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", - "dev": true - }, - "tap-out": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/tap-out/-/tap-out-2.1.0.tgz", - "integrity": "sha512-LJE+TBoVbOWhwdz4+FQk40nmbIuxJLqaGvj3WauQw3NYYU5TdjoV3C0x/yq37YAvVyi+oeBXmWnxWSjJ7IEyUw==", - "dev": true, - "requires": { - "re-emitter": "1.1.3", - "readable-stream": "2.2.9", - "split": "1.0.0", - "trim": "0.0.1" - }, - "dependencies": { - "readable-stream": { - "version": "2.2.9", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.9.tgz", - "integrity": "sha1-z3jsb0ptHrQ9JkiMrJfwQudLf8g=", - "dev": true, - "requires": { - "buffer-shims": "~1.0.0", - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "~1.0.0", - "process-nextick-args": "~1.0.6", - "string_decoder": "~1.0.0", - "util-deprecate": "~1.0.1" - } - }, - "string_decoder": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", - "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", - "dev": true, - "requires": { - "safe-buffer": "~5.1.0" - } - } - } - }, - "tap-spec": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/tap-spec/-/tap-spec-5.0.0.tgz", - "integrity": "sha512-zMDVJiE5I6Y4XGjlueGXJIX2YIkbDN44broZlnypT38Hj/czfOXrszHNNJBF/DXR8n+x6gbfSx68x04kIEHdrw==", - "dev": true, - "requires": { - "chalk": "^1.0.0", - "duplexer": "^0.1.1", - "figures": "^1.4.0", - "lodash": "^4.17.10", - "pretty-ms": "^2.1.0", - "repeat-string": "^1.5.2", - "tap-out": "^2.1.0", - "through2": "^2.0.0" - } - }, - "tape": { - "version": "4.9.1", - "resolved": "https://registry.npmjs.org/tape/-/tape-4.9.1.tgz", - "integrity": "sha512-6fKIXknLpoe/Jp4rzHKFPpJUHDHDqn8jus99IfPnHIjyz78HYlefTGD3b5EkbQzuLfaEvmfPK3IolLgq2xT3kw==", - "dev": true, - "requires": { - "deep-equal": "~1.0.1", - "defined": "~1.0.0", - "for-each": "~0.3.3", - "function-bind": "~1.1.1", - "glob": "~7.1.2", - "has": "~1.0.3", - "inherits": "~2.0.3", - "minimist": "~1.2.0", - "object-inspect": "~1.6.0", - "resolve": "~1.7.1", - "resumer": "~0.0.0", - "string.prototype.trim": "~1.1.2", - "through": "~2.3.8" - }, - "dependencies": { - "minimist": { - "version": "1.2.0", - "resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", - "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", - "dev": true - } - } - }, - "through": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", - "dev": true - }, - "through2": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", - "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", - "dev": true, - "requires": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" - }, - "dependencies": { - "process-nextick-args": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz", - "integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==", - "dev": true - }, - "readable-stream": { - "version": "2.3.6", - "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", - "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", - "dev": true, - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" - } - }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "dev": true, - "requires": { - "safe-buffer": "~5.1.0" - } - } - } - }, - "trim": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz", - "integrity": "sha1-WFhUf2spB1fulczMZm+1AITEYN0=", - "dev": true - }, "unicode-emoji-json": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/unicode-emoji-json/-/unicode-emoji-json-0.1.0.tgz", "integrity": "sha512-7jyfbZZf4OaDF4o4h9GdlxTmh6dodwAnLVVI9rVmDiol1aKD2oBh9mgMQGil7fAOJiyLzS+RHo2F0Ex3D13syw==", "dev": true - }, - "util-deprecate": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", - "dev": true - }, - "wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", - "dev": true - }, - "xtend": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz", - "integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=", - "dev": true } } } diff --git a/package.json b/package.json index 75bddb43..8015fbf8 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,7 @@ "files": [ "dist" ], - "scripts": { - "test": "node test.js | tap-spec" - }, + "scripts": {}, "repository": { "type": "git", "url": "git+https://github.com/muan/emojilib.git" @@ -25,12 +23,8 @@ }, "homepage": "https://github.com/muan/emojilib#readme", "devDependencies": { - "JSONStream": "^1.0.4", - "format-json-stream": "^0.1.5", "prettier": "^1.18.2", "prompts": "^2.2.1", - "tap-spec": "^5.0.0", - "tape": "^4.9.1", "unicode-emoji-json": "^0.1.0" }, "dependencies": {} diff --git a/test.js b/test.js deleted file mode 100644 index 5940afe8..00000000 --- a/test.js +++ /dev/null @@ -1,163 +0,0 @@ -/* global phantom */ - -var fs = require('fs') -var rawData = fs.readFileSync('./emojis.json').toString() -var test = require('tape') -var passed = function () { console.log('\x1B[92mPASSED\x1B[0m\n') } -var failed = function () { - console.log('\x1B[91mFAILED\x1B[0m\n') - buildFailed = true -} -var reveal = function () { - if (buildFailed) { - console.log(':cry: \x1B[91mNo good, something failed.\x1B[0m :boom:\n') - phantom.exit(buildFailed) - } else { - console.log(':sparkles: \x1B[96mWho\'s awesome? You\'re awesome!\x1B[0m :+1:\n') - phantom.exit() - } -} - -var categories = { - people: 346, - animals_and_nature: 177, - food_and_drink: 105, - activity: 95, - travel_and_places: 119, - objects: 202, - symbols: 274, - flags: 252 -} - -// Calculate numbeer of emojis from categories -var numberOfEmojis = Object.keys(categories).map(function (key) { return categories[key] }).reduce(function (a, b) { return a + b }) - -// -test('Keys match', function(t) { - data = JSON.parse(fs.readFileSync('emojis.json').toString()) - ordered_keys = JSON.parse(fs.readFileSync('ordered.json').toString()) - keys = Object.keys(data) - t.ok(keys, 'Valid JSON format') - t.equal(keys.length, numberOfEmojis, keys.length + '/' + numberOfEmojis + ' objects in emojis.json') - t.equal(ordered_keys.length, numberOfEmojis, ordered_keys.length + '/' + numberOfEmojis + ' keys in ordered_keys.json') - - var ordered_keys_not_in_keys = ordered_keys.filter(function(key) { return keys.indexOf(key) < 0}) - t.deepEqual(ordered_keys_not_in_keys, [], 'Keys in emojis.json and ordered.json match') - t.end() -}) - -test('Emoji count', function(t) { - var counter = [] - Object.keys(categories).forEach(function (category) { - var count = keys.map(function (key) { - return data[key]['category'] - }).filter(function (mojicategory) { - return mojicategory === category - }).length - - if (count !== categories[category]) { - counter.push([category, count]) - } - }) - - if (counter.length > 0) { - var emptyCounterMessage = '' - for (const result of counter) { - emptyCounterMessage += 'There are ' + result[1] + ' emojis in \'' + result[0] + '\', but the expected number is ' + categories[result[0]] + '\n' - } - } - t.deepEqual(counter, [], emptyCounterMessage || 'OK') - t.end() -}) - -test('No duplicate characters', function(t) { - var arr = [] - var dups = [] - var keysFromRawData = rawData.match(/\".+\": {/g) - - keysFromRawData.forEach(function (key) { - key = key.replace(/\"|\:|\s|\{/g, '') - if (arr.indexOf(key) < 0) { - arr.push(key) - } else { - dups.push(key) - } - }) - - var charsFromRawData = rawData.match(/"char": ".+"/g) - - charsFromRawData.forEach(function (character) { - character = character.replace(/:|"|(char)|\s/g, '') - if (arr.indexOf(character) < 0) { - arr.push(character) - } else { - dups.push(character) - } - }) - - if (dups.length > 0) { - var noDupsMessage = '' - for (const key of dups) { - noDupsMessage += 'There is more than one "' + key + '" in emojis.json.\n' - } - } - t.deepEqual(dups, [], noDupsMessage || 'OK') - t.end() -}) - -// -test('No unnecessary keywords', function(t) { - var unnecessities = [] - var unnecessitiesInKeywords = [] - - keys.forEach(function (key) { - for (const keyword of data[key]['keywords']) { - if (key === keyword) { - unnecessities.push([key, keyword]) - } - - var otherKeywords = data[key]['keywords'].slice() - otherKeywords.splice(data[key]['keywords'].indexOf(keyword), 1) - - otherKeywords.forEach(function (otherKeyword) { - if (otherKeyword === keyword) { - unnecessitiesInKeywords.push([otherKeyword, keyword, key]) - } - }) - } - }) - - if (unnecessities.length > 0 || unnecessitiesInKeywords.length > 0) { - var unnecessitiesMessage = '' - for (const arr of unnecessities) { - unnecessitiesMessage += '"' + arr[1] + '" is unnecessary as the key is already "' + arr[0] + '".\n' - } - var unnecessitiesInKeywordsMessage = '' - for (const arr of unnecessitiesInKeywords) { - unnecessitiesInKeywordsMessage += '"' + arr[1] + '" is unnecessary as a "' + arr[2] + '" already has a keyword "' + arr[0] + '".\n' - } - } - t.deepEqual(unnecessities, [], unnecessitiesMessage || 'OK') - t.deepEqual(unnecessitiesInKeywords, [], unnecessitiesInKeywordsMessage || 'OK') - t.end() -}) - -// -test('Required properties', function(t) { - var properties = ['keywords', 'char', 'fitzpatrick_scale', 'category'] - var emojiWithWrongKeys = [] - keys.forEach(function (key) { - if (Object.keys(data[key]).join() !== properties.join()) { - emojiWithWrongKeys.push(key) - } - }) - - if (emojiWithWrongKeys.length > 0) { - var message = '' - for (const emoji of emojiWithWrongKeys) { - message += emoji + ' has keys "' + Object.keys(data[emoji]).join(', ') + '", expect: "' + properties.join(', ') + '"\n' - } - } - t.deepEqual(emojiWithWrongKeys, [], message || 'OK') - t.end() -}) From 99ad5bb08eb4f1799d0062ccd27854daab98ad0e Mon Sep 17 00:00:00 2001 From: Mu-An Chiou Date: Thu, 14 Jan 2021 16:21:12 +0800 Subject: [PATCH 15/24] Add scripts for key checking and adding --- package-lock.json | 787 +++++++++++++++++++++++++++++++++++++++++++++- package.json | 9 +- test.js | 26 ++ upgrade.js | 20 ++ 4 files changed, 837 insertions(+), 5 deletions(-) create mode 100644 test.js create mode 100644 upgrade.js diff --git a/package-lock.json b/package-lock.json index c49bfcbc..59d40d09 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,18 +4,517 @@ "lockfileVersion": 1, "requires": true, "dependencies": { + "ansi-escape": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/ansi-escape/-/ansi-escape-1.1.0.tgz", + "integrity": "sha1-ithZ6Epp4P+Rd5aUeTqS5OjAXpk=", + "dev": true + }, + "array-filter": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/array-filter/-/array-filter-1.0.0.tgz", + "integrity": "sha1-uveeYubvTCpMC4MSMtr/7CUfnYM=", + "dev": true + }, + "available-typed-arrays": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.2.tgz", + "integrity": "sha512-XWX3OX8Onv97LMk/ftVyBibpGwY5a8SmuxZPzeOxqmuEqUCOM9ZE+uIaD1VNJ5QnvU2UQusvmKbuM1FR8QWGfQ==", + "dev": true, + "requires": { + "array-filter": "^1.0.0" + } + }, + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", + "dev": true + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "buffer-shims": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz", + "integrity": "sha1-mXjOMXOIxkmth5MCjDR37wRKi1E=", + "dev": true + }, + "call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "dev": true, + "requires": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + } + }, + "commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "dev": true + }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", + "dev": true + }, + "deep-equal": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.0.5.tgz", + "integrity": "sha512-nPiRgmbAtm1a3JsnLCf6/SLfXcjyN5v8L1TXzdCmHrXJ4hx+gW/w1YCcn7z8gJtSiDArZCgYtbao3QqLm/N1Sw==", + "dev": true, + "requires": { + "call-bind": "^1.0.0", + "es-get-iterator": "^1.1.1", + "get-intrinsic": "^1.0.1", + "is-arguments": "^1.0.4", + "is-date-object": "^1.0.2", + "is-regex": "^1.1.1", + "isarray": "^2.0.5", + "object-is": "^1.1.4", + "object-keys": "^1.1.1", + "object.assign": "^4.1.2", + "regexp.prototype.flags": "^1.3.0", + "side-channel": "^1.0.3", + "which-boxed-primitive": "^1.0.1", + "which-collection": "^1.0.1", + "which-typed-array": "^1.1.2" + } + }, + "define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "dev": true, + "requires": { + "object-keys": "^1.0.12" + } + }, + "defined": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz", + "integrity": "sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM=", + "dev": true + }, + "dotignore": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/dotignore/-/dotignore-0.1.2.tgz", + "integrity": "sha512-UGGGWfSauusaVJC+8fgV+NVvBXkCTmVv7sk6nojDZZvuOUNGUy0Zk4UpHQD6EDjS0jpBwcACvH4eofvyzBcRDw==", + "dev": true, + "requires": { + "minimatch": "^3.0.4" + } + }, + "es-abstract": { + "version": "1.17.7", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.17.7.tgz", + "integrity": "sha512-VBl/gnfcJ7OercKA9MVaegWsBHFjV492syMudcnQZvt/Dw8ezpcOHYZXa/J96O8vx+g4x65YKhxOwDUh63aS5g==", + "dev": true, + "requires": { + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1", + "is-callable": "^1.2.2", + "is-regex": "^1.1.1", + "object-inspect": "^1.8.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.1", + "string.prototype.trimend": "^1.0.1", + "string.prototype.trimstart": "^1.0.1" + } + }, + "es-get-iterator": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.1.tgz", + "integrity": "sha512-qorBw8Y7B15DVLaJWy6WdEV/ZkieBcu6QCq/xzWzGOKJqgG1j754vXRfZ3NY7HSShneqU43mPB4OkQBTkvHhFw==", + "dev": true, + "requires": { + "call-bind": "^1.0.0", + "get-intrinsic": "^1.0.1", + "has-symbols": "^1.0.1", + "is-arguments": "^1.0.4", + "is-map": "^2.0.1", + "is-set": "^2.0.1", + "is-string": "^1.0.5", + "isarray": "^2.0.5" + } + }, + "es-to-primitive": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "dev": true, + "requires": { + "is-callable": "^1.1.4", + "is-date-object": "^1.0.1", + "is-symbol": "^1.0.2" + } + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true + }, + "figures": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", + "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=", + "dev": true, + "requires": { + "escape-string-regexp": "^1.0.5" + } + }, + "for-each": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", + "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", + "dev": true, + "requires": { + "is-callable": "^1.1.3" + } + }, + "foreach": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz", + "integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k=", + "dev": true + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "dev": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==", + "dev": true + }, + "get-intrinsic": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.0.2.tgz", + "integrity": "sha512-aeX0vrFm21ILl3+JpFFRNe9aUvp6VFZb2/CTbgLb8j75kOhvoNYjt9d8KA/tJG4gSo8nzEDedRl0h7vDmBYRVg==", + "dev": true, + "requires": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1" + } + }, + "glob": { + "version": "7.1.6", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz", + "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "dev": true, + "requires": { + "function-bind": "^1.1.1" + } + }, + "has-symbols": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.1.tgz", + "integrity": "sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg==", + "dev": true + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "dev": true, + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "dev": true + }, + "is-arguments": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.0.tgz", + "integrity": "sha512-1Ij4lOMPl/xB5kBDn7I+b2ttPMKa8szhEIrXDuXQD/oe3HJLTLhqhgGspwgyGd6MOywBUqVvYicF72lkgDnIHg==", + "dev": true, + "requires": { + "call-bind": "^1.0.0" + } + }, + "is-bigint": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.1.tgz", + "integrity": "sha512-J0ELF4yHFxHy0cmSxZuheDOz2luOdVvqjwmEcj8H/L1JHeuEDSDbeRP+Dk9kFVk5RTFzbucJ2Kb9F7ixY2QaCg==", + "dev": true + }, + "is-boolean-object": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.0.tgz", + "integrity": "sha512-a7Uprx8UtD+HWdyYwnD1+ExtTgqQtD2k/1yJgtXP6wnMm8byhkoTZRl+95LLThpzNZJ5aEvi46cdH+ayMFRwmA==", + "dev": true, + "requires": { + "call-bind": "^1.0.0" + } + }, + "is-callable": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.2.tgz", + "integrity": "sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA==", + "dev": true + }, + "is-core-module": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.2.0.tgz", + "integrity": "sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==", + "dev": true, + "requires": { + "has": "^1.0.3" + } + }, + "is-date-object": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.2.tgz", + "integrity": "sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g==", + "dev": true + }, + "is-map": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz", + "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==", + "dev": true + }, + "is-negative-zero": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.1.tgz", + "integrity": "sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w==", + "dev": true + }, + "is-number-object": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.4.tgz", + "integrity": "sha512-zohwelOAur+5uXtk8O3GPQ1eAcu4ZX3UwxQhUlfFFMNpUd83gXgjbhJh6HmB6LUNV/ieOLQuDwJO3dWJosUeMw==", + "dev": true + }, + "is-regex": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.1.tgz", + "integrity": "sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg==", + "dev": true, + "requires": { + "has-symbols": "^1.0.1" + } + }, + "is-set": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz", + "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==", + "dev": true + }, + "is-string": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.5.tgz", + "integrity": "sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ==", + "dev": true + }, + "is-symbol": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.3.tgz", + "integrity": "sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ==", + "dev": true, + "requires": { + "has-symbols": "^1.0.1" + } + }, + "is-typed-array": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.4.tgz", + "integrity": "sha512-ILaRgn4zaSrVNXNGtON6iFNotXW3hAPF3+0fB1usg2jFlWqo5fEDdmJkz0zBfoi7Dgskr8Khi2xZ8cXqZEfXNA==", + "dev": true, + "requires": { + "available-typed-arrays": "^1.0.2", + "call-bind": "^1.0.0", + "es-abstract": "^1.18.0-next.1", + "foreach": "^2.0.5", + "has-symbols": "^1.0.1" + }, + "dependencies": { + "es-abstract": { + "version": "1.18.0-next.1", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0-next.1.tgz", + "integrity": "sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA==", + "dev": true, + "requires": { + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1", + "is-callable": "^1.2.2", + "is-negative-zero": "^2.0.0", + "is-regex": "^1.1.1", + "object-inspect": "^1.8.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.1", + "string.prototype.trimend": "^1.0.1", + "string.prototype.trimstart": "^1.0.1" + } + } + } + }, + "is-weakmap": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz", + "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==", + "dev": true + }, + "is-weakset": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.1.tgz", + "integrity": "sha512-pi4vhbhVHGLxohUw7PhGsueT4vRGFoXhP7+RGN0jKIv9+8PWYCQTqtADngrxOm2g46hoH0+g8uZZBzMrvVGDmw==", + "dev": true + }, + "isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", + "dev": true + }, "kleur": { "version": "3.0.3", "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", "dev": true }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", + "dev": true + }, + "object-inspect": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.9.0.tgz", + "integrity": "sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw==", + "dev": true + }, + "object-is": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.4.tgz", + "integrity": "sha512-1ZvAZ4wlF7IyPVOcE1Omikt7UpaFlOQq0HlSti+ZvDH3UiD2brwGMwDbyV43jao2bKJ+4+WdPJHSd7kgzKYVqg==", + "dev": true, + "requires": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3" + } + }, + "object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "dev": true + }, + "object.assign": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", + "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", + "dev": true, + "requires": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "has-symbols": "^1.0.1", + "object-keys": "^1.1.1" + } + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "dev": true, + "requires": { + "wrappy": "1" + } + }, + "parse-ms": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parse-ms/-/parse-ms-1.0.1.tgz", + "integrity": "sha1-VjRtR0nXjyNDDKDHE4UK75GqNh0=", + "dev": true + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "dev": true + }, + "path-parse": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", + "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==", + "dev": true + }, "prettier": { "version": "1.18.2", "resolved": "https://registry.npmjs.org/prettier/-/prettier-1.18.2.tgz", "integrity": "sha512-OeHeMc0JhFE9idD4ZdtNibzY0+TPHSpSSb9h8FqtP+YnoZZ1sl8Vc9b1sasjfymH3SonAF4QcA2+mzHPhMvIiw==", "dev": true }, + "pretty-ms": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-3.2.0.tgz", + "integrity": "sha512-ZypexbfVUGTFxb0v+m1bUyy92DHe5SyYlnyY0msyms5zd3RwyvNgyxZZsXXgoyzlxjx5MiqtXUdhUfvQbe0A2Q==", + "dev": true, + "requires": { + "parse-ms": "^1.0.0" + } + }, + "process-nextick-args": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz", + "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=", + "dev": true + }, "prompts": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.2.1.tgz", @@ -26,16 +525,298 @@ "sisteransi": "^1.0.3" } }, + "re-emitter": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/re-emitter/-/re-emitter-1.1.3.tgz", + "integrity": "sha1-+p4xn/3u6zWycpbvDz03TawvUqc=", + "dev": true + }, + "readable-stream": { + "version": "2.2.9", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.9.tgz", + "integrity": "sha1-z3jsb0ptHrQ9JkiMrJfwQudLf8g=", + "dev": true, + "requires": { + "buffer-shims": "~1.0.0", + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "~1.0.0", + "process-nextick-args": "~1.0.6", + "string_decoder": "~1.0.0", + "util-deprecate": "~1.0.1" + }, + "dependencies": { + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", + "dev": true + } + } + }, + "regexp.prototype.flags": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz", + "integrity": "sha512-2+Q0C5g951OlYlJz6yu5/M33IcsESLlLfsyIaLJaG4FA2r4yP8MvVMJUUP/fVBkSpbbbZlS5gynbEWLipiiXiQ==", + "dev": true, + "requires": { + "define-properties": "^1.1.3", + "es-abstract": "^1.17.0-next.1" + } + }, + "resolve": { + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.19.0.tgz", + "integrity": "sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==", + "dev": true, + "requires": { + "is-core-module": "^2.1.0", + "path-parse": "^1.0.6" + } + }, + "resumer": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/resumer/-/resumer-0.0.0.tgz", + "integrity": "sha1-8ej0YeQGS6Oegq883CqMiT0HZ1k=", + "dev": true, + "requires": { + "through": "~2.3.4" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "side-channel": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", + "dev": true, + "requires": { + "call-bind": "^1.0.0", + "get-intrinsic": "^1.0.2", + "object-inspect": "^1.9.0" + } + }, "sisteransi": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.3.tgz", "integrity": "sha512-SbEG75TzH8G7eVXFSN5f9EExILKfly7SUvVY5DhhYLvfhKqhDFY0OzevWa/zwak0RLRfWS5AvfMWpd9gJvr5Yg==", "dev": true }, + "split": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/split/-/split-1.0.0.tgz", + "integrity": "sha1-xDlc5oOrzSVLwo/h2rtuXCfc/64=", + "dev": true, + "requires": { + "through": "2" + } + }, + "string.prototype.trim": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.3.tgz", + "integrity": "sha512-16IL9pIBA5asNOSukPfxX2W68BaBvxyiRK16H3RA/lWW9BDosh+w7f+LhomPHpXJ82QEe7w7/rY/S1CV97raLg==", + "dev": true, + "requires": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "es-abstract": "^1.18.0-next.1" + }, + "dependencies": { + "es-abstract": { + "version": "1.18.0-next.1", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0-next.1.tgz", + "integrity": "sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA==", + "dev": true, + "requires": { + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1", + "is-callable": "^1.2.2", + "is-negative-zero": "^2.0.0", + "is-regex": "^1.1.1", + "object-inspect": "^1.8.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.1", + "string.prototype.trimend": "^1.0.1", + "string.prototype.trimstart": "^1.0.1" + } + } + } + }, + "string.prototype.trimend": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.3.tgz", + "integrity": "sha512-ayH0pB+uf0U28CtjlLvL7NaohvR1amUvVZk+y3DYb0Ey2PUV5zPkkKy9+U1ndVEIXO8hNg18eIv9Jntbii+dKw==", + "dev": true, + "requires": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3" + } + }, + "string.prototype.trimstart": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.3.tgz", + "integrity": "sha512-oBIBUy5lea5tt0ovtOFiEQaBkoBBkyJhZXzJYrSmDo5IUUqbOPvVezuRs/agBIdZ2p2Eo1FD6bD9USyBLfl3xg==", + "dev": true, + "requires": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3" + } + }, + "string_decoder": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", + "integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==", + "dev": true, + "requires": { + "safe-buffer": "~5.1.0" + } + }, + "tap-out": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tap-out/-/tap-out-2.1.0.tgz", + "integrity": "sha512-LJE+TBoVbOWhwdz4+FQk40nmbIuxJLqaGvj3WauQw3NYYU5TdjoV3C0x/yq37YAvVyi+oeBXmWnxWSjJ7IEyUw==", + "dev": true, + "requires": { + "re-emitter": "1.1.3", + "readable-stream": "2.2.9", + "split": "1.0.0", + "trim": "0.0.1" + } + }, + "tap-summary": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/tap-summary/-/tap-summary-4.0.0.tgz", + "integrity": "sha1-kyFIYrpGfFCgnzeOoOXtxd0EQz0=", + "dev": true, + "requires": { + "ansi-escape": "^1.0.1", + "commander": "^2.9.0", + "figures": "^2.0.0", + "pretty-ms": "^3.0.0", + "tap-out": "^2.0.0" + } + }, + "tape": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/tape/-/tape-5.1.1.tgz", + "integrity": "sha512-ujhT+ZJPqSGY9Le02mIGBnyWo7Ks05FEGS9PnlqECr3sM3KyV4CSCXAvSBJKMN+t+aZYLKEFUEo0l4wFJMhppQ==", + "dev": true, + "requires": { + "call-bind": "^1.0.0", + "deep-equal": "^2.0.5", + "defined": "^1.0.0", + "dotignore": "^0.1.2", + "for-each": "^0.3.3", + "glob": "^7.1.6", + "has": "^1.0.3", + "inherits": "^2.0.4", + "is-regex": "^1.1.1", + "minimist": "^1.2.5", + "object-inspect": "^1.9.0", + "object-is": "^1.1.4", + "object.assign": "^4.1.2", + "resolve": "^1.19.0", + "resumer": "^0.0.0", + "string.prototype.trim": "^1.2.3", + "through": "^2.3.8" + } + }, + "through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", + "dev": true + }, + "trim": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz", + "integrity": "sha1-WFhUf2spB1fulczMZm+1AITEYN0=", + "dev": true + }, "unicode-emoji-json": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/unicode-emoji-json/-/unicode-emoji-json-0.1.0.tgz", - "integrity": "sha512-7jyfbZZf4OaDF4o4h9GdlxTmh6dodwAnLVVI9rVmDiol1aKD2oBh9mgMQGil7fAOJiyLzS+RHo2F0Ex3D13syw==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/unicode-emoji-json/-/unicode-emoji-json-0.2.0.tgz", + "integrity": "sha512-O7Jkmm6GfqhSoA6KH8uCcFwt9lQfE8Rnks2aXeeTajN/d/Zu+kWupp3GNWkMbvVcxl9trs8v2nat9tyBi0Rhqg==", + "dev": true + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", + "dev": true + }, + "which-boxed-primitive": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", + "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", + "dev": true, + "requires": { + "is-bigint": "^1.0.1", + "is-boolean-object": "^1.1.0", + "is-number-object": "^1.0.4", + "is-string": "^1.0.5", + "is-symbol": "^1.0.3" + } + }, + "which-collection": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz", + "integrity": "sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==", + "dev": true, + "requires": { + "is-map": "^2.0.1", + "is-set": "^2.0.1", + "is-weakmap": "^2.0.1", + "is-weakset": "^2.0.1" + } + }, + "which-typed-array": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.4.tgz", + "integrity": "sha512-49E0SpUe90cjpoc7BOJwyPHRqSAd12c10Qm2amdEZrJPCY2NDxaW01zHITrem+rnETY3dwrbH3UUrUwagfCYDA==", + "dev": true, + "requires": { + "available-typed-arrays": "^1.0.2", + "call-bind": "^1.0.0", + "es-abstract": "^1.18.0-next.1", + "foreach": "^2.0.5", + "function-bind": "^1.1.1", + "has-symbols": "^1.0.1", + "is-typed-array": "^1.1.3" + }, + "dependencies": { + "es-abstract": { + "version": "1.18.0-next.1", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.18.0-next.1.tgz", + "integrity": "sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA==", + "dev": true, + "requires": { + "es-to-primitive": "^1.2.1", + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1", + "is-callable": "^1.2.2", + "is-negative-zero": "^2.0.0", + "is-regex": "^1.1.1", + "object-inspect": "^1.8.0", + "object-keys": "^1.1.1", + "object.assign": "^4.1.1", + "string.prototype.trimend": "^1.0.1", + "string.prototype.trimstart": "^1.0.1" + } + } + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", "dev": true } } diff --git a/package.json b/package.json index 8015fbf8..f1cd4c21 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,10 @@ "files": [ "dist" ], - "scripts": {}, + "scripts": { + "test": "node test.js | tap-summary", + "upgrade": "node upgrade.js" + }, "repository": { "type": "git", "url": "git+https://github.com/muan/emojilib.git" @@ -25,7 +28,9 @@ "devDependencies": { "prettier": "^1.18.2", "prompts": "^2.2.1", - "unicode-emoji-json": "^0.1.0" + "tap-summary": "^4.0.0", + "tape": "^5.1.1", + "unicode-emoji-json": "^0.2.0" }, "dependencies": {} } diff --git a/test.js b/test.js new file mode 100644 index 00000000..5c2e5a64 --- /dev/null +++ b/test.js @@ -0,0 +1,26 @@ +const fs = require('fs') +const test = require('tape') +const files = fs.readdirSync('dist') +const expectedKeys = require('unicode-emoji-json/data-ordered-emoji.json') + +for (const path of files) { + test(`checking dist/${path}`, {objectPrintDepth: 1}, t => { + const content = require(`./dist/${path}`) + const containedKeys = Object.keys(content) + t.equal( + containedKeys.length, + expectedKeys.length, + `expected ${expectedKeys.length}, but got ${containedKeys.length}.` + ) + const notFound = [] + for (const key of expectedKeys) { + if (content[key]) { + t.notOk(content[key].includes('// todo'), `${key} needs a keyword.`) + } else { + notFound.push(key) + } + } + t.ok(notFound.length === 0, `${notFound.join(', ')} were not found.`) + t.end() + }) +} diff --git a/upgrade.js b/upgrade.js new file mode 100644 index 00000000..3071e8dc --- /dev/null +++ b/upgrade.js @@ -0,0 +1,20 @@ +const fs = require('fs') +const files = fs.readdirSync('dist') +const data = require('unicode-emoji-json') + +for (const path of files) { + const fullPath = `./dist/${path}` + console.log(`checking ${fullPath}`) + const content = require(fullPath) + + const notFound = [] + for (const key of Object.keys(data)) { + if (Object.keys(content).indexOf(key) < 0) { + notFound.push(key) + content[key] = [data[key]['name'].replace(/_/, ' '), '// todo'] + } + } + const newContent = JSON.stringify(content, null, 2) + console.log(`added ${notFound.length}: ${notFound.join(', ')}.`) + fs.writeFileSync(fullPath, newContent) +} From 6370eb062965429a536c092253dc6cec2188a49a Mon Sep 17 00:00:00 2001 From: Mu-An Chiou Date: Thu, 14 Jan 2021 18:29:58 +0800 Subject: [PATCH 16/24] Add prompt interface for entering keywords --- package-lock.json | 24 ++++++++++++++++++++++++ package.json | 1 + upgrade.js | 42 ++++++++++++++++++++++++++++++------------ 3 files changed, 55 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 59d40d09..bb24e9d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -433,6 +433,12 @@ "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==", "dev": true }, + "mute-stream": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", + "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==", + "dev": true + }, "object-inspect": { "version": "1.9.0", "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.9.0.tgz", @@ -515,6 +521,15 @@ "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=", "dev": true }, + "promptly": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/promptly/-/promptly-3.2.0.tgz", + "integrity": "sha512-WnR9obtgW+rG4oUV3hSnNGl1pHm3V1H/qD9iJBumGSmVsSC5HpZOLuu8qdMb6yCItGfT7dcRszejr/5P3i9Pug==", + "dev": true, + "requires": { + "read": "^1.0.4" + } + }, "prompts": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.2.1.tgz", @@ -531,6 +546,15 @@ "integrity": "sha1-+p4xn/3u6zWycpbvDz03TawvUqc=", "dev": true }, + "read": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/read/-/read-1.0.7.tgz", + "integrity": "sha1-s9oZvQUkMal2cdRKQmNK33ELQMQ=", + "dev": true, + "requires": { + "mute-stream": "~0.0.4" + } + }, "readable-stream": { "version": "2.2.9", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.2.9.tgz", diff --git a/package.json b/package.json index f1cd4c21..0e338098 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "homepage": "https://github.com/muan/emojilib#readme", "devDependencies": { "prettier": "^1.18.2", + "promptly": "^3.2.0", "prompts": "^2.2.1", "tap-summary": "^4.0.0", "tape": "^5.1.1", diff --git a/upgrade.js b/upgrade.js index 3071e8dc..01360c91 100644 --- a/upgrade.js +++ b/upgrade.js @@ -1,20 +1,38 @@ const fs = require('fs') const files = fs.readdirSync('dist') const data = require('unicode-emoji-json') +const promptly = require('promptly') -for (const path of files) { - const fullPath = `./dist/${path}` - console.log(`checking ${fullPath}`) - const content = require(fullPath) +async function upgrade() { + for (const path of files) { + const fullPath = `./dist/${path}` + console.log(`checking ${fullPath}`) + const content = require(fullPath) - const notFound = [] - for (const key of Object.keys(data)) { - if (Object.keys(content).indexOf(key) < 0) { - notFound.push(key) - content[key] = [data[key]['name'].replace(/_/, ' '), '// todo'] + const notFound = [] + for (const key of Object.keys(data)) { + if (Object.keys(content).indexOf(key) < 0) { + notFound.push(key) + content[key] = await getKeywords(key, data[key]['name']) + fs.writeFileSync(fullPath, JSON.stringify(content, null, 2)) + } } + console.log(`added ${notFound.length}: ${notFound.join(', ')}.`) } - const newContent = JSON.stringify(content, null, 2) - console.log(`added ${notFound.length}: ${notFound.join(', ')}.`) - fs.writeFileSync(fullPath, newContent) } + +async function getKeywords(key, name) { + const keywords = [name.replace(/_/g, ' ')] + let text = null + while (text !== '') { + text = await promptly.prompt(`Enter a keyword for ${key}(${name}), leave it blank to go to the next one.`, { + retry: false, + default: '' + }) + if (text) keywords.push(text) + console.log(`${key}: ${keywords.join(', ')}`) + } + return keywords +} + +upgrade() From 0e9afb19ba04ee512d6bad8519bfcc782cc1c778 Mon Sep 17 00:00:00 2001 From: Mu-An Chiou Date: Thu, 14 Jan 2021 22:30:38 +0800 Subject: [PATCH 17/24] Move saved message --- upgrade.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade.js b/upgrade.js index 01360c91..37b511a8 100644 --- a/upgrade.js +++ b/upgrade.js @@ -14,6 +14,7 @@ async function upgrade() { if (Object.keys(content).indexOf(key) < 0) { notFound.push(key) content[key] = await getKeywords(key, data[key]['name']) + console.log(`[saved] ${key}: ${content[key].join(', ')}\n`) fs.writeFileSync(fullPath, JSON.stringify(content, null, 2)) } } @@ -30,7 +31,6 @@ async function getKeywords(key, name) { default: '' }) if (text) keywords.push(text) - console.log(`${key}: ${keywords.join(', ')}`) } return keywords } From 41131b4cdf64c883139bcd6de8c3d27af5821407 Mon Sep 17 00:00:00 2001 From: Mu-An Chiou Date: Thu, 14 Jan 2021 22:35:55 +0800 Subject: [PATCH 18/24] Update readme --- README.md | 71 ++++++++++++++++++------------------------------------- 1 file changed, 23 insertions(+), 48 deletions(-) diff --git a/README.md b/README.md index 885c13ad..0a769903 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ -# :book: emojilib [![Travis CI build status](https://img.shields.io/travis/muan/emojilib.svg?style=flat-square)](https://travis-ci.org/muan/emojilib) [![NPM](https://img.shields.io/npm/dt/emojilib.svg?style=flat-square&colorB=fd7463)](https://www.npmjs.com/package/emojilib) [![JavaScript Standard Style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square&colorB=f1d04a)](https://github.com/feross/standard) +# emojilib [![Travis CI build status](https://img.shields.io/travis/muan/emojilib.svg?style=flat-square)](https://travis-ci.org/muan/emojilib) [![NPM](https://img.shields.io/npm/dt/emojilib.svg?style=flat-square&colorB=fd7463)](https://www.npmjs.com/package/emojilib) [![JavaScript Standard Style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square&colorB=f1d04a)](https://github.com/feross/standard) -Emoji keyword library. +Make emoji searchable with this keyword library. ## Install -### :package: NPM
![](https://img.shields.io/npm/v/emojilib.svg?style=flat-square) - ``` npm install emojilib --save ``` @@ -13,54 +11,31 @@ npm install emojilib --save ## Usage ```javascript -> var emoji = require("emojilib") -> emoji.lib +> require("emojilib") { - "grinning": { - "keywords": ["face", "smile", "happy", "joy"], - "char": "๐Ÿ˜€", - "fitzpatrick_scale": false, - "category": "people" - }, - "grin": { - "keywords": ["face", "happy", "smile", "joy"], - "char": "๐Ÿ˜", - "fitzpatrick_scale": false, - "category": "people" - }, + '๐Ÿ˜€': [ + 'grinning_face', + 'face', + 'smile', + 'happy', + 'joy', + ':D', + 'grin' + ], + '๐Ÿ˜ƒ': [ + 'grinning_face_with_big_eyes', + 'face', + 'happy', + 'joy', + 'haha', ... } +``` -> emoji.ordered -[ 'grinning', 'grimacing', 'grin', 'joy', 'smiley', 'smile', 'sweat_smile', ...] - -> emoji.fitzpatrick_scale_modifiers -[ '๐Ÿป', '๐Ÿผ', '๐Ÿฝ', '๐Ÿพ', '๐Ÿฟ' ] - -> emoji.lib.v.fitzpatrick_scale -true - -> emoji.lib.turtle.fitzpatrick_scale -false +If you are looking for the unicode emoji dataset, including version, grouping, ordering, skin tone suppoer, check out [`unicode-emoji-json`](https://github.com/muan/unicode-emoji-json). -> emoji.lib.v.char + emoji.fitzpatrick_scale_modifiers[4] -'โœŒ๐Ÿฟ' -``` +## Development -## :electric_plug: Powered by emojilib +Test with `npm test`. -* [Emoji Searcher](http://emoji.muan.co) โ€“ [muan/emoji](https://github.com/muan/emoji) -* [Megamoji](http://megamoji.muan.co) โ€“ [muan/megamoji](https://github.com/muan/megamoji) -* [Emoji-translate](http://meowni.ca/emoji-translate) - [notwaldorf/emoji-translate](https://github.com/notwaldorf/emoji-translate) -* [\ Custom Element](https://github.com/wbinnssmith/emo-ji) -* [Menubar emoji search: Mojibar](https://github.com/muan/mojibar) โ€“ [muan/mojibar](https://github.com/muan/mojibar) -* [Emoji CLI](https://github.com/muan/emoji-cli) โ€“ [muan/emoji-cli](https://github.com/muan/emoji-cli) -* [Emoji Lookup for Launchbar](https://github.com/jasonrudolph/launchbar-emoji-lookup) โ€“ [jasonrudolph/launchbar-emoji-lookup](https://github.com/jasonrudolph/launchbar-emoji-lookup) -* [commemoji](https://www.npmjs.com/package/commemoji) - [martellaj/commemoji](https://github.com/martellaj/commemoji) -* [Emoji Stream](https://www.npmjs.com/package/emoji-stream) โ€“ [johnelliott/emoji-stream](https://github.com/johnelliott/emoji-stream) -* [EmojiPanel for Twitter](http://bit.ly/emojipanel) - [danbovey/EmojiPanel](https://github.com/danbovey/EmojiPanel) -* [mojibrag](https://mojibrag.firebaseapp.com/) - [notwaldorf/mojibrag](https://github.com/notwaldorf/mojibrag) -* [Emoji Alfred Workflow](https://www.npmjs.com/package/emoji-alfred-workflow) - [janclarin/emoji-alfred-workflow](https://github.com/janclarin/emoji-alfred-workflow) -* [(Another) Alfred Workflow for Emoji](https://www.alfredforum.com/topic/11126-alfred-emoji-search-emojis-by-name-or-keyword/) - [jsumners/alfred-emoji](https://github.com/jsumners/alfred-emoji) -* [Emojipasta Generator](http://erikyangs.com/emojipastagenerator/) - [erikyangs/emojipastagenerator](https://github.com/erikyangs/emojipastagenerator) -* [Emoji Picker](https://emojipicker.app) - [joeattardi/emoji-picker](https://github.com/joeattardi/emoji-picker) +After upgrading `unicode-emoji-json`, use `npm run upgrade` to add keywords to each new emoji. From a5e0b323fb86ffb78da48c4664c3b4872f136f4b Mon Sep 17 00:00:00 2001 From: Mu-An Chiou Date: Thu, 14 Jan 2021 23:05:58 +0800 Subject: [PATCH 19/24] Fix missing accented characters and update data --- dist/emoji-en-US.json | 13551 ++++++---------------------------------- package-lock.json | 6 +- package.json | 2 +- 3 files changed, 1991 insertions(+), 11568 deletions(-) diff --git a/dist/emoji-en-US.json b/dist/emoji-en-US.json index f90e4683..1800dcde 100644 --- a/dist/emoji-en-US.json +++ b/dist/emoji-en-US.json @@ -1,125 +1,17 @@ { - "๐Ÿ˜€": [ - "grinning_face", - "face", - "smile", - "happy", - "joy", - ":D", - "grin" - ], - "๐Ÿ˜ƒ": [ - "grinning_face_with_big_eyes", - "face", - "happy", - "joy", - "haha", - ":D", - ":)", - "smile", - "funny" - ], - "๐Ÿ˜„": [ - "grinning_face_with_smiling_eyes", - "face", - "happy", - "joy", - "funny", - "haha", - "laugh", - "like", - ":D", - ":)" - ], - "๐Ÿ˜": [ - "beaming_face_with_smiling_eyes", - "face", - "happy", - "smile", - "joy", - "kawaii" - ], - "๐Ÿ˜†": [ - "grinning_squinting_face", - "happy", - "joy", - "lol", - "satisfied", - "haha", - "face", - "glad", - "XD", - "laugh" - ], - "๐Ÿ˜…": [ - "grinning_face_with_sweat", - "face", - "hot", - "happy", - "laugh", - "sweat", - "smile", - "relief" - ], - "๐Ÿคฃ": [ - "rolling_on_the_floor_laughing", - "face", - "rolling", - "floor", - "laughing", - "lol", - "haha" - ], - "๐Ÿ˜‚": [ - "face_with_tears_of_joy", - "face", - "cry", - "tears", - "weep", - "happy", - "happytears", - "haha" - ], - "๐Ÿ™‚": [ - "slightly_smiling_face", - "face", - "smile" - ], - "๐Ÿ™ƒ": [ - "upside_down_face", - "face", - "flipped", - "silly", - "smile" - ], - "๐Ÿ˜‰": [ - "winking_face", - "face", - "happy", - "mischievous", - "secret", - ";)", - "smile", - "eye" - ], - "๐Ÿ˜Š": [ - "smiling_face_with_smiling_eyes", - "face", - "smile", - "happy", - "flushed", - "crush", - "embarrassed", - "shy", - "joy" - ], - "๐Ÿ˜‡": [ - "smiling_face_with_halo", - "face", - "angel", - "heaven", - "halo" - ], + "๐Ÿ˜€": ["grinning_face", "face", "smile", "happy", "joy", ":D", "grin"], + "๐Ÿ˜ƒ": ["grinning_face_with_big_eyes", "face", "happy", "joy", "haha", ":D", ":)", "smile", "funny"], + "๐Ÿ˜„": ["grinning_face_with_smiling_eyes", "face", "happy", "joy", "funny", "haha", "laugh", "like", ":D", ":)"], + "๐Ÿ˜": ["beaming_face_with_smiling_eyes", "face", "happy", "smile", "joy", "kawaii"], + "๐Ÿ˜†": ["grinning_squinting_face", "happy", "joy", "lol", "satisfied", "haha", "face", "glad", "XD", "laugh"], + "๐Ÿ˜…": ["grinning_face_with_sweat", "face", "hot", "happy", "laugh", "sweat", "smile", "relief"], + "๐Ÿคฃ": ["rolling_on_the_floor_laughing", "face", "rolling", "floor", "laughing", "lol", "haha"], + "๐Ÿ˜‚": ["face_with_tears_of_joy", "face", "cry", "tears", "weep", "happy", "happytears", "haha"], + "๐Ÿ™‚": ["slightly_smiling_face", "face", "smile"], + "๐Ÿ™ƒ": ["upside_down_face", "face", "flipped", "silly", "smile"], + "๐Ÿ˜‰": ["winking_face", "face", "happy", "mischievous", "secret", ";)", "smile", "eye"], + "๐Ÿ˜Š": ["smiling_face_with_smiling_eyes", "face", "smile", "happy", "flushed", "crush", "embarrassed", "shy", "joy"], + "๐Ÿ˜‡": ["smiling_face_with_halo", "face", "angel", "heaven", "halo"], "๐Ÿฅฐ": [ "smiling_face_with_hearts", "face", @@ -143,59 +35,12 @@ "crush", "heart" ], - "๐Ÿคฉ": [ - "star_struck", - "face", - "smile", - "starry", - "eyes", - "grinning" - ], - "๐Ÿ˜˜": [ - "face_blowing_a_kiss", - "face", - "love", - "like", - "affection", - "valentines", - "infatuation", - "kiss" - ], - "๐Ÿ˜—": [ - "kissing_face", - "love", - "like", - "face", - "3", - "valentines", - "infatuation", - "kiss" - ], - "โ˜บ๏ธ": [ - "smiling_face", - "face", - "blush", - "massage", - "happiness" - ], - "๐Ÿ˜š": [ - "kissing_face_with_closed_eyes", - "face", - "love", - "like", - "affection", - "valentines", - "infatuation", - "kiss" - ], - "๐Ÿ˜™": [ - "kissing_face_with_smiling_eyes", - "face", - "affection", - "valentines", - "infatuation", - "kiss" - ], + "๐Ÿคฉ": ["star_struck", "face", "smile", "starry", "eyes", "grinning"], + "๐Ÿ˜˜": ["face_blowing_a_kiss", "face", "love", "like", "affection", "valentines", "infatuation", "kiss"], + "๐Ÿ˜—": ["kissing_face", "love", "like", "face", "3", "valentines", "infatuation", "kiss"], + "โ˜บ๏ธ": ["smiling_face", "face", "blush", "massage", "happiness"], + "๐Ÿ˜š": ["kissing_face_with_closed_eyes", "face", "love", "like", "affection", "valentines", "infatuation", "kiss"], + "๐Ÿ˜™": ["kissing_face_with_smiling_eyes", "face", "affection", "valentines", "infatuation", "kiss"], "๐Ÿ˜‹": [ "face_savoring_food", "happy", @@ -209,120 +54,21 @@ "delicious", "savouring" ], - "๐Ÿ˜›": [ - "face_with_tongue", - "face", - "prank", - "childish", - "playful", - "mischievous", - "smile", - "tongue" - ], - "๐Ÿ˜œ": [ - "winking_face_with_tongue", - "face", - "prank", - "childish", - "playful", - "mischievous", - "smile", - "wink", - "tongue" - ], - "๐Ÿคช": [ - "zany_face", - "face", - "goofy", - "crazy" - ], - "๐Ÿ˜": [ - "squinting_face_with_tongue", - "face", - "prank", - "playful", - "mischievous", - "smile", - "tongue" - ], - "๐Ÿค‘": [ - "money_mouth_face", - "face", - "rich", - "dollar", - "money" - ], - "๐Ÿค—": [ - "hugging_face", - "face", - "smile", - "hug" - ], - "๐Ÿคญ": [ - "face_with_hand_over_mouth", - "face", - "whoops", - "shock", - "surprise" - ], - "๐Ÿคซ": [ - "shushing_face", - "face", - "quiet", - "shhh" - ], - "๐Ÿค”": [ - "thinking_face", - "face", - "hmmm", - "think", - "consider" - ], - "๐Ÿค": [ - "zipper_mouth_face", - "face", - "sealed", - "zipper", - "secret" - ], - "๐Ÿคจ": [ - "face_with_raised_eyebrow", - "face", - "distrust", - "scepticism", - "disapproval", - "disbelief", - "surprise" - ], - "๐Ÿ˜": [ - "neutral_face", - "indifference", - "meh", - ":|", - "neutral" - ], - "๐Ÿ˜‘": [ - "expressionless_face", - "face", - "indifferent", - "-_-", - "meh", - "deadpan" - ], - "๐Ÿ˜ถ": [ - "face_without_mouth", - "face", - "hellokitty" - ], - "๐Ÿ˜": [ - "smirking_face", - "face", - "smile", - "mean", - "prank", - "smug", - "sarcasm" - ], + "๐Ÿ˜›": ["face_with_tongue", "face", "prank", "childish", "playful", "mischievous", "smile", "tongue"], + "๐Ÿ˜œ": ["winking_face_with_tongue", "face", "prank", "childish", "playful", "mischievous", "smile", "wink", "tongue"], + "๐Ÿคช": ["zany_face", "face", "goofy", "crazy"], + "๐Ÿ˜": ["squinting_face_with_tongue", "face", "prank", "playful", "mischievous", "smile", "tongue"], + "๐Ÿค‘": ["money_mouth_face", "face", "rich", "dollar", "money"], + "๐Ÿค—": ["hugging_face", "face", "smile", "hug"], + "๐Ÿคญ": ["face_with_hand_over_mouth", "face", "whoops", "shock", "surprise"], + "๐Ÿคซ": ["shushing_face", "face", "quiet", "shhh"], + "๐Ÿค”": ["thinking_face", "face", "hmmm", "think", "consider"], + "๐Ÿค": ["zipper_mouth_face", "face", "sealed", "zipper", "secret"], + "๐Ÿคจ": ["face_with_raised_eyebrow", "face", "distrust", "scepticism", "disapproval", "disbelief", "surprise"], + "๐Ÿ˜": ["neutral_face", "indifference", "meh", ":|", "neutral"], + "๐Ÿ˜‘": ["expressionless_face", "face", "indifferent", "-_-", "meh", "deadpan"], + "๐Ÿ˜ถ": ["face_without_mouth", "face", "hellokitty"], + "๐Ÿ˜": ["smirking_face", "face", "smile", "mean", "prank", "smug", "sarcasm"], "๐Ÿ˜’": [ "unamused_face", "indifference", @@ -335,11324 +81,2001 @@ "dubious", "side_eye" ], - "๐Ÿ™„": [ - "face_with_rolling_eyes", - "face", - "eyeroll", - "frustrated" + "๐Ÿ™„": ["face_with_rolling_eyes", "face", "eyeroll", "frustrated"], + "๐Ÿ˜ฌ": ["grimacing_face", "face", "grimace", "teeth"], + "๐Ÿคฅ": ["lying_face", "face", "lie", "pinocchio"], + "๐Ÿ˜Œ": ["relieved_face", "face", "relaxed", "phew", "massage", "happiness"], + "๐Ÿ˜”": ["pensive_face", "face", "sad", "depressed", "upset"], + "๐Ÿ˜ช": ["sleepy_face", "face", "tired", "rest", "nap"], + "๐Ÿคค": ["drooling_face", "face"], + "๐Ÿ˜ด": ["sleeping_face", "face", "tired", "sleepy", "night", "zzz"], + "๐Ÿ˜ท": ["face_with_medical_mask", "face", "sick", "ill", "disease"], + "๐Ÿค’": ["face_with_thermometer", "sick", "temperature", "thermometer", "cold", "fever"], + "๐Ÿค•": ["face_with_head_bandage", "injured", "clumsy", "bandage", "hurt"], + "๐Ÿคข": ["nauseated_face", "face", "vomit", "gross", "green", "sick", "throw up", "ill"], + "๐Ÿคฎ": ["face_vomiting", "face", "sick"], + "๐Ÿคง": ["sneezing_face", "face", "gesundheit", "sneeze", "sick", "allergy"], + "๐Ÿฅต": ["hot_face", "face", "feverish", "heat", "red", "sweating"], + "๐Ÿฅถ": ["cold_face", "face", "blue", "freezing", "frozen", "frostbite", "icicles"], + "๐Ÿฅด": ["woozy_face", "face", "dizzy", "intoxicated", "tipsy", "wavy"], + "๐Ÿ˜ต": ["dizzy_face", "spent", "unconscious", "xox", "dizzy"], + "๐Ÿคฏ": ["exploding_head", "face", "shocked", "mind", "blown"], + "๐Ÿค ": ["cowboy_hat_face", "face", "cowgirl", "hat"], + "๐Ÿฅณ": ["partying_face", "face", "celebration", "woohoo"], + "๐Ÿ˜Ž": ["smiling_face_with_sunglasses", "face", "cool", "smile", "summer", "beach", "sunglass"], + "๐Ÿค“": ["nerd_face", "face", "nerdy", "geek", "dork"], + "๐Ÿง": ["face_with_monocle", "face", "stuffy", "wealthy"], + "๐Ÿ˜•": ["confused_face", "face", "indifference", "huh", "weird", "hmmm", ":/"], + "๐Ÿ˜Ÿ": ["worried_face", "face", "concern", "nervous", ":("], + "๐Ÿ™": ["slightly_frowning_face", "face", "frowning", "disappointed", "sad", "upset"], + "โ˜น๏ธ": ["frowning_face", "face", "sad", "upset", "frown"], + "๐Ÿ˜ฎ": ["face_with_open_mouth", "face", "surprise", "impressed", "wow", "whoa", ":O"], + "๐Ÿ˜ฏ": ["hushed_face", "face", "woo", "shh"], + "๐Ÿ˜ฒ": ["astonished_face", "face", "xox", "surprised", "poisoned"], + "๐Ÿ˜ณ": ["flushed_face", "face", "blush", "shy", "flattered"], + "๐Ÿฅบ": ["pleading_face", "face", "begging", "mercy"], + "๐Ÿ˜ฆ": ["frowning_face_with_open_mouth", "face", "aw", "what"], + "๐Ÿ˜ง": ["anguished_face", "face", "stunned", "nervous"], + "๐Ÿ˜จ": ["fearful_face", "face", "scared", "terrified", "nervous", "oops", "huh"], + "๐Ÿ˜ฐ": ["anxious_face_with_sweat", "face", "nervous", "sweat"], + "๐Ÿ˜ฅ": ["sad_but_relieved_face", "face", "phew", "sweat", "nervous"], + "๐Ÿ˜ข": ["crying_face", "face", "tears", "sad", "depressed", "upset", ":'("], + "๐Ÿ˜ญ": ["loudly_crying_face", "face", "cry", "tears", "sad", "upset", "depressed"], + "๐Ÿ˜ฑ": ["face_screaming_in_fear", "face", "munch", "scared", "omg"], + "๐Ÿ˜–": ["confounded_face", "face", "confused", "sick", "unwell", "oops", ":S"], + "๐Ÿ˜ฃ": ["persevering_face", "face", "sick", "no", "upset", "oops"], + "๐Ÿ˜ž": ["disappointed_face", "face", "sad", "upset", "depressed", ":("], + "๐Ÿ˜“": ["downcast_face_with_sweat", "face", "hot", "sad", "tired", "exercise"], + "๐Ÿ˜ฉ": ["weary_face", "face", "tired", "sleepy", "sad", "frustrated", "upset"], + "๐Ÿ˜ซ": ["tired_face", "sick", "whine", "upset", "frustrated"], + "๐Ÿฅฑ": ["yawning_face"], + "๐Ÿ˜ค": ["face_with_steam_from_nose", "face", "gas", "phew", "proud", "pride"], + "๐Ÿ˜ก": ["pouting_face", "angry", "mad", "hate", "despise"], + "๐Ÿ˜ ": ["angry_face", "mad", "face", "annoyed", "frustrated"], + "๐Ÿคฌ": ["face_with_symbols_on_mouth", "face", "swearing", "cursing", "cussing", "profanity", "expletive"], + "๐Ÿ˜ˆ": ["smiling_face_with_horns", "devil", "horns"], + "๐Ÿ‘ฟ": ["angry_face_with_horns", "devil", "angry", "horns"], + "๐Ÿ’€": ["skull", "dead", "skeleton", "creepy", "death"], + "โ˜ ๏ธ": ["skull_and_crossbones", "poison", "danger", "deadly", "scary", "death", "pirate", "evil"], + "๐Ÿ’ฉ": ["pile_of_poo", "hankey", "shitface", "fail", "turd", "shit"], + "๐Ÿคก": ["clown_face", "face"], + "๐Ÿ‘น": ["ogre", "monster", "red", "mask", "halloween", "scary", "creepy", "devil", "demon", "japanese", "ogre"], + "๐Ÿ‘บ": ["goblin", "red", "evil", "mask", "monster", "scary", "creepy", "japanese", "goblin"], + "๐Ÿ‘ป": ["ghost", "halloween", "spooky", "scary"], + "๐Ÿ‘ฝ": ["alien", "UFO", "paul", "weird", "outer_space"], + "๐Ÿ‘พ": ["alien_monster", "game", "arcade", "play"], + "๐Ÿค–": ["robot", "computer", "machine", "bot"], + "๐Ÿ˜บ": ["grinning_cat", "animal", "cats", "happy", "smile"], + "๐Ÿ˜ธ": ["grinning_cat_with_smiling_eyes", "animal", "cats", "smile"], + "๐Ÿ˜น": ["cat_with_tears_of_joy", "animal", "cats", "haha", "happy", "tears"], + "๐Ÿ˜ป": ["smiling_cat_with_heart_eyes", "animal", "love", "like", "affection", "cats", "valentines", "heart"], + "๐Ÿ˜ผ": ["cat_with_wry_smile", "animal", "cats", "smirk"], + "๐Ÿ˜ฝ": ["kissing_cat", "animal", "cats", "kiss"], + "๐Ÿ™€": ["weary_cat", "animal", "cats", "munch", "scared", "scream"], + "๐Ÿ˜ฟ": ["crying_cat", "animal", "tears", "weep", "sad", "cats", "upset", "cry"], + "๐Ÿ˜พ": ["pouting_cat", "animal", "cats"], + "๐Ÿ™ˆ": ["see_no_evil_monkey", "monkey", "animal", "nature", "haha"], + "๐Ÿ™‰": ["hear_no_evil_monkey", "animal", "monkey", "nature"], + "๐Ÿ™Š": ["speak_no_evil_monkey", "monkey", "animal", "nature", "omg"], + "๐Ÿ’‹": ["kiss_mark", "face", "lips", "love", "like", "affection", "valentines"], + "๐Ÿ’Œ": ["love_letter", "email", "like", "affection", "envelope", "valentines"], + "๐Ÿ’˜": ["heart_with_arrow", "love", "like", "heart", "affection", "valentines"], + "๐Ÿ’": ["heart_with_ribbon", "love", "valentines"], + "๐Ÿ’–": ["sparkling_heart", "love", "like", "affection", "valentines"], + "๐Ÿ’—": ["growing_heart", "like", "love", "affection", "valentines", "pink"], + "๐Ÿ’“": ["beating_heart", "love", "like", "affection", "valentines", "pink", "heart"], + "๐Ÿ’ž": ["revolving_hearts", "love", "like", "affection", "valentines"], + "๐Ÿ’•": ["two_hearts", "love", "like", "affection", "valentines", "heart"], + "๐Ÿ’Ÿ": ["heart_decoration", "purple-square", "love", "like"], + "โฃ๏ธ": ["heart_exclamation", "decoration", "love"], + "๐Ÿ’”": ["broken_heart", "sad", "sorry", "break", "heart", "heartbreak"], + "โค๏ธ": ["red_heart", "love", "like", "valentines"], + "๐Ÿงก": ["orange_heart", "love", "like", "affection", "valentines"], + "๐Ÿ’›": ["yellow_heart", "love", "like", "affection", "valentines"], + "๐Ÿ’š": ["green_heart", "love", "like", "affection", "valentines"], + "๐Ÿ’™": ["blue_heart", "love", "like", "affection", "valentines"], + "๐Ÿ’œ": ["purple_heart", "love", "like", "affection", "valentines"], + "๐ŸคŽ": ["brown_heart"], + "๐Ÿ–ค": ["black_heart", "evil"], + "๐Ÿค": ["white_heart"], + "๐Ÿ’ฏ": ["hundred_points", "score", "perfect", "numbers", "century", "exam", "quiz", "test", "pass", "hundred"], + "๐Ÿ’ข": ["anger_symbol", "angry", "mad"], + "๐Ÿ’ฅ": ["collision", "bomb", "explode", "explosion", "collision", "blown"], + "๐Ÿ’ซ": ["dizzy", "star", "sparkle", "shoot", "magic"], + "๐Ÿ’ฆ": ["sweat_droplets", "water", "drip", "oops"], + "๐Ÿ’จ": ["dashing_away", "wind", "air", "fast", "shoo", "fart", "smoke", "puff"], + "๐Ÿ•ณ๏ธ": ["hole", "embarrassing"], + "๐Ÿ’ฃ": ["bomb", "boom", "explode", "explosion", "terrorism"], + "๐Ÿ’ฌ": ["speech_balloon", "bubble", "words", "message", "talk", "chatting"], + "๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ": ["eye_in_speech_bubble"], + "๐Ÿ—จ๏ธ": ["left_speech_bubble", "words", "message", "talk", "chatting"], + "๐Ÿ—ฏ๏ธ": ["right_anger_bubble", "caption", "speech", "thinking", "mad"], + "๐Ÿ’ญ": ["thought_balloon", "bubble", "cloud", "speech", "thinking", "dream"], + "๐Ÿ’ค": ["zzz", "sleepy", "tired", "dream"], + "๐Ÿ‘‹": ["waving_hand", "hands", "gesture", "goodbye", "solong", "farewell", "hello", "hi", "palm"], + "๐Ÿคš": ["raised_back_of_hand", "fingers", "raised", "backhand"], + "๐Ÿ–๏ธ": ["hand_with_fingers_splayed", "hand", "fingers", "palm"], + "โœ‹": ["raised_hand", "fingers", "stop", "highfive", "palm", "ban"], + "๐Ÿ––": ["vulcan_salute", "hand", "fingers", "spock", "star trek"], + "๐Ÿ‘Œ": ["ok_hand", "fingers", "limbs", "perfect", "ok", "okay"], + "๐Ÿค": ["pinching_hand"], + "โœŒ๏ธ": ["victory_hand", "fingers", "ohyeah", "hand", "peace", "victory", "two"], + "๐Ÿคž": ["crossed_fingers", "good", "lucky"], + "๐ŸคŸ": ["love_you_gesture", "hand", "fingers", "gesture"], + "๐Ÿค˜": ["sign_of_the_horns", "hand", "fingers", "evil_eye", "sign_of_horns", "rock_on"], + "๐Ÿค™": ["call_me_hand", "hands", "gesture"], + "๐Ÿ‘ˆ": ["backhand_index_pointing_left", "direction", "fingers", "hand", "left"], + "๐Ÿ‘‰": ["backhand_index_pointing_right", "fingers", "hand", "direction", "right"], + "๐Ÿ‘†": ["backhand_index_pointing_up", "fingers", "hand", "direction", "up"], + "๐Ÿ–•": ["middle_finger", "hand", "fingers", "rude", "middle", "flipping"], + "๐Ÿ‘‡": ["backhand_index_pointing_down", "fingers", "hand", "direction", "down"], + "โ˜๏ธ": ["index_pointing_up", "hand", "fingers", "direction", "up"], + "๐Ÿ‘": ["thumbs_up", "thumbsup", "yes", "awesome", "good", "agree", "accept", "cool", "hand", "like"], + "๐Ÿ‘Ž": ["thumbs_down", "thumbsdown", "no", "dislike", "hand"], + "โœŠ": ["raised_fist", "fingers", "hand", "grasp"], + "๐Ÿ‘Š": ["oncoming_fist", "angry", "violence", "fist", "hit", "attack", "hand"], + "๐Ÿค›": ["left_facing_fist", "hand", "fistbump"], + "๐Ÿคœ": ["right_facing_fist", "hand", "fistbump"], + "๐Ÿ‘": ["clapping_hands", "hands", "praise", "applause", "congrats", "yay"], + "๐Ÿ™Œ": ["raising_hands", "gesture", "hooray", "yea", "celebration", "hands"], + "๐Ÿ‘": ["open_hands", "fingers", "butterfly", "hands", "open"], + "๐Ÿคฒ": ["palms_up_together", "hands", "gesture", "cupped", "prayer"], + "๐Ÿค": ["handshake", "agreement", "shake"], + "๐Ÿ™": ["folded_hands", "please", "hope", "wish", "namaste", "highfive"], + "โœ๏ธ": ["writing_hand", "lower_left_ballpoint_pen", "stationery", "write", "compose"], + "๐Ÿ’…": ["nail_polish", "beauty", "manicure", "finger", "fashion", "nail"], + "๐Ÿคณ": ["selfie", "camera", "phone"], + "๐Ÿ’ช": ["flexed_biceps", "arm", "flex", "hand", "summer", "strong", "biceps"], + "๐Ÿฆพ": ["mechanical_arm"], + "๐Ÿฆฟ": ["mechanical_leg"], + "๐Ÿฆต": ["leg", "kick", "limb"], + "๐Ÿฆถ": ["foot", "kick", "stomp"], + "๐Ÿ‘‚": ["ear", "face", "hear", "sound", "listen"], + "๐Ÿฆป": ["ear_with_hearing_aid"], + "๐Ÿ‘ƒ": ["nose", "smell", "sniff"], + "๐Ÿง ": ["brain", "smart", "intelligent"], + "๐Ÿฆท": ["tooth", "teeth", "dentist"], + "๐Ÿฆด": ["bone", "skeleton"], + "๐Ÿ‘€": ["eyes", "look", "watch", "stalk", "peek", "see"], + "๐Ÿ‘๏ธ": ["eye", "face", "look", "see", "watch", "stare"], + "๐Ÿ‘…": ["tongue", "mouth", "playful"], + "๐Ÿ‘„": ["mouth", "mouth", "kiss"], + "๐Ÿ‘ถ": ["baby", "child", "boy", "girl", "toddler"], + "๐Ÿง’": ["child", "gender-neutral", "young"], + "๐Ÿ‘ฆ": ["boy", "man", "male", "guy", "teenager"], + "๐Ÿ‘ง": ["girl", "female", "woman", "teenager"], + "๐Ÿง‘": ["person", "gender-neutral", "person"], + "๐Ÿ‘ฑ": ["person_blond_hair"], + "๐Ÿ‘จ": ["man", "mustache", "father", "dad", "guy", "classy", "sir", "moustache"], + "๐Ÿง”": ["man_beard", "person", "bewhiskered"], + "๐Ÿ‘จโ€๐Ÿฆฐ": ["man_red_hair"], + "๐Ÿ‘จโ€๐Ÿฆฑ": ["man_curly_hair"], + "๐Ÿ‘จโ€๐Ÿฆณ": ["man_white_hair"], + "๐Ÿ‘จโ€๐Ÿฆฒ": ["man_bald"], + "๐Ÿ‘ฉ": ["woman", "female", "girls", "lady"], + "๐Ÿ‘ฉโ€๐Ÿฆฐ": ["woman_red_hair"], + "๐Ÿง‘โ€๐Ÿฆฐ": ["person_red_hair"], + "๐Ÿ‘ฉโ€๐Ÿฆฑ": ["woman_curly_hair"], + "๐Ÿง‘โ€๐Ÿฆฑ": ["person_curly_hair"], + "๐Ÿ‘ฉโ€๐Ÿฆณ": ["woman_white_hair"], + "๐Ÿง‘โ€๐Ÿฆณ": ["person_white_hair"], + "๐Ÿ‘ฉโ€๐Ÿฆฒ": ["woman_bald"], + "๐Ÿง‘โ€๐Ÿฆฒ": ["person_bald"], + "๐Ÿ‘ฑโ€โ™€๏ธ": ["woman_blond_hair", "woman", "female", "girl", "blonde", "person"], + "๐Ÿ‘ฑโ€โ™‚๏ธ": ["man_blond_hair", "man", "male", "boy", "blonde", "guy", "person"], + "๐Ÿง“": ["older_person", "human", "elder", "senior", "gender-neutral"], + "๐Ÿ‘ด": ["old_man", "human", "male", "men", "old", "elder", "senior"], + "๐Ÿ‘ต": ["old_woman", "human", "female", "women", "lady", "old", "elder", "senior"], + "๐Ÿ™": ["person_frowning"], + "๐Ÿ™โ€โ™‚๏ธ": ["man_frowning", "male", "boy", "man", "sad", "depressed", "discouraged", "unhappy"], + "๐Ÿ™โ€โ™€๏ธ": ["woman_frowning", "female", "girl", "woman", "sad", "depressed", "discouraged", "unhappy"], + "๐Ÿ™Ž": ["person_pouting"], + "๐Ÿ™Žโ€โ™‚๏ธ": ["man_pouting", "male", "boy", "man"], + "๐Ÿ™Žโ€โ™€๏ธ": ["woman_pouting", "female", "girl", "woman"], + "๐Ÿ™…": ["person_gesturing_no"], + "๐Ÿ™…โ€โ™‚๏ธ": ["man_gesturing_no", "male", "boy", "man", "nope"], + "๐Ÿ™…โ€โ™€๏ธ": ["woman_gesturing_no", "female", "girl", "woman", "nope"], + "๐Ÿ™†": ["person_gesturing_ok"], + "๐Ÿ™†โ€โ™‚๏ธ": ["man_gesturing_ok", "men", "boy", "male", "blue", "human", "man"], + "๐Ÿ™†โ€โ™€๏ธ": ["woman_gesturing_ok", "women", "girl", "female", "pink", "human", "woman"], + "๐Ÿ’": ["person_tipping_hand"], + "๐Ÿ’โ€โ™‚๏ธ": ["man_tipping_hand", "male", "boy", "man", "human", "information"], + "๐Ÿ’โ€โ™€๏ธ": ["woman_tipping_hand", "female", "girl", "woman", "human", "information"], + "๐Ÿ™‹": ["person_raising_hand"], + "๐Ÿ™‹โ€โ™‚๏ธ": ["man_raising_hand", "male", "boy", "man"], + "๐Ÿ™‹โ€โ™€๏ธ": ["woman_raising_hand", "female", "girl", "woman"], + "๐Ÿง": ["deaf_person"], + "๐Ÿงโ€โ™‚๏ธ": ["deaf_man"], + "๐Ÿงโ€โ™€๏ธ": ["deaf_woman"], + "๐Ÿ™‡": ["person_bowing"], + "๐Ÿ™‡โ€โ™‚๏ธ": ["man_bowing", "man", "male", "boy"], + "๐Ÿ™‡โ€โ™€๏ธ": ["woman_bowing", "woman", "female", "girl"], + "๐Ÿคฆ": ["person_facepalming"], + "๐Ÿคฆโ€โ™‚๏ธ": ["man_facepalming", "man", "male", "boy", "disbelief"], + "๐Ÿคฆโ€โ™€๏ธ": ["woman_facepalming", "woman", "female", "girl", "disbelief"], + "๐Ÿคท": ["person_shrugging"], + "๐Ÿคทโ€โ™‚๏ธ": ["man_shrugging", "man", "male", "boy", "confused", "indifferent", "doubt"], + "๐Ÿคทโ€โ™€๏ธ": ["woman_shrugging", "woman", "female", "girl", "confused", "indifferent", "doubt"], + "๐Ÿง‘โ€โš•๏ธ": ["health_worker"], + "๐Ÿ‘จโ€โš•๏ธ": ["man_health_worker", "doctor", "nurse", "therapist", "healthcare", "man", "human"], + "๐Ÿ‘ฉโ€โš•๏ธ": ["woman_health_worker", "doctor", "nurse", "therapist", "healthcare", "woman", "human"], + "๐Ÿง‘โ€๐ŸŽ“": ["student"], + "๐Ÿ‘จโ€๐ŸŽ“": ["man_student", "graduate", "man", "human"], + "๐Ÿ‘ฉโ€๐ŸŽ“": ["woman_student", "graduate", "woman", "human"], + "๐Ÿง‘โ€๐Ÿซ": ["teacher"], + "๐Ÿ‘จโ€๐Ÿซ": ["man_teacher", "instructor", "professor", "man", "human"], + "๐Ÿ‘ฉโ€๐Ÿซ": ["woman_teacher", "instructor", "professor", "woman", "human"], + "๐Ÿง‘โ€โš–๏ธ": ["judge"], + "๐Ÿ‘จโ€โš–๏ธ": ["man_judge", "justice", "court", "man", "human"], + "๐Ÿ‘ฉโ€โš–๏ธ": ["woman_judge", "justice", "court", "woman", "human"], + "๐Ÿง‘โ€๐ŸŒพ": ["farmer"], + "๐Ÿ‘จโ€๐ŸŒพ": ["man_farmer", "rancher", "gardener", "man", "human"], + "๐Ÿ‘ฉโ€๐ŸŒพ": ["woman_farmer", "rancher", "gardener", "woman", "human"], + "๐Ÿง‘โ€๐Ÿณ": ["cook"], + "๐Ÿ‘จโ€๐Ÿณ": ["man_cook", "chef", "man", "human"], + "๐Ÿ‘ฉโ€๐Ÿณ": ["woman_cook", "chef", "woman", "human"], + "๐Ÿง‘โ€๐Ÿ”ง": ["mechanic"], + "๐Ÿ‘จโ€๐Ÿ”ง": ["man_mechanic", "plumber", "man", "human", "wrench"], + "๐Ÿ‘ฉโ€๐Ÿ”ง": ["woman_mechanic", "plumber", "woman", "human", "wrench"], + "๐Ÿง‘โ€๐Ÿญ": ["factory_worker"], + "๐Ÿ‘จโ€๐Ÿญ": ["man_factory_worker", "assembly", "industrial", "man", "human"], + "๐Ÿ‘ฉโ€๐Ÿญ": ["woman_factory_worker", "assembly", "industrial", "woman", "human"], + "๐Ÿง‘โ€๐Ÿ’ผ": ["office_worker"], + "๐Ÿ‘จโ€๐Ÿ’ผ": ["man_office_worker", "business", "manager", "man", "human"], + "๐Ÿ‘ฉโ€๐Ÿ’ผ": ["woman_office_worker", "business", "manager", "woman", "human"], + "๐Ÿง‘โ€๐Ÿ”ฌ": ["scientist"], + "๐Ÿ‘จโ€๐Ÿ”ฌ": ["man_scientist", "biologist", "chemist", "engineer", "physicist", "man", "human"], + "๐Ÿ‘ฉโ€๐Ÿ”ฌ": ["woman_scientist", "biologist", "chemist", "engineer", "physicist", "woman", "human"], + "๐Ÿง‘โ€๐Ÿ’ป": ["technologist"], + "๐Ÿ‘จโ€๐Ÿ’ป": [ + "man_technologist", + "coder", + "developer", + "engineer", + "programmer", + "software", + "man", + "human", + "laptop", + "computer" ], - "๐Ÿ˜ฌ": [ - "grimacing_face", - "face", - "grimace", - "teeth" + "๐Ÿ‘ฉโ€๐Ÿ’ป": [ + "woman_technologist", + "coder", + "developer", + "engineer", + "programmer", + "software", + "woman", + "human", + "laptop", + "computer" ], - "๐Ÿคฅ": [ - "lying_face", - "face", - "lie", - "pinocchio" + "๐Ÿง‘โ€๐ŸŽค": ["singer"], + "๐Ÿ‘จโ€๐ŸŽค": ["man_singer", "rockstar", "entertainer", "man", "human"], + "๐Ÿ‘ฉโ€๐ŸŽค": ["woman_singer", "rockstar", "entertainer", "woman", "human"], + "๐Ÿง‘โ€๐ŸŽจ": ["artist"], + "๐Ÿ‘จโ€๐ŸŽจ": ["man_artist", "painter", "man", "human"], + "๐Ÿ‘ฉโ€๐ŸŽจ": ["woman_artist", "painter", "woman", "human"], + "๐Ÿง‘โ€โœˆ๏ธ": ["pilot"], + "๐Ÿ‘จโ€โœˆ๏ธ": ["man_pilot", "aviator", "plane", "man", "human"], + "๐Ÿ‘ฉโ€โœˆ๏ธ": ["woman_pilot", "aviator", "plane", "woman", "human"], + "๐Ÿง‘โ€๐Ÿš€": ["astronaut"], + "๐Ÿ‘จโ€๐Ÿš€": ["man_astronaut", "space", "rocket", "man", "human"], + "๐Ÿ‘ฉโ€๐Ÿš€": ["woman_astronaut", "space", "rocket", "woman", "human"], + "๐Ÿง‘โ€๐Ÿš’": ["firefighter"], + "๐Ÿ‘จโ€๐Ÿš’": ["man_firefighter", "fireman", "man", "human"], + "๐Ÿ‘ฉโ€๐Ÿš’": ["woman_firefighter", "fireman", "woman", "human"], + "๐Ÿ‘ฎ": ["police_officer"], + "๐Ÿ‘ฎโ€โ™‚๏ธ": ["man_police_officer", "man", "police", "law", "legal", "enforcement", "arrest", "911"], + "๐Ÿ‘ฎโ€โ™€๏ธ": ["woman_police_officer", "woman", "police", "law", "legal", "enforcement", "arrest", "911", "female"], + "๐Ÿ•ต๏ธ": ["detective", "human", "spy", "detective"], + "๐Ÿ•ต๏ธโ€โ™‚๏ธ": ["man_detective"], + "๐Ÿ•ต๏ธโ€โ™€๏ธ": ["woman_detective", "human", "spy", "detective", "female", "woman"], + "๐Ÿ’‚": ["guard"], + "๐Ÿ’‚โ€โ™‚๏ธ": ["man_guard", "uk", "gb", "british", "male", "guy", "royal"], + "๐Ÿ’‚โ€โ™€๏ธ": ["woman_guard", "uk", "gb", "british", "female", "royal", "woman"], + "๐Ÿ‘ท": ["construction_worker"], + "๐Ÿ‘ทโ€โ™‚๏ธ": ["man_construction_worker", "male", "human", "wip", "guy", "build", "construction", "worker", "labor"], + "๐Ÿ‘ทโ€โ™€๏ธ": ["woman_construction_worker", "female", "human", "wip", "build", "construction", "worker", "labor", "woman"], + "๐Ÿคด": ["prince", "boy", "man", "male", "crown", "royal", "king"], + "๐Ÿ‘ธ": ["princess", "girl", "woman", "female", "blond", "crown", "royal", "queen"], + "๐Ÿ‘ณ": ["person_wearing_turban"], + "๐Ÿ‘ณโ€โ™‚๏ธ": ["man_wearing_turban", "male", "indian", "hinduism", "arabs"], + "๐Ÿ‘ณโ€โ™€๏ธ": ["woman_wearing_turban", "female", "indian", "hinduism", "arabs", "woman"], + "๐Ÿ‘ฒ": ["man_with_skullcap", "male", "boy", "chinese"], + "๐Ÿง•": ["woman_with_headscarf", "female", "hijab", "mantilla", "tichel"], + "๐Ÿคต": ["man_in_tuxedo", "couple", "marriage", "wedding", "groom"], + "๐Ÿ‘ฐ": ["bride_with_veil", "couple", "marriage", "wedding", "woman", "bride"], + "๐Ÿคฐ": ["pregnant_woman", "baby"], + "๐Ÿคฑ": ["breast_feeding", "nursing", "baby"], + "๐Ÿ‘ผ": ["baby_angel", "heaven", "wings", "halo"], + "๐ŸŽ…": ["santa_claus", "festival", "man", "male", "xmas", "father christmas"], + "๐Ÿคถ": ["mrs_claus", "woman", "female", "xmas", "mother christmas"], + "๐Ÿฆธ": ["superhero"], + "๐Ÿฆธโ€โ™‚๏ธ": ["man_superhero", "man", "male", "good", "hero", "superpowers"], + "๐Ÿฆธโ€โ™€๏ธ": ["woman_superhero", "woman", "female", "good", "heroine", "superpowers"], + "๐Ÿฆน": ["supervillain"], + "๐Ÿฆนโ€โ™‚๏ธ": ["man_supervillain", "man", "male", "evil", "bad", "criminal", "hero", "superpowers"], + "๐Ÿฆนโ€โ™€๏ธ": ["woman_supervillain", "woman", "female", "evil", "bad", "criminal", "heroine", "superpowers"], + "๐Ÿง™": ["mage"], + "๐Ÿง™โ€โ™‚๏ธ": ["man_mage", "man", "male", "mage", "sorcerer"], + "๐Ÿง™โ€โ™€๏ธ": ["woman_mage", "woman", "female", "mage", "witch"], + "๐Ÿงš": ["fairy"], + "๐Ÿงšโ€โ™‚๏ธ": ["man_fairy", "man", "male"], + "๐Ÿงšโ€โ™€๏ธ": ["woman_fairy", "woman", "female"], + "๐Ÿง›": ["vampire"], + "๐Ÿง›โ€โ™‚๏ธ": ["man_vampire", "man", "male", "dracula"], + "๐Ÿง›โ€โ™€๏ธ": ["woman_vampire", "woman", "female"], + "๐Ÿงœ": ["merperson"], + "๐Ÿงœโ€โ™‚๏ธ": ["merman", "man", "male", "triton"], + "๐Ÿงœโ€โ™€๏ธ": ["mermaid", "woman", "female", "merwoman", "ariel"], + "๐Ÿง": ["elf"], + "๐Ÿงโ€โ™‚๏ธ": ["man_elf", "man", "male"], + "๐Ÿงโ€โ™€๏ธ": ["woman_elf", "woman", "female"], + "๐Ÿงž": ["genie"], + "๐Ÿงžโ€โ™‚๏ธ": ["man_genie", "man", "male"], + "๐Ÿงžโ€โ™€๏ธ": ["woman_genie", "woman", "female"], + "๐ŸงŸ": ["zombie"], + "๐ŸงŸโ€โ™‚๏ธ": ["man_zombie", "man", "male", "dracula", "undead", "walking dead"], + "๐ŸงŸโ€โ™€๏ธ": ["woman_zombie", "woman", "female", "undead", "walking dead"], + "๐Ÿ’†": ["person_getting_massage"], + "๐Ÿ’†โ€โ™‚๏ธ": ["man_getting_massage", "male", "boy", "man", "head"], + "๐Ÿ’†โ€โ™€๏ธ": ["woman_getting_massage", "female", "girl", "woman", "head"], + "๐Ÿ’‡": ["person_getting_haircut"], + "๐Ÿ’‡โ€โ™‚๏ธ": ["man_getting_haircut", "male", "boy", "man"], + "๐Ÿ’‡โ€โ™€๏ธ": ["woman_getting_haircut", "female", "girl", "woman"], + "๐Ÿšถ": ["person_walking"], + "๐Ÿšถโ€โ™‚๏ธ": ["man_walking", "human", "feet", "steps"], + "๐Ÿšถโ€โ™€๏ธ": ["woman_walking", "human", "feet", "steps", "woman", "female"], + "๐Ÿง": ["person_standing"], + "๐Ÿงโ€โ™‚๏ธ": ["man_standing"], + "๐Ÿงโ€โ™€๏ธ": ["woman_standing"], + "๐ŸงŽ": ["person_kneeling"], + "๐ŸงŽโ€โ™‚๏ธ": ["man_kneeling"], + "๐ŸงŽโ€โ™€๏ธ": ["woman_kneeling"], + "๐Ÿง‘โ€๐Ÿฆฏ": ["person_with_probing_cane"], + "๐Ÿ‘จโ€๐Ÿฆฏ": ["man_with_probing_cane"], + "๐Ÿ‘ฉโ€๐Ÿฆฏ": ["woman_with_probing_cane"], + "๐Ÿง‘โ€๐Ÿฆผ": ["person_in_motorized_wheelchair"], + "๐Ÿ‘จโ€๐Ÿฆผ": ["man_in_motorized_wheelchair"], + "๐Ÿ‘ฉโ€๐Ÿฆผ": ["woman_in_motorized_wheelchair"], + "๐Ÿง‘โ€๐Ÿฆฝ": ["person_in_manual_wheelchair"], + "๐Ÿ‘จโ€๐Ÿฆฝ": ["man_in_manual_wheelchair"], + "๐Ÿ‘ฉโ€๐Ÿฆฝ": ["woman_in_manual_wheelchair"], + "๐Ÿƒ": ["person_running"], + "๐Ÿƒโ€โ™‚๏ธ": ["man_running", "man", "walking", "exercise", "race", "running"], + "๐Ÿƒโ€โ™€๏ธ": ["woman_running", "woman", "walking", "exercise", "race", "running", "female"], + "๐Ÿ’ƒ": ["woman_dancing", "female", "girl", "woman", "fun"], + "๐Ÿ•บ": ["man_dancing", "male", "boy", "fun", "dancer"], + "๐Ÿ•ด๏ธ": ["man_in_suit_levitating", "suit", "business", "levitate", "hover", "jump"], + "๐Ÿ‘ฏ": ["people_with_bunny_ears"], + "๐Ÿ‘ฏโ€โ™‚๏ธ": ["men_with_bunny_ears", "male", "bunny", "men", "boys"], + "๐Ÿ‘ฏโ€โ™€๏ธ": ["women_with_bunny_ears", "female", "bunny", "women", "girls"], + "๐Ÿง–": ["person_in_steamy_room"], + "๐Ÿง–โ€โ™‚๏ธ": ["man_in_steamy_room", "male", "man", "spa", "steamroom", "sauna"], + "๐Ÿง–โ€โ™€๏ธ": ["woman_in_steamy_room", "female", "woman", "spa", "steamroom", "sauna"], + "๐Ÿง—": ["person_climbing"], + "๐Ÿง—โ€โ™‚๏ธ": ["man_climbing", "sports", "hobby", "man", "male", "rock"], + "๐Ÿง—โ€โ™€๏ธ": ["woman_climbing", "sports", "hobby", "woman", "female", "rock"], + "๐Ÿคบ": ["person_fencing", "sports", "fencing", "sword"], + "๐Ÿ‡": ["horse_racing", "animal", "betting", "competition", "gambling", "luck"], + "โ›ท๏ธ": ["skier", "sports", "winter", "snow"], + "๐Ÿ‚": ["snowboarder", "sports", "winter"], + "๐ŸŒ๏ธ": ["person_golfing", "sports", "business"], + "๐ŸŒ๏ธโ€โ™‚๏ธ": ["man_golfing"], + "๐ŸŒ๏ธโ€โ™€๏ธ": ["woman_golfing", "sports", "business", "woman", "female"], + "๐Ÿ„": ["person_surfing"], + "๐Ÿ„โ€โ™‚๏ธ": ["man_surfing", "sports", "ocean", "sea", "summer", "beach"], + "๐Ÿ„โ€โ™€๏ธ": ["woman_surfing", "sports", "ocean", "sea", "summer", "beach", "woman", "female"], + "๐Ÿšฃ": ["person_rowing_boat"], + "๐Ÿšฃโ€โ™‚๏ธ": ["man_rowing_boat", "sports", "hobby", "water", "ship"], + "๐Ÿšฃโ€โ™€๏ธ": ["woman_rowing_boat", "sports", "hobby", "water", "ship", "woman", "female"], + "๐ŸŠ": ["person_swimming"], + "๐ŸŠโ€โ™‚๏ธ": ["man_swimming", "sports", "exercise", "human", "athlete", "water", "summer"], + "๐ŸŠโ€โ™€๏ธ": ["woman_swimming", "sports", "exercise", "human", "athlete", "water", "summer", "woman", "female"], + "โ›น๏ธ": ["person_bouncing_ball", "sports", "human"], + "โ›น๏ธโ€โ™‚๏ธ": ["man_bouncing_ball"], + "โ›น๏ธโ€โ™€๏ธ": ["woman_bouncing_ball", "sports", "human", "woman", "female"], + "๐Ÿ‹๏ธ": ["person_lifting_weights", "sports", "training", "exercise"], + "๐Ÿ‹๏ธโ€โ™‚๏ธ": ["man_lifting_weights"], + "๐Ÿ‹๏ธโ€โ™€๏ธ": ["woman_lifting_weights", "sports", "training", "exercise", "woman", "female"], + "๐Ÿšด": ["person_biking"], + "๐Ÿšดโ€โ™‚๏ธ": ["man_biking", "sports", "bike", "exercise", "hipster"], + "๐Ÿšดโ€โ™€๏ธ": ["woman_biking", "sports", "bike", "exercise", "hipster", "woman", "female"], + "๐Ÿšต": ["person_mountain_biking"], + "๐Ÿšตโ€โ™‚๏ธ": ["man_mountain_biking", "transportation", "sports", "human", "race", "bike"], + "๐Ÿšตโ€โ™€๏ธ": ["woman_mountain_biking", "transportation", "sports", "human", "race", "bike", "woman", "female"], + "๐Ÿคธ": ["person_cartwheeling"], + "๐Ÿคธโ€โ™‚๏ธ": ["man_cartwheeling", "gymnastics"], + "๐Ÿคธโ€โ™€๏ธ": ["woman_cartwheeling", "gymnastics"], + "๐Ÿคผ": ["people_wrestling"], + "๐Ÿคผโ€โ™‚๏ธ": ["men_wrestling", "sports", "wrestlers"], + "๐Ÿคผโ€โ™€๏ธ": ["women_wrestling", "sports", "wrestlers"], + "๐Ÿคฝ": ["person_playing_water_polo"], + "๐Ÿคฝโ€โ™‚๏ธ": ["man_playing_water_polo", "sports", "pool"], + "๐Ÿคฝโ€โ™€๏ธ": ["woman_playing_water_polo", "sports", "pool"], + "๐Ÿคพ": ["person_playing_handball"], + "๐Ÿคพโ€โ™‚๏ธ": ["man_playing_handball", "sports"], + "๐Ÿคพโ€โ™€๏ธ": ["woman_playing_handball", "sports"], + "๐Ÿคน": ["person_juggling"], + "๐Ÿคนโ€โ™‚๏ธ": ["man_juggling", "juggle", "balance", "skill", "multitask"], + "๐Ÿคนโ€โ™€๏ธ": ["woman_juggling", "juggle", "balance", "skill", "multitask"], + "๐Ÿง˜": ["person_in_lotus_position"], + "๐Ÿง˜โ€โ™‚๏ธ": ["man_in_lotus_position", "man", "male", "meditation", "yoga", "serenity", "zen", "mindfulness"], + "๐Ÿง˜โ€โ™€๏ธ": ["woman_in_lotus_position", "woman", "female", "meditation", "yoga", "serenity", "zen", "mindfulness"], + "๐Ÿ›€": ["person_taking_bath", "clean", "shower", "bathroom"], + "๐Ÿ›Œ": ["person_in_bed", "bed", "rest"], + "๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘": ["people_holding_hands"], + "๐Ÿ‘ญ": ["women_holding_hands", "pair", "friendship", "couple", "love", "like", "female", "people", "human"], + "๐Ÿ‘ซ": [ + "woman_and_man_holding_hands", + "pair", + "people", + "human", + "love", + "date", + "dating", + "like", + "affection", + "valentines", + "marriage" ], - "๐Ÿ˜Œ": [ - "relieved_face", - "face", - "relaxed", - "phew", - "massage", - "happiness" + "๐Ÿ‘ฌ": ["men_holding_hands", "pair", "couple", "love", "like", "bromance", "friendship", "people", "human"], + "๐Ÿ’": ["kiss", "pair", "valentines", "love", "like", "dating", "marriage"], + "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ": ["kiss_woman_man"], + "๐Ÿ‘จโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ": ["kiss_man_man", "pair", "valentines", "love", "like", "dating", "marriage"], + "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ": ["kiss_woman_woman", "pair", "valentines", "love", "like", "dating", "marriage"], + "๐Ÿ’‘": ["couple_with_heart", "pair", "love", "like", "affection", "human", "dating", "valentines", "marriage"], + "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘จ": ["couple_with_heart_woman_man"], + "๐Ÿ‘จโ€โค๏ธโ€๐Ÿ‘จ": ["couple_with_heart_man_man", "pair", "love", "like", "affection", "human", "dating", "valentines", "marriage"], + "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘ฉ": [ + "couple_with_heart_woman_woman", + "pair", + "love", + "like", + "affection", + "human", + "dating", + "valentines", + "marriage" ], - "๐Ÿ˜”": [ - "pensive_face", - "face", - "sad", - "depressed", - "upset" + "๐Ÿ‘ช": ["family", "home", "parents", "child", "mom", "dad", "father", "mother", "people", "human"], + "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ": ["family_man_woman_boy"], + "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ง": ["family_man_woman_girl", "home", "parents", "people", "human", "child"], + "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ": ["family_man_woman_girl_boy", "home", "parents", "people", "human", "children"], + "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ": ["family_man_woman_boy_boy", "home", "parents", "people", "human", "children"], + "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง": ["family_man_woman_girl_girl", "home", "parents", "people", "human", "children"], + "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆ": ["family_man_man_boy", "home", "parents", "people", "human", "children"], + "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ง": ["family_man_man_girl", "home", "parents", "people", "human", "children"], + "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ": ["family_man_man_girl_boy", "home", "parents", "people", "human", "children"], + "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ": ["family_man_man_boy_boy", "home", "parents", "people", "human", "children"], + "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง": ["family_man_man_girl_girl", "home", "parents", "people", "human", "children"], + "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ": ["family_woman_woman_boy", "home", "parents", "people", "human", "children"], + "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ง": ["family_woman_woman_girl", "home", "parents", "people", "human", "children"], + "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ": ["family_woman_woman_girl_boy", "home", "parents", "people", "human", "children"], + "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ": ["family_woman_woman_boy_boy", "home", "parents", "people", "human", "children"], + "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง": ["family_woman_woman_girl_girl", "home", "parents", "people", "human", "children"], + "๐Ÿ‘จโ€๐Ÿ‘ฆ": ["family_man_boy", "home", "parent", "people", "human", "child"], + "๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ": ["family_man_boy_boy", "home", "parent", "people", "human", "children"], + "๐Ÿ‘จโ€๐Ÿ‘ง": ["family_man_girl", "home", "parent", "people", "human", "child"], + "๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ": ["family_man_girl_boy", "home", "parent", "people", "human", "children"], + "๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง": ["family_man_girl_girl", "home", "parent", "people", "human", "children"], + "๐Ÿ‘ฉโ€๐Ÿ‘ฆ": ["family_woman_boy", "home", "parent", "people", "human", "child"], + "๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ": ["family_woman_boy_boy", "home", "parent", "people", "human", "children"], + "๐Ÿ‘ฉโ€๐Ÿ‘ง": ["family_woman_girl", "home", "parent", "people", "human", "child"], + "๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ": ["family_woman_girl_boy", "home", "parent", "people", "human", "children"], + "๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง": ["family_woman_girl_girl", "home", "parent", "people", "human", "children"], + "๐Ÿ—ฃ๏ธ": ["speaking_head", "user", "person", "human", "sing", "say", "talk"], + "๐Ÿ‘ค": ["bust_in_silhouette", "user", "person", "human"], + "๐Ÿ‘ฅ": ["busts_in_silhouette", "user", "person", "human", "group", "team"], + "๐Ÿ‘ฃ": ["footprints", "feet", "tracking", "walking", "beach"], + "๐Ÿต": ["monkey_face", "animal", "nature", "circus"], + "๐Ÿ’": ["monkey", "animal", "nature", "banana", "circus"], + "๐Ÿฆ": ["gorilla", "animal", "nature", "circus"], + "๐Ÿฆง": ["orangutan"], + "๐Ÿถ": ["dog_face", "animal", "friend", "nature", "woof", "puppy", "pet", "faithful"], + "๐Ÿ•": ["dog", "animal", "nature", "friend", "doge", "pet", "faithful"], + "๐Ÿฆฎ": ["guide_dog"], + "๐Ÿ•โ€๐Ÿฆบ": ["service_dog"], + "๐Ÿฉ": ["poodle", "dog", "animal", "101", "nature", "pet"], + "๐Ÿบ": ["wolf", "animal", "nature", "wild"], + "๐ŸฆŠ": ["fox", "animal", "nature", "face"], + "๐Ÿฆ": ["raccoon", "animal", "nature"], + "๐Ÿฑ": ["cat_face", "animal", "meow", "nature", "pet", "kitten"], + "๐Ÿˆ": ["cat", "animal", "meow", "pet", "cats"], + "๐Ÿฆ": ["lion", "animal", "nature"], + "๐Ÿฏ": ["tiger_face", "animal", "cat", "danger", "wild", "nature", "roar"], + "๐Ÿ…": ["tiger", "animal", "nature", "roar"], + "๐Ÿ†": ["leopard", "animal", "nature"], + "๐Ÿด": ["horse_face", "animal", "brown", "nature"], + "๐ŸŽ": ["horse", "animal", "gamble", "luck"], + "๐Ÿฆ„": ["unicorn", "animal", "nature", "mystical"], + "๐Ÿฆ“": ["zebra", "animal", "nature", "stripes", "safari"], + "๐ŸฆŒ": ["deer", "animal", "nature", "horns", "venison"], + "๐Ÿฎ": ["cow_face", "beef", "ox", "animal", "nature", "moo", "milk"], + "๐Ÿ‚": ["ox", "animal", "cow", "beef"], + "๐Ÿƒ": ["water_buffalo", "animal", "nature", "ox", "cow"], + "๐Ÿ„": ["cow", "beef", "ox", "animal", "nature", "moo", "milk"], + "๐Ÿท": ["pig_face", "animal", "oink", "nature"], + "๐Ÿ–": ["pig", "animal", "nature"], + "๐Ÿ—": ["boar", "animal", "nature"], + "๐Ÿฝ": ["pig_nose", "animal", "oink"], + "๐Ÿ": ["ram", "animal", "sheep", "nature"], + "๐Ÿ‘": ["ewe", "animal", "nature", "wool", "shipit"], + "๐Ÿ": ["goat", "animal", "nature"], + "๐Ÿช": ["camel", "animal", "hot", "desert", "hump"], + "๐Ÿซ": ["two_hump_camel", "animal", "nature", "hot", "desert", "hump"], + "๐Ÿฆ™": ["llama", "animal", "nature", "alpaca"], + "๐Ÿฆ’": ["giraffe", "animal", "nature", "spots", "safari"], + "๐Ÿ˜": ["elephant", "animal", "nature", "nose", "th", "circus"], + "๐Ÿฆ": ["rhinoceros", "animal", "nature", "horn"], + "๐Ÿฆ›": ["hippopotamus", "animal", "nature"], + "๐Ÿญ": ["mouse_face", "animal", "nature", "cheese_wedge", "rodent"], + "๐Ÿ": ["mouse", "animal", "nature", "rodent"], + "๐Ÿ€": ["rat", "animal", "mouse", "rodent"], + "๐Ÿน": ["hamster", "animal", "nature"], + "๐Ÿฐ": ["rabbit_face", "animal", "nature", "pet", "spring", "magic", "bunny"], + "๐Ÿ‡": ["rabbit", "animal", "nature", "pet", "magic", "spring"], + "๐Ÿฟ๏ธ": ["chipmunk", "animal", "nature", "rodent", "squirrel"], + "๐Ÿฆ”": ["hedgehog", "animal", "nature", "spiny"], + "๐Ÿฆ‡": ["bat", "animal", "nature", "blind", "vampire"], + "๐Ÿป": ["bear", "animal", "nature", "wild"], + "๐Ÿจ": ["koala", "animal", "nature"], + "๐Ÿผ": ["panda", "animal", "nature", "panda"], + "๐Ÿฆฅ": ["sloth"], + "๐Ÿฆฆ": ["otter"], + "๐Ÿฆจ": ["skunk"], + "๐Ÿฆ˜": ["kangaroo", "animal", "nature", "australia", "joey", "hop", "marsupial"], + "๐Ÿฆก": ["badger", "animal", "nature", "honey"], + "๐Ÿพ": ["paw_prints", "animal", "tracking", "footprints", "dog", "cat", "pet", "feet"], + "๐Ÿฆƒ": ["turkey", "animal", "bird"], + "๐Ÿ”": ["chicken", "animal", "cluck", "nature", "bird"], + "๐Ÿ“": ["rooster", "animal", "nature", "chicken"], + "๐Ÿฃ": ["hatching_chick", "animal", "chicken", "egg", "born", "baby", "bird"], + "๐Ÿค": ["baby_chick", "animal", "chicken", "bird"], + "๐Ÿฅ": ["front_facing_baby_chick", "animal", "chicken", "baby", "bird"], + "๐Ÿฆ": ["bird", "animal", "nature", "fly", "tweet", "spring"], + "๐Ÿง": ["penguin", "animal", "nature"], + "๐Ÿ•Š๏ธ": ["dove", "animal", "bird"], + "๐Ÿฆ…": ["eagle", "animal", "nature", "bird"], + "๐Ÿฆ†": ["duck", "animal", "nature", "bird", "mallard"], + "๐Ÿฆข": ["swan", "animal", "nature", "bird"], + "๐Ÿฆ‰": ["owl", "animal", "nature", "bird", "hoot"], + "๐Ÿฆฉ": ["flamingo"], + "๐Ÿฆš": ["peacock", "animal", "nature", "peahen", "bird"], + "๐Ÿฆœ": ["parrot", "animal", "nature", "bird", "pirate", "talk"], + "๐Ÿธ": ["frog", "animal", "nature", "croak", "toad"], + "๐ŸŠ": ["crocodile", "animal", "nature", "reptile", "lizard", "alligator"], + "๐Ÿข": ["turtle", "animal", "slow", "nature", "tortoise"], + "๐ŸฆŽ": ["lizard", "animal", "nature", "reptile"], + "๐Ÿ": ["snake", "animal", "evil", "nature", "hiss", "python"], + "๐Ÿฒ": ["dragon_face", "animal", "myth", "nature", "chinese", "green"], + "๐Ÿ‰": ["dragon", "animal", "myth", "nature", "chinese", "green"], + "๐Ÿฆ•": ["sauropod", "animal", "nature", "dinosaur", "brachiosaurus", "brontosaurus", "diplodocus", "extinct"], + "๐Ÿฆ–": ["t_rex", "animal", "nature", "dinosaur", "tyrannosaurus", "extinct"], + "๐Ÿณ": ["spouting_whale", "animal", "nature", "sea", "ocean"], + "๐Ÿ‹": ["whale", "animal", "nature", "sea", "ocean"], + "๐Ÿฌ": ["dolphin", "animal", "nature", "fish", "sea", "ocean", "flipper", "fins", "beach"], + "๐ŸŸ": ["fish", "animal", "food", "nature"], + "๐Ÿ ": ["tropical_fish", "animal", "swim", "ocean", "beach", "nemo"], + "๐Ÿก": ["blowfish", "animal", "nature", "food", "sea", "ocean"], + "๐Ÿฆˆ": ["shark", "animal", "nature", "fish", "sea", "ocean", "jaws", "fins", "beach"], + "๐Ÿ™": ["octopus", "animal", "creature", "ocean", "sea", "nature", "beach"], + "๐Ÿš": ["spiral_shell", "nature", "sea", "beach"], + "๐ŸŒ": ["snail", "slow", "animal", "shell"], + "๐Ÿฆ‹": ["butterfly", "animal", "insect", "nature", "caterpillar"], + "๐Ÿ›": ["bug", "animal", "insect", "nature", "worm"], + "๐Ÿœ": ["ant", "animal", "insect", "nature", "bug"], + "๐Ÿ": ["honeybee", "animal", "insect", "nature", "bug", "spring", "honey"], + "๐Ÿž": ["lady_beetle", "animal", "insect", "nature", "ladybug"], + "๐Ÿฆ—": ["cricket", "animal", "cricket", "chirp"], + "๐Ÿ•ท๏ธ": ["spider", "animal", "arachnid"], + "๐Ÿ•ธ๏ธ": ["spider_web", "animal", "insect", "arachnid", "silk"], + "๐Ÿฆ‚": ["scorpion", "animal", "arachnid"], + "๐ŸฆŸ": ["mosquito", "animal", "nature", "insect", "malaria"], + "๐Ÿฆ ": ["microbe", "amoeba", "bacteria", "germs"], + "๐Ÿ’": ["bouquet", "flowers", "nature", "spring"], + "๐ŸŒธ": ["cherry_blossom", "nature", "plant", "spring", "flower"], + "๐Ÿ’ฎ": ["white_flower", "japanese", "spring"], + "๐Ÿต๏ธ": ["rosette", "flower", "decoration", "military"], + "๐ŸŒน": ["rose", "flowers", "valentines", "love", "spring"], + "๐Ÿฅ€": ["wilted_flower", "plant", "nature", "flower"], + "๐ŸŒบ": ["hibiscus", "plant", "vegetable", "flowers", "beach"], + "๐ŸŒป": ["sunflower", "nature", "plant", "fall"], + "๐ŸŒผ": ["blossom", "nature", "flowers", "yellow"], + "๐ŸŒท": ["tulip", "flowers", "plant", "nature", "summer", "spring"], + "๐ŸŒฑ": ["seedling", "plant", "nature", "grass", "lawn", "spring"], + "๐ŸŒฒ": ["evergreen_tree", "plant", "nature"], + "๐ŸŒณ": ["deciduous_tree", "plant", "nature"], + "๐ŸŒด": ["palm_tree", "plant", "vegetable", "nature", "summer", "beach", "mojito", "tropical"], + "๐ŸŒต": ["cactus", "vegetable", "plant", "nature"], + "๐ŸŒพ": ["sheaf_of_rice", "nature", "plant"], + "๐ŸŒฟ": ["herb", "vegetable", "plant", "medicine", "weed", "grass", "lawn"], + "โ˜˜๏ธ": ["shamrock", "vegetable", "plant", "nature", "irish", "clover"], + "๐Ÿ€": ["four_leaf_clover", "vegetable", "plant", "nature", "lucky", "irish"], + "๐Ÿ": ["maple_leaf", "nature", "plant", "vegetable", "ca", "fall"], + "๐Ÿ‚": ["fallen_leaf", "nature", "plant", "vegetable", "leaves"], + "๐Ÿƒ": ["leaf_fluttering_in_wind", "nature", "plant", "tree", "vegetable", "grass", "lawn", "spring"], + "๐Ÿ‡": ["grapes", "fruit", "food", "wine"], + "๐Ÿˆ": ["melon", "fruit", "nature", "food"], + "๐Ÿ‰": ["watermelon", "fruit", "food", "picnic", "summer"], + "๐ŸŠ": ["tangerine", "food", "fruit", "nature", "orange"], + "๐Ÿ‹": ["lemon", "fruit", "nature"], + "๐ŸŒ": ["banana", "fruit", "food", "monkey"], + "๐Ÿ": ["pineapple", "fruit", "nature", "food"], + "๐Ÿฅญ": ["mango", "fruit", "food", "tropical"], + "๐ŸŽ": ["red_apple", "fruit", "mac", "school"], + "๐Ÿ": ["green_apple", "fruit", "nature"], + "๐Ÿ": ["pear", "fruit", "nature", "food"], + "๐Ÿ‘": ["peach", "fruit", "nature", "food"], + "๐Ÿ’": ["cherries", "food", "fruit"], + "๐Ÿ“": ["strawberry", "fruit", "food", "nature"], + "๐Ÿฅ": ["kiwi_fruit", "fruit", "food"], + "๐Ÿ…": ["tomato", "fruit", "vegetable", "nature", "food"], + "๐Ÿฅฅ": ["coconut", "fruit", "nature", "food", "palm"], + "๐Ÿฅ‘": ["avocado", "fruit", "food"], + "๐Ÿ†": ["eggplant", "vegetable", "nature", "food", "aubergine"], + "๐Ÿฅ”": ["potato", "food", "tuber", "vegatable", "starch"], + "๐Ÿฅ•": ["carrot", "vegetable", "food", "orange"], + "๐ŸŒฝ": ["ear_of_corn", "food", "vegetable", "plant"], + "๐ŸŒถ๏ธ": ["hot_pepper", "food", "spicy", "chilli", "chili"], + "๐Ÿฅ’": ["cucumber", "fruit", "food", "pickle"], + "๐Ÿฅฌ": ["leafy_green", "food", "vegetable", "plant", "bok choy", "cabbage", "kale", "lettuce"], + "๐Ÿฅฆ": ["broccoli", "fruit", "food", "vegetable"], + "๐Ÿง„": ["garlic"], + "๐Ÿง…": ["onion"], + "๐Ÿ„": ["mushroom", "plant", "vegetable"], + "๐Ÿฅœ": ["peanuts", "food", "nut"], + "๐ŸŒฐ": ["chestnut", "food", "squirrel"], + "๐Ÿž": ["bread", "food", "wheat", "breakfast", "toast"], + "๐Ÿฅ": ["croissant", "food", "bread", "french"], + "๐Ÿฅ–": ["baguette_bread", "food", "bread", "french"], + "๐Ÿฅจ": ["pretzel", "food", "bread", "twisted"], + "๐Ÿฅฏ": ["bagel", "food", "bread", "bakery", "schmear"], + "๐Ÿฅž": ["pancakes", "food", "breakfast", "flapjacks", "hotcakes"], + "๐Ÿง‡": ["waffle"], + "๐Ÿง€": ["cheese_wedge", "food", "chadder"], + "๐Ÿ–": ["meat_on_bone", "good", "food", "drumstick"], + "๐Ÿ—": ["poultry_leg", "food", "meat", "drumstick", "bird", "chicken", "turkey"], + "๐Ÿฅฉ": ["cut_of_meat", "food", "cow", "meat", "cut", "chop", "lambchop", "porkchop"], + "๐Ÿฅ“": ["bacon", "food", "breakfast", "pork", "pig", "meat"], + "๐Ÿ”": ["hamburger", "meat", "fast food", "beef", "cheeseburger", "mcdonalds", "burger king"], + "๐ŸŸ": ["french_fries", "chips", "snack", "fast food"], + "๐Ÿ•": ["pizza", "food", "party"], + "๐ŸŒญ": ["hot_dog", "food", "frankfurter"], + "๐Ÿฅช": ["sandwich", "food", "lunch", "bread"], + "๐ŸŒฎ": ["taco", "food", "mexican"], + "๐ŸŒฏ": ["burrito", "food", "mexican"], + "๐Ÿฅ™": ["stuffed_flatbread", "food", "flatbread", "stuffed", "gyro"], + "๐Ÿง†": ["falafel"], + "๐Ÿฅš": ["egg", "food", "chicken", "breakfast"], + "๐Ÿณ": ["cooking", "food", "breakfast", "kitchen", "egg"], + "๐Ÿฅ˜": ["shallow_pan_of_food", "food", "cooking", "casserole", "paella"], + "๐Ÿฒ": ["pot_of_food", "food", "meat", "soup"], + "๐Ÿฅฃ": ["bowl_with_spoon", "food", "breakfast", "cereal", "oatmeal", "porridge"], + "๐Ÿฅ—": ["green_salad", "food", "healthy", "lettuce"], + "๐Ÿฟ": ["popcorn", "food", "movie theater", "films", "snack"], + "๐Ÿงˆ": ["butter"], + "๐Ÿง‚": ["salt", "condiment", "shaker"], + "๐Ÿฅซ": ["canned_food", "food", "soup"], + "๐Ÿฑ": ["bento_box", "food", "japanese", "box"], + "๐Ÿ˜": ["rice_cracker", "food", "japanese"], + "๐Ÿ™": ["rice_ball", "food", "japanese"], + "๐Ÿš": ["cooked_rice", "food", "china", "asian"], + "๐Ÿ›": ["curry_rice", "food", "spicy", "hot", "indian"], + "๐Ÿœ": ["steaming_bowl", "food", "japanese", "noodle", "chopsticks"], + "๐Ÿ": ["spaghetti", "food", "italian", "noodle"], + "๐Ÿ ": ["roasted_sweet_potato", "food", "nature"], + "๐Ÿข": ["oden", "food", "japanese"], + "๐Ÿฃ": ["sushi", "food", "fish", "japanese", "rice"], + "๐Ÿค": ["fried_shrimp", "food", "animal", "appetizer", "summer"], + "๐Ÿฅ": [ + "fish_cake_with_swirl", + "food", + "japan", + "sea", + "beach", + "narutomaki", + "pink", + "swirl", + "kamaboko", + "surimi", + "ramen" ], - "๐Ÿ˜ช": [ - "sleepy_face", - "face", - "tired", - "rest", - "nap" + "๐Ÿฅฎ": ["moon_cake", "food", "autumn"], + "๐Ÿก": ["dango", "food", "dessert", "sweet", "japanese", "barbecue", "meat"], + "๐ŸฅŸ": ["dumpling", "food", "empanada", "pierogi", "potsticker"], + "๐Ÿฅ ": ["fortune_cookie", "food", "prophecy"], + "๐Ÿฅก": ["takeout_box", "food", "leftovers"], + "๐Ÿฆ€": ["crab", "animal", "crustacean"], + "๐Ÿฆž": ["lobster", "animal", "nature", "bisque", "claws", "seafood"], + "๐Ÿฆ": ["shrimp", "animal", "ocean", "nature", "seafood"], + "๐Ÿฆ‘": ["squid", "animal", "nature", "ocean", "sea"], + "๐Ÿฆช": ["oyster"], + "๐Ÿฆ": ["soft_ice_cream", "food", "hot", "dessert", "summer"], + "๐Ÿง": ["shaved_ice", "hot", "dessert", "summer"], + "๐Ÿจ": ["ice_cream", "food", "hot", "dessert"], + "๐Ÿฉ": ["doughnut", "food", "dessert", "snack", "sweet", "donut"], + "๐Ÿช": ["cookie", "food", "snack", "oreo", "chocolate", "sweet", "dessert"], + "๐ŸŽ‚": ["birthday_cake", "food", "dessert", "cake"], + "๐Ÿฐ": ["shortcake", "food", "dessert"], + "๐Ÿง": ["cupcake", "food", "dessert", "bakery", "sweet"], + "๐Ÿฅง": ["pie", "food", "dessert", "pastry"], + "๐Ÿซ": ["chocolate_bar", "food", "snack", "dessert", "sweet"], + "๐Ÿฌ": ["candy", "snack", "dessert", "sweet", "lolly"], + "๐Ÿญ": ["lollipop", "food", "snack", "candy", "sweet"], + "๐Ÿฎ": ["custard", "dessert", "food"], + "๐Ÿฏ": ["honey_pot", "bees", "sweet", "kitchen"], + "๐Ÿผ": ["baby_bottle", "food", "container", "milk"], + "๐Ÿฅ›": ["glass_of_milk", "beverage", "drink", "cow"], + "โ˜•": ["hot_beverage", "beverage", "caffeine", "latte", "espresso"], + "๐Ÿต": ["teacup_without_handle", "drink", "bowl", "breakfast", "green", "british"], + "๐Ÿถ": ["sake", "wine", "drink", "drunk", "beverage", "japanese", "alcohol", "booze"], + "๐Ÿพ": ["bottle_with_popping_cork", "drink", "wine", "bottle", "celebration"], + "๐Ÿท": ["wine_glass", "drink", "beverage", "drunk", "alcohol", "booze"], + "๐Ÿธ": ["cocktail_glass", "drink", "drunk", "alcohol", "beverage", "booze", "mojito"], + "๐Ÿน": ["tropical_drink", "beverage", "cocktail", "summer", "beach", "alcohol", "booze", "mojito"], + "๐Ÿบ": ["beer_mug", "relax", "beverage", "drink", "drunk", "party", "pub", "summer", "alcohol", "booze"], + "๐Ÿป": ["clinking_beer_mugs", "relax", "beverage", "drink", "drunk", "party", "pub", "summer", "alcohol", "booze"], + "๐Ÿฅ‚": [ + "clinking_glasses", + "beverage", + "drink", + "party", + "alcohol", + "celebrate", + "cheers", + "wine", + "champagne", + "toast" ], - "๐Ÿคค": [ - "drooling_face", - "face" + "๐Ÿฅƒ": [ + "tumbler_glass", + "drink", + "beverage", + "drunk", + "alcohol", + "liquor", + "booze", + "bourbon", + "scotch", + "whisky", + "glass", + "shot" ], - "๐Ÿ˜ด": [ - "sleeping_face", - "face", - "tired", - "sleepy", + "๐Ÿฅค": ["cup_with_straw", "drink", "soda"], + "๐Ÿงƒ": ["beverage_box"], + "๐Ÿง‰": ["mate"], + "๐ŸงŠ": ["ice"], + "๐Ÿฅข": ["chopsticks", "food"], + "๐Ÿฝ๏ธ": ["fork_and_knife_with_plate", "food", "eat", "meal", "lunch", "dinner", "restaurant"], + "๐Ÿด": ["fork_and_knife", "cutlery", "kitchen"], + "๐Ÿฅ„": ["spoon", "cutlery", "kitchen", "tableware"], + "๐Ÿ”ช": ["kitchen_knife", "knife", "blade", "cutlery", "kitchen", "weapon"], + "๐Ÿบ": ["amphora", "vase", "jar"], + "๐ŸŒ": ["globe_showing_europe_africa", "globe", "world", "international"], + "๐ŸŒŽ": ["globe_showing_americas", "globe", "world", "USA", "international"], + "๐ŸŒ": ["globe_showing_asia_australia", "globe", "world", "east", "international"], + "๐ŸŒ": ["globe_with_meridians", "earth", "international", "world", "internet", "interweb", "i18n"], + "๐Ÿ—บ๏ธ": ["world_map", "location", "direction"], + "๐Ÿ—พ": ["map_of_japan", "nation", "country", "japanese", "asia"], + "๐Ÿงญ": ["compass", "magnetic", "navigation", "orienteering"], + "๐Ÿ”๏ธ": ["snow_capped_mountain", "photo", "nature", "environment", "winter", "cold"], + "โ›ฐ๏ธ": ["mountain", "photo", "nature", "environment"], + "๐ŸŒ‹": ["volcano", "photo", "nature", "disaster"], + "๐Ÿ—ป": ["mount_fuji", "photo", "mountain", "nature", "japanese"], + "๐Ÿ•๏ธ": ["camping", "photo", "outdoors", "tent"], + "๐Ÿ–๏ธ": ["beach_with_umbrella", "weather", "summer", "sunny", "sand", "mojito"], + "๐Ÿœ๏ธ": ["desert", "photo", "warm", "saharah"], + "๐Ÿ๏ธ": ["desert_island", "photo", "tropical", "mojito"], + "๐Ÿž๏ธ": ["national_park", "photo", "environment", "nature"], + "๐ŸŸ๏ธ": ["stadium", "photo", "place", "sports", "concert", "venue"], + "๐Ÿ›๏ธ": ["classical_building", "art", "culture", "history"], + "๐Ÿ—๏ธ": ["building_construction", "wip", "working", "progress"], + "๐Ÿงฑ": ["brick", "bricks"], + "๐Ÿ˜๏ธ": ["houses", "buildings", "photo"], + "๐Ÿš๏ธ": ["derelict_house", "abandon", "evict", "broken", "building"], + "๐Ÿ ": ["house", "building", "home"], + "๐Ÿก": ["house_with_garden", "home", "plant", "nature"], + "๐Ÿข": ["office_building", "building", "bureau", "work"], + "๐Ÿฃ": ["japanese_post_office", "building", "envelope", "communication"], + "๐Ÿค": ["post_office", "building", "email"], + "๐Ÿฅ": ["hospital", "building", "health", "surgery", "doctor"], + "๐Ÿฆ": ["bank", "building", "money", "sales", "cash", "business", "enterprise"], + "๐Ÿจ": ["hotel", "building", "accomodation", "checkin"], + "๐Ÿฉ": ["love_hotel", "like", "affection", "dating"], + "๐Ÿช": ["convenience_store", "building", "shopping", "groceries"], + "๐Ÿซ": ["school", "building", "student", "education", "learn", "teach"], + "๐Ÿฌ": ["department_store", "building", "shopping", "mall"], + "๐Ÿญ": ["factory", "building", "industry", "pollution", "smoke"], + "๐Ÿฏ": ["japanese_castle", "photo", "building"], + "๐Ÿฐ": ["castle", "building", "royalty", "history"], + "๐Ÿ’’": ["wedding", "love", "like", "affection", "couple", "marriage", "bride", "groom"], + "๐Ÿ—ผ": ["tokyo_tower", "photo", "japanese"], + "๐Ÿ—ฝ": ["statue_of_liberty", "american", "newyork"], + "โ›ช": ["church", "building", "religion", "christ"], + "๐Ÿ•Œ": ["mosque", "islam", "worship", "minaret"], + "๐Ÿ›•": ["hindu_temple"], + "๐Ÿ•": ["synagogue", "judaism", "worship", "temple", "jewish"], + "โ›ฉ๏ธ": ["shinto_shrine", "temple", "japan", "kyoto"], + "๐Ÿ•‹": ["kaaba", "mecca", "mosque", "islam"], + "โ›ฒ": ["fountain", "photo", "summer", "water", "fresh"], + "โ›บ": ["tent", "photo", "camping", "outdoors"], + "๐ŸŒ": ["foggy", "photo", "mountain"], + "๐ŸŒƒ": ["night_with_stars", "evening", "city", "downtown"], + "๐Ÿ™๏ธ": ["cityscape", "photo", "night life", "urban"], + "๐ŸŒ„": ["sunrise_over_mountains", "view", "vacation", "photo"], + "๐ŸŒ…": ["sunrise", "morning", "view", "vacation", "photo"], + "๐ŸŒ†": ["cityscape_at_dusk", "photo", "evening", "sky", "buildings"], + "๐ŸŒ‡": ["sunset", "photo", "good morning", "dawn"], + "๐ŸŒ‰": ["bridge_at_night", "photo", "sanfrancisco"], + "โ™จ๏ธ": ["hot_springs", "bath", "warm", "relax"], + "๐ŸŽ ": ["carousel_horse", "photo", "carnival"], + "๐ŸŽก": ["ferris_wheel", "photo", "carnival", "londoneye"], + "๐ŸŽข": ["roller_coaster", "carnival", "playground", "photo", "fun"], + "๐Ÿ’ˆ": ["barber_pole", "hair", "salon", "style"], + "๐ŸŽช": ["circus_tent", "festival", "carnival", "party"], + "๐Ÿš‚": ["locomotive", "transportation", "vehicle", "train"], + "๐Ÿšƒ": ["railway_car", "transportation", "vehicle"], + "๐Ÿš„": ["high_speed_train", "transportation", "vehicle"], + "๐Ÿš…": ["bullet_train", "transportation", "vehicle", "speed", "fast", "public", "travel"], + "๐Ÿš†": ["train", "transportation", "vehicle"], + "๐Ÿš‡": ["metro", "transportation", "blue-square", "mrt", "underground", "tube"], + "๐Ÿšˆ": ["light_rail", "transportation", "vehicle"], + "๐Ÿš‰": ["station", "transportation", "vehicle", "public"], + "๐ŸšŠ": ["tram", "transportation", "vehicle"], + "๐Ÿš": ["monorail", "transportation", "vehicle"], + "๐Ÿšž": ["mountain_railway", "transportation", "vehicle"], + "๐Ÿš‹": ["tram_car", "transportation", "vehicle", "carriage", "public", "travel"], + "๐ŸšŒ": ["bus", "car", "vehicle", "transportation"], + "๐Ÿš": ["oncoming_bus", "vehicle", "transportation"], + "๐ŸšŽ": ["trolleybus", "bart", "transportation", "vehicle"], + "๐Ÿš": ["minibus", "vehicle", "car", "transportation"], + "๐Ÿš‘": ["ambulance", "health", "911", "hospital"], + "๐Ÿš’": ["fire_engine", "transportation", "cars", "vehicle"], + "๐Ÿš“": ["police_car", "vehicle", "cars", "transportation", "law", "legal", "enforcement"], + "๐Ÿš”": ["oncoming_police_car", "vehicle", "law", "legal", "enforcement", "911"], + "๐Ÿš•": ["taxi", "uber", "vehicle", "cars", "transportation"], + "๐Ÿš–": ["oncoming_taxi", "vehicle", "cars", "uber"], + "๐Ÿš—": ["automobile", "red", "transportation", "vehicle"], + "๐Ÿš˜": ["oncoming_automobile", "car", "vehicle", "transportation"], + "๐Ÿš™": ["sport_utility_vehicle", "transportation", "vehicle"], + "๐Ÿšš": ["delivery_truck", "cars", "transportation"], + "๐Ÿš›": ["articulated_lorry", "vehicle", "cars", "transportation", "express"], + "๐Ÿšœ": ["tractor", "vehicle", "car", "farming", "agriculture"], + "๐ŸŽ๏ธ": ["racing_car", "sports", "race", "fast", "formula", "f1"], + "๐Ÿ๏ธ": ["motorcycle", "race", "sports", "fast"], + "๐Ÿ›ต": ["motor_scooter", "vehicle", "vespa", "sasha"], + "๐Ÿฆฝ": ["manual_wheelchair"], + "๐Ÿฆผ": ["motorized_wheelchair"], + "๐Ÿ›บ": ["auto_rickshaw"], + "๐Ÿšฒ": ["bicycle", "sports", "bicycle", "exercise", "hipster"], + "๐Ÿ›ด": ["kick_scooter", "vehicle", "kick", "razor"], + "๐Ÿ›น": ["skateboard", "board"], + "๐Ÿš": ["bus_stop", "transportation", "wait"], + "๐Ÿ›ฃ๏ธ": ["motorway", "road", "cupertino", "interstate", "highway"], + "๐Ÿ›ค๏ธ": ["railway_track", "train", "transportation"], + "๐Ÿ›ข๏ธ": ["oil_drum", "barrell"], + "โ›ฝ": ["fuel_pump", "gas station", "petroleum"], + "๐Ÿšจ": ["police_car_light", "police", "ambulance", "911", "emergency", "alert", "error", "pinged", "law", "legal"], + "๐Ÿšฅ": ["horizontal_traffic_light", "transportation", "signal"], + "๐Ÿšฆ": ["vertical_traffic_light", "transportation", "driving"], + "๐Ÿ›‘": ["stop_sign", "stop"], + "๐Ÿšง": ["construction", "wip", "progress", "caution", "warning"], + "โš“": ["anchor", "ship", "ferry", "sea", "boat"], + "โ›ต": ["sailboat", "ship", "summer", "transportation", "water", "sailing"], + "๐Ÿ›ถ": ["canoe", "boat", "paddle", "water", "ship"], + "๐Ÿšค": ["speedboat", "ship", "transportation", "vehicle", "summer"], + "๐Ÿ›ณ๏ธ": ["passenger_ship", "yacht", "cruise", "ferry"], + "โ›ด๏ธ": ["ferry", "boat", "ship", "yacht"], + "๐Ÿ›ฅ๏ธ": ["motor_boat", "ship"], + "๐Ÿšข": ["ship", "transportation", "titanic", "deploy"], + "โœˆ๏ธ": ["airplane", "vehicle", "transportation", "flight", "fly"], + "๐Ÿ›ฉ๏ธ": ["small_airplane", "flight", "transportation", "fly", "vehicle"], + "๐Ÿ›ซ": ["airplane_departure", "airport", "flight", "landing"], + "๐Ÿ›ฌ": ["airplane_arrival", "airport", "flight", "boarding"], + "๐Ÿช‚": ["parachute"], + "๐Ÿ’บ": ["seat", "sit", "airplane", "transport", "bus", "flight", "fly"], + "๐Ÿš": ["helicopter", "transportation", "vehicle", "fly"], + "๐ŸšŸ": ["suspension_railway", "vehicle", "transportation"], + "๐Ÿš ": ["mountain_cableway", "transportation", "vehicle", "ski"], + "๐Ÿšก": ["aerial_tramway", "transportation", "vehicle", "ski"], + "๐Ÿ›ฐ๏ธ": ["satellite", "communication", "gps", "orbit", "spaceflight", "NASA", "ISS"], + "๐Ÿš€": ["rocket", "launch", "ship", "staffmode", "NASA", "outer space", "outer_space", "fly"], + "๐Ÿ›ธ": ["flying_saucer", "transportation", "vehicle", "ufo"], + "๐Ÿ›Ž๏ธ": ["bellhop_bell", "service"], + "๐Ÿงณ": ["luggage", "packing", "travel"], + "โŒ›": ["hourglass_done", "time", "clock", "oldschool", "limit", "exam", "quiz", "test"], + "โณ": ["hourglass_not_done", "oldschool", "time", "countdown"], + "โŒš": ["watch", "time", "accessories"], + "โฐ": ["alarm_clock", "time", "wake"], + "โฑ๏ธ": ["stopwatch", "time", "deadline"], + "โฒ๏ธ": ["timer_clock", "alarm"], + "๐Ÿ•ฐ๏ธ": ["mantelpiece_clock", "time"], + "๐Ÿ•›": ["twelve_o_clock", "time", "noon", "midnight", "midday", "late", "early", "schedule"], + "๐Ÿ•ง": ["twelve_thirty", "time", "late", "early", "schedule"], + "๐Ÿ•": ["one_o_clock", "time", "late", "early", "schedule"], + "๐Ÿ•œ": ["one_thirty", "time", "late", "early", "schedule"], + "๐Ÿ•‘": ["two_o_clock", "time", "late", "early", "schedule"], + "๐Ÿ•": ["two_thirty", "time", "late", "early", "schedule"], + "๐Ÿ•’": ["three_o_clock", "time", "late", "early", "schedule"], + "๐Ÿ•ž": ["three_thirty", "time", "late", "early", "schedule"], + "๐Ÿ•“": ["four_o_clock", "time", "late", "early", "schedule"], + "๐Ÿ•Ÿ": ["four_thirty", "time", "late", "early", "schedule"], + "๐Ÿ•”": ["five_o_clock", "time", "late", "early", "schedule"], + "๐Ÿ• ": ["five_thirty", "time", "late", "early", "schedule"], + "๐Ÿ••": ["six_o_clock", "time", "late", "early", "schedule", "dawn", "dusk"], + "๐Ÿ•ก": ["six_thirty", "time", "late", "early", "schedule"], + "๐Ÿ•–": ["seven_o_clock", "time", "late", "early", "schedule"], + "๐Ÿ•ข": ["seven_thirty", "time", "late", "early", "schedule"], + "๐Ÿ•—": ["eight_o_clock", "time", "late", "early", "schedule"], + "๐Ÿ•ฃ": ["eight_thirty", "time", "late", "early", "schedule"], + "๐Ÿ•˜": ["nine_o_clock", "time", "late", "early", "schedule"], + "๐Ÿ•ค": ["nine_thirty", "time", "late", "early", "schedule"], + "๐Ÿ•™": ["ten_o_clock", "time", "late", "early", "schedule"], + "๐Ÿ•ฅ": ["ten_thirty", "time", "late", "early", "schedule"], + "๐Ÿ•š": ["eleven_o_clock", "time", "late", "early", "schedule"], + "๐Ÿ•ฆ": ["eleven_thirty", "time", "late", "early", "schedule"], + "๐ŸŒ‘": ["new_moon", "nature", "twilight", "planet", "space", "night", "evening", "sleep"], + "๐ŸŒ’": ["waxing_crescent_moon", "nature", "twilight", "planet", "space", "night", "evening", "sleep"], + "๐ŸŒ“": ["first_quarter_moon", "nature", "twilight", "planet", "space", "night", "evening", "sleep"], + "๐ŸŒ”": ["waxing_gibbous_moon", "nature", "night", "sky", "gray", "twilight", "planet", "space", "evening", "sleep"], + "๐ŸŒ•": ["full_moon", "nature", "yellow", "twilight", "planet", "space", "night", "evening", "sleep"], + "๐ŸŒ–": [ + "waning_gibbous_moon", + "nature", + "twilight", + "planet", + "space", "night", - "zzz" - ], - "๐Ÿ˜ท": [ - "face_with_medical_mask", - "face", - "sick", - "ill", - "disease" - ], - "๐Ÿค’": [ - "face_with_thermometer", - "sick", - "temperature", - "thermometer", - "cold", - "fever" - ], - "๐Ÿค•": [ - "face_with_head_bandage", - "injured", - "clumsy", - "bandage", - "hurt" - ], - "๐Ÿคข": [ - "nauseated_face", - "face", - "vomit", - "gross", - "green", - "sick", - "throw up", - "ill" - ], - "๐Ÿคฎ": [ - "face_vomiting", - "face", - "sick" - ], - "๐Ÿคง": [ - "sneezing_face", - "face", - "gesundheit", - "sneeze", - "sick", - "allergy" - ], - "๐Ÿฅต": [ - "hot_face", - "face", - "feverish", - "heat", - "red", - "sweating" + "evening", + "sleep", + "waxing_gibbous_moon" ], - "๐Ÿฅถ": [ - "cold_face", - "face", + "๐ŸŒ—": ["last_quarter_moon", "nature", "twilight", "planet", "space", "night", "evening", "sleep"], + "๐ŸŒ˜": ["waning_crescent_moon", "nature", "twilight", "planet", "space", "night", "evening", "sleep"], + "๐ŸŒ™": ["crescent_moon", "night", "sleep", "sky", "evening", "magic"], + "๐ŸŒš": ["new_moon_face", "nature", "twilight", "planet", "space", "night", "evening", "sleep"], + "๐ŸŒ›": ["first_quarter_moon_face", "nature", "twilight", "planet", "space", "night", "evening", "sleep"], + "๐ŸŒœ": ["last_quarter_moon_face", "nature", "twilight", "planet", "space", "night", "evening", "sleep"], + "๐ŸŒก๏ธ": ["thermometer", "weather", "temperature", "hot", "cold"], + "โ˜€๏ธ": ["sun", "weather", "nature", "brightness", "summer", "beach", "spring"], + "๐ŸŒ": ["full_moon_face", "nature", "twilight", "planet", "space", "night", "evening", "sleep"], + "๐ŸŒž": ["sun_with_face", "nature", "morning", "sky"], + "๐Ÿช": ["ringed_planet"], + "โญ": ["star", "night", "yellow"], + "๐ŸŒŸ": ["glowing_star", "night", "sparkle", "awesome", "good", "magic"], + "๐ŸŒ ": ["shooting_star", "night", "photo"], + "๐ŸŒŒ": ["milky_way", "photo", "space", "stars"], + "โ˜๏ธ": ["cloud", "weather", "sky"], + "โ›…": ["sun_behind_cloud", "weather", "nature", "cloudy", "morning", "fall", "spring"], + "โ›ˆ๏ธ": ["cloud_with_lightning_and_rain", "weather", "lightning"], + "๐ŸŒค๏ธ": ["sun_behind_small_cloud", "weather"], + "๐ŸŒฅ๏ธ": ["sun_behind_large_cloud", "weather"], + "๐ŸŒฆ๏ธ": ["sun_behind_rain_cloud", "weather"], + "๐ŸŒง๏ธ": ["cloud_with_rain", "weather"], + "๐ŸŒจ๏ธ": ["cloud_with_snow", "weather"], + "๐ŸŒฉ๏ธ": ["cloud_with_lightning", "weather", "thunder"], + "๐ŸŒช๏ธ": ["tornado", "weather", "cyclone", "twister"], + "๐ŸŒซ๏ธ": ["fog", "weather"], + "๐ŸŒฌ๏ธ": ["wind_face", "gust", "air"], + "๐ŸŒ€": [ + "cyclone", + "weather", + "swirl", "blue", - "freezing", - "frozen", - "frostbite", - "icicles" - ], - "๐Ÿฅด": [ - "woozy_face", - "face", - "dizzy", - "intoxicated", - "tipsy", - "wavy" - ], - "๐Ÿ˜ต": [ - "dizzy_face", - "spent", - "unconscious", - "xox", - "dizzy" - ], - "๐Ÿคฏ": [ - "exploding_head", - "face", - "shocked", - "mind", - "blown" - ], - "๐Ÿค ": [ - "cowboy_hat_face", - "face", - "cowgirl", - "hat" + "cloud", + "vortex", + "spiral", + "whirlpool", + "spin", + "tornado", + "hurricane", + "typhoon" ], - "๐Ÿฅณ": [ - "partying_face", - "face", - "celebration", - "woohoo" + "๐ŸŒˆ": ["rainbow", "nature", "happy", "unicorn_face", "photo", "sky", "spring"], + "๐ŸŒ‚": ["closed_umbrella", "weather", "rain", "drizzle"], + "โ˜‚๏ธ": ["umbrella", "weather", "spring"], + "โ˜”": ["umbrella_with_rain_drops", "rainy", "weather", "spring"], + "โ›ฑ๏ธ": ["umbrella_on_ground", "weather", "summer"], + "โšก": ["high_voltage", "thunder", "weather", "lightning bolt", "fast"], + "โ„๏ธ": ["snowflake", "winter", "season", "cold", "weather", "christmas", "xmas"], + "โ˜ƒ๏ธ": ["snowman", "winter", "season", "cold", "weather", "christmas", "xmas", "frozen"], + "โ›„": ["snowman_without_snow", "winter", "season", "cold", "weather", "christmas", "xmas", "frozen", "without_snow"], + "โ˜„๏ธ": ["comet", "space"], + "๐Ÿ”ฅ": ["fire", "hot", "cook", "flame"], + "๐Ÿ’ง": ["droplet", "water", "drip", "faucet", "spring"], + "๐ŸŒŠ": ["water_wave", "sea", "water", "wave", "nature", "tsunami", "disaster"], + "๐ŸŽƒ": ["jack_o_lantern", "halloween", "light", "pumpkin", "creepy", "fall"], + "๐ŸŽ„": ["christmas_tree", "festival", "vacation", "december", "xmas", "celebration"], + "๐ŸŽ†": ["fireworks", "photo", "festival", "carnival", "congratulations"], + "๐ŸŽ‡": ["sparkler", "stars", "night", "shine"], + "๐Ÿงจ": ["firecracker", "dynamite", "boom", "explode", "explosion", "explosive"], + "โœจ": ["sparkles", "stars", "shine", "shiny", "cool", "awesome", "good", "magic"], + "๐ŸŽˆ": ["balloon", "party", "celebration", "birthday", "circus"], + "๐ŸŽ‰": ["party_popper", "party", "congratulations", "birthday", "magic", "circus", "celebration"], + "๐ŸŽŠ": ["confetti_ball", "festival", "party", "birthday", "circus"], + "๐ŸŽ‹": ["tanabata_tree", "plant", "nature", "branch", "summer"], + "๐ŸŽ": ["pine_decoration", "plant", "nature", "vegetable", "panda", "pine_decoration"], + "๐ŸŽŽ": ["japanese_dolls", "japanese", "toy", "kimono"], + "๐ŸŽ": ["carp_streamer", "fish", "japanese", "koinobori", "carp", "banner"], + "๐ŸŽ": ["wind_chime", "nature", "ding", "spring", "bell"], + "๐ŸŽ‘": ["moon_viewing_ceremony", "photo", "japan", "asia", "tsukimi"], + "๐Ÿงง": ["red_envelope", "gift"], + "๐ŸŽ€": ["ribbon", "decoration", "pink", "girl", "bowtie"], + "๐ŸŽ": ["wrapped_gift", "present", "birthday", "christmas", "xmas"], + "๐ŸŽ—๏ธ": ["reminder_ribbon", "sports", "cause", "support", "awareness"], + "๐ŸŽŸ๏ธ": ["admission_tickets", "sports", "concert", "entrance"], + "๐ŸŽซ": ["ticket", "event", "concert", "pass"], + "๐ŸŽ–๏ธ": ["military_medal", "award", "winning", "army"], + "๐Ÿ†": ["trophy", "win", "award", "contest", "place", "ftw", "ceremony"], + "๐Ÿ…": ["sports_medal", "award", "winning"], + "๐Ÿฅ‡": ["1st_place_medal", "award", "winning", "first"], + "๐Ÿฅˆ": ["2nd_place_medal", "award", "second"], + "๐Ÿฅ‰": ["3rd_place_medal", "award", "third"], + "โšฝ": ["soccer_ball", "sports", "football"], + "โšพ": ["baseball", "sports", "balls"], + "๐ŸฅŽ": ["softball", "sports", "balls"], + "๐Ÿ€": ["basketball", "sports", "balls", "NBA"], + "๐Ÿ": ["volleyball", "sports", "balls"], + "๐Ÿˆ": ["american_football", "sports", "balls", "NFL"], + "๐Ÿ‰": ["rugby_football", "sports", "team"], + "๐ŸŽพ": ["tennis", "sports", "balls", "green"], + "๐Ÿฅ": ["flying_disc", "sports", "frisbee", "ultimate"], + "๐ŸŽณ": ["bowling", "sports", "fun", "play"], + "๐Ÿ": ["cricket_game", "sports"], + "๐Ÿ‘": ["field_hockey", "sports"], + "๐Ÿ’": ["ice_hockey", "sports"], + "๐Ÿฅ": ["lacrosse", "sports", "ball", "stick"], + "๐Ÿ“": ["ping_pong", "sports", "pingpong"], + "๐Ÿธ": ["badminton", "sports"], + "๐ŸฅŠ": ["boxing_glove", "sports", "fighting"], + "๐Ÿฅ‹": ["martial_arts_uniform", "judo", "karate", "taekwondo"], + "๐Ÿฅ…": ["goal_net", "sports"], + "โ›ณ": ["flag_in_hole", "sports", "business", "flag", "hole", "summer"], + "โ›ธ๏ธ": ["ice_skate", "sports"], + "๐ŸŽฃ": ["fishing_pole", "food", "hobby", "summer"], + "๐Ÿคฟ": ["diving_mask"], + "๐ŸŽฝ": ["running_shirt", "play", "pageant"], + "๐ŸŽฟ": ["skis", "sports", "winter", "cold", "snow"], + "๐Ÿ›ท": ["sled", "sleigh", "luge", "toboggan"], + "๐ŸฅŒ": ["curling_stone", "sports"], + "๐ŸŽฏ": ["direct_hit", "game", "play", "bar", "target", "bullseye"], + "๐Ÿช€": ["yo_yo"], + "๐Ÿช": ["kite"], + "๐ŸŽฑ": ["pool_8_ball", "pool", "hobby", "game", "luck", "magic"], + "๐Ÿ”ฎ": ["crystal_ball", "disco", "party", "magic", "circus", "fortune_teller"], + "๐Ÿงฟ": ["nazar_amulet", "bead", "charm"], + "๐ŸŽฎ": ["video_game", "play", "console", "PS4", "controller"], + "๐Ÿ•น๏ธ": ["joystick", "game", "play"], + "๐ŸŽฐ": ["slot_machine", "bet", "gamble", "vegas", "fruit machine", "luck", "casino"], + "๐ŸŽฒ": ["game_die", "dice", "random", "tabletop", "play", "luck"], + "๐Ÿงฉ": ["puzzle_piece", "interlocking", "puzzle", "piece"], + "๐Ÿงธ": ["teddy_bear", "plush", "stuffed"], + "โ™ ๏ธ": ["spade_suit", "poker", "cards", "suits", "magic"], + "โ™ฅ๏ธ": ["heart_suit", "poker", "cards", "magic", "suits"], + "โ™ฆ๏ธ": ["diamond_suit", "poker", "cards", "magic", "suits"], + "โ™ฃ๏ธ": ["club_suit", "poker", "cards", "magic", "suits"], + "โ™Ÿ๏ธ": ["chess_pawn", "expendable"], + "๐Ÿƒ": ["joker", "poker", "cards", "game", "play", "magic"], + "๐Ÿ€„": ["mahjong_red_dragon", "game", "play", "chinese", "kanji"], + "๐ŸŽด": ["flower_playing_cards", "game", "sunset", "red"], + "๐ŸŽญ": ["performing_arts", "acting", "theater", "drama"], + "๐Ÿ–ผ๏ธ": ["framed_picture", "photography"], + "๐ŸŽจ": ["artist_palette", "design", "paint", "draw", "colors"], + "๐Ÿงต": ["thread", "needle", "sewing", "spool", "string"], + "๐Ÿงถ": ["yarn", "ball", "crochet", "knit"], + "๐Ÿ‘“": ["glasses", "fashion", "accessories", "eyesight", "nerdy", "dork", "geek"], + "๐Ÿ•ถ๏ธ": ["sunglasses", "face", "cool", "accessories"], + "๐Ÿฅฝ": ["goggles", "eyes", "protection", "safety"], + "๐Ÿฅผ": ["lab_coat", "doctor", "experiment", "scientist", "chemist"], + "๐Ÿฆบ": ["safety_vest"], + "๐Ÿ‘”": ["necktie", "shirt", "suitup", "formal", "fashion", "cloth", "business"], + "๐Ÿ‘•": ["t_shirt", "fashion", "cloth", "casual", "shirt", "tee"], + "๐Ÿ‘–": ["jeans", "fashion", "shopping"], + "๐Ÿงฃ": ["scarf", "neck", "winter", "clothes"], + "๐Ÿงค": ["gloves", "hands", "winter", "clothes"], + "๐Ÿงฅ": ["coat", "jacket"], + "๐Ÿงฆ": ["socks", "stockings", "clothes"], + "๐Ÿ‘—": ["dress", "clothes", "fashion", "shopping"], + "๐Ÿ‘˜": ["kimono", "dress", "fashion", "women", "female", "japanese"], + "๐Ÿฅป": ["sari"], + "๐Ÿฉฑ": ["one_piece_swimsuit"], + "๐Ÿฉฒ": ["briefs"], + "๐Ÿฉณ": ["shorts"], + "๐Ÿ‘™": ["bikini", "swimming", "female", "woman", "girl", "fashion", "beach", "summer"], + "๐Ÿ‘š": ["woman_s_clothes", "fashion", "shopping_bags", "female"], + "๐Ÿ‘›": ["purse", "fashion", "accessories", "money", "sales", "shopping"], + "๐Ÿ‘œ": ["handbag", "fashion", "accessory", "accessories", "shopping"], + "๐Ÿ‘": ["clutch_bag", "bag", "accessories", "shopping"], + "๐Ÿ›๏ธ": ["shopping_bags", "mall", "buy", "purchase"], + "๐ŸŽ’": ["backpack", "student", "education", "bag", "backpack"], + "๐Ÿ‘ž": ["man_s_shoe", "fashion", "male"], + "๐Ÿ‘Ÿ": ["running_shoe", "shoes", "sports", "sneakers"], + "๐Ÿฅพ": ["hiking_boot", "backpacking", "camping", "hiking"], + "๐Ÿฅฟ": ["flat_shoe", "ballet", "slip-on", "slipper"], + "๐Ÿ‘ ": ["high_heeled_shoe", "fashion", "shoes", "female", "pumps", "stiletto"], + "๐Ÿ‘ก": ["woman_s_sandal", "shoes", "fashion", "flip flops"], + "๐Ÿฉฐ": ["ballet_shoes"], + "๐Ÿ‘ข": ["woman_s_boot", "shoes", "fashion"], + "๐Ÿ‘‘": ["crown", "king", "kod", "leader", "royalty", "lord"], + "๐Ÿ‘’": ["woman_s_hat", "fashion", "accessories", "female", "lady", "spring"], + "๐ŸŽฉ": ["top_hat", "magic", "gentleman", "classy", "circus"], + "๐ŸŽ“": [ + "graduation_cap", + "school", + "college", + "degree", + "university", + "graduation", + "cap", + "hat", + "legal", + "learn", + "education" ], - "๐Ÿ˜Ž": [ - "smiling_face_with_sunglasses", - "face", - "cool", - "smile", - "summer", - "beach", - "sunglass" - ], - "๐Ÿค“": [ - "nerd_face", - "face", - "nerdy", - "geek", - "dork" - ], - "๐Ÿง": [ - "face_with_monocle", - "face", - "stuffy", - "wealthy" - ], - "๐Ÿ˜•": [ - "confused_face", - "face", - "indifference", - "huh", - "weird", - "hmmm", - ":/" - ], - "๐Ÿ˜Ÿ": [ - "worried_face", - "face", - "concern", - "nervous", - ":(" - ], - "๐Ÿ™": [ - "slightly_frowning_face", - "face", - "frowning", - "disappointed", - "sad", - "upset" - ], - "โ˜น๏ธ": [ - "frowning_face", - "face", - "sad", - "upset", - "frown" - ], - "๐Ÿ˜ฎ": [ - "face_with_open_mouth", - "face", - "surprise", - "impressed", - "wow", - "whoa", - ":O" - ], - "๐Ÿ˜ฏ": [ - "hushed_face", - "face", - "woo", - "shh" - ], - "๐Ÿ˜ฒ": [ - "astonished_face", - "face", - "xox", - "surprised", - "poisoned" - ], - "๐Ÿ˜ณ": [ - "flushed_face", - "face", - "blush", - "shy", - "flattered" - ], - "๐Ÿฅบ": [ - "pleading_face", - "face", - "begging", - "mercy" - ], - "๐Ÿ˜ฆ": [ - "frowning_face_with_open_mouth", - "face", - "aw", - "what" - ], - "๐Ÿ˜ง": [ - "anguished_face", - "face", - "stunned", - "nervous" - ], - "๐Ÿ˜จ": [ - "fearful_face", - "face", - "scared", - "terrified", - "nervous", - "oops", - "huh" - ], - "๐Ÿ˜ฐ": [ - "anxious_face_with_sweat", - "face", - "nervous", - "sweat" - ], - "๐Ÿ˜ฅ": [ - "sad_but_relieved_face", - "face", - "phew", - "sweat", - "nervous" - ], - "๐Ÿ˜ข": [ - "crying_face", - "face", - "tears", - "sad", - "depressed", - "upset", - ":'(" - ], - "๐Ÿ˜ญ": [ - "loudly_crying_face", - "face", - "cry", - "tears", - "sad", - "upset", - "depressed" - ], - "๐Ÿ˜ฑ": [ - "face_screaming_in_fear", - "face", - "munch", - "scared", - "omg" - ], - "๐Ÿ˜–": [ - "confounded_face", - "face", - "confused", - "sick", - "unwell", - "oops", - ":S" - ], - "๐Ÿ˜ฃ": [ - "persevering_face", - "face", - "sick", - "no", - "upset", - "oops" - ], - "๐Ÿ˜ž": [ - "disappointed_face", - "face", - "sad", - "upset", - "depressed", - ":(" - ], - "๐Ÿ˜“": [ - "downcast_face_with_sweat", - "face", - "hot", - "sad", - "tired", - "exercise" - ], - "๐Ÿ˜ฉ": [ - "weary_face", - "face", - "tired", - "sleepy", - "sad", - "frustrated", - "upset" - ], - "๐Ÿ˜ซ": [ - "tired_face", - "sick", - "whine", - "upset", - "frustrated" - ], - "๐Ÿฅฑ": [ - "yawning_face" - ], - "๐Ÿ˜ค": [ - "face_with_steam_from_nose", - "face", - "gas", - "phew", - "proud", - "pride" - ], - "๐Ÿ˜ก": [ - "pouting_face", - "angry", - "mad", - "hate", - "despise" - ], - "๐Ÿ˜ ": [ - "angry_face", - "mad", - "face", - "annoyed", - "frustrated" - ], - "๐Ÿคฌ": [ - "face_with_symbols_on_mouth", - "face", - "swearing", - "cursing", - "cussing", - "profanity", - "expletive" - ], - "๐Ÿ˜ˆ": [ - "smiling_face_with_horns", - "devil", - "horns" - ], - "๐Ÿ‘ฟ": [ - "angry_face_with_horns", - "devil", - "angry", - "horns" - ], - "๐Ÿ’€": [ - "skull", - "dead", - "skeleton", - "creepy", - "death" - ], - "โ˜ ๏ธ": [ - "skull_and_crossbones", - "poison", - "danger", - "deadly", - "scary", - "death", - "pirate", - "evil" - ], - "๐Ÿ’ฉ": [ - "pile_of_poo", - "hankey", - "shitface", - "fail", - "turd", - "shit" - ], - "๐Ÿคก": [ - "clown_face", - "face" - ], - "๐Ÿ‘น": [ - "ogre", - "monster", - "red", - "mask", - "halloween", - "scary", - "creepy", - "devil", - "demon", - "japanese", - "ogre" - ], - "๐Ÿ‘บ": [ - "goblin", - "red", - "evil", - "mask", - "monster", - "scary", - "creepy", - "japanese", - "goblin" - ], - "๐Ÿ‘ป": [ - "ghost", - "halloween", - "spooky", - "scary" - ], - "๐Ÿ‘ฝ": [ - "alien", - "UFO", - "paul", - "weird", - "outer_space" - ], - "๐Ÿ‘พ": [ - "alien_monster", - "game", - "arcade", - "play" - ], - "๐Ÿค–": [ - "robot", - "computer", - "machine", - "bot" - ], - "๐Ÿ˜บ": [ - "grinning_cat", - "animal", - "cats", - "happy", - "smile" - ], - "๐Ÿ˜ธ": [ - "grinning_cat_with_smiling_eyes", - "animal", - "cats", - "smile" - ], - "๐Ÿ˜น": [ - "cat_with_tears_of_joy", - "animal", - "cats", - "haha", - "happy", - "tears" - ], - "๐Ÿ˜ป": [ - "smiling_cat_with_heart_eyes", - "animal", - "love", - "like", - "affection", - "cats", - "valentines", - "heart" - ], - "๐Ÿ˜ผ": [ - "cat_with_wry_smile", - "animal", - "cats", - "smirk" - ], - "๐Ÿ˜ฝ": [ - "kissing_cat", - "animal", - "cats", - "kiss" - ], - "๐Ÿ™€": [ - "weary_cat", - "animal", - "cats", - "munch", - "scared", - "scream" - ], - "๐Ÿ˜ฟ": [ - "crying_cat", - "animal", - "tears", - "weep", - "sad", - "cats", - "upset", - "cry" - ], - "๐Ÿ˜พ": [ - "pouting_cat", - "animal", - "cats" - ], - "๐Ÿ™ˆ": [ - "see_no_evil_monkey", - "monkey", - "animal", - "nature", - "haha" - ], - "๐Ÿ™‰": [ - "hear_no_evil_monkey", - "animal", - "monkey", - "nature" - ], - "๐Ÿ™Š": [ - "speak_no_evil_monkey", - "monkey", - "animal", - "nature", - "omg" - ], - "๐Ÿ’‹": [ - "kiss_mark", - "face", - "lips", - "love", - "like", - "affection", - "valentines" - ], - "๐Ÿ’Œ": [ - "love_letter", - "email", - "like", - "affection", - "envelope", - "valentines" - ], - "๐Ÿ’˜": [ - "heart_with_arrow", - "love", - "like", - "heart", - "affection", - "valentines" - ], - "๐Ÿ’": [ - "heart_with_ribbon", - "love", - "valentines" - ], - "๐Ÿ’–": [ - "sparkling_heart", - "love", - "like", - "affection", - "valentines" - ], - "๐Ÿ’—": [ - "growing_heart", - "like", - "love", - "affection", - "valentines", - "pink" - ], - "๐Ÿ’“": [ - "beating_heart", - "love", - "like", - "affection", - "valentines", - "pink", - "heart" - ], - "๐Ÿ’ž": [ - "revolving_hearts", - "love", - "like", - "affection", - "valentines" - ], - "๐Ÿ’•": [ - "two_hearts", - "love", - "like", - "affection", - "valentines", - "heart" - ], - "๐Ÿ’Ÿ": [ - "heart_decoration", - "purple-square", - "love", - "like" - ], - "โฃ๏ธ": [ - "heart_exclamation", - "decoration", - "love" - ], - "๐Ÿ’”": [ - "broken_heart", - "sad", - "sorry", - "break", - "heart", - "heartbreak" - ], - "โค๏ธ": [ - "red_heart", - "love", - "like", - "valentines" - ], - "๐Ÿงก": [ - "orange_heart", - "love", - "like", - "affection", - "valentines" - ], - "๐Ÿ’›": [ - "yellow_heart", - "love", - "like", - "affection", - "valentines" - ], - "๐Ÿ’š": [ - "green_heart", - "love", - "like", - "affection", - "valentines" - ], - "๐Ÿ’™": [ - "blue_heart", - "love", - "like", - "affection", - "valentines" - ], - "๐Ÿ’œ": [ - "purple_heart", - "love", - "like", - "affection", - "valentines" - ], - "๐ŸคŽ": [ - "brown_heart" - ], - "๐Ÿ–ค": [ - "black_heart", - "evil" - ], - "๐Ÿค": [ - "white_heart" - ], - "๐Ÿ’ฏ": [ - "hundred_points", - "score", - "perfect", - "numbers", - "century", - "exam", - "quiz", - "test", - "pass", - "hundred" - ], - "๐Ÿ’ข": [ - "anger_symbol", - "angry", - "mad" - ], - "๐Ÿ’ฅ": [ - "collision", - "bomb", - "explode", - "explosion", - "collision", - "blown" - ], - "๐Ÿ’ซ": [ - "dizzy", - "star", - "sparkle", - "shoot", - "magic" - ], - "๐Ÿ’ฆ": [ - "sweat_droplets", - "water", - "drip", - "oops" - ], - "๐Ÿ’จ": [ - "dashing_away", - "wind", - "air", - "fast", - "shoo", - "fart", - "smoke", - "puff" - ], - "๐Ÿ•ณ๏ธ": [ - "hole", - "embarrassing" - ], - "๐Ÿ’ฃ": [ - "bomb", - "boom", - "explode", - "explosion", - "terrorism" - ], - "๐Ÿ’ฌ": [ - "speech_balloon", - "bubble", - "words", - "message", - "talk", - "chatting" - ], - "๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ": [ - "eye_in_speech_bubble" - ], - "๐Ÿ—จ๏ธ": [ - "left_speech_bubble", - "words", - "message", - "talk", - "chatting" - ], - "๐Ÿ—ฏ๏ธ": [ - "right_anger_bubble", - "caption", - "speech", - "thinking", - "mad" - ], - "๐Ÿ’ญ": [ - "thought_balloon", - "bubble", - "cloud", - "speech", - "thinking", - "dream" - ], - "๐Ÿ’ค": [ - "zzz", - "sleepy", - "tired", - "dream" - ], - "๐Ÿ‘‹": [ - "waving_hand", - "hands", - "gesture", - "goodbye", - "solong", - "farewell", - "hello", - "hi", - "palm" - ], - "๐Ÿคš": [ - "raised_back_of_hand", - "fingers", - "raised", - "backhand" - ], - "๐Ÿ–๏ธ": [ - "hand_with_fingers_splayed", - "hand", - "fingers", - "palm" - ], - "โœ‹": [ - "raised_hand", - "fingers", - "stop", - "highfive", - "palm", - "ban" - ], - "๐Ÿ––": [ - "vulcan_salute", - "hand", - "fingers", - "spock", - "star trek" - ], - "๐Ÿ‘Œ": [ - "ok_hand", - "fingers", - "limbs", - "perfect", - "ok", - "okay" - ], - "๐Ÿค": [ - "pinching_hand" - ], - "โœŒ๏ธ": [ - "victory_hand", - "fingers", - "ohyeah", - "hand", - "peace", - "victory", - "two" - ], - "๐Ÿคž": [ - "crossed_fingers", - "good", - "lucky" - ], - "๐ŸคŸ": [ - "love_you_gesture", - "hand", - "fingers", - "gesture" - ], - "๐Ÿค˜": [ - "sign_of_the_horns", - "hand", - "fingers", - "evil_eye", - "sign_of_horns", - "rock_on" - ], - "๐Ÿค™": [ - "call_me_hand", - "hands", - "gesture" - ], - "๐Ÿ‘ˆ": [ - "backhand_index_pointing_left", - "direction", - "fingers", - "hand", - "left" - ], - "๐Ÿ‘‰": [ - "backhand_index_pointing_right", - "fingers", - "hand", - "direction", - "right" - ], - "๐Ÿ‘†": [ - "backhand_index_pointing_up", - "fingers", - "hand", - "direction", - "up" - ], - "๐Ÿ–•": [ - "middle_finger", - "hand", - "fingers", - "rude", - "middle", - "flipping" - ], - "๐Ÿ‘‡": [ - "backhand_index_pointing_down", - "fingers", - "hand", - "direction", - "down" - ], - "โ˜๏ธ": [ - "index_pointing_up", - "hand", - "fingers", - "direction", - "up" - ], - "๐Ÿ‘": [ - "thumbs_up", - "thumbsup", - "yes", - "awesome", - "good", - "agree", - "accept", - "cool", - "hand", - "like" - ], - "๐Ÿ‘Ž": [ - "thumbs_down", - "thumbsdown", - "no", - "dislike", - "hand" - ], - "โœŠ": [ - "raised_fist", - "fingers", - "hand", - "grasp" - ], - "๐Ÿ‘Š": [ - "oncoming_fist", - "angry", - "violence", - "fist", - "hit", - "attack", - "hand" - ], - "๐Ÿค›": [ - "left_facing_fist", - "hand", - "fistbump" - ], - "๐Ÿคœ": [ - "right_facing_fist", - "hand", - "fistbump" - ], - "๐Ÿ‘": [ - "clapping_hands", - "hands", - "praise", - "applause", - "congrats", - "yay" - ], - "๐Ÿ™Œ": [ - "raising_hands", - "gesture", - "hooray", - "yea", - "celebration", - "hands" - ], - "๐Ÿ‘": [ - "open_hands", - "fingers", - "butterfly", - "hands", - "open" - ], - "๐Ÿคฒ": [ - "palms_up_together", - "hands", - "gesture", - "cupped", - "prayer" - ], - "๐Ÿค": [ - "handshake", - "agreement", - "shake" - ], - "๐Ÿ™": [ - "folded_hands", - "please", - "hope", - "wish", - "namaste", - "highfive" - ], - "โœ๏ธ": [ - "writing_hand", - "lower_left_ballpoint_pen", - "stationery", - "write", - "compose" - ], - "๐Ÿ’…": [ - "nail_polish", - "beauty", - "manicure", - "finger", - "fashion", - "nail" - ], - "๐Ÿคณ": [ - "selfie", - "camera", - "phone" - ], - "๐Ÿ’ช": [ - "flexed_biceps", - "arm", - "flex", - "hand", - "summer", - "strong", - "biceps" - ], - "๐Ÿฆพ": [ - "mechanical_arm" - ], - "๐Ÿฆฟ": [ - "mechanical_leg" - ], - "๐Ÿฆต": [ - "leg", - "kick", - "limb" - ], - "๐Ÿฆถ": [ - "foot", - "kick", - "stomp" - ], - "๐Ÿ‘‚": [ - "ear", - "face", - "hear", - "sound", - "listen" - ], - "๐Ÿฆป": [ - "ear_with_hearing_aid" - ], - "๐Ÿ‘ƒ": [ - "nose", - "smell", - "sniff" - ], - "๐Ÿง ": [ - "brain", - "smart", - "intelligent" - ], - "๐Ÿฆท": [ - "tooth", - "teeth", - "dentist" - ], - "๐Ÿฆด": [ - "bone", - "skeleton" - ], - "๐Ÿ‘€": [ - "eyes", - "look", - "watch", - "stalk", - "peek", - "see" - ], - "๐Ÿ‘๏ธ": [ - "eye", - "face", - "look", - "see", - "watch", - "stare" - ], - "๐Ÿ‘…": [ - "tongue", - "mouth", - "playful" - ], - "๐Ÿ‘„": [ - "mouth", - "mouth", - "kiss" - ], - "๐Ÿ‘ถ": [ - "baby", - "child", - "boy", - "girl", - "toddler" - ], - "๐Ÿง’": [ - "child", - "gender-neutral", - "young" - ], - "๐Ÿ‘ฆ": [ - "boy", - "man", - "male", - "guy", - "teenager" - ], - "๐Ÿ‘ง": [ - "girl", - "female", - "woman", - "teenager" - ], - "๐Ÿง‘": [ - "person", - "gender-neutral", - "person" - ], - "๐Ÿ‘ฑ": [ - "person_blond_hair" - ], - "๐Ÿ‘จ": [ - "man", - "mustache", - "father", - "dad", - "guy", - "classy", - "sir", - "moustache" - ], - "๐Ÿง”": [ - "man_beard", - "person", - "bewhiskered" - ], - "๐Ÿ‘จโ€๐Ÿฆฐ": [ - "man_red_hair" - ], - "๐Ÿ‘จโ€๐Ÿฆฑ": [ - "man_curly_hair" - ], - "๐Ÿ‘จโ€๐Ÿฆณ": [ - "man_white_hair" - ], - "๐Ÿ‘จโ€๐Ÿฆฒ": [ - "man_bald" - ], - "๐Ÿ‘ฉ": [ - "woman", - "female", - "girls", - "lady" - ], - "๐Ÿ‘ฉโ€๐Ÿฆฐ": [ - "woman_red_hair" - ], - "๐Ÿง‘โ€๐Ÿฆฐ": [ - "person_red_hair" - ], - "๐Ÿ‘ฉโ€๐Ÿฆฑ": [ - "woman_curly_hair" - ], - "๐Ÿง‘โ€๐Ÿฆฑ": [ - "person_curly_hair" - ], - "๐Ÿ‘ฉโ€๐Ÿฆณ": [ - "woman_white_hair" - ], - "๐Ÿง‘โ€๐Ÿฆณ": [ - "person_white_hair" - ], - "๐Ÿ‘ฉโ€๐Ÿฆฒ": [ - "woman_bald" - ], - "๐Ÿง‘โ€๐Ÿฆฒ": [ - "person_bald" - ], - "๐Ÿ‘ฑโ€โ™€๏ธ": [ - "woman_blond_hair", - "woman", - "female", - "girl", - "blonde", - "person" - ], - "๐Ÿ‘ฑโ€โ™‚๏ธ": [ - "man_blond_hair", - "man", - "male", - "boy", - "blonde", - "guy", - "person" - ], - "๐Ÿง“": [ - "older_person", - "human", - "elder", - "senior", - "gender-neutral" - ], - "๐Ÿ‘ด": [ - "old_man", - "human", - "male", - "men", - "old", - "elder", - "senior" - ], - "๐Ÿ‘ต": [ - "old_woman", - "human", - "female", - "women", - "lady", - "old", - "elder", - "senior" - ], - "๐Ÿ™": [ - "person_frowning" - ], - "๐Ÿ™โ€โ™‚๏ธ": [ - "man_frowning", - "male", - "boy", - "man", - "sad", - "depressed", - "discouraged", - "unhappy" - ], - "๐Ÿ™โ€โ™€๏ธ": [ - "woman_frowning", - "female", - "girl", - "woman", - "sad", - "depressed", - "discouraged", - "unhappy" - ], - "๐Ÿ™Ž": [ - "person_pouting" - ], - "๐Ÿ™Žโ€โ™‚๏ธ": [ - "man_pouting", - "male", - "boy", - "man" - ], - "๐Ÿ™Žโ€โ™€๏ธ": [ - "woman_pouting", - "female", - "girl", - "woman" - ], - "๐Ÿ™…": [ - "person_gesturing_no" - ], - "๐Ÿ™…โ€โ™‚๏ธ": [ - "man_gesturing_no", - "male", - "boy", - "man", - "nope" - ], - "๐Ÿ™…โ€โ™€๏ธ": [ - "woman_gesturing_no", - "female", - "girl", - "woman", - "nope" - ], - "๐Ÿ™†": [ - "person_gesturing_ok" - ], - "๐Ÿ™†โ€โ™‚๏ธ": [ - "man_gesturing_ok", - "men", - "boy", - "male", - "blue", - "human", - "man" - ], - "๐Ÿ™†โ€โ™€๏ธ": [ - "woman_gesturing_ok", - "women", - "girl", - "female", - "pink", - "human", - "woman" - ], - "๐Ÿ’": [ - "person_tipping_hand" - ], - "๐Ÿ’โ€โ™‚๏ธ": [ - "man_tipping_hand", - "male", - "boy", - "man", - "human", - "information" - ], - "๐Ÿ’โ€โ™€๏ธ": [ - "woman_tipping_hand", - "female", - "girl", - "woman", - "human", - "information" - ], - "๐Ÿ™‹": [ - "person_raising_hand" - ], - "๐Ÿ™‹โ€โ™‚๏ธ": [ - "man_raising_hand", - "male", - "boy", - "man" - ], - "๐Ÿ™‹โ€โ™€๏ธ": [ - "woman_raising_hand", - "female", - "girl", - "woman" - ], - "๐Ÿง": [ - "deaf_person" - ], - "๐Ÿงโ€โ™‚๏ธ": [ - "deaf_man" - ], - "๐Ÿงโ€โ™€๏ธ": [ - "deaf_woman" - ], - "๐Ÿ™‡": [ - "person_bowing" - ], - "๐Ÿ™‡โ€โ™‚๏ธ": [ - "man_bowing", - "man", - "male", - "boy" - ], - "๐Ÿ™‡โ€โ™€๏ธ": [ - "woman_bowing", - "woman", - "female", - "girl" - ], - "๐Ÿคฆ": [ - "person_facepalming" - ], - "๐Ÿคฆโ€โ™‚๏ธ": [ - "man_facepalming", - "man", - "male", - "boy", - "disbelief" - ], - "๐Ÿคฆโ€โ™€๏ธ": [ - "woman_facepalming", - "woman", - "female", - "girl", - "disbelief" - ], - "๐Ÿคท": [ - "person_shrugging" - ], - "๐Ÿคทโ€โ™‚๏ธ": [ - "man_shrugging", - "man", - "male", - "boy", - "confused", - "indifferent", - "doubt" - ], - "๐Ÿคทโ€โ™€๏ธ": [ - "woman_shrugging", - "woman", - "female", - "girl", - "confused", - "indifferent", - "doubt" - ], - "๐Ÿง‘โ€โš•๏ธ": [ - "health_worker" - ], - "๐Ÿ‘จโ€โš•๏ธ": [ - "man_health_worker", - "doctor", - "nurse", - "therapist", - "healthcare", - "man", - "human" - ], - "๐Ÿ‘ฉโ€โš•๏ธ": [ - "woman_health_worker", - "doctor", - "nurse", - "therapist", - "healthcare", - "woman", - "human" - ], - "๐Ÿง‘โ€๐ŸŽ“": [ - "student" - ], - "๐Ÿ‘จโ€๐ŸŽ“": [ - "man_student", - "graduate", - "man", - "human" - ], - "๐Ÿ‘ฉโ€๐ŸŽ“": [ - "woman_student", - "graduate", - "woman", - "human" - ], - "๐Ÿง‘โ€๐Ÿซ": [ - "teacher" - ], - "๐Ÿ‘จโ€๐Ÿซ": [ - "man_teacher", - "instructor", - "professor", - "man", - "human" - ], - "๐Ÿ‘ฉโ€๐Ÿซ": [ - "woman_teacher", - "instructor", - "professor", - "woman", - "human" - ], - "๐Ÿง‘โ€โš–๏ธ": [ - "judge" - ], - "๐Ÿ‘จโ€โš–๏ธ": [ - "man_judge", - "justice", - "court", - "man", - "human" - ], - "๐Ÿ‘ฉโ€โš–๏ธ": [ - "woman_judge", - "justice", - "court", - "woman", - "human" - ], - "๐Ÿง‘โ€๐ŸŒพ": [ - "farmer" - ], - "๐Ÿ‘จโ€๐ŸŒพ": [ - "man_farmer", - "rancher", - "gardener", - "man", - "human" - ], - "๐Ÿ‘ฉโ€๐ŸŒพ": [ - "woman_farmer", - "rancher", - "gardener", - "woman", - "human" - ], - "๐Ÿง‘โ€๐Ÿณ": [ - "cook" - ], - "๐Ÿ‘จโ€๐Ÿณ": [ - "man_cook", - "chef", - "man", - "human" - ], - "๐Ÿ‘ฉโ€๐Ÿณ": [ - "woman_cook", - "chef", - "woman", - "human" - ], - "๐Ÿง‘โ€๐Ÿ”ง": [ - "mechanic" - ], - "๐Ÿ‘จโ€๐Ÿ”ง": [ - "man_mechanic", - "plumber", - "man", - "human", - "wrench" - ], - "๐Ÿ‘ฉโ€๐Ÿ”ง": [ - "woman_mechanic", - "plumber", - "woman", - "human", - "wrench" - ], - "๐Ÿง‘โ€๐Ÿญ": [ - "factory_worker" - ], - "๐Ÿ‘จโ€๐Ÿญ": [ - "man_factory_worker", - "assembly", - "industrial", - "man", - "human" - ], - "๐Ÿ‘ฉโ€๐Ÿญ": [ - "woman_factory_worker", - "assembly", - "industrial", - "woman", - "human" - ], - "๐Ÿง‘โ€๐Ÿ’ผ": [ - "office_worker" - ], - "๐Ÿ‘จโ€๐Ÿ’ผ": [ - "man_office_worker", - "business", - "manager", - "man", - "human" - ], - "๐Ÿ‘ฉโ€๐Ÿ’ผ": [ - "woman_office_worker", - "business", - "manager", - "woman", - "human" - ], - "๐Ÿง‘โ€๐Ÿ”ฌ": [ - "scientist" - ], - "๐Ÿ‘จโ€๐Ÿ”ฌ": [ - "man_scientist", - "biologist", - "chemist", - "engineer", - "physicist", - "man", - "human" - ], - "๐Ÿ‘ฉโ€๐Ÿ”ฌ": [ - "woman_scientist", - "biologist", - "chemist", - "engineer", - "physicist", - "woman", - "human" - ], - "๐Ÿง‘โ€๐Ÿ’ป": [ - "technologist" - ], - "๐Ÿ‘จโ€๐Ÿ’ป": [ - "man_technologist", - "coder", - "developer", - "engineer", - "programmer", - "software", - "man", - "human", - "laptop", - "computer" - ], - "๐Ÿ‘ฉโ€๐Ÿ’ป": [ - "woman_technologist", - "coder", - "developer", - "engineer", - "programmer", - "software", - "woman", - "human", - "laptop", - "computer" - ], - "๐Ÿง‘โ€๐ŸŽค": [ - "singer" - ], - "๐Ÿ‘จโ€๐ŸŽค": [ - "man_singer", - "rockstar", - "entertainer", - "man", - "human" - ], - "๐Ÿ‘ฉโ€๐ŸŽค": [ - "woman_singer", - "rockstar", - "entertainer", - "woman", - "human" - ], - "๐Ÿง‘โ€๐ŸŽจ": [ - "artist" - ], - "๐Ÿ‘จโ€๐ŸŽจ": [ - "man_artist", - "painter", - "man", - "human" - ], - "๐Ÿ‘ฉโ€๐ŸŽจ": [ - "woman_artist", - "painter", - "woman", - "human" - ], - "๐Ÿง‘โ€โœˆ๏ธ": [ - "pilot" - ], - "๐Ÿ‘จโ€โœˆ๏ธ": [ - "man_pilot", - "aviator", - "plane", - "man", - "human" - ], - "๐Ÿ‘ฉโ€โœˆ๏ธ": [ - "woman_pilot", - "aviator", - "plane", - "woman", - "human" - ], - "๐Ÿง‘โ€๐Ÿš€": [ - "astronaut" - ], - "๐Ÿ‘จโ€๐Ÿš€": [ - "man_astronaut", - "space", - "rocket", - "man", - "human" - ], - "๐Ÿ‘ฉโ€๐Ÿš€": [ - "woman_astronaut", - "space", - "rocket", - "woman", - "human" - ], - "๐Ÿง‘โ€๐Ÿš’": [ - "firefighter" - ], - "๐Ÿ‘จโ€๐Ÿš’": [ - "man_firefighter", - "fireman", - "man", - "human" - ], - "๐Ÿ‘ฉโ€๐Ÿš’": [ - "woman_firefighter", - "fireman", - "woman", - "human" - ], - "๐Ÿ‘ฎ": [ - "police_officer" - ], - "๐Ÿ‘ฎโ€โ™‚๏ธ": [ - "man_police_officer", - "man", - "police", - "law", - "legal", - "enforcement", - "arrest", - "911" - ], - "๐Ÿ‘ฎโ€โ™€๏ธ": [ - "woman_police_officer", - "woman", - "police", - "law", - "legal", - "enforcement", - "arrest", - "911", - "female" - ], - "๐Ÿ•ต๏ธ": [ - "detective", - "human", - "spy", - "detective" - ], - "๐Ÿ•ต๏ธโ€โ™‚๏ธ": [ - "man_detective" - ], - "๐Ÿ•ต๏ธโ€โ™€๏ธ": [ - "woman_detective", - "human", - "spy", - "detective", - "female", - "woman" - ], - "๐Ÿ’‚": [ - "guard" - ], - "๐Ÿ’‚โ€โ™‚๏ธ": [ - "man_guard", - "uk", - "gb", - "british", - "male", - "guy", - "royal" - ], - "๐Ÿ’‚โ€โ™€๏ธ": [ - "woman_guard", - "uk", - "gb", - "british", - "female", - "royal", - "woman" - ], - "๐Ÿ‘ท": [ - "construction_worker" - ], - "๐Ÿ‘ทโ€โ™‚๏ธ": [ - "man_construction_worker", - "male", - "human", - "wip", - "guy", - "build", - "construction", - "worker", - "labor" - ], - "๐Ÿ‘ทโ€โ™€๏ธ": [ - "woman_construction_worker", - "female", - "human", - "wip", - "build", - "construction", - "worker", - "labor", - "woman" - ], - "๐Ÿคด": [ - "prince", - "boy", - "man", - "male", - "crown", - "royal", - "king" - ], - "๐Ÿ‘ธ": [ - "princess", - "girl", - "woman", - "female", - "blond", - "crown", - "royal", - "queen" - ], - "๐Ÿ‘ณ": [ - "person_wearing_turban" - ], - "๐Ÿ‘ณโ€โ™‚๏ธ": [ - "man_wearing_turban", - "male", - "indian", - "hinduism", - "arabs" - ], - "๐Ÿ‘ณโ€โ™€๏ธ": [ - "woman_wearing_turban", - "female", - "indian", - "hinduism", - "arabs", - "woman" - ], - "๐Ÿ‘ฒ": [ - "man_with_skullcap", - "male", - "boy", - "chinese" - ], - "๐Ÿง•": [ - "woman_with_headscarf", - "female", - "hijab", - "mantilla", - "tichel" - ], - "๐Ÿคต": [ - "man_in_tuxedo", - "couple", - "marriage", - "wedding", - "groom" - ], - "๐Ÿ‘ฐ": [ - "bride_with_veil", - "couple", - "marriage", - "wedding", - "woman", - "bride" - ], - "๐Ÿคฐ": [ - "pregnant_woman", - "baby" - ], - "๐Ÿคฑ": [ - "breast_feeding", - "nursing", - "baby" - ], - "๐Ÿ‘ผ": [ - "baby_angel", - "heaven", - "wings", - "halo" - ], - "๐ŸŽ…": [ - "santa_claus", - "festival", - "man", - "male", - "xmas", - "father christmas" - ], - "๐Ÿคถ": [ - "mrs_claus", - "woman", - "female", - "xmas", - "mother christmas" - ], - "๐Ÿฆธ": [ - "superhero" - ], - "๐Ÿฆธโ€โ™‚๏ธ": [ - "man_superhero", - "man", - "male", - "good", - "hero", - "superpowers" - ], - "๐Ÿฆธโ€โ™€๏ธ": [ - "woman_superhero", - "woman", - "female", - "good", - "heroine", - "superpowers" - ], - "๐Ÿฆน": [ - "supervillain" - ], - "๐Ÿฆนโ€โ™‚๏ธ": [ - "man_supervillain", - "man", - "male", - "evil", - "bad", - "criminal", - "hero", - "superpowers" - ], - "๐Ÿฆนโ€โ™€๏ธ": [ - "woman_supervillain", - "woman", - "female", - "evil", - "bad", - "criminal", - "heroine", - "superpowers" - ], - "๐Ÿง™": [ - "mage" - ], - "๐Ÿง™โ€โ™‚๏ธ": [ - "man_mage", - "man", - "male", - "mage", - "sorcerer" - ], - "๐Ÿง™โ€โ™€๏ธ": [ - "woman_mage", - "woman", - "female", - "mage", - "witch" - ], - "๐Ÿงš": [ - "fairy" - ], - "๐Ÿงšโ€โ™‚๏ธ": [ - "man_fairy", - "man", - "male" - ], - "๐Ÿงšโ€โ™€๏ธ": [ - "woman_fairy", - "woman", - "female" - ], - "๐Ÿง›": [ - "vampire" - ], - "๐Ÿง›โ€โ™‚๏ธ": [ - "man_vampire", - "man", - "male", - "dracula" - ], - "๐Ÿง›โ€โ™€๏ธ": [ - "woman_vampire", - "woman", - "female" - ], - "๐Ÿงœ": [ - "merperson" - ], - "๐Ÿงœโ€โ™‚๏ธ": [ - "merman", - "man", - "male", - "triton" - ], - "๐Ÿงœโ€โ™€๏ธ": [ - "mermaid", - "woman", - "female", - "merwoman", - "ariel" - ], - "๐Ÿง": [ - "elf" - ], - "๐Ÿงโ€โ™‚๏ธ": [ - "man_elf", - "man", - "male" - ], - "๐Ÿงโ€โ™€๏ธ": [ - "woman_elf", - "woman", - "female" - ], - "๐Ÿงž": [ - "genie" - ], - "๐Ÿงžโ€โ™‚๏ธ": [ - "man_genie", - "man", - "male" - ], - "๐Ÿงžโ€โ™€๏ธ": [ - "woman_genie", - "woman", - "female" - ], - "๐ŸงŸ": [ - "zombie" - ], - "๐ŸงŸโ€โ™‚๏ธ": [ - "man_zombie", - "man", - "male", - "dracula", - "undead", - "walking dead" - ], - "๐ŸงŸโ€โ™€๏ธ": [ - "woman_zombie", - "woman", - "female", - "undead", - "walking dead" - ], - "๐Ÿ’†": [ - "person_getting_massage" - ], - "๐Ÿ’†โ€โ™‚๏ธ": [ - "man_getting_massage", - "male", - "boy", - "man", - "head" - ], - "๐Ÿ’†โ€โ™€๏ธ": [ - "woman_getting_massage", - "female", - "girl", - "woman", - "head" - ], - "๐Ÿ’‡": [ - "person_getting_haircut" - ], - "๐Ÿ’‡โ€โ™‚๏ธ": [ - "man_getting_haircut", - "male", - "boy", - "man" - ], - "๐Ÿ’‡โ€โ™€๏ธ": [ - "woman_getting_haircut", - "female", - "girl", - "woman" - ], - "๐Ÿšถ": [ - "person_walking" - ], - "๐Ÿšถโ€โ™‚๏ธ": [ - "man_walking", - "human", - "feet", - "steps" - ], - "๐Ÿšถโ€โ™€๏ธ": [ - "woman_walking", - "human", - "feet", - "steps", - "woman", - "female" - ], - "๐Ÿง": [ - "person_standing" - ], - "๐Ÿงโ€โ™‚๏ธ": [ - "man_standing" - ], - "๐Ÿงโ€โ™€๏ธ": [ - "woman_standing" - ], - "๐ŸงŽ": [ - "person_kneeling" - ], - "๐ŸงŽโ€โ™‚๏ธ": [ - "man_kneeling" - ], - "๐ŸงŽโ€โ™€๏ธ": [ - "woman_kneeling" - ], - "๐Ÿง‘โ€๐Ÿฆฏ": [ - "person_with_probing_cane" - ], - "๐Ÿ‘จโ€๐Ÿฆฏ": [ - "man_with_probing_cane" - ], - "๐Ÿ‘ฉโ€๐Ÿฆฏ": [ - "woman_with_probing_cane" - ], - "๐Ÿง‘โ€๐Ÿฆผ": [ - "person_in_motorized_wheelchair" - ], - "๐Ÿ‘จโ€๐Ÿฆผ": [ - "man_in_motorized_wheelchair" - ], - "๐Ÿ‘ฉโ€๐Ÿฆผ": [ - "woman_in_motorized_wheelchair" - ], - "๐Ÿง‘โ€๐Ÿฆฝ": [ - "person_in_manual_wheelchair" - ], - "๐Ÿ‘จโ€๐Ÿฆฝ": [ - "man_in_manual_wheelchair" - ], - "๐Ÿ‘ฉโ€๐Ÿฆฝ": [ - "woman_in_manual_wheelchair" - ], - "๐Ÿƒ": [ - "person_running" - ], - "๐Ÿƒโ€โ™‚๏ธ": [ - "man_running", - "man", - "walking", - "exercise", - "race", - "running" - ], - "๐Ÿƒโ€โ™€๏ธ": [ - "woman_running", - "woman", - "walking", - "exercise", - "race", - "running", - "female" - ], - "๐Ÿ’ƒ": [ - "woman_dancing", - "female", - "girl", - "woman", - "fun" - ], - "๐Ÿ•บ": [ - "man_dancing", - "male", - "boy", - "fun", - "dancer" - ], - "๐Ÿ•ด๏ธ": [ - "man_in_suit_levitating", - "suit", - "business", - "levitate", - "hover", - "jump" - ], - "๐Ÿ‘ฏ": [ - "people_with_bunny_ears" - ], - "๐Ÿ‘ฏโ€โ™‚๏ธ": [ - "men_with_bunny_ears", - "male", - "bunny", - "men", - "boys" - ], - "๐Ÿ‘ฏโ€โ™€๏ธ": [ - "women_with_bunny_ears", - "female", - "bunny", - "women", - "girls" - ], - "๐Ÿง–": [ - "person_in_steamy_room" - ], - "๐Ÿง–โ€โ™‚๏ธ": [ - "man_in_steamy_room", - "male", - "man", - "spa", - "steamroom", - "sauna" - ], - "๐Ÿง–โ€โ™€๏ธ": [ - "woman_in_steamy_room", - "female", - "woman", - "spa", - "steamroom", - "sauna" - ], - "๐Ÿง—": [ - "person_climbing" - ], - "๐Ÿง—โ€โ™‚๏ธ": [ - "man_climbing", - "sports", - "hobby", - "man", - "male", - "rock" - ], - "๐Ÿง—โ€โ™€๏ธ": [ - "woman_climbing", - "sports", - "hobby", - "woman", - "female", - "rock" - ], - "๐Ÿคบ": [ - "person_fencing", - "sports", - "fencing", - "sword" - ], - "๐Ÿ‡": [ - "horse_racing", - "animal", - "betting", - "competition", - "gambling", - "luck" - ], - "โ›ท๏ธ": [ - "skier", - "sports", - "winter", - "snow" - ], - "๐Ÿ‚": [ - "snowboarder", - "sports", - "winter" - ], - "๐ŸŒ๏ธ": [ - "person_golfing", - "sports", - "business" - ], - "๐ŸŒ๏ธโ€โ™‚๏ธ": [ - "man_golfing" - ], - "๐ŸŒ๏ธโ€โ™€๏ธ": [ - "woman_golfing", - "sports", - "business", - "woman", - "female" - ], - "๐Ÿ„": [ - "person_surfing" - ], - "๐Ÿ„โ€โ™‚๏ธ": [ - "man_surfing", - "sports", - "ocean", - "sea", - "summer", - "beach" - ], - "๐Ÿ„โ€โ™€๏ธ": [ - "woman_surfing", - "sports", - "ocean", - "sea", - "summer", - "beach", - "woman", - "female" - ], - "๐Ÿšฃ": [ - "person_rowing_boat" - ], - "๐Ÿšฃโ€โ™‚๏ธ": [ - "man_rowing_boat", - "sports", - "hobby", - "water", - "ship" - ], - "๐Ÿšฃโ€โ™€๏ธ": [ - "woman_rowing_boat", - "sports", - "hobby", - "water", - "ship", - "woman", - "female" - ], - "๐ŸŠ": [ - "person_swimming" - ], - "๐ŸŠโ€โ™‚๏ธ": [ - "man_swimming", - "sports", - "exercise", - "human", - "athlete", - "water", - "summer" - ], - "๐ŸŠโ€โ™€๏ธ": [ - "woman_swimming", - "sports", - "exercise", - "human", - "athlete", - "water", - "summer", - "woman", - "female" - ], - "โ›น๏ธ": [ - "person_bouncing_ball", - "sports", - "human" - ], - "โ›น๏ธโ€โ™‚๏ธ": [ - "man_bouncing_ball" - ], - "โ›น๏ธโ€โ™€๏ธ": [ - "woman_bouncing_ball", - "sports", - "human", - "woman", - "female" - ], - "๐Ÿ‹๏ธ": [ - "person_lifting_weights", - "sports", - "training", - "exercise" - ], - "๐Ÿ‹๏ธโ€โ™‚๏ธ": [ - "man_lifting_weights" - ], - "๐Ÿ‹๏ธโ€โ™€๏ธ": [ - "woman_lifting_weights", - "sports", - "training", - "exercise", - "woman", - "female" - ], - "๐Ÿšด": [ - "person_biking" - ], - "๐Ÿšดโ€โ™‚๏ธ": [ - "man_biking", - "sports", - "bike", - "exercise", - "hipster" - ], - "๐Ÿšดโ€โ™€๏ธ": [ - "woman_biking", - "sports", - "bike", - "exercise", - "hipster", - "woman", - "female" - ], - "๐Ÿšต": [ - "person_mountain_biking" - ], - "๐Ÿšตโ€โ™‚๏ธ": [ - "man_mountain_biking", - "transportation", - "sports", - "human", - "race", - "bike" - ], - "๐Ÿšตโ€โ™€๏ธ": [ - "woman_mountain_biking", - "transportation", - "sports", - "human", - "race", - "bike", - "woman", - "female" - ], - "๐Ÿคธ": [ - "person_cartwheeling" - ], - "๐Ÿคธโ€โ™‚๏ธ": [ - "man_cartwheeling", - "gymnastics" - ], - "๐Ÿคธโ€โ™€๏ธ": [ - "woman_cartwheeling", - "gymnastics" - ], - "๐Ÿคผ": [ - "people_wrestling" - ], - "๐Ÿคผโ€โ™‚๏ธ": [ - "men_wrestling", - "sports", - "wrestlers" - ], - "๐Ÿคผโ€โ™€๏ธ": [ - "women_wrestling", - "sports", - "wrestlers" - ], - "๐Ÿคฝ": [ - "person_playing_water_polo" - ], - "๐Ÿคฝโ€โ™‚๏ธ": [ - "man_playing_water_polo", - "sports", - "pool" - ], - "๐Ÿคฝโ€โ™€๏ธ": [ - "woman_playing_water_polo", - "sports", - "pool" - ], - "๐Ÿคพ": [ - "person_playing_handball" - ], - "๐Ÿคพโ€โ™‚๏ธ": [ - "man_playing_handball", - "sports" - ], - "๐Ÿคพโ€โ™€๏ธ": [ - "woman_playing_handball", - "sports" - ], - "๐Ÿคน": [ - "person_juggling" - ], - "๐Ÿคนโ€โ™‚๏ธ": [ - "man_juggling", - "juggle", - "balance", - "skill", - "multitask" - ], - "๐Ÿคนโ€โ™€๏ธ": [ - "woman_juggling", - "juggle", - "balance", - "skill", - "multitask" - ], - "๐Ÿง˜": [ - "person_in_lotus_position" - ], - "๐Ÿง˜โ€โ™‚๏ธ": [ - "man_in_lotus_position", - "man", - "male", - "meditation", - "yoga", - "serenity", - "zen", - "mindfulness" - ], - "๐Ÿง˜โ€โ™€๏ธ": [ - "woman_in_lotus_position", - "woman", - "female", - "meditation", - "yoga", - "serenity", - "zen", - "mindfulness" - ], - "๐Ÿ›€": [ - "person_taking_bath", - "clean", - "shower", - "bathroom" - ], - "๐Ÿ›Œ": [ - "person_in_bed", - "bed", - "rest" - ], - "๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘": [ - "people_holding_hands" - ], - "๐Ÿ‘ญ": [ - "women_holding_hands", - "pair", - "friendship", - "couple", - "love", - "like", - "female", - "people", - "human" - ], - "๐Ÿ‘ซ": [ - "woman_and_man_holding_hands", - "pair", - "people", - "human", - "love", - "date", - "dating", - "like", - "affection", - "valentines", - "marriage" - ], - "๐Ÿ‘ฌ": [ - "men_holding_hands", - "pair", - "couple", - "love", - "like", - "bromance", - "friendship", - "people", - "human" - ], - "๐Ÿ’": [ - "kiss", - "pair", - "valentines", - "love", - "like", - "dating", - "marriage" - ], - "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ": [ - "kiss_woman_man" - ], - "๐Ÿ‘จโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ": [ - "kiss_man_man", - "pair", - "valentines", - "love", - "like", - "dating", - "marriage" - ], - "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ": [ - "kiss_woman_woman", - "pair", - "valentines", - "love", - "like", - "dating", - "marriage" - ], - "๐Ÿ’‘": [ - "couple_with_heart", - "pair", - "love", - "like", - "affection", - "human", - "dating", - "valentines", - "marriage" - ], - "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘จ": [ - "couple_with_heart_woman_man" - ], - "๐Ÿ‘จโ€โค๏ธโ€๐Ÿ‘จ": [ - "couple_with_heart_man_man", - "pair", - "love", - "like", - "affection", - "human", - "dating", - "valentines", - "marriage" - ], - "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘ฉ": [ - "couple_with_heart_woman_woman", - "pair", - "love", - "like", - "affection", - "human", - "dating", - "valentines", - "marriage" - ], - "๐Ÿ‘ช": [ - "family", - "home", - "parents", - "child", - "mom", - "dad", - "father", - "mother", - "people", - "human" - ], - "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ": [ - "family_man_woman_boy" - ], - "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ง": [ - "family_man_woman_girl", - "home", - "parents", - "people", - "human", - "child" - ], - "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ": [ - "family_man_woman_girl_boy", - "home", - "parents", - "people", - "human", - "children" - ], - "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ": [ - "family_man_woman_boy_boy", - "home", - "parents", - "people", - "human", - "children" - ], - "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง": [ - "family_man_woman_girl_girl", - "home", - "parents", - "people", - "human", - "children" - ], - "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆ": [ - "family_man_man_boy", - "home", - "parents", - "people", - "human", - "children" - ], - "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ง": [ - "family_man_man_girl", - "home", - "parents", - "people", - "human", - "children" - ], - "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ": [ - "family_man_man_girl_boy", - "home", - "parents", - "people", - "human", - "children" - ], - "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ": [ - "family_man_man_boy_boy", - "home", - "parents", - "people", - "human", - "children" - ], - "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง": [ - "family_man_man_girl_girl", - "home", - "parents", - "people", - "human", - "children" - ], - "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ": [ - "family_woman_woman_boy", - "home", - "parents", - "people", - "human", - "children" - ], - "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ง": [ - "family_woman_woman_girl", - "home", - "parents", - "people", - "human", - "children" - ], - "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ": [ - "family_woman_woman_girl_boy", - "home", - "parents", - "people", - "human", - "children" - ], - "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ": [ - "family_woman_woman_boy_boy", - "home", - "parents", - "people", - "human", - "children" - ], - "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง": [ - "family_woman_woman_girl_girl", - "home", - "parents", - "people", - "human", - "children" - ], - "๐Ÿ‘จโ€๐Ÿ‘ฆ": [ - "family_man_boy", - "home", - "parent", - "people", - "human", - "child" - ], - "๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ": [ - "family_man_boy_boy", - "home", - "parent", - "people", - "human", - "children" - ], - "๐Ÿ‘จโ€๐Ÿ‘ง": [ - "family_man_girl", - "home", - "parent", - "people", - "human", - "child" - ], - "๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ": [ - "family_man_girl_boy", - "home", - "parent", - "people", - "human", - "children" - ], - "๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง": [ - "family_man_girl_girl", - "home", - "parent", - "people", - "human", - "children" - ], - "๐Ÿ‘ฉโ€๐Ÿ‘ฆ": [ - "family_woman_boy", - "home", - "parent", - "people", - "human", - "child" - ], - "๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ": [ - "family_woman_boy_boy", - "home", - "parent", - "people", - "human", - "children" - ], - "๐Ÿ‘ฉโ€๐Ÿ‘ง": [ - "family_woman_girl", - "home", - "parent", - "people", - "human", - "child" - ], - "๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ": [ - "family_woman_girl_boy", - "home", - "parent", - "people", - "human", - "children" - ], - "๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง": [ - "family_woman_girl_girl", - "home", - "parent", - "people", - "human", - "children" - ], - "๐Ÿ—ฃ๏ธ": [ - "speaking_head", - "user", - "person", - "human", - "sing", - "say", - "talk" - ], - "๐Ÿ‘ค": [ - "bust_in_silhouette", - "user", - "person", - "human" - ], - "๐Ÿ‘ฅ": [ - "busts_in_silhouette", - "user", - "person", - "human", - "group", - "team" - ], - "๐Ÿ‘ฃ": [ - "footprints", - "feet", - "tracking", - "walking", - "beach" - ], - "๐Ÿต": [ - "monkey_face", - "animal", - "nature", - "circus" - ], - "๐Ÿ’": [ - "monkey", - "animal", - "nature", - "banana", - "circus" - ], - "๐Ÿฆ": [ - "gorilla", - "animal", - "nature", - "circus" - ], - "๐Ÿฆง": [ - "orangutan" - ], - "๐Ÿถ": [ - "dog_face", - "animal", - "friend", - "nature", - "woof", - "puppy", - "pet", - "faithful" - ], - "๐Ÿ•": [ - "dog", - "animal", - "nature", - "friend", - "doge", - "pet", - "faithful" - ], - "๐Ÿฆฎ": [ - "guide_dog" - ], - "๐Ÿ•โ€๐Ÿฆบ": [ - "service_dog" - ], - "๐Ÿฉ": [ - "poodle", - "dog", - "animal", - "101", - "nature", - "pet" - ], - "๐Ÿบ": [ - "wolf", - "animal", - "nature", - "wild" - ], - "๐ŸฆŠ": [ - "fox", - "animal", - "nature", - "face" - ], - "๐Ÿฆ": [ - "raccoon", - "animal", - "nature" - ], - "๐Ÿฑ": [ - "cat_face", - "animal", - "meow", - "nature", - "pet", - "kitten" - ], - "๐Ÿˆ": [ - "cat", - "animal", - "meow", - "pet", - "cats" - ], - "๐Ÿฆ": [ - "lion", - "animal", - "nature" - ], - "๐Ÿฏ": [ - "tiger_face", - "animal", - "cat", - "danger", - "wild", - "nature", - "roar" - ], - "๐Ÿ…": [ - "tiger", - "animal", - "nature", - "roar" - ], - "๐Ÿ†": [ - "leopard", - "animal", - "nature" - ], - "๐Ÿด": [ - "horse_face", - "animal", - "brown", - "nature" - ], - "๐ŸŽ": [ - "horse", - "animal", - "gamble", - "luck" - ], - "๐Ÿฆ„": [ - "unicorn", - "animal", - "nature", - "mystical" - ], - "๐Ÿฆ“": [ - "zebra", - "animal", - "nature", - "stripes", - "safari" - ], - "๐ŸฆŒ": [ - "deer", - "animal", - "nature", - "horns", - "venison" - ], - "๐Ÿฎ": [ - "cow_face", - "beef", - "ox", - "animal", - "nature", - "moo", - "milk" - ], - "๐Ÿ‚": [ - "ox", - "animal", - "cow", - "beef" - ], - "๐Ÿƒ": [ - "water_buffalo", - "animal", - "nature", - "ox", - "cow" - ], - "๐Ÿ„": [ - "cow", - "beef", - "ox", - "animal", - "nature", - "moo", - "milk" - ], - "๐Ÿท": [ - "pig_face", - "animal", - "oink", - "nature" - ], - "๐Ÿ–": [ - "pig", - "animal", - "nature" - ], - "๐Ÿ—": [ - "boar", - "animal", - "nature" - ], - "๐Ÿฝ": [ - "pig_nose", - "animal", - "oink" - ], - "๐Ÿ": [ - "ram", - "animal", - "sheep", - "nature" - ], - "๐Ÿ‘": [ - "ewe", - "animal", - "nature", - "wool", - "shipit" - ], - "๐Ÿ": [ - "goat", - "animal", - "nature" - ], - "๐Ÿช": [ - "camel", - "animal", - "hot", - "desert", - "hump" - ], - "๐Ÿซ": [ - "two_hump_camel", - "animal", - "nature", - "hot", - "desert", - "hump" - ], - "๐Ÿฆ™": [ - "llama", - "animal", - "nature", - "alpaca" - ], - "๐Ÿฆ’": [ - "giraffe", - "animal", - "nature", - "spots", - "safari" - ], - "๐Ÿ˜": [ - "elephant", - "animal", - "nature", - "nose", - "th", - "circus" - ], - "๐Ÿฆ": [ - "rhinoceros", - "animal", - "nature", - "horn" - ], - "๐Ÿฆ›": [ - "hippopotamus", - "animal", - "nature" - ], - "๐Ÿญ": [ - "mouse_face", - "animal", - "nature", - "cheese_wedge", - "rodent" - ], - "๐Ÿ": [ - "mouse", - "animal", - "nature", - "rodent" - ], - "๐Ÿ€": [ - "rat", - "animal", - "mouse", - "rodent" - ], - "๐Ÿน": [ - "hamster", - "animal", - "nature" - ], - "๐Ÿฐ": [ - "rabbit_face", - "animal", - "nature", - "pet", - "spring", - "magic", - "bunny" - ], - "๐Ÿ‡": [ - "rabbit", - "animal", - "nature", - "pet", - "magic", - "spring" - ], - "๐Ÿฟ๏ธ": [ - "chipmunk", - "animal", - "nature", - "rodent", - "squirrel" - ], - "๐Ÿฆ”": [ - "hedgehog", - "animal", - "nature", - "spiny" - ], - "๐Ÿฆ‡": [ - "bat", - "animal", - "nature", - "blind", - "vampire" - ], - "๐Ÿป": [ - "bear", - "animal", - "nature", - "wild" - ], - "๐Ÿจ": [ - "koala", - "animal", - "nature" - ], - "๐Ÿผ": [ - "panda", - "animal", - "nature", - "panda" - ], - "๐Ÿฆฅ": [ - "sloth" - ], - "๐Ÿฆฆ": [ - "otter" - ], - "๐Ÿฆจ": [ - "skunk" - ], - "๐Ÿฆ˜": [ - "kangaroo", - "animal", - "nature", - "australia", - "joey", - "hop", - "marsupial" - ], - "๐Ÿฆก": [ - "badger", - "animal", - "nature", - "honey" - ], - "๐Ÿพ": [ - "paw_prints", - "animal", - "tracking", - "footprints", - "dog", - "cat", - "pet", - "feet" - ], - "๐Ÿฆƒ": [ - "turkey", - "animal", - "bird" - ], - "๐Ÿ”": [ - "chicken", - "animal", - "cluck", - "nature", - "bird" - ], - "๐Ÿ“": [ - "rooster", - "animal", - "nature", - "chicken" - ], - "๐Ÿฃ": [ - "hatching_chick", - "animal", - "chicken", - "egg", - "born", - "baby", - "bird" - ], - "๐Ÿค": [ - "baby_chick", - "animal", - "chicken", - "bird" - ], - "๐Ÿฅ": [ - "front_facing_baby_chick", - "animal", - "chicken", - "baby", - "bird" - ], - "๐Ÿฆ": [ - "bird", - "animal", - "nature", - "fly", - "tweet", - "spring" - ], - "๐Ÿง": [ - "penguin", - "animal", - "nature" - ], - "๐Ÿ•Š๏ธ": [ - "dove", - "animal", - "bird" - ], - "๐Ÿฆ…": [ - "eagle", - "animal", - "nature", - "bird" - ], - "๐Ÿฆ†": [ - "duck", - "animal", - "nature", - "bird", - "mallard" - ], - "๐Ÿฆข": [ - "swan", - "animal", - "nature", - "bird" - ], - "๐Ÿฆ‰": [ - "owl", - "animal", - "nature", - "bird", - "hoot" - ], - "๐Ÿฆฉ": [ - "flamingo" - ], - "๐Ÿฆš": [ - "peacock", - "animal", - "nature", - "peahen", - "bird" - ], - "๐Ÿฆœ": [ - "parrot", - "animal", - "nature", - "bird", - "pirate", - "talk" - ], - "๐Ÿธ": [ - "frog", - "animal", - "nature", - "croak", - "toad" - ], - "๐ŸŠ": [ - "crocodile", - "animal", - "nature", - "reptile", - "lizard", - "alligator" - ], - "๐Ÿข": [ - "turtle", - "animal", - "slow", - "nature", - "tortoise" - ], - "๐ŸฆŽ": [ - "lizard", - "animal", - "nature", - "reptile" - ], - "๐Ÿ": [ - "snake", - "animal", - "evil", - "nature", - "hiss", - "python" - ], - "๐Ÿฒ": [ - "dragon_face", - "animal", - "myth", - "nature", - "chinese", - "green" - ], - "๐Ÿ‰": [ - "dragon", - "animal", - "myth", - "nature", - "chinese", - "green" - ], - "๐Ÿฆ•": [ - "sauropod", - "animal", - "nature", - "dinosaur", - "brachiosaurus", - "brontosaurus", - "diplodocus", - "extinct" - ], - "๐Ÿฆ–": [ - "t_rex", - "animal", - "nature", - "dinosaur", - "tyrannosaurus", - "extinct" - ], - "๐Ÿณ": [ - "spouting_whale", - "animal", - "nature", - "sea", - "ocean" - ], - "๐Ÿ‹": [ - "whale", - "animal", - "nature", - "sea", - "ocean" - ], - "๐Ÿฌ": [ - "dolphin", - "animal", - "nature", - "fish", - "sea", - "ocean", - "flipper", - "fins", - "beach" - ], - "๐ŸŸ": [ - "fish", - "animal", - "food", - "nature" - ], - "๐Ÿ ": [ - "tropical_fish", - "animal", - "swim", - "ocean", - "beach", - "nemo" - ], - "๐Ÿก": [ - "blowfish", - "animal", - "nature", - "food", - "sea", - "ocean" - ], - "๐Ÿฆˆ": [ - "shark", - "animal", - "nature", - "fish", - "sea", - "ocean", - "jaws", - "fins", - "beach" - ], - "๐Ÿ™": [ - "octopus", - "animal", - "creature", - "ocean", - "sea", - "nature", - "beach" - ], - "๐Ÿš": [ - "spiral_shell", - "nature", - "sea", - "beach" - ], - "๐ŸŒ": [ - "snail", - "slow", - "animal", - "shell" - ], - "๐Ÿฆ‹": [ - "butterfly", - "animal", - "insect", - "nature", - "caterpillar" - ], - "๐Ÿ›": [ - "bug", - "animal", - "insect", - "nature", - "worm" - ], - "๐Ÿœ": [ - "ant", - "animal", - "insect", - "nature", - "bug" - ], - "๐Ÿ": [ - "honeybee", - "animal", - "insect", - "nature", - "bug", - "spring", - "honey" - ], - "๐Ÿž": [ - "lady_beetle", - "animal", - "insect", - "nature", - "ladybug" - ], - "๐Ÿฆ—": [ - "cricket", - "animal", - "cricket", - "chirp" - ], - "๐Ÿ•ท๏ธ": [ - "spider", - "animal", - "arachnid" - ], - "๐Ÿ•ธ๏ธ": [ - "spider_web", - "animal", - "insect", - "arachnid", - "silk" - ], - "๐Ÿฆ‚": [ - "scorpion", - "animal", - "arachnid" - ], - "๐ŸฆŸ": [ - "mosquito", - "animal", - "nature", - "insect", - "malaria" - ], - "๐Ÿฆ ": [ - "microbe", - "amoeba", - "bacteria", - "germs" - ], - "๐Ÿ’": [ - "bouquet", - "flowers", - "nature", - "spring" - ], - "๐ŸŒธ": [ - "cherry_blossom", - "nature", - "plant", - "spring", - "flower" - ], - "๐Ÿ’ฎ": [ - "white_flower", - "japanese", - "spring" - ], - "๐Ÿต๏ธ": [ - "rosette", - "flower", - "decoration", - "military" - ], - "๐ŸŒน": [ - "rose", - "flowers", - "valentines", - "love", - "spring" - ], - "๐Ÿฅ€": [ - "wilted_flower", - "plant", - "nature", - "flower" - ], - "๐ŸŒบ": [ - "hibiscus", - "plant", - "vegetable", - "flowers", - "beach" - ], - "๐ŸŒป": [ - "sunflower", - "nature", - "plant", - "fall" - ], - "๐ŸŒผ": [ - "blossom", - "nature", - "flowers", - "yellow" - ], - "๐ŸŒท": [ - "tulip", - "flowers", - "plant", - "nature", - "summer", - "spring" - ], - "๐ŸŒฑ": [ - "seedling", - "plant", - "nature", - "grass", - "lawn", - "spring" - ], - "๐ŸŒฒ": [ - "evergreen_tree", - "plant", - "nature" - ], - "๐ŸŒณ": [ - "deciduous_tree", - "plant", - "nature" - ], - "๐ŸŒด": [ - "palm_tree", - "plant", - "vegetable", - "nature", - "summer", - "beach", - "mojito", - "tropical" - ], - "๐ŸŒต": [ - "cactus", - "vegetable", - "plant", - "nature" - ], - "๐ŸŒพ": [ - "sheaf_of_rice", - "nature", - "plant" - ], - "๐ŸŒฟ": [ - "herb", - "vegetable", - "plant", - "medicine", - "weed", - "grass", - "lawn" - ], - "โ˜˜๏ธ": [ - "shamrock", - "vegetable", - "plant", - "nature", - "irish", - "clover" - ], - "๐Ÿ€": [ - "four_leaf_clover", - "vegetable", - "plant", - "nature", - "lucky", - "irish" - ], - "๐Ÿ": [ - "maple_leaf", - "nature", - "plant", - "vegetable", - "ca", - "fall" - ], - "๐Ÿ‚": [ - "fallen_leaf", - "nature", - "plant", - "vegetable", - "leaves" - ], - "๐Ÿƒ": [ - "leaf_fluttering_in_wind", - "nature", - "plant", - "tree", - "vegetable", - "grass", - "lawn", - "spring" - ], - "๐Ÿ‡": [ - "grapes", - "fruit", - "food", - "wine" - ], - "๐Ÿˆ": [ - "melon", - "fruit", - "nature", - "food" - ], - "๐Ÿ‰": [ - "watermelon", - "fruit", - "food", - "picnic", - "summer" - ], - "๐ŸŠ": [ - "tangerine", - "food", - "fruit", - "nature", - "orange" - ], - "๐Ÿ‹": [ - "lemon", - "fruit", - "nature" - ], - "๐ŸŒ": [ - "banana", - "fruit", - "food", - "monkey" - ], - "๐Ÿ": [ - "pineapple", - "fruit", - "nature", - "food" - ], - "๐Ÿฅญ": [ - "mango", - "fruit", - "food", - "tropical" - ], - "๐ŸŽ": [ - "red_apple", - "fruit", - "mac", - "school" - ], - "๐Ÿ": [ - "green_apple", - "fruit", - "nature" - ], - "๐Ÿ": [ - "pear", - "fruit", - "nature", - "food" - ], - "๐Ÿ‘": [ - "peach", - "fruit", - "nature", - "food" - ], - "๐Ÿ’": [ - "cherries", - "food", - "fruit" - ], - "๐Ÿ“": [ - "strawberry", - "fruit", - "food", - "nature" - ], - "๐Ÿฅ": [ - "kiwi_fruit", - "fruit", - "food" - ], - "๐Ÿ…": [ - "tomato", - "fruit", - "vegetable", - "nature", - "food" - ], - "๐Ÿฅฅ": [ - "coconut", - "fruit", - "nature", - "food", - "palm" - ], - "๐Ÿฅ‘": [ - "avocado", - "fruit", - "food" - ], - "๐Ÿ†": [ - "eggplant", - "vegetable", - "nature", - "food", - "aubergine" - ], - "๐Ÿฅ”": [ - "potato", - "food", - "tuber", - "vegatable", - "starch" - ], - "๐Ÿฅ•": [ - "carrot", - "vegetable", - "food", - "orange" - ], - "๐ŸŒฝ": [ - "ear_of_corn", - "food", - "vegetable", - "plant" - ], - "๐ŸŒถ๏ธ": [ - "hot_pepper", - "food", - "spicy", - "chilli", - "chili" - ], - "๐Ÿฅ’": [ - "cucumber", - "fruit", - "food", - "pickle" - ], - "๐Ÿฅฌ": [ - "leafy_green", - "food", - "vegetable", - "plant", - "bok choy", - "cabbage", - "kale", - "lettuce" - ], - "๐Ÿฅฆ": [ - "broccoli", - "fruit", - "food", - "vegetable" - ], - "๐Ÿง„": [ - "garlic" - ], - "๐Ÿง…": [ - "onion" - ], - "๐Ÿ„": [ - "mushroom", - "plant", - "vegetable" - ], - "๐Ÿฅœ": [ - "peanuts", - "food", - "nut" - ], - "๐ŸŒฐ": [ - "chestnut", - "food", - "squirrel" - ], - "๐Ÿž": [ - "bread", - "food", - "wheat", - "breakfast", - "toast" - ], - "๐Ÿฅ": [ - "croissant", - "food", - "bread", - "french" - ], - "๐Ÿฅ–": [ - "baguette_bread", - "food", - "bread", - "french" - ], - "๐Ÿฅจ": [ - "pretzel", - "food", - "bread", - "twisted" - ], - "๐Ÿฅฏ": [ - "bagel", - "food", - "bread", - "bakery", - "schmear" - ], - "๐Ÿฅž": [ - "pancakes", - "food", - "breakfast", - "flapjacks", - "hotcakes" - ], - "๐Ÿง‡": [ - "waffle" - ], - "๐Ÿง€": [ - "cheese_wedge", - "food", - "chadder" - ], - "๐Ÿ–": [ - "meat_on_bone", - "good", - "food", - "drumstick" - ], - "๐Ÿ—": [ - "poultry_leg", - "food", - "meat", - "drumstick", - "bird", - "chicken", - "turkey" - ], - "๐Ÿฅฉ": [ - "cut_of_meat", - "food", - "cow", - "meat", - "cut", - "chop", - "lambchop", - "porkchop" - ], - "๐Ÿฅ“": [ - "bacon", - "food", - "breakfast", - "pork", - "pig", - "meat" - ], - "๐Ÿ”": [ - "hamburger", - "meat", - "fast food", - "beef", - "cheeseburger", - "mcdonalds", - "burger king" - ], - "๐ŸŸ": [ - "french_fries", - "chips", - "snack", - "fast food" - ], - "๐Ÿ•": [ - "pizza", - "food", - "party" - ], - "๐ŸŒญ": [ - "hot_dog", - "food", - "frankfurter" - ], - "๐Ÿฅช": [ - "sandwich", - "food", - "lunch", - "bread" - ], - "๐ŸŒฎ": [ - "taco", - "food", - "mexican" - ], - "๐ŸŒฏ": [ - "burrito", - "food", - "mexican" - ], - "๐Ÿฅ™": [ - "stuffed_flatbread", - "food", - "flatbread", - "stuffed", - "gyro" - ], - "๐Ÿง†": [ - "falafel" - ], - "๐Ÿฅš": [ - "egg", - "food", - "chicken", - "breakfast" - ], - "๐Ÿณ": [ - "cooking", - "food", - "breakfast", - "kitchen", - "egg" - ], - "๐Ÿฅ˜": [ - "shallow_pan_of_food", - "food", - "cooking", - "casserole", - "paella" - ], - "๐Ÿฒ": [ - "pot_of_food", - "food", - "meat", - "soup" - ], - "๐Ÿฅฃ": [ - "bowl_with_spoon", - "food", - "breakfast", - "cereal", - "oatmeal", - "porridge" - ], - "๐Ÿฅ—": [ - "green_salad", - "food", - "healthy", - "lettuce" - ], - "๐Ÿฟ": [ - "popcorn", - "food", - "movie theater", - "films", - "snack" - ], - "๐Ÿงˆ": [ - "butter" - ], - "๐Ÿง‚": [ - "salt", - "condiment", - "shaker" - ], - "๐Ÿฅซ": [ - "canned_food", - "food", - "soup" - ], - "๐Ÿฑ": [ - "bento_box", - "food", - "japanese", - "box" - ], - "๐Ÿ˜": [ - "rice_cracker", - "food", - "japanese" - ], - "๐Ÿ™": [ - "rice_ball", - "food", - "japanese" - ], - "๐Ÿš": [ - "cooked_rice", - "food", - "china", - "asian" - ], - "๐Ÿ›": [ - "curry_rice", - "food", - "spicy", - "hot", - "indian" - ], - "๐Ÿœ": [ - "steaming_bowl", - "food", - "japanese", - "noodle", - "chopsticks" - ], - "๐Ÿ": [ - "spaghetti", - "food", - "italian", - "noodle" - ], - "๐Ÿ ": [ - "roasted_sweet_potato", - "food", - "nature" - ], - "๐Ÿข": [ - "oden", - "food", - "japanese" - ], - "๐Ÿฃ": [ - "sushi", - "food", - "fish", - "japanese", - "rice" - ], - "๐Ÿค": [ - "fried_shrimp", - "food", - "animal", - "appetizer", - "summer" - ], - "๐Ÿฅ": [ - "fish_cake_with_swirl", - "food", - "japan", - "sea", - "beach", - "narutomaki", - "pink", - "swirl", - "kamaboko", - "surimi", - "ramen" - ], - "๐Ÿฅฎ": [ - "moon_cake", - "food", - "autumn" - ], - "๐Ÿก": [ - "dango", - "food", - "dessert", - "sweet", - "japanese", - "barbecue", - "meat" - ], - "๐ŸฅŸ": [ - "dumpling", - "food", - "empanada", - "pierogi", - "potsticker" - ], - "๐Ÿฅ ": [ - "fortune_cookie", - "food", - "prophecy" - ], - "๐Ÿฅก": [ - "takeout_box", - "food", - "leftovers" - ], - "๐Ÿฆ€": [ - "crab", - "animal", - "crustacean" - ], - "๐Ÿฆž": [ - "lobster", - "animal", - "nature", - "bisque", - "claws", - "seafood" - ], - "๐Ÿฆ": [ - "shrimp", - "animal", - "ocean", - "nature", - "seafood" - ], - "๐Ÿฆ‘": [ - "squid", - "animal", - "nature", - "ocean", - "sea" - ], - "๐Ÿฆช": [ - "oyster" - ], - "๐Ÿฆ": [ - "soft_ice_cream", - "food", - "hot", - "dessert", - "summer" - ], - "๐Ÿง": [ - "shaved_ice", - "hot", - "dessert", - "summer" - ], - "๐Ÿจ": [ - "ice_cream", - "food", - "hot", - "dessert" - ], - "๐Ÿฉ": [ - "doughnut", - "food", - "dessert", - "snack", - "sweet", - "donut" - ], - "๐Ÿช": [ - "cookie", - "food", - "snack", - "oreo", - "chocolate", - "sweet", - "dessert" - ], - "๐ŸŽ‚": [ - "birthday_cake", - "food", - "dessert", - "cake" - ], - "๐Ÿฐ": [ - "shortcake", - "food", - "dessert" - ], - "๐Ÿง": [ - "cupcake", - "food", - "dessert", - "bakery", - "sweet" - ], - "๐Ÿฅง": [ - "pie", - "food", - "dessert", - "pastry" - ], - "๐Ÿซ": [ - "chocolate_bar", - "food", - "snack", - "dessert", - "sweet" - ], - "๐Ÿฌ": [ - "candy", - "snack", - "dessert", - "sweet", - "lolly" - ], - "๐Ÿญ": [ - "lollipop", - "food", - "snack", - "candy", - "sweet" - ], - "๐Ÿฎ": [ - "custard", - "dessert", - "food" - ], - "๐Ÿฏ": [ - "honey_pot", - "bees", - "sweet", - "kitchen" - ], - "๐Ÿผ": [ - "baby_bottle", - "food", - "container", - "milk" - ], - "๐Ÿฅ›": [ - "glass_of_milk", - "beverage", - "drink", - "cow" - ], - "โ˜•": [ - "hot_beverage", - "beverage", - "caffeine", - "latte", - "espresso" - ], - "๐Ÿต": [ - "teacup_without_handle", - "drink", - "bowl", - "breakfast", - "green", - "british" - ], - "๐Ÿถ": [ - "sake", - "wine", - "drink", - "drunk", - "beverage", - "japanese", - "alcohol", - "booze" - ], - "๐Ÿพ": [ - "bottle_with_popping_cork", - "drink", - "wine", - "bottle", - "celebration" - ], - "๐Ÿท": [ - "wine_glass", - "drink", - "beverage", - "drunk", - "alcohol", - "booze" - ], - "๐Ÿธ": [ - "cocktail_glass", - "drink", - "drunk", - "alcohol", - "beverage", - "booze", - "mojito" - ], - "๐Ÿน": [ - "tropical_drink", - "beverage", - "cocktail", - "summer", - "beach", - "alcohol", - "booze", - "mojito" - ], - "๐Ÿบ": [ - "beer_mug", - "relax", - "beverage", - "drink", - "drunk", - "party", - "pub", - "summer", - "alcohol", - "booze" - ], - "๐Ÿป": [ - "clinking_beer_mugs", - "relax", - "beverage", - "drink", - "drunk", - "party", - "pub", - "summer", - "alcohol", - "booze" - ], - "๐Ÿฅ‚": [ - "clinking_glasses", - "beverage", - "drink", - "party", - "alcohol", - "celebrate", - "cheers", - "wine", - "champagne", - "toast" - ], - "๐Ÿฅƒ": [ - "tumbler_glass", - "drink", - "beverage", - "drunk", - "alcohol", - "liquor", - "booze", - "bourbon", - "scotch", - "whisky", - "glass", - "shot" - ], - "๐Ÿฅค": [ - "cup_with_straw", - "drink", - "soda" - ], - "๐Ÿงƒ": [ - "beverage_box" - ], - "๐Ÿง‰": [ - "mate" - ], - "๐ŸงŠ": [ - "ice" - ], - "๐Ÿฅข": [ - "chopsticks", - "food" - ], - "๐Ÿฝ๏ธ": [ - "fork_and_knife_with_plate", - "food", - "eat", - "meal", - "lunch", - "dinner", - "restaurant" - ], - "๐Ÿด": [ - "fork_and_knife", - "cutlery", - "kitchen" - ], - "๐Ÿฅ„": [ - "spoon", - "cutlery", - "kitchen", - "tableware" - ], - "๐Ÿ”ช": [ - "kitchen_knife", - "knife", - "blade", - "cutlery", - "kitchen", - "weapon" - ], - "๐Ÿบ": [ - "amphora", - "vase", - "jar" - ], - "๐ŸŒ": [ - "globe_showing_europe_africa", - "globe", - "world", - "international" - ], - "๐ŸŒŽ": [ - "globe_showing_americas", - "globe", - "world", - "USA", - "international" - ], - "๐ŸŒ": [ - "globe_showing_asia_australia", - "globe", - "world", - "east", - "international" - ], - "๐ŸŒ": [ - "globe_with_meridians", - "earth", - "international", - "world", - "internet", - "interweb", - "i18n" - ], - "๐Ÿ—บ๏ธ": [ - "world_map", - "location", - "direction" - ], - "๐Ÿ—พ": [ - "map_of_japan", - "nation", - "country", - "japanese", - "asia" - ], - "๐Ÿงญ": [ - "compass", - "magnetic", - "navigation", - "orienteering" - ], - "๐Ÿ”๏ธ": [ - "snow_capped_mountain", - "photo", - "nature", - "environment", - "winter", - "cold" - ], - "โ›ฐ๏ธ": [ - "mountain", - "photo", - "nature", - "environment" - ], - "๐ŸŒ‹": [ - "volcano", - "photo", - "nature", - "disaster" - ], - "๐Ÿ—ป": [ - "mount_fuji", - "photo", - "mountain", - "nature", - "japanese" - ], - "๐Ÿ•๏ธ": [ - "camping", - "photo", - "outdoors", - "tent" - ], - "๐Ÿ–๏ธ": [ - "beach_with_umbrella", - "weather", - "summer", - "sunny", - "sand", - "mojito" - ], - "๐Ÿœ๏ธ": [ - "desert", - "photo", - "warm", - "saharah" - ], - "๐Ÿ๏ธ": [ - "desert_island", - "photo", - "tropical", - "mojito" - ], - "๐Ÿž๏ธ": [ - "national_park", - "photo", - "environment", - "nature" - ], - "๐ŸŸ๏ธ": [ - "stadium", - "photo", - "place", - "sports", - "concert", - "venue" - ], - "๐Ÿ›๏ธ": [ - "classical_building", - "art", - "culture", - "history" - ], - "๐Ÿ—๏ธ": [ - "building_construction", - "wip", - "working", - "progress" - ], - "๐Ÿงฑ": [ - "brick", - "bricks" - ], - "๐Ÿ˜๏ธ": [ - "houses", - "buildings", - "photo" - ], - "๐Ÿš๏ธ": [ - "derelict_house", - "abandon", - "evict", - "broken", - "building" - ], - "๐Ÿ ": [ - "house", - "building", - "home" - ], - "๐Ÿก": [ - "house_with_garden", - "home", - "plant", - "nature" - ], - "๐Ÿข": [ - "office_building", - "building", - "bureau", - "work" - ], - "๐Ÿฃ": [ - "japanese_post_office", - "building", - "envelope", - "communication" - ], - "๐Ÿค": [ - "post_office", - "building", - "email" - ], - "๐Ÿฅ": [ - "hospital", - "building", - "health", - "surgery", - "doctor" - ], - "๐Ÿฆ": [ - "bank", - "building", - "money", - "sales", - "cash", - "business", - "enterprise" - ], - "๐Ÿจ": [ - "hotel", - "building", - "accomodation", - "checkin" - ], - "๐Ÿฉ": [ - "love_hotel", - "like", - "affection", - "dating" - ], - "๐Ÿช": [ - "convenience_store", - "building", - "shopping", - "groceries" - ], - "๐Ÿซ": [ - "school", - "building", - "student", - "education", - "learn", - "teach" - ], - "๐Ÿฌ": [ - "department_store", - "building", - "shopping", - "mall" - ], - "๐Ÿญ": [ - "factory", - "building", - "industry", - "pollution", - "smoke" - ], - "๐Ÿฏ": [ - "japanese_castle", - "photo", - "building" - ], - "๐Ÿฐ": [ - "castle", - "building", - "royalty", - "history" - ], - "๐Ÿ’’": [ - "wedding", - "love", - "like", - "affection", - "couple", - "marriage", - "bride", - "groom" - ], - "๐Ÿ—ผ": [ - "tokyo_tower", - "photo", - "japanese" - ], - "๐Ÿ—ฝ": [ - "statue_of_liberty", - "american", - "newyork" - ], - "โ›ช": [ - "church", - "building", - "religion", - "christ" - ], - "๐Ÿ•Œ": [ - "mosque", - "islam", - "worship", - "minaret" - ], - "๐Ÿ›•": [ - "hindu_temple" - ], - "๐Ÿ•": [ - "synagogue", - "judaism", - "worship", - "temple", - "jewish" - ], - "โ›ฉ๏ธ": [ - "shinto_shrine", - "temple", - "japan", - "kyoto" - ], - "๐Ÿ•‹": [ - "kaaba", - "mecca", - "mosque", - "islam" - ], - "โ›ฒ": [ - "fountain", - "photo", - "summer", - "water", - "fresh" - ], - "โ›บ": [ - "tent", - "photo", - "camping", - "outdoors" - ], - "๐ŸŒ": [ - "foggy", - "photo", - "mountain" - ], - "๐ŸŒƒ": [ - "night_with_stars", - "evening", - "city", - "downtown" - ], - "๐Ÿ™๏ธ": [ - "cityscape", - "photo", - "night life", - "urban" - ], - "๐ŸŒ„": [ - "sunrise_over_mountains", - "view", - "vacation", - "photo" - ], - "๐ŸŒ…": [ - "sunrise", - "morning", - "view", - "vacation", - "photo" - ], - "๐ŸŒ†": [ - "cityscape_at_dusk", - "photo", - "evening", - "sky", - "buildings" - ], - "๐ŸŒ‡": [ - "sunset", - "photo", - "good morning", - "dawn" - ], - "๐ŸŒ‰": [ - "bridge_at_night", - "photo", - "sanfrancisco" - ], - "โ™จ๏ธ": [ - "hot_springs", - "bath", - "warm", - "relax" - ], - "๐ŸŽ ": [ - "carousel_horse", - "photo", - "carnival" - ], - "๐ŸŽก": [ - "ferris_wheel", - "photo", - "carnival", - "londoneye" - ], - "๐ŸŽข": [ - "roller_coaster", - "carnival", - "playground", - "photo", - "fun" - ], - "๐Ÿ’ˆ": [ - "barber_pole", - "hair", - "salon", - "style" - ], - "๐ŸŽช": [ - "circus_tent", - "festival", - "carnival", - "party" - ], - "๐Ÿš‚": [ - "locomotive", - "transportation", - "vehicle", - "train" - ], - "๐Ÿšƒ": [ - "railway_car", - "transportation", - "vehicle" - ], - "๐Ÿš„": [ - "high_speed_train", - "transportation", - "vehicle" - ], - "๐Ÿš…": [ - "bullet_train", - "transportation", - "vehicle", - "speed", - "fast", - "public", - "travel" - ], - "๐Ÿš†": [ - "train", - "transportation", - "vehicle" - ], - "๐Ÿš‡": [ - "metro", - "transportation", - "blue-square", - "mrt", - "underground", - "tube" - ], - "๐Ÿšˆ": [ - "light_rail", - "transportation", - "vehicle" - ], - "๐Ÿš‰": [ - "station", - "transportation", - "vehicle", - "public" - ], - "๐ŸšŠ": [ - "tram", - "transportation", - "vehicle" - ], - "๐Ÿš": [ - "monorail", - "transportation", - "vehicle" - ], - "๐Ÿšž": [ - "mountain_railway", - "transportation", - "vehicle" - ], - "๐Ÿš‹": [ - "tram_car", - "transportation", - "vehicle", - "carriage", - "public", - "travel" - ], - "๐ŸšŒ": [ - "bus", - "car", - "vehicle", - "transportation" - ], - "๐Ÿš": [ - "oncoming_bus", - "vehicle", - "transportation" - ], - "๐ŸšŽ": [ - "trolleybus", - "bart", - "transportation", - "vehicle" - ], - "๐Ÿš": [ - "minibus", - "vehicle", - "car", - "transportation" - ], - "๐Ÿš‘": [ - "ambulance", - "health", - "911", - "hospital" - ], - "๐Ÿš’": [ - "fire_engine", - "transportation", - "cars", - "vehicle" - ], - "๐Ÿš“": [ - "police_car", - "vehicle", - "cars", - "transportation", - "law", - "legal", - "enforcement" - ], - "๐Ÿš”": [ - "oncoming_police_car", - "vehicle", - "law", - "legal", - "enforcement", - "911" - ], - "๐Ÿš•": [ - "taxi", - "uber", - "vehicle", - "cars", - "transportation" - ], - "๐Ÿš–": [ - "oncoming_taxi", - "vehicle", - "cars", - "uber" - ], - "๐Ÿš—": [ - "automobile", - "red", - "transportation", - "vehicle" - ], - "๐Ÿš˜": [ - "oncoming_automobile", - "car", - "vehicle", - "transportation" - ], - "๐Ÿš™": [ - "sport_utility_vehicle", - "transportation", - "vehicle" - ], - "๐Ÿšš": [ - "delivery_truck", - "cars", - "transportation" - ], - "๐Ÿš›": [ - "articulated_lorry", - "vehicle", - "cars", - "transportation", - "express" - ], - "๐Ÿšœ": [ - "tractor", - "vehicle", - "car", - "farming", - "agriculture" - ], - "๐ŸŽ๏ธ": [ - "racing_car", - "sports", - "race", - "fast", - "formula", - "f1" - ], - "๐Ÿ๏ธ": [ - "motorcycle", - "race", - "sports", - "fast" - ], - "๐Ÿ›ต": [ - "motor_scooter", - "vehicle", - "vespa", - "sasha" - ], - "๐Ÿฆฝ": [ - "manual_wheelchair" - ], - "๐Ÿฆผ": [ - "motorized_wheelchair" - ], - "๐Ÿ›บ": [ - "auto_rickshaw" - ], - "๐Ÿšฒ": [ - "bicycle", - "sports", - "bicycle", - "exercise", - "hipster" - ], - "๐Ÿ›ด": [ - "kick_scooter", - "vehicle", - "kick", - "razor" - ], - "๐Ÿ›น": [ - "skateboard", - "board" - ], - "๐Ÿš": [ - "bus_stop", - "transportation", - "wait" - ], - "๐Ÿ›ฃ๏ธ": [ - "motorway", - "road", - "cupertino", - "interstate", - "highway" - ], - "๐Ÿ›ค๏ธ": [ - "railway_track", - "train", - "transportation" - ], - "๐Ÿ›ข๏ธ": [ - "oil_drum", - "barrell" - ], - "โ›ฝ": [ - "fuel_pump", - "gas station", - "petroleum" - ], - "๐Ÿšจ": [ - "police_car_light", - "police", - "ambulance", - "911", - "emergency", - "alert", - "error", - "pinged", - "law", - "legal" - ], - "๐Ÿšฅ": [ - "horizontal_traffic_light", - "transportation", - "signal" - ], - "๐Ÿšฆ": [ - "vertical_traffic_light", - "transportation", - "driving" - ], - "๐Ÿ›‘": [ - "stop_sign", - "stop" - ], - "๐Ÿšง": [ - "construction", - "wip", - "progress", - "caution", - "warning" - ], - "โš“": [ - "anchor", - "ship", - "ferry", - "sea", - "boat" - ], - "โ›ต": [ - "sailboat", - "ship", - "summer", - "transportation", - "water", - "sailing" - ], - "๐Ÿ›ถ": [ - "canoe", - "boat", - "paddle", - "water", - "ship" - ], - "๐Ÿšค": [ - "speedboat", - "ship", - "transportation", - "vehicle", - "summer" - ], - "๐Ÿ›ณ๏ธ": [ - "passenger_ship", - "yacht", - "cruise", - "ferry" - ], - "โ›ด๏ธ": [ - "ferry", - "boat", - "ship", - "yacht" - ], - "๐Ÿ›ฅ๏ธ": [ - "motor_boat", - "ship" - ], - "๐Ÿšข": [ - "ship", - "transportation", - "titanic", - "deploy" - ], - "โœˆ๏ธ": [ - "airplane", - "vehicle", - "transportation", - "flight", - "fly" - ], - "๐Ÿ›ฉ๏ธ": [ - "small_airplane", - "flight", - "transportation", - "fly", - "vehicle" - ], - "๐Ÿ›ซ": [ - "airplane_departure", - "airport", - "flight", - "landing" - ], - "๐Ÿ›ฌ": [ - "airplane_arrival", - "airport", - "flight", - "boarding" - ], - "๐Ÿช‚": [ - "parachute" - ], - "๐Ÿ’บ": [ - "seat", - "sit", - "airplane", - "transport", - "bus", - "flight", - "fly" - ], - "๐Ÿš": [ - "helicopter", - "transportation", - "vehicle", - "fly" - ], - "๐ŸšŸ": [ - "suspension_railway", - "vehicle", - "transportation" - ], - "๐Ÿš ": [ - "mountain_cableway", - "transportation", - "vehicle", - "ski" - ], - "๐Ÿšก": [ - "aerial_tramway", - "transportation", - "vehicle", - "ski" - ], - "๐Ÿ›ฐ๏ธ": [ - "satellite", - "communication", - "gps", - "orbit", - "spaceflight", - "NASA", - "ISS" - ], - "๐Ÿš€": [ - "rocket", - "launch", - "ship", - "staffmode", - "NASA", - "outer space", - "outer_space", - "fly" - ], - "๐Ÿ›ธ": [ - "flying_saucer", - "transportation", - "vehicle", - "ufo" - ], - "๐Ÿ›Ž๏ธ": [ - "bellhop_bell", - "service" - ], - "๐Ÿงณ": [ - "luggage", - "packing", - "travel" - ], - "โŒ›": [ - "hourglass_done", - "time", - "clock", - "oldschool", - "limit", - "exam", - "quiz", - "test" - ], - "โณ": [ - "hourglass_not_done", - "oldschool", - "time", - "countdown" - ], - "โŒš": [ - "watch", - "time", - "accessories" - ], - "โฐ": [ - "alarm_clock", - "time", - "wake" - ], - "โฑ๏ธ": [ - "stopwatch", - "time", - "deadline" - ], - "โฒ๏ธ": [ - "timer_clock", - "alarm" - ], - "๐Ÿ•ฐ๏ธ": [ - "mantelpiece_clock", - "time" - ], - "๐Ÿ•›": [ - "twelve_o_clock", - "time", - "noon", - "midnight", - "midday", - "late", - "early", - "schedule" - ], - "๐Ÿ•ง": [ - "twelve_thirty", - "time", - "late", - "early", - "schedule" - ], - "๐Ÿ•": [ - "one_o_clock", - "time", - "late", - "early", - "schedule" - ], - "๐Ÿ•œ": [ - "one_thirty", - "time", - "late", - "early", - "schedule" - ], - "๐Ÿ•‘": [ - "two_o_clock", - "time", - "late", - "early", - "schedule" - ], - "๐Ÿ•": [ - "two_thirty", - "time", - "late", - "early", - "schedule" - ], - "๐Ÿ•’": [ - "three_o_clock", - "time", - "late", - "early", - "schedule" - ], - "๐Ÿ•ž": [ - "three_thirty", - "time", - "late", - "early", - "schedule" - ], - "๐Ÿ•“": [ - "four_o_clock", - "time", - "late", - "early", - "schedule" - ], - "๐Ÿ•Ÿ": [ - "four_thirty", - "time", - "late", - "early", - "schedule" - ], - "๐Ÿ•”": [ - "five_o_clock", - "time", - "late", - "early", - "schedule" - ], - "๐Ÿ• ": [ - "five_thirty", - "time", - "late", - "early", - "schedule" - ], - "๐Ÿ••": [ - "six_o_clock", - "time", - "late", - "early", - "schedule", - "dawn", - "dusk" - ], - "๐Ÿ•ก": [ - "six_thirty", - "time", - "late", - "early", - "schedule" - ], - "๐Ÿ•–": [ - "seven_o_clock", - "time", - "late", - "early", - "schedule" - ], - "๐Ÿ•ข": [ - "seven_thirty", - "time", - "late", - "early", - "schedule" - ], - "๐Ÿ•—": [ - "eight_o_clock", - "time", - "late", - "early", - "schedule" - ], - "๐Ÿ•ฃ": [ - "eight_thirty", - "time", - "late", - "early", - "schedule" - ], - "๐Ÿ•˜": [ - "nine_o_clock", - "time", - "late", - "early", - "schedule" - ], - "๐Ÿ•ค": [ - "nine_thirty", - "time", - "late", - "early", - "schedule" - ], - "๐Ÿ•™": [ - "ten_o_clock", - "time", - "late", - "early", - "schedule" - ], - "๐Ÿ•ฅ": [ - "ten_thirty", - "time", - "late", - "early", - "schedule" - ], - "๐Ÿ•š": [ - "eleven_o_clock", - "time", - "late", - "early", - "schedule" - ], - "๐Ÿ•ฆ": [ - "eleven_thirty", - "time", - "late", - "early", - "schedule" - ], - "๐ŸŒ‘": [ - "new_moon", - "nature", - "twilight", - "planet", - "space", - "night", - "evening", - "sleep" - ], - "๐ŸŒ’": [ - "waxing_crescent_moon", - "nature", - "twilight", - "planet", - "space", - "night", - "evening", - "sleep" - ], - "๐ŸŒ“": [ - "first_quarter_moon", - "nature", - "twilight", - "planet", - "space", - "night", - "evening", - "sleep" - ], - "๐ŸŒ”": [ - "waxing_gibbous_moon", - "nature", - "night", - "sky", - "gray", - "twilight", - "planet", - "space", - "evening", - "sleep" - ], - "๐ŸŒ•": [ - "full_moon", - "nature", - "yellow", - "twilight", - "planet", - "space", - "night", - "evening", - "sleep" - ], - "๐ŸŒ–": [ - "waning_gibbous_moon", - "nature", - "twilight", - "planet", - "space", - "night", - "evening", - "sleep", - "waxing_gibbous_moon" - ], - "๐ŸŒ—": [ - "last_quarter_moon", - "nature", - "twilight", - "planet", - "space", - "night", - "evening", - "sleep" - ], - "๐ŸŒ˜": [ - "waning_crescent_moon", - "nature", - "twilight", - "planet", - "space", - "night", - "evening", - "sleep" - ], - "๐ŸŒ™": [ - "crescent_moon", - "night", - "sleep", - "sky", - "evening", - "magic" - ], - "๐ŸŒš": [ - "new_moon_face", - "nature", - "twilight", - "planet", - "space", - "night", - "evening", - "sleep" - ], - "๐ŸŒ›": [ - "first_quarter_moon_face", - "nature", - "twilight", - "planet", - "space", - "night", - "evening", - "sleep" - ], - "๐ŸŒœ": [ - "last_quarter_moon_face", - "nature", - "twilight", - "planet", - "space", - "night", - "evening", - "sleep" - ], - "๐ŸŒก๏ธ": [ - "thermometer", - "weather", - "temperature", - "hot", - "cold" - ], - "โ˜€๏ธ": [ - "sun", - "weather", - "nature", - "brightness", - "summer", - "beach", - "spring" - ], - "๐ŸŒ": [ - "full_moon_face", - "nature", - "twilight", - "planet", - "space", - "night", - "evening", - "sleep" - ], - "๐ŸŒž": [ - "sun_with_face", - "nature", - "morning", - "sky" - ], - "๐Ÿช": [ - "ringed_planet" - ], - "โญ": [ - "star", - "night", - "yellow" - ], - "๐ŸŒŸ": [ - "glowing_star", - "night", - "sparkle", - "awesome", - "good", - "magic" - ], - "๐ŸŒ ": [ - "shooting_star", - "night", - "photo" - ], - "๐ŸŒŒ": [ - "milky_way", - "photo", - "space", - "stars" - ], - "โ˜๏ธ": [ - "cloud", - "weather", - "sky" - ], - "โ›…": [ - "sun_behind_cloud", - "weather", - "nature", - "cloudy", - "morning", - "fall", - "spring" - ], - "โ›ˆ๏ธ": [ - "cloud_with_lightning_and_rain", - "weather", - "lightning" - ], - "๐ŸŒค๏ธ": [ - "sun_behind_small_cloud", - "weather" - ], - "๐ŸŒฅ๏ธ": [ - "sun_behind_large_cloud", - "weather" - ], - "๐ŸŒฆ๏ธ": [ - "sun_behind_rain_cloud", - "weather" - ], - "๐ŸŒง๏ธ": [ - "cloud_with_rain", - "weather" - ], - "๐ŸŒจ๏ธ": [ - "cloud_with_snow", - "weather" - ], - "๐ŸŒฉ๏ธ": [ - "cloud_with_lightning", - "weather", - "thunder" - ], - "๐ŸŒช๏ธ": [ - "tornado", - "weather", - "cyclone", - "twister" - ], - "๐ŸŒซ๏ธ": [ - "fog", - "weather" - ], - "๐ŸŒฌ๏ธ": [ - "wind_face", - "gust", - "air" - ], - "๐ŸŒ€": [ - "cyclone", - "weather", - "swirl", - "blue", - "cloud", - "vortex", - "spiral", - "whirlpool", - "spin", - "tornado", - "hurricane", - "typhoon" - ], - "๐ŸŒˆ": [ - "rainbow", - "nature", - "happy", - "unicorn_face", - "photo", - "sky", - "spring" - ], - "๐ŸŒ‚": [ - "closed_umbrella", - "weather", - "rain", - "drizzle" - ], - "โ˜‚๏ธ": [ - "umbrella", - "weather", - "spring" - ], - "โ˜”": [ - "umbrella_with_rain_drops", - "rainy", - "weather", - "spring" - ], - "โ›ฑ๏ธ": [ - "umbrella_on_ground", - "weather", - "summer" - ], - "โšก": [ - "high_voltage", - "thunder", - "weather", - "lightning bolt", - "fast" - ], - "โ„๏ธ": [ - "snowflake", - "winter", - "season", - "cold", - "weather", - "christmas", - "xmas" - ], - "โ˜ƒ๏ธ": [ - "snowman", - "winter", - "season", - "cold", - "weather", - "christmas", - "xmas", - "frozen" - ], - "โ›„": [ - "snowman_without_snow", - "winter", - "season", - "cold", - "weather", - "christmas", - "xmas", - "frozen", - "without_snow" - ], - "โ˜„๏ธ": [ - "comet", - "space" - ], - "๐Ÿ”ฅ": [ - "fire", - "hot", - "cook", - "flame" - ], - "๐Ÿ’ง": [ - "droplet", - "water", - "drip", - "faucet", - "spring" - ], - "๐ŸŒŠ": [ - "water_wave", - "sea", - "water", - "wave", - "nature", - "tsunami", - "disaster" - ], - "๐ŸŽƒ": [ - "jack_o_lantern", - "halloween", - "light", - "pumpkin", - "creepy", - "fall" - ], - "๐ŸŽ„": [ - "christmas_tree", - "festival", - "vacation", - "december", - "xmas", - "celebration" - ], - "๐ŸŽ†": [ - "fireworks", - "photo", - "festival", - "carnival", - "congratulations" - ], - "๐ŸŽ‡": [ - "sparkler", - "stars", - "night", - "shine" - ], - "๐Ÿงจ": [ - "firecracker", - "dynamite", - "boom", - "explode", - "explosion", - "explosive" - ], - "โœจ": [ - "sparkles", - "stars", - "shine", - "shiny", - "cool", - "awesome", - "good", - "magic" - ], - "๐ŸŽˆ": [ - "balloon", - "party", - "celebration", - "birthday", - "circus" - ], - "๐ŸŽ‰": [ - "party_popper", - "party", - "congratulations", - "birthday", - "magic", - "circus", - "celebration" - ], - "๐ŸŽŠ": [ - "confetti_ball", - "festival", - "party", - "birthday", - "circus" - ], - "๐ŸŽ‹": [ - "tanabata_tree", - "plant", - "nature", - "branch", - "summer" - ], - "๐ŸŽ": [ - "pine_decoration", - "plant", - "nature", - "vegetable", - "panda", - "pine_decoration" - ], - "๐ŸŽŽ": [ - "japanese_dolls", - "japanese", - "toy", - "kimono" - ], - "๐ŸŽ": [ - "carp_streamer", - "fish", - "japanese", - "koinobori", - "carp", - "banner" - ], - "๐ŸŽ": [ - "wind_chime", - "nature", - "ding", - "spring", - "bell" - ], - "๐ŸŽ‘": [ - "moon_viewing_ceremony", - "photo", - "japan", - "asia", - "tsukimi" - ], - "๐Ÿงง": [ - "red_envelope", - "gift" - ], - "๐ŸŽ€": [ - "ribbon", - "decoration", - "pink", - "girl", - "bowtie" - ], - "๐ŸŽ": [ - "wrapped_gift", - "present", - "birthday", - "christmas", - "xmas" - ], - "๐ŸŽ—๏ธ": [ - "reminder_ribbon", - "sports", - "cause", - "support", - "awareness" - ], - "๐ŸŽŸ๏ธ": [ - "admission_tickets", - "sports", - "concert", - "entrance" - ], - "๐ŸŽซ": [ - "ticket", - "event", - "concert", - "pass" - ], - "๐ŸŽ–๏ธ": [ - "military_medal", - "award", - "winning", - "army" - ], - "๐Ÿ†": [ - "trophy", - "win", - "award", - "contest", - "place", - "ftw", - "ceremony" - ], - "๐Ÿ…": [ - "sports_medal", - "award", - "winning" - ], - "๐Ÿฅ‡": [ - "1st_place_medal", - "award", - "winning", - "first" - ], - "๐Ÿฅˆ": [ - "2nd_place_medal", - "award", - "second" - ], - "๐Ÿฅ‰": [ - "3rd_place_medal", - "award", - "third" - ], - "โšฝ": [ - "soccer_ball", - "sports", - "football" - ], - "โšพ": [ - "baseball", - "sports", - "balls" - ], - "๐ŸฅŽ": [ - "softball", - "sports", - "balls" - ], - "๐Ÿ€": [ - "basketball", - "sports", - "balls", - "NBA" - ], - "๐Ÿ": [ - "volleyball", - "sports", - "balls" - ], - "๐Ÿˆ": [ - "american_football", - "sports", - "balls", - "NFL" - ], - "๐Ÿ‰": [ - "rugby_football", - "sports", - "team" - ], - "๐ŸŽพ": [ - "tennis", - "sports", - "balls", - "green" - ], - "๐Ÿฅ": [ - "flying_disc", - "sports", - "frisbee", - "ultimate" - ], - "๐ŸŽณ": [ - "bowling", - "sports", - "fun", - "play" - ], - "๐Ÿ": [ - "cricket_game", - "sports" - ], - "๐Ÿ‘": [ - "field_hockey", - "sports" - ], - "๐Ÿ’": [ - "ice_hockey", - "sports" - ], - "๐Ÿฅ": [ - "lacrosse", - "sports", - "ball", - "stick" - ], - "๐Ÿ“": [ - "ping_pong", - "sports", - "pingpong" - ], - "๐Ÿธ": [ - "badminton", - "sports" - ], - "๐ŸฅŠ": [ - "boxing_glove", - "sports", - "fighting" - ], - "๐Ÿฅ‹": [ - "martial_arts_uniform", - "judo", - "karate", - "taekwondo" - ], - "๐Ÿฅ…": [ - "goal_net", - "sports" - ], - "โ›ณ": [ - "flag_in_hole", - "sports", - "business", - "flag", - "hole", - "summer" - ], - "โ›ธ๏ธ": [ - "ice_skate", - "sports" - ], - "๐ŸŽฃ": [ - "fishing_pole", - "food", - "hobby", - "summer" - ], - "๐Ÿคฟ": [ - "diving_mask" - ], - "๐ŸŽฝ": [ - "running_shirt", - "play", - "pageant" - ], - "๐ŸŽฟ": [ - "skis", - "sports", - "winter", - "cold", - "snow" - ], - "๐Ÿ›ท": [ - "sled", - "sleigh", - "luge", - "toboggan" - ], - "๐ŸฅŒ": [ - "curling_stone", - "sports" - ], - "๐ŸŽฏ": [ - "direct_hit", - "game", - "play", - "bar", - "target", - "bullseye" - ], - "๐Ÿช€": [ - "yo_yo" - ], - "๐Ÿช": [ - "kite" - ], - "๐ŸŽฑ": [ - "pool_8_ball", - "pool", - "hobby", - "game", - "luck", - "magic" - ], - "๐Ÿ”ฎ": [ - "crystal_ball", - "disco", - "party", - "magic", - "circus", - "fortune_teller" - ], - "๐Ÿงฟ": [ - "nazar_amulet", - "bead", - "charm" - ], - "๐ŸŽฎ": [ - "video_game", - "play", - "console", - "PS4", - "controller" - ], - "๐Ÿ•น๏ธ": [ - "joystick", - "game", - "play" - ], - "๐ŸŽฐ": [ - "slot_machine", - "bet", - "gamble", - "vegas", - "fruit machine", - "luck", - "casino" - ], - "๐ŸŽฒ": [ - "game_die", - "dice", - "random", - "tabletop", - "play", - "luck" - ], - "๐Ÿงฉ": [ - "puzzle_piece", - "interlocking", - "puzzle", - "piece" - ], - "๐Ÿงธ": [ - "teddy_bear", - "plush", - "stuffed" - ], - "โ™ ๏ธ": [ - "spade_suit", - "poker", - "cards", - "suits", - "magic" - ], - "โ™ฅ๏ธ": [ - "heart_suit", - "poker", - "cards", - "magic", - "suits" - ], - "โ™ฆ๏ธ": [ - "diamond_suit", - "poker", - "cards", - "magic", - "suits" - ], - "โ™ฃ๏ธ": [ - "club_suit", - "poker", - "cards", - "magic", - "suits" - ], - "โ™Ÿ๏ธ": [ - "chess_pawn", - "expendable" - ], - "๐Ÿƒ": [ - "joker", - "poker", - "cards", - "game", - "play", - "magic" - ], - "๐Ÿ€„": [ - "mahjong_red_dragon", - "game", - "play", - "chinese", - "kanji" - ], - "๐ŸŽด": [ - "flower_playing_cards", - "game", - "sunset", - "red" - ], - "๐ŸŽญ": [ - "performing_arts", - "acting", - "theater", - "drama" - ], - "๐Ÿ–ผ๏ธ": [ - "framed_picture", - "photography" - ], - "๐ŸŽจ": [ - "artist_palette", - "design", - "paint", - "draw", - "colors" - ], - "๐Ÿงต": [ - "thread", - "needle", - "sewing", - "spool", - "string" - ], - "๐Ÿงถ": [ - "yarn", - "ball", - "crochet", - "knit" - ], - "๐Ÿ‘“": [ - "glasses", - "fashion", - "accessories", - "eyesight", - "nerdy", - "dork", - "geek" - ], - "๐Ÿ•ถ๏ธ": [ - "sunglasses", - "face", - "cool", - "accessories" - ], - "๐Ÿฅฝ": [ - "goggles", - "eyes", - "protection", - "safety" - ], - "๐Ÿฅผ": [ - "lab_coat", - "doctor", - "experiment", - "scientist", - "chemist" - ], - "๐Ÿฆบ": [ - "safety_vest" - ], - "๐Ÿ‘”": [ - "necktie", - "shirt", - "suitup", - "formal", - "fashion", - "cloth", - "business" - ], - "๐Ÿ‘•": [ - "t_shirt", - "fashion", - "cloth", - "casual", - "shirt", - "tee" - ], - "๐Ÿ‘–": [ - "jeans", - "fashion", - "shopping" - ], - "๐Ÿงฃ": [ - "scarf", - "neck", - "winter", - "clothes" - ], - "๐Ÿงค": [ - "gloves", - "hands", - "winter", - "clothes" - ], - "๐Ÿงฅ": [ - "coat", - "jacket" - ], - "๐Ÿงฆ": [ - "socks", - "stockings", - "clothes" - ], - "๐Ÿ‘—": [ - "dress", - "clothes", - "fashion", - "shopping" - ], - "๐Ÿ‘˜": [ - "kimono", - "dress", - "fashion", - "women", - "female", - "japanese" - ], - "๐Ÿฅป": [ - "sari" - ], - "๐Ÿฉฑ": [ - "one_piece_swimsuit" - ], - "๐Ÿฉฒ": [ - "briefs" - ], - "๐Ÿฉณ": [ - "shorts" - ], - "๐Ÿ‘™": [ - "bikini", - "swimming", - "female", - "woman", - "girl", - "fashion", - "beach", - "summer" - ], - "๐Ÿ‘š": [ - "woman_s_clothes", - "fashion", - "shopping_bags", - "female" - ], - "๐Ÿ‘›": [ - "purse", - "fashion", - "accessories", - "money", - "sales", - "shopping" - ], - "๐Ÿ‘œ": [ - "handbag", - "fashion", - "accessory", - "accessories", - "shopping" - ], - "๐Ÿ‘": [ - "clutch_bag", - "bag", - "accessories", - "shopping" - ], - "๐Ÿ›๏ธ": [ - "shopping_bags", - "mall", - "buy", - "purchase" - ], - "๐ŸŽ’": [ - "backpack", - "student", - "education", - "bag", - "backpack" - ], - "๐Ÿ‘ž": [ - "man_s_shoe", - "fashion", - "male" - ], - "๐Ÿ‘Ÿ": [ - "running_shoe", - "shoes", - "sports", - "sneakers" - ], - "๐Ÿฅพ": [ - "hiking_boot", - "backpacking", - "camping", - "hiking" - ], - "๐Ÿฅฟ": [ - "flat_shoe", - "ballet", - "slip-on", - "slipper" - ], - "๐Ÿ‘ ": [ - "high_heeled_shoe", - "fashion", - "shoes", - "female", - "pumps", - "stiletto" - ], - "๐Ÿ‘ก": [ - "woman_s_sandal", - "shoes", - "fashion", - "flip flops" - ], - "๐Ÿฉฐ": [ - "ballet_shoes" - ], - "๐Ÿ‘ข": [ - "woman_s_boot", - "shoes", - "fashion" - ], - "๐Ÿ‘‘": [ - "crown", - "king", - "kod", - "leader", - "royalty", - "lord" - ], - "๐Ÿ‘’": [ - "woman_s_hat", - "fashion", - "accessories", - "female", - "lady", - "spring" - ], - "๐ŸŽฉ": [ - "top_hat", - "magic", - "gentleman", - "classy", - "circus" - ], - "๐ŸŽ“": [ - "graduation_cap", - "school", - "college", - "degree", - "university", - "graduation", - "cap", - "hat", - "legal", - "learn", - "education" - ], - "๐Ÿงข": [ - "billed_cap", - "cap", - "baseball" - ], - "โ›‘๏ธ": [ - "rescue_worker_s_helmet", - "construction", - "build" - ], - "๐Ÿ“ฟ": [ - "prayer_beads", - "dhikr", - "religious" - ], - "๐Ÿ’„": [ - "lipstick", - "female", - "girl", - "fashion", - "woman" - ], - "๐Ÿ’": [ - "ring", - "wedding", - "propose", - "marriage", - "valentines", - "diamond", - "fashion", - "jewelry", - "gem", - "engagement" - ], - "๐Ÿ’Ž": [ - "gem_stone", - "blue", - "ruby", - "diamond", - "jewelry" - ], - "๐Ÿ”‡": [ - "muted_speaker", - "sound", - "volume", - "silence", - "quiet" - ], - "๐Ÿ”ˆ": [ - "speaker_low_volume", - "sound", - "volume", - "silence", - "broadcast" - ], - "๐Ÿ”‰": [ - "speaker_medium_volume", - "volume", - "speaker", - "broadcast" - ], - "๐Ÿ”Š": [ - "speaker_high_volume", - "volume", - "noise", - "noisy", - "speaker", - "broadcast" - ], - "๐Ÿ“ข": [ - "loudspeaker", - "volume", - "sound" - ], - "๐Ÿ“ฃ": [ - "megaphone", - "sound", - "speaker", - "volume" - ], - "๐Ÿ“ฏ": [ - "postal_horn", - "instrument", - "music" - ], - "๐Ÿ””": [ - "bell", - "sound", - "notification", - "christmas", - "xmas", - "chime" - ], - "๐Ÿ”•": [ - "bell_with_slash", - "sound", - "volume", - "mute", - "quiet", - "silent" - ], - "๐ŸŽผ": [ - "musical_score", - "treble", - "clef", - "compose" - ], - "๐ŸŽต": [ - "musical_note", - "score", - "tone", - "sound" - ], - "๐ŸŽถ": [ - "musical_notes", - "music", - "score" - ], - "๐ŸŽ™๏ธ": [ - "studio_microphone", - "sing", - "recording", - "artist", - "talkshow" - ], - "๐ŸŽš๏ธ": [ - "level_slider", - "scale" - ], - "๐ŸŽ›๏ธ": [ - "control_knobs", - "dial" - ], - "๐ŸŽค": [ - "microphone", - "sound", - "music", - "PA", - "sing", - "talkshow" - ], - "๐ŸŽง": [ - "headphone", - "music", - "score", - "gadgets" - ], - "๐Ÿ“ป": [ - "radio", - "communication", - "music", - "podcast", - "program" - ], - "๐ŸŽท": [ - "saxophone", - "music", - "instrument", - "jazz", - "blues" - ], - "๐ŸŽธ": [ - "guitar", - "music", - "instrument" - ], - "๐ŸŽน": [ - "musical_keyboard", - "piano", - "instrument", - "compose" - ], - "๐ŸŽบ": [ - "trumpet", - "music", - "brass" - ], - "๐ŸŽป": [ - "violin", - "music", - "instrument", - "orchestra", - "symphony" - ], - "๐Ÿช•": [ - "banjo" - ], - "๐Ÿฅ": [ - "drum", - "music", - "instrument", - "drumsticks", - "snare" - ], - "๐Ÿ“ฑ": [ - "mobile_phone", - "technology", - "apple", - "gadgets", - "dial" - ], - "๐Ÿ“ฒ": [ - "mobile_phone_with_arrow", - "iphone", - "incoming" - ], - "โ˜Ž๏ธ": [ - "telephone", - "technology", - "communication", - "dial", - "telephone" - ], - "๐Ÿ“ž": [ - "telephone_receiver", - "technology", - "communication", - "dial" - ], - "๐Ÿ“Ÿ": [ - "pager", - "bbcall", - "oldschool", - "90s" - ], - "๐Ÿ“ ": [ - "fax_machine", - "communication", - "technology" - ], - "๐Ÿ”‹": [ - "battery", - "power", - "energy", - "sustain" - ], - "๐Ÿ”Œ": [ - "electric_plug", - "charger", - "power" - ], - "๐Ÿ’ป": [ - "laptop", - "technology", - "laptop", - "screen", - "display", - "monitor" - ], - "๐Ÿ–ฅ๏ธ": [ - "desktop_computer", - "technology", - "computing", - "screen" - ], - "๐Ÿ–จ๏ธ": [ - "printer", - "paper", - "ink" - ], - "โŒจ๏ธ": [ - "keyboard", - "technology", - "computer", - "type", - "input", - "text" - ], - "๐Ÿ–ฑ๏ธ": [ - "computer_mouse", - "click" - ], - "๐Ÿ–ฒ๏ธ": [ - "trackball", - "technology", - "trackpad" - ], - "๐Ÿ’ฝ": [ - "computer_disk", - "technology", - "record", - "data", - "disk", - "90s" - ], - "๐Ÿ’พ": [ - "floppy_disk", - "oldschool", - "technology", - "save", - "90s", - "80s" - ], - "๐Ÿ’ฟ": [ - "optical_disk", - "technology", - "dvd", - "disk", - "disc", - "90s" - ], - "๐Ÿ“€": [ - "dvd", - "cd", - "disk", - "disc" - ], - "๐Ÿงฎ": [ - "abacus", - "calculation" - ], - "๐ŸŽฅ": [ - "movie_camera", - "film", - "record" - ], - "๐ŸŽž๏ธ": [ - "film_frames", - "movie" - ], - "๐Ÿ“ฝ๏ธ": [ - "film_projector", - "video", - "tape", - "record", - "movie" - ], - "๐ŸŽฌ": [ - "clapper_board", - "movie", - "film", - "record" - ], - "๐Ÿ“บ": [ - "television", - "technology", - "program", - "oldschool", - "show", - "television" - ], - "๐Ÿ“ท": [ - "camera", - "gadgets", - "photography" - ], - "๐Ÿ“ธ": [ - "camera_with_flash", - "photography", - "gadgets" - ], - "๐Ÿ“น": [ - "video_camera", - "film", - "record" - ], - "๐Ÿ“ผ": [ - "videocassette", - "record", - "video", - "oldschool", - "90s", - "80s" - ], - "๐Ÿ”": [ - "magnifying_glass_tilted_left", - "search", - "zoom", - "find", - "detective" - ], - "๐Ÿ”Ž": [ - "magnifying_glass_tilted_right", - "search", - "zoom", - "find", - "detective" - ], - "๐Ÿ•ฏ๏ธ": [ - "candle", - "fire", - "wax" - ], - "๐Ÿ’ก": [ - "light_bulb", - "light", - "electricity", - "idea" - ], - "๐Ÿ”ฆ": [ - "flashlight", - "dark", - "camping", - "sight", - "night" - ], - "๐Ÿฎ": [ - "red_paper_lantern", - "light", - "paper", - "halloween", - "spooky" - ], - "๐Ÿช”": [ - "diya_lamp" - ], - "๐Ÿ“”": [ - "notebook_with_decorative_cover", - "classroom", - "notes", - "record", - "paper", - "study" - ], - "๐Ÿ“•": [ - "closed_book", - "read", - "library", - "knowledge", - "textbook", - "learn" - ], - "๐Ÿ“–": [ - "open_book", - "book", - "read", - "library", - "knowledge", - "literature", - "learn", - "study" - ], - "๐Ÿ“—": [ - "green_book", - "read", - "library", - "knowledge", - "study" - ], - "๐Ÿ“˜": [ - "blue_book", - "read", - "library", - "knowledge", - "learn", - "study" - ], - "๐Ÿ“™": [ - "orange_book", - "read", - "library", - "knowledge", - "textbook", - "study" - ], - "๐Ÿ“š": [ - "books", - "literature", - "library", - "study" - ], - "๐Ÿ““": [ - "notebook", - "stationery", - "record", - "notes", - "paper", - "study" - ], - "๐Ÿ“’": [ - "ledger", - "notes", - "paper" - ], - "๐Ÿ“ƒ": [ - "page_with_curl", - "documents", - "office", - "paper" - ], - "๐Ÿ“œ": [ - "scroll", - "documents", - "ancient", - "history", - "paper" - ], - "๐Ÿ“„": [ - "page_facing_up", - "documents", - "office", - "paper", - "information" - ], - "๐Ÿ“ฐ": [ - "newspaper", - "press", - "headline" - ], - "๐Ÿ—ž๏ธ": [ - "rolled_up_newspaper", - "press", - "headline" - ], - "๐Ÿ“‘": [ - "bookmark_tabs", - "favorite", - "save", - "order", - "tidy" - ], - "๐Ÿ”–": [ - "bookmark", - "favorite", - "label", - "save" - ], - "๐Ÿท๏ธ": [ - "label", - "sale", - "tag" - ], - "๐Ÿ’ฐ": [ - "money_bag", - "dollar", - "payment", - "coins", - "sale" - ], - "๐Ÿ’ด": [ - "yen_banknote", - "money", - "sales", - "japanese", - "dollar", - "currency" - ], - "๐Ÿ’ต": [ - "dollar_banknote", - "money", - "sales", - "bill", - "currency" - ], - "๐Ÿ’ถ": [ - "euro_banknote", - "money", - "sales", - "dollar", - "currency" - ], - "๐Ÿ’ท": [ - "pound_banknote", - "british", - "sterling", - "money", - "sales", - "bills", - "uk", - "england", - "currency" - ], - "๐Ÿ’ธ": [ - "money_with_wings", - "dollar", - "bills", - "payment", - "sale" - ], - "๐Ÿ’ณ": [ - "credit_card", - "money", - "sales", - "dollar", - "bill", - "payment", - "shopping" - ], - "๐Ÿงพ": [ - "receipt", - "accounting", - "expenses" - ], - "๐Ÿ’น": [ - "chart_increasing_with_yen", - "green-square", - "graph", - "presentation", - "stats" - ], - "๐Ÿ’ฑ": [ - "currency_exchange", - "money", - "sales", - "dollar", - "travel" - ], - "๐Ÿ’ฒ": [ - "heavy_dollar_sign", - "money", - "sales", - "payment", - "currency", - "buck" - ], - "โœ‰๏ธ": [ - "envelope", - "letter", - "postal", - "inbox", - "communication" - ], - "๐Ÿ“ง": [ - "e_mail", - "communication", - "inbox" - ], - "๐Ÿ“จ": [ - "incoming_envelope", - "email", - "inbox" - ], - "๐Ÿ“ฉ": [ - "envelope_with_arrow", - "email", - "communication" - ], - "๐Ÿ“ค": [ - "outbox_tray", - "inbox", - "email" - ], - "๐Ÿ“ฅ": [ - "inbox_tray", - "email", - "documents" - ], - "๐Ÿ“ฆ": [ - "package", - "mail", - "gift", - "cardboard", - "box", - "moving" - ], - "๐Ÿ“ซ": [ - "closed_mailbox_with_raised_flag", - "email", - "inbox", - "communication" - ], - "๐Ÿ“ช": [ - "closed_mailbox_with_lowered_flag", - "email", - "communication", - "inbox" - ], - "๐Ÿ“ฌ": [ - "open_mailbox_with_raised_flag", - "email", - "inbox", - "communication" - ], - "๐Ÿ“ญ": [ - "open_mailbox_with_lowered_flag", - "email", - "inbox" - ], - "๐Ÿ“ฎ": [ - "postbox", - "email", - "letter", - "envelope" - ], - "๐Ÿ—ณ๏ธ": [ - "ballot_box_with_ballot", - "election", - "vote" - ], - "โœ๏ธ": [ - "pencil", - "stationery", - "write", - "paper", - "writing", - "school", - "study" - ], - "โœ’๏ธ": [ - "black_nib", - "pen", - "stationery", - "writing", - "write" - ], - "๐Ÿ–‹๏ธ": [ - "fountain_pen", - "stationery", - "writing", - "write" - ], - "๐Ÿ–Š๏ธ": [ - "pen", - "stationery", - "writing", - "write" - ], - "๐Ÿ–Œ๏ธ": [ - "paintbrush", - "drawing", - "creativity", - "art" - ], - "๐Ÿ–๏ธ": [ - "crayon", - "drawing", - "creativity" - ], - "๐Ÿ“": [ - "memo", - "write", - "documents", - "stationery", - "pencil", - "paper", - "writing", - "legal", - "exam", - "quiz", - "test", - "study", - "compose" - ], - "๐Ÿ’ผ": [ - "briefcase", - "business", - "documents", - "work", - "law", - "legal", - "job", - "career" - ], - "๐Ÿ“": [ - "file_folder", - "documents", - "business", - "office" - ], - "๐Ÿ“‚": [ - "open_file_folder", - "documents", - "load" - ], - "๐Ÿ—‚๏ธ": [ - "card_index_dividers", - "organizing", - "business", - "stationery" - ], - "๐Ÿ“…": [ - "calendar", - "calendar", - "schedule" - ], - "๐Ÿ“†": [ - "tear_off_calendar", - "schedule", - "date", - "planning" - ], - "๐Ÿ—’๏ธ": [ - "spiral_notepad", - "memo", - "stationery" - ], - "๐Ÿ—“๏ธ": [ - "spiral_calendar", - "date", - "schedule", - "planning" - ], - "๐Ÿ“‡": [ - "card_index", - "business", - "stationery" - ], - "๐Ÿ“ˆ": [ - "chart_increasing", - "graph", - "presentation", - "stats", - "recovery", - "business", - "economics", - "money", - "sales", - "good", - "success" - ], - "๐Ÿ“‰": [ - "chart_decreasing", - "graph", - "presentation", - "stats", - "recession", - "business", - "economics", - "money", - "sales", - "bad", - "failure" - ], - "๐Ÿ“Š": [ - "bar_chart", - "graph", - "presentation", - "stats" - ], - "๐Ÿ“‹": [ - "clipboard", - "stationery", - "documents" - ], - "๐Ÿ“Œ": [ - "pushpin", - "stationery", - "mark", - "here" - ], - "๐Ÿ“": [ - "round_pushpin", - "stationery", - "location", - "map", - "here" - ], - "๐Ÿ“Ž": [ - "paperclip", - "documents", - "stationery" - ], - "๐Ÿ–‡๏ธ": [ - "linked_paperclips", - "documents", - "stationery" - ], - "๐Ÿ“": [ - "straight_ruler", - "stationery", - "calculate", - "length", - "math", - "school", - "drawing", - "architect", - "sketch" - ], - "๐Ÿ“": [ - "triangular_ruler", - "stationery", - "math", - "architect", - "sketch" - ], - "โœ‚๏ธ": [ - "scissors", - "stationery", - "cut" - ], - "๐Ÿ—ƒ๏ธ": [ - "card_file_box", - "business", - "stationery" - ], - "๐Ÿ—„๏ธ": [ - "file_cabinet", - "filing", - "organizing" - ], - "๐Ÿ—‘๏ธ": [ - "wastebasket", - "bin", - "trash", - "rubbish", - "garbage", - "toss" - ], - "๐Ÿ”’": [ - "locked", - "security", - "password", - "padlock" - ], - "๐Ÿ”“": [ - "unlocked", - "privacy", - "security" - ], - "๐Ÿ”": [ - "locked_with_pen", - "security", - "secret" - ], - "๐Ÿ”": [ - "locked_with_key", - "security", - "privacy" - ], - "๐Ÿ”‘": [ - "key", - "lock", - "door", - "password" - ], - "๐Ÿ—๏ธ": [ - "old_key", - "lock", - "door", - "password" - ], - "๐Ÿ”จ": [ - "hammer", - "tools", - "build", - "create" - ], - "๐Ÿช“": [ - "axe" - ], - "โ›๏ธ": [ - "pick", - "tools", - "dig" - ], - "โš’๏ธ": [ - "hammer_and_pick", - "tools", - "build", - "create" - ], - "๐Ÿ› ๏ธ": [ - "hammer_and_wrench", - "tools", - "build", - "create" - ], - "๐Ÿ—ก๏ธ": [ - "dagger", - "weapon" - ], - "โš”๏ธ": [ - "crossed_swords", - "weapon" - ], - "๐Ÿ”ซ": [ - "pistol", - "violence", - "weapon", - "pistol", - "revolver" - ], - "๐Ÿน": [ - "bow_and_arrow", - "sports" - ], - "๐Ÿ›ก๏ธ": [ - "shield", - "protection", - "security" - ], - "๐Ÿ”ง": [ - "wrench", - "tools", - "diy", - "ikea", - "fix", - "maintainer" - ], - "๐Ÿ”ฉ": [ - "nut_and_bolt", - "handy", - "tools", - "fix" - ], - "โš™๏ธ": [ - "gear", - "cog" - ], - "๐Ÿ—œ๏ธ": [ - "clamp", - "tool" - ], - "โš–๏ธ": [ - "balance_scale", - "law", - "fairness", - "weight" - ], - "๐Ÿฆฏ": [ - "probing_cane" - ], - "๐Ÿ”—": [ - "link", - "rings", - "url" - ], - "โ›“๏ธ": [ - "chains", - "lock", - "arrest" - ], - "๐Ÿงฐ": [ - "toolbox", - "tools", - "diy", - "fix", - "maintainer", - "mechanic" - ], - "๐Ÿงฒ": [ - "magnet", - "attraction", - "magnetic" - ], - "โš—๏ธ": [ - "alembic", - "distilling", - "science", - "experiment", - "chemistry" - ], - "๐Ÿงช": [ - "test_tube", - "chemistry", - "experiment", - "lab", - "science" - ], - "๐Ÿงซ": [ - "petri_dish", - "bacteria", - "biology", - "culture", - "lab" - ], - "๐Ÿงฌ": [ - "dna", - "biologist", - "genetics", - "life" - ], - "๐Ÿ”ฌ": [ - "microscope", - "laboratory", - "experiment", - "zoomin", - "science", - "study" - ], - "๐Ÿ”ญ": [ - "telescope", - "stars", - "space", - "zoom", - "science", - "astronomy" - ], - "๐Ÿ“ก": [ - "satellite_antenna", - "communication", - "future", - "radio", - "space" - ], - "๐Ÿ’‰": [ - "syringe", - "health", - "hospital", - "drugs", - "blood", - "medicine", - "needle", - "doctor", - "nurse" - ], - "๐Ÿฉธ": [ - "drop_of_blood" - ], - "๐Ÿ’Š": [ - "pill", - "health", - "medicine", - "doctor", - "pharmacy", - "drug" - ], - "๐Ÿฉน": [ - "adhesive_bandage" - ], - "๐Ÿฉบ": [ - "stethoscope" - ], - "๐Ÿšช": [ - "door", - "house", - "entry", - "exit" - ], - "๐Ÿ›๏ธ": [ - "bed", - "sleep", - "rest" - ], - "๐Ÿ›‹๏ธ": [ - "couch_and_lamp", - "read", - "chill" - ], - "๐Ÿช‘": [ - "chair" - ], - "๐Ÿšฝ": [ - "toilet", - "restroom", - "wc", - "washroom", - "bathroom", - "potty" - ], - "๐Ÿšฟ": [ - "shower", - "clean", - "water", - "bathroom" - ], - "๐Ÿ›": [ - "bathtub", - "clean", - "shower", - "bathroom" - ], - "๐Ÿช’": [ - "razor" - ], - "๐Ÿงด": [ - "lotion_bottle", - "moisturizer", - "sunscreen" - ], - "๐Ÿงท": [ - "safety_pin", - "diaper" - ], - "๐Ÿงน": [ - "broom", - "cleaning", - "sweeping", - "witch" - ], - "๐Ÿงบ": [ - "basket", - "laundry" - ], - "๐Ÿงป": [ - "roll_of_paper", - "roll" - ], - "๐Ÿงผ": [ - "soap", - "bar", - "bathing", - "cleaning", - "lather" - ], - "๐Ÿงฝ": [ - "sponge", - "absorbing", - "cleaning", - "porous" - ], - "๐Ÿงฏ": [ - "fire_extinguisher", - "quench" - ], - "๐Ÿ›’": [ - "shopping_cart", - "trolley" - ], - "๐Ÿšฌ": [ - "cigarette", - "kills", - "tobacco", - "cigarette", - "joint", - "smoke" - ], - "โšฐ๏ธ": [ - "coffin", - "vampire", - "dead", - "die", - "death", - "rip", - "graveyard", - "cemetery", - "casket", - "funeral", - "box" - ], - "โšฑ๏ธ": [ - "funeral_urn", - "dead", - "die", - "death", - "rip", - "ashes" - ], - "๐Ÿ—ฟ": [ - "moai", - "rock", - "easter island", - "moai" - ], - "๐Ÿง": [ - "atm_sign", - "money", - "sales", - "cash", - "blue-square", - "payment", - "bank" - ], - "๐Ÿšฎ": [ - "litter_in_bin_sign", - "blue-square", - "sign", - "human", - "info" - ], - "๐Ÿšฐ": [ - "potable_water", - "blue-square", - "liquid", - "restroom", - "cleaning", - "faucet" - ], - "โ™ฟ": [ - "wheelchair_symbol", - "blue-square", - "disabled", - "a11y", - "accessibility" - ], - "๐Ÿšน": [ - "men_s_room", - "toilet", - "restroom", - "wc", - "blue-square", - "gender", - "male" - ], - "๐Ÿšบ": [ - "women_s_room", - "purple-square", - "woman", - "female", - "toilet", - "loo", - "restroom", - "gender" - ], - "๐Ÿšป": [ - "restroom", - "blue-square", - "toilet", - "refresh", - "wc", - "gender" - ], - "๐Ÿšผ": [ - "baby_symbol", - "orange-square", - "child" - ], - "๐Ÿšพ": [ - "water_closet", - "toilet", - "restroom", - "blue-square" - ], - "๐Ÿ›‚": [ - "passport_control", - "custom", - "blue-square" - ], - "๐Ÿ›ƒ": [ - "customs", - "passport", - "border", - "blue-square" - ], - "๐Ÿ›„": [ - "baggage_claim", - "blue-square", - "airport", - "transport" - ], - "๐Ÿ›…": [ - "left_luggage", - "blue-square", - "travel" - ], - "โš ๏ธ": [ - "warning", - "exclamation", - "wip", - "alert", - "error", - "problem", - "issue" - ], - "๐Ÿšธ": [ - "children_crossing", - "school", - "warning", - "danger", - "sign", - "driving", - "yellow-diamond" - ], - "โ›”": [ - "no_entry", - "limit", - "security", - "privacy", - "bad", - "denied", - "stop", - "circle" - ], - "๐Ÿšซ": [ - "prohibited", - "forbid", - "stop", - "limit", - "denied", - "disallow", - "circle" - ], - "๐Ÿšณ": [ - "no_bicycles", - "cyclist", - "prohibited", - "circle" - ], - "๐Ÿšญ": [ - "no_smoking", - "cigarette", - "blue-square", - "smell", - "smoke" - ], - "๐Ÿšฏ": [ - "no_littering", - "trash", - "bin", - "garbage", - "circle" - ], - "๐Ÿšฑ": [ - "non_potable_water", - "drink", - "faucet", - "tap", - "circle" - ], - "๐Ÿšท": [ - "no_pedestrians", - "rules", - "crossing", - "walking", - "circle" - ], - "๐Ÿ“ต": [ - "no_mobile_phones", - "iphone", - "mute", - "circle" - ], - "๐Ÿ”ž": [ - "no_one_under_eighteen", - "18", - "drink", - "pub", - "night", - "minor", - "circle" - ], - "โ˜ข๏ธ": [ - "radioactive", - "nuclear", - "danger" - ], - "โ˜ฃ๏ธ": [ - "biohazard", - "danger" - ], - "โฌ†๏ธ": [ - "up_arrow", - "blue-square", - "continue", - "top", - "direction" - ], - "โ†—๏ธ": [ - "up_right_arrow", - "blue-square", - "point", - "direction", - "diagonal", - "northeast" - ], - "โžก๏ธ": [ - "right_arrow", - "blue-square", - "next" - ], - "โ†˜๏ธ": [ - "down_right_arrow", - "blue-square", - "direction", - "diagonal", - "southeast" - ], - "โฌ‡๏ธ": [ - "down_arrow", - "blue-square", - "direction", - "bottom" - ], - "โ†™๏ธ": [ - "down_left_arrow", - "blue-square", - "direction", - "diagonal", - "southwest" - ], - "โฌ…๏ธ": [ - "left_arrow", - "blue-square", - "previous", - "back" - ], - "โ†–๏ธ": [ - "up_left_arrow", - "blue-square", - "point", - "direction", - "diagonal", - "northwest" - ], - "โ†•๏ธ": [ - "up_down_arrow", - "blue-square", - "direction", - "way", - "vertical" - ], - "โ†”๏ธ": [ - "left_right_arrow", - "shape", - "direction", - "horizontal", - "sideways" - ], - "โ†ฉ๏ธ": [ - "right_arrow_curving_left", - "back", - "return", - "blue-square", - "undo", - "enter" - ], - "โ†ช๏ธ": [ - "left_arrow_curving_right", - "blue-square", - "return", - "rotate", - "direction" - ], - "โคด๏ธ": [ - "right_arrow_curving_up", - "blue-square", - "direction", - "top" - ], - "โคต๏ธ": [ - "right_arrow_curving_down", - "blue-square", - "direction", - "bottom" - ], - "๐Ÿ”ƒ": [ - "clockwise_vertical_arrows", - "sync", - "cycle", - "round", - "repeat" - ], - "๐Ÿ”„": [ - "counterclockwise_arrows_button", - "blue-square", - "sync", - "cycle" - ], - "๐Ÿ”™": [ - "back_arrow", - "arrow", - "words", - "return" - ], - "๐Ÿ”š": [ - "end_arrow", - "words", - "arrow" - ], - "๐Ÿ”›": [ - "on_arrow", - "arrow", - "words" - ], - "๐Ÿ”œ": [ - "soon_arrow", - "arrow", - "words" - ], - "๐Ÿ”": [ - "top_arrow", - "words", - "blue-square" - ], - "๐Ÿ›": [ - "place_of_worship", - "religion", - "church", - "temple", - "prayer" - ], - "โš›๏ธ": [ - "atom_symbol", - "science", - "physics", - "chemistry" - ], - "๐Ÿ•‰๏ธ": [ - "om", - "hinduism", - "buddhism", - "sikhism", - "jainism" - ], - "โœก๏ธ": [ - "star_of_david", - "judaism" - ], - "โ˜ธ๏ธ": [ - "wheel_of_dharma", - "hinduism", - "buddhism", - "sikhism", - "jainism" - ], - "โ˜ฏ๏ธ": [ - "yin_yang", - "balance" - ], - "โœ๏ธ": [ - "latin_cross", - "christianity" - ], - "โ˜ฆ๏ธ": [ - "orthodox_cross", - "suppedaneum", - "religion" - ], - "โ˜ช๏ธ": [ - "star_and_crescent", - "islam" - ], - "โ˜ฎ๏ธ": [ - "peace_symbol", - "hippie" - ], - "๐Ÿ•Ž": [ - "menorah", - "hanukkah", - "candles", - "jewish" - ], - "๐Ÿ”ฏ": [ - "dotted_six_pointed_star", - "purple-square", - "religion", - "jewish", - "hexagram" - ], - "โ™ˆ": [ - "aries", - "sign", - "purple-square", - "zodiac", - "astrology" - ], - "โ™‰": [ - "taurus", - "purple-square", - "sign", - "zodiac", - "astrology" - ], - "โ™Š": [ - "gemini", - "sign", - "zodiac", - "purple-square", - "astrology" - ], - "โ™‹": [ - "cancer", - "sign", - "zodiac", - "purple-square", - "astrology" - ], - "โ™Œ": [ - "leo", - "sign", - "purple-square", - "zodiac", - "astrology" - ], - "โ™": [ - "virgo", - "sign", - "zodiac", - "purple-square", - "astrology" - ], - "โ™Ž": [ - "libra", - "sign", - "purple-square", - "zodiac", - "astrology" - ], - "โ™": [ - "scorpio", - "sign", - "zodiac", - "purple-square", - "astrology", - "scorpio" - ], - "โ™": [ - "sagittarius", - "sign", - "zodiac", - "purple-square", - "astrology" - ], - "โ™‘": [ - "capricorn", - "sign", - "zodiac", - "purple-square", - "astrology" - ], - "โ™’": [ - "aquarius", - "sign", - "purple-square", - "zodiac", - "astrology" - ], - "โ™“": [ - "pisces", - "purple-square", - "sign", - "zodiac", - "astrology" - ], - "โ›Ž": [ - "ophiuchus", - "sign", - "purple-square", - "constellation", - "astrology" - ], - "๐Ÿ”€": [ - "shuffle_tracks_button", - "blue-square", - "shuffle", - "music", - "random" - ], - "๐Ÿ”": [ - "repeat_button", - "loop", - "record" - ], - "๐Ÿ”‚": [ - "repeat_single_button", - "blue-square", - "loop" - ], - "โ–ถ๏ธ": [ - "play_button", - "blue-square", - "right", - "direction", - "play" - ], - "โฉ": [ - "fast_forward_button", - "blue-square", - "play", - "speed", - "continue" - ], - "โญ๏ธ": [ - "next_track_button", - "forward", - "next", - "blue-square" - ], - "โฏ๏ธ": [ - "play_or_pause_button", - "blue-square", - "play", - "pause" - ], - "โ—€๏ธ": [ - "reverse_button", - "blue-square", - "left", - "direction" - ], - "โช": [ - "fast_reverse_button", - "play", - "blue-square" - ], - "โฎ๏ธ": [ - "last_track_button", - "backward" - ], - "๐Ÿ”ผ": [ - "upwards_button", - "blue-square", - "triangle", - "direction", - "point", - "forward", - "top" - ], - "โซ": [ - "fast_up_button", - "blue-square", - "direction", - "top" - ], - "๐Ÿ”ฝ": [ - "downwards_button", - "blue-square", - "direction", - "bottom" - ], - "โฌ": [ - "fast_down_button", - "blue-square", - "direction", - "bottom" - ], - "โธ๏ธ": [ - "pause_button", - "pause", - "blue-square" - ], - "โน๏ธ": [ - "stop_button", - "blue-square" - ], - "โบ๏ธ": [ - "record_button", - "blue-square" - ], - "โ๏ธ": [ - "eject_button", - "blue-square" - ], - "๐ŸŽฆ": [ - "cinema", - "blue-square", - "record", - "film", - "movie", - "curtain", - "stage", - "theater" - ], - "๐Ÿ”…": [ - "dim_button", - "sun", - "afternoon", - "warm", - "summer" - ], - "๐Ÿ”†": [ - "bright_button", - "sun", - "light" - ], - "๐Ÿ“ถ": [ - "antenna_bars", - "blue-square", - "reception", - "phone", - "internet", - "connection", - "wifi", - "bluetooth", - "bars" - ], - "๐Ÿ“ณ": [ - "vibration_mode", - "orange-square", - "phone" - ], - "๐Ÿ“ด": [ - "mobile_phone_off", - "mute", - "orange-square", - "silence", - "quiet" - ], - "โ™€๏ธ": [ - "female_sign" - ], - "โ™‚๏ธ": [ - "male_sign" - ], - "โš•๏ธ": [ - "medical_symbol" - ], - "โ™พ๏ธ": [ - "infinity", - "forever" - ], - "โ™ป๏ธ": [ - "recycling_symbol", - "arrow", - "environment", - "garbage", - "trash" - ], - "โšœ๏ธ": [ - "fleur_de_lis", - "decorative", - "scout" - ], - "๐Ÿ”ฑ": [ - "trident_emblem", - "weapon", - "spear" - ], - "๐Ÿ“›": [ - "name_badge", - "fire", - "forbid" - ], - "๐Ÿ”ฐ": [ - "japanese_symbol_for_beginner", - "badge", - "shield" - ], - "โญ•": [ - "hollow_red_circle", - "circle", - "round" - ], - "โœ…": [ - "check_mark_button", - "green-square", - "ok", - "agree", - "vote", - "election", - "answer", - "tick" - ], - "โ˜‘๏ธ": [ - "check_box_with_check", - "ok", - "agree", - "confirm", - "black-square", - "vote", - "election", - "yes", - "tick" - ], - "โœ”๏ธ": [ - "check_mark", - "ok", - "nike", - "answer", - "yes", - "tick" - ], - "โœ–๏ธ": [ - "multiplication_sign", - "math", - "calculation" - ], - "โŒ": [ - "cross_mark", - "no", - "delete", - "remove", - "cancel", - "red" - ], - "โŽ": [ - "cross_mark_button", - "x", - "green-square", - "no", - "deny" - ], - "โž•": [ - "plus_sign", - "math", - "calculation", - "addition", - "more", - "increase" - ], - "โž–": [ - "minus_sign", - "math", - "calculation", - "subtract", - "less" - ], - "โž—": [ - "division_sign", - "divide", - "math", - "calculation" - ], - "โžฐ": [ - "curly_loop", - "scribble", - "draw", - "shape", - "squiggle" - ], - "โžฟ": [ - "double_curly_loop", - "tape", - "cassette" - ], - "ใ€ฝ๏ธ": [ - "part_alternation_mark", - "graph", - "presentation", - "stats", - "business", - "economics", - "bad" - ], - "โœณ๏ธ": [ - "eight_spoked_asterisk", - "star", - "sparkle", - "green-square" - ], - "โœด๏ธ": [ - "eight_pointed_star", - "orange-square", - "shape", - "polygon" - ], - "โ‡๏ธ": [ - "sparkle", - "stars", - "green-square", - "awesome", - "good", - "fireworks" - ], - "โ€ผ๏ธ": [ - "double_exclamation_mark", - "exclamation", - "surprise" - ], - "โ‰๏ธ": [ - "exclamation_question_mark", - "wat", - "punctuation", - "surprise" - ], - "โ“": [ - "question_mark", - "doubt", - "confused" - ], - "โ”": [ - "white_question_mark", - "doubts", - "gray", - "huh", - "confused" - ], - "โ•": [ - "white_exclamation_mark", - "surprise", - "punctuation", - "gray", - "wow", - "warning" - ], - "โ—": [ - "exclamation_mark", - "heavy_exclamation_mark", - "danger", - "surprise", - "punctuation", - "wow", - "warning" - ], - "ใ€ฐ๏ธ": [ - "wavy_dash", - "draw", - "line", - "moustache", - "mustache", - "squiggle", - "scribble" - ], - "ยฉ๏ธ": [ - "copyright", - "ip", - "license", - "circle", - "law", - "legal" - ], - "ยฎ๏ธ": [ - "registered", - "alphabet", - "circle" - ], - "โ„ข๏ธ": [ - "trade_mark", - "trademark", - "brand", - "law", - "legal" - ], - "#๏ธโƒฃ": [ - "keycap_", - "symbol", - "blue-square", - "twitter" - ], - "*๏ธโƒฃ": [ - "keycap_", - "star", - "keycap" - ], - "0๏ธโƒฃ": [ - "keycap_0", - "0", - "numbers", - "blue-square", - "null" - ], - "1๏ธโƒฃ": [ - "keycap_1", - "blue-square", - "numbers", - "1" - ], - "2๏ธโƒฃ": [ - "keycap_2", - "numbers", - "2", - "prime", - "blue-square" - ], - "3๏ธโƒฃ": [ - "keycap_3", - "3", - "numbers", - "prime", - "blue-square" - ], - "4๏ธโƒฃ": [ - "keycap_4", - "4", - "numbers", - "blue-square" - ], - "5๏ธโƒฃ": [ - "keycap_5", - "5", - "numbers", - "blue-square", - "prime" - ], - "6๏ธโƒฃ": [ - "keycap_6", - "6", - "numbers", - "blue-square" - ], - "7๏ธโƒฃ": [ - "keycap_7", - "7", - "numbers", - "blue-square", - "prime" - ], - "8๏ธโƒฃ": [ - "keycap_8", - "8", - "blue-square", - "numbers" - ], - "9๏ธโƒฃ": [ - "keycap_9", - "blue-square", - "numbers", - "9" - ], - "๐Ÿ”Ÿ": [ - "keycap_10", - "numbers", - "10", - "blue-square" - ], - "๐Ÿ” ": [ - "input_latin_uppercase", - "alphabet", - "words", - "blue-square" - ], - "๐Ÿ”ก": [ - "input_latin_lowercase", - "blue-square", - "alphabet" - ], - "๐Ÿ”ข": [ - "input_numbers", - "numbers", - "blue-square" - ], - "๐Ÿ”ฃ": [ - "input_symbols", - "blue-square", - "music", - "note", - "ampersand", - "percent", - "glyphs", - "characters" - ], - "๐Ÿ”ค": [ - "input_latin_letters", - "blue-square", - "alphabet" - ], - "๐Ÿ…ฐ๏ธ": [ - "a_button", - "red-square", - "alphabet", - "letter" - ], - "๐Ÿ†Ž": [ - "ab_button", - "red-square", - "alphabet" - ], - "๐Ÿ…ฑ๏ธ": [ - "b_button", - "red-square", - "alphabet", - "letter" - ], - "๐Ÿ†‘": [ - "cl_button", - "alphabet", - "words", - "red-square" - ], - "๐Ÿ†’": [ - "cool_button", - "words", - "blue-square" - ], - "๐Ÿ†“": [ - "free_button", - "blue-square", - "words" - ], - "โ„น๏ธ": [ - "information", - "blue-square", - "alphabet", - "letter" - ], - "๐Ÿ†”": [ - "id_button", - "purple-square", - "words" - ], - "โ“‚๏ธ": [ - "circled_m", - "alphabet", - "blue-circle", - "letter" - ], - "๐Ÿ†•": [ - "new_button", - "blue-square", - "words", - "start" - ], - "๐Ÿ†–": [ - "ng_button", - "blue-square", - "words", - "shape", - "icon" - ], - "๐Ÿ…พ๏ธ": [ - "o_button", - "alphabet", - "red-square", - "letter" - ], - "๐Ÿ†—": [ - "ok_button", - "good", - "agree", - "yes", - "blue-square" - ], - "๐Ÿ…ฟ๏ธ": [ - "p_button", - "cars", - "blue-square", - "alphabet", - "letter" - ], - "๐Ÿ†˜": [ - "sos_button", - "help", - "red-square", - "words", - "emergency", - "911" - ], - "๐Ÿ†™": [ - "up_button", - "blue-square", - "above", - "high" - ], - "๐Ÿ†š": [ - "vs_button", - "words", - "orange-square" - ], - "๐Ÿˆ": [ - "japanese_here_button", - "blue-square", - "here", - "katakana", - "japanese", - "destination" - ], - "๐Ÿˆ‚๏ธ": [ - "japanese_service_charge_button", - "japanese", - "blue-square", - "katakana" - ], - "๐Ÿˆท๏ธ": [ - "japanese_monthly_amount_button", - "chinese", - "month", - "moon", - "japanese", - "orange-square", - "kanji" - ], - "๐Ÿˆถ": [ - "japanese_not_free_of_charge_button", - "orange-square", - "chinese", - "have", - "kanji" - ], - "๐Ÿˆฏ": [ - "japanese_reserved_button", - "chinese", - "point", - "green-square", - "kanji" - ], - "๐Ÿ‰": [ - "japanese_bargain_button", - "chinese", - "kanji", - "obtain", - "get", - "circle" - ], - "๐Ÿˆน": [ - "japanese_discount_button", - "cut", - "divide", - "chinese", - "kanji", - "pink-square" - ], - "๐Ÿˆš": [ - "japanese_free_of_charge_button", - "nothing", - "chinese", - "kanji", - "japanese", - "orange-square" - ], - "๐Ÿˆฒ": [ - "japanese_prohibited_button", - "kanji", - "japanese", - "chinese", - "forbidden", - "limit", - "restricted", - "red-square" - ], - "๐Ÿ‰‘": [ - "japanese_acceptable_button", - "ok", - "good", - "chinese", - "kanji", - "agree", - "yes", - "orange-circle" - ], - "๐Ÿˆธ": [ - "japanese_application_button", - "chinese", - "japanese", - "kanji", - "orange-square" - ], - "๐Ÿˆด": [ - "japanese_passing_grade_button", - "japanese", - "chinese", - "join", - "kanji", - "red-square" - ], - "๐Ÿˆณ": [ - "japanese_vacancy_button", - "kanji", - "japanese", - "chinese", - "empty", - "sky", - "blue-square" - ], - "ใŠ—๏ธ": [ - "japanese_congratulations_button", - "chinese", - "kanji", - "japanese", - "red-circle" - ], - "ใŠ™๏ธ": [ - "japanese_secret_button", - "privacy", - "chinese", - "sshh", - "kanji", - "red-circle" - ], - "๐Ÿˆบ": [ - "japanese_open_for_business_button", - "japanese", - "opening hours", - "orange-square" - ], - "๐Ÿˆต": [ - "japanese_no_vacancy_button", - "full", - "chinese", - "japanese", - "red-square", - "kanji" - ], - "๐Ÿ”ด": [ - "red_circle", - "shape", - "error", - "danger" - ], - "๐ŸŸ ": [ - "orange_circle" - ], - "๐ŸŸก": [ - "yellow_circle" - ], - "๐ŸŸข": [ - "green_circle" - ], - "๐Ÿ”ต": [ - "blue_circle", - "shape", - "icon", - "button" - ], - "๐ŸŸฃ": [ - "purple_circle" - ], - "๐ŸŸค": [ - "brown_circle" - ], - "โšซ": [ - "black_circle", - "shape", - "button", - "round" - ], - "โšช": [ - "white_circle", - "shape", - "round" - ], - "๐ŸŸฅ": [ - "red_square" - ], - "๐ŸŸง": [ - "orange_square" - ], - "๐ŸŸจ": [ - "yellow_square" - ], - "๐ŸŸฉ": [ - "green_square" - ], - "๐ŸŸฆ": [ - "blue_square" - ], - "๐ŸŸช": [ - "purple_square" - ], - "๐ŸŸซ": [ - "brown_square" - ], - "โฌ›": [ - "black_large_square", - "shape", - "icon", - "button" - ], - "โฌœ": [ - "white_large_square", - "shape", - "icon", - "stone", - "button" - ], - "โ—ผ๏ธ": [ - "black_medium_square", - "shape", - "button", - "icon" - ], - "โ—ป๏ธ": [ - "white_medium_square", - "shape", - "stone", - "icon" - ], - "โ—พ": [ - "black_medium_small_square", - "icon", - "shape", - "button" - ], - "โ—ฝ": [ - "white_medium_small_square", - "shape", - "stone", - "icon", - "button" - ], - "โ–ช๏ธ": [ - "black_small_square", - "shape", - "icon" - ], - "โ–ซ๏ธ": [ - "white_small_square", - "shape", - "icon" - ], - "๐Ÿ”ถ": [ - "large_orange_diamond", - "shape", - "jewel", - "gem" - ], - "๐Ÿ”ท": [ - "large_blue_diamond", - "shape", - "jewel", - "gem" - ], - "๐Ÿ”ธ": [ - "small_orange_diamond", - "shape", - "jewel", - "gem" - ], - "๐Ÿ”น": [ - "small_blue_diamond", - "shape", - "jewel", - "gem" - ], - "๐Ÿ”บ": [ - "red_triangle_pointed_up", - "shape", - "direction", - "up", - "top" - ], - "๐Ÿ”ป": [ - "red_triangle_pointed_down", - "shape", - "direction", - "bottom" - ], - "๐Ÿ’ ": [ - "diamond_with_a_dot", - "jewel", - "blue", - "gem", - "crystal", - "fancy" - ], - "๐Ÿ”˜": [ - "radio_button", - "input", - "old", - "music", - "circle" - ], - "๐Ÿ”ณ": [ - "white_square_button", - "shape", - "input" - ], - "๐Ÿ”ฒ": [ - "black_square_button", - "shape", - "input", - "frame" - ], - "๐Ÿ": [ - "chequered_flag", - "contest", - "finishline", - "race", - "gokart" - ], - "๐Ÿšฉ": [ - "triangular_flag", - "mark", - "milestone", - "place" - ], - "๐ŸŽŒ": [ - "crossed_flags", - "japanese", - "nation", - "country", - "border" - ], - "๐Ÿด": [ - "black_flag", - "pirate" - ], - "๐Ÿณ๏ธ": [ - "white_flag", - "losing", - "loser", - "lost", - "surrender", - "give up", - "fail" - ], - "๐Ÿณ๏ธโ€๐ŸŒˆ": [ - "rainbow_flag", - "flag", - "rainbow", - "pride", - "gay", - "lgbt", - "glbt", - "queer", - "homosexual", - "lesbian", - "bisexual", - "transgender" - ], - "๐Ÿดโ€โ˜ ๏ธ": [ - "pirate_flag", - "skull", - "crossbones", - "flag", - "banner" - ], - "๐Ÿ‡ฆ๐Ÿ‡จ": [ - "flag_ascension_island" - ], - "๐Ÿ‡ฆ๐Ÿ‡ฉ": [ - "flag_andorra", - "ad", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฆ๐Ÿ‡ช": [ - "flag_united_arab_emirates", - "united", - "arab", - "emirates", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฆ๐Ÿ‡ซ": [ - "flag_afghanistan", - "af", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฆ๐Ÿ‡ฌ": [ - "flag_antigua_barbuda", - "antigua", - "barbuda", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฆ๐Ÿ‡ฎ": [ - "flag_anguilla", - "ai", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฆ๐Ÿ‡ฑ": [ - "flag_albania", - "al", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฆ๐Ÿ‡ฒ": [ - "flag_armenia", - "am", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฆ๐Ÿ‡ด": [ - "flag_angola", - "ao", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฆ๐Ÿ‡ถ": [ - "flag_antarctica", - "aq", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฆ๐Ÿ‡ท": [ - "flag_argentina", - "ar", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฆ๐Ÿ‡ธ": [ - "flag_american_samoa", - "american", - "ws", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฆ๐Ÿ‡น": [ - "flag_austria", - "at", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฆ๐Ÿ‡บ": [ - "flag_australia", - "au", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฆ๐Ÿ‡ผ": [ - "flag_aruba", - "aw", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฆ๐Ÿ‡ฝ": [ - "flag_land_islands", - "ร…land", - "islands", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฆ๐Ÿ‡ฟ": [ - "flag_azerbaijan", - "az", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ง๐Ÿ‡ฆ": [ - "flag_bosnia_herzegovina", - "bosnia", - "herzegovina", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ง๐Ÿ‡ง": [ - "flag_barbados", - "bb", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ง๐Ÿ‡ฉ": [ - "flag_bangladesh", - "bd", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ง๐Ÿ‡ช": [ - "flag_belgium", - "be", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ง๐Ÿ‡ซ": [ - "flag_burkina_faso", - "burkina", - "faso", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ง๐Ÿ‡ฌ": [ - "flag_bulgaria", - "bg", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ง๐Ÿ‡ญ": [ - "flag_bahrain", - "bh", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ง๐Ÿ‡ฎ": [ - "flag_burundi", - "bi", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ง๐Ÿ‡ฏ": [ - "flag_benin", - "bj", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ง๐Ÿ‡ฑ": [ - "flag_st_barth_lemy", - "saint", - "barthรฉlemy", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ง๐Ÿ‡ฒ": [ - "flag_bermuda", - "bm", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ง๐Ÿ‡ณ": [ - "flag_brunei", - "bn", - "darussalam", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ง๐Ÿ‡ด": [ - "flag_bolivia", - "bo", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ง๐Ÿ‡ถ": [ - "flag_caribbean_netherlands", - "bonaire", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ง๐Ÿ‡ท": [ - "flag_brazil", - "br", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ง๐Ÿ‡ธ": [ - "flag_bahamas", - "bs", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ง๐Ÿ‡น": [ - "flag_bhutan", - "bt", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ง๐Ÿ‡ป": [ - "flag_bouvet_island" - ], - "๐Ÿ‡ง๐Ÿ‡ผ": [ - "flag_botswana", - "bw", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ง๐Ÿ‡พ": [ - "flag_belarus", - "by", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ง๐Ÿ‡ฟ": [ - "flag_belize", - "bz", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡จ๐Ÿ‡ฆ": [ - "flag_canada", - "ca", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡จ๐Ÿ‡จ": [ - "flag_cocos_islands", - "cocos", - "keeling", - "islands", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡จ๐Ÿ‡ฉ": [ - "flag_congo_kinshasa", - "congo", - "democratic", - "republic", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡จ๐Ÿ‡ซ": [ - "flag_central_african_republic", - "central", - "african", - "republic", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡จ๐Ÿ‡ฌ": [ - "flag_congo_brazzaville", - "congo", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡จ๐Ÿ‡ญ": [ - "flag_switzerland", - "ch", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡จ๐Ÿ‡ฎ": [ - "flag_c_te_d_ivoire", - "ivory", - "coast", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡จ๐Ÿ‡ฐ": [ - "flag_cook_islands", - "cook", - "islands", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡จ๐Ÿ‡ฑ": [ - "flag_chile", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡จ๐Ÿ‡ฒ": [ - "flag_cameroon", - "cm", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡จ๐Ÿ‡ณ": [ - "flag_china", - "china", - "chinese", - "prc", - "flag", - "country", - "nation", - "banner" - ], - "๐Ÿ‡จ๐Ÿ‡ด": [ - "flag_colombia", - "co", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡จ๐Ÿ‡ต": [ - "flag_clipperton_island" - ], - "๐Ÿ‡จ๐Ÿ‡ท": [ - "flag_costa_rica", - "costa", - "rica", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡จ๐Ÿ‡บ": [ - "flag_cuba", - "cu", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡จ๐Ÿ‡ป": [ - "flag_cape_verde", - "cabo", - "verde", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡จ๐Ÿ‡ผ": [ - "flag_cura_ao", - "curaรงao", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡จ๐Ÿ‡ฝ": [ - "flag_christmas_island", - "christmas", - "island", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡จ๐Ÿ‡พ": [ - "flag_cyprus", - "cy", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡จ๐Ÿ‡ฟ": [ - "flag_czechia", - "cz", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฉ๐Ÿ‡ช": [ - "flag_germany", - "german", - "nation", - "flag", - "country", - "banner" - ], - "๐Ÿ‡ฉ๐Ÿ‡ฌ": [ - "flag_diego_garcia" - ], - "๐Ÿ‡ฉ๐Ÿ‡ฏ": [ - "flag_djibouti", - "dj", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฉ๐Ÿ‡ฐ": [ - "flag_denmark", - "dk", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฉ๐Ÿ‡ฒ": [ - "flag_dominica", - "dm", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฉ๐Ÿ‡ด": [ - "flag_dominican_republic", - "dominican", - "republic", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฉ๐Ÿ‡ฟ": [ - "flag_algeria", - "dz", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ช๐Ÿ‡ฆ": [ - "flag_ceuta_melilla" - ], - "๐Ÿ‡ช๐Ÿ‡จ": [ - "flag_ecuador", - "ec", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ช๐Ÿ‡ช": [ - "flag_estonia", - "ee", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ช๐Ÿ‡ฌ": [ - "flag_egypt", - "eg", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ช๐Ÿ‡ญ": [ - "flag_western_sahara", - "western", - "sahara", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ช๐Ÿ‡ท": [ - "flag_eritrea", - "er", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ช๐Ÿ‡ธ": [ - "flag_spain", - "spain", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ช๐Ÿ‡น": [ - "flag_ethiopia", - "et", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ช๐Ÿ‡บ": [ - "flag_european_union", - "european", - "union", - "flag", - "banner" - ], - "๐Ÿ‡ซ๐Ÿ‡ฎ": [ - "flag_finland", - "fi", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ซ๐Ÿ‡ฏ": [ - "flag_fiji", - "fj", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ซ๐Ÿ‡ฐ": [ - "flag_falkland_islands", - "falkland", - "islands", - "malvinas", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ซ๐Ÿ‡ฒ": [ - "flag_micronesia", - "micronesia,", - "federated", - "states", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ซ๐Ÿ‡ด": [ - "flag_faroe_islands", - "faroe", - "islands", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ซ๐Ÿ‡ท": [ - "flag_france", - "banner", - "flag", - "nation", - "france", - "french", - "country" - ], - "๐Ÿ‡ฌ๐Ÿ‡ฆ": [ - "flag_gabon", - "ga", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฌ๐Ÿ‡ง": [ - "flag_united_kingdom", - "united", - "kingdom", - "great", - "britain", - "northern", - "ireland", - "flag", - "nation", - "country", - "banner", - "british", - "UK", - "english", - "england", - "union jack" - ], - "๐Ÿ‡ฌ๐Ÿ‡ฉ": [ - "flag_grenada", - "gd", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฌ๐Ÿ‡ช": [ - "flag_georgia", - "ge", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฌ๐Ÿ‡ซ": [ - "flag_french_guiana", - "french", - "guiana", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฌ๐Ÿ‡ฌ": [ - "flag_guernsey", - "gg", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฌ๐Ÿ‡ญ": [ - "flag_ghana", - "gh", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฌ๐Ÿ‡ฎ": [ - "flag_gibraltar", - "gi", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฌ๐Ÿ‡ฑ": [ - "flag_greenland", - "gl", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฌ๐Ÿ‡ฒ": [ - "flag_gambia", - "gm", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฌ๐Ÿ‡ณ": [ - "flag_guinea", - "gn", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฌ๐Ÿ‡ต": [ - "flag_guadeloupe", - "gp", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฌ๐Ÿ‡ถ": [ - "flag_equatorial_guinea", - "equatorial", - "gn", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฌ๐Ÿ‡ท": [ - "flag_greece", - "gr", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฌ๐Ÿ‡ธ": [ - "flag_south_georgia_south_sandwich_islands", - "south", - "georgia", - "sandwich", - "islands", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฌ๐Ÿ‡น": [ - "flag_guatemala", - "gt", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฌ๐Ÿ‡บ": [ - "flag_guam", - "gu", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฌ๐Ÿ‡ผ": [ - "flag_guinea_bissau", - "gw", - "bissau", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฌ๐Ÿ‡พ": [ - "flag_guyana", - "gy", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ญ๐Ÿ‡ฐ": [ - "flag_hong_kong_sar_china", - "hong", - "kong", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ญ๐Ÿ‡ฒ": [ - "flag_heard_mcdonald_islands" - ], - "๐Ÿ‡ญ๐Ÿ‡ณ": [ - "flag_honduras", - "hn", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ญ๐Ÿ‡ท": [ - "flag_croatia", - "hr", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ญ๐Ÿ‡น": [ - "flag_haiti", - "ht", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ญ๐Ÿ‡บ": [ - "flag_hungary", - "hu", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฎ๐Ÿ‡จ": [ - "flag_canary_islands", - "canary", - "islands", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฎ๐Ÿ‡ฉ": [ - "flag_indonesia", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฎ๐Ÿ‡ช": [ - "flag_ireland", - "ie", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฎ๐Ÿ‡ฑ": [ - "flag_israel", - "il", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฎ๐Ÿ‡ฒ": [ - "flag_isle_of_man", - "isle", - "man", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฎ๐Ÿ‡ณ": [ - "flag_india", - "in", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฎ๐Ÿ‡ด": [ - "flag_british_indian_ocean_territory", - "british", - "indian", - "ocean", - "territory", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฎ๐Ÿ‡ถ": [ - "flag_iraq", - "iq", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฎ๐Ÿ‡ท": [ - "flag_iran", - "iran,", - "islamic", - "republic", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฎ๐Ÿ‡ธ": [ - "flag_iceland", - "is", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฎ๐Ÿ‡น": [ - "flag_italy", - "italy", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฏ๐Ÿ‡ช": [ - "flag_jersey", - "je", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฏ๐Ÿ‡ฒ": [ - "flag_jamaica", - "jm", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฏ๐Ÿ‡ด": [ - "flag_jordan", - "jo", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฏ๐Ÿ‡ต": [ - "flag_japan", - "japanese", - "nation", - "flag", - "country", - "banner" - ], - "๐Ÿ‡ฐ๐Ÿ‡ช": [ - "flag_kenya", - "ke", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฐ๐Ÿ‡ฌ": [ - "flag_kyrgyzstan", - "kg", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฐ๐Ÿ‡ญ": [ - "flag_cambodia", - "kh", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฐ๐Ÿ‡ฎ": [ - "flag_kiribati", - "ki", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฐ๐Ÿ‡ฒ": [ - "flag_comoros", - "km", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฐ๐Ÿ‡ณ": [ - "flag_st_kitts_nevis", - "saint", - "kitts", - "nevis", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฐ๐Ÿ‡ต": [ - "flag_north_korea", - "north", - "korea", - "nation", - "flag", - "country", - "banner" - ], - "๐Ÿ‡ฐ๐Ÿ‡ท": [ - "flag_south_korea", - "south", - "korea", - "nation", - "flag", - "country", - "banner" - ], - "๐Ÿ‡ฐ๐Ÿ‡ผ": [ - "flag_kuwait", - "kw", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฐ๐Ÿ‡พ": [ - "flag_cayman_islands", - "cayman", - "islands", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฐ๐Ÿ‡ฟ": [ - "flag_kazakhstan", - "kz", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฑ๐Ÿ‡ฆ": [ - "flag_laos", - "lao", - "democratic", - "republic", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฑ๐Ÿ‡ง": [ - "flag_lebanon", - "lb", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฑ๐Ÿ‡จ": [ - "flag_st_lucia", - "saint", - "lucia", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฑ๐Ÿ‡ฎ": [ - "flag_liechtenstein", - "li", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฑ๐Ÿ‡ฐ": [ - "flag_sri_lanka", - "sri", - "lanka", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฑ๐Ÿ‡ท": [ - "flag_liberia", - "lr", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฑ๐Ÿ‡ธ": [ - "flag_lesotho", - "ls", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฑ๐Ÿ‡น": [ - "flag_lithuania", - "lt", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฑ๐Ÿ‡บ": [ - "flag_luxembourg", - "lu", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฑ๐Ÿ‡ป": [ - "flag_latvia", - "lv", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฑ๐Ÿ‡พ": [ - "flag_libya", - "ly", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฒ๐Ÿ‡ฆ": [ - "flag_morocco", - "ma", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฒ๐Ÿ‡จ": [ - "flag_monaco", - "mc", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฒ๐Ÿ‡ฉ": [ - "flag_moldova", - "moldova,", - "republic", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฒ๐Ÿ‡ช": [ - "flag_montenegro", - "me", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฒ๐Ÿ‡ซ": [ - "flag_st_martin" - ], - "๐Ÿ‡ฒ๐Ÿ‡ฌ": [ - "flag_madagascar", - "mg", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฒ๐Ÿ‡ญ": [ - "flag_marshall_islands", - "marshall", - "islands", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฒ๐Ÿ‡ฐ": [ - "flag_north_macedonia", - "macedonia,", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฒ๐Ÿ‡ฑ": [ - "flag_mali", - "ml", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฒ๐Ÿ‡ฒ": [ - "flag_myanmar", - "mm", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฒ๐Ÿ‡ณ": [ - "flag_mongolia", - "mn", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฒ๐Ÿ‡ด": [ - "flag_macao_sar_china", - "macao", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฒ๐Ÿ‡ต": [ - "flag_northern_mariana_islands", - "northern", - "mariana", - "islands", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฒ๐Ÿ‡ถ": [ - "flag_martinique", - "mq", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฒ๐Ÿ‡ท": [ - "flag_mauritania", - "mr", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฒ๐Ÿ‡ธ": [ - "flag_montserrat", - "ms", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฒ๐Ÿ‡น": [ - "flag_malta", - "mt", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฒ๐Ÿ‡บ": [ - "flag_mauritius", - "mu", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฒ๐Ÿ‡ป": [ - "flag_maldives", - "mv", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฒ๐Ÿ‡ผ": [ - "flag_malawi", - "mw", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฒ๐Ÿ‡ฝ": [ - "flag_mexico", - "mx", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฒ๐Ÿ‡พ": [ - "flag_malaysia", - "my", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฒ๐Ÿ‡ฟ": [ - "flag_mozambique", - "mz", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ณ๐Ÿ‡ฆ": [ - "flag_namibia", - "na", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ณ๐Ÿ‡จ": [ - "flag_new_caledonia", - "new", - "caledonia", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ณ๐Ÿ‡ช": [ - "flag_niger", - "ne", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ณ๐Ÿ‡ซ": [ - "flag_norfolk_island", - "norfolk", - "island", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ณ๐Ÿ‡ฌ": [ - "flag_nigeria", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ณ๐Ÿ‡ฎ": [ - "flag_nicaragua", - "ni", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ณ๐Ÿ‡ฑ": [ - "flag_netherlands", - "nl", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ณ๐Ÿ‡ด": [ - "flag_norway", - "no", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ณ๐Ÿ‡ต": [ - "flag_nepal", - "np", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ณ๐Ÿ‡ท": [ - "flag_nauru", - "nr", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ณ๐Ÿ‡บ": [ - "flag_niue", - "nu", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ณ๐Ÿ‡ฟ": [ - "flag_new_zealand", - "new", - "zealand", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ด๐Ÿ‡ฒ": [ - "flag_oman", - "om_symbol", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ต๐Ÿ‡ฆ": [ - "flag_panama", - "pa", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ต๐Ÿ‡ช": [ - "flag_peru", - "pe", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ต๐Ÿ‡ซ": [ - "flag_french_polynesia", - "french", - "polynesia", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ต๐Ÿ‡ฌ": [ - "flag_papua_new_guinea", - "papua", - "new", - "guinea", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ต๐Ÿ‡ญ": [ - "flag_philippines", - "ph", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ต๐Ÿ‡ฐ": [ - "flag_pakistan", - "pk", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ต๐Ÿ‡ฑ": [ - "flag_poland", - "pl", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ต๐Ÿ‡ฒ": [ - "flag_st_pierre_miquelon", - "saint", - "pierre", - "miquelon", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ต๐Ÿ‡ณ": [ - "flag_pitcairn_islands", - "pitcairn", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ต๐Ÿ‡ท": [ - "flag_puerto_rico", - "puerto", - "rico", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ต๐Ÿ‡ธ": [ - "flag_palestinian_territories", - "palestine", - "palestinian", - "territories", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ต๐Ÿ‡น": [ - "flag_portugal", - "pt", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ต๐Ÿ‡ผ": [ - "flag_palau", - "pw", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ต๐Ÿ‡พ": [ - "flag_paraguay", - "py", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ถ๐Ÿ‡ฆ": [ - "flag_qatar", - "qa", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ท๐Ÿ‡ช": [ - "flag_r_union", - "rรฉunion", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ท๐Ÿ‡ด": [ - "flag_romania", - "ro", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ท๐Ÿ‡ธ": [ - "flag_serbia", - "rs", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ท๐Ÿ‡บ": [ - "flag_russia", - "russian", - "federation", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ท๐Ÿ‡ผ": [ - "flag_rwanda", - "rw", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ธ๐Ÿ‡ฆ": [ - "flag_saudi_arabia", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ธ๐Ÿ‡ง": [ - "flag_solomon_islands", - "solomon", - "islands", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ธ๐Ÿ‡จ": [ - "flag_seychelles", - "sc", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ธ๐Ÿ‡ฉ": [ - "flag_sudan", - "sd", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ธ๐Ÿ‡ช": [ - "flag_sweden", - "se", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ธ๐Ÿ‡ฌ": [ - "flag_singapore", - "sg", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ธ๐Ÿ‡ญ": [ - "flag_st_helena", - "saint", - "helena", - "ascension", - "tristan", - "cunha", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ธ๐Ÿ‡ฎ": [ - "flag_slovenia", - "si", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ธ๐Ÿ‡ฏ": [ - "flag_svalbard_jan_mayen" - ], - "๐Ÿ‡ธ๐Ÿ‡ฐ": [ - "flag_slovakia", - "sk", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ธ๐Ÿ‡ฑ": [ - "flag_sierra_leone", - "sierra", - "leone", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ธ๐Ÿ‡ฒ": [ - "flag_san_marino", - "san", - "marino", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ธ๐Ÿ‡ณ": [ - "flag_senegal", - "sn", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ธ๐Ÿ‡ด": [ - "flag_somalia", - "so", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ธ๐Ÿ‡ท": [ - "flag_suriname", - "sr", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ธ๐Ÿ‡ธ": [ - "flag_south_sudan", - "south", - "sd", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ธ๐Ÿ‡น": [ - "flag_s_o_tom_pr_ncipe", - "sao", - "tome", - "principe", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ธ๐Ÿ‡ป": [ - "flag_el_salvador", - "el", - "salvador", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ธ๐Ÿ‡ฝ": [ - "flag_sint_maarten", - "sint", - "maarten", - "dutch", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ธ๐Ÿ‡พ": [ - "flag_syria", - "syrian", - "arab", - "republic", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ธ๐Ÿ‡ฟ": [ - "flag_eswatini", - "sz", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡น๐Ÿ‡ฆ": [ - "flag_tristan_da_cunha" - ], - "๐Ÿ‡น๐Ÿ‡จ": [ - "flag_turks_caicos_islands", - "turks", - "caicos", - "islands", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡น๐Ÿ‡ฉ": [ - "flag_chad", - "td", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡น๐Ÿ‡ซ": [ - "flag_french_southern_territories", - "french", - "southern", - "territories", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡น๐Ÿ‡ฌ": [ - "flag_togo", - "tg", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡น๐Ÿ‡ญ": [ - "flag_thailand", - "th", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡น๐Ÿ‡ฏ": [ - "flag_tajikistan", - "tj", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡น๐Ÿ‡ฐ": [ - "flag_tokelau", - "tk", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡น๐Ÿ‡ฑ": [ - "flag_timor_leste", - "timor", - "leste", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡น๐Ÿ‡ฒ": [ - "flag_turkmenistan", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡น๐Ÿ‡ณ": [ - "flag_tunisia", - "tn", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡น๐Ÿ‡ด": [ - "flag_tonga", - "to", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡น๐Ÿ‡ท": [ - "flag_turkey", - "turkey", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡น๐Ÿ‡น": [ - "flag_trinidad_tobago", - "trinidad", - "tobago", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡น๐Ÿ‡ป": [ - "flag_tuvalu", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡น๐Ÿ‡ผ": [ - "flag_taiwan", - "tw", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡น๐Ÿ‡ฟ": [ - "flag_tanzania", - "tanzania,", - "united", - "republic", - "flag", - "nation", - "country", - "banner" + "๐Ÿงข": ["billed_cap", "cap", "baseball"], + "โ›‘๏ธ": ["rescue_worker_s_helmet", "construction", "build"], + "๐Ÿ“ฟ": ["prayer_beads", "dhikr", "religious"], + "๐Ÿ’„": ["lipstick", "female", "girl", "fashion", "woman"], + "๐Ÿ’": ["ring", "wedding", "propose", "marriage", "valentines", "diamond", "fashion", "jewelry", "gem", "engagement"], + "๐Ÿ’Ž": ["gem_stone", "blue", "ruby", "diamond", "jewelry"], + "๐Ÿ”‡": ["muted_speaker", "sound", "volume", "silence", "quiet"], + "๐Ÿ”ˆ": ["speaker_low_volume", "sound", "volume", "silence", "broadcast"], + "๐Ÿ”‰": ["speaker_medium_volume", "volume", "speaker", "broadcast"], + "๐Ÿ”Š": ["speaker_high_volume", "volume", "noise", "noisy", "speaker", "broadcast"], + "๐Ÿ“ข": ["loudspeaker", "volume", "sound"], + "๐Ÿ“ฃ": ["megaphone", "sound", "speaker", "volume"], + "๐Ÿ“ฏ": ["postal_horn", "instrument", "music"], + "๐Ÿ””": ["bell", "sound", "notification", "christmas", "xmas", "chime"], + "๐Ÿ”•": ["bell_with_slash", "sound", "volume", "mute", "quiet", "silent"], + "๐ŸŽผ": ["musical_score", "treble", "clef", "compose"], + "๐ŸŽต": ["musical_note", "score", "tone", "sound"], + "๐ŸŽถ": ["musical_notes", "music", "score"], + "๐ŸŽ™๏ธ": ["studio_microphone", "sing", "recording", "artist", "talkshow"], + "๐ŸŽš๏ธ": ["level_slider", "scale"], + "๐ŸŽ›๏ธ": ["control_knobs", "dial"], + "๐ŸŽค": ["microphone", "sound", "music", "PA", "sing", "talkshow"], + "๐ŸŽง": ["headphone", "music", "score", "gadgets"], + "๐Ÿ“ป": ["radio", "communication", "music", "podcast", "program"], + "๐ŸŽท": ["saxophone", "music", "instrument", "jazz", "blues"], + "๐ŸŽธ": ["guitar", "music", "instrument"], + "๐ŸŽน": ["musical_keyboard", "piano", "instrument", "compose"], + "๐ŸŽบ": ["trumpet", "music", "brass"], + "๐ŸŽป": ["violin", "music", "instrument", "orchestra", "symphony"], + "๐Ÿช•": ["banjo"], + "๐Ÿฅ": ["drum", "music", "instrument", "drumsticks", "snare"], + "๐Ÿ“ฑ": ["mobile_phone", "technology", "apple", "gadgets", "dial"], + "๐Ÿ“ฒ": ["mobile_phone_with_arrow", "iphone", "incoming"], + "โ˜Ž๏ธ": ["telephone", "technology", "communication", "dial", "telephone"], + "๐Ÿ“ž": ["telephone_receiver", "technology", "communication", "dial"], + "๐Ÿ“Ÿ": ["pager", "bbcall", "oldschool", "90s"], + "๐Ÿ“ ": ["fax_machine", "communication", "technology"], + "๐Ÿ”‹": ["battery", "power", "energy", "sustain"], + "๐Ÿ”Œ": ["electric_plug", "charger", "power"], + "๐Ÿ’ป": ["laptop", "technology", "laptop", "screen", "display", "monitor"], + "๐Ÿ–ฅ๏ธ": ["desktop_computer", "technology", "computing", "screen"], + "๐Ÿ–จ๏ธ": ["printer", "paper", "ink"], + "โŒจ๏ธ": ["keyboard", "technology", "computer", "type", "input", "text"], + "๐Ÿ–ฑ๏ธ": ["computer_mouse", "click"], + "๐Ÿ–ฒ๏ธ": ["trackball", "technology", "trackpad"], + "๐Ÿ’ฝ": ["computer_disk", "technology", "record", "data", "disk", "90s"], + "๐Ÿ’พ": ["floppy_disk", "oldschool", "technology", "save", "90s", "80s"], + "๐Ÿ’ฟ": ["optical_disk", "technology", "dvd", "disk", "disc", "90s"], + "๐Ÿ“€": ["dvd", "cd", "disk", "disc"], + "๐Ÿงฎ": ["abacus", "calculation"], + "๐ŸŽฅ": ["movie_camera", "film", "record"], + "๐ŸŽž๏ธ": ["film_frames", "movie"], + "๐Ÿ“ฝ๏ธ": ["film_projector", "video", "tape", "record", "movie"], + "๐ŸŽฌ": ["clapper_board", "movie", "film", "record"], + "๐Ÿ“บ": ["television", "technology", "program", "oldschool", "show", "television"], + "๐Ÿ“ท": ["camera", "gadgets", "photography"], + "๐Ÿ“ธ": ["camera_with_flash", "photography", "gadgets"], + "๐Ÿ“น": ["video_camera", "film", "record"], + "๐Ÿ“ผ": ["videocassette", "record", "video", "oldschool", "90s", "80s"], + "๐Ÿ”": ["magnifying_glass_tilted_left", "search", "zoom", "find", "detective"], + "๐Ÿ”Ž": ["magnifying_glass_tilted_right", "search", "zoom", "find", "detective"], + "๐Ÿ•ฏ๏ธ": ["candle", "fire", "wax"], + "๐Ÿ’ก": ["light_bulb", "light", "electricity", "idea"], + "๐Ÿ”ฆ": ["flashlight", "dark", "camping", "sight", "night"], + "๐Ÿฎ": ["red_paper_lantern", "light", "paper", "halloween", "spooky"], + "๐Ÿช”": ["diya_lamp"], + "๐Ÿ“”": ["notebook_with_decorative_cover", "classroom", "notes", "record", "paper", "study"], + "๐Ÿ“•": ["closed_book", "read", "library", "knowledge", "textbook", "learn"], + "๐Ÿ“–": ["open_book", "book", "read", "library", "knowledge", "literature", "learn", "study"], + "๐Ÿ“—": ["green_book", "read", "library", "knowledge", "study"], + "๐Ÿ“˜": ["blue_book", "read", "library", "knowledge", "learn", "study"], + "๐Ÿ“™": ["orange_book", "read", "library", "knowledge", "textbook", "study"], + "๐Ÿ“š": ["books", "literature", "library", "study"], + "๐Ÿ““": ["notebook", "stationery", "record", "notes", "paper", "study"], + "๐Ÿ“’": ["ledger", "notes", "paper"], + "๐Ÿ“ƒ": ["page_with_curl", "documents", "office", "paper"], + "๐Ÿ“œ": ["scroll", "documents", "ancient", "history", "paper"], + "๐Ÿ“„": ["page_facing_up", "documents", "office", "paper", "information"], + "๐Ÿ“ฐ": ["newspaper", "press", "headline"], + "๐Ÿ—ž๏ธ": ["rolled_up_newspaper", "press", "headline"], + "๐Ÿ“‘": ["bookmark_tabs", "favorite", "save", "order", "tidy"], + "๐Ÿ”–": ["bookmark", "favorite", "label", "save"], + "๐Ÿท๏ธ": ["label", "sale", "tag"], + "๐Ÿ’ฐ": ["money_bag", "dollar", "payment", "coins", "sale"], + "๐Ÿ’ด": ["yen_banknote", "money", "sales", "japanese", "dollar", "currency"], + "๐Ÿ’ต": ["dollar_banknote", "money", "sales", "bill", "currency"], + "๐Ÿ’ถ": ["euro_banknote", "money", "sales", "dollar", "currency"], + "๐Ÿ’ท": ["pound_banknote", "british", "sterling", "money", "sales", "bills", "uk", "england", "currency"], + "๐Ÿ’ธ": ["money_with_wings", "dollar", "bills", "payment", "sale"], + "๐Ÿ’ณ": ["credit_card", "money", "sales", "dollar", "bill", "payment", "shopping"], + "๐Ÿงพ": ["receipt", "accounting", "expenses"], + "๐Ÿ’น": ["chart_increasing_with_yen", "green-square", "graph", "presentation", "stats"], + "๐Ÿ’ฑ": ["currency_exchange", "money", "sales", "dollar", "travel"], + "๐Ÿ’ฒ": ["heavy_dollar_sign", "money", "sales", "payment", "currency", "buck"], + "โœ‰๏ธ": ["envelope", "letter", "postal", "inbox", "communication"], + "๐Ÿ“ง": ["e_mail", "communication", "inbox"], + "๐Ÿ“จ": ["incoming_envelope", "email", "inbox"], + "๐Ÿ“ฉ": ["envelope_with_arrow", "email", "communication"], + "๐Ÿ“ค": ["outbox_tray", "inbox", "email"], + "๐Ÿ“ฅ": ["inbox_tray", "email", "documents"], + "๐Ÿ“ฆ": ["package", "mail", "gift", "cardboard", "box", "moving"], + "๐Ÿ“ซ": ["closed_mailbox_with_raised_flag", "email", "inbox", "communication"], + "๐Ÿ“ช": ["closed_mailbox_with_lowered_flag", "email", "communication", "inbox"], + "๐Ÿ“ฌ": ["open_mailbox_with_raised_flag", "email", "inbox", "communication"], + "๐Ÿ“ญ": ["open_mailbox_with_lowered_flag", "email", "inbox"], + "๐Ÿ“ฎ": ["postbox", "email", "letter", "envelope"], + "๐Ÿ—ณ๏ธ": ["ballot_box_with_ballot", "election", "vote"], + "โœ๏ธ": ["pencil", "stationery", "write", "paper", "writing", "school", "study"], + "โœ’๏ธ": ["black_nib", "pen", "stationery", "writing", "write"], + "๐Ÿ–‹๏ธ": ["fountain_pen", "stationery", "writing", "write"], + "๐Ÿ–Š๏ธ": ["pen", "stationery", "writing", "write"], + "๐Ÿ–Œ๏ธ": ["paintbrush", "drawing", "creativity", "art"], + "๐Ÿ–๏ธ": ["crayon", "drawing", "creativity"], + "๐Ÿ“": [ + "memo", + "write", + "documents", + "stationery", + "pencil", + "paper", + "writing", + "legal", + "exam", + "quiz", + "test", + "study", + "compose" ], - "๐Ÿ‡บ๐Ÿ‡ฆ": [ - "flag_ukraine", - "ua", - "flag", - "nation", - "country", - "banner" + "๐Ÿ’ผ": ["briefcase", "business", "documents", "work", "law", "legal", "job", "career"], + "๐Ÿ“": ["file_folder", "documents", "business", "office"], + "๐Ÿ“‚": ["open_file_folder", "documents", "load"], + "๐Ÿ—‚๏ธ": ["card_index_dividers", "organizing", "business", "stationery"], + "๐Ÿ“…": ["calendar", "calendar", "schedule"], + "๐Ÿ“†": ["tear_off_calendar", "schedule", "date", "planning"], + "๐Ÿ—’๏ธ": ["spiral_notepad", "memo", "stationery"], + "๐Ÿ—“๏ธ": ["spiral_calendar", "date", "schedule", "planning"], + "๐Ÿ“‡": ["card_index", "business", "stationery"], + "๐Ÿ“ˆ": [ + "chart_increasing", + "graph", + "presentation", + "stats", + "recovery", + "business", + "economics", + "money", + "sales", + "good", + "success" ], - "๐Ÿ‡บ๐Ÿ‡ฌ": [ - "flag_uganda", - "ug", - "flag", - "nation", - "country", - "banner" + "๐Ÿ“‰": [ + "chart_decreasing", + "graph", + "presentation", + "stats", + "recession", + "business", + "economics", + "money", + "sales", + "bad", + "failure" ], - "๐Ÿ‡บ๐Ÿ‡ฒ": [ - "flag_u_s_outlying_islands" + "๐Ÿ“Š": ["bar_chart", "graph", "presentation", "stats"], + "๐Ÿ“‹": ["clipboard", "stationery", "documents"], + "๐Ÿ“Œ": ["pushpin", "stationery", "mark", "here"], + "๐Ÿ“": ["round_pushpin", "stationery", "location", "map", "here"], + "๐Ÿ“Ž": ["paperclip", "documents", "stationery"], + "๐Ÿ–‡๏ธ": ["linked_paperclips", "documents", "stationery"], + "๐Ÿ“": ["straight_ruler", "stationery", "calculate", "length", "math", "school", "drawing", "architect", "sketch"], + "๐Ÿ“": ["triangular_ruler", "stationery", "math", "architect", "sketch"], + "โœ‚๏ธ": ["scissors", "stationery", "cut"], + "๐Ÿ—ƒ๏ธ": ["card_file_box", "business", "stationery"], + "๐Ÿ—„๏ธ": ["file_cabinet", "filing", "organizing"], + "๐Ÿ—‘๏ธ": ["wastebasket", "bin", "trash", "rubbish", "garbage", "toss"], + "๐Ÿ”’": ["locked", "security", "password", "padlock"], + "๐Ÿ”“": ["unlocked", "privacy", "security"], + "๐Ÿ”": ["locked_with_pen", "security", "secret"], + "๐Ÿ”": ["locked_with_key", "security", "privacy"], + "๐Ÿ”‘": ["key", "lock", "door", "password"], + "๐Ÿ—๏ธ": ["old_key", "lock", "door", "password"], + "๐Ÿ”จ": ["hammer", "tools", "build", "create"], + "๐Ÿช“": ["axe"], + "โ›๏ธ": ["pick", "tools", "dig"], + "โš’๏ธ": ["hammer_and_pick", "tools", "build", "create"], + "๐Ÿ› ๏ธ": ["hammer_and_wrench", "tools", "build", "create"], + "๐Ÿ—ก๏ธ": ["dagger", "weapon"], + "โš”๏ธ": ["crossed_swords", "weapon"], + "๐Ÿ”ซ": ["pistol", "violence", "weapon", "pistol", "revolver"], + "๐Ÿน": ["bow_and_arrow", "sports"], + "๐Ÿ›ก๏ธ": ["shield", "protection", "security"], + "๐Ÿ”ง": ["wrench", "tools", "diy", "ikea", "fix", "maintainer"], + "๐Ÿ”ฉ": ["nut_and_bolt", "handy", "tools", "fix"], + "โš™๏ธ": ["gear", "cog"], + "๐Ÿ—œ๏ธ": ["clamp", "tool"], + "โš–๏ธ": ["balance_scale", "law", "fairness", "weight"], + "๐Ÿฆฏ": ["probing_cane"], + "๐Ÿ”—": ["link", "rings", "url"], + "โ›“๏ธ": ["chains", "lock", "arrest"], + "๐Ÿงฐ": ["toolbox", "tools", "diy", "fix", "maintainer", "mechanic"], + "๐Ÿงฒ": ["magnet", "attraction", "magnetic"], + "โš—๏ธ": ["alembic", "distilling", "science", "experiment", "chemistry"], + "๐Ÿงช": ["test_tube", "chemistry", "experiment", "lab", "science"], + "๐Ÿงซ": ["petri_dish", "bacteria", "biology", "culture", "lab"], + "๐Ÿงฌ": ["dna", "biologist", "genetics", "life"], + "๐Ÿ”ฌ": ["microscope", "laboratory", "experiment", "zoomin", "science", "study"], + "๐Ÿ”ญ": ["telescope", "stars", "space", "zoom", "science", "astronomy"], + "๐Ÿ“ก": ["satellite_antenna", "communication", "future", "radio", "space"], + "๐Ÿ’‰": ["syringe", "health", "hospital", "drugs", "blood", "medicine", "needle", "doctor", "nurse"], + "๐Ÿฉธ": ["drop_of_blood"], + "๐Ÿ’Š": ["pill", "health", "medicine", "doctor", "pharmacy", "drug"], + "๐Ÿฉน": ["adhesive_bandage"], + "๐Ÿฉบ": ["stethoscope"], + "๐Ÿšช": ["door", "house", "entry", "exit"], + "๐Ÿ›๏ธ": ["bed", "sleep", "rest"], + "๐Ÿ›‹๏ธ": ["couch_and_lamp", "read", "chill"], + "๐Ÿช‘": ["chair"], + "๐Ÿšฝ": ["toilet", "restroom", "wc", "washroom", "bathroom", "potty"], + "๐Ÿšฟ": ["shower", "clean", "water", "bathroom"], + "๐Ÿ›": ["bathtub", "clean", "shower", "bathroom"], + "๐Ÿช’": ["razor"], + "๐Ÿงด": ["lotion_bottle", "moisturizer", "sunscreen"], + "๐Ÿงท": ["safety_pin", "diaper"], + "๐Ÿงน": ["broom", "cleaning", "sweeping", "witch"], + "๐Ÿงบ": ["basket", "laundry"], + "๐Ÿงป": ["roll_of_paper", "roll"], + "๐Ÿงผ": ["soap", "bar", "bathing", "cleaning", "lather"], + "๐Ÿงฝ": ["sponge", "absorbing", "cleaning", "porous"], + "๐Ÿงฏ": ["fire_extinguisher", "quench"], + "๐Ÿ›’": ["shopping_cart", "trolley"], + "๐Ÿšฌ": ["cigarette", "kills", "tobacco", "cigarette", "joint", "smoke"], + "โšฐ๏ธ": ["coffin", "vampire", "dead", "die", "death", "rip", "graveyard", "cemetery", "casket", "funeral", "box"], + "โšฑ๏ธ": ["funeral_urn", "dead", "die", "death", "rip", "ashes"], + "๐Ÿ—ฟ": ["moai", "rock", "easter island", "moai"], + "๐Ÿง": ["atm_sign", "money", "sales", "cash", "blue-square", "payment", "bank"], + "๐Ÿšฎ": ["litter_in_bin_sign", "blue-square", "sign", "human", "info"], + "๐Ÿšฐ": ["potable_water", "blue-square", "liquid", "restroom", "cleaning", "faucet"], + "โ™ฟ": ["wheelchair_symbol", "blue-square", "disabled", "a11y", "accessibility"], + "๐Ÿšน": ["men_s_room", "toilet", "restroom", "wc", "blue-square", "gender", "male"], + "๐Ÿšบ": ["women_s_room", "purple-square", "woman", "female", "toilet", "loo", "restroom", "gender"], + "๐Ÿšป": ["restroom", "blue-square", "toilet", "refresh", "wc", "gender"], + "๐Ÿšผ": ["baby_symbol", "orange-square", "child"], + "๐Ÿšพ": ["water_closet", "toilet", "restroom", "blue-square"], + "๐Ÿ›‚": ["passport_control", "custom", "blue-square"], + "๐Ÿ›ƒ": ["customs", "passport", "border", "blue-square"], + "๐Ÿ›„": ["baggage_claim", "blue-square", "airport", "transport"], + "๐Ÿ›…": ["left_luggage", "blue-square", "travel"], + "โš ๏ธ": ["warning", "exclamation", "wip", "alert", "error", "problem", "issue"], + "๐Ÿšธ": ["children_crossing", "school", "warning", "danger", "sign", "driving", "yellow-diamond"], + "โ›”": ["no_entry", "limit", "security", "privacy", "bad", "denied", "stop", "circle"], + "๐Ÿšซ": ["prohibited", "forbid", "stop", "limit", "denied", "disallow", "circle"], + "๐Ÿšณ": ["no_bicycles", "cyclist", "prohibited", "circle"], + "๐Ÿšญ": ["no_smoking", "cigarette", "blue-square", "smell", "smoke"], + "๐Ÿšฏ": ["no_littering", "trash", "bin", "garbage", "circle"], + "๐Ÿšฑ": ["non_potable_water", "drink", "faucet", "tap", "circle"], + "๐Ÿšท": ["no_pedestrians", "rules", "crossing", "walking", "circle"], + "๐Ÿ“ต": ["no_mobile_phones", "iphone", "mute", "circle"], + "๐Ÿ”ž": ["no_one_under_eighteen", "18", "drink", "pub", "night", "minor", "circle"], + "โ˜ข๏ธ": ["radioactive", "nuclear", "danger"], + "โ˜ฃ๏ธ": ["biohazard", "danger"], + "โฌ†๏ธ": ["up_arrow", "blue-square", "continue", "top", "direction"], + "โ†—๏ธ": ["up_right_arrow", "blue-square", "point", "direction", "diagonal", "northeast"], + "โžก๏ธ": ["right_arrow", "blue-square", "next"], + "โ†˜๏ธ": ["down_right_arrow", "blue-square", "direction", "diagonal", "southeast"], + "โฌ‡๏ธ": ["down_arrow", "blue-square", "direction", "bottom"], + "โ†™๏ธ": ["down_left_arrow", "blue-square", "direction", "diagonal", "southwest"], + "โฌ…๏ธ": ["left_arrow", "blue-square", "previous", "back"], + "โ†–๏ธ": ["up_left_arrow", "blue-square", "point", "direction", "diagonal", "northwest"], + "โ†•๏ธ": ["up_down_arrow", "blue-square", "direction", "way", "vertical"], + "โ†”๏ธ": ["left_right_arrow", "shape", "direction", "horizontal", "sideways"], + "โ†ฉ๏ธ": ["right_arrow_curving_left", "back", "return", "blue-square", "undo", "enter"], + "โ†ช๏ธ": ["left_arrow_curving_right", "blue-square", "return", "rotate", "direction"], + "โคด๏ธ": ["right_arrow_curving_up", "blue-square", "direction", "top"], + "โคต๏ธ": ["right_arrow_curving_down", "blue-square", "direction", "bottom"], + "๐Ÿ”ƒ": ["clockwise_vertical_arrows", "sync", "cycle", "round", "repeat"], + "๐Ÿ”„": ["counterclockwise_arrows_button", "blue-square", "sync", "cycle"], + "๐Ÿ”™": ["back_arrow", "arrow", "words", "return"], + "๐Ÿ”š": ["end_arrow", "words", "arrow"], + "๐Ÿ”›": ["on_arrow", "arrow", "words"], + "๐Ÿ”œ": ["soon_arrow", "arrow", "words"], + "๐Ÿ”": ["top_arrow", "words", "blue-square"], + "๐Ÿ›": ["place_of_worship", "religion", "church", "temple", "prayer"], + "โš›๏ธ": ["atom_symbol", "science", "physics", "chemistry"], + "๐Ÿ•‰๏ธ": ["om", "hinduism", "buddhism", "sikhism", "jainism"], + "โœก๏ธ": ["star_of_david", "judaism"], + "โ˜ธ๏ธ": ["wheel_of_dharma", "hinduism", "buddhism", "sikhism", "jainism"], + "โ˜ฏ๏ธ": ["yin_yang", "balance"], + "โœ๏ธ": ["latin_cross", "christianity"], + "โ˜ฆ๏ธ": ["orthodox_cross", "suppedaneum", "religion"], + "โ˜ช๏ธ": ["star_and_crescent", "islam"], + "โ˜ฎ๏ธ": ["peace_symbol", "hippie"], + "๐Ÿ•Ž": ["menorah", "hanukkah", "candles", "jewish"], + "๐Ÿ”ฏ": ["dotted_six_pointed_star", "purple-square", "religion", "jewish", "hexagram"], + "โ™ˆ": ["aries", "sign", "purple-square", "zodiac", "astrology"], + "โ™‰": ["taurus", "purple-square", "sign", "zodiac", "astrology"], + "โ™Š": ["gemini", "sign", "zodiac", "purple-square", "astrology"], + "โ™‹": ["cancer", "sign", "zodiac", "purple-square", "astrology"], + "โ™Œ": ["leo", "sign", "purple-square", "zodiac", "astrology"], + "โ™": ["virgo", "sign", "zodiac", "purple-square", "astrology"], + "โ™Ž": ["libra", "sign", "purple-square", "zodiac", "astrology"], + "โ™": ["scorpio", "sign", "zodiac", "purple-square", "astrology", "scorpio"], + "โ™": ["sagittarius", "sign", "zodiac", "purple-square", "astrology"], + "โ™‘": ["capricorn", "sign", "zodiac", "purple-square", "astrology"], + "โ™’": ["aquarius", "sign", "purple-square", "zodiac", "astrology"], + "โ™“": ["pisces", "purple-square", "sign", "zodiac", "astrology"], + "โ›Ž": ["ophiuchus", "sign", "purple-square", "constellation", "astrology"], + "๐Ÿ”€": ["shuffle_tracks_button", "blue-square", "shuffle", "music", "random"], + "๐Ÿ”": ["repeat_button", "loop", "record"], + "๐Ÿ”‚": ["repeat_single_button", "blue-square", "loop"], + "โ–ถ๏ธ": ["play_button", "blue-square", "right", "direction", "play"], + "โฉ": ["fast_forward_button", "blue-square", "play", "speed", "continue"], + "โญ๏ธ": ["next_track_button", "forward", "next", "blue-square"], + "โฏ๏ธ": ["play_or_pause_button", "blue-square", "play", "pause"], + "โ—€๏ธ": ["reverse_button", "blue-square", "left", "direction"], + "โช": ["fast_reverse_button", "play", "blue-square"], + "โฎ๏ธ": ["last_track_button", "backward"], + "๐Ÿ”ผ": ["upwards_button", "blue-square", "triangle", "direction", "point", "forward", "top"], + "โซ": ["fast_up_button", "blue-square", "direction", "top"], + "๐Ÿ”ฝ": ["downwards_button", "blue-square", "direction", "bottom"], + "โฌ": ["fast_down_button", "blue-square", "direction", "bottom"], + "โธ๏ธ": ["pause_button", "pause", "blue-square"], + "โน๏ธ": ["stop_button", "blue-square"], + "โบ๏ธ": ["record_button", "blue-square"], + "โ๏ธ": ["eject_button", "blue-square"], + "๐ŸŽฆ": ["cinema", "blue-square", "record", "film", "movie", "curtain", "stage", "theater"], + "๐Ÿ”…": ["dim_button", "sun", "afternoon", "warm", "summer"], + "๐Ÿ”†": ["bright_button", "sun", "light"], + "๐Ÿ“ถ": ["antenna_bars", "blue-square", "reception", "phone", "internet", "connection", "wifi", "bluetooth", "bars"], + "๐Ÿ“ณ": ["vibration_mode", "orange-square", "phone"], + "๐Ÿ“ด": ["mobile_phone_off", "mute", "orange-square", "silence", "quiet"], + "โ™€๏ธ": ["female_sign"], + "โ™‚๏ธ": ["male_sign"], + "โš•๏ธ": ["medical_symbol"], + "โ™พ๏ธ": ["infinity", "forever"], + "โ™ป๏ธ": ["recycling_symbol", "arrow", "environment", "garbage", "trash"], + "โšœ๏ธ": ["fleur_de_lis", "decorative", "scout"], + "๐Ÿ”ฑ": ["trident_emblem", "weapon", "spear"], + "๐Ÿ“›": ["name_badge", "fire", "forbid"], + "๐Ÿ”ฐ": ["japanese_symbol_for_beginner", "badge", "shield"], + "โญ•": ["hollow_red_circle", "circle", "round"], + "โœ…": ["check_mark_button", "green-square", "ok", "agree", "vote", "election", "answer", "tick"], + "โ˜‘๏ธ": ["check_box_with_check", "ok", "agree", "confirm", "black-square", "vote", "election", "yes", "tick"], + "โœ”๏ธ": ["check_mark", "ok", "nike", "answer", "yes", "tick"], + "โœ–๏ธ": ["multiplication_sign", "math", "calculation"], + "โŒ": ["cross_mark", "no", "delete", "remove", "cancel", "red"], + "โŽ": ["cross_mark_button", "x", "green-square", "no", "deny"], + "โž•": ["plus_sign", "math", "calculation", "addition", "more", "increase"], + "โž–": ["minus_sign", "math", "calculation", "subtract", "less"], + "โž—": ["division_sign", "divide", "math", "calculation"], + "โžฐ": ["curly_loop", "scribble", "draw", "shape", "squiggle"], + "โžฟ": ["double_curly_loop", "tape", "cassette"], + "ใ€ฝ๏ธ": ["part_alternation_mark", "graph", "presentation", "stats", "business", "economics", "bad"], + "โœณ๏ธ": ["eight_spoked_asterisk", "star", "sparkle", "green-square"], + "โœด๏ธ": ["eight_pointed_star", "orange-square", "shape", "polygon"], + "โ‡๏ธ": ["sparkle", "stars", "green-square", "awesome", "good", "fireworks"], + "โ€ผ๏ธ": ["double_exclamation_mark", "exclamation", "surprise"], + "โ‰๏ธ": ["exclamation_question_mark", "wat", "punctuation", "surprise"], + "โ“": ["question_mark", "doubt", "confused"], + "โ”": ["white_question_mark", "doubts", "gray", "huh", "confused"], + "โ•": ["white_exclamation_mark", "surprise", "punctuation", "gray", "wow", "warning"], + "โ—": ["exclamation_mark", "heavy_exclamation_mark", "danger", "surprise", "punctuation", "wow", "warning"], + "ใ€ฐ๏ธ": ["wavy_dash", "draw", "line", "moustache", "mustache", "squiggle", "scribble"], + "ยฉ๏ธ": ["copyright", "ip", "license", "circle", "law", "legal"], + "ยฎ๏ธ": ["registered", "alphabet", "circle"], + "โ„ข๏ธ": ["trade_mark", "trademark", "brand", "law", "legal"], + "#๏ธโƒฃ": ["keycap_", "symbol", "blue-square", "twitter"], + "*๏ธโƒฃ": ["keycap_", "star", "keycap"], + "0๏ธโƒฃ": ["keycap_0", "0", "numbers", "blue-square", "null"], + "1๏ธโƒฃ": ["keycap_1", "blue-square", "numbers", "1"], + "2๏ธโƒฃ": ["keycap_2", "numbers", "2", "prime", "blue-square"], + "3๏ธโƒฃ": ["keycap_3", "3", "numbers", "prime", "blue-square"], + "4๏ธโƒฃ": ["keycap_4", "4", "numbers", "blue-square"], + "5๏ธโƒฃ": ["keycap_5", "5", "numbers", "blue-square", "prime"], + "6๏ธโƒฃ": ["keycap_6", "6", "numbers", "blue-square"], + "7๏ธโƒฃ": ["keycap_7", "7", "numbers", "blue-square", "prime"], + "8๏ธโƒฃ": ["keycap_8", "8", "blue-square", "numbers"], + "9๏ธโƒฃ": ["keycap_9", "blue-square", "numbers", "9"], + "๐Ÿ”Ÿ": ["keycap_10", "numbers", "10", "blue-square"], + "๐Ÿ” ": ["input_latin_uppercase", "alphabet", "words", "blue-square"], + "๐Ÿ”ก": ["input_latin_lowercase", "blue-square", "alphabet"], + "๐Ÿ”ข": ["input_numbers", "numbers", "blue-square"], + "๐Ÿ”ฃ": ["input_symbols", "blue-square", "music", "note", "ampersand", "percent", "glyphs", "characters"], + "๐Ÿ”ค": ["input_latin_letters", "blue-square", "alphabet"], + "๐Ÿ…ฐ๏ธ": ["a_button", "red-square", "alphabet", "letter"], + "๐Ÿ†Ž": ["ab_button", "red-square", "alphabet"], + "๐Ÿ…ฑ๏ธ": ["b_button", "red-square", "alphabet", "letter"], + "๐Ÿ†‘": ["cl_button", "alphabet", "words", "red-square"], + "๐Ÿ†’": ["cool_button", "words", "blue-square"], + "๐Ÿ†“": ["free_button", "blue-square", "words"], + "โ„น๏ธ": ["information", "blue-square", "alphabet", "letter"], + "๐Ÿ†”": ["id_button", "purple-square", "words"], + "โ“‚๏ธ": ["circled_m", "alphabet", "blue-circle", "letter"], + "๐Ÿ†•": ["new_button", "blue-square", "words", "start"], + "๐Ÿ†–": ["ng_button", "blue-square", "words", "shape", "icon"], + "๐Ÿ…พ๏ธ": ["o_button", "alphabet", "red-square", "letter"], + "๐Ÿ†—": ["ok_button", "good", "agree", "yes", "blue-square"], + "๐Ÿ…ฟ๏ธ": ["p_button", "cars", "blue-square", "alphabet", "letter"], + "๐Ÿ†˜": ["sos_button", "help", "red-square", "words", "emergency", "911"], + "๐Ÿ†™": ["up_button", "blue-square", "above", "high"], + "๐Ÿ†š": ["vs_button", "words", "orange-square"], + "๐Ÿˆ": ["japanese_here_button", "blue-square", "here", "katakana", "japanese", "destination"], + "๐Ÿˆ‚๏ธ": ["japanese_service_charge_button", "japanese", "blue-square", "katakana"], + "๐Ÿˆท๏ธ": ["japanese_monthly_amount_button", "chinese", "month", "moon", "japanese", "orange-square", "kanji"], + "๐Ÿˆถ": ["japanese_not_free_of_charge_button", "orange-square", "chinese", "have", "kanji"], + "๐Ÿˆฏ": ["japanese_reserved_button", "chinese", "point", "green-square", "kanji"], + "๐Ÿ‰": ["japanese_bargain_button", "chinese", "kanji", "obtain", "get", "circle"], + "๐Ÿˆน": ["japanese_discount_button", "cut", "divide", "chinese", "kanji", "pink-square"], + "๐Ÿˆš": ["japanese_free_of_charge_button", "nothing", "chinese", "kanji", "japanese", "orange-square"], + "๐Ÿˆฒ": [ + "japanese_prohibited_button", + "kanji", + "japanese", + "chinese", + "forbidden", + "limit", + "restricted", + "red-square" ], - "๐Ÿ‡บ๐Ÿ‡ณ": [ - "flag_united_nations", - "un", + "๐Ÿ‰‘": ["japanese_acceptable_button", "ok", "good", "chinese", "kanji", "agree", "yes", "orange-circle"], + "๐Ÿˆธ": ["japanese_application_button", "chinese", "japanese", "kanji", "orange-square"], + "๐Ÿˆด": ["japanese_passing_grade_button", "japanese", "chinese", "join", "kanji", "red-square"], + "๐Ÿˆณ": ["japanese_vacancy_button", "kanji", "japanese", "chinese", "empty", "sky", "blue-square"], + "ใŠ—๏ธ": ["japanese_congratulations_button", "chinese", "kanji", "japanese", "red-circle"], + "ใŠ™๏ธ": ["japanese_secret_button", "privacy", "chinese", "sshh", "kanji", "red-circle"], + "๐Ÿˆบ": ["japanese_open_for_business_button", "japanese", "opening hours", "orange-square"], + "๐Ÿˆต": ["japanese_no_vacancy_button", "full", "chinese", "japanese", "red-square", "kanji"], + "๐Ÿ”ด": ["red_circle", "shape", "error", "danger"], + "๐ŸŸ ": ["orange_circle"], + "๐ŸŸก": ["yellow_circle"], + "๐ŸŸข": ["green_circle"], + "๐Ÿ”ต": ["blue_circle", "shape", "icon", "button"], + "๐ŸŸฃ": ["purple_circle"], + "๐ŸŸค": ["brown_circle"], + "โšซ": ["black_circle", "shape", "button", "round"], + "โšช": ["white_circle", "shape", "round"], + "๐ŸŸฅ": ["red_square"], + "๐ŸŸง": ["orange_square"], + "๐ŸŸจ": ["yellow_square"], + "๐ŸŸฉ": ["green_square"], + "๐ŸŸฆ": ["blue_square"], + "๐ŸŸช": ["purple_square"], + "๐ŸŸซ": ["brown_square"], + "โฌ›": ["black_large_square", "shape", "icon", "button"], + "โฌœ": ["white_large_square", "shape", "icon", "stone", "button"], + "โ—ผ๏ธ": ["black_medium_square", "shape", "button", "icon"], + "โ—ป๏ธ": ["white_medium_square", "shape", "stone", "icon"], + "โ—พ": ["black_medium_small_square", "icon", "shape", "button"], + "โ—ฝ": ["white_medium_small_square", "shape", "stone", "icon", "button"], + "โ–ช๏ธ": ["black_small_square", "shape", "icon"], + "โ–ซ๏ธ": ["white_small_square", "shape", "icon"], + "๐Ÿ”ถ": ["large_orange_diamond", "shape", "jewel", "gem"], + "๐Ÿ”ท": ["large_blue_diamond", "shape", "jewel", "gem"], + "๐Ÿ”ธ": ["small_orange_diamond", "shape", "jewel", "gem"], + "๐Ÿ”น": ["small_blue_diamond", "shape", "jewel", "gem"], + "๐Ÿ”บ": ["red_triangle_pointed_up", "shape", "direction", "up", "top"], + "๐Ÿ”ป": ["red_triangle_pointed_down", "shape", "direction", "bottom"], + "๐Ÿ’ ": ["diamond_with_a_dot", "jewel", "blue", "gem", "crystal", "fancy"], + "๐Ÿ”˜": ["radio_button", "input", "old", "music", "circle"], + "๐Ÿ”ณ": ["white_square_button", "shape", "input"], + "๐Ÿ”ฒ": ["black_square_button", "shape", "input", "frame"], + "๐Ÿ": ["chequered_flag", "contest", "finishline", "race", "gokart"], + "๐Ÿšฉ": ["triangular_flag", "mark", "milestone", "place"], + "๐ŸŽŒ": ["crossed_flags", "japanese", "nation", "country", "border"], + "๐Ÿด": ["black_flag", "pirate"], + "๐Ÿณ๏ธ": ["white_flag", "losing", "loser", "lost", "surrender", "give up", "fail"], + "๐Ÿณ๏ธโ€๐ŸŒˆ": [ + "rainbow_flag", "flag", - "banner" + "rainbow", + "pride", + "gay", + "lgbt", + "glbt", + "queer", + "homosexual", + "lesbian", + "bisexual", + "transgender" ], - "๐Ÿ‡บ๐Ÿ‡ธ": [ - "flag_united_states", + "๐Ÿดโ€โ˜ ๏ธ": ["pirate_flag", "skull", "crossbones", "flag", "banner"], + "๐Ÿ‡ฆ๐Ÿ‡จ": ["flag_ascension_island"], + "๐Ÿ‡ฆ๐Ÿ‡ฉ": ["flag_andorra", "ad", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฆ๐Ÿ‡ช": ["flag_united_arab_emirates", "united", "arab", "emirates", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฆ๐Ÿ‡ซ": ["flag_afghanistan", "af", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฆ๐Ÿ‡ฌ": ["flag_antigua_barbuda", "antigua", "barbuda", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฆ๐Ÿ‡ฎ": ["flag_anguilla", "ai", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฆ๐Ÿ‡ฑ": ["flag_albania", "al", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฆ๐Ÿ‡ฒ": ["flag_armenia", "am", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฆ๐Ÿ‡ด": ["flag_angola", "ao", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฆ๐Ÿ‡ถ": ["flag_antarctica", "aq", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฆ๐Ÿ‡ท": ["flag_argentina", "ar", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฆ๐Ÿ‡ธ": ["flag_american_samoa", "american", "ws", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฆ๐Ÿ‡น": ["flag_austria", "at", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฆ๐Ÿ‡บ": ["flag_australia", "au", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฆ๐Ÿ‡ผ": ["flag_aruba", "aw", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฆ๐Ÿ‡ฝ": ["flag_aland_islands", "ร…land", "islands", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฆ๐Ÿ‡ฟ": ["flag_azerbaijan", "az", "flag", "nation", "country", "banner"], + "๐Ÿ‡ง๐Ÿ‡ฆ": ["flag_bosnia_herzegovina", "bosnia", "herzegovina", "flag", "nation", "country", "banner"], + "๐Ÿ‡ง๐Ÿ‡ง": ["flag_barbados", "bb", "flag", "nation", "country", "banner"], + "๐Ÿ‡ง๐Ÿ‡ฉ": ["flag_bangladesh", "bd", "flag", "nation", "country", "banner"], + "๐Ÿ‡ง๐Ÿ‡ช": ["flag_belgium", "be", "flag", "nation", "country", "banner"], + "๐Ÿ‡ง๐Ÿ‡ซ": ["flag_burkina_faso", "burkina", "faso", "flag", "nation", "country", "banner"], + "๐Ÿ‡ง๐Ÿ‡ฌ": ["flag_bulgaria", "bg", "flag", "nation", "country", "banner"], + "๐Ÿ‡ง๐Ÿ‡ญ": ["flag_bahrain", "bh", "flag", "nation", "country", "banner"], + "๐Ÿ‡ง๐Ÿ‡ฎ": ["flag_burundi", "bi", "flag", "nation", "country", "banner"], + "๐Ÿ‡ง๐Ÿ‡ฏ": ["flag_benin", "bj", "flag", "nation", "country", "banner"], + "๐Ÿ‡ง๐Ÿ‡ฑ": ["flag_st_barthelemy", "saint", "barthรฉlemy", "flag", "nation", "country", "banner"], + "๐Ÿ‡ง๐Ÿ‡ฒ": ["flag_bermuda", "bm", "flag", "nation", "country", "banner"], + "๐Ÿ‡ง๐Ÿ‡ณ": ["flag_brunei", "bn", "darussalam", "flag", "nation", "country", "banner"], + "๐Ÿ‡ง๐Ÿ‡ด": ["flag_bolivia", "bo", "flag", "nation", "country", "banner"], + "๐Ÿ‡ง๐Ÿ‡ถ": ["flag_caribbean_netherlands", "bonaire", "flag", "nation", "country", "banner"], + "๐Ÿ‡ง๐Ÿ‡ท": ["flag_brazil", "br", "flag", "nation", "country", "banner"], + "๐Ÿ‡ง๐Ÿ‡ธ": ["flag_bahamas", "bs", "flag", "nation", "country", "banner"], + "๐Ÿ‡ง๐Ÿ‡น": ["flag_bhutan", "bt", "flag", "nation", "country", "banner"], + "๐Ÿ‡ง๐Ÿ‡ป": ["flag_bouvet_island"], + "๐Ÿ‡ง๐Ÿ‡ผ": ["flag_botswana", "bw", "flag", "nation", "country", "banner"], + "๐Ÿ‡ง๐Ÿ‡พ": ["flag_belarus", "by", "flag", "nation", "country", "banner"], + "๐Ÿ‡ง๐Ÿ‡ฟ": ["flag_belize", "bz", "flag", "nation", "country", "banner"], + "๐Ÿ‡จ๐Ÿ‡ฆ": ["flag_canada", "ca", "flag", "nation", "country", "banner"], + "๐Ÿ‡จ๐Ÿ‡จ": ["flag_cocos_islands", "cocos", "keeling", "islands", "flag", "nation", "country", "banner"], + "๐Ÿ‡จ๐Ÿ‡ฉ": ["flag_congo_kinshasa", "congo", "democratic", "republic", "flag", "nation", "country", "banner"], + "๐Ÿ‡จ๐Ÿ‡ซ": ["flag_central_african_republic", "central", "african", "republic", "flag", "nation", "country", "banner"], + "๐Ÿ‡จ๐Ÿ‡ฌ": ["flag_congo_brazzaville", "congo", "flag", "nation", "country", "banner"], + "๐Ÿ‡จ๐Ÿ‡ญ": ["flag_switzerland", "ch", "flag", "nation", "country", "banner"], + "๐Ÿ‡จ๐Ÿ‡ฎ": ["flag_cote_d_ivoire", "ivory", "coast", "flag", "nation", "country", "banner"], + "๐Ÿ‡จ๐Ÿ‡ฐ": ["flag_cook_islands", "cook", "islands", "flag", "nation", "country", "banner"], + "๐Ÿ‡จ๐Ÿ‡ฑ": ["flag_chile", "flag", "nation", "country", "banner"], + "๐Ÿ‡จ๐Ÿ‡ฒ": ["flag_cameroon", "cm", "flag", "nation", "country", "banner"], + "๐Ÿ‡จ๐Ÿ‡ณ": ["flag_china", "china", "chinese", "prc", "flag", "country", "nation", "banner"], + "๐Ÿ‡จ๐Ÿ‡ด": ["flag_colombia", "co", "flag", "nation", "country", "banner"], + "๐Ÿ‡จ๐Ÿ‡ต": ["flag_clipperton_island"], + "๐Ÿ‡จ๐Ÿ‡ท": ["flag_costa_rica", "costa", "rica", "flag", "nation", "country", "banner"], + "๐Ÿ‡จ๐Ÿ‡บ": ["flag_cuba", "cu", "flag", "nation", "country", "banner"], + "๐Ÿ‡จ๐Ÿ‡ป": ["flag_cape_verde", "cabo", "verde", "flag", "nation", "country", "banner"], + "๐Ÿ‡จ๐Ÿ‡ผ": ["flag_curacao", "curaรงao", "flag", "nation", "country", "banner"], + "๐Ÿ‡จ๐Ÿ‡ฝ": ["flag_christmas_island", "christmas", "island", "flag", "nation", "country", "banner"], + "๐Ÿ‡จ๐Ÿ‡พ": ["flag_cyprus", "cy", "flag", "nation", "country", "banner"], + "๐Ÿ‡จ๐Ÿ‡ฟ": ["flag_czechia", "cz", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฉ๐Ÿ‡ช": ["flag_germany", "german", "nation", "flag", "country", "banner"], + "๐Ÿ‡ฉ๐Ÿ‡ฌ": ["flag_diego_garcia"], + "๐Ÿ‡ฉ๐Ÿ‡ฏ": ["flag_djibouti", "dj", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฉ๐Ÿ‡ฐ": ["flag_denmark", "dk", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฉ๐Ÿ‡ฒ": ["flag_dominica", "dm", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฉ๐Ÿ‡ด": ["flag_dominican_republic", "dominican", "republic", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฉ๐Ÿ‡ฟ": ["flag_algeria", "dz", "flag", "nation", "country", "banner"], + "๐Ÿ‡ช๐Ÿ‡ฆ": ["flag_ceuta_melilla"], + "๐Ÿ‡ช๐Ÿ‡จ": ["flag_ecuador", "ec", "flag", "nation", "country", "banner"], + "๐Ÿ‡ช๐Ÿ‡ช": ["flag_estonia", "ee", "flag", "nation", "country", "banner"], + "๐Ÿ‡ช๐Ÿ‡ฌ": ["flag_egypt", "eg", "flag", "nation", "country", "banner"], + "๐Ÿ‡ช๐Ÿ‡ญ": ["flag_western_sahara", "western", "sahara", "flag", "nation", "country", "banner"], + "๐Ÿ‡ช๐Ÿ‡ท": ["flag_eritrea", "er", "flag", "nation", "country", "banner"], + "๐Ÿ‡ช๐Ÿ‡ธ": ["flag_spain", "spain", "flag", "nation", "country", "banner"], + "๐Ÿ‡ช๐Ÿ‡น": ["flag_ethiopia", "et", "flag", "nation", "country", "banner"], + "๐Ÿ‡ช๐Ÿ‡บ": ["flag_european_union", "european", "union", "flag", "banner"], + "๐Ÿ‡ซ๐Ÿ‡ฎ": ["flag_finland", "fi", "flag", "nation", "country", "banner"], + "๐Ÿ‡ซ๐Ÿ‡ฏ": ["flag_fiji", "fj", "flag", "nation", "country", "banner"], + "๐Ÿ‡ซ๐Ÿ‡ฐ": ["flag_falkland_islands", "falkland", "islands", "malvinas", "flag", "nation", "country", "banner"], + "๐Ÿ‡ซ๐Ÿ‡ฒ": ["flag_micronesia", "micronesia,", "federated", "states", "flag", "nation", "country", "banner"], + "๐Ÿ‡ซ๐Ÿ‡ด": ["flag_faroe_islands", "faroe", "islands", "flag", "nation", "country", "banner"], + "๐Ÿ‡ซ๐Ÿ‡ท": ["flag_france", "banner", "flag", "nation", "france", "french", "country"], + "๐Ÿ‡ฌ๐Ÿ‡ฆ": ["flag_gabon", "ga", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฌ๐Ÿ‡ง": [ + "flag_united_kingdom", "united", - "states", - "america", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡บ๐Ÿ‡พ": [ - "flag_uruguay", - "uy", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡บ๐Ÿ‡ฟ": [ - "flag_uzbekistan", - "uz", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ป๐Ÿ‡ฆ": [ - "flag_vatican_city", - "vatican", - "city", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ป๐Ÿ‡จ": [ - "flag_st_vincent_grenadines", - "saint", - "vincent", - "grenadines", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ป๐Ÿ‡ช": [ - "flag_venezuela", - "ve", - "bolivarian", - "republic", + "kingdom", + "great", + "britain", + "northern", + "ireland", "flag", "nation", "country", - "banner" - ], - "๐Ÿ‡ป๐Ÿ‡ฌ": [ - "flag_british_virgin_islands", + "banner", "british", - "virgin", - "islands", - "bvi", - "flag", - "nation", - "country", - "banner" + "UK", + "english", + "england", + "union jack" ], - "๐Ÿ‡ป๐Ÿ‡ฎ": [ - "flag_u_s_virgin_islands", - "virgin", + "๐Ÿ‡ฌ๐Ÿ‡ฉ": ["flag_grenada", "gd", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฌ๐Ÿ‡ช": ["flag_georgia", "ge", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฌ๐Ÿ‡ซ": ["flag_french_guiana", "french", "guiana", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฌ๐Ÿ‡ฌ": ["flag_guernsey", "gg", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฌ๐Ÿ‡ญ": ["flag_ghana", "gh", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฌ๐Ÿ‡ฎ": ["flag_gibraltar", "gi", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฌ๐Ÿ‡ฑ": ["flag_greenland", "gl", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฌ๐Ÿ‡ฒ": ["flag_gambia", "gm", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฌ๐Ÿ‡ณ": ["flag_guinea", "gn", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฌ๐Ÿ‡ต": ["flag_guadeloupe", "gp", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฌ๐Ÿ‡ถ": ["flag_equatorial_guinea", "equatorial", "gn", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฌ๐Ÿ‡ท": ["flag_greece", "gr", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฌ๐Ÿ‡ธ": [ + "flag_south_georgia_south_sandwich_islands", + "south", + "georgia", + "sandwich", "islands", - "us", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ป๐Ÿ‡ณ": [ - "flag_vietnam", - "viet", - "nam", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ป๐Ÿ‡บ": [ - "flag_vanuatu", - "vu", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ผ๐Ÿ‡ซ": [ - "flag_wallis_futuna", - "wallis", - "futuna", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ผ๐Ÿ‡ธ": [ - "flag_samoa", - "ws", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฝ๐Ÿ‡ฐ": [ - "flag_kosovo", - "xk", "flag", "nation", "country", "banner" ], - "๐Ÿ‡พ๐Ÿ‡ช": [ - "flag_yemen", - "ye", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡พ๐Ÿ‡น": [ - "flag_mayotte", - "yt", - "flag", - "nation", - "country", - "banner" - ], - "๐Ÿ‡ฟ๐Ÿ‡ฆ": [ - "flag_south_africa", - "south", - "africa", + "๐Ÿ‡ฌ๐Ÿ‡น": ["flag_guatemala", "gt", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฌ๐Ÿ‡บ": ["flag_guam", "gu", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฌ๐Ÿ‡ผ": ["flag_guinea_bissau", "gw", "bissau", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฌ๐Ÿ‡พ": ["flag_guyana", "gy", "flag", "nation", "country", "banner"], + "๐Ÿ‡ญ๐Ÿ‡ฐ": ["flag_hong_kong_sar_china", "hong", "kong", "flag", "nation", "country", "banner"], + "๐Ÿ‡ญ๐Ÿ‡ฒ": ["flag_heard_mcdonald_islands"], + "๐Ÿ‡ญ๐Ÿ‡ณ": ["flag_honduras", "hn", "flag", "nation", "country", "banner"], + "๐Ÿ‡ญ๐Ÿ‡ท": ["flag_croatia", "hr", "flag", "nation", "country", "banner"], + "๐Ÿ‡ญ๐Ÿ‡น": ["flag_haiti", "ht", "flag", "nation", "country", "banner"], + "๐Ÿ‡ญ๐Ÿ‡บ": ["flag_hungary", "hu", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฎ๐Ÿ‡จ": ["flag_canary_islands", "canary", "islands", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฎ๐Ÿ‡ฉ": ["flag_indonesia", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฎ๐Ÿ‡ช": ["flag_ireland", "ie", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฎ๐Ÿ‡ฑ": ["flag_israel", "il", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฎ๐Ÿ‡ฒ": ["flag_isle_of_man", "isle", "man", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฎ๐Ÿ‡ณ": ["flag_india", "in", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฎ๐Ÿ‡ด": [ + "flag_british_indian_ocean_territory", + "british", + "indian", + "ocean", + "territory", "flag", "nation", "country", "banner" ], - "๐Ÿ‡ฟ๐Ÿ‡ฒ": [ - "flag_zambia", - "zm", + "๐Ÿ‡ฎ๐Ÿ‡ถ": ["flag_iraq", "iq", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฎ๐Ÿ‡ท": ["flag_iran", "iran,", "islamic", "republic", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฎ๐Ÿ‡ธ": ["flag_iceland", "is", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฎ๐Ÿ‡น": ["flag_italy", "italy", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฏ๐Ÿ‡ช": ["flag_jersey", "je", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฏ๐Ÿ‡ฒ": ["flag_jamaica", "jm", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฏ๐Ÿ‡ด": ["flag_jordan", "jo", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฏ๐Ÿ‡ต": ["flag_japan", "japanese", "nation", "flag", "country", "banner"], + "๐Ÿ‡ฐ๐Ÿ‡ช": ["flag_kenya", "ke", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฐ๐Ÿ‡ฌ": ["flag_kyrgyzstan", "kg", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฐ๐Ÿ‡ญ": ["flag_cambodia", "kh", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฐ๐Ÿ‡ฎ": ["flag_kiribati", "ki", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฐ๐Ÿ‡ฒ": ["flag_comoros", "km", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฐ๐Ÿ‡ณ": ["flag_st_kitts_nevis", "saint", "kitts", "nevis", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฐ๐Ÿ‡ต": ["flag_north_korea", "north", "korea", "nation", "flag", "country", "banner"], + "๐Ÿ‡ฐ๐Ÿ‡ท": ["flag_south_korea", "south", "korea", "nation", "flag", "country", "banner"], + "๐Ÿ‡ฐ๐Ÿ‡ผ": ["flag_kuwait", "kw", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฐ๐Ÿ‡พ": ["flag_cayman_islands", "cayman", "islands", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฐ๐Ÿ‡ฟ": ["flag_kazakhstan", "kz", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฑ๐Ÿ‡ฆ": ["flag_laos", "lao", "democratic", "republic", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฑ๐Ÿ‡ง": ["flag_lebanon", "lb", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฑ๐Ÿ‡จ": ["flag_st_lucia", "saint", "lucia", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฑ๐Ÿ‡ฎ": ["flag_liechtenstein", "li", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฑ๐Ÿ‡ฐ": ["flag_sri_lanka", "sri", "lanka", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฑ๐Ÿ‡ท": ["flag_liberia", "lr", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฑ๐Ÿ‡ธ": ["flag_lesotho", "ls", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฑ๐Ÿ‡น": ["flag_lithuania", "lt", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฑ๐Ÿ‡บ": ["flag_luxembourg", "lu", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฑ๐Ÿ‡ป": ["flag_latvia", "lv", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฑ๐Ÿ‡พ": ["flag_libya", "ly", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฒ๐Ÿ‡ฆ": ["flag_morocco", "ma", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฒ๐Ÿ‡จ": ["flag_monaco", "mc", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฒ๐Ÿ‡ฉ": ["flag_moldova", "moldova,", "republic", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฒ๐Ÿ‡ช": ["flag_montenegro", "me", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฒ๐Ÿ‡ซ": ["flag_st_martin"], + "๐Ÿ‡ฒ๐Ÿ‡ฌ": ["flag_madagascar", "mg", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฒ๐Ÿ‡ญ": ["flag_marshall_islands", "marshall", "islands", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฒ๐Ÿ‡ฐ": ["flag_north_macedonia", "macedonia,", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฒ๐Ÿ‡ฑ": ["flag_mali", "ml", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฒ๐Ÿ‡ฒ": ["flag_myanmar", "mm", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฒ๐Ÿ‡ณ": ["flag_mongolia", "mn", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฒ๐Ÿ‡ด": ["flag_macao_sar_china", "macao", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฒ๐Ÿ‡ต": ["flag_northern_mariana_islands", "northern", "mariana", "islands", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฒ๐Ÿ‡ถ": ["flag_martinique", "mq", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฒ๐Ÿ‡ท": ["flag_mauritania", "mr", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฒ๐Ÿ‡ธ": ["flag_montserrat", "ms", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฒ๐Ÿ‡น": ["flag_malta", "mt", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฒ๐Ÿ‡บ": ["flag_mauritius", "mu", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฒ๐Ÿ‡ป": ["flag_maldives", "mv", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฒ๐Ÿ‡ผ": ["flag_malawi", "mw", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฒ๐Ÿ‡ฝ": ["flag_mexico", "mx", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฒ๐Ÿ‡พ": ["flag_malaysia", "my", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฒ๐Ÿ‡ฟ": ["flag_mozambique", "mz", "flag", "nation", "country", "banner"], + "๐Ÿ‡ณ๐Ÿ‡ฆ": ["flag_namibia", "na", "flag", "nation", "country", "banner"], + "๐Ÿ‡ณ๐Ÿ‡จ": ["flag_new_caledonia", "new", "caledonia", "flag", "nation", "country", "banner"], + "๐Ÿ‡ณ๐Ÿ‡ช": ["flag_niger", "ne", "flag", "nation", "country", "banner"], + "๐Ÿ‡ณ๐Ÿ‡ซ": ["flag_norfolk_island", "norfolk", "island", "flag", "nation", "country", "banner"], + "๐Ÿ‡ณ๐Ÿ‡ฌ": ["flag_nigeria", "flag", "nation", "country", "banner"], + "๐Ÿ‡ณ๐Ÿ‡ฎ": ["flag_nicaragua", "ni", "flag", "nation", "country", "banner"], + "๐Ÿ‡ณ๐Ÿ‡ฑ": ["flag_netherlands", "nl", "flag", "nation", "country", "banner"], + "๐Ÿ‡ณ๐Ÿ‡ด": ["flag_norway", "no", "flag", "nation", "country", "banner"], + "๐Ÿ‡ณ๐Ÿ‡ต": ["flag_nepal", "np", "flag", "nation", "country", "banner"], + "๐Ÿ‡ณ๐Ÿ‡ท": ["flag_nauru", "nr", "flag", "nation", "country", "banner"], + "๐Ÿ‡ณ๐Ÿ‡บ": ["flag_niue", "nu", "flag", "nation", "country", "banner"], + "๐Ÿ‡ณ๐Ÿ‡ฟ": ["flag_new_zealand", "new", "zealand", "flag", "nation", "country", "banner"], + "๐Ÿ‡ด๐Ÿ‡ฒ": ["flag_oman", "om_symbol", "flag", "nation", "country", "banner"], + "๐Ÿ‡ต๐Ÿ‡ฆ": ["flag_panama", "pa", "flag", "nation", "country", "banner"], + "๐Ÿ‡ต๐Ÿ‡ช": ["flag_peru", "pe", "flag", "nation", "country", "banner"], + "๐Ÿ‡ต๐Ÿ‡ซ": ["flag_french_polynesia", "french", "polynesia", "flag", "nation", "country", "banner"], + "๐Ÿ‡ต๐Ÿ‡ฌ": ["flag_papua_new_guinea", "papua", "new", "guinea", "flag", "nation", "country", "banner"], + "๐Ÿ‡ต๐Ÿ‡ญ": ["flag_philippines", "ph", "flag", "nation", "country", "banner"], + "๐Ÿ‡ต๐Ÿ‡ฐ": ["flag_pakistan", "pk", "flag", "nation", "country", "banner"], + "๐Ÿ‡ต๐Ÿ‡ฑ": ["flag_poland", "pl", "flag", "nation", "country", "banner"], + "๐Ÿ‡ต๐Ÿ‡ฒ": ["flag_st_pierre_miquelon", "saint", "pierre", "miquelon", "flag", "nation", "country", "banner"], + "๐Ÿ‡ต๐Ÿ‡ณ": ["flag_pitcairn_islands", "pitcairn", "flag", "nation", "country", "banner"], + "๐Ÿ‡ต๐Ÿ‡ท": ["flag_puerto_rico", "puerto", "rico", "flag", "nation", "country", "banner"], + "๐Ÿ‡ต๐Ÿ‡ธ": [ + "flag_palestinian_territories", + "palestine", + "palestinian", + "territories", "flag", "nation", "country", "banner" ], - "๐Ÿ‡ฟ๐Ÿ‡ผ": [ - "flag_zimbabwe", - "zw", + "๐Ÿ‡ต๐Ÿ‡น": ["flag_portugal", "pt", "flag", "nation", "country", "banner"], + "๐Ÿ‡ต๐Ÿ‡ผ": ["flag_palau", "pw", "flag", "nation", "country", "banner"], + "๐Ÿ‡ต๐Ÿ‡พ": ["flag_paraguay", "py", "flag", "nation", "country", "banner"], + "๐Ÿ‡ถ๐Ÿ‡ฆ": ["flag_qatar", "qa", "flag", "nation", "country", "banner"], + "๐Ÿ‡ท๐Ÿ‡ช": ["flag_reunion", "rรฉunion", "flag", "nation", "country", "banner"], + "๐Ÿ‡ท๐Ÿ‡ด": ["flag_romania", "ro", "flag", "nation", "country", "banner"], + "๐Ÿ‡ท๐Ÿ‡ธ": ["flag_serbia", "rs", "flag", "nation", "country", "banner"], + "๐Ÿ‡ท๐Ÿ‡บ": ["flag_russia", "russian", "federation", "flag", "nation", "country", "banner"], + "๐Ÿ‡ท๐Ÿ‡ผ": ["flag_rwanda", "rw", "flag", "nation", "country", "banner"], + "๐Ÿ‡ธ๐Ÿ‡ฆ": ["flag_saudi_arabia", "flag", "nation", "country", "banner"], + "๐Ÿ‡ธ๐Ÿ‡ง": ["flag_solomon_islands", "solomon", "islands", "flag", "nation", "country", "banner"], + "๐Ÿ‡ธ๐Ÿ‡จ": ["flag_seychelles", "sc", "flag", "nation", "country", "banner"], + "๐Ÿ‡ธ๐Ÿ‡ฉ": ["flag_sudan", "sd", "flag", "nation", "country", "banner"], + "๐Ÿ‡ธ๐Ÿ‡ช": ["flag_sweden", "se", "flag", "nation", "country", "banner"], + "๐Ÿ‡ธ๐Ÿ‡ฌ": ["flag_singapore", "sg", "flag", "nation", "country", "banner"], + "๐Ÿ‡ธ๐Ÿ‡ญ": ["flag_st_helena", "saint", "helena", "ascension", "tristan", "cunha", "flag", "nation", "country", "banner"], + "๐Ÿ‡ธ๐Ÿ‡ฎ": ["flag_slovenia", "si", "flag", "nation", "country", "banner"], + "๐Ÿ‡ธ๐Ÿ‡ฏ": ["flag_svalbard_jan_mayen"], + "๐Ÿ‡ธ๐Ÿ‡ฐ": ["flag_slovakia", "sk", "flag", "nation", "country", "banner"], + "๐Ÿ‡ธ๐Ÿ‡ฑ": ["flag_sierra_leone", "sierra", "leone", "flag", "nation", "country", "banner"], + "๐Ÿ‡ธ๐Ÿ‡ฒ": ["flag_san_marino", "san", "marino", "flag", "nation", "country", "banner"], + "๐Ÿ‡ธ๐Ÿ‡ณ": ["flag_senegal", "sn", "flag", "nation", "country", "banner"], + "๐Ÿ‡ธ๐Ÿ‡ด": ["flag_somalia", "so", "flag", "nation", "country", "banner"], + "๐Ÿ‡ธ๐Ÿ‡ท": ["flag_suriname", "sr", "flag", "nation", "country", "banner"], + "๐Ÿ‡ธ๐Ÿ‡ธ": ["flag_south_sudan", "south", "sd", "flag", "nation", "country", "banner"], + "๐Ÿ‡ธ๐Ÿ‡น": ["flag_sao_tome_principe", "sao", "tome", "principe", "flag", "nation", "country", "banner"], + "๐Ÿ‡ธ๐Ÿ‡ป": ["flag_el_salvador", "el", "salvador", "flag", "nation", "country", "banner"], + "๐Ÿ‡ธ๐Ÿ‡ฝ": ["flag_sint_maarten", "sint", "maarten", "dutch", "flag", "nation", "country", "banner"], + "๐Ÿ‡ธ๐Ÿ‡พ": ["flag_syria", "syrian", "arab", "republic", "flag", "nation", "country", "banner"], + "๐Ÿ‡ธ๐Ÿ‡ฟ": ["flag_eswatini", "sz", "flag", "nation", "country", "banner"], + "๐Ÿ‡น๐Ÿ‡ฆ": ["flag_tristan_da_cunha"], + "๐Ÿ‡น๐Ÿ‡จ": ["flag_turks_caicos_islands", "turks", "caicos", "islands", "flag", "nation", "country", "banner"], + "๐Ÿ‡น๐Ÿ‡ฉ": ["flag_chad", "td", "flag", "nation", "country", "banner"], + "๐Ÿ‡น๐Ÿ‡ซ": [ + "flag_french_southern_territories", + "french", + "southern", + "territories", "flag", "nation", "country", "banner" ], - "๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ": [ - "flag_england", - "flag", - "english" - ], - "๐Ÿด๓ ง๓ ข๓ ณ๓ ฃ๓ ด๓ ฟ": [ - "flag_scotland", - "flag", - "scottish" - ], - "๐Ÿด๓ ง๓ ข๓ ท๓ ฌ๓ ณ๓ ฟ": [ - "flag_wales", - "flag", - "welsh" - ] -} \ No newline at end of file + "๐Ÿ‡น๐Ÿ‡ฌ": ["flag_togo", "tg", "flag", "nation", "country", "banner"], + "๐Ÿ‡น๐Ÿ‡ญ": ["flag_thailand", "th", "flag", "nation", "country", "banner"], + "๐Ÿ‡น๐Ÿ‡ฏ": ["flag_tajikistan", "tj", "flag", "nation", "country", "banner"], + "๐Ÿ‡น๐Ÿ‡ฐ": ["flag_tokelau", "tk", "flag", "nation", "country", "banner"], + "๐Ÿ‡น๐Ÿ‡ฑ": ["flag_timor_leste", "timor", "leste", "flag", "nation", "country", "banner"], + "๐Ÿ‡น๐Ÿ‡ฒ": ["flag_turkmenistan", "flag", "nation", "country", "banner"], + "๐Ÿ‡น๐Ÿ‡ณ": ["flag_tunisia", "tn", "flag", "nation", "country", "banner"], + "๐Ÿ‡น๐Ÿ‡ด": ["flag_tonga", "to", "flag", "nation", "country", "banner"], + "๐Ÿ‡น๐Ÿ‡ท": ["flag_turkey", "turkey", "flag", "nation", "country", "banner"], + "๐Ÿ‡น๐Ÿ‡น": ["flag_trinidad_tobago", "trinidad", "tobago", "flag", "nation", "country", "banner"], + "๐Ÿ‡น๐Ÿ‡ป": ["flag_tuvalu", "flag", "nation", "country", "banner"], + "๐Ÿ‡น๐Ÿ‡ผ": ["flag_taiwan", "tw", "flag", "nation", "country", "banner"], + "๐Ÿ‡น๐Ÿ‡ฟ": ["flag_tanzania", "tanzania,", "united", "republic", "flag", "nation", "country", "banner"], + "๐Ÿ‡บ๐Ÿ‡ฆ": ["flag_ukraine", "ua", "flag", "nation", "country", "banner"], + "๐Ÿ‡บ๐Ÿ‡ฌ": ["flag_uganda", "ug", "flag", "nation", "country", "banner"], + "๐Ÿ‡บ๐Ÿ‡ฒ": ["flag_u_s_outlying_islands"], + "๐Ÿ‡บ๐Ÿ‡ณ": ["flag_united_nations", "un", "flag", "banner"], + "๐Ÿ‡บ๐Ÿ‡ธ": ["flag_united_states", "united", "states", "america", "flag", "nation", "country", "banner"], + "๐Ÿ‡บ๐Ÿ‡พ": ["flag_uruguay", "uy", "flag", "nation", "country", "banner"], + "๐Ÿ‡บ๐Ÿ‡ฟ": ["flag_uzbekistan", "uz", "flag", "nation", "country", "banner"], + "๐Ÿ‡ป๐Ÿ‡ฆ": ["flag_vatican_city", "vatican", "city", "flag", "nation", "country", "banner"], + "๐Ÿ‡ป๐Ÿ‡จ": ["flag_st_vincent_grenadines", "saint", "vincent", "grenadines", "flag", "nation", "country", "banner"], + "๐Ÿ‡ป๐Ÿ‡ช": ["flag_venezuela", "ve", "bolivarian", "republic", "flag", "nation", "country", "banner"], + "๐Ÿ‡ป๐Ÿ‡ฌ": ["flag_british_virgin_islands", "british", "virgin", "islands", "bvi", "flag", "nation", "country", "banner"], + "๐Ÿ‡ป๐Ÿ‡ฎ": ["flag_u_s_virgin_islands", "virgin", "islands", "us", "flag", "nation", "country", "banner"], + "๐Ÿ‡ป๐Ÿ‡ณ": ["flag_vietnam", "viet", "nam", "flag", "nation", "country", "banner"], + "๐Ÿ‡ป๐Ÿ‡บ": ["flag_vanuatu", "vu", "flag", "nation", "country", "banner"], + "๐Ÿ‡ผ๐Ÿ‡ซ": ["flag_wallis_futuna", "wallis", "futuna", "flag", "nation", "country", "banner"], + "๐Ÿ‡ผ๐Ÿ‡ธ": ["flag_samoa", "ws", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฝ๐Ÿ‡ฐ": ["flag_kosovo", "xk", "flag", "nation", "country", "banner"], + "๐Ÿ‡พ๐Ÿ‡ช": ["flag_yemen", "ye", "flag", "nation", "country", "banner"], + "๐Ÿ‡พ๐Ÿ‡น": ["flag_mayotte", "yt", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฟ๐Ÿ‡ฆ": ["flag_south_africa", "south", "africa", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฟ๐Ÿ‡ฒ": ["flag_zambia", "zm", "flag", "nation", "country", "banner"], + "๐Ÿ‡ฟ๐Ÿ‡ผ": ["flag_zimbabwe", "zw", "flag", "nation", "country", "banner"], + "๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ": ["flag_england", "flag", "english"], + "๐Ÿด๓ ง๓ ข๓ ณ๓ ฃ๓ ด๓ ฟ": ["flag_scotland", "flag", "scottish"], + "๐Ÿด๓ ง๓ ข๓ ท๓ ฌ๓ ณ๓ ฟ": ["flag_wales", "flag", "welsh"], + "๐Ÿฅฒ": ["smiling face with tear", "sad", "cry", "pretend"], + "๐Ÿฅธ": ["disguised face", "pretent", "brows", "glasses", "moustache"], + "๐ŸคŒ": ["pinched fingers", "size", "tiny", "small"], + "๐Ÿซ€": ["anatomical heart", "health", "heartbeat"], + "๐Ÿซ": ["lungs", "breathe"], + "๐Ÿฅท": ["ninja", "ninjutsu", "skills", "japanese"], + "๐Ÿคตโ€โ™‚๏ธ": ["man in tuxedo", "formal", "fashion"], + "๐Ÿคตโ€โ™€๏ธ": ["woman in tuxedo", "formal", "fashion"], + "๐Ÿ‘ฐโ€โ™‚๏ธ": ["man with veil", "wedding", "marriage"], + "๐Ÿ‘ฐโ€โ™€๏ธ": ["woman with veil", "wedding", "marriage"], + "๐Ÿ‘ฉโ€๐Ÿผ": ["woman feeding baby", "birth", "food"], + "๐Ÿ‘จโ€๐Ÿผ": ["man feeding baby", "birth", "food"], + "๐Ÿง‘โ€๐Ÿผ": ["person feeding baby", "birth", "food"], + "๐Ÿง‘โ€๐ŸŽ„": ["mx claus", "christmas"], + "๐Ÿซ‚": ["people hugging", "care"], + "๐Ÿˆโ€โฌ›": ["black cat", "superstition", "luck"], + "๐Ÿฆฌ": ["bison", "ox"], + "๐Ÿฆฃ": ["mammoth", "elephant", "tusks"], + "๐Ÿฆซ": ["beaver", "animal", "rodent"], + "๐Ÿปโ€โ„๏ธ": ["polar bear", "animal", "arctic"], + "๐Ÿฆค": ["dodo", "animal", "bird"], + "๐Ÿชถ": ["feather", "bird", "fly"], + "๐Ÿฆญ": ["seal", "animal", "creature", "sea"], + "๐Ÿชฒ": ["beetle", "insect"], + "๐Ÿชณ": ["cockroach", "insect", "pests"], + "๐Ÿชฐ": ["fly", "insect"], + "๐Ÿชฑ": ["worm", "animal"], + "๐Ÿชด": ["potted plant", "greenery", "house"], + "๐Ÿซ": ["blueberries", "fruit"], + "๐Ÿซ’": ["olive", "fruit"], + "๐Ÿซ‘": ["bell pepper", "fruit", "plant"], + "๐Ÿซ“": ["flatbread", "flour", "food"], + "๐Ÿซ”": ["tamale", "food", "masa"], + "๐Ÿซ•": ["fondue", "cheese", "pot", "food"], + "๐Ÿซ–": ["teapot", "drink", "hot"], + "๐Ÿง‹": ["bubble tea", "taiwan", "boba", "milk tea", "straw"], + "๐Ÿชจ": ["rock", "stone"], + "๐Ÿชต": ["wood", "nature", "timber", "trunk"], + "๐Ÿ›–": ["hut", "house", "structure"], + "๐Ÿ›ป": ["pickup truck", "car", "transportation"], + "๐Ÿ›ผ": ["roller skate", "footwear", "sports"], + "๐Ÿช„": ["magic wand", "supernature", "power"], + "๐Ÿช…": ["pinata", "mexico", "candy", "celebration"], + "๐Ÿช†": ["nesting dolls", "matryoshka", "toy"], + "๐Ÿชก": ["sewing needle", "stitches"], + "๐Ÿชข": ["knot", "rope", "scout"], + "๐Ÿฉด": ["thong sandal", "footwear", "summer"], + "๐Ÿช–": ["military helmet", "army", "protection"], + "๐Ÿช—": ["accordion", "music"], + "๐Ÿช˜": ["long drum", "music"], + "๐Ÿช™": ["coin", "money", "currency"], + "๐Ÿชƒ": ["boomerang", "weapon"], + "๐Ÿชš": ["carpentry saw", "cut", "chop"], + "๐Ÿช›": ["screwdriver", "tools"], + "๐Ÿช": ["hook", "tools"], + "๐Ÿชœ": ["ladder", "tools"], + "๐Ÿ›—": ["elevator", "lift"], + "๐Ÿชž": ["mirror", "reflection"], + "๐ŸชŸ": ["window", "scenery"], + "๐Ÿช ": ["plunger", "toilet"], + "๐Ÿชค": ["mouse trap", "cheese"], + "๐Ÿชฃ": ["bucket", "water", "container"], + "๐Ÿชฅ": ["toothbrush", "hygiene", "dental"], + "๐Ÿชฆ": ["headstone", "death", "rip", "grave"], + "๐Ÿชง": ["placard", "announcement"], + "โšง๏ธ": ["transgender symbol", "lgbtq"], + "๐Ÿณ๏ธโ€โšง๏ธ": ["transgender flag", "lgbtq"] +} diff --git a/package-lock.json b/package-lock.json index bb24e9d1..95d0643c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -764,9 +764,9 @@ "dev": true }, "unicode-emoji-json": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/unicode-emoji-json/-/unicode-emoji-json-0.2.0.tgz", - "integrity": "sha512-O7Jkmm6GfqhSoA6KH8uCcFwt9lQfE8Rnks2aXeeTajN/d/Zu+kWupp3GNWkMbvVcxl9trs8v2nat9tyBi0Rhqg==", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/unicode-emoji-json/-/unicode-emoji-json-0.2.1.tgz", + "integrity": "sha512-4X736t5oVw33kPIPo9F0UUQqUY2gEtAwVFFnE7LXfExhPeWO64FahKw6yFb6gps7Ex7cat5LJPemVEzdk8pWug==", "dev": true }, "util-deprecate": { diff --git a/package.json b/package.json index 0e338098..7cdcfbff 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "prompts": "^2.2.1", "tap-summary": "^4.0.0", "tape": "^5.1.1", - "unicode-emoji-json": "^0.2.0" + "unicode-emoji-json": "^0.2.1" }, "dependencies": {} } From 53b03453c9e004662c4909d2964ec02cbd9b41ee Mon Sep 17 00:00:00 2001 From: Mu-An Chiou Date: Thu, 14 Jan 2021 23:08:35 +0800 Subject: [PATCH 20/24] Replace travis with github actions --- .github/test.yml | 16 ++++++++++++++++ .travis.yml | 10 ---------- 2 files changed, 16 insertions(+), 10 deletions(-) create mode 100644 .github/test.yml delete mode 100644 .travis.yml diff --git a/.github/test.yml b/.github/test.yml new file mode 100644 index 00000000..4c5402bc --- /dev/null +++ b/.github/test.yml @@ -0,0 +1,16 @@ +name: Node.js CI + +on: + push: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: Use Node.js + uses: actions/setup-node@v1 + with: + node-version: 15.x + - run: npm ci + - run: npm test diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 5c39057e..00000000 --- a/.travis.yml +++ /dev/null @@ -1,10 +0,0 @@ -language: node_js -node_js: - - "9" -sudo: false -notifications: - email: false -branches: - only: - - gh-pages - - "/.+/" From 0a1bed3bd35c254ad077a7ba2809d76bb94c3b27 Mon Sep 17 00:00:00 2001 From: Mu-An Chiou Date: Thu, 14 Jan 2021 23:09:31 +0800 Subject: [PATCH 21/24] Move workflows into workflows dir --- .github/{ => workflows}/test.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{ => workflows}/test.yml (100%) diff --git a/.github/test.yml b/.github/workflows/test.yml similarity index 100% rename from .github/test.yml rename to .github/workflows/test.yml From f75eb94fbb892be9f148deec286d9c974c7f2027 Mon Sep 17 00:00:00 2001 From: Mu-An Chiou Date: Thu, 14 Jan 2021 23:11:39 +0800 Subject: [PATCH 22/24] Rename workflow --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4c5402bc..05924c59 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: Node.js CI +name: Test dataset on: push: From b7b4d1413cde91e8b6eb30e6d1aabc64ee64e3b8 Mon Sep 17 00:00:00 2001 From: Mu-An Chiou Date: Thu, 14 Jan 2021 23:16:07 +0800 Subject: [PATCH 23/24] Update badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a769903..e8d458e3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# emojilib [![Travis CI build status](https://img.shields.io/travis/muan/emojilib.svg?style=flat-square)](https://travis-ci.org/muan/emojilib) [![NPM](https://img.shields.io/npm/dt/emojilib.svg?style=flat-square&colorB=fd7463)](https://www.npmjs.com/package/emojilib) [![JavaScript Standard Style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square&colorB=f1d04a)](https://github.com/feross/standard) +# emojilib ![CI status](https://github.com/muan/emojilib/workflows/Test%20dataset/badge.svg?branch=main) [![npm](https://img.shields.io/npm/dt/emojilib.svg?style=flat-square&colorB=fd7463)](https://www.npmjs.com/package/emojilib) [![JavaScript Standard Style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square&colorB=f1d04a)](https://github.com/feross/standard) Make emoji searchable with this keyword library. From fedf825667162681da6a885d1f57f4a6581a2553 Mon Sep 17 00:00:00 2001 From: Mu-An Chiou Date: Thu, 14 Jan 2021 23:17:14 +0800 Subject: [PATCH 24/24] Remove unused module --- package-lock.json | 22 ---------------------- package.json | 1 - 2 files changed, 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index 95d0643c..f2ceb6a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -412,12 +412,6 @@ "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", "dev": true }, - "kleur": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", - "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", - "dev": true - }, "minimatch": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", @@ -530,16 +524,6 @@ "read": "^1.0.4" } }, - "prompts": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.2.1.tgz", - "integrity": "sha512-VObPvJiWPhpZI6C5m60XOzTfnYg/xc/an+r9VYymj9WJW3B/DIH+REzjpAACPf8brwPeP+7vz3bIim3S+AaMjw==", - "dev": true, - "requires": { - "kleur": "^3.0.3", - "sisteransi": "^1.0.3" - } - }, "re-emitter": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/re-emitter/-/re-emitter-1.1.3.tgz", @@ -624,12 +608,6 @@ "object-inspect": "^1.9.0" } }, - "sisteransi": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.3.tgz", - "integrity": "sha512-SbEG75TzH8G7eVXFSN5f9EExILKfly7SUvVY5DhhYLvfhKqhDFY0OzevWa/zwak0RLRfWS5AvfMWpd9gJvr5Yg==", - "dev": true - }, "split": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/split/-/split-1.0.0.tgz", diff --git a/package.json b/package.json index 7cdcfbff..228e9302 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,6 @@ "devDependencies": { "prettier": "^1.18.2", "promptly": "^3.2.0", - "prompts": "^2.2.1", "tap-summary": "^4.0.0", "tape": "^5.1.1", "unicode-emoji-json": "^0.2.1"