diff --git a/assets/css/index.css b/assets/css/index.css index 0bf1a5d..0587024 100644 --- a/assets/css/index.css +++ b/assets/css/index.css @@ -1,193 +1,193 @@ @font-face { - font-family: DsWhitney; - src: local("Whitney"), url("../fonts/whitney-300.woff"); - font-style: normal; - font-weight: 300; - font-display: swap; + font-family: DsWhitney; + src: local("Whitney"), url("../fonts/whitney-300.woff"); + font-style: normal; + font-weight: 300; + font-display: swap; } @font-face { - font-family: DsWhitney; - src: local("Whitney"), url("../fonts/whitney-400.woff"); - font-style: normal; - font-weight: 400; - font-display: swap; + font-family: DsWhitney; + src: local("Whitney"), url("../fonts/whitney-400.woff"); + font-style: normal; + font-weight: 400; + font-display: swap; } @font-face { - font-family: DsWhitney; - src: local("Whitney"), url("../fonts/whitney-500.woff"); - font-style: normal; - font-weight: 500; - font-display: swap; + font-family: DsWhitney; + src: local("Whitney"), url("../fonts/whitney-500.woff"); + font-style: normal; + font-weight: 500; + font-display: swap; } @font-face { - font-family: DsWhitney; - src: local("Whitney"), url("../fonts/whitney-600.woff"); - font-style: normal; - font-weight: 600; - font-display: swap; + font-family: DsWhitney; + src: local("Whitney"), url("../fonts/whitney-600.woff"); + font-style: normal; + font-weight: 600; + font-display: swap; } @font-face { - font-family: DsWhitney; - src: local("Whitney"), url("../fonts/whitney-700.woff"); - font-style: normal; - font-weight: 700; - font-display: swap; + font-family: DsWhitney; + src: local("Whitney"), url("../fonts/whitney-700.woff"); + font-style: normal; + font-weight: 700; + font-display: swap; } :root { - --link: #00b0f4; - --embedTextColor: #dcddde; - --embedTextColor2: #72767d; - --embedBackground: #2f3136; - --fullEmbedBackground: #36393f; - --side1Background: #2c2e33; - --side1Background: #2f3136; - --background-secondary: #2f3136; - --background-tertiary: #202225; - --header-secondary: #b9bbbe; - --interactive-muted: #4f545c; + --link: #00b0f4; + --embedTextColor: #dcddde; + --embedTextColor2: #72767d; + --embedBackground: #2f3136; + --fullEmbedBackground: #36393f; + --side1Background: #2c2e33; + --side1Background: #2f3136; + --background-secondary: #2f3136; + --background-tertiary: #202225; + --header-secondary: #b9bbbe; + --interactive-muted: #4f545c; } * { - outline: none; - box-sizing: border-box; + outline: none; + box-sizing: border-box; } html, body { - height: 100%; + height: 100%; } body { - line-height: 1; - margin: 0px; - padding: 0px; - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - overflow: hidden; - background-color: var(--fullEmbedBackground); - color: #fff; + line-height: 1; + margin: 0px; + padding: 0px; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + overflow: hidden; + background-color: var(--fullEmbedBackground); + color: #fff; } body.no-user .msgEmbed>.contents { - display: none; + display: none; } .hidden, .embed.emptyEmbed { - display: none; + display: none; } .pointer { - cursor: pointer; + cursor: pointer; } .main { - position: absolute; - width: 100%; - height: 100%; - display: grid; + position: absolute; + width: 100%; + height: 100%; + display: grid; } body:not(.no-preview):not(.no-editor) .main { - grid-template-columns: 45% 55%; + grid-template-columns: 45% 55%; } .top pre>code .hltChars { - color: #b96a97; - color: #b36391; + color: #b96a97; + color: #b36391; } .top pre>code .hltInt { - color: #a474e8; - color: #7658c8; + color: #a474e8; + color: #7658c8; } .top pre>code .hltBool { - color: #d679c6; + color: #d679c6; } .top pre>code .hltStr1 { - color: #68b7c8; + color: #68b7c8; } .top pre>code .hltStr2 { - color: #b58900; - color: #aab060; + color: #b58900; + color: #aab060; } .main section { - min-height: 0; - padding-right: 0; - position: relative; + min-height: 0; + padding-right: 0; + position: relative; } .main .side1 { - width: 100%; - height: 100%; - background-color: var(--side1Background); - border-right: 1px solid var(--background-tertiary); - padding: 20px; + width: 100%; + height: 100%; + background-color: var(--side1Background); + border-right: 1px solid var(--background-tertiary); + padding: 20px; } .side1 .bottom .box { - background-color: #27282d; + background-color: #27282d; } .top { - width: 100%; - height: 55%; - border: none; - padding: 5px; - outline: none; - border-radius: 5px; - background-color: #292b2f; - color: rgb(228, 225, 225); - border: 1px solid var(--background-tertiary); - overflow: auto; + width: 100%; + height: 55%; + border: none; + padding: 5px; + outline: none; + border-radius: 5px; + background-color: #292b2f; + color: rgb(228, 225, 225); + border: 1px solid var(--background-tertiary); + overflow: auto; } .side1 .item.top { - background-color: #292b2f; - width: 100%; - height: 94%; - border-radius: 5px; - transform: translateY(10px); + background-color: #292b2f; + width: 100%; + height: 94%; + border-radius: 5px; + transform: translateY(10px); } @media screen and (min-height: 910px) { - .side1 .item.top { - transform: translateY(20px); - } + .side1 .item.top { + transform: translateY(20px); + } } .top, .bottom { - margin: auto; + margin: auto; } .main .side2 { - height: 100%; - justify-content: center; - vertical-align: center; - overflow: auto; - scrollbar-color: #26272d #36393f; - scrollbar-width: thin; - font-family: DsWhitney, "Helvetica Neue", Helvetica, Arial, sans-serif; - background-color: var(--fullEmbedBackground); + height: 100%; + justify-content: center; + vertical-align: center; + overflow: auto; + scrollbar-color: #26272d #36393f; + scrollbar-width: thin; + font-family: DsWhitney, "Helvetica Neue", Helvetica, Arial, sans-serif; + background-color: var(--fullEmbedBackground); } ::-webkit-scrollbar { - width: 7px; - background: #36393f; + width: 7px; + background: #36393f; } .main .side2::-webkit-scrollbar-thumb { - border-radius: 50px; - background: #26272d; + border-radius: 50px; + background: #26272d; } a, @@ -245,25 +245,25 @@ tr, tt, ul, var { - margin: 0px; - padding: 0px; - border: 0px; - font-weight: inherit; - font-style: inherit; - font-family: inherit; - font-size: 100%; - vertical-align: baseline; + margin: 0px; + padding: 0px; + border: 0px; + font-weight: inherit; + font-style: inherit; + font-family: inherit; + font-size: 100%; + vertical-align: baseline; } .hljs-comment, .hljs-quote { - color: var(--interactive-muted); + color: var(--interactive-muted); } .hljs-addition, .hljs-keyword, .hljs-selector-tag { - color: #859900; + color: #859900; } .hljs-doctag, @@ -272,7 +272,7 @@ var { .hljs-number, .hljs-regexp, .hljs-string { - color: #2aa198; + color: #2aa198; } .hljs-name, @@ -280,7 +280,7 @@ var { .hljs-selector-class, .hljs-selector-id, .hljs-title { - color: #268bd2; + color: #268bd2; } .hljs-attr, @@ -289,7 +289,7 @@ var { .hljs-template-variable, .hljs-type, .hljs-variable { - color: #b58900; + color: #b58900; } .hljs-bullet, @@ -300,47 +300,47 @@ var { .hljs-selector-pseudo, .hljs-subst, .hljs-symbol { - color: #cb4b16; + color: #cb4b16; } .hljs-built_in, .hljs-deletion { - color: #dc322f; + color: #dc322f; } .hljs-formula { - background: #073642; + background: #073642; } .hljs-emphasis { - font-style: italic; + font-style: italic; } .hljs-strong { - font-weight: 700; + font-weight: 700; } .cm-string { - color: #92deea !important; + color: #92deea !important; } .cm-string~.cm-string { - color: #c3e88d !important; + color: #c3e88d !important; } .cm-number { - color: #d19a66 !important; + color: #d19a66 !important; } code, [class^="cm-"] { - font-family: Consolas, Andale Mono WT, Andale Mono, Lucida Console, Lucida Sans Typewriter, DejaVu Sans Mono, Bitstream Vera Sans Mono, Liberation Mono, Nimbus Mono L, Monaco, Courier New, Courier, monospace; - font-size: 14px; - line-height: 16px; + font-family: Consolas, Andale Mono WT, Andale Mono, Lucida Console, Lucida Sans Typewriter, DejaVu Sans Mono, Bitstream Vera Sans Mono, Liberation Mono, Nimbus Mono L, Monaco, Courier New, Courier, monospace; + font-size: 14px; + line-height: 16px; } a img { - border: none; + border: none; } ::-webkit-input-placeholder, @@ -349,8 +349,8 @@ button, input, select, textarea { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - text-rendering: optimizelegibility; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + text-rendering: optimizelegibility; } ::placeholder, @@ -359,8 +359,8 @@ button, input, select, textarea { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; - text-rendering: optimizelegibility; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + text-rendering: optimizelegibility; } a, @@ -372,194 +372,194 @@ select, span, strong, textarea { - outline: 0px; + outline: 0px; } img[alt] { - text-indent: -9999px; + text-indent: -9999px; } .\@ { - background-color: hsla(38, calc(var(--saturation-factor, 1)*95.7%), 54.1%, 0.1); + background-color: hsla(38, calc(var(--saturation-factor, 1)*95.7%), 54.1%, 0.1); } .\@::before { - content: ""; - position: absolute; - display: block; - top: 0; - left: 0; - bottom: 0; - pointer-events: none; - width: 2px; + content: ""; + position: absolute; + display: block; + top: 0; + left: 0; + bottom: 0; + pointer-events: none; + width: 2px; } .mention { - background-color: hsla(235, calc(85.6%), 64.7%, 0.3); - transition: background-color 50ms ease-out, color 50ms ease-out; - border-radius: 3px; - padding: 0 2px; - font-weight: 500; - position: relative; + background-color: hsla(235, calc(85.6%), 64.7%, 0.3); + transition: background-color 50ms ease-out, color 50ms ease-out; + border-radius: 3px; + padding: 0 2px; + font-weight: 500; + position: relative; } .mention.channel::before { - content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='hsl(236,calc(83.3%),92.9%)' fill-rule='evenodd' clip-rule='evenodd' d='M5.88657 21C5.57547 21 5.3399 20.7189 5.39427 20.4126L6.00001 17H2.59511C2.28449 17 2.04905 16.7198 2.10259 16.4138L2.27759 15.4138C2.31946 15.1746 2.52722 15 2.77011 15H6.35001L7.41001 9H4.00511C3.69449 9 3.45905 8.71977 3.51259 8.41381L3.68759 7.41381C3.72946 7.17456 3.93722 7 4.18011 7H7.76001L8.39677 3.41262C8.43914 3.17391 8.64664 3 8.88907 3H9.87344C10.1845 3 10.4201 3.28107 10.3657 3.58738L9.76001 7H15.76L16.3968 3.41262C16.4391 3.17391 16.6466 3 16.8891 3H17.8734C18.1845 3 18.4201 3.28107 18.3657 3.58738L17.76 7H21.1649C21.4755 7 21.711 7.28023 21.6574 7.58619L21.4824 8.58619C21.4406 8.82544 21.2328 9 20.9899 9H17.41L16.35 15H19.7549C20.0655 15 20.301 15.2802 20.2474 15.5862L20.0724 16.5862C20.0306 16.8254 19.8228 17 19.5799 17H16L15.3632 20.5874C15.3209 20.8261 15.1134 21 14.8709 21H13.8866C13.5755 21 13.3399 20.7189 13.3943 20.4126L14 17H8.00001L7.36325 20.5874C7.32088 20.8261 7.11337 21 6.87094 21H5.88657ZM9.41045 9L8.35045 15H14.3504L15.4104 9H9.41045Z'%3E%3C/path%3E%3C/svg%3E"); - width: 1.05rem; - height: 1.3rem; - -o-object-fit: contain; - object-fit: contain; - position: relative; - left: .125rem; - top: 3px; - display: inline-block; - margin-right: .125rem; - color: hsl(236, calc(83.3%), 92.9%); + content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='hsl(236,calc(83.3%),92.9%)' fill-rule='evenodd' clip-rule='evenodd' d='M5.88657 21C5.57547 21 5.3399 20.7189 5.39427 20.4126L6.00001 17H2.59511C2.28449 17 2.04905 16.7198 2.10259 16.4138L2.27759 15.4138C2.31946 15.1746 2.52722 15 2.77011 15H6.35001L7.41001 9H4.00511C3.69449 9 3.45905 8.71977 3.51259 8.41381L3.68759 7.41381C3.72946 7.17456 3.93722 7 4.18011 7H7.76001L8.39677 3.41262C8.43914 3.17391 8.64664 3 8.88907 3H9.87344C10.1845 3 10.4201 3.28107 10.3657 3.58738L9.76001 7H15.76L16.3968 3.41262C16.4391 3.17391 16.6466 3 16.8891 3H17.8734C18.1845 3 18.4201 3.28107 18.3657 3.58738L17.76 7H21.1649C21.4755 7 21.711 7.28023 21.6574 7.58619L21.4824 8.58619C21.4406 8.82544 21.2328 9 20.9899 9H17.41L16.35 15H19.7549C20.0655 15 20.301 15.2802 20.2474 15.5862L20.0724 16.5862C20.0306 16.8254 19.8228 17 19.5799 17H16L15.3632 20.5874C15.3209 20.8261 15.1134 21 14.8709 21H13.8866C13.5755 21 13.3399 20.7189 13.3943 20.4126L14 17H8.00001L7.36325 20.5874C7.32088 20.8261 7.11337 21 6.87094 21H5.88657ZM9.41045 9L8.35045 15H14.3504L15.4104 9H9.41045Z'%3E%3C/path%3E%3C/svg%3E"); + width: 1.05rem; + height: 1.3rem; + -o-object-fit: contain; + object-fit: contain; + position: relative; + left: .125rem; + top: 3px; + display: inline-block; + margin-right: .125rem; + color: hsl(236, calc(83.3%), 92.9%); } .mention.interactive:hover { - color: #fff; - cursor: pointer; - background-color: hsl(235, calc(85.6%), 64.7%); + color: #fff; + cursor: pointer; + background-color: hsl(235, calc(85.6%), 64.7%); } .msgEmbed { - min-height: 2.75rem; - position: absolute; - overflow-wrap: break-word; - user-select: text; - width: 100%; - margin: 10px 0 0 0; - padding: calc(0.125rem + 10px) 20px 20px 92px; + min-height: 2.75rem; + position: absolute; + overflow-wrap: break-word; + user-select: text; + width: 100%; + margin: 10px 0 0 0; + padding: calc(0.125rem + 10px) 20px 20px 92px; } body.no-user .msgEmbed { - padding-left: 35px; + padding-left: 35px; } .msgEmbed:hover { - background-color: #04040512; + background-color: #04040512; } .embedTitle>* { - line-height: 1.375rem; + line-height: 1.375rem; } .botTagVerified { - display: none; + display: none; } .contents { - position: static; - margin-left: 0px; - padding-left: 0px; - text-indent: 0px; + position: static; + margin-left: 0px; + padding-left: 0px; + text-indent: 0px; } .contents.verified .botTag { - padding-left: 0; + padding-left: 0; } .contents.verified .botTagVerified { - display: block; + display: block; } .avatar { - position: absolute; - left: 36px; - margin-top: calc(4px - 0.125rem); - width: 40px; - height: 40px; - border-radius: 50%; - overflow: hidden; - cursor: pointer; - user-select: none; - flex: 0 0 auto; - z-index: 1; + position: absolute; + left: 36px; + margin-top: calc(4px - 0.125rem); + width: 40px; + height: 40px; + border-radius: 50%; + overflow: hidden; + cursor: pointer; + user-select: none; + flex: 0 0 auto; + z-index: 1; } .timeText { - font-size: 0.75rem; - line-height: 1.375rem; - color: var(--embedTextColor2); - vertical-align: baseline; - margin-left: 0.25rem; - display: inline-block; - height: 1.25rem; - cursor: default; - pointer-events: none; - font-weight: 500; + font-size: 0.75rem; + line-height: 1.375rem; + color: var(--embedTextColor2); + vertical-align: baseline; + margin-left: 0.25rem; + display: inline-block; + height: 1.25rem; + cursor: default; + pointer-events: none; + font-weight: 500; } .botTag { - height: 0.9375rem; - padding: 0px 0.275rem; - margin-top: 0.075em; - border-radius: 0.1875rem; - background: #5961ec; - font-size: 0.625rem; - text-transform: uppercase; - vertical-align: top; - display: inline-flex; - align-items: center; - flex-shrink: 0; - text-indent: 0px; - position: relative; - top: 0.1rem; - margin-left: 0.25rem; - line-height: 1.375rem; - white-space: break-spaces; - overflow-wrap: break-word; + height: 0.9375rem; + padding: 0px 0.275rem; + margin-top: 0.075em; + border-radius: 0.1875rem; + background: #5961ec; + font-size: 0.625rem; + text-transform: uppercase; + vertical-align: top; + display: inline-flex; + align-items: center; + flex-shrink: 0; + text-indent: 0px; + position: relative; + top: 0.1rem; + margin-left: 0.25rem; + line-height: 1.375rem; + white-space: break-spaces; + overflow-wrap: break-word; } .botText { - position: relative; - font-size: 10px; - line-height: 15px; - text-transform: uppercase; - text-indent: 0px; - color: rgb(255, 255, 255); - font-weight: 500; + position: relative; + font-size: 10px; + line-height: 15px; + text-transform: uppercase; + text-indent: 0px; + color: rgb(255, 255, 255); + font-weight: 500; } .username { - cursor: pointer; - font-size: 1rem; - font-weight: 500; - line-height: 1.375rem; - color: #fff; - display: inline; - vertical-align: baseline; - position: relative; + cursor: pointer; + font-size: 1rem; + font-weight: 500; + line-height: 1.375rem; + color: #fff; + display: inline; + vertical-align: baseline; + position: relative; } .imageWrapper { - display: block; - position: relative; - user-select: text; - overflow: hidden; - border-radius: 3px; + display: block; + position: relative; + user-select: text; + overflow: hidden; + border-radius: 3px; } .imageWrapper img { - /* position: absolute; */ - width: 100%; - height: 100%; + /* position: absolute; */ + width: 100%; + height: 100%; } .clickable { - cursor: pointer; + cursor: pointer; } .embed { - position: relative; - display: grid; - max-width: 520px; - box-sizing: border-box; - border-radius: 4px; - border-left: 4px solid var(--fullEmbedBackground); - background: var(--embedBackground); - border-color: #1e2327; + position: relative; + display: grid; + max-width: 520px; + box-sizing: border-box; + border-radius: 4px; + border-left: 4px solid var(--fullEmbedBackground); + background: var(--embedBackground); + border-color: #1e2327; } .embedAuthorName, @@ -572,1733 +572,1733 @@ body.no-user .msgEmbed { .embedProvider-3k5pfl, .embedTitle, .embedTitleLink-1Zla9e { - unicode-bidi: plaintext; - text-align: left; + unicode-bidi: plaintext; + text-align: left; } .emoji { - object-fit: contain; - width: 1.375em; - height: 1.375em; - vertical-align: bottom; + object-fit: contain; + width: 1.375em; + height: 1.375em; + vertical-align: bottom; } .embed .emoji { - width: 18px; - height: 18px; + width: 18px; + height: 18px; } .embedGrid { - overflow: hidden; - max-width: 520px; - padding: 0.5rem 1rem 1rem 0.75rem; - display: inline-grid; - grid-template-columns: auto; - grid-template-rows: auto; - grid-template-columns: auto min-content; + overflow: hidden; + max-width: 520px; + padding: 0.5rem 1rem 1rem 0.75rem; + display: inline-grid; + grid-template-columns: auto; + grid-template-rows: auto; + grid-template-columns: auto min-content; } .embedMargin { - margin-top: 8px; + margin-top: 8px; } .embedLink { - text-decoration: none; - cursor: pointer; + text-decoration: none; + cursor: pointer; } .embedAuthor { - display: flex; - align-items: center; - grid-column: 1 / 1; + display: flex; + align-items: center; + grid-column: 1 / 1; } .embedAuthorName { - font-size: 0.875rem; - font-weight: 600; + font-size: 0.875rem; + font-weight: 600; } .embedAuthorIcon { - margin-right: 8px; - width: 24px; - height: 24px; - object-fit: contain; - border-radius: 50%; + margin-right: 8px; + width: 24px; + height: 24px; + object-fit: contain; + border-radius: 50%; } .embedTitle { - font-size: 1rem; - font-weight: 600; - display: inline-block; - grid-column: 1 / 1; + font-size: 1rem; + font-weight: 600; + display: inline-block; + grid-column: 1 / 1; } .embedDescription { - font-size: 0.875rem; - line-height: 1.125rem; - font-weight: 400; - white-space: pre-line; - grid-column: 1 / 1; + font-size: 0.875rem; + line-height: 1.125rem; + font-weight: 400; + white-space: pre-line; + grid-column: 1 / 1; } .embedImage { - margin-top: 16px; - grid-column: 1 / 1; - border-radius: 4px; - contain: paint; - grid-column: 1 / 3; - max-width: 100%; + margin-top: 16px; + grid-column: 1 / 1; + border-radius: 4px; + contain: paint; + grid-column: 1 / 3; + max-width: 100%; } /* .embedImage, .embedThumbnail { - display: block; - object-fit: fill; + display: block; + object-fit: fill; } .embedImage, .embedThumbnail { - display: block; - border-radius: 4px; + display: block; + border-radius: 4px; } .embedThumbnail { - width: 80px; - height: 80px; + width: 80px; + height: 80px; } .embedThumbnail { - grid-area: 1 / 2 / 8 / 2; - margin-left: 16px; - margin-top: 8px; - flex-shrink: 0; - justify-self: end; - width: 80px; - height: 80px; + grid-area: 1 / 2 / 8 / 2; + margin-left: 16px; + margin-top: 8px; + flex-shrink: 0; + justify-self: end; + width: 80px; + height: 80px; } */ .embedImage img, .embedThumbnail img { - display: block; - object-fit: fill; - border-radius: 4px; + display: block; + object-fit: fill; + border-radius: 4px; } .embedThumbnail { - grid-area: 1 / 2 / 8 / 2; - margin-left: 16px; - margin-top: 8px; - flex-shrink: 0; - justify-self: end; - /* <> */ - width: 80px; - height: 80px; - /* <> */ + grid-area: 1 / 2 / 8 / 2; + margin-left: 16px; + margin-top: 8px; + flex-shrink: 0; + justify-self: end; + /* <> */ + width: 80px; + height: 80px; + /* <> */ } .embedFooter { - display: flex; - align-items: center; - grid-area: auto / 1 / auto / 1; + display: flex; + align-items: center; + grid-area: auto / 1 / auto / 1; } .embedFooter { - grid-column: 1 / 3; + grid-column: 1 / 3; } .embedFooterText { - font-size: 0.75rem; - line-height: 1rem; - font-weight: 500; - color: var(--embedTextColor); + font-size: 0.75rem; + line-height: 1rem; + font-weight: 500; + color: var(--embedTextColor); } .embedFooterSeparator { - font-weight: 500; - color: var(--embedTextColor); - display: inline-block; - margin: 0px 4px; + font-weight: 500; + color: var(--embedTextColor); + display: inline-block; + margin: 0px 4px; } .embedFooterIcon { - margin-right: 8px; - width: 20px; - height: 20px; - object-fit: contain; - border-radius: 50%; + margin-right: 8px; + width: 20px; + height: 20px; + object-fit: contain; + border-radius: 50%; } .embedFields { - display: grid; - grid-column: 1 / 1; - margin-top: 8px; - gap: 8px; - min-width: 0px; - grid-gap: 8px; + display: grid; + grid-column: 1 / 1; + margin-top: 8px; + gap: 8px; + min-width: 0px; + grid-gap: 8px; } .embedField { - font-weight: 400; - font-size: 0.875rem; - line-height: 1.125rem; - min-width: 0px; + font-weight: 400; + font-size: 0.875rem; + line-height: 1.125rem; + min-width: 0px; } .embedFieldName { - font-weight: 600; - margin-bottom: 2px; + font-weight: 600; + margin-bottom: 2px; } .embedFieldValue { - font-size: 0.875rem; - line-height: 1.125rem; - font-weight: 400; - white-space: pre-line; - min-width: 0px; + font-size: 0.875rem; + line-height: 1.125rem; + font-weight: 400; + white-space: pre-line; + min-width: 0px; } .embedDescription, .embedFieldValue { - color: var(--embedTextColor); + color: var(--embedTextColor); } .embedAuthorName, .embedFieldName, .embedTitle { - color: #fff; + color: #fff; } .embedGrid>* { - display: none; + display: none; } .messageContent { - user-select: text; - margin-left: -72px; - padding-left: 72px; + user-select: text; + margin-left: -72px; + padding-left: 72px; } .messageContent.markup { - font-size: 1rem; - line-height: 1.375rem; - white-space: pre-wrap; - white-space: break-spaces; - word-wrap: break-word; - user-select: text; - font-weight: 400; + font-size: 1rem; + line-height: 1.375rem; + white-space: pre-wrap; + white-space: break-spaces; + word-wrap: break-word; + user-select: text; + font-weight: 400; } strong { - font-weight: 600; + font-weight: 600; } u { - text-decoration: underline; + text-decoration: underline; } .markup em { - font-style: italic; + font-style: italic; } .markup strong { - font-weight: 700; + font-weight: 700; } .markup { - font-size: 1rem; - line-height: 1.375rem; - user-select: text; - color: var(--embedTextColor); - font-weight: 400; + font-size: 1rem; + line-height: 1.375rem; + user-select: text; + color: var(--embedTextColor); + font-weight: 400; } .markup a { - word-break: break-word; - text-decoration: none; - cursor: pointer; + word-break: break-word; + text-decoration: none; + cursor: pointer; } .anchor { - color: var(--link); + color: var(--link); } .markup a:hover { - text-decoration: underline; + text-decoration: underline; } .markup code { - font-size: 0.875rem; - line-height: 1.125rem; - text-indent: 0; - white-space: pre-wrap; - scrollbar-width: thin; - scrollbar-color: var(--background-tertiary) var(--background-secondary); - background: #2f3136; - border: 1px solid #202225; + font-size: 0.875rem; + line-height: 1.125rem; + text-indent: 0; + white-space: pre-wrap; + scrollbar-width: thin; + scrollbar-color: var(--background-tertiary) var(--background-secondary); + background: #2f3136; + border: 1px solid #202225; } .markup pre>code { - display: block; - overflow-x: auto; - padding: .5em; - border-radius: 4px; - color: var(--header-secondary); - text-size-adjust: none; + display: block; + overflow-x: auto; + padding: .5em; + border-radius: 4px; + color: var(--header-secondary); + text-size-adjust: none; } .embedMargin { - word-break: break-all; + word-break: break-all; } .embed blockquote { - max-width: 100%; + max-width: 100%; } .blockquote { - display: flex; - display: -webkit-box; + display: flex; + display: -webkit-box; } .blockquote blockquote { - padding: 0 8px 0 12px; - box-sizing: border-box; - text-indent: 0; + padding: 0 8px 0 12px; + box-sizing: border-box; + text-indent: 0; } .blockquote .blockquoteDivider { - width: 4px; - border-radius: 4px; + width: 4px; + border-radius: 4px; } .blockquoteDivider { - background-color: var(--interactive-muted); + background-color: var(--interactive-muted); } .container { - display: grid; - grid-auto-flow: row; - row-gap: 0.25rem; - text-indent: 0px; - min-height: 0px; - min-width: 0px; - padding-top: 0.125rem; - padding-bottom: 0.125rem; + display: grid; + grid-auto-flow: row; + row-gap: 0.25rem; + text-indent: 0px; + min-height: 0px; + min-width: 0px; + padding-top: 0.125rem; + padding-bottom: 0.125rem; } .container>* { - place-self: start; + place-self: start; } .markup code { - font-size: 0.875rem; - line-height: 1.125rem; - text-indent: 0; - white-space: pre-wrap; - background: var(--background-secondary); - border: 1px solid var(--background-tertiary); + font-size: 0.875rem; + line-height: 1.125rem; + text-indent: 0; + white-space: pre-wrap; + background: var(--background-secondary); + border: 1px solid var(--background-tertiary); } .markup code.inline { - width: auto; - height: auto; - padding: .2em; - margin: -.2em 0; - border-radius: 3px; - font-size: 85%; - font-family: Consolas, Andale Mono WT, Andale Mono, Lucida Console, Lucida Sans Typewriter, DejaVu Sans Mono, Bitstream Vera Sans Mono, Liberation Mono, Nimbus Mono L, Monaco, Courier New, Courier, monospace; - text-indent: 0; - border: none; - white-space: pre-wrap; + width: auto; + height: auto; + padding: .2em; + margin: -.2em 0; + border-radius: 3px; + font-size: 85%; + font-family: Consolas, Andale Mono WT, Andale Mono, Lucida Console, Lucida Sans Typewriter, DejaVu Sans Mono, Bitstream Vera Sans Mono, Liberation Mono, Nimbus Mono L, Monaco, Courier New, Courier, monospace; + text-indent: 0; + border: none; + white-space: pre-wrap; } .markup>blockquote, .markup pre { - max-width: 90%; + max-width: 90%; } .embed { - max-width: 100%; + max-width: 100%; } /* Spinner */ .spinner-container { - position: relative; - width: 80px; - height: 80px; - background-color: #2d2f34; - transform: translate(-50%, -50%); - top: -50%; - left: 50%; - display: none; + position: relative; + width: 80px; + height: 80px; + background-color: #2d2f34; + transform: translate(-50%, -50%); + top: -50%; + left: 50%; + display: none; } .embedImage>.spinner-container { - background: none; + background: none; } .spinner-container .spinner { - display: -webkit-box; - display: flex; - justify-content: center; - align-items: center; - position: absolute; - left: 50%; - top: 50%; - transform: translate(-50%, -50%); + display: -webkit-box; + display: flex; + justify-content: center; + align-items: center; + position: absolute; + left: 50%; + top: 50%; + transform: translate(-50%, -50%); } .spinner-container .spinner .inner { - position: relative; - display: inline-block; - width: 32px; - height: 32px; - contain: paint; + position: relative; + display: inline-block; + width: 32px; + height: 32px; + contain: paint; } @keyframes spinner-wandering-cubes { - 25% { - transform: translateX(22px) rotate(-90deg) scale(.5); - } + 25% { + transform: translateX(22px) rotate(-90deg) scale(.5); + } - 50% { - transform: translateX(22px) translateY(22px) rotate(-180deg); - } + 50% { + transform: translateX(22px) translateY(22px) rotate(-180deg); + } - 75% { - transform: translateX(0) translateY(22px) rotate(-270deg) scale(.5); - } + 75% { + transform: translateX(0) translateY(22px) rotate(-270deg) scale(.5); + } - to { - transform: rotate(-1turn); - } + to { + transform: rotate(-1turn); + } } .spinner-container .spinner .inner .wanderingCubesItem { - background-color: #7981f0; - width: 10px; - height: 10px; - position: absolute; - top: 0; - left: 0; - animation: spinner-wandering-cubes 1.8s ease-in-out infinite; + background-color: #7981f0; + width: 10px; + height: 10px; + position: absolute; + top: 0; + left: 0; + animation: spinner-wandering-cubes 1.8s ease-in-out infinite; } .spinner-container .spinner .inner span:last-child { - animation-delay: -.9s; + animation-delay: -.9s; } .markup pre { - border-radius: 4px; - padding: 0; - font-family: Consolas, Andale Mono WT, Andale Mono, Lucida Console, Lucida Sans Typewriter, DejaVu Sans Mono, Bitstream Vera Sans Mono, Liberation Mono, Nimbus Mono L, Monaco, Courier New, Courier, monospace; - font-size: 0.75rem; - line-height: 1rem; - margin-top: 6px; - white-space: pre-wrap; - background-clip: border-box; + border-radius: 4px; + padding: 0; + font-family: Consolas, Andale Mono WT, Andale Mono, Lucida Console, Lucida Sans Typewriter, DejaVu Sans Mono, Bitstream Vera Sans Mono, Liberation Mono, Nimbus Mono L, Monaco, Courier New, Courier, monospace; + font-size: 0.75rem; + line-height: 1rem; + margin-top: 6px; + white-space: pre-wrap; + background-clip: border-box; } .embed code { - border: none; - background: var(--background-tertiary); + border: none; + background: var(--background-tertiary); } .CodeMirror { - background-color: #212121; - color: #eff; - width: 100% !important; - height: 100% !important; - background-color: inherit !important; + background-color: #212121; + color: #eff; + width: 100% !important; + height: 100% !important; + background-color: inherit !important; } .CodeMirror-lint-marker-error, .CodeMirror-lint-message-error { - background-image: none !important; + background-image: none !important; } .CodeMirror-lint-marker-error:after, .CodeMirror-lint-message-error:before { - content: "!"; - color: #f45711; - font-size: 20px; - position: relative; - left: 10px; - top: -3px; + content: "!"; + color: #f45711; + font-size: 20px; + position: relative; + left: 10px; + top: -3px; } .CodeMirror-lint-message-error:before { - content: "!"; - color: #f45711; - font-size: 20px; - position: relative; - left: -15px !important; - top: 1px !important; + content: "!"; + color: #f45711; + font-size: 20px; + position: relative; + left: -15px !important; + top: 1px !important; } .CodeMirror-lint-tooltip { - box-shadow: 1px 10px 15px rgb(0 0 0 / 17%); - background-color: #202225 !important; - border: 1px solid #373a40 !important; - color: #cacaca !important; + box-shadow: 1px 10px 15px rgb(0 0 0 / 17%); + background-color: #202225 !important; + border: 1px solid #373a40 !important; + color: #cacaca !important; } .CodeMirror-lint-message { - padding: 5px 5px 10px 18px; + padding: 5px 5px 10px 18px; } .CodeMirror-code .CodeMirror-gutter-wrapper .CodeMirror-gutter-elt { - left: 0px !important; + left: 0px !important; } .CodeMirror-gutters { - background: #292b2f !important; - display: none; + background: #292b2f !important; + display: none; } .CodeMirror pre.CodeMirror-line, .CodeMirror pre.CodeMirror-line-like { - padding: 0 12px; + padding: 0 12px; } .CodeMirror-lint-marker.CodeMirror-lint-marker-error { - left: 15px !important; + left: 15px !important; } .CodeMirror pre.CodeMirror-line, .CodeMirror pre.CodeMirror-line-like { - padding: 0 15px !important; + padding: 0 15px !important; } .CodeMirror-foldmarker { - color: #e5ecff !important; - text-shadow: none !important; - font-size: 20px; + color: #e5ecff !important; + text-shadow: none !important; + font-size: 20px; } .CodeMirror-cursor { - border-left: 2px solid #6ba6ff !important; - height: 17px !important; + border-left: 2px solid #6ba6ff !important; + height: 17px !important; } .CodeMirror-scrollbar-filler { - display: none !important; + display: none !important; } .CodeMirror-overlayscroll-horizontal div, .CodeMirror-overlayscroll-vertical div { - background: #202225 !important; + background: #202225 !important; } .cm-s-material-darker .cm-comment { - color: #5d616b !important; + color: #5d616b !important; } .cm-s-material-darker .CodeMirror-matchingbracket { - text-decoration: none !important; - background-color: rgb(173 192 212 / 3%) !important; - color: #b9c3d6 !important; - border-bottom: 1px solid #c2d6ff !important; - /* border: 1px solid #bacdf347; */ + text-decoration: none !important; + background-color: rgb(173 192 212 / 3%) !important; + color: #b9c3d6 !important; + border-bottom: 1px solid #c2d6ff !important; + /* border: 1px solid #bacdf347; */ } .notification { - position: relative; - bottom: 0; - left: 50%; - transform: translateX(-50%); - text-align: center; - position: fixed; - bottom: 0px; + position: relative; + bottom: 0; + left: 50%; + transform: translateX(-50%); + text-align: center; + position: fixed; + bottom: 0px; } .notification .inline { - width: auto; - height: auto; - border-radius: 3px; - font-size: 85%; - font-family: Consolas, Andale Mono WT, Andale Mono, Lucida Console, Lucida Sans Typewriter, DejaVu Sans Mono, Bitstream Vera Sans Mono, Liberation Mono, Nimbus Mono L, Monaco, Courier New, Courier, monospace; - text-indent: 0; - border: none; - overflow: hidden; - white-space: pre-wrap; - color: white; - color: inherit; - /* border: 1px dashed; */ - padding: .3em 0em; - border-radius: 2px; - margin: -.2em 5px; + width: auto; + height: auto; + border-radius: 3px; + font-size: 85%; + font-family: Consolas, Andale Mono WT, Andale Mono, Lucida Console, Lucida Sans Typewriter, DejaVu Sans Mono, Bitstream Vera Sans Mono, Liberation Mono, Nimbus Mono L, Monaco, Courier New, Courier, monospace; + text-indent: 0; + border: none; + overflow: hidden; + white-space: pre-wrap; + color: white; + color: inherit; + /* border: 1px dashed; */ + padding: .3em 0em; + border-radius: 2px; + margin: -.2em 5px; } @keyframes notifAn { - 0% { - opacity: var(--startOpacity, 0); - bottom: var(--startY, -50px); - } + 0% { + opacity: var(--startOpacity, 0); + bottom: var(--startY, -50px); + } - 10% { - opacity: 1; - bottom: 0px; - } + 10% { + opacity: 1; + bottom: 0px; + } - 90% { - opacity: 1; - bottom: 0px; - } + 90% { + opacity: 1; + bottom: 0px; + } - 100% { - opacity: 0; - bottom: -50px; - } + 100% { + opacity: 0; + bottom: -50px; + } } .notification { - margin-top: 5px; - animation: notifAn var(--time, 10s) ease forwards; - background-color: #202225; - border-top-left-radius: 4px; - border-top-right-radius: 4px; - padding: 10px; - color: #8c4949; - display: none; - width: 100%; - z-index: 6; + margin-top: 5px; + animation: notifAn var(--time, 10s) ease forwards; + background-color: #202225; + border-top-left-radius: 4px; + border-top-right-radius: 4px; + padding: 10px; + color: #8c4949; + display: none; + width: 100%; + z-index: 6; } .col.cm-string.cm-property::before { - content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath style='fill:%23D8D8DA;' d='M256,0C114.615,0,0,114.615,0,256s114.615,256,256,256s256-114.615,256-256S397.385,0,256,0z M256,336.842c-44.648,0-80.842-36.194-80.842-80.842s36.194-80.842,80.842-80.842s80.842,36.194,80.842,80.842 S300.648,336.842,256,336.842z'/%3E%3Cpath style='fill:%23D4B6E6;' d='M282.947,188.632h220.076C485.09,122.726,441.507,67.394,383.64,34.044L229.053,188.632H282.947z'/%3E%3Cpath style='fill:%23EBAFD1;/*! fill: %23e592bf; */' d='M229.053,188.632L383.639,34.044C346.068,12.39,302.482,0,256,0c-23.319,0-45.899,3.135-67.368,8.978 v220.075L229.053,188.632z'/%3E%3Cpath style='fill:%23E07188;' d='M188.632,229.053V8.978C122.726,26.91,67.394,70.493,34.045,128.36l154.586,154.588V229.053z'/%3E%3Cg%3E%3Cpolygon style='fill:%23D8D8DA;' points='188.632,229.053 229.053,188.633 282.947,188.633 282.947,188.632 229.053,188.632 '/%3E%3Cpolygon style='fill:%23D8D8DA;' points='229.053,323.367 188.632,282.947 229.053,323.368 282.947,323.368 323.368,282.947 282.947,323.367 '/%3E%3C/g%3E%3Cpath style='fill:%23B4D8F1;' d='M503.024,188.632H282.947v0.001h0.958l39.463,40.42L477.955,383.64 C499.611,346.068,512,302.482,512,256C512,232.681,508.865,210.099,503.024,188.632z'/%3E%3Cpath style='fill:%23ACFFF4;' d='M323.368,282.947v220.075c65.905-17.932,121.238-61.517,154.586-119.382L323.368,229.053V282.947z'/%3E%3Cpath style='fill:%2395D5A7;' d='M282.947,323.368L128.361,477.956C165.932,499.61,209.518,512,256,512 c23.319,0,45.899-3.135,67.368-8.977V282.947L282.947,323.368z'/%3E%3Cpath style='fill:%23F8E99B;' d='M229.053,323.368H8.976C26.91,389.274,70.493,444.606,128.36,477.956l154.588-154.588H229.053z'/%3E%3Cpath style='fill:%23EFC27B;' d='M188.632,282.947L34.045,128.36C12.389,165.932,0,209.518,0,256c0,23.319,3.135,45.901,8.976,67.368 h220.076L188.632,282.947z'/%3E%3Cpolygon style='fill:%23E3E3E3;' points='283.905,188.633 282.947,188.633 323.368,229.053 '/%3E%3Cpath style='fill:%23B681D5;' d='M503.024,188.632C485.09,122.726,441.507,67.394,383.64,34.044L256,161.684v26.947h26.947H503.024z'/%3E%3Cpath style='fill:%23E592BF;' d='M383.639,34.044C346.068,12.39,302.482,0,256,0v161.684L383.639,34.044z'/%3E%3Cpath style='fill:%2380CB93;' d='M256,350.316V512c23.319,0,45.899-3.135,67.368-8.977V282.947l-40.421,40.421L256,350.316z'/%3E%3Cpolygon style='fill:%23F6E27D;' points='282.947,323.368 256,323.368 256,350.316 '/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); - width: 15px; - height: 100px; - display: block; - background-repeat: no-repeat; - position: absolute; - top: 0; - left: 40px; - cursor: pointer; - opacity: .5; - transition: 1s ease; + content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath style='fill:%23D8D8DA;' d='M256,0C114.615,0,0,114.615,0,256s114.615,256,256,256s256-114.615,256-256S397.385,0,256,0z M256,336.842c-44.648,0-80.842-36.194-80.842-80.842s36.194-80.842,80.842-80.842s80.842,36.194,80.842,80.842 S300.648,336.842,256,336.842z'/%3E%3Cpath style='fill:%23D4B6E6;' d='M282.947,188.632h220.076C485.09,122.726,441.507,67.394,383.64,34.044L229.053,188.632H282.947z'/%3E%3Cpath style='fill:%23EBAFD1;/*! fill: %23e592bf; */' d='M229.053,188.632L383.639,34.044C346.068,12.39,302.482,0,256,0c-23.319,0-45.899,3.135-67.368,8.978 v220.075L229.053,188.632z'/%3E%3Cpath style='fill:%23E07188;' d='M188.632,229.053V8.978C122.726,26.91,67.394,70.493,34.045,128.36l154.586,154.588V229.053z'/%3E%3Cg%3E%3Cpolygon style='fill:%23D8D8DA;' points='188.632,229.053 229.053,188.633 282.947,188.633 282.947,188.632 229.053,188.632 '/%3E%3Cpolygon style='fill:%23D8D8DA;' points='229.053,323.367 188.632,282.947 229.053,323.368 282.947,323.368 323.368,282.947 282.947,323.367 '/%3E%3C/g%3E%3Cpath style='fill:%23B4D8F1;' d='M503.024,188.632H282.947v0.001h0.958l39.463,40.42L477.955,383.64 C499.611,346.068,512,302.482,512,256C512,232.681,508.865,210.099,503.024,188.632z'/%3E%3Cpath style='fill:%23ACFFF4;' d='M323.368,282.947v220.075c65.905-17.932,121.238-61.517,154.586-119.382L323.368,229.053V282.947z'/%3E%3Cpath style='fill:%2395D5A7;' d='M282.947,323.368L128.361,477.956C165.932,499.61,209.518,512,256,512 c23.319,0,45.899-3.135,67.368-8.977V282.947L282.947,323.368z'/%3E%3Cpath style='fill:%23F8E99B;' d='M229.053,323.368H8.976C26.91,389.274,70.493,444.606,128.36,477.956l154.588-154.588H229.053z'/%3E%3Cpath style='fill:%23EFC27B;' d='M188.632,282.947L34.045,128.36C12.389,165.932,0,209.518,0,256c0,23.319,3.135,45.901,8.976,67.368 h220.076L188.632,282.947z'/%3E%3Cpolygon style='fill:%23E3E3E3;' points='283.905,188.633 282.947,188.633 323.368,229.053 '/%3E%3Cpath style='fill:%23B681D5;' d='M503.024,188.632C485.09,122.726,441.507,67.394,383.64,34.044L256,161.684v26.947h26.947H503.024z'/%3E%3Cpath style='fill:%23E592BF;' d='M383.639,34.044C346.068,12.39,302.482,0,256,0v161.684L383.639,34.044z'/%3E%3Cpath style='fill:%2380CB93;' d='M256,350.316V512c23.319,0,45.899-3.135,67.368-8.977V282.947l-40.421,40.421L256,350.316z'/%3E%3Cpolygon style='fill:%23F6E27D;' points='282.947,323.368 256,323.368 256,350.316 '/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E"); + width: 15px; + height: 100px; + display: block; + background-repeat: no-repeat; + position: absolute; + top: 0; + left: 40px; + cursor: pointer; + opacity: .5; + transition: 1s ease; } .CodeMirror:hover .col.cm-string.cm-property::before { - opacity: 1; + opacity: 1; } body.gui .side1 .item.top { - max-width: 90%; - height: 75%; - border-radius: 15px; + max-width: 90%; + height: 75%; + border-radius: 15px; } body.no-preview.gui .side1 .item.top { - max-width: 100%; + max-width: 100%; } body.no-preview.gui .bottom .colors { - left: 0; - margin-left: 20px; + left: 0; + margin-left: 20px; } @media screen and (min-width: 1015px) { - body.no-preview.gui .top>.gui :is(.item, .item ~ .edit) { - width: 95%; - } + body.no-preview.gui .top>.gui :is(.item, .item ~ .edit) { + width: 95%; + } } body.gui .top>.CodeMirror { - display: none; + display: none; } .top>.gui { - height: 100%; - width: 100%; - background: #292b2f; - border-radius: 5px; - overflow-y: scroll; - overflow-x: hidden; - scrollbar-color: #202225 #292b2f; - scrollbar-width: thin; - scrollbar-width: 7px; - padding-top: 15px; - padding-bottom: 20px; - transition: .5s ease; + height: 100%; + width: 100%; + background: #292b2f; + border-radius: 5px; + overflow-y: scroll; + overflow-x: hidden; + scrollbar-color: #202225 #292b2f; + scrollbar-width: thin; + scrollbar-width: 7px; + padding-top: 15px; + padding-bottom: 20px; + transition: .5s ease; } @media screen and (min-height: 850px) { - .top>.gui:not(:hover)::-webkit-scrollbar-thumb { - background: #22242700; - } + .top>.gui:not(:hover)::-webkit-scrollbar-thumb { + background: #22242700; + } } .top>.gui::-webkit-scrollbar-thumb { - background: #2224279a; + background: #2224279a; } .top>.gui::-webkit-scrollbar-thumb:hover { - background: #222427; + background: #222427; } .top>.gui * { - scrollbar-color: #292b2f #202225; + scrollbar-color: #292b2f #202225; } .top>.gui * ::-webkit-scrollbar { - background: #202225 !important; + background: #202225 !important; } .top>.gui * ::-webkit-scrollbar-thumb { - border-radius: 50px; - background: #292b2f !important; + border-radius: 50px; + background: #292b2f !important; } body:not(.gui) .top>.gui, body:not(.gui) .bottom, body:not(.gui) .pickerToggle { - display: none; + display: none; } .chooser { - display: flex; - height: 40px; - width: 100px; - border-radius: 5px; - margin-bottom: 10px; - padding: 7px; - background: #1b1c2061; - box-shadow: -2px -2px 10px 0px #0000; + display: flex; + height: 40px; + width: 100px; + border-radius: 5px; + margin-bottom: 10px; + padding: 7px; + background: #1b1c2061; + box-shadow: -2px -2px 10px 0px #0000; } .chooser>.opt { - width: 50px; - cursor: pointer; - background: #292b2f; - border-radius: 4px; + width: 50px; + cursor: pointer; + background: #292b2f; + border-radius: 4px; } /* body.gui .chooser>.gui { - background: #41444a; + background: #41444a; } body:not(.gui) .chooser>.json { - background: #41444a; + background: #41444a; } */ .chooser>.back { - position: absolute; - height: 26px; - width: 43px; - border-radius: 4px; - background: #41444a; - transition: .5s ease-out; - pointer-events: none; + position: absolute; + height: 26px; + width: 43px; + border-radius: 4px; + background: #41444a; + transition: .5s ease-out; + pointer-events: none; } body:not(.gui) .chooser>.back { - transform: translateX(43px); + transform: translateX(43px); } .chooser>.opt p { - display: flex; - justify-content: center; - font-size: 10px; - position: relative; - top: 50%; - transform: translateY(-50%); - pointer-events: none; + display: flex; + justify-content: center; + font-size: 10px; + position: relative; + top: 50%; + transform: translateY(-50%); + pointer-events: none; } .bottom { - /* margin: 40px auto auto auto!important; */ - max-width: 90%; + /* margin: 40px auto auto auto!important; */ + max-width: 90%; } @keyframes colorsAn { - 0% { - transform: translateX(-200px); - opacity: 0; - } + 0% { + transform: translateX(-200px); + opacity: 0; + } } .bottom .colors { - z-index: 5; - animation: colorsAn .25s ease-out; - background: #212226; - border-radius: 10px; - width: 250px; - height: 130px; - position: absolute; - bottom: 10px; - box-shadow: -3px 3px 5px 0px #00000029; - display: grid; - grid-template-columns: 27% 73%; - grid-template-columns: 5% 27.5% 67.5%; + z-index: 5; + animation: colorsAn .25s ease-out; + background: #212226; + border-radius: 10px; + width: 250px; + height: 130px; + position: absolute; + bottom: 10px; + box-shadow: -3px 3px 5px 0px #00000029; + display: grid; + grid-template-columns: 27% 73%; + grid-template-columns: 5% 27.5% 67.5%; } .bottom .colors .color { - background: #41f097; + background: #41f097; } .bottom .colors.display { - display: grid; + display: grid; } .colLeft { - border-radius: 15px; + border-radius: 15px; } .colLeft .picker { - background: #292b2f; - border: 1px solid #ffffff24; + background: #292b2f; + border: 1px solid #ffffff24; } .colLeft .picker>svg { - top: 7px; - right: 10px; - width: 16px; - height: 16px; - position: absolute; + top: 7px; + right: 10px; + width: 16px; + height: 16px; + position: absolute; } .col.colLeft>* { - border-radius: 8px; - cursor: pointer; + border-radius: 8px; + cursor: pointer; } .colRight { - margin: 0 10px; + margin: 0 10px; } .cTop { - width: 100%; + width: 100%; } .cTop>h2 { - font-weight: 900; - margin-top: 10px; + font-weight: 900; + margin-top: 10px; } .cTop .embedText>span { - opacity: 1; - transition: .5s ease; + opacity: 1; + transition: .5s ease; } .cTop .embedText>span:hover { - opacity: .6; - padding: 0 5px; + opacity: .6; + padding: 0 5px; } .cTop .desc { - font-size: 12px; - opacity: .6; - margin-top: 5px; + font-size: 12px; + opacity: .6; + margin-top: 5px; } .col { - display: grid; - grid-template-rows: 45% 45%; - gap: 10px; - height: 80%; - transform: translateY(-50%); - top: 50%; - position: relative; + display: grid; + grid-template-rows: 45% 45%; + gap: 10px; + height: 80%; + transform: translateY(-50%); + top: 50%; + position: relative; } .pallets { - width: 100%; - display: grid; - /* grid-template-columns: repeat(8, 1fr); */ - grid-template-columns: repeat(6, minmax(25px, 1fr)); - gap: 5px 0px; - /* opacity: .7; */ - transition: .5s; + width: 100%; + display: grid; + /* grid-template-columns: repeat(8, 1fr); */ + grid-template-columns: repeat(6, minmax(25px, 1fr)); + gap: 5px 0px; + /* opacity: .7; */ + transition: .5s; } .colors:hover .pallets { - opacity: 1; + opacity: 1; } .pallets>* { - background: black; - width: 17px; - height: 17px; - margin-left: 5px; - border-radius: 2px; - cursor: pointer; + background: black; + width: 17px; + height: 17px; + margin-left: 5px; + border-radius: 2px; + cursor: pointer; } .color-picker { - transform: none; - width: 100%; - height: 100%; - top: 0 !important; - left: 0 !important; - border-radius: 10px; - overflow: hidden; + transform: none; + width: 100%; + height: 100%; + top: 0 !important; + left: 0 !important; + border-radius: 10px; + overflow: hidden; } .color-picker>div { - height: 100% !important; + height: 100% !important; } .colors.picking .colRight .cTop>*:not(.color-picker), .colors.picking .colRight .pallets, .colors:not(.picking) .colRight .colBack, .colors:not(.picking) .hex>div { - display: none; + display: none; } .color-picker\:a { - display: none !important; + display: none !important; } @keyframes colBackAn { - from { - right: 50px; - } + from { + right: 50px; + } } .colBack { - animation: colBackAn .2s ease-out; - position: absolute; - right: 0; - transform: translateX(40px); - z-index: 1000; - cursor: pointer; + animation: colBackAn .2s ease-out; + position: absolute; + right: 0; + transform: translateX(40px); + z-index: 1000; + cursor: pointer; } .colBack svg { - width: 20px; - height: 20px; - opacity: .6; + width: 20px; + height: 20px; + opacity: .6; } .top { - scrollbar-color: #202225 #292b2f; - scrollbar-width: thin; - overflow: hidden; + scrollbar-color: #202225 #292b2f; + scrollbar-width: thin; + overflow: hidden; } .top>.gui .item { - cursor: pointer; - background: #212226; - height: 40px; - width: 90%; - margin: 8px auto; - border-radius: 7px; - background: linear-gradient(90deg, #212226, #21222600); - background: #2122269c; - position: relative; - z-index: 2; + cursor: pointer; + background: #212226; + height: 40px; + width: 90%; + margin: 8px auto; + border-radius: 7px; + background: linear-gradient(90deg, #212226, #21222600); + background: #2122269c; + position: relative; + z-index: 2; } .top>.gui .item.active .ttle::after { - transform: scale(.8) rotate(180deg); + transform: scale(.8) rotate(180deg); } .top>.gui .item.active .ttle::after { - transform: scale(.8) rotate(180deg); + transform: scale(.8) rotate(180deg); } .top>.gui .item.inlineField.active .ttle, .top>.gui .item:not(.active) .ttle~input { - display: none; + display: none; } .ttle, .ttle~input { - font-size: 12px; - font-weight: 900; - text-transform: uppercase; - position: relative; - top: 50%; - transform: translateY(-50%); - margin-left: 15px; + font-size: 12px; + font-weight: 900; + text-transform: uppercase; + position: relative; + top: 50%; + transform: translateY(-50%); + margin-left: 15px; } .top>.gui .item.active .ttle~input:not(:placeholder-shown) { - font-weight: normal; - text-transform: none; - font-size: 12px; + font-weight: normal; + text-transform: none; + font-size: 12px; } input, textarea { - background: transparent; - border: none; - color: inherit; + background: transparent; + border: none; + color: inherit; } .ttle~input { - width: 100%; + width: 100%; } .ttle::after { - content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' viewBox='0 0 24 24' height='30'%3E%3Cpath clip-rule='evenodd' fill='%23fff' d='M16.59 8.59004L12 13.17L7.41 8.59004L6 10L12 16L18 10L16.59 8.59004Z'%3E%3C/path%3E%3C/svg%3E"); - position: absolute; - right: 0; - top: -12px; - transform: scale(.8); - opacity: .1; - pointer-events: none; - transition: .2s ease; + content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' viewBox='0 0 24 24' height='30'%3E%3Cpath clip-rule='evenodd' fill='%23fff' d='M16.59 8.59004L12 13.17L7.41 8.59004L6 10L12 16L18 10L16.59 8.59004Z'%3E%3C/path%3E%3C/svg%3E"); + position: absolute; + right: 0; + top: -12px; + transform: scale(.8); + opacity: .1; + pointer-events: none; + transition: .2s ease; } @keyframes editAn { - from { - opacity: 0; - transform: translateY(-40px); - } + from { + opacity: 0; + transform: translateY(-40px); + } } .top>.gui .item~.edit { - animation: editAn .3s ease; - height: 40px; - width: 90%; - margin: 8px auto; - position: relative; - border-bottom-left-radius: 7px; - border-bottom-right-radius: 7px; - margin-top: 0; - background: #212226; + animation: editAn .3s ease; + height: 40px; + width: 90%; + margin: 8px auto; + position: relative; + border-bottom-left-radius: 7px; + border-bottom-right-radius: 7px; + margin-top: 0; + background: #212226; } .top>.gui .item~.edit input { - align-self: start; - font-size: 13px; - position: relative; - margin-left: 15px; - transform: translateY(2px); - z-index: 1; + align-self: start; + font-size: 13px; + position: relative; + margin-left: 15px; + transform: translateY(2px); + z-index: 1; } .top>.gui .item:not(.active)+.edit { - display: none; + display: none; } .top>.gui .item:not(.inlineField):not(.guiEmbedName).active { - margin-bottom: 0; - background: #212226; - border-bottom-left-radius: 0; - border-bottom-right-radius: 0; + margin-bottom: 0; + background: #212226; + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; } .edit { - padding-left: 15px; + padding-left: 15px; } .item:not(.rows2)+.edit { - display: flex; + display: flex; } .editIcon { - display: flex; + display: flex; } .editIcon, .editName, .editIcon input, .editName input { - width: 100%; - overflow: hidden; + width: 100%; + overflow: hidden; } .editIcon .imgParent { - width: 24px; - height: 24px; - object-fit: contain; - border-radius: 50%; + width: 24px; + height: 24px; + object-fit: contain; + border-radius: 50%; } .editIcon>* { - display: inline-flex; + display: inline-flex; } .pickerToggle { - display: none; - bottom: 15px; - left: 15px; - position: absolute; - cursor: pointer; - z-index: 5; + display: none; + bottom: 15px; + left: 15px; + position: absolute; + cursor: pointer; + z-index: 5; } .pickerToggle>svg { - width: 20px; - height: 100%; + width: 20px; + height: 100%; } textarea { - font-size: 13px; - min-width: 100%; - max-width: 100% !important; - height: 75px; - max-height: 200px; + font-size: 13px; + min-width: 100%; + max-width: 100% !important; + height: 75px; + max-height: 200px; } .top>.gui .item.description+.edit, .top>.gui .item.content+.edit { - height: auto; + height: auto; } .top>.gui .item.content+.edit textarea { - height: 80px; + height: 80px; } .browse, .footerDate { - margin-top: 25px; - font-size: 13px; - display: flex; - cursor: pointer; - position: absolute; - opacity: .5; + margin-top: 25px; + font-size: 13px; + display: flex; + cursor: pointer; + position: absolute; + opacity: .5; } :is(.browse, .footerDate):hover { - opacity: 1; + opacity: 1; } :is(.browse, .footerDate)>svg { - width: 20px; - position: relative; - z-index: 6; - height: 20px; - transform: translateY(-5px); - margin-right: 5px; + width: 20px; + position: relative; + z-index: 6; + height: 20px; + transform: translateY(-5px); + margin-right: 5px; } .browse>p::after { - content: "Browse"; + content: "Browse"; } .footerDate { - right: 19px; + right: 19px; } .footerDate>p::after { - content: "Timestamp"; + content: "Timestamp"; } .footerDate input#timestamp { - all: unset; - /* transform: translateX(10px); */ + all: unset; + /* transform: translateX(10px); */ } .footerDate:is(:hover, :focus-within)>p, .footerDate:not(:hover):not(:focus-within)>p+input#timestamp { - display: none; + display: none; } .footerDate>svg { - width: 16px; - position: relative; - z-index: 6; - height: 16px; - top: 2px; + width: 16px; + position: relative; + z-index: 6; + height: 16px; + top: 2px; } .footerDate>svg text { - font-size: 8px; + font-size: 8px; } input#timestamp::-webkit-calendar-picker-indicator { - display: none; + display: none; } .browse.loading>svg:first-of-type, .browse:not(.loading)>svg:last-of-type, .browse.error>svg { - display: none; + display: none; } .browse.loading>p::after { - content: "Loading..."; + content: "Loading..."; } .browse.error>p::after { - color: #ee9191; - content: attr(data-error); + color: #ee9191; + content: attr(data-error); } .linkName { - display: flex; + display: flex; } .linkName, .linkName .txtCol, .linkName .txtCol>input[type="text"] { - width: 93%; - text-overflow: ellipsis; + width: 93%; + text-overflow: ellipsis; } .txtCol>input[type="text"] { - overflow: auto; + overflow: auto; } .top>.gui .item.rows2+.edit { - height: 80px; + height: 80px; } input[type="file"], button[type="submit"] { - display: none; + display: none; } .largeImg+.edit .editIcon .imgParent { - width: 80px; - height: 80px; - border-radius: 4px; - object-fit: fill; - margin-top: 0; - margin-bottom: 15px; + width: 80px; + height: 80px; + border-radius: 4px; + object-fit: fill; + margin-top: 0; + margin-bottom: 15px; } .top>.gui .largeImg+.edit input { - transform: none; + transform: none; } .largeImg+.edit .browse { - margin-top: 40px; - font-size: 13px; - display: flex; - cursor: pointer; - position: relative; - opacity: .5; - margin-left: 15px; + margin-top: 40px; + font-size: 13px; + display: flex; + cursor: pointer; + position: relative; + opacity: .5; + margin-left: 15px; } .largeImg.image+.edit .browse { - margin-top: 35px; + margin-top: 35px; } .largeImg+.edit .editIcon>* { - display: block; + display: block; } .largeImg+.edit { - height: auto !important; + height: auto !important; } .largeImg.image+.edit .editIcon .imgParent { - width: 130px; - object-fit: contain; - border-radius: 4px; - object-fit: cover; + width: 130px; + object-fit: contain; + border-radius: 4px; + object-fit: cover; } .top>.gui .item.fields+.edit input { - margin-left: 0; + margin-left: 0; } .top>.gui .item.fields+.edit input[type="text"] { - width: 100%; + width: 100%; } .top>.gui .item.fields+.edit { - height: auto; - padding-bottom: 15px; + height: auto; + padding-bottom: 15px; } .top>.gui .item.fields.active+.edit { - display: block; + display: block; } .designerFieldName { - width: 95%; - min-height: 30px; - border-radius: 5px; + width: 95%; + min-height: 30px; + border-radius: 5px; } .designerFieldValue textarea { - padding: 5px 10px; + padding: 5px 10px; } .designerFieldName { - width: 100%; - min-height: 30px; - padding: 5px 10px; - margin-bottom: 2px; + width: 100%; + min-height: 30px; + padding: 5px 10px; + margin-bottom: 2px; } .designerFieldName>input[type="text"] { - font-weight: 700; + font-weight: 700; } .field~.field { - margin-top: 10px; + margin-top: 10px; } .field .fieldInner { - width: 95%; - height: 100%; - border-radius: 4px; - background: #292b2f; - border-radius: 5px; - margin-bottom: 2px; - transition: .3s ease; + width: 95%; + height: 100%; + border-radius: 4px; + background: #292b2f; + border-radius: 5px; + margin-bottom: 2px; + transition: .3s ease; } @keyframes lastFieldSlide { - from { - opacity: 0; - transform: translateY(100px); - } + from { + opacity: 0; + transform: translateY(100px); + } } .gui .item.fields+.edit .field { - animation: lastFieldSlide .5s ease; + animation: lastFieldSlide .5s ease; } .fields+.edit .fieldInner .designerFieldName { - background: #2d2e33; + background: #2d2e33; } body { - counter-reset: fieldCount; + counter-reset: fieldCount; } .fieldNumber { - position: absolute; + position: absolute; } .fields+.edit { - z-index: 2; + z-index: 2; } @keyframes fieldNumberFadeInAn { - from { - opacity: 0; - transition: opacity 1s ease; - } + from { + opacity: 0; + transition: opacity 1s ease; + } } .fieldNumber::before { - animation: fieldNumberFadeInAn .2s ease-in; - counter-increment: fieldCount; - content: counter(fieldCount); - position: relative; - font-size: 18px; - right: 41px; - top: 22px; - z-index: -2; - opacity: .15; - transition: .5s ease; + animation: fieldNumberFadeInAn .2s ease-in; + counter-increment: fieldCount; + content: counter(fieldCount); + position: relative; + font-size: 18px; + right: 41px; + top: 22px; + z-index: -2; + opacity: .15; + transition: .5s ease; } @media screen and (max-width: 1600px) { - .fieldNumber::before { - right: 35px; - } + .fieldNumber::before { + right: 35px; + } } @media screen and (max-width: 600px) { - .fieldNumber::before { - font-size: 15px; - } + .fieldNumber::before { + font-size: 15px; + } } @media screen and (max-width: 500px) { - .fieldNumber::before { - right: 30px; - } + .fieldNumber::before { + right: 30px; + } } .inlineCheck, .removeBtn { - font-size: 11px; - font-weight: bold; - text-transform: uppercase; - cursor: pointer; - display: inline-block; - margin-top: 3px; + font-size: 11px; + font-weight: bold; + text-transform: uppercase; + cursor: pointer; + display: inline-block; + margin-top: 3px; } #inlineCheck, [for="inlineCheck"] { - cursor: pointer; + cursor: pointer; } .removeBtn { - margin-left: 20PX; + margin-left: 20PX; } .removeBtn>svg { - width: 10px; - height: 10px; - transition: .5s ease; + width: 10px; + height: 10px; + transition: .5s ease; } .removeBtn>span { - margin-left: 3px; - position: relative; - top: -1px; - transition: .5s ease; + margin-left: 3px; + position: relative; + top: -1px; + transition: .5s ease; } .removeBtn:hover>span, .removeBtn:hover>svg path { - color: #ff9191; - fill: #ff9191; + color: #ff9191; + fill: #ff9191; } .inlineCheck input[type="checkbox"] { - scale: .8; - cursor: pointer; + scale: .8; + cursor: pointer; } .inlineCheck input[type="checkbox"]+span { - cursor: pointer; + cursor: pointer; } .sep { - width: 100%; - height: 2px; - background: linear-gradient(to right, #2f313600, #2f3136, #2f313600); + width: 100%; + height: 2px; + background: linear-gradient(to right, #2f313600, #2f3136, #2f313600); } .imgParent { - border-radius: 4px; - object-fit: fill; - margin-top: 0; - content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='1400' height='780' viewBox='0, 0, 1400, 780'%3E%3Cg id='Background'%3E%3Crect x='0' y='0' width='1400' height='780' style='fill: %23212226;' fill='%23363A3E'/%3E%3C/g%3E%3Cg id='Background'/%3E%3Cg id='Background'%3E%3Cg%3E%3Cpath d='M463.326,212.495 L936.674,212.495 L936.674,567.505 L463.326,567.505 z' fill-opacity='0' stroke='%2343474B' stroke-width='30' stroke-miterlimit='10' style='stroke: %23888789;fill: %23888789;'/%3E%3Cpath d='M605.33,309.136 C605.33,328.961 589.259,345.032 569.435,345.032 C549.61,345.032 533.539,328.961 533.539,309.136 C533.539,289.312 549.61,273.241 569.435,273.241 C589.259,273.241 605.33,289.312 605.33,309.136 z' fill='%2343474B' style='fill: %23888789;'/%3E%3Cpath d='M878.689,507.548 L523.284,507.548 L570.618,406.173 L600.597,450.352 L700.789,298.092 L772.58,405.778 L806.503,368.699 z' fill='%2343474B' style='fill: %23888789;'/%3E%3C/g%3E%3C/g%3E%3Cstyle xmlns='http://www.w3.org/1999/xhtml' type='text/css'%3E%3C/style%3E%3C/svg%3E"); + border-radius: 4px; + object-fit: fill; + margin-top: 0; + content: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0' y='0' width='1400' height='780' viewBox='0, 0, 1400, 780'%3E%3Cg id='Background'%3E%3Crect x='0' y='0' width='1400' height='780' style='fill: %23212226;' fill='%23363A3E'/%3E%3C/g%3E%3Cg id='Background'/%3E%3Cg id='Background'%3E%3Cg%3E%3Cpath d='M463.326,212.495 L936.674,212.495 L936.674,567.505 L463.326,567.505 z' fill-opacity='0' stroke='%2343474B' stroke-width='30' stroke-miterlimit='10' style='stroke: %23888789;fill: %23888789;'/%3E%3Cpath d='M605.33,309.136 C605.33,328.961 589.259,345.032 569.435,345.032 C549.61,345.032 533.539,328.961 533.539,309.136 C533.539,289.312 549.61,273.241 569.435,273.241 C589.259,273.241 605.33,289.312 605.33,309.136 z' fill='%2343474B' style='fill: %23888789;'/%3E%3Cpath d='M878.689,507.548 L523.284,507.548 L570.618,406.173 L600.597,450.352 L700.789,298.092 L772.58,405.778 L806.503,368.699 z' fill='%2343474B' style='fill: %23888789;'/%3E%3C/g%3E%3C/g%3E%3Cstyle xmlns='http://www.w3.org/1999/xhtml' type='text/css'%3E%3C/style%3E%3C/svg%3E"); } .largeImg+.edit .imgParent { - margin-bottom: 15px; + margin-bottom: 15px; } .item:not(.largeImg)+.edit .imgParent[style*="content"] { - transform: scale(1); + transform: scale(1); } .item:not(.largeImg)+.edit .imgParent { - transform: scale(2); + transform: scale(2); } @keyframes addFieldFade { - 0% { - opacity: 0; - } + 0% { + opacity: 0; + } - 50% { - opacity: 0; - } + 50% { + opacity: 0; + } } @keyframes hexAn { - 0% { - opacity: 0; - transform: translateY(40px); - } + 0% { + opacity: 0; + transform: translateY(40px); + } - 50% { - opacity: 0; - transform: translateY(40px); - } + 50% { + opacity: 0; + transform: translateY(40px); + } } .colors .hex>div { - position: absolute; - top: -35px; - background: #212226; - border-radius: 5px; - animation: hexAn .4s ease-in-out; - box-shadow: 0px -2px 10px 0px #0000001f; - right: 0px; - /* right: 50px; */ - width: 50%; + position: absolute; + top: -35px; + background: #212226; + border-radius: 5px; + animation: hexAn .4s ease-in-out; + box-shadow: 0px -2px 10px 0px #0000001f; + right: 0px; + /* right: 50px; */ + width: 50%; } .colors .hex>div>span { - padding: 6px 6px 6px 10px; - display: flex; + padding: 6px 6px 6px 10px; + display: flex; } .colors .hex>div>span>span { - user-select: none; - padding: 0; - margin: 0; - font-size: 100%; - position: relative; - bottom: -1px; - opacity: .6; - margin-right: 2px; + user-select: none; + padding: 0; + margin: 0; + font-size: 100%; + position: relative; + bottom: -1px; + opacity: .6; + margin-right: 2px; } .colors .hex>div>span input { - width: 100%; - opacity: .8; + width: 100%; + opacity: .8; } .colors .hex.incorrect>div { - background: #262121; + background: #262121; } .addField { - animation: addFieldFade .5s ease; - font-size: 13px; - display: flex; - cursor: pointer; - opacity: .5; - padding-top: 20px; - transition: .5s ease; + animation: addFieldFade .5s ease; + font-size: 13px; + display: flex; + cursor: pointer; + opacity: .5; + padding-top: 20px; + transition: .5s ease; } .addField>* { - pointer-events: none; + pointer-events: none; } .addField>svg { - width: 16px; - position: relative; - z-index: 6; - height: 100%; - transform: translateY(-3px); - margin-left: 5px; - opacity: .8; + width: 16px; + position: relative; + z-index: 6; + height: 100%; + transform: translateY(-3px); + margin-left: 5px; + opacity: .8; } .addField:hover, .addField:hover>svg { - opacity: 1; + opacity: 1; } .top-btn { - --bgc: #222328; - --bgc: #25262b; - --bgc: #27282e; - left: 140px; - position: absolute; - z-index: 5; - transform: translate(0, -5px); - padding: 8.5px; - border-radius: 100%; - background: var(--bgc); - width: 35px; - height: 35px; - transition: .5s ease; + --bgc: #222328; + --bgc: #25262b; + --bgc: #27282e; + left: 140px; + position: absolute; + z-index: 5; + transform: translate(0, -5px); + padding: 8.5px; + border-radius: 100%; + background: var(--bgc); + width: 35px; + height: 35px; + transition: .5s ease; } .top-btn:not(.active) { - cursor: pointer; + cursor: pointer; } .top-btn.copy { - left: 190px; + left: 190px; } .top-btn.copy>svg { - width: 15px; - left: 1px; - top: -.5px; + width: 15px; + left: 1px; + top: -.5px; } .top-btn.copy>svg.mark { - width: 18px; - left: -1px; + width: 18px; + left: -1px; } .top-btn.copy>svg * { - fill: var(#fff); - transition: all .3s ease; + fill: var(#fff); + transition: all .3s ease; } .top-btn>svg { - width: 20px; - height: 100%; - position: relative; - left: -2.5px; - top: -2px; + width: 20px; + height: 100%; + position: relative; + left: -2.5px; + top: -2px; } .top-btn.menu { - left: auto; - right: 20px; - background: transparent; + left: auto; + right: 20px; + background: transparent; } .top-btn.menu:hover { - background: var(--bgc); + background: var(--bgc); } .top-btn.menu>svg { - left: -1.5px; - transition: transform .2s ease; + left: -1.5px; + transition: transform .2s ease; } .top-btn.menu>.box { - display: none; - padding: 13px; - min-width: 160px; - /* height: 200px; */ - background: var(--bgc); - margin: 15px 0 0 0; - border-radius: 10px; - position: absolute; - right: 0; - box-shadow: #00000026 0px 7px 29px 0px; - width: max-content; + display: none; + padding: 13px; + min-width: 160px; + /* height: 200px; */ + background: var(--bgc); + margin: 15px 0 0 0; + border-radius: 10px; + position: absolute; + right: 0; + box-shadow: #00000026 0px 7px 29px 0px; + width: max-content; } .top-btn.menu>.box .item { - padding: 5px; - border-radius: 5px; - margin-bottom: 5px; - font-size: 13px; - transition: .5s ease; - display: flex; - gap: 10px; - text-align: center; - align-content: center; - max-width: none; + padding: 5px; + border-radius: 5px; + margin-bottom: 5px; + font-size: 13px; + transition: .5s ease; + display: flex; + gap: 10px; + text-align: center; + align-content: center; + max-width: none; } .top-btn.menu>.box .item.normal:hover { - background: #35373f; - cursor: pointer; + background: #35373f; + cursor: pointer; } .vs { - background: linear-gradient(to left, #3b3c4400, #44444d, #3b3c4400); - margin: 10px 0; - width: 100%; - height: 1px; - left: 50%; - position: relative; - transform: translateX(-50%); + background: linear-gradient(to left, #3b3c4400, #44444d, #3b3c4400); + margin: 10px 0; + width: 100%; + height: 1px; + left: 50%; + position: relative; + transform: translateX(-50%); } .top-btn.menu>.box .item.normal> :is(*, *>svg) { - display: flex; - align-self: flex-end; - margin: 0; + display: flex; + align-self: flex-end; + margin: 0; } .item.toggle { - display: block; + display: block; } .item.toggle .inner .toggles { - display: flex; - gap: 2em; + display: flex; + gap: 2em; } .item.toggle .inner .toggles .item { - align-items: center; - background: #35363e; - padding: 5px 10px; + align-items: center; + background: #35363e; + padding: 5px 10px; } .item.toggle .inner .toggles .item * { - pointer-events: none; + pointer-events: none; } .item.section .inner .title { - text-align: left; - margin: 10px 0; - opacity: .5; - text-transform: uppercase; - font-size: 79%; - font-weight: bold; - pointer-events: none; + text-align: left; + margin: 10px 0; + opacity: .5; + text-transform: uppercase; + font-size: 79%; + font-weight: bold; + pointer-events: none; } .item.section .inner.more a { - all: unset; - cursor: pointer; - color: #939396fc; - /* color: #767d91; */ + all: unset; + cursor: pointer; + color: #939396fc; + /* color: #767d91; */ } .item.section .inner.more a:hover { - color: #b7c6d3; - color: #919bb7; + color: #b7c6d3; + color: #919bb7; } /* .item.section .inner.more { - display: none; + display: none; } */ .item.toggle .item.toggle .item.toggle .item.toggle .top-btn.menu>.box .item>input { - pointer-events: none; + pointer-events: none; } .top-btn.menu>.box .item>.icon::after { - display: none; - position: absolute; - content: ""; - width: 4px; - height: 4px; - background: #00bb9c; - z-index: 1000000; - border-radius: 100%; - left: 7px; - transform: translateY(7px); + display: none; + position: absolute; + content: ""; + width: 4px; + height: 4px; + background: #00bb9c; + z-index: 1000000; + border-radius: 100%; + left: 7px; + transform: translateY(7px); } body.autoUpdateURL .top-btn.menu>.box .item.auto>.icon::after, body.no-user .top-btn.menu>.box .item.noUser>.icon::after, body:not(.single) .top-btn.menu>.box .item.multi>.icon::after, body.reversed .top-btn.menu>.box .item.reverse>.icon::after { - display: block; + display: block; } .top-btn.menu.active { - background: var(--bgc); + background: var(--bgc); } .top-btn.menu.active>.box { - display: block; + display: block; } .top-btn.menu.active>svg { - transform: rotate(90deg); + transform: rotate(90deg); } @keyframes emptyTxtAn { - from { - opacity: 0; - } + from { + opacity: 0; + } } .emptyTxt { - animation: emptyTxtAn 1s ease; - font-weight: 600; - text-transform: uppercase; - font-size: 30px; - line-height: 16px; - color: #41444a; - font-family: var(--font2); - padding: 10px 0; - top: 50%; - position: absolute; - left: 50%; - transform: translate(-50%, -50%); - pointer-events: none; + animation: emptyTxtAn 1s ease; + font-weight: 600; + text-transform: uppercase; + font-size: 30px; + line-height: 16px; + color: #41444a; + font-family: var(--font2); + padding: 10px 0; + top: 50%; + position: absolute; + left: 50%; + transform: translate(-50%, -50%); + pointer-events: none; } .noDisplay { - display: none !important; + display: none !important; } @keyframes clearAn { - 0% { - transform: rotate(10deg); - } + 0% { + transform: rotate(10deg); + } - 25% { - transform: rotate(-10deg); - } + 25% { + transform: rotate(-10deg); + } - 50% { - transform: rotate(10deg); - } + 50% { + transform: rotate(10deg); + } - 75% { - transform: rotate(-13deg); - } + 75% { + transform: rotate(-13deg); + } } .top-btn.clear:hover>svg { - animation: clearAn 1s ease-in-out forwards; - transform-origin: top right; + animation: clearAn 1s ease-in-out forwards; + transform-origin: top right; } body.emptyContent .messageContent, @@ -2306,51 +2306,51 @@ body.emptyEmbed .messageContent+.container, body.emptyEmbed .messageContent+.container, body.emptyContent .messageContent, .emptyTxt { - display: none; + display: none; } body.emptyEmbed.emptyContent .emptyTxt { - display: block; - position: absolute; - top: 800%; + display: block; + position: absolute; + top: 800%; } body.no-editor.no-preview .side1 .chooser { - background: transparent; + background: transparent; } body.no-editor .side1 :not(.needed):not(.needed *) { - display: none !important; + display: none !important; } body.no-editor .main .side1, body.no-preview .main .side2 { - height: auto; - padding-bottom: 5px; - background: transparent; + height: auto; + padding-bottom: 5px; + background: transparent; } body:is(.no-preview, .no-editor) .main { - display: flex; - flex-direction: column; + display: flex; + flex-direction: column; } body.no-editor .side1 .chooser :is(.back, .opt) { - /* display: none; */ - opacity: .25; - pointer-events: none; + /* display: none; */ + opacity: .25; + pointer-events: none; } body.no-editor .side1 .chooser.needed> :not(.menu) { - display: none !important; + display: none !important; } body.no-editor .side1 { - position: absolute; + position: absolute; } /* body.no-editor .side1 .chooser { - background: transparent; + background: transparent; } */ /* body.no-editor .side1 { @@ -2358,568 +2358,568 @@ body.no-editor .side1 { } */ body.no-preview .side2 { - display: none !important; + display: none !important; } /* body.no-editor .bottom .colors { - left: 20px; - top: 90px; - bottom: 0; + left: 20px; + top: 90px; + bottom: 0; } */ body.no-editor .bottom .colors { - left: 20px; - top: 90px; - bottom: 0; - display: none; + left: 20px; + top: 90px; + bottom: 0; + display: none; } body.no-editor .pickerToggle { - display: block; - position: absolute; - cursor: pointer; - z-index: 5; - left: 226px; - border-left: 2px solid #4c5057; - padding-left: 15px; - bottom: auto; - margin-left: 15px; + display: block; + position: absolute; + cursor: pointer; + z-index: 5; + left: 226px; + border-left: 2px solid #4c5057; + padding-left: 15px; + bottom: auto; + margin-left: 15px; } body.no-editor .pickerToggle>svg { - width: 17px; - transform: translateY(2px); + width: 17px; + transform: translateY(2px); } body.no-editor .main .side1 { - border-right: none; + border-right: none; } body.no-editor .side1 .item.top { - padding-top: 10px; - transform: translateY(10px); + padding-top: 10px; + transform: translateY(10px); } body.no-editor .bottom .colors.display { - display: grid; + display: grid; } /** Send button and components */ .done { - position: fixed; - right: -40px; - bottom: 30px; - z-index: 5; - transition: right .50s ease-out; + position: fixed; + right: -40px; + bottom: 30px; + z-index: 5; + transition: right .50s ease-out; } body.toHook .done { - right: -150px; + right: -150px; } .done:not(.sent):hover { - right: 10px; - transition: right .30s ease-in; + right: 10px; + transition: right .30s ease-in; } .done.position { - right: 30px; + right: 30px; } .done:not(.sent).position:hover { - right: 75px; + right: 75px; } .done .in { - position: relative; - border-radius: 3px; - background: linear-gradient(30deg, #202225, #202225); - padding: 10px 20px; - box-shadow: 0px 0px 20px 0px #0000002b; - display: flex; - cursor: pointer; - width: 105px; - max-width: 150px; - /* transition: max-width .50s ease-out; */ - overflow: hidden; - color: #dcdddec7; + position: relative; + border-radius: 3px; + background: linear-gradient(30deg, #202225, #202225); + padding: 10px 20px; + box-shadow: 0px 0px 20px 0px #0000002b; + display: flex; + cursor: pointer; + width: 105px; + max-width: 150px; + /* transition: max-width .50s ease-out; */ + overflow: hidden; + color: #dcdddec7; } .done:not(.sent):hover .in { - width: auto; - max-width: 500px; - transition: max-width .30 ease-in; + width: auto; + max-width: 500px; + transition: max-width .30 ease-in; } .done .in span { - font-family: var(--font2); - pointer-events: none; - transition: .5s ease-in-out; - color: #dcdddec7; + font-family: var(--font2); + pointer-events: none; + transition: .5s ease-in-out; + color: #dcdddec7; } .done .in svg { - width: 16px; - height: 100%; - margin-left: 10px; - pointer-events: none; + width: 16px; + height: 100%; + margin-left: 10px; + pointer-events: none; } .done .in svg path { - transition: .5s ease-in-out; - fill: #dcdddec7; + transition: .5s ease-in-out; + fill: #dcdddec7; } .done .item { - position: relative; - background: linear-gradient(30deg, #202225, #202225); - box-shadow: 0px 0px 20px 0px #0000002b; - color: #dcddde; - border-top-right-radius: 4px; - border-top-left-radius: 4px; - max-height: 0; - transition: 0s ease-out; - overflow: hidden; + position: relative; + background: linear-gradient(30deg, #202225, #202225); + box-shadow: 0px 0px 20px 0px #0000002b; + color: #dcddde; + border-top-right-radius: 4px; + border-top-left-radius: 4px; + max-height: 0; + transition: 0s ease-out; + overflow: hidden; } .done .item:not(.hidden) { - display: flex; + display: flex; } .done:not(.sent):hover .item { - max-height: 500px; - transition: max-height .50s ease-in; - scrollbar-color: #36393f #202225; - scrollbar-color: #2c2d33 #202225; + max-height: 500px; + transition: max-height .50s ease-in; + scrollbar-color: #36393f #202225; + scrollbar-color: #2c2d33 #202225; } .done * ::-webkit-scrollbar { - background: #202225 !important; + background: #202225 !important; } .done * ::-webkit-scrollbar-thumb { - background: #2c2d33 !important; + background: #2c2d33 !important; } .selectOptions>* { - padding: 7px 12px; + padding: 7px 12px; } .done:not(.sent):hover .in span { - color: #dcddde; + color: #dcddde; } .done:not(.sent):hover .in svg path { - fill: #dcdddeea; + fill: #dcdddeea; } .done .channels .selectOptions { - padding: 5px 0; + padding: 5px 0; } h5.title { - font-weight: 600; - text-transform: uppercase; - font-size: 13px; - line-height: 16px; - color: #8e9297ad; - padding-bottom: 5px; - font-family: var(--font2); + font-weight: 600; + text-transform: uppercase; + font-size: 13px; + line-height: 16px; + color: #8e9297ad; + padding-bottom: 5px; + font-family: var(--font2); } .done .channels .selectOptions .channel { - min-width: 220px; - max-width: 250px; - cursor: pointer; - display: flex; - padding: 5px 22px 5px 22px; + min-width: 220px; + max-width: 250px; + cursor: pointer; + display: flex; + padding: 5px 22px 5px 22px; } .done .channels .selectOptions .hook { - min-width: 220px; - max-width: 250px; - /* cursor: pointer; */ - /* display: flex; */ - /* margin-top: 5px; */ - /* margin-bottom: 5px; */ - margin: 5px 10px 5px 10px; - padding: 0; + min-width: 220px; + max-width: 250px; + /* cursor: pointer; */ + /* display: flex; */ + /* margin-top: 5px; */ + /* margin-bottom: 5px; */ + margin: 5px 10px 5px 10px; + padding: 0; } body.toHook .done .channels .selectOptions .hook input { - width: 100%; + width: 100%; } body.toHook .done .channels .selectOptions .hook { - width: 320px; - max-width: 320px; - margin: 10px 10px 10px 10px; + width: 320px; + max-width: 320px; + margin: 10px 10px 10px 10px; } .done .channels .selectOptions .hook input { - /* background: #26292d; */ - padding: 10px 22px 10px 11px; - /* border-radius: 4px; */ - border-bottom: 1px solid #44464a; - border-top-right-radius: 4px; - border-top-left-radius: 4px; - padding-left: 2px; + /* background: #26292d; */ + padding: 10px 22px 10px 11px; + /* border-radius: 4px; */ + border-bottom: 1px solid #44464a; + border-top-right-radius: 4px; + border-top-left-radius: 4px; + padding-left: 2px; } .done .channels .selectOptions .channel:hover { - background-color: #2c2f33; - border-radius: 4px; + background-color: #2c2f33; + border-radius: 4px; } .done .channels .selectOptions .channel img { - width: 16px; - filter: contrast(.3); - position: relative; - top: -4px; - pointer-events: none; - transform: translateY(3.5px); + width: 16px; + filter: contrast(.3); + position: relative; + top: -4px; + pointer-events: none; + transform: translateY(3.5px); } .done .channels .selectOptions .channel span { - padding-left: 6px; - pointer-events: none; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; + padding-left: 6px; + pointer-events: none; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; } .selectOptions { - overflow: auto; - overflow-x: hidden; + overflow: auto; + overflow-x: hidden; } .done .in>span::after { - content: "Send"; + content: "Send"; } .done:not(.sent):hover .in>span::after { - content: "Send to"; + content: "Send to"; } .done.sent .in>span::after { - content: "Embed sent"; - color: #44ee95; + content: "Embed sent"; + color: #44ee95; } .done.sent .in { - max-width: 200px; - background: transparent; - box-shadow: none; - width: auto; - transform: translateX(-15px); + max-width: 200px; + background: transparent; + box-shadow: none; + width: auto; + transform: translateX(-15px); } .done.sent .in svg { - display: none; + display: none; } .done.sent .channels { - background: transparent; - box-shadow: none; - opacity: .5; + background: transparent; + box-shadow: none; + opacity: .5; } .done:not(.sent):hover .in { - border-radius: 0; - border-bottom-right-radius: 4px; - border-bottom-left-radius: 4px; - width: 100%; + border-radius: 0; + border-bottom-right-radius: 4px; + border-bottom-left-radius: 4px; + width: 100%; } .done:not(.sent):hover .in>svg { - width: 16px; - height: 100%; - margin-left: 10px; - transition: .5s ease; - transform: rotate(-90deg); + width: 16px; + height: 100%; + margin-left: 10px; + transition: .5s ease; + transform: rotate(-90deg); } @media screen and (max-width: 1015px) { - .done { - right: -100px; - } + .done { + right: -100px; + } } /* Send button and components **/ .invisible { - display: none !important; + display: none !important; } ::-webkit-scrollbar { - width: 7px; - background: #292b2f00; + width: 7px; + background: #292b2f00; } ::-webkit-scrollbar-thumb { - border-radius: 50px; - background: #202225; + border-radius: 50px; + background: #202225; } @media screen and (max-width: 1015px) { - section.low .top>.gui { - opacity: .6; - filter: blur(2px) brightness(.99); - pointer-events: none !important; - } + section.low .top>.gui { + opacity: .6; + filter: blur(2px) brightness(.99); + pointer-events: none !important; + } - section.low { - height: 50% !important; - transition: .4s ease; - } + section.low { + height: 50% !important; + transition: .4s ease; + } - section { - transition: .5s ease; - } + section { + transition: .5s ease; + } - body.emptyEmbed.emptyContent section.side1:not(.low) { - height: 300%; - } + body.emptyEmbed.emptyContent section.side1:not(.low) { + height: 300%; + } - .top-btn { - position: absolute; - cursor: pointer; - z-index: 5; - left: 135px; - } + .top-btn { + position: absolute; + cursor: pointer; + z-index: 5; + left: 135px; + } - .main { - display: flex; - flex-direction: column; - } + .main { + display: flex; + flex-direction: column; + } - .side1 .item.top { - height: 100%; - } + .side1 .item.top { + height: 100%; + } - .notification .inline { - margin-top: 5px; - background-color: #20222500; - border: none; - } + .notification .inline { + margin-top: 5px; + background-color: #20222500; + border: none; + } - .bottom .colors { - bottom: 40px; - top: 100px; - top: 90px; - left: 20px; - display: none; - animation: colorsAn .1s ease-out; - box-shadow: 0px 5px 15px 0px #0000004f; - } + .bottom .colors { + bottom: 40px; + top: 100px; + top: 90px; + left: 20px; + display: none; + animation: colorsAn .1s ease-out; + box-shadow: 0px 5px 15px 0px #0000004f; + } - body.reversed .bottom .colors { - left: 50%; - transform: translateX(-50%); - } + body.reversed .bottom .colors { + left: 50%; + transform: translateX(-50%); + } - body.gui .side1 .item.top { - height: 85%; - max-width: 100%; - width: 100%; - } + body.gui .side1 .item.top { + height: 85%; + max-width: 100%; + width: 100%; + } - body:not(.no-editor) section>.bottom { - margin: 40px 0 0 0 !important; - } + body:not(.no-editor) section>.bottom { + margin: 40px 0 0 0 !important; + } - .pickerToggle { - display: block; - position: absolute; - cursor: pointer; - z-index: 5; - left: 226px; - border-left: 2px solid #4c5057; - padding-left: 15px; - bottom: auto; - margin-left: 15px; - } + .pickerToggle { + display: block; + position: absolute; + cursor: pointer; + z-index: 5; + left: 226px; + border-left: 2px solid #4c5057; + padding-left: 15px; + bottom: auto; + margin-left: 15px; + } - .pickerToggle>svg { - width: 17px; - transform: translateY(2px); - } + .pickerToggle>svg { + width: 17px; + transform: translateY(2px); + } - .main .side1 { - border-right: none; - } + .main .side1 { + border-right: none; + } - .side1 .item.top { - padding-top: 10px; - transform: translateY(10px); - } + .side1 .item.top { + padding-top: 10px; + transform: translateY(10px); + } } @media screen and (max-height: 830px) { - .bottom .colors { - bottom: 10px; - } + .bottom .colors { + bottom: 10px; + } - body.gui .side1 .item.top { - max-width: 100%; - width: 100%; - } + body.gui .side1 .item.top { + max-width: 100%; + width: 100%; + } - body:not(.no-editor) section>.bottom { - margin: 40px 0 0 0 !important; - } + body:not(.no-editor) section>.bottom { + margin: 40px 0 0 0 !important; + } } @media screen and (max-height: 830px) and (min-width: 1015px) { - body.gui .side1 .item.top { - height: 72%; - } + body.gui .side1 .item.top { + height: 72%; + } } @media screen and (max-height: 750px) and (min-width: 1015px) { - body.gui .side1 .item.top { - height: 69%; - } + body.gui .side1 .item.top { + height: 69%; + } } @media screen and (max-width: 530px) { - .main .side1 { - padding: 10px; - padding-bottom: 25px; - } + .main .side1 { + padding: 10px; + padding-bottom: 25px; + } - .top>.gui { - margin-top: 5px; - } + .top>.gui { + margin-top: 5px; + } - .emptyTxt { - display: none !important; - } + .emptyTxt { + display: none !important; + } - .msgEmbed { - margin: 20px 0 10px 0; - padding: 0.125rem 10px 20px 65px; - } + .msgEmbed { + margin: 20px 0 10px 0; + padding: 0.125rem 10px 20px 65px; + } - body.no-user .msgEmbed { - padding-left: 25px; - margin-top: 13px; - } + body.no-user .msgEmbed { + padding-left: 25px; + margin-top: 13px; + } - .avatar { - left: 10px; - } + .avatar { + left: 10px; + } } @media screen and (max-width: 490px) { - .markup>blockquote, - .markup pre { - max-width: 99%; - } + .markup>blockquote, + .markup pre { + max-width: 99%; + } } .top>.gui .item.guiEmbedName { - background: none; - height: auto; - font-size: 13px; - /* margin: 18px auto 18px auto; */ - left: 19px; - /* padding: 18px 0; */ - margin: auto; - padding: 10px 0 10px 0; - z-index: 1; + background: none; + height: auto; + font-size: 13px; + /* margin: 18px auto 18px auto; */ + left: 19px; + /* padding: 18px 0; */ + margin: auto; + padding: 10px 0 10px 0; + z-index: 1; } .top>.gui .item.guiEmbedName::before { - content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' viewBox='0 0 24 24' height='30'%3E%3Cpath clip-rule='evenodd' fill='%23fff' d='M16.59 8.59004L12 13.17L7.41 8.59004L6 10L12 16L18 10L16.59 8.59004Z'%3E%3C/path%3E%3C/svg%3E"); - position: absolute; - /* transform: scale(.8) translate(-40px, -13px); */ - transform: scale(.7) translate(-40px, -13.5px) rotate(-90deg); - opacity: .5; - pointer-events: none; - transition: .2s ease; + content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' viewBox='0 0 24 24' height='30'%3E%3Cpath clip-rule='evenodd' fill='%23fff' d='M16.59 8.59004L12 13.17L7.41 8.59004L6 10L12 16L18 10L16.59 8.59004Z'%3E%3C/path%3E%3C/svg%3E"); + position: absolute; + /* transform: scale(.8) translate(-40px, -13px); */ + transform: scale(.7) translate(-40px, -13.5px) rotate(-90deg); + opacity: .5; + pointer-events: none; + transition: .2s ease; } /* Move icon a bit up for gecko based browsers */ @supports (-moz-appearance: none) { - .top>.gui .item.guiEmbedName::before { - transform: scale(.7) translate(-40px, -16.5px) rotate(-90deg); - } + .top>.gui .item.guiEmbedName::before { + transform: scale(.7) translate(-40px, -16.5px) rotate(-90deg); + } } .top>.gui .item.guiEmbedName.active::before { - transform: scale(.7) translate(-40px, -15.5px); + transform: scale(.7) translate(-40px, -15.5px); } body:not(.single) .top>.gui .item.guiEmbedName:not(.active)+.guiEmbed, body.single .guiEmbedAdd, body.single .top>.gui .item.guiEmbedName { - display: none; + display: none; } .top>.gui .item.guiEmbedName .text span { - opacity: .5; + opacity: .5; } @keyframes guiEmbedNameEmptyAn { - 0% { - opacity: 0; - } + 0% { + opacity: 0; + } - 50% { - opacity: .5; - } + 50% { + opacity: .5; + } } .top>.gui .item.guiEmbedName.empty .text::after { - content: var(--text, "no content"); - opacity: 0; - margin-left: 7px; - font-style: italic; - animation: guiEmbedNameEmptyAn 3s ease - /*forwards*/ - ; - position: absolute; - transform: translateY(-1px); + content: var(--text, "no content"); + opacity: 0; + margin-left: 7px; + font-style: italic; + animation: guiEmbedNameEmptyAn 3s ease + /*forwards*/ + ; + position: absolute; + transform: translateY(-1px); } .top>.gui .item.guiEmbedName .icon { - position: absolute; - right: 19px; - top: 7px; - transition: .5s ease; - opacity: .1; + position: absolute; + right: 19px; + top: 7px; + transition: .5s ease; + opacity: .1; } .top>.gui .item.guiEmbedName:not(:hover) .icon { - opacity: 0; - pointer-events: none; + opacity: 0; + pointer-events: none; } .top>.gui .item.guiEmbedName .icon:hover { - opacity: 1; + opacity: 1; } .guiEmbed { - z-index: 2; - position: relative; - background: #292b2f; + z-index: 2; + position: relative; + background: #292b2f; } .guiEmbedAdd { - font-size: .8rem; - display: inline-flex; - position: absolute; - bottom: 5px; - left: 50%; - transform: translateX(-50%); - align-items: center; - z-index: 2; + font-size: .8rem; + display: inline-flex; + position: absolute; + bottom: 5px; + left: 50%; + transform: translateX(-50%); + align-items: center; + z-index: 2; } .guiEmbedAdd .icon { - margin-right: 7px; + margin-right: 7px; } \ No newline at end of file diff --git a/assets/js/components.js b/assets/js/components.js index 12ad854..ddf5af3 100644 --- a/assets/js/components.js +++ b/assets/js/components.js @@ -1,4741 +1,4741 @@ var emojis = { - "open_hands": "๐Ÿ‘", - "open_hands_tone1": "๐Ÿ‘๐Ÿป", - "open_hands_tone2": "๐Ÿ‘๐Ÿผ", - "open_hands_tone3": "๐Ÿ‘๐Ÿฝ", - "open_hands_tone4": "๐Ÿ‘๐Ÿพ", - "open_hands_tone5": "๐Ÿ‘๐Ÿฟ", - "raised_hands": "๐Ÿ™Œ", - "raised_hands_tone1": "๐Ÿ™Œ๐Ÿป", - "raised_hands_tone2": "๐Ÿ™Œ๐Ÿผ", - "raised_hands_tone3": "๐Ÿ™Œ๐Ÿฝ", - "raised_hands_tone4": "๐Ÿ™Œ๐Ÿพ", - "raised_hands_tone5": "๐Ÿ™Œ๐Ÿฟ", - "clap": "๐Ÿ‘", - "clap_tone1": "๐Ÿ‘๐Ÿป", - "clap_tone2": "๐Ÿ‘๐Ÿผ", - "clap_tone3": "๐Ÿ‘๐Ÿฝ", - "clap_tone4": "๐Ÿ‘๐Ÿพ", - "clap_tone5": "๐Ÿ‘๐Ÿฟ", - "handshake": "๐Ÿค", - "shaking_hands": "๐Ÿค", - "thumbsup": "๐Ÿ‘", - "+1": "๐Ÿ‘", - "thumbup": "๐Ÿ‘", - "thumbsup_tone1": "๐Ÿ‘๐Ÿป", - "+1_tone1": "๐Ÿ‘๐Ÿป", - "thumbup_tone1": "๐Ÿ‘๐Ÿป", - "thumbsup_tone2": "๐Ÿ‘๐Ÿผ", - "+1_tone2": "๐Ÿ‘๐Ÿผ", - "thumbup_tone2": "๐Ÿ‘๐Ÿผ", - "thumbsup_tone3": "๐Ÿ‘๐Ÿฝ", - "+1_tone3": "๐Ÿ‘๐Ÿฝ", - "thumbup_tone3": "๐Ÿ‘๐Ÿฝ", - "thumbsup_tone4": "๐Ÿ‘๐Ÿพ", - "+1_tone4": "๐Ÿ‘๐Ÿพ", - "thumbup_tone4": "๐Ÿ‘๐Ÿพ", - "thumbsup_tone5": "๐Ÿ‘๐Ÿฟ", - "+1_tone5": "๐Ÿ‘๐Ÿฟ", - "thumbup_tone5": "๐Ÿ‘๐Ÿฟ", - "thumbsdown": "๐Ÿ‘Ž", - "-1": "๐Ÿ‘Ž", - "thumbdown": "๐Ÿ‘Ž", - "thumbsdown_tone1": "๐Ÿ‘Ž๐Ÿป", - "_1_tone1": "๐Ÿ‘Ž๐Ÿป", - "thumbdown_tone1": "๐Ÿ‘Ž๐Ÿป", - "thumbsdown_tone2": "๐Ÿ‘Ž๐Ÿผ", - "_1_tone2": "๐Ÿ‘Ž๐Ÿผ", - "thumbdown_tone2": "๐Ÿ‘Ž๐Ÿผ", - "thumbsdown_tone3": "๐Ÿ‘Ž๐Ÿฝ", - "_1_tone3": "๐Ÿ‘Ž๐Ÿฝ", - "thumbdown_tone3": "๐Ÿ‘Ž๐Ÿฝ", - "thumbsdown_tone4": "๐Ÿ‘Ž๐Ÿพ", - "_1_tone4": "๐Ÿ‘Ž๐Ÿพ", - "thumbdown_tone4": "๐Ÿ‘Ž๐Ÿพ", - "thumbsdown_tone5": "๐Ÿ‘Ž๐Ÿฟ", - "_1_tone5": "๐Ÿ‘Ž๐Ÿฟ", - "thumbdown_tone5": "๐Ÿ‘Ž๐Ÿฟ", - "punch": "๐Ÿ‘Š", - "punch_tone1": "๐Ÿ‘Š๐Ÿป", - "punch_tone2": "๐Ÿ‘Š๐Ÿผ", - "punch_tone3": "๐Ÿ‘Š๐Ÿฝ", - "punch_tone4": "๐Ÿ‘Š๐Ÿพ", - "punch_tone5": "๐Ÿ‘Š๐Ÿฟ", - "fist": "โœŠ", - "fist_tone1": "โœŠ๐Ÿป", - "fist_tone2": "โœŠ๐Ÿผ", - "fist_tone3": "โœŠ๐Ÿฝ", - "fist_tone4": "โœŠ๐Ÿพ", - "fist_tone5": "โœŠ๐Ÿฟ", - "left_facing_fist": "๐Ÿค›", - "left_fist": "๐Ÿค›", - "left_facing_fist_tone1": "๐Ÿค›๐Ÿป", - "left_fist_tone1": "๐Ÿค›๐Ÿป", - "left_facing_fist_tone2": "๐Ÿค›๐Ÿผ", - "left_fist_tone2": "๐Ÿค›๐Ÿผ", - "left_facing_fist_tone3": "๐Ÿค›๐Ÿฝ", - "left_fist_tone3": "๐Ÿค›๐Ÿฝ", - "left_facing_fist_tone4": "๐Ÿค›๐Ÿพ", - "left_fist_tone4": "๐Ÿค›๐Ÿพ", - "left_facing_fist_tone5": "๐Ÿค›๐Ÿฟ", - "left_fist_tone5": "๐Ÿค›๐Ÿฟ", - "right_facing_fist": "๐Ÿคœ", - "right_fist": "๐Ÿคœ", - "right_facing_fist_tone1": "๐Ÿคœ๐Ÿป", - "right_fist_tone1": "๐Ÿคœ๐Ÿป", - "right_facing_fist_tone2": "๐Ÿคœ๐Ÿผ", - "right_fist_tone2": "๐Ÿคœ๐Ÿผ", - "right_facing_fist_tone3": "๐Ÿคœ๐Ÿฝ", - "right_fist_tone3": "๐Ÿคœ๐Ÿฝ", - "right_facing_fist_tone4": "๐Ÿคœ๐Ÿพ", - "right_fist_tone4": "๐Ÿคœ๐Ÿพ", - "right_facing_fist_tone5": "๐Ÿคœ๐Ÿฟ", - "right_fist_tone5": "๐Ÿคœ๐Ÿฟ", - "fingers_crossed": "๐Ÿคž", - "hand_with_index_and_middle_finger_crossed": "๐Ÿคž", - "fingers_crossed_tone1": "๐Ÿคž๐Ÿป", - "hand_with_index_and_middle_fingers_crossed_tone1": "๐Ÿคž๐Ÿป", - "fingers_crossed_tone2": "๐Ÿคž๐Ÿผ", - "hand_with_index_and_middle_fingers_crossed_tone2": "๐Ÿคž๐Ÿผ", - "fingers_crossed_tone3": "๐Ÿคž๐Ÿฝ", - "hand_with_index_and_middle_fingers_crossed_tone3": "๐Ÿคž๐Ÿฝ", - "fingers_crossed_tone4": "๐Ÿคž๐Ÿพ", - "hand_with_index_and_middle_fingers_crossed_tone4": "๐Ÿคž๐Ÿพ", - "fingers_crossed_tone5": "๐Ÿคž๐Ÿฟ", - "hand_with_index_and_middle_fingers_crossed_tone5": "๐Ÿคž๐Ÿฟ", - "v": "โœŒ๏ธ", - "v_tone1": "โœŒ๐Ÿป", - "v_tone2": "โœŒ๐Ÿผ", - "v_tone3": "โœŒ๐Ÿฝ", - "v_tone4": "โœŒ๐Ÿพ", - "v_tone5": "โœŒ๐Ÿฟ", - "love_you_gesture": "๐ŸคŸ", - "love_you_gesture_tone1": "๐ŸคŸ๐Ÿป", - "love_you_gesture_light_skin_tone": "๐ŸคŸ๐Ÿป", - "love_you_gesture_tone2": "๐ŸคŸ๐Ÿผ", - "love_you_gesture_medium_light_skin_tone": "๐ŸคŸ๐Ÿผ", - "love_you_gesture_tone3": "๐ŸคŸ๐Ÿฝ", - "love_you_gesture_medium_skin_tone": "๐ŸคŸ๐Ÿฝ", - "love_you_gesture_tone4": "๐ŸคŸ๐Ÿพ", - "love_you_gesture_medium_dark_skin_tone": "๐ŸคŸ๐Ÿพ", - "love_you_gesture_tone5": "๐ŸคŸ๐Ÿฟ", - "love_you_gesture_dark_skin_tone": "๐ŸคŸ๐Ÿฟ", - "metal": "๐Ÿค˜", - "sign_of_the_horns": "๐Ÿค˜", - "metal_tone1": "๐Ÿค˜๐Ÿป", - "sign_of_the_horns_tone1": "๐Ÿค˜๐Ÿป", - "metal_tone2": "๐Ÿค˜๐Ÿผ", - "sign_of_the_horns_tone2": "๐Ÿค˜๐Ÿผ", - "metal_tone3": "๐Ÿค˜๐Ÿฝ", - "sign_of_the_horns_tone3": "๐Ÿค˜๐Ÿฝ", - "metal_tone4": "๐Ÿค˜๐Ÿพ", - "sign_of_the_horns_tone4": "๐Ÿค˜๐Ÿพ", - "metal_tone5": "๐Ÿค˜๐Ÿฟ", - "sign_of_the_horns_tone5": "๐Ÿค˜๐Ÿฟ", - "ok_hand": "๐Ÿ‘Œ", - "ok_hand_tone1": "๐Ÿ‘Œ๐Ÿป", - "ok_hand_tone2": "๐Ÿ‘Œ๐Ÿผ", - "ok_hand_tone3": "๐Ÿ‘Œ๐Ÿฝ", - "ok_hand_tone4": "๐Ÿ‘Œ๐Ÿพ", - "ok_hand_tone5": "๐Ÿ‘Œ๐Ÿฟ", - "pinching_hand": "๐Ÿค", - "pinching_hand_tone1": "๐Ÿค๐Ÿป", - "pinching_hand_light_skin_tone": "๐Ÿค๐Ÿป", - "pinching_hand_tone2": "๐Ÿค๐Ÿผ", - "pinching_hand_medium_light_skin_tone": "๐Ÿค๐Ÿผ", - "pinching_hand_tone3": "๐Ÿค๐Ÿฝ", - "pinching_hand_medium_skin_tone": "๐Ÿค๐Ÿฝ", - "pinching_hand_tone4": "๐Ÿค๐Ÿพ", - "pinching_hand_medium_dark_skin_tone": "๐Ÿค๐Ÿพ", - "pinching_hand_tone5": "๐Ÿค๐Ÿฟ", - "pinching_hand_dark_skin_tone": "๐Ÿค๐Ÿฟ", - "pinched_fingers": "๐ŸคŒ", - "pinched_fingers_tone2": "๐ŸคŒ๐Ÿผ", - "pinched_fingers_medium_light_skin_tone": "๐ŸคŒ๐Ÿผ", - "pinched_fingers_tone1": "๐ŸคŒ๐Ÿป", - "pinched_fingers_light_skin_tone": "๐ŸคŒ๐Ÿป", - "pinched_fingers_tone3": "๐ŸคŒ๐Ÿฝ", - "pinched_fingers_medium_skin_tone": "๐ŸคŒ๐Ÿฝ", - "pinched_fingers_tone4": "๐ŸคŒ๐Ÿพ", - "pinched_fingers_medium_dark_skin_tone": "๐ŸคŒ๐Ÿพ", - "pinched_fingers_tone5": "๐ŸคŒ๐Ÿฟ", - "pinched_fingers_dark_skin_tone": "๐ŸคŒ๐Ÿฟ", - "point_left": "๐Ÿ‘ˆ", - "point_left_tone1": "๐Ÿ‘ˆ๐Ÿป", - "point_left_tone2": "๐Ÿ‘ˆ๐Ÿผ", - "point_left_tone3": "๐Ÿ‘ˆ๐Ÿฝ", - "point_left_tone4": "๐Ÿ‘ˆ๐Ÿพ", - "point_left_tone5": "๐Ÿ‘ˆ๐Ÿฟ", - "point_right": "๐Ÿ‘‰", - "point_right_tone1": "๐Ÿ‘‰๐Ÿป", - "point_right_tone2": "๐Ÿ‘‰๐Ÿผ", - "point_right_tone3": "๐Ÿ‘‰๐Ÿฝ", - "point_right_tone4": "๐Ÿ‘‰๐Ÿพ", - "point_right_tone5": "๐Ÿ‘‰๐Ÿฟ", - "point_up_2": "๐Ÿ‘†", - "point_up_2_tone1": "๐Ÿ‘†๐Ÿป", - "point_up_2_tone2": "๐Ÿ‘†๐Ÿผ", - "point_up_2_tone3": "๐Ÿ‘†๐Ÿฝ", - "point_up_2_tone4": "๐Ÿ‘†๐Ÿพ", - "point_up_2_tone5": "๐Ÿ‘†๐Ÿฟ", - "point_down": "๐Ÿ‘‡", - "point_down_tone1": "๐Ÿ‘‡๐Ÿป", - "point_down_tone2": "๐Ÿ‘‡๐Ÿผ", - "point_down_tone3": "๐Ÿ‘‡๐Ÿฝ", - "point_down_tone4": "๐Ÿ‘‡๐Ÿพ", - "point_down_tone5": "๐Ÿ‘‡๐Ÿฟ", - "point_up": "โ˜๏ธ", - "point_up_tone1": "โ˜๐Ÿป", - "point_up_tone2": "โ˜๐Ÿผ", - "point_up_tone3": "โ˜๐Ÿฝ", - "point_up_tone4": "โ˜๐Ÿพ", - "point_up_tone5": "โ˜๐Ÿฟ", - "raised_hand": "โœ‹", - "raised_hand_tone1": "โœ‹๐Ÿป", - "raised_hand_tone2": "โœ‹๐Ÿผ", - "raised_hand_tone3": "โœ‹๐Ÿฝ", - "raised_hand_tone4": "โœ‹๐Ÿพ", - "raised_hand_tone5": "โœ‹๐Ÿฟ", - "raised_back_of_hand": "๐Ÿคš", - "back_of_hand": "๐Ÿคš", - "raised_back_of_hand_tone1": "๐Ÿคš๐Ÿป", - "back_of_hand_tone1": "๐Ÿคš๐Ÿป", - "raised_back_of_hand_tone2": "๐Ÿคš๐Ÿผ", - "back_of_hand_tone2": "๐Ÿคš๐Ÿผ", - "raised_back_of_hand_tone3": "๐Ÿคš๐Ÿฝ", - "back_of_hand_tone3": "๐Ÿคš๐Ÿฝ", - "raised_back_of_hand_tone4": "๐Ÿคš๐Ÿพ", - "back_of_hand_tone4": "๐Ÿคš๐Ÿพ", - "raised_back_of_hand_tone5": "๐Ÿคš๐Ÿฟ", - "back_of_hand_tone5": "๐Ÿคš๐Ÿฟ", - "hand_splayed": "๐Ÿ–๏ธ", - "raised_hand_with_fingers_splayed": "๐Ÿ–๏ธ", - "hand_splayed_tone1": "๐Ÿ–๐Ÿป", - "raised_hand_with_fingers_splayed_tone1": "๐Ÿ–๐Ÿป", - "hand_splayed_tone2": "๐Ÿ–๐Ÿผ", - "raised_hand_with_fingers_splayed_tone2": "๐Ÿ–๐Ÿผ", - "hand_splayed_tone3": "๐Ÿ–๐Ÿฝ", - "raised_hand_with_fingers_splayed_tone3": "๐Ÿ–๐Ÿฝ", - "hand_splayed_tone4": "๐Ÿ–๐Ÿพ", - "raised_hand_with_fingers_splayed_tone4": "๐Ÿ–๐Ÿพ", - "hand_splayed_tone5": "๐Ÿ–๐Ÿฟ", - "raised_hand_with_fingers_splayed_tone5": "๐Ÿ–๐Ÿฟ", - "vulcan": "๐Ÿ––", - "raised_hand_with_part_between_middle_and_ring_fingers": "๐Ÿ––", - "vulcan_tone1": "๐Ÿ––๐Ÿป", - "raised_hand_with_part_between_middle_and_ring_fingers_tone1": "๐Ÿ––๐Ÿป", - "vulcan_tone2": "๐Ÿ––๐Ÿผ", - "raised_hand_with_part_between_middle_and_ring_fingers_tone2": "๐Ÿ––๐Ÿผ", - "vulcan_tone3": "๐Ÿ––๐Ÿฝ", - "raised_hand_with_part_between_middle_and_ring_fingers_tone3": "๐Ÿ––๐Ÿฝ", - "vulcan_tone4": "๐Ÿ––๐Ÿพ", - "raised_hand_with_part_between_middle_and_ring_fingers_tone4": "๐Ÿ––๐Ÿพ", - "vulcan_tone5": "๐Ÿ––๐Ÿฟ", - "raised_hand_with_part_between_middle_and_ring_fingers_tone5": "๐Ÿ––๐Ÿฟ", - "wave": "๐Ÿ‘‹", - "wave_tone1": "๐Ÿ‘‹๐Ÿป", - "wave_tone2": "๐Ÿ‘‹๐Ÿผ", - "wave_tone3": "๐Ÿ‘‹๐Ÿฝ", - "wave_tone4": "๐Ÿ‘‹๐Ÿพ", - "wave_tone5": "๐Ÿ‘‹๐Ÿฟ", - "call_me": "๐Ÿค™", - "call_me_hand": "๐Ÿค™", - "call_me_tone1": "๐Ÿค™๐Ÿป", - "call_me_hand_tone1": "๐Ÿค™๐Ÿป", - "call_me_tone2": "๐Ÿค™๐Ÿผ", - "call_me_hand_tone2": "๐Ÿค™๐Ÿผ", - "call_me_tone3": "๐Ÿค™๐Ÿฝ", - "call_me_hand_tone3": "๐Ÿค™๐Ÿฝ", - "call_me_tone4": "๐Ÿค™๐Ÿพ", - "call_me_hand_tone4": "๐Ÿค™๐Ÿพ", - "call_me_tone5": "๐Ÿค™๐Ÿฟ", - "call_me_hand_tone5": "๐Ÿค™๐Ÿฟ", - "muscle": "๐Ÿ’ช", - "muscle_tone1": "๐Ÿ’ช๐Ÿป", - "muscle_tone2": "๐Ÿ’ช๐Ÿผ", - "muscle_tone3": "๐Ÿ’ช๐Ÿฝ", - "muscle_tone4": "๐Ÿ’ช๐Ÿพ", - "muscle_tone5": "๐Ÿ’ช๐Ÿฟ", - "mechanical_arm": "๐Ÿฆพ", - "middle_finger": "๐Ÿ–•", - "reversed_hand_with_middle_finger_extended": "๐Ÿ–•", - "middle_finger_tone1": "๐Ÿ–•๐Ÿป", - "reversed_hand_with_middle_finger_extended_tone1": "๐Ÿ–•๐Ÿป", - "middle_finger_tone2": "๐Ÿ–•๐Ÿผ", - "reversed_hand_with_middle_finger_extended_tone2": "๐Ÿ–•๐Ÿผ", - "middle_finger_tone3": "๐Ÿ–•๐Ÿฝ", - "reversed_hand_with_middle_finger_extended_tone3": "๐Ÿ–•๐Ÿฝ", - "middle_finger_tone4": "๐Ÿ–•๐Ÿพ", - "reversed_hand_with_middle_finger_extended_tone4": "๐Ÿ–•๐Ÿพ", - "middle_finger_tone5": "๐Ÿ–•๐Ÿฟ", - "reversed_hand_with_middle_finger_extended_tone5": "๐Ÿ–•๐Ÿฟ", - "writing_hand": "โœ๏ธ", - "writing_hand_tone1": "โœ๐Ÿป", - "writing_hand_tone2": "โœ๐Ÿผ", - "writing_hand_tone3": "โœ๐Ÿฝ", - "writing_hand_tone4": "โœ๐Ÿพ", - "writing_hand_tone5": "โœ๐Ÿฟ", - "pray": "๐Ÿ™", - "pray_tone1": "๐Ÿ™๐Ÿป", - "pray_tone2": "๐Ÿ™๐Ÿผ", - "pray_tone3": "๐Ÿ™๐Ÿฝ", - "pray_tone4": "๐Ÿ™๐Ÿพ", - "pray_tone5": "๐Ÿ™๐Ÿฟ", - "foot": "๐Ÿฆถ", - "foot_tone1": "๐Ÿฆถ๐Ÿป", - "foot_light_skin_tone": "๐Ÿฆถ๐Ÿป", - "foot_tone2": "๐Ÿฆถ๐Ÿผ", - "foot_medium_light_skin_tone": "๐Ÿฆถ๐Ÿผ", - "foot_tone3": "๐Ÿฆถ๐Ÿฝ", - "foot_medium_skin_tone": "๐Ÿฆถ๐Ÿฝ", - "foot_tone4": "๐Ÿฆถ๐Ÿพ", - "foot_medium_dark_skin_tone": "๐Ÿฆถ๐Ÿพ", - "foot_tone5": "๐Ÿฆถ๐Ÿฟ", - "foot_dark_skin_tone": "๐Ÿฆถ๐Ÿฟ", - "leg": "๐Ÿฆต", - "leg_tone1": "๐Ÿฆต๐Ÿป", - "leg_light_skin_tone": "๐Ÿฆต๐Ÿป", - "leg_tone2": "๐Ÿฆต๐Ÿผ", - "leg_medium_light_skin_tone": "๐Ÿฆต๐Ÿผ", - "leg_tone3": "๐Ÿฆต๐Ÿฝ", - "leg_medium_skin_tone": "๐Ÿฆต๐Ÿฝ", - "leg_tone4": "๐Ÿฆต๐Ÿพ", - "leg_medium_dark_skin_tone": "๐Ÿฆต๐Ÿพ", - "leg_tone5": "๐Ÿฆต๐Ÿฟ", - "leg_dark_skin_tone": "๐Ÿฆต๐Ÿฟ", - "mechanical_leg": "๐Ÿฆฟ", - "lipstick": "๐Ÿ’„", - "kiss": "๐Ÿ’‹", - "lips": "๐Ÿ‘„", - "tooth": "๐Ÿฆท", - "bone": "๐Ÿฆด", - "tongue": "๐Ÿ‘…", - "ear": "๐Ÿ‘‚", - "ear_tone1": "๐Ÿ‘‚๐Ÿป", - "ear_tone2": "๐Ÿ‘‚๐Ÿผ", - "ear_tone3": "๐Ÿ‘‚๐Ÿฝ", - "ear_tone4": "๐Ÿ‘‚๐Ÿพ", - "ear_tone5": "๐Ÿ‘‚๐Ÿฟ", - "ear_with_hearing_aid": "๐Ÿฆป", - "ear_with_hearing_aid_tone1": "๐Ÿฆป๐Ÿป", - "ear_with_hearing_aid_light_skin_tone": "๐Ÿฆป๐Ÿป", - "ear_with_hearing_aid_tone2": "๐Ÿฆป๐Ÿผ", - "ear_with_hearing_aid_medium_light_skin_tone": "๐Ÿฆป๐Ÿผ", - "ear_with_hearing_aid_tone3": "๐Ÿฆป๐Ÿฝ", - "ear_with_hearing_aid_medium_skin_tone": "๐Ÿฆป๐Ÿฝ", - "ear_with_hearing_aid_tone4": "๐Ÿฆป๐Ÿพ", - "ear_with_hearing_aid_medium_dark_skin_tone": "๐Ÿฆป๐Ÿพ", - "ear_with_hearing_aid_tone5": "๐Ÿฆป๐Ÿฟ", - "ear_with_hearing_aid_dark_skin_tone": "๐Ÿฆป๐Ÿฟ", - "nose": "๐Ÿ‘ƒ", - "nose_tone1": "๐Ÿ‘ƒ๐Ÿป", - "nose_tone2": "๐Ÿ‘ƒ๐Ÿผ", - "nose_tone3": "๐Ÿ‘ƒ๐Ÿฝ", - "nose_tone4": "๐Ÿ‘ƒ๐Ÿพ", - "nose_tone5": "๐Ÿ‘ƒ๐Ÿฟ", - "footprints": "๐Ÿ‘ฃ", - "eye": "๐Ÿ‘๏ธ", - "eyes": "๐Ÿ‘€", - "brain": "๐Ÿง ", - "anatomical_heart": "๐Ÿซ€", - "lungs": "๐Ÿซ", - "speaking_head": "๐Ÿ—ฃ๏ธ", - "speaking_head_in_silhouette": "๐Ÿ—ฃ๏ธ", - "bust_in_silhouette": "๐Ÿ‘ค", - "busts_in_silhouette": "๐Ÿ‘ฅ", - "people_hugging": "๐Ÿซ‚", - "baby": "๐Ÿ‘ถ", - "baby_tone1": "๐Ÿ‘ถ๐Ÿป", - "baby_tone2": "๐Ÿ‘ถ๐Ÿผ", - "baby_tone3": "๐Ÿ‘ถ๐Ÿฝ", - "baby_tone4": "๐Ÿ‘ถ๐Ÿพ", - "baby_tone5": "๐Ÿ‘ถ๐Ÿฟ", - "girl": "๐Ÿ‘ง", - "girl_tone1": "๐Ÿ‘ง๐Ÿป", - "girl_tone2": "๐Ÿ‘ง๐Ÿผ", - "girl_tone3": "๐Ÿ‘ง๐Ÿฝ", - "girl_tone4": "๐Ÿ‘ง๐Ÿพ", - "girl_tone5": "๐Ÿ‘ง๐Ÿฟ", - "child": "๐Ÿง’", - "child_tone1": "๐Ÿง’๐Ÿป", - "child_light_skin_tone": "๐Ÿง’๐Ÿป", - "child_tone2": "๐Ÿง’๐Ÿผ", - "child_medium_light_skin_tone": "๐Ÿง’๐Ÿผ", - "child_tone3": "๐Ÿง’๐Ÿฝ", - "child_medium_skin_tone": "๐Ÿง’๐Ÿฝ", - "child_tone4": "๐Ÿง’๐Ÿพ", - "child_medium_dark_skin_tone": "๐Ÿง’๐Ÿพ", - "child_tone5": "๐Ÿง’๐Ÿฟ", - "child_dark_skin_tone": "๐Ÿง’๐Ÿฟ", - "boy": "๐Ÿ‘ฆ", - "boy_tone1": "๐Ÿ‘ฆ๐Ÿป", - "boy_tone2": "๐Ÿ‘ฆ๐Ÿผ", - "boy_tone3": "๐Ÿ‘ฆ๐Ÿฝ", - "boy_tone4": "๐Ÿ‘ฆ๐Ÿพ", - "boy_tone5": "๐Ÿ‘ฆ๐Ÿฟ", - "woman": "๐Ÿ‘ฉ", - "woman_tone1": "๐Ÿ‘ฉ๐Ÿป", - "woman_tone2": "๐Ÿ‘ฉ๐Ÿผ", - "woman_tone3": "๐Ÿ‘ฉ๐Ÿฝ", - "woman_tone4": "๐Ÿ‘ฉ๐Ÿพ", - "woman_tone5": "๐Ÿ‘ฉ๐Ÿฟ", - "adult": "๐Ÿง‘", - "adult_tone1": "๐Ÿง‘๐Ÿป", - "adult_light_skin_tone": "๐Ÿง‘๐Ÿป", - "adult_tone2": "๐Ÿง‘๐Ÿผ", - "adult_medium_light_skin_tone": "๐Ÿง‘๐Ÿผ", - "adult_tone3": "๐Ÿง‘๐Ÿฝ", - "adult_medium_skin_tone": "๐Ÿง‘๐Ÿฝ", - "adult_tone4": "๐Ÿง‘๐Ÿพ", - "adult_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพ", - "adult_tone5": "๐Ÿง‘๐Ÿฟ", - "adult_dark_skin_tone": "๐Ÿง‘๐Ÿฟ", - "man": "๐Ÿ‘จ", - "man_tone1": "๐Ÿ‘จ๐Ÿป", - "man_tone2": "๐Ÿ‘จ๐Ÿผ", - "man_tone3": "๐Ÿ‘จ๐Ÿฝ", - "man_tone4": "๐Ÿ‘จ๐Ÿพ", - "man_tone5": "๐Ÿ‘จ๐Ÿฟ", - "person_curly_hair": "๐Ÿง‘โ€๐Ÿฆฑ", - "person_tone1_curly_hair": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฑ", - "person_light_skin_tone_curly_hair": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฑ", - "person_tone2_curly_hair": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฑ", - "person_medium_light_skin_tone_curly_hair": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฑ", - "person_tone3_curly_hair": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฑ", - "person_medium_skin_tone_curly_hair": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฑ", - "person_tone4_curly_hair": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฑ", - "person_medium_dark_skin_tone_curly_hair": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฑ", - "person_tone5_curly_hair": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฑ", - "person_dark_skin_tone_curly_hair": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฑ", - "woman_curly_haired": "๐Ÿ‘ฉโ€๐Ÿฆฑ", - "woman_curly_haired_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฑ", - "woman_curly_haired_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฑ", - "woman_curly_haired_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฑ", - "woman_curly_haired_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฑ", - "woman_curly_haired_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฑ", - "woman_curly_haired_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฑ", - "woman_curly_haired_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฑ", - "woman_curly_haired_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฑ", - "woman_curly_haired_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฑ", - "woman_curly_haired_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฑ", - "man_curly_haired": "๐Ÿ‘จโ€๐Ÿฆฑ", - "man_curly_haired_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฑ", - "man_curly_haired_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฑ", - "man_curly_haired_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฑ", - "man_curly_haired_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฑ", - "man_curly_haired_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฑ", - "man_curly_haired_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฑ", - "man_curly_haired_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฑ", - "man_curly_haired_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฑ", - "man_curly_haired_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฑ", - "man_curly_haired_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฑ", - "person_red_hair": "๐Ÿง‘โ€๐Ÿฆฐ", - "person_tone1_red_hair": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฐ", - "person_light_skin_tone_red_hair": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฐ", - "person_tone2_red_hair": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฐ", - "person_medium_light_skin_tone_red_hair": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฐ", - "person_tone3_red_hair": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฐ", - "person_medium_skin_tone_red_hair": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฐ", - "person_tone4_red_hair": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฐ", - "person_medium_dark_skin_tone_red_hair": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฐ", - "person_tone5_red_hair": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฐ", - "person_dark_skin_tone_red_hair": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฐ", - "woman_red_haired": "๐Ÿ‘ฉโ€๐Ÿฆฐ", - "woman_red_haired_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฐ", - "woman_red_haired_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฐ", - "woman_red_haired_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฐ", - "woman_red_haired_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฐ", - "woman_red_haired_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฐ", - "woman_red_haired_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฐ", - "woman_red_haired_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฐ", - "woman_red_haired_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฐ", - "woman_red_haired_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฐ", - "woman_red_haired_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฐ", - "man_red_haired": "๐Ÿ‘จโ€๐Ÿฆฐ", - "man_red_haired_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฐ", - "man_red_haired_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฐ", - "man_red_haired_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฐ", - "man_red_haired_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฐ", - "man_red_haired_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฐ", - "man_red_haired_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฐ", - "man_red_haired_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฐ", - "man_red_haired_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฐ", - "man_red_haired_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฐ", - "man_red_haired_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฐ", - "blond_haired_woman": "๐Ÿ‘ฑโ€โ™€๏ธ", - "blond_haired_woman_tone1": "๐Ÿ‘ฑ๐Ÿปโ€โ™€๏ธ", - "blond_haired_woman_light_skin_tone": "๐Ÿ‘ฑ๐Ÿปโ€โ™€๏ธ", - "blond_haired_woman_tone2": "๐Ÿ‘ฑ๐Ÿผโ€โ™€๏ธ", - "blond_haired_woman_medium_light_skin_tone": "๐Ÿ‘ฑ๐Ÿผโ€โ™€๏ธ", - "blond_haired_woman_tone3": "๐Ÿ‘ฑ๐Ÿฝโ€โ™€๏ธ", - "blond_haired_woman_medium_skin_tone": "๐Ÿ‘ฑ๐Ÿฝโ€โ™€๏ธ", - "blond_haired_woman_tone4": "๐Ÿ‘ฑ๐Ÿพโ€โ™€๏ธ", - "blond_haired_woman_medium_dark_skin_tone": "๐Ÿ‘ฑ๐Ÿพโ€โ™€๏ธ", - "blond_haired_woman_tone5": "๐Ÿ‘ฑ๐Ÿฟโ€โ™€๏ธ", - "blond_haired_woman_dark_skin_tone": "๐Ÿ‘ฑ๐Ÿฟโ€โ™€๏ธ", - "blond_haired_person": "๐Ÿ‘ฑ", - "person_with_blond_hair": "๐Ÿ‘ฑ", - "blond_haired_person_tone1": "๐Ÿ‘ฑ๐Ÿป", - "person_with_blond_hair_tone1": "๐Ÿ‘ฑ๐Ÿป", - "blond_haired_person_tone2": "๐Ÿ‘ฑ๐Ÿผ", - "person_with_blond_hair_tone2": "๐Ÿ‘ฑ๐Ÿผ", - "blond_haired_person_tone3": "๐Ÿ‘ฑ๐Ÿฝ", - "person_with_blond_hair_tone3": "๐Ÿ‘ฑ๐Ÿฝ", - "blond_haired_person_tone4": "๐Ÿ‘ฑ๐Ÿพ", - "person_with_blond_hair_tone4": "๐Ÿ‘ฑ๐Ÿพ", - "blond_haired_person_tone5": "๐Ÿ‘ฑ๐Ÿฟ", - "person_with_blond_hair_tone5": "๐Ÿ‘ฑ๐Ÿฟ", - "blond_haired_man": "๐Ÿ‘ฑโ€โ™‚๏ธ", - "blond_haired_man_tone1": "๐Ÿ‘ฑ๐Ÿปโ€โ™‚๏ธ", - "blond_haired_man_light_skin_tone": "๐Ÿ‘ฑ๐Ÿปโ€โ™‚๏ธ", - "blond_haired_man_tone2": "๐Ÿ‘ฑ๐Ÿผโ€โ™‚๏ธ", - "blond_haired_man_medium_light_skin_tone": "๐Ÿ‘ฑ๐Ÿผโ€โ™‚๏ธ", - "blond_haired_man_tone3": "๐Ÿ‘ฑ๐Ÿฝโ€โ™‚๏ธ", - "blond_haired_man_medium_skin_tone": "๐Ÿ‘ฑ๐Ÿฝโ€โ™‚๏ธ", - "blond_haired_man_tone4": "๐Ÿ‘ฑ๐Ÿพโ€โ™‚๏ธ", - "blond_haired_man_medium_dark_skin_tone": "๐Ÿ‘ฑ๐Ÿพโ€โ™‚๏ธ", - "blond_haired_man_tone5": "๐Ÿ‘ฑ๐Ÿฟโ€โ™‚๏ธ", - "blond_haired_man_dark_skin_tone": "๐Ÿ‘ฑ๐Ÿฟโ€โ™‚๏ธ", - "person_white_hair": "๐Ÿง‘โ€๐Ÿฆณ", - "person_tone1_white_hair": "๐Ÿง‘๐Ÿปโ€๐Ÿฆณ", - "person_light_skin_tone_white_hair": "๐Ÿง‘๐Ÿปโ€๐Ÿฆณ", - "person_tone2_white_hair": "๐Ÿง‘๐Ÿผโ€๐Ÿฆณ", - "person_medium_light_skin_tone_white_hair": "๐Ÿง‘๐Ÿผโ€๐Ÿฆณ", - "person_tone3_white_hair": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆณ", - "person_medium_skin_tone_white_hair": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆณ", - "person_tone4_white_hair": "๐Ÿง‘๐Ÿพโ€๐Ÿฆณ", - "person_medium_dark_skin_tone_white_hair": "๐Ÿง‘๐Ÿพโ€๐Ÿฆณ", - "person_tone5_white_hair": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆณ", - "person_dark_skin_tone_white_hair": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆณ", - "woman_white_haired": "๐Ÿ‘ฉโ€๐Ÿฆณ", - "woman_white_haired_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆณ", - "woman_white_haired_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆณ", - "woman_white_haired_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆณ", - "woman_white_haired_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆณ", - "woman_white_haired_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆณ", - "woman_white_haired_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆณ", - "woman_white_haired_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆณ", - "woman_white_haired_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆณ", - "woman_white_haired_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆณ", - "woman_white_haired_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆณ", - "man_white_haired": "๐Ÿ‘จโ€๐Ÿฆณ", - "man_white_haired_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆณ", - "man_white_haired_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆณ", - "man_white_haired_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆณ", - "man_white_haired_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆณ", - "man_white_haired_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆณ", - "man_white_haired_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆณ", - "man_white_haired_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆณ", - "man_white_haired_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆณ", - "man_white_haired_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆณ", - "man_white_haired_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆณ", - "person_bald": "๐Ÿง‘โ€๐Ÿฆฒ", - "person_tone1_bald": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฒ", - "person_light_skin_tone_bald": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฒ", - "person_tone2_bald": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฒ", - "person_medium_light_skin_tone_bald": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฒ", - "person_tone3_bald": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฒ", - "person_medium_skin_tone_bald": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฒ", - "person_tone4_bald": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฒ", - "person_medium_dark_skin_tone_bald": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฒ", - "person_tone5_bald": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฒ", - "person_dark_skin_tone_bald": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฒ", - "woman_bald": "๐Ÿ‘ฉโ€๐Ÿฆฒ", - "woman_bald_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฒ", - "woman_bald_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฒ", - "woman_bald_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฒ", - "woman_bald_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฒ", - "woman_bald_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฒ", - "woman_bald_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฒ", - "woman_bald_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฒ", - "woman_bald_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฒ", - "woman_bald_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฒ", - "woman_bald_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฒ", - "man_bald": "๐Ÿ‘จโ€๐Ÿฆฒ", - "man_bald_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฒ", - "man_bald_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฒ", - "man_bald_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฒ", - "man_bald_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฒ", - "man_bald_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฒ", - "man_bald_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฒ", - "man_bald_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฒ", - "man_bald_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฒ", - "man_bald_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฒ", - "man_bald_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฒ", - "bearded_person": "๐Ÿง”", - "bearded_person_tone1": "๐Ÿง”๐Ÿป", - "bearded_person_light_skin_tone": "๐Ÿง”๐Ÿป", - "bearded_person_tone2": "๐Ÿง”๐Ÿผ", - "bearded_person_medium_light_skin_tone": "๐Ÿง”๐Ÿผ", - "bearded_person_tone3": "๐Ÿง”๐Ÿฝ", - "bearded_person_medium_skin_tone": "๐Ÿง”๐Ÿฝ", - "bearded_person_tone4": "๐Ÿง”๐Ÿพ", - "bearded_person_medium_dark_skin_tone": "๐Ÿง”๐Ÿพ", - "bearded_person_tone5": "๐Ÿง”๐Ÿฟ", - "bearded_person_dark_skin_tone": "๐Ÿง”๐Ÿฟ", - "older_woman": "๐Ÿ‘ต", - "grandma": "๐Ÿ‘ต", - "older_woman_tone1": "๐Ÿ‘ต๐Ÿป", - "grandma_tone1": "๐Ÿ‘ต๐Ÿป", - "older_woman_tone2": "๐Ÿ‘ต๐Ÿผ", - "grandma_tone2": "๐Ÿ‘ต๐Ÿผ", - "older_woman_tone3": "๐Ÿ‘ต๐Ÿฝ", - "grandma_tone3": "๐Ÿ‘ต๐Ÿฝ", - "older_woman_tone4": "๐Ÿ‘ต๐Ÿพ", - "grandma_tone4": "๐Ÿ‘ต๐Ÿพ", - "older_woman_tone5": "๐Ÿ‘ต๐Ÿฟ", - "grandma_tone5": "๐Ÿ‘ต๐Ÿฟ", - "older_adult": "๐Ÿง“", - "older_adult_tone1": "๐Ÿง“๐Ÿป", - "older_adult_light_skin_tone": "๐Ÿง“๐Ÿป", - "older_adult_tone2": "๐Ÿง“๐Ÿผ", - "older_adult_medium_light_skin_tone": "๐Ÿง“๐Ÿผ", - "older_adult_tone3": "๐Ÿง“๐Ÿฝ", - "older_adult_medium_skin_tone": "๐Ÿง“๐Ÿฝ", - "older_adult_tone4": "๐Ÿง“๐Ÿพ", - "older_adult_medium_dark_skin_tone": "๐Ÿง“๐Ÿพ", - "older_adult_tone5": "๐Ÿง“๐Ÿฟ", - "older_adult_dark_skin_tone": "๐Ÿง“๐Ÿฟ", - "older_man": "๐Ÿ‘ด", - "older_man_tone1": "๐Ÿ‘ด๐Ÿป", - "older_man_tone2": "๐Ÿ‘ด๐Ÿผ", - "older_man_tone3": "๐Ÿ‘ด๐Ÿฝ", - "older_man_tone4": "๐Ÿ‘ด๐Ÿพ", - "older_man_tone5": "๐Ÿ‘ด๐Ÿฟ", - "man_with_chinese_cap": "๐Ÿ‘ฒ", - "man_with_gua_pi_mao": "๐Ÿ‘ฒ", - "man_with_chinese_cap_tone1": "๐Ÿ‘ฒ๐Ÿป", - "man_with_gua_pi_mao_tone1": "๐Ÿ‘ฒ๐Ÿป", - "man_with_chinese_cap_tone2": "๐Ÿ‘ฒ๐Ÿผ", - "man_with_gua_pi_mao_tone2": "๐Ÿ‘ฒ๐Ÿผ", - "man_with_chinese_cap_tone3": "๐Ÿ‘ฒ๐Ÿฝ", - "man_with_gua_pi_mao_tone3": "๐Ÿ‘ฒ๐Ÿฝ", - "man_with_chinese_cap_tone4": "๐Ÿ‘ฒ๐Ÿพ", - "man_with_gua_pi_mao_tone4": "๐Ÿ‘ฒ๐Ÿพ", - "man_with_chinese_cap_tone5": "๐Ÿ‘ฒ๐Ÿฟ", - "man_with_gua_pi_mao_tone5": "๐Ÿ‘ฒ๐Ÿฟ", - "person_wearing_turban": "๐Ÿ‘ณ", - "man_with_turban": "๐Ÿ‘ณ", - "person_wearing_turban_tone1": "๐Ÿ‘ณ๐Ÿป", - "man_with_turban_tone1": "๐Ÿ‘ณ๐Ÿป", - "person_wearing_turban_tone2": "๐Ÿ‘ณ๐Ÿผ", - "man_with_turban_tone2": "๐Ÿ‘ณ๐Ÿผ", - "person_wearing_turban_tone3": "๐Ÿ‘ณ๐Ÿฝ", - "man_with_turban_tone3": "๐Ÿ‘ณ๐Ÿฝ", - "person_wearing_turban_tone4": "๐Ÿ‘ณ๐Ÿพ", - "man_with_turban_tone4": "๐Ÿ‘ณ๐Ÿพ", - "person_wearing_turban_tone5": "๐Ÿ‘ณ๐Ÿฟ", - "man_with_turban_tone5": "๐Ÿ‘ณ๐Ÿฟ", - "woman_wearing_turban": "๐Ÿ‘ณโ€โ™€๏ธ", - "woman_wearing_turban_tone1": "๐Ÿ‘ณ๐Ÿปโ€โ™€๏ธ", - "woman_wearing_turban_light_skin_tone": "๐Ÿ‘ณ๐Ÿปโ€โ™€๏ธ", - "woman_wearing_turban_tone2": "๐Ÿ‘ณ๐Ÿผโ€โ™€๏ธ", - "woman_wearing_turban_medium_light_skin_tone": "๐Ÿ‘ณ๐Ÿผโ€โ™€๏ธ", - "woman_wearing_turban_tone3": "๐Ÿ‘ณ๐Ÿฝโ€โ™€๏ธ", - "woman_wearing_turban_medium_skin_tone": "๐Ÿ‘ณ๐Ÿฝโ€โ™€๏ธ", - "woman_wearing_turban_tone4": "๐Ÿ‘ณ๐Ÿพโ€โ™€๏ธ", - "woman_wearing_turban_medium_dark_skin_tone": "๐Ÿ‘ณ๐Ÿพโ€โ™€๏ธ", - "woman_wearing_turban_tone5": "๐Ÿ‘ณ๐Ÿฟโ€โ™€๏ธ", - "woman_wearing_turban_dark_skin_tone": "๐Ÿ‘ณ๐Ÿฟโ€โ™€๏ธ", - "man_wearing_turban": "๐Ÿ‘ณโ€โ™‚๏ธ", - "man_wearing_turban_tone1": "๐Ÿ‘ณ๐Ÿปโ€โ™‚๏ธ", - "man_wearing_turban_light_skin_tone": "๐Ÿ‘ณ๐Ÿปโ€โ™‚๏ธ", - "man_wearing_turban_tone2": "๐Ÿ‘ณ๐Ÿผโ€โ™‚๏ธ", - "man_wearing_turban_medium_light_skin_tone": "๐Ÿ‘ณ๐Ÿผโ€โ™‚๏ธ", - "man_wearing_turban_tone3": "๐Ÿ‘ณ๐Ÿฝโ€โ™‚๏ธ", - "man_wearing_turban_medium_skin_tone": "๐Ÿ‘ณ๐Ÿฝโ€โ™‚๏ธ", - "man_wearing_turban_tone4": "๐Ÿ‘ณ๐Ÿพโ€โ™‚๏ธ", - "man_wearing_turban_medium_dark_skin_tone": "๐Ÿ‘ณ๐Ÿพโ€โ™‚๏ธ", - "man_wearing_turban_tone5": "๐Ÿ‘ณ๐Ÿฟโ€โ™‚๏ธ", - "man_wearing_turban_dark_skin_tone": "๐Ÿ‘ณ๐Ÿฟโ€โ™‚๏ธ", - "woman_with_headscarf": "๐Ÿง•", - "woman_with_headscarf_tone1": "๐Ÿง•๐Ÿป", - "woman_with_headscarf_light_skin_tone": "๐Ÿง•๐Ÿป", - "woman_with_headscarf_tone2": "๐Ÿง•๐Ÿผ", - "woman_with_headscarf_medium_light_skin_tone": "๐Ÿง•๐Ÿผ", - "woman_with_headscarf_tone3": "๐Ÿง•๐Ÿฝ", - "woman_with_headscarf_medium_skin_tone": "๐Ÿง•๐Ÿฝ", - "woman_with_headscarf_tone4": "๐Ÿง•๐Ÿพ", - "woman_with_headscarf_medium_dark_skin_tone": "๐Ÿง•๐Ÿพ", - "woman_with_headscarf_tone5": "๐Ÿง•๐Ÿฟ", - "woman_with_headscarf_dark_skin_tone": "๐Ÿง•๐Ÿฟ", - "police_officer": "๐Ÿ‘ฎ", - "cop": "๐Ÿ‘ฎ", - "police_officer_tone1": "๐Ÿ‘ฎ๐Ÿป", - "cop_tone1": "๐Ÿ‘ฎ๐Ÿป", - "police_officer_tone2": "๐Ÿ‘ฎ๐Ÿผ", - "cop_tone2": "๐Ÿ‘ฎ๐Ÿผ", - "police_officer_tone3": "๐Ÿ‘ฎ๐Ÿฝ", - "cop_tone3": "๐Ÿ‘ฎ๐Ÿฝ", - "police_officer_tone4": "๐Ÿ‘ฎ๐Ÿพ", - "cop_tone4": "๐Ÿ‘ฎ๐Ÿพ", - "police_officer_tone5": "๐Ÿ‘ฎ๐Ÿฟ", - "cop_tone5": "๐Ÿ‘ฎ๐Ÿฟ", - "woman_police_officer": "๐Ÿ‘ฎโ€โ™€๏ธ", - "woman_police_officer_tone1": "๐Ÿ‘ฎ๐Ÿปโ€โ™€๏ธ", - "woman_police_officer_light_skin_tone": "๐Ÿ‘ฎ๐Ÿปโ€โ™€๏ธ", - "woman_police_officer_tone2": "๐Ÿ‘ฎ๐Ÿผโ€โ™€๏ธ", - "woman_police_officer_medium_light_skin_tone": "๐Ÿ‘ฎ๐Ÿผโ€โ™€๏ธ", - "woman_police_officer_tone3": "๐Ÿ‘ฎ๐Ÿฝโ€โ™€๏ธ", - "woman_police_officer_medium_skin_tone": "๐Ÿ‘ฎ๐Ÿฝโ€โ™€๏ธ", - "woman_police_officer_tone4": "๐Ÿ‘ฎ๐Ÿพโ€โ™€๏ธ", - "woman_police_officer_medium_dark_skin_tone": "๐Ÿ‘ฎ๐Ÿพโ€โ™€๏ธ", - "woman_police_officer_tone5": "๐Ÿ‘ฎ๐Ÿฟโ€โ™€๏ธ", - "woman_police_officer_dark_skin_tone": "๐Ÿ‘ฎ๐Ÿฟโ€โ™€๏ธ", - "man_police_officer": "๐Ÿ‘ฎโ€โ™‚๏ธ", - "man_police_officer_tone1": "๐Ÿ‘ฎ๐Ÿปโ€โ™‚๏ธ", - "man_police_officer_light_skin_tone": "๐Ÿ‘ฎ๐Ÿปโ€โ™‚๏ธ", - "man_police_officer_tone2": "๐Ÿ‘ฎ๐Ÿผโ€โ™‚๏ธ", - "man_police_officer_medium_light_skin_tone": "๐Ÿ‘ฎ๐Ÿผโ€โ™‚๏ธ", - "man_police_officer_tone3": "๐Ÿ‘ฎ๐Ÿฝโ€โ™‚๏ธ", - "man_police_officer_medium_skin_tone": "๐Ÿ‘ฎ๐Ÿฝโ€โ™‚๏ธ", - "man_police_officer_tone4": "๐Ÿ‘ฎ๐Ÿพโ€โ™‚๏ธ", - "man_police_officer_medium_dark_skin_tone": "๐Ÿ‘ฎ๐Ÿพโ€โ™‚๏ธ", - "man_police_officer_tone5": "๐Ÿ‘ฎ๐Ÿฟโ€โ™‚๏ธ", - "man_police_officer_dark_skin_tone": "๐Ÿ‘ฎ๐Ÿฟโ€โ™‚๏ธ", - "construction_worker": "๐Ÿ‘ท", - "construction_worker_tone1": "๐Ÿ‘ท๐Ÿป", - "construction_worker_tone2": "๐Ÿ‘ท๐Ÿผ", - "construction_worker_tone3": "๐Ÿ‘ท๐Ÿฝ", - "construction_worker_tone4": "๐Ÿ‘ท๐Ÿพ", - "construction_worker_tone5": "๐Ÿ‘ท๐Ÿฟ", - "woman_construction_worker": "๐Ÿ‘ทโ€โ™€๏ธ", - "woman_construction_worker_tone1": "๐Ÿ‘ท๐Ÿปโ€โ™€๏ธ", - "woman_construction_worker_light_skin_tone": "๐Ÿ‘ท๐Ÿปโ€โ™€๏ธ", - "woman_construction_worker_tone2": "๐Ÿ‘ท๐Ÿผโ€โ™€๏ธ", - "woman_construction_worker_medium_light_skin_tone": "๐Ÿ‘ท๐Ÿผโ€โ™€๏ธ", - "woman_construction_worker_tone3": "๐Ÿ‘ท๐Ÿฝโ€โ™€๏ธ", - "woman_construction_worker_medium_skin_tone": "๐Ÿ‘ท๐Ÿฝโ€โ™€๏ธ", - "woman_construction_worker_tone4": "๐Ÿ‘ท๐Ÿพโ€โ™€๏ธ", - "woman_construction_worker_medium_dark_skin_tone": "๐Ÿ‘ท๐Ÿพโ€โ™€๏ธ", - "woman_construction_worker_tone5": "๐Ÿ‘ท๐Ÿฟโ€โ™€๏ธ", - "woman_construction_worker_dark_skin_tone": "๐Ÿ‘ท๐Ÿฟโ€โ™€๏ธ", - "man_construction_worker": "๐Ÿ‘ทโ€โ™‚๏ธ", - "man_construction_worker_tone1": "๐Ÿ‘ท๐Ÿปโ€โ™‚๏ธ", - "man_construction_worker_light_skin_tone": "๐Ÿ‘ท๐Ÿปโ€โ™‚๏ธ", - "man_construction_worker_tone2": "๐Ÿ‘ท๐Ÿผโ€โ™‚๏ธ", - "man_construction_worker_medium_light_skin_tone": "๐Ÿ‘ท๐Ÿผโ€โ™‚๏ธ", - "man_construction_worker_tone3": "๐Ÿ‘ท๐Ÿฝโ€โ™‚๏ธ", - "man_construction_worker_medium_skin_tone": "๐Ÿ‘ท๐Ÿฝโ€โ™‚๏ธ", - "man_construction_worker_tone4": "๐Ÿ‘ท๐Ÿพโ€โ™‚๏ธ", - "man_construction_worker_medium_dark_skin_tone": "๐Ÿ‘ท๐Ÿพโ€โ™‚๏ธ", - "man_construction_worker_tone5": "๐Ÿ‘ท๐Ÿฟโ€โ™‚๏ธ", - "man_construction_worker_dark_skin_tone": "๐Ÿ‘ท๐Ÿฟโ€โ™‚๏ธ", - "guard": "๐Ÿ’‚", - "guardsman": "๐Ÿ’‚", - "guard_tone1": "๐Ÿ’‚๐Ÿป", - "guardsman_tone1": "๐Ÿ’‚๐Ÿป", - "guard_tone2": "๐Ÿ’‚๐Ÿผ", - "guardsman_tone2": "๐Ÿ’‚๐Ÿผ", - "guard_tone3": "๐Ÿ’‚๐Ÿฝ", - "guardsman_tone3": "๐Ÿ’‚๐Ÿฝ", - "guard_tone4": "๐Ÿ’‚๐Ÿพ", - "guardsman_tone4": "๐Ÿ’‚๐Ÿพ", - "guard_tone5": "๐Ÿ’‚๐Ÿฟ", - "guardsman_tone5": "๐Ÿ’‚๐Ÿฟ", - "woman_guard": "๐Ÿ’‚โ€โ™€๏ธ", - "woman_guard_tone1": "๐Ÿ’‚๐Ÿปโ€โ™€๏ธ", - "woman_guard_light_skin_tone": "๐Ÿ’‚๐Ÿปโ€โ™€๏ธ", - "woman_guard_tone2": "๐Ÿ’‚๐Ÿผโ€โ™€๏ธ", - "woman_guard_medium_light_skin_tone": "๐Ÿ’‚๐Ÿผโ€โ™€๏ธ", - "woman_guard_tone3": "๐Ÿ’‚๐Ÿฝโ€โ™€๏ธ", - "woman_guard_medium_skin_tone": "๐Ÿ’‚๐Ÿฝโ€โ™€๏ธ", - "woman_guard_tone4": "๐Ÿ’‚๐Ÿพโ€โ™€๏ธ", - "woman_guard_medium_dark_skin_tone": "๐Ÿ’‚๐Ÿพโ€โ™€๏ธ", - "woman_guard_tone5": "๐Ÿ’‚๐Ÿฟโ€โ™€๏ธ", - "woman_guard_dark_skin_tone": "๐Ÿ’‚๐Ÿฟโ€โ™€๏ธ", - "man_guard": "๐Ÿ’‚โ€โ™‚๏ธ", - "man_guard_tone1": "๐Ÿ’‚๐Ÿปโ€โ™‚๏ธ", - "man_guard_light_skin_tone": "๐Ÿ’‚๐Ÿปโ€โ™‚๏ธ", - "man_guard_tone2": "๐Ÿ’‚๐Ÿผโ€โ™‚๏ธ", - "man_guard_medium_light_skin_tone": "๐Ÿ’‚๐Ÿผโ€โ™‚๏ธ", - "man_guard_tone3": "๐Ÿ’‚๐Ÿฝโ€โ™‚๏ธ", - "man_guard_medium_skin_tone": "๐Ÿ’‚๐Ÿฝโ€โ™‚๏ธ", - "man_guard_tone4": "๐Ÿ’‚๐Ÿพโ€โ™‚๏ธ", - "man_guard_medium_dark_skin_tone": "๐Ÿ’‚๐Ÿพโ€โ™‚๏ธ", - "man_guard_tone5": "๐Ÿ’‚๐Ÿฟโ€โ™‚๏ธ", - "man_guard_dark_skin_tone": "๐Ÿ’‚๐Ÿฟโ€โ™‚๏ธ", - "detective": "๐Ÿ•ต๏ธ", - "spy": "๐Ÿ•ต๏ธ", - "sleuth_or_spy": "๐Ÿ•ต๏ธ", - "detective_tone1": "๐Ÿ•ต๐Ÿป", - "spy_tone1": "๐Ÿ•ต๐Ÿป", - "sleuth_or_spy_tone1": "๐Ÿ•ต๐Ÿป", - "detective_tone2": "๐Ÿ•ต๐Ÿผ", - "spy_tone2": "๐Ÿ•ต๐Ÿผ", - "sleuth_or_spy_tone2": "๐Ÿ•ต๐Ÿผ", - "detective_tone3": "๐Ÿ•ต๐Ÿฝ", - "spy_tone3": "๐Ÿ•ต๐Ÿฝ", - "sleuth_or_spy_tone3": "๐Ÿ•ต๐Ÿฝ", - "detective_tone4": "๐Ÿ•ต๐Ÿพ", - "spy_tone4": "๐Ÿ•ต๐Ÿพ", - "sleuth_or_spy_tone4": "๐Ÿ•ต๐Ÿพ", - "detective_tone5": "๐Ÿ•ต๐Ÿฟ", - "spy_tone5": "๐Ÿ•ต๐Ÿฟ", - "sleuth_or_spy_tone5": "๐Ÿ•ต๐Ÿฟ", - "woman_detective": "๐Ÿ•ต๏ธโ€โ™€๏ธ", - "woman_detective_tone1": "๐Ÿ•ต๐Ÿปโ€โ™€๏ธ", - "woman_detective_light_skin_tone": "๐Ÿ•ต๐Ÿปโ€โ™€๏ธ", - "woman_detective_tone2": "๐Ÿ•ต๐Ÿผโ€โ™€๏ธ", - "woman_detective_medium_light_skin_tone": "๐Ÿ•ต๐Ÿผโ€โ™€๏ธ", - "woman_detective_tone3": "๐Ÿ•ต๐Ÿฝโ€โ™€๏ธ", - "woman_detective_medium_skin_tone": "๐Ÿ•ต๐Ÿฝโ€โ™€๏ธ", - "woman_detective_tone4": "๐Ÿ•ต๐Ÿพโ€โ™€๏ธ", - "woman_detective_medium_dark_skin_tone": "๐Ÿ•ต๐Ÿพโ€โ™€๏ธ", - "woman_detective_tone5": "๐Ÿ•ต๐Ÿฟโ€โ™€๏ธ", - "woman_detective_dark_skin_tone": "๐Ÿ•ต๐Ÿฟโ€โ™€๏ธ", - "man_detective": "๐Ÿ•ต๏ธโ€โ™‚๏ธ", - "man_detective_tone1": "๐Ÿ•ต๐Ÿปโ€โ™‚๏ธ", - "man_detective_light_skin_tone": "๐Ÿ•ต๐Ÿปโ€โ™‚๏ธ", - "man_detective_tone2": "๐Ÿ•ต๐Ÿผโ€โ™‚๏ธ", - "man_detective_medium_light_skin_tone": "๐Ÿ•ต๐Ÿผโ€โ™‚๏ธ", - "man_detective_tone3": "๐Ÿ•ต๐Ÿฝโ€โ™‚๏ธ", - "man_detective_medium_skin_tone": "๐Ÿ•ต๐Ÿฝโ€โ™‚๏ธ", - "man_detective_tone4": "๐Ÿ•ต๐Ÿพโ€โ™‚๏ธ", - "man_detective_medium_dark_skin_tone": "๐Ÿ•ต๐Ÿพโ€โ™‚๏ธ", - "man_detective_tone5": "๐Ÿ•ต๐Ÿฟโ€โ™‚๏ธ", - "man_detective_dark_skin_tone": "๐Ÿ•ต๐Ÿฟโ€โ™‚๏ธ", - "health_worker": "๐Ÿง‘โ€โš•๏ธ", - "health_worker_tone1": "๐Ÿง‘๐Ÿปโ€โš•๏ธ", - "health_worker_light_skin_tone": "๐Ÿง‘๐Ÿปโ€โš•๏ธ", - "health_worker_tone2": "๐Ÿง‘๐Ÿผโ€โš•๏ธ", - "health_worker_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€โš•๏ธ", - "health_worker_tone3": "๐Ÿง‘๐Ÿฝโ€โš•๏ธ", - "health_worker_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€โš•๏ธ", - "health_worker_tone4": "๐Ÿง‘๐Ÿพโ€โš•๏ธ", - "health_worker_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€โš•๏ธ", - "health_worker_tone5": "๐Ÿง‘๐Ÿฟโ€โš•๏ธ", - "health_worker_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€โš•๏ธ", - "woman_health_worker": "๐Ÿ‘ฉโ€โš•๏ธ", - "woman_health_worker_tone1": "๐Ÿ‘ฉ๐Ÿปโ€โš•๏ธ", - "woman_health_worker_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€โš•๏ธ", - "woman_health_worker_tone2": "๐Ÿ‘ฉ๐Ÿผโ€โš•๏ธ", - "woman_health_worker_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€โš•๏ธ", - "woman_health_worker_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€โš•๏ธ", - "woman_health_worker_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€โš•๏ธ", - "woman_health_worker_tone4": "๐Ÿ‘ฉ๐Ÿพโ€โš•๏ธ", - "woman_health_worker_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€โš•๏ธ", - "woman_health_worker_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€โš•๏ธ", - "woman_health_worker_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€โš•๏ธ", - "man_health_worker": "๐Ÿ‘จโ€โš•๏ธ", - "man_health_worker_tone1": "๐Ÿ‘จ๐Ÿปโ€โš•๏ธ", - "man_health_worker_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€โš•๏ธ", - "man_health_worker_tone2": "๐Ÿ‘จ๐Ÿผโ€โš•๏ธ", - "man_health_worker_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€โš•๏ธ", - "man_health_worker_tone3": "๐Ÿ‘จ๐Ÿฝโ€โš•๏ธ", - "man_health_worker_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€โš•๏ธ", - "man_health_worker_tone4": "๐Ÿ‘จ๐Ÿพโ€โš•๏ธ", - "man_health_worker_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€โš•๏ธ", - "man_health_worker_tone5": "๐Ÿ‘จ๐Ÿฟโ€โš•๏ธ", - "man_health_worker_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€โš•๏ธ", - "farmer": "๐Ÿง‘โ€๐ŸŒพ", - "farmer_tone1": "๐Ÿง‘๐Ÿปโ€๐ŸŒพ", - "farmer_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐ŸŒพ", - "farmer_tone2": "๐Ÿง‘๐Ÿผโ€๐ŸŒพ", - "farmer_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐ŸŒพ", - "farmer_tone3": "๐Ÿง‘๐Ÿฝโ€๐ŸŒพ", - "farmer_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐ŸŒพ", - "farmer_tone4": "๐Ÿง‘๐Ÿพโ€๐ŸŒพ", - "farmer_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐ŸŒพ", - "farmer_tone5": "๐Ÿง‘๐Ÿฟโ€๐ŸŒพ", - "farmer_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐ŸŒพ", - "woman_farmer": "๐Ÿ‘ฉโ€๐ŸŒพ", - "woman_farmer_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐ŸŒพ", - "woman_farmer_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐ŸŒพ", - "woman_farmer_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐ŸŒพ", - "woman_farmer_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐ŸŒพ", - "woman_farmer_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŒพ", - "woman_farmer_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŒพ", - "woman_farmer_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐ŸŒพ", - "woman_farmer_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐ŸŒพ", - "woman_farmer_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŒพ", - "woman_farmer_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŒพ", - "man_farmer": "๐Ÿ‘จโ€๐ŸŒพ", - "man_farmer_tone1": "๐Ÿ‘จ๐Ÿปโ€๐ŸŒพ", - "man_farmer_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐ŸŒพ", - "man_farmer_tone2": "๐Ÿ‘จ๐Ÿผโ€๐ŸŒพ", - "man_farmer_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐ŸŒพ", - "man_farmer_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐ŸŒพ", - "man_farmer_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐ŸŒพ", - "man_farmer_tone4": "๐Ÿ‘จ๐Ÿพโ€๐ŸŒพ", - "man_farmer_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐ŸŒพ", - "man_farmer_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐ŸŒพ", - "man_farmer_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐ŸŒพ", - "cook": "๐Ÿง‘โ€๐Ÿณ", - "cook_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿณ", - "cook_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿณ", - "cook_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿณ", - "cook_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿณ", - "cook_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿณ", - "cook_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿณ", - "cook_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿณ", - "cook_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿณ", - "cook_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿณ", - "cook_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿณ", - "woman_cook": "๐Ÿ‘ฉโ€๐Ÿณ", - "woman_cook_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿณ", - "woman_cook_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿณ", - "woman_cook_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿณ", - "woman_cook_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿณ", - "woman_cook_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿณ", - "woman_cook_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿณ", - "woman_cook_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿณ", - "woman_cook_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿณ", - "woman_cook_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿณ", - "woman_cook_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿณ", - "man_cook": "๐Ÿ‘จโ€๐Ÿณ", - "man_cook_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿณ", - "man_cook_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿณ", - "man_cook_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿณ", - "man_cook_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿณ", - "man_cook_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿณ", - "man_cook_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿณ", - "man_cook_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿณ", - "man_cook_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿณ", - "man_cook_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿณ", - "man_cook_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿณ", - "student": "๐Ÿง‘โ€๐ŸŽ“", - "student_tone1": "๐Ÿง‘๐Ÿปโ€๐ŸŽ“", - "student_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐ŸŽ“", - "student_tone2": "๐Ÿง‘๐Ÿผโ€๐ŸŽ“", - "student_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐ŸŽ“", - "student_tone3": "๐Ÿง‘๐Ÿฝโ€๐ŸŽ“", - "student_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐ŸŽ“", - "student_tone4": "๐Ÿง‘๐Ÿพโ€๐ŸŽ“", - "student_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐ŸŽ“", - "student_tone5": "๐Ÿง‘๐Ÿฟโ€๐ŸŽ“", - "student_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐ŸŽ“", - "woman_student": "๐Ÿ‘ฉโ€๐ŸŽ“", - "woman_student_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽ“", - "woman_student_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽ“", - "woman_student_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐ŸŽ“", - "woman_student_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐ŸŽ“", - "woman_student_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŽ“", - "woman_student_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŽ“", - "woman_student_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐ŸŽ“", - "woman_student_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐ŸŽ“", - "woman_student_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŽ“", - "woman_student_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŽ“", - "man_student": "๐Ÿ‘จโ€๐ŸŽ“", - "man_student_tone1": "๐Ÿ‘จ๐Ÿปโ€๐ŸŽ“", - "man_student_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐ŸŽ“", - "man_student_tone2": "๐Ÿ‘จ๐Ÿผโ€๐ŸŽ“", - "man_student_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐ŸŽ“", - "man_student_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐ŸŽ“", - "man_student_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐ŸŽ“", - "man_student_tone4": "๐Ÿ‘จ๐Ÿพโ€๐ŸŽ“", - "man_student_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐ŸŽ“", - "man_student_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐ŸŽ“", - "man_student_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐ŸŽ“", - "singer": "๐Ÿง‘โ€๐ŸŽค", - "singer_tone1": "๐Ÿง‘๐Ÿปโ€๐ŸŽค", - "singer_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐ŸŽค", - "singer_tone2": "๐Ÿง‘๐Ÿผโ€๐ŸŽค", - "singer_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐ŸŽค", - "singer_tone3": "๐Ÿง‘๐Ÿฝโ€๐ŸŽค", - "singer_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐ŸŽค", - "singer_tone4": "๐Ÿง‘๐Ÿพโ€๐ŸŽค", - "singer_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐ŸŽค", - "singer_tone5": "๐Ÿง‘๐Ÿฟโ€๐ŸŽค", - "singer_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐ŸŽค", - "woman_singer": "๐Ÿ‘ฉโ€๐ŸŽค", - "woman_singer_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽค", - "woman_singer_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽค", - "woman_singer_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐ŸŽค", - "woman_singer_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐ŸŽค", - "woman_singer_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŽค", - "woman_singer_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŽค", - "woman_singer_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐ŸŽค", - "woman_singer_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐ŸŽค", - "woman_singer_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŽค", - "woman_singer_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŽค", - "man_singer": "๐Ÿ‘จโ€๐ŸŽค", - "man_singer_tone1": "๐Ÿ‘จ๐Ÿปโ€๐ŸŽค", - "man_singer_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐ŸŽค", - "man_singer_tone2": "๐Ÿ‘จ๐Ÿผโ€๐ŸŽค", - "man_singer_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐ŸŽค", - "man_singer_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐ŸŽค", - "man_singer_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐ŸŽค", - "man_singer_tone4": "๐Ÿ‘จ๐Ÿพโ€๐ŸŽค", - "man_singer_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐ŸŽค", - "man_singer_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐ŸŽค", - "man_singer_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐ŸŽค", - "teacher": "๐Ÿง‘โ€๐Ÿซ", - "teacher_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿซ", - "teacher_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿซ", - "teacher_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿซ", - "teacher_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿซ", - "teacher_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿซ", - "teacher_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿซ", - "teacher_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿซ", - "teacher_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿซ", - "teacher_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿซ", - "teacher_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿซ", - "woman_teacher": "๐Ÿ‘ฉโ€๐Ÿซ", - "woman_teacher_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿซ", - "woman_teacher_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿซ", - "woman_teacher_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿซ", - "woman_teacher_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿซ", - "woman_teacher_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿซ", - "woman_teacher_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿซ", - "woman_teacher_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿซ", - "woman_teacher_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿซ", - "woman_teacher_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿซ", - "woman_teacher_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿซ", - "man_teacher": "๐Ÿ‘จโ€๐Ÿซ", - "man_teacher_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿซ", - "man_teacher_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿซ", - "man_teacher_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿซ", - "man_teacher_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿซ", - "man_teacher_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿซ", - "man_teacher_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿซ", - "man_teacher_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿซ", - "man_teacher_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿซ", - "man_teacher_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿซ", - "man_teacher_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿซ", - "factory_worker": "๐Ÿง‘โ€๐Ÿญ", - "factory_worker_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿญ", - "factory_worker_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿญ", - "factory_worker_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿญ", - "factory_worker_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿญ", - "factory_worker_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿญ", - "factory_worker_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿญ", - "factory_worker_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿญ", - "factory_worker_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿญ", - "factory_worker_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿญ", - "factory_worker_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿญ", - "woman_factory_worker": "๐Ÿ‘ฉโ€๐Ÿญ", - "woman_factory_worker_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿญ", - "woman_factory_worker_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿญ", - "woman_factory_worker_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿญ", - "woman_factory_worker_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿญ", - "woman_factory_worker_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿญ", - "woman_factory_worker_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿญ", - "woman_factory_worker_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿญ", - "woman_factory_worker_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿญ", - "woman_factory_worker_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿญ", - "woman_factory_worker_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿญ", - "man_factory_worker": "๐Ÿ‘จโ€๐Ÿญ", - "man_factory_worker_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿญ", - "man_factory_worker_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿญ", - "man_factory_worker_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿญ", - "man_factory_worker_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿญ", - "man_factory_worker_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿญ", - "man_factory_worker_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿญ", - "man_factory_worker_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿญ", - "man_factory_worker_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿญ", - "man_factory_worker_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿญ", - "man_factory_worker_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿญ", - "technologist": "๐Ÿง‘โ€๐Ÿ’ป", - "technologist_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿ’ป", - "technologist_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿ’ป", - "technologist_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿ’ป", - "technologist_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿ’ป", - "technologist_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿ’ป", - "technologist_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿ’ป", - "technologist_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿ’ป", - "technologist_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿ’ป", - "technologist_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿ’ป", - "technologist_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿ’ป", - "woman_technologist": "๐Ÿ‘ฉโ€๐Ÿ’ป", - "woman_technologist_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป", - "woman_technologist_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป", - "woman_technologist_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ’ป", - "woman_technologist_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ’ป", - "woman_technologist_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ป", - "woman_technologist_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ป", - "woman_technologist_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ’ป", - "woman_technologist_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ’ป", - "woman_technologist_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ’ป", - "woman_technologist_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ’ป", - "man_technologist": "๐Ÿ‘จโ€๐Ÿ’ป", - "man_technologist_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป", - "man_technologist_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป", - "man_technologist_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ป", - "man_technologist_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ป", - "man_technologist_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ป", - "man_technologist_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ป", - "man_technologist_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ป", - "man_technologist_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ป", - "man_technologist_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿ’ป", - "man_technologist_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿ’ป", - "office_worker": "๐Ÿง‘โ€๐Ÿ’ผ", - "office_worker_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿ’ผ", - "office_worker_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿ’ผ", - "office_worker_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿ’ผ", - "office_worker_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿ’ผ", - "office_worker_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿ’ผ", - "office_worker_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿ’ผ", - "office_worker_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿ’ผ", - "office_worker_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿ’ผ", - "office_worker_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿ’ผ", - "office_worker_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿ’ผ", - "woman_office_worker": "๐Ÿ‘ฉโ€๐Ÿ’ผ", - "woman_office_worker_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ผ", - "woman_office_worker_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ผ", - "woman_office_worker_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ’ผ", - "woman_office_worker_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ’ผ", - "woman_office_worker_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ผ", - "woman_office_worker_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ผ", - "woman_office_worker_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ’ผ", - "woman_office_worker_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ’ผ", - "woman_office_worker_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ’ผ", - "woman_office_worker_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ’ผ", - "man_office_worker": "๐Ÿ‘จโ€๐Ÿ’ผ", - "man_office_worker_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ผ", - "man_office_worker_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ผ", - "man_office_worker_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ผ", - "man_office_worker_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ผ", - "man_office_worker_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ผ", - "man_office_worker_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ผ", - "man_office_worker_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ผ", - "man_office_worker_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ผ", - "man_office_worker_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿ’ผ", - "man_office_worker_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿ’ผ", - "mechanic": "๐Ÿง‘โ€๐Ÿ”ง", - "mechanic_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿ”ง", - "mechanic_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿ”ง", - "mechanic_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿ”ง", - "mechanic_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿ”ง", - "mechanic_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿ”ง", - "mechanic_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿ”ง", - "mechanic_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿ”ง", - "mechanic_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿ”ง", - "mechanic_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿ”ง", - "mechanic_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿ”ง", - "woman_mechanic": "๐Ÿ‘ฉโ€๐Ÿ”ง", - "woman_mechanic_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ”ง", - "woman_mechanic_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ”ง", - "woman_mechanic_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ”ง", - "woman_mechanic_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ”ง", - "woman_mechanic_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ”ง", - "woman_mechanic_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ”ง", - "woman_mechanic_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ”ง", - "woman_mechanic_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ”ง", - "woman_mechanic_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ”ง", - "woman_mechanic_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ”ง", - "man_mechanic": "๐Ÿ‘จโ€๐Ÿ”ง", - "man_mechanic_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ”ง", - "man_mechanic_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ”ง", - "man_mechanic_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ง", - "man_mechanic_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ง", - "man_mechanic_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿ”ง", - "man_mechanic_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿ”ง", - "man_mechanic_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ”ง", - "man_mechanic_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ”ง", - "man_mechanic_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿ”ง", - "man_mechanic_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿ”ง", - "scientist": "๐Ÿง‘โ€๐Ÿ”ฌ", - "scientist_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿ”ฌ", - "scientist_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿ”ฌ", - "scientist_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿ”ฌ", - "scientist_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿ”ฌ", - "scientist_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿ”ฌ", - "scientist_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿ”ฌ", - "scientist_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿ”ฌ", - "scientist_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿ”ฌ", - "scientist_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿ”ฌ", - "scientist_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿ”ฌ", - "woman_scientist": "๐Ÿ‘ฉโ€๐Ÿ”ฌ", - "woman_scientist_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ”ฌ", - "woman_scientist_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ”ฌ", - "woman_scientist_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ”ฌ", - "woman_scientist_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ”ฌ", - "woman_scientist_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ”ฌ", - "woman_scientist_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ”ฌ", - "woman_scientist_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ”ฌ", - "woman_scientist_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ”ฌ", - "woman_scientist_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ”ฌ", - "woman_scientist_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ”ฌ", - "man_scientist": "๐Ÿ‘จโ€๐Ÿ”ฌ", - "man_scientist_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ”ฌ", - "man_scientist_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ”ฌ", - "man_scientist_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ฌ", - "man_scientist_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ฌ", - "man_scientist_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿ”ฌ", - "man_scientist_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿ”ฌ", - "man_scientist_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ”ฌ", - "man_scientist_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ”ฌ", - "man_scientist_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿ”ฌ", - "man_scientist_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿ”ฌ", - "artist": "๐Ÿง‘โ€๐ŸŽจ", - "artist_tone1": "๐Ÿง‘๐Ÿปโ€๐ŸŽจ", - "artist_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐ŸŽจ", - "artist_tone2": "๐Ÿง‘๐Ÿผโ€๐ŸŽจ", - "artist_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐ŸŽจ", - "artist_tone3": "๐Ÿง‘๐Ÿฝโ€๐ŸŽจ", - "artist_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐ŸŽจ", - "artist_tone4": "๐Ÿง‘๐Ÿพโ€๐ŸŽจ", - "artist_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐ŸŽจ", - "artist_tone5": "๐Ÿง‘๐Ÿฟโ€๐ŸŽจ", - "artist_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐ŸŽจ", - "woman_artist": "๐Ÿ‘ฉโ€๐ŸŽจ", - "woman_artist_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽจ", - "woman_artist_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽจ", - "woman_artist_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐ŸŽจ", - "woman_artist_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐ŸŽจ", - "woman_artist_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŽจ", - "woman_artist_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŽจ", - "woman_artist_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐ŸŽจ", - "woman_artist_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐ŸŽจ", - "woman_artist_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŽจ", - "woman_artist_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŽจ", - "man_artist": "๐Ÿ‘จโ€๐ŸŽจ", - "man_artist_tone1": "๐Ÿ‘จ๐Ÿปโ€๐ŸŽจ", - "man_artist_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐ŸŽจ", - "man_artist_tone2": "๐Ÿ‘จ๐Ÿผโ€๐ŸŽจ", - "man_artist_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐ŸŽจ", - "man_artist_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐ŸŽจ", - "man_artist_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐ŸŽจ", - "man_artist_tone4": "๐Ÿ‘จ๐Ÿพโ€๐ŸŽจ", - "man_artist_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐ŸŽจ", - "man_artist_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐ŸŽจ", - "man_artist_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐ŸŽจ", - "firefighter": "๐Ÿง‘โ€๐Ÿš’", - "firefighter_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿš’", - "firefighter_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿš’", - "firefighter_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿš’", - "firefighter_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿš’", - "firefighter_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿš’", - "firefighter_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿš’", - "firefighter_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿš’", - "firefighter_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿš’", - "firefighter_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿš’", - "firefighter_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿš’", - "woman_firefighter": "๐Ÿ‘ฉโ€๐Ÿš’", - "woman_firefighter_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿš’", - "woman_firefighter_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿš’", - "woman_firefighter_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿš’", - "woman_firefighter_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿš’", - "woman_firefighter_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿš’", - "woman_firefighter_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿš’", - "woman_firefighter_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿš’", - "woman_firefighter_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿš’", - "woman_firefighter_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿš’", - "woman_firefighter_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿš’", - "man_firefighter": "๐Ÿ‘จโ€๐Ÿš’", - "man_firefighter_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿš’", - "man_firefighter_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿš’", - "man_firefighter_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿš’", - "man_firefighter_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿš’", - "man_firefighter_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿš’", - "man_firefighter_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿš’", - "man_firefighter_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿš’", - "man_firefighter_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿš’", - "man_firefighter_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿš’", - "man_firefighter_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿš’", - "pilot": "๐Ÿง‘โ€โœˆ๏ธ", - "pilot_tone1": "๐Ÿง‘๐Ÿปโ€โœˆ๏ธ", - "pilot_light_skin_tone": "๐Ÿง‘๐Ÿปโ€โœˆ๏ธ", - "pilot_tone2": "๐Ÿง‘๐Ÿผโ€โœˆ๏ธ", - "pilot_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€โœˆ๏ธ", - "pilot_tone3": "๐Ÿง‘๐Ÿฝโ€โœˆ๏ธ", - "pilot_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€โœˆ๏ธ", - "pilot_tone4": "๐Ÿง‘๐Ÿพโ€โœˆ๏ธ", - "pilot_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€โœˆ๏ธ", - "pilot_tone5": "๐Ÿง‘๐Ÿฟโ€โœˆ๏ธ", - "pilot_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€โœˆ๏ธ", - "woman_pilot": "๐Ÿ‘ฉโ€โœˆ๏ธ", - "woman_pilot_tone1": "๐Ÿ‘ฉ๐Ÿปโ€โœˆ๏ธ", - "woman_pilot_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€โœˆ๏ธ", - "woman_pilot_tone2": "๐Ÿ‘ฉ๐Ÿผโ€โœˆ๏ธ", - "woman_pilot_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€โœˆ๏ธ", - "woman_pilot_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€โœˆ๏ธ", - "woman_pilot_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€โœˆ๏ธ", - "woman_pilot_tone4": "๐Ÿ‘ฉ๐Ÿพโ€โœˆ๏ธ", - "woman_pilot_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€โœˆ๏ธ", - "woman_pilot_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€โœˆ๏ธ", - "woman_pilot_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€โœˆ๏ธ", - "man_pilot": "๐Ÿ‘จโ€โœˆ๏ธ", - "man_pilot_tone1": "๐Ÿ‘จ๐Ÿปโ€โœˆ๏ธ", - "man_pilot_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€โœˆ๏ธ", - "man_pilot_tone2": "๐Ÿ‘จ๐Ÿผโ€โœˆ๏ธ", - "man_pilot_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€โœˆ๏ธ", - "man_pilot_tone3": "๐Ÿ‘จ๐Ÿฝโ€โœˆ๏ธ", - "man_pilot_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€โœˆ๏ธ", - "man_pilot_tone4": "๐Ÿ‘จ๐Ÿพโ€โœˆ๏ธ", - "man_pilot_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€โœˆ๏ธ", - "man_pilot_tone5": "๐Ÿ‘จ๐Ÿฟโ€โœˆ๏ธ", - "man_pilot_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€โœˆ๏ธ", - "astronaut": "๐Ÿง‘โ€๐Ÿš€", - "astronaut_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿš€", - "astronaut_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿš€", - "astronaut_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿš€", - "astronaut_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿš€", - "astronaut_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿš€", - "astronaut_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿš€", - "astronaut_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿš€", - "astronaut_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿš€", - "astronaut_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿš€", - "astronaut_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿš€", - "woman_astronaut": "๐Ÿ‘ฉโ€๐Ÿš€", - "woman_astronaut_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿš€", - "woman_astronaut_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿš€", - "woman_astronaut_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿš€", - "woman_astronaut_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿš€", - "woman_astronaut_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿš€", - "woman_astronaut_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿš€", - "woman_astronaut_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿš€", - "woman_astronaut_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿš€", - "woman_astronaut_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿš€", - "woman_astronaut_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿš€", - "man_astronaut": "๐Ÿ‘จโ€๐Ÿš€", - "man_astronaut_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿš€", - "man_astronaut_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿš€", - "man_astronaut_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿš€", - "man_astronaut_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿš€", - "man_astronaut_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿš€", - "man_astronaut_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿš€", - "man_astronaut_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿš€", - "man_astronaut_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿš€", - "man_astronaut_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿš€", - "man_astronaut_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿš€", - "judge": "๐Ÿง‘โ€โš–๏ธ", - "judge_tone1": "๐Ÿง‘๐Ÿปโ€โš–๏ธ", - "judge_light_skin_tone": "๐Ÿง‘๐Ÿปโ€โš–๏ธ", - "judge_tone2": "๐Ÿง‘๐Ÿผโ€โš–๏ธ", - "judge_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€โš–๏ธ", - "judge_tone3": "๐Ÿง‘๐Ÿฝโ€โš–๏ธ", - "judge_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€โš–๏ธ", - "judge_tone4": "๐Ÿง‘๐Ÿพโ€โš–๏ธ", - "judge_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€โš–๏ธ", - "judge_tone5": "๐Ÿง‘๐Ÿฟโ€โš–๏ธ", - "judge_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€โš–๏ธ", - "woman_judge": "๐Ÿ‘ฉโ€โš–๏ธ", - "woman_judge_tone1": "๐Ÿ‘ฉ๐Ÿปโ€โš–๏ธ", - "woman_judge_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€โš–๏ธ", - "woman_judge_tone2": "๐Ÿ‘ฉ๐Ÿผโ€โš–๏ธ", - "woman_judge_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€โš–๏ธ", - "woman_judge_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€โš–๏ธ", - "woman_judge_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€โš–๏ธ", - "woman_judge_tone4": "๐Ÿ‘ฉ๐Ÿพโ€โš–๏ธ", - "woman_judge_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€โš–๏ธ", - "woman_judge_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€โš–๏ธ", - "woman_judge_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€โš–๏ธ", - "man_judge": "๐Ÿ‘จโ€โš–๏ธ", - "man_judge_tone1": "๐Ÿ‘จ๐Ÿปโ€โš–๏ธ", - "man_judge_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€โš–๏ธ", - "man_judge_tone2": "๐Ÿ‘จ๐Ÿผโ€โš–๏ธ", - "man_judge_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€โš–๏ธ", - "man_judge_tone3": "๐Ÿ‘จ๐Ÿฝโ€โš–๏ธ", - "man_judge_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€โš–๏ธ", - "man_judge_tone4": "๐Ÿ‘จ๐Ÿพโ€โš–๏ธ", - "man_judge_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€โš–๏ธ", - "man_judge_tone5": "๐Ÿ‘จ๐Ÿฟโ€โš–๏ธ", - "man_judge_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€โš–๏ธ", - "person_with_veil": "๐Ÿ‘ฐ", - "person_with_veil_tone1": "๐Ÿ‘ฐ๐Ÿป", - "person_with_veil_tone2": "๐Ÿ‘ฐ๐Ÿผ", - "person_with_veil_tone3": "๐Ÿ‘ฐ๐Ÿฝ", - "person_with_veil_tone4": "๐Ÿ‘ฐ๐Ÿพ", - "person_with_veil_tone5": "๐Ÿ‘ฐ๐Ÿฟ", - "woman_with_veil": "๐Ÿ‘ฐโ€โ™€๏ธ", - "bride_with_veil": "๐Ÿ‘ฐโ€โ™€๏ธ", - "woman_with_veil_tone1": "๐Ÿ‘ฐ๐Ÿปโ€โ™€๏ธ", - "woman_with_veil_light_skin_tone": "๐Ÿ‘ฐ๐Ÿปโ€โ™€๏ธ", - "woman_with_veil_tone2": "๐Ÿ‘ฐ๐Ÿผโ€โ™€๏ธ", - "woman_with_veil_medium_light_skin_tone": "๐Ÿ‘ฐ๐Ÿผโ€โ™€๏ธ", - "woman_with_veil_tone3": "๐Ÿ‘ฐ๐Ÿฝโ€โ™€๏ธ", - "woman_with_veil_medium_skin_tone": "๐Ÿ‘ฐ๐Ÿฝโ€โ™€๏ธ", - "woman_with_veil_tone4": "๐Ÿ‘ฐ๐Ÿพโ€โ™€๏ธ", - "woman_with_veil_medium_dark_skin_tone": "๐Ÿ‘ฐ๐Ÿพโ€โ™€๏ธ", - "woman_with_veil_tone5": "๐Ÿ‘ฐ๐Ÿฟโ€โ™€๏ธ", - "woman_with_veil_dark_skin_tone": "๐Ÿ‘ฐ๐Ÿฟโ€โ™€๏ธ", - "man_with_veil": "๐Ÿ‘ฐโ€โ™‚๏ธ", - "man_with_veil_tone1": "๐Ÿ‘ฐ๐Ÿปโ€โ™‚๏ธ", - "man_with_veil_light_skin_tone": "๐Ÿ‘ฐ๐Ÿปโ€โ™‚๏ธ", - "man_with_veil_tone2": "๐Ÿ‘ฐ๐Ÿผโ€โ™‚๏ธ", - "man_with_veil_medium_light_skin_tone": "๐Ÿ‘ฐ๐Ÿผโ€โ™‚๏ธ", - "man_with_veil_tone3": "๐Ÿ‘ฐ๐Ÿฝโ€โ™‚๏ธ", - "man_with_veil_medium_skin_tone": "๐Ÿ‘ฐ๐Ÿฝโ€โ™‚๏ธ", - "man_with_veil_tone4": "๐Ÿ‘ฐ๐Ÿพโ€โ™‚๏ธ", - "man_with_veil_medium_dark_skin_tone": "๐Ÿ‘ฐ๐Ÿพโ€โ™‚๏ธ", - "man_with_veil_tone5": "๐Ÿ‘ฐ๐Ÿฟโ€โ™‚๏ธ", - "man_with_veil_dark_skin_tone": "๐Ÿ‘ฐ๐Ÿฟโ€โ™‚๏ธ", - "person_in_tuxedo": "๐Ÿคต", - "person_in_tuxedo_tone1": "๐Ÿคต๐Ÿป", - "tuxedo_tone1": "๐Ÿคต๐Ÿป", - "person_in_tuxedo_tone2": "๐Ÿคต๐Ÿผ", - "tuxedo_tone2": "๐Ÿคต๐Ÿผ", - "person_in_tuxedo_tone3": "๐Ÿคต๐Ÿฝ", - "tuxedo_tone3": "๐Ÿคต๐Ÿฝ", - "person_in_tuxedo_tone4": "๐Ÿคต๐Ÿพ", - "tuxedo_tone4": "๐Ÿคต๐Ÿพ", - "person_in_tuxedo_tone5": "๐Ÿคต๐Ÿฟ", - "tuxedo_tone5": "๐Ÿคต๐Ÿฟ", - "woman_in_tuxedo": "๐Ÿคตโ€โ™€๏ธ", - "woman_in_tuxedo_tone1": "๐Ÿคต๐Ÿปโ€โ™€๏ธ", - "woman_in_tuxedo_light_skin_tone": "๐Ÿคต๐Ÿปโ€โ™€๏ธ", - "woman_in_tuxedo_tone2": "๐Ÿคต๐Ÿผโ€โ™€๏ธ", - "woman_in_tuxedo_medium_light_skin_tone": "๐Ÿคต๐Ÿผโ€โ™€๏ธ", - "woman_in_tuxedo_tone3": "๐Ÿคต๐Ÿฝโ€โ™€๏ธ", - "woman_in_tuxedo_medium_skin_tone": "๐Ÿคต๐Ÿฝโ€โ™€๏ธ", - "woman_in_tuxedo_tone4": "๐Ÿคต๐Ÿพโ€โ™€๏ธ", - "woman_in_tuxedo_medium_dark_skin_tone": "๐Ÿคต๐Ÿพโ€โ™€๏ธ", - "woman_in_tuxedo_tone5": "๐Ÿคต๐Ÿฟโ€โ™€๏ธ", - "woman_in_tuxedo_dark_skin_tone": "๐Ÿคต๐Ÿฟโ€โ™€๏ธ", - "man_in_tuxedo": "๐Ÿคตโ€โ™‚๏ธ", - "man_in_tuxedo_tone1": "๐Ÿคต๐Ÿปโ€โ™‚๏ธ", - "man_in_tuxedo_light_skin_tone": "๐Ÿคต๐Ÿปโ€โ™‚๏ธ", - "man_in_tuxedo_tone2": "๐Ÿคต๐Ÿผโ€โ™‚๏ธ", - "man_in_tuxedo_medium_light_skin_tone": "๐Ÿคต๐Ÿผโ€โ™‚๏ธ", - "man_in_tuxedo_tone3": "๐Ÿคต๐Ÿฝโ€โ™‚๏ธ", - "man_in_tuxedo_medium_skin_tone": "๐Ÿคต๐Ÿฝโ€โ™‚๏ธ", - "man_in_tuxedo_tone4": "๐Ÿคต๐Ÿพโ€โ™‚๏ธ", - "man_in_tuxedo_medium_dark_skin_tone": "๐Ÿคต๐Ÿพโ€โ™‚๏ธ", - "man_in_tuxedo_tone5": "๐Ÿคต๐Ÿฟโ€โ™‚๏ธ", - "man_in_tuxedo_dark_skin_tone": "๐Ÿคต๐Ÿฟโ€โ™‚๏ธ", - "princess": "๐Ÿ‘ธ", - "princess_tone1": "๐Ÿ‘ธ๐Ÿป", - "princess_tone2": "๐Ÿ‘ธ๐Ÿผ", - "princess_tone3": "๐Ÿ‘ธ๐Ÿฝ", - "princess_tone4": "๐Ÿ‘ธ๐Ÿพ", - "princess_tone5": "๐Ÿ‘ธ๐Ÿฟ", - "prince": "๐Ÿคด", - "prince_tone1": "๐Ÿคด๐Ÿป", - "prince_tone2": "๐Ÿคด๐Ÿผ", - "prince_tone3": "๐Ÿคด๐Ÿฝ", - "prince_tone4": "๐Ÿคด๐Ÿพ", - "prince_tone5": "๐Ÿคด๐Ÿฟ", - "superhero": "๐Ÿฆธ", - "superhero_tone1": "๐Ÿฆธ๐Ÿป", - "superhero_light_skin_tone": "๐Ÿฆธ๐Ÿป", - "superhero_tone2": "๐Ÿฆธ๐Ÿผ", - "superhero_medium_light_skin_tone": "๐Ÿฆธ๐Ÿผ", - "superhero_tone3": "๐Ÿฆธ๐Ÿฝ", - "superhero_medium_skin_tone": "๐Ÿฆธ๐Ÿฝ", - "superhero_tone4": "๐Ÿฆธ๐Ÿพ", - "superhero_medium_dark_skin_tone": "๐Ÿฆธ๐Ÿพ", - "superhero_tone5": "๐Ÿฆธ๐Ÿฟ", - "superhero_dark_skin_tone": "๐Ÿฆธ๐Ÿฟ", - "woman_superhero": "๐Ÿฆธโ€โ™€๏ธ", - "woman_superhero_tone1": "๐Ÿฆธ๐Ÿปโ€โ™€๏ธ", - "woman_superhero_light_skin_tone": "๐Ÿฆธ๐Ÿปโ€โ™€๏ธ", - "woman_superhero_tone2": "๐Ÿฆธ๐Ÿผโ€โ™€๏ธ", - "woman_superhero_medium_light_skin_tone": "๐Ÿฆธ๐Ÿผโ€โ™€๏ธ", - "woman_superhero_tone3": "๐Ÿฆธ๐Ÿฝโ€โ™€๏ธ", - "woman_superhero_medium_skin_tone": "๐Ÿฆธ๐Ÿฝโ€โ™€๏ธ", - "woman_superhero_tone4": "๐Ÿฆธ๐Ÿพโ€โ™€๏ธ", - "woman_superhero_medium_dark_skin_tone": "๐Ÿฆธ๐Ÿพโ€โ™€๏ธ", - "woman_superhero_tone5": "๐Ÿฆธ๐Ÿฟโ€โ™€๏ธ", - "woman_superhero_dark_skin_tone": "๐Ÿฆธ๐Ÿฟโ€โ™€๏ธ", - "man_superhero": "๐Ÿฆธโ€โ™‚๏ธ", - "man_superhero_tone1": "๐Ÿฆธ๐Ÿปโ€โ™‚๏ธ", - "man_superhero_light_skin_tone": "๐Ÿฆธ๐Ÿปโ€โ™‚๏ธ", - "man_superhero_tone2": "๐Ÿฆธ๐Ÿผโ€โ™‚๏ธ", - "man_superhero_medium_light_skin_tone": "๐Ÿฆธ๐Ÿผโ€โ™‚๏ธ", - "man_superhero_tone3": "๐Ÿฆธ๐Ÿฝโ€โ™‚๏ธ", - "man_superhero_medium_skin_tone": "๐Ÿฆธ๐Ÿฝโ€โ™‚๏ธ", - "man_superhero_tone4": "๐Ÿฆธ๐Ÿพโ€โ™‚๏ธ", - "man_superhero_medium_dark_skin_tone": "๐Ÿฆธ๐Ÿพโ€โ™‚๏ธ", - "man_superhero_tone5": "๐Ÿฆธ๐Ÿฟโ€โ™‚๏ธ", - "man_superhero_dark_skin_tone": "๐Ÿฆธ๐Ÿฟโ€โ™‚๏ธ", - "supervillain": "๐Ÿฆน", - "supervillain_tone1": "๐Ÿฆน๐Ÿป", - "supervillain_light_skin_tone": "๐Ÿฆน๐Ÿป", - "supervillain_tone2": "๐Ÿฆน๐Ÿผ", - "supervillain_medium_light_skin_tone": "๐Ÿฆน๐Ÿผ", - "supervillain_tone3": "๐Ÿฆน๐Ÿฝ", - "supervillain_medium_skin_tone": "๐Ÿฆน๐Ÿฝ", - "supervillain_tone4": "๐Ÿฆน๐Ÿพ", - "supervillain_medium_dark_skin_tone": "๐Ÿฆน๐Ÿพ", - "supervillain_tone5": "๐Ÿฆน๐Ÿฟ", - "supervillain_dark_skin_tone": "๐Ÿฆน๐Ÿฟ", - "woman_supervillain": "๐Ÿฆนโ€โ™€๏ธ", - "woman_supervillain_tone1": "๐Ÿฆน๐Ÿปโ€โ™€๏ธ", - "woman_supervillain_light_skin_tone": "๐Ÿฆน๐Ÿปโ€โ™€๏ธ", - "woman_supervillain_tone2": "๐Ÿฆน๐Ÿผโ€โ™€๏ธ", - "woman_supervillain_medium_light_skin_tone": "๐Ÿฆน๐Ÿผโ€โ™€๏ธ", - "woman_supervillain_tone3": "๐Ÿฆน๐Ÿฝโ€โ™€๏ธ", - "woman_supervillain_medium_skin_tone": "๐Ÿฆน๐Ÿฝโ€โ™€๏ธ", - "woman_supervillain_tone4": "๐Ÿฆน๐Ÿพโ€โ™€๏ธ", - "woman_supervillain_medium_dark_skin_tone": "๐Ÿฆน๐Ÿพโ€โ™€๏ธ", - "woman_supervillain_tone5": "๐Ÿฆน๐Ÿฟโ€โ™€๏ธ", - "woman_supervillain_dark_skin_tone": "๐Ÿฆน๐Ÿฟโ€โ™€๏ธ", - "man_supervillain": "๐Ÿฆนโ€โ™‚๏ธ", - "man_supervillain_tone1": "๐Ÿฆน๐Ÿปโ€โ™‚๏ธ", - "man_supervillain_light_skin_tone": "๐Ÿฆน๐Ÿปโ€โ™‚๏ธ", - "man_supervillain_tone2": "๐Ÿฆน๐Ÿผโ€โ™‚๏ธ", - "man_supervillain_medium_light_skin_tone": "๐Ÿฆน๐Ÿผโ€โ™‚๏ธ", - "man_supervillain_tone3": "๐Ÿฆน๐Ÿฝโ€โ™‚๏ธ", - "man_supervillain_medium_skin_tone": "๐Ÿฆน๐Ÿฝโ€โ™‚๏ธ", - "man_supervillain_tone4": "๐Ÿฆน๐Ÿพโ€โ™‚๏ธ", - "man_supervillain_medium_dark_skin_tone": "๐Ÿฆน๐Ÿพโ€โ™‚๏ธ", - "man_supervillain_tone5": "๐Ÿฆน๐Ÿฟโ€โ™‚๏ธ", - "man_supervillain_dark_skin_tone": "๐Ÿฆน๐Ÿฟโ€โ™‚๏ธ", - "ninja": "๐Ÿฅท", - "ninja_tone1": "๐Ÿฅท๐Ÿป", - "ninja_light_skin_tone": "๐Ÿฅท๐Ÿป", - "ninja_tone2": "๐Ÿฅท๐Ÿผ", - "ninja_medium_light_skin_tone": "๐Ÿฅท๐Ÿผ", - "ninja_tone3": "๐Ÿฅท๐Ÿฝ", - "ninja_medium_skin_tone": "๐Ÿฅท๐Ÿฝ", - "ninja_tone4": "๐Ÿฅท๐Ÿพ", - "ninja_medium_dark_skin_tone": "๐Ÿฅท๐Ÿพ", - "ninja_tone5": "๐Ÿฅท๐Ÿฟ", - "ninja_dark_skin_tone": "๐Ÿฅท๐Ÿฟ", - "mx_claus": "๐Ÿง‘โ€๐ŸŽ„", - "mx_claus_tone1": "๐Ÿง‘๐Ÿปโ€๐ŸŽ„", - "mx_claus_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐ŸŽ„", - "mx_claus_tone2": "๐Ÿง‘๐Ÿผโ€๐ŸŽ„", - "mx_claus_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐ŸŽ„", - "mx_claus_tone3": "๐Ÿง‘๐Ÿฝโ€๐ŸŽ„", - "mx_claus_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐ŸŽ„", - "mx_claus_tone4": "๐Ÿง‘๐Ÿพโ€๐ŸŽ„", - "mx_claus_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐ŸŽ„", - "mx_claus_tone5": "๐Ÿง‘๐Ÿฟโ€๐ŸŽ„", - "mx_claus_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐ŸŽ„", - "mrs_claus": "๐Ÿคถ", - "mother_christmas": "๐Ÿคถ", - "mrs_claus_tone1": "๐Ÿคถ๐Ÿป", - "mother_christmas_tone1": "๐Ÿคถ๐Ÿป", - "mrs_claus_tone2": "๐Ÿคถ๐Ÿผ", - "mother_christmas_tone2": "๐Ÿคถ๐Ÿผ", - "mrs_claus_tone3": "๐Ÿคถ๐Ÿฝ", - "mother_christmas_tone3": "๐Ÿคถ๐Ÿฝ", - "mrs_claus_tone4": "๐Ÿคถ๐Ÿพ", - "mother_christmas_tone4": "๐Ÿคถ๐Ÿพ", - "mrs_claus_tone5": "๐Ÿคถ๐Ÿฟ", - "mother_christmas_tone5": "๐Ÿคถ๐Ÿฟ", - "santa": "๐ŸŽ…", - "santa_tone1": "๐ŸŽ…๐Ÿป", - "santa_tone2": "๐ŸŽ…๐Ÿผ", - "santa_tone3": "๐ŸŽ…๐Ÿฝ", - "santa_tone4": "๐ŸŽ…๐Ÿพ", - "santa_tone5": "๐ŸŽ…๐Ÿฟ", - "mage": "๐Ÿง™", - "mage_tone1": "๐Ÿง™๐Ÿป", - "mage_light_skin_tone": "๐Ÿง™๐Ÿป", - "mage_tone2": "๐Ÿง™๐Ÿผ", - "mage_medium_light_skin_tone": "๐Ÿง™๐Ÿผ", - "mage_tone3": "๐Ÿง™๐Ÿฝ", - "mage_medium_skin_tone": "๐Ÿง™๐Ÿฝ", - "mage_tone4": "๐Ÿง™๐Ÿพ", - "mage_medium_dark_skin_tone": "๐Ÿง™๐Ÿพ", - "mage_tone5": "๐Ÿง™๐Ÿฟ", - "mage_dark_skin_tone": "๐Ÿง™๐Ÿฟ", - "woman_mage": "๐Ÿง™โ€โ™€๏ธ", - "woman_mage_tone1": "๐Ÿง™๐Ÿปโ€โ™€๏ธ", - "woman_mage_light_skin_tone": "๐Ÿง™๐Ÿปโ€โ™€๏ธ", - "woman_mage_tone2": "๐Ÿง™๐Ÿผโ€โ™€๏ธ", - "woman_mage_medium_light_skin_tone": "๐Ÿง™๐Ÿผโ€โ™€๏ธ", - "woman_mage_tone3": "๐Ÿง™๐Ÿฝโ€โ™€๏ธ", - "woman_mage_medium_skin_tone": "๐Ÿง™๐Ÿฝโ€โ™€๏ธ", - "woman_mage_tone4": "๐Ÿง™๐Ÿพโ€โ™€๏ธ", - "woman_mage_medium_dark_skin_tone": "๐Ÿง™๐Ÿพโ€โ™€๏ธ", - "woman_mage_tone5": "๐Ÿง™๐Ÿฟโ€โ™€๏ธ", - "woman_mage_dark_skin_tone": "๐Ÿง™๐Ÿฟโ€โ™€๏ธ", - "man_mage": "๐Ÿง™โ€โ™‚๏ธ", - "man_mage_tone1": "๐Ÿง™๐Ÿปโ€โ™‚๏ธ", - "man_mage_light_skin_tone": "๐Ÿง™๐Ÿปโ€โ™‚๏ธ", - "man_mage_tone2": "๐Ÿง™๐Ÿผโ€โ™‚๏ธ", - "man_mage_medium_light_skin_tone": "๐Ÿง™๐Ÿผโ€โ™‚๏ธ", - "man_mage_tone3": "๐Ÿง™๐Ÿฝโ€โ™‚๏ธ", - "man_mage_medium_skin_tone": "๐Ÿง™๐Ÿฝโ€โ™‚๏ธ", - "man_mage_tone4": "๐Ÿง™๐Ÿพโ€โ™‚๏ธ", - "man_mage_medium_dark_skin_tone": "๐Ÿง™๐Ÿพโ€โ™‚๏ธ", - "man_mage_tone5": "๐Ÿง™๐Ÿฟโ€โ™‚๏ธ", - "man_mage_dark_skin_tone": "๐Ÿง™๐Ÿฟโ€โ™‚๏ธ", - "elf": "๐Ÿง", - "elf_tone1": "๐Ÿง๐Ÿป", - "elf_light_skin_tone": "๐Ÿง๐Ÿป", - "elf_tone2": "๐Ÿง๐Ÿผ", - "elf_medium_light_skin_tone": "๐Ÿง๐Ÿผ", - "elf_tone3": "๐Ÿง๐Ÿฝ", - "elf_medium_skin_tone": "๐Ÿง๐Ÿฝ", - "elf_tone4": "๐Ÿง๐Ÿพ", - "elf_medium_dark_skin_tone": "๐Ÿง๐Ÿพ", - "elf_tone5": "๐Ÿง๐Ÿฟ", - "elf_dark_skin_tone": "๐Ÿง๐Ÿฟ", - "woman_elf": "๐Ÿงโ€โ™€๏ธ", - "woman_elf_tone1": "๐Ÿง๐Ÿปโ€โ™€๏ธ", - "woman_elf_light_skin_tone": "๐Ÿง๐Ÿปโ€โ™€๏ธ", - "woman_elf_tone2": "๐Ÿง๐Ÿผโ€โ™€๏ธ", - "woman_elf_medium_light_skin_tone": "๐Ÿง๐Ÿผโ€โ™€๏ธ", - "woman_elf_tone3": "๐Ÿง๐Ÿฝโ€โ™€๏ธ", - "woman_elf_medium_skin_tone": "๐Ÿง๐Ÿฝโ€โ™€๏ธ", - "woman_elf_tone4": "๐Ÿง๐Ÿพโ€โ™€๏ธ", - "woman_elf_medium_dark_skin_tone": "๐Ÿง๐Ÿพโ€โ™€๏ธ", - "woman_elf_tone5": "๐Ÿง๐Ÿฟโ€โ™€๏ธ", - "woman_elf_dark_skin_tone": "๐Ÿง๐Ÿฟโ€โ™€๏ธ", - "man_elf": "๐Ÿงโ€โ™‚๏ธ", - "man_elf_tone1": "๐Ÿง๐Ÿปโ€โ™‚๏ธ", - "man_elf_light_skin_tone": "๐Ÿง๐Ÿปโ€โ™‚๏ธ", - "man_elf_tone2": "๐Ÿง๐Ÿผโ€โ™‚๏ธ", - "man_elf_medium_light_skin_tone": "๐Ÿง๐Ÿผโ€โ™‚๏ธ", - "man_elf_tone3": "๐Ÿง๐Ÿฝโ€โ™‚๏ธ", - "man_elf_medium_skin_tone": "๐Ÿง๐Ÿฝโ€โ™‚๏ธ", - "man_elf_tone4": "๐Ÿง๐Ÿพโ€โ™‚๏ธ", - "man_elf_medium_dark_skin_tone": "๐Ÿง๐Ÿพโ€โ™‚๏ธ", - "man_elf_tone5": "๐Ÿง๐Ÿฟโ€โ™‚๏ธ", - "man_elf_dark_skin_tone": "๐Ÿง๐Ÿฟโ€โ™‚๏ธ", - "vampire": "๐Ÿง›", - "vampire_tone1": "๐Ÿง›๐Ÿป", - "vampire_light_skin_tone": "๐Ÿง›๐Ÿป", - "vampire_tone2": "๐Ÿง›๐Ÿผ", - "vampire_medium_light_skin_tone": "๐Ÿง›๐Ÿผ", - "vampire_tone3": "๐Ÿง›๐Ÿฝ", - "vampire_medium_skin_tone": "๐Ÿง›๐Ÿฝ", - "vampire_tone4": "๐Ÿง›๐Ÿพ", - "vampire_medium_dark_skin_tone": "๐Ÿง›๐Ÿพ", - "vampire_tone5": "๐Ÿง›๐Ÿฟ", - "vampire_dark_skin_tone": "๐Ÿง›๐Ÿฟ", - "woman_vampire": "๐Ÿง›โ€โ™€๏ธ", - "woman_vampire_tone1": "๐Ÿง›๐Ÿปโ€โ™€๏ธ", - "woman_vampire_light_skin_tone": "๐Ÿง›๐Ÿปโ€โ™€๏ธ", - "woman_vampire_tone2": "๐Ÿง›๐Ÿผโ€โ™€๏ธ", - "woman_vampire_medium_light_skin_tone": "๐Ÿง›๐Ÿผโ€โ™€๏ธ", - "woman_vampire_tone3": "๐Ÿง›๐Ÿฝโ€โ™€๏ธ", - "woman_vampire_medium_skin_tone": "๐Ÿง›๐Ÿฝโ€โ™€๏ธ", - "woman_vampire_tone4": "๐Ÿง›๐Ÿพโ€โ™€๏ธ", - "woman_vampire_medium_dark_skin_tone": "๐Ÿง›๐Ÿพโ€โ™€๏ธ", - "woman_vampire_tone5": "๐Ÿง›๐Ÿฟโ€โ™€๏ธ", - "woman_vampire_dark_skin_tone": "๐Ÿง›๐Ÿฟโ€โ™€๏ธ", - "man_vampire": "๐Ÿง›โ€โ™‚๏ธ", - "man_vampire_tone1": "๐Ÿง›๐Ÿปโ€โ™‚๏ธ", - "man_vampire_light_skin_tone": "๐Ÿง›๐Ÿปโ€โ™‚๏ธ", - "man_vampire_tone2": "๐Ÿง›๐Ÿผโ€โ™‚๏ธ", - "man_vampire_medium_light_skin_tone": "๐Ÿง›๐Ÿผโ€โ™‚๏ธ", - "man_vampire_tone3": "๐Ÿง›๐Ÿฝโ€โ™‚๏ธ", - "man_vampire_medium_skin_tone": "๐Ÿง›๐Ÿฝโ€โ™‚๏ธ", - "man_vampire_tone4": "๐Ÿง›๐Ÿพโ€โ™‚๏ธ", - "man_vampire_medium_dark_skin_tone": "๐Ÿง›๐Ÿพโ€โ™‚๏ธ", - "man_vampire_tone5": "๐Ÿง›๐Ÿฟโ€โ™‚๏ธ", - "man_vampire_dark_skin_tone": "๐Ÿง›๐Ÿฟโ€โ™‚๏ธ", - "zombie": "๐ŸงŸ", - "woman_zombie": "๐ŸงŸโ€โ™€๏ธ", - "man_zombie": "๐ŸงŸโ€โ™‚๏ธ", - "genie": "๐Ÿงž", - "woman_genie": "๐Ÿงžโ€โ™€๏ธ", - "man_genie": "๐Ÿงžโ€โ™‚๏ธ", - "merperson": "๐Ÿงœ", - "merperson_tone1": "๐Ÿงœ๐Ÿป", - "merperson_light_skin_tone": "๐Ÿงœ๐Ÿป", - "merperson_tone2": "๐Ÿงœ๐Ÿผ", - "merperson_medium_light_skin_tone": "๐Ÿงœ๐Ÿผ", - "merperson_tone3": "๐Ÿงœ๐Ÿฝ", - "merperson_medium_skin_tone": "๐Ÿงœ๐Ÿฝ", - "merperson_tone4": "๐Ÿงœ๐Ÿพ", - "merperson_medium_dark_skin_tone": "๐Ÿงœ๐Ÿพ", - "merperson_tone5": "๐Ÿงœ๐Ÿฟ", - "merperson_dark_skin_tone": "๐Ÿงœ๐Ÿฟ", - "mermaid": "๐Ÿงœโ€โ™€๏ธ", - "mermaid_tone1": "๐Ÿงœ๐Ÿปโ€โ™€๏ธ", - "mermaid_light_skin_tone": "๐Ÿงœ๐Ÿปโ€โ™€๏ธ", - "mermaid_tone2": "๐Ÿงœ๐Ÿผโ€โ™€๏ธ", - "mermaid_medium_light_skin_tone": "๐Ÿงœ๐Ÿผโ€โ™€๏ธ", - "mermaid_tone3": "๐Ÿงœ๐Ÿฝโ€โ™€๏ธ", - "mermaid_medium_skin_tone": "๐Ÿงœ๐Ÿฝโ€โ™€๏ธ", - "mermaid_tone4": "๐Ÿงœ๐Ÿพโ€โ™€๏ธ", - "mermaid_medium_dark_skin_tone": "๐Ÿงœ๐Ÿพโ€โ™€๏ธ", - "mermaid_tone5": "๐Ÿงœ๐Ÿฟโ€โ™€๏ธ", - "mermaid_dark_skin_tone": "๐Ÿงœ๐Ÿฟโ€โ™€๏ธ", - "merman": "๐Ÿงœโ€โ™‚๏ธ", - "merman_tone1": "๐Ÿงœ๐Ÿปโ€โ™‚๏ธ", - "merman_light_skin_tone": "๐Ÿงœ๐Ÿปโ€โ™‚๏ธ", - "merman_tone2": "๐Ÿงœ๐Ÿผโ€โ™‚๏ธ", - "merman_medium_light_skin_tone": "๐Ÿงœ๐Ÿผโ€โ™‚๏ธ", - "merman_tone3": "๐Ÿงœ๐Ÿฝโ€โ™‚๏ธ", - "merman_medium_skin_tone": "๐Ÿงœ๐Ÿฝโ€โ™‚๏ธ", - "merman_tone4": "๐Ÿงœ๐Ÿพโ€โ™‚๏ธ", - "merman_medium_dark_skin_tone": "๐Ÿงœ๐Ÿพโ€โ™‚๏ธ", - "merman_tone5": "๐Ÿงœ๐Ÿฟโ€โ™‚๏ธ", - "merman_dark_skin_tone": "๐Ÿงœ๐Ÿฟโ€โ™‚๏ธ", - "fairy": "๐Ÿงš", - "fairy_tone1": "๐Ÿงš๐Ÿป", - "fairy_light_skin_tone": "๐Ÿงš๐Ÿป", - "fairy_tone2": "๐Ÿงš๐Ÿผ", - "fairy_medium_light_skin_tone": "๐Ÿงš๐Ÿผ", - "fairy_tone3": "๐Ÿงš๐Ÿฝ", - "fairy_medium_skin_tone": "๐Ÿงš๐Ÿฝ", - "fairy_tone4": "๐Ÿงš๐Ÿพ", - "fairy_medium_dark_skin_tone": "๐Ÿงš๐Ÿพ", - "fairy_tone5": "๐Ÿงš๐Ÿฟ", - "fairy_dark_skin_tone": "๐Ÿงš๐Ÿฟ", - "woman_fairy": "๐Ÿงšโ€โ™€๏ธ", - "woman_fairy_tone1": "๐Ÿงš๐Ÿปโ€โ™€๏ธ", - "woman_fairy_light_skin_tone": "๐Ÿงš๐Ÿปโ€โ™€๏ธ", - "woman_fairy_tone2": "๐Ÿงš๐Ÿผโ€โ™€๏ธ", - "woman_fairy_medium_light_skin_tone": "๐Ÿงš๐Ÿผโ€โ™€๏ธ", - "woman_fairy_tone3": "๐Ÿงš๐Ÿฝโ€โ™€๏ธ", - "woman_fairy_medium_skin_tone": "๐Ÿงš๐Ÿฝโ€โ™€๏ธ", - "woman_fairy_tone4": "๐Ÿงš๐Ÿพโ€โ™€๏ธ", - "woman_fairy_medium_dark_skin_tone": "๐Ÿงš๐Ÿพโ€โ™€๏ธ", - "woman_fairy_tone5": "๐Ÿงš๐Ÿฟโ€โ™€๏ธ", - "woman_fairy_dark_skin_tone": "๐Ÿงš๐Ÿฟโ€โ™€๏ธ", - "man_fairy": "๐Ÿงšโ€โ™‚๏ธ", - "man_fairy_tone1": "๐Ÿงš๐Ÿปโ€โ™‚๏ธ", - "man_fairy_light_skin_tone": "๐Ÿงš๐Ÿปโ€โ™‚๏ธ", - "man_fairy_tone2": "๐Ÿงš๐Ÿผโ€โ™‚๏ธ", - "man_fairy_medium_light_skin_tone": "๐Ÿงš๐Ÿผโ€โ™‚๏ธ", - "man_fairy_tone3": "๐Ÿงš๐Ÿฝโ€โ™‚๏ธ", - "man_fairy_medium_skin_tone": "๐Ÿงš๐Ÿฝโ€โ™‚๏ธ", - "man_fairy_tone4": "๐Ÿงš๐Ÿพโ€โ™‚๏ธ", - "man_fairy_medium_dark_skin_tone": "๐Ÿงš๐Ÿพโ€โ™‚๏ธ", - "man_fairy_tone5": "๐Ÿงš๐Ÿฟโ€โ™‚๏ธ", - "man_fairy_dark_skin_tone": "๐Ÿงš๐Ÿฟโ€โ™‚๏ธ", - "angel": "๐Ÿ‘ผ", - "angel_tone1": "๐Ÿ‘ผ๐Ÿป", - "angel_tone2": "๐Ÿ‘ผ๐Ÿผ", - "angel_tone3": "๐Ÿ‘ผ๐Ÿฝ", - "angel_tone4": "๐Ÿ‘ผ๐Ÿพ", - "angel_tone5": "๐Ÿ‘ผ๐Ÿฟ", - "pregnant_woman": "๐Ÿคฐ", - "expecting_woman": "๐Ÿคฐ", - "pregnant_woman_tone1": "๐Ÿคฐ๐Ÿป", - "expecting_woman_tone1": "๐Ÿคฐ๐Ÿป", - "pregnant_woman_tone2": "๐Ÿคฐ๐Ÿผ", - "expecting_woman_tone2": "๐Ÿคฐ๐Ÿผ", - "pregnant_woman_tone3": "๐Ÿคฐ๐Ÿฝ", - "expecting_woman_tone3": "๐Ÿคฐ๐Ÿฝ", - "pregnant_woman_tone4": "๐Ÿคฐ๐Ÿพ", - "expecting_woman_tone4": "๐Ÿคฐ๐Ÿพ", - "pregnant_woman_tone5": "๐Ÿคฐ๐Ÿฟ", - "expecting_woman_tone5": "๐Ÿคฐ๐Ÿฟ", - "breast_feeding": "๐Ÿคฑ", - "breast_feeding_tone1": "๐Ÿคฑ๐Ÿป", - "breast_feeding_light_skin_tone": "๐Ÿคฑ๐Ÿป", - "breast_feeding_tone2": "๐Ÿคฑ๐Ÿผ", - "breast_feeding_medium_light_skin_tone": "๐Ÿคฑ๐Ÿผ", - "breast_feeding_tone3": "๐Ÿคฑ๐Ÿฝ", - "breast_feeding_medium_skin_tone": "๐Ÿคฑ๐Ÿฝ", - "breast_feeding_tone4": "๐Ÿคฑ๐Ÿพ", - "breast_feeding_medium_dark_skin_tone": "๐Ÿคฑ๐Ÿพ", - "breast_feeding_tone5": "๐Ÿคฑ๐Ÿฟ", - "breast_feeding_dark_skin_tone": "๐Ÿคฑ๐Ÿฟ", - "person_feeding_baby": "๐Ÿง‘โ€๐Ÿผ", - "person_feeding_baby_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿผ", - "person_feeding_baby_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿผ", - "person_feeding_baby_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿผ", - "person_feeding_baby_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿผ", - "person_feeding_baby_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿผ", - "person_feeding_baby_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿผ", - "person_feeding_baby_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿผ", - "person_feeding_baby_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿผ", - "person_feeding_baby_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿผ", - "person_feeding_baby_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿผ", - "woman_feeding_baby": "๐Ÿ‘ฉโ€๐Ÿผ", - "woman_feeding_baby_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿผ", - "woman_feeding_baby_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿผ", - "woman_feeding_baby_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿผ", - "woman_feeding_baby_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿผ", - "woman_feeding_baby_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿผ", - "woman_feeding_baby_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿผ", - "woman_feeding_baby_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿผ", - "woman_feeding_baby_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿผ", - "woman_feeding_baby_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿผ", - "woman_feeding_baby_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿผ", - "man_feeding_baby": "๐Ÿ‘จโ€๐Ÿผ", - "man_feeding_baby_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿผ", - "man_feeding_baby_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿผ", - "man_feeding_baby_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿผ", - "man_feeding_baby_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿผ", - "man_feeding_baby_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿผ", - "man_feeding_baby_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿผ", - "man_feeding_baby_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿผ", - "man_feeding_baby_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿผ", - "man_feeding_baby_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿผ", - "man_feeding_baby_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿผ", - "person_bowing": "๐Ÿ™‡", - "bow": "๐Ÿ™‡", - "person_bowing_tone1": "๐Ÿ™‡๐Ÿป", - "bow_tone1": "๐Ÿ™‡๐Ÿป", - "person_bowing_tone2": "๐Ÿ™‡๐Ÿผ", - "bow_tone2": "๐Ÿ™‡๐Ÿผ", - "person_bowing_tone3": "๐Ÿ™‡๐Ÿฝ", - "bow_tone3": "๐Ÿ™‡๐Ÿฝ", - "person_bowing_tone4": "๐Ÿ™‡๐Ÿพ", - "bow_tone4": "๐Ÿ™‡๐Ÿพ", - "person_bowing_tone5": "๐Ÿ™‡๐Ÿฟ", - "bow_tone5": "๐Ÿ™‡๐Ÿฟ", - "woman_bowing": "๐Ÿ™‡โ€โ™€๏ธ", - "woman_bowing_tone1": "๐Ÿ™‡๐Ÿปโ€โ™€๏ธ", - "woman_bowing_light_skin_tone": "๐Ÿ™‡๐Ÿปโ€โ™€๏ธ", - "woman_bowing_tone2": "๐Ÿ™‡๐Ÿผโ€โ™€๏ธ", - "woman_bowing_medium_light_skin_tone": "๐Ÿ™‡๐Ÿผโ€โ™€๏ธ", - "woman_bowing_tone3": "๐Ÿ™‡๐Ÿฝโ€โ™€๏ธ", - "woman_bowing_medium_skin_tone": "๐Ÿ™‡๐Ÿฝโ€โ™€๏ธ", - "woman_bowing_tone4": "๐Ÿ™‡๐Ÿพโ€โ™€๏ธ", - "woman_bowing_medium_dark_skin_tone": "๐Ÿ™‡๐Ÿพโ€โ™€๏ธ", - "woman_bowing_tone5": "๐Ÿ™‡๐Ÿฟโ€โ™€๏ธ", - "woman_bowing_dark_skin_tone": "๐Ÿ™‡๐Ÿฟโ€โ™€๏ธ", - "man_bowing": "๐Ÿ™‡โ€โ™‚๏ธ", - "man_bowing_tone1": "๐Ÿ™‡๐Ÿปโ€โ™‚๏ธ", - "man_bowing_light_skin_tone": "๐Ÿ™‡๐Ÿปโ€โ™‚๏ธ", - "man_bowing_tone2": "๐Ÿ™‡๐Ÿผโ€โ™‚๏ธ", - "man_bowing_medium_light_skin_tone": "๐Ÿ™‡๐Ÿผโ€โ™‚๏ธ", - "man_bowing_tone3": "๐Ÿ™‡๐Ÿฝโ€โ™‚๏ธ", - "man_bowing_medium_skin_tone": "๐Ÿ™‡๐Ÿฝโ€โ™‚๏ธ", - "man_bowing_tone4": "๐Ÿ™‡๐Ÿพโ€โ™‚๏ธ", - "man_bowing_medium_dark_skin_tone": "๐Ÿ™‡๐Ÿพโ€โ™‚๏ธ", - "man_bowing_tone5": "๐Ÿ™‡๐Ÿฟโ€โ™‚๏ธ", - "man_bowing_dark_skin_tone": "๐Ÿ™‡๐Ÿฟโ€โ™‚๏ธ", - "person_tipping_hand": "๐Ÿ’", - "information_desk_person": "๐Ÿ’", - "person_tipping_hand_tone1": "๐Ÿ’๐Ÿป", - "information_desk_person_tone1": "๐Ÿ’๐Ÿป", - "person_tipping_hand_tone2": "๐Ÿ’๐Ÿผ", - "information_desk_person_tone2": "๐Ÿ’๐Ÿผ", - "person_tipping_hand_tone3": "๐Ÿ’๐Ÿฝ", - "information_desk_person_tone3": "๐Ÿ’๐Ÿฝ", - "person_tipping_hand_tone4": "๐Ÿ’๐Ÿพ", - "information_desk_person_tone4": "๐Ÿ’๐Ÿพ", - "person_tipping_hand_tone5": "๐Ÿ’๐Ÿฟ", - "information_desk_person_tone5": "๐Ÿ’๐Ÿฟ", - "woman_tipping_hand": "๐Ÿ’โ€โ™€๏ธ", - "woman_tipping_hand_tone1": "๐Ÿ’๐Ÿปโ€โ™€๏ธ", - "woman_tipping_hand_light_skin_tone": "๐Ÿ’๐Ÿปโ€โ™€๏ธ", - "woman_tipping_hand_tone2": "๐Ÿ’๐Ÿผโ€โ™€๏ธ", - "woman_tipping_hand_medium_light_skin_tone": "๐Ÿ’๐Ÿผโ€โ™€๏ธ", - "woman_tipping_hand_tone3": "๐Ÿ’๐Ÿฝโ€โ™€๏ธ", - "woman_tipping_hand_medium_skin_tone": "๐Ÿ’๐Ÿฝโ€โ™€๏ธ", - "woman_tipping_hand_tone4": "๐Ÿ’๐Ÿพโ€โ™€๏ธ", - "woman_tipping_hand_medium_dark_skin_tone": "๐Ÿ’๐Ÿพโ€โ™€๏ธ", - "woman_tipping_hand_tone5": "๐Ÿ’๐Ÿฟโ€โ™€๏ธ", - "woman_tipping_hand_dark_skin_tone": "๐Ÿ’๐Ÿฟโ€โ™€๏ธ", - "man_tipping_hand": "๐Ÿ’โ€โ™‚๏ธ", - "man_tipping_hand_tone1": "๐Ÿ’๐Ÿปโ€โ™‚๏ธ", - "man_tipping_hand_light_skin_tone": "๐Ÿ’๐Ÿปโ€โ™‚๏ธ", - "man_tipping_hand_tone2": "๐Ÿ’๐Ÿผโ€โ™‚๏ธ", - "man_tipping_hand_medium_light_skin_tone": "๐Ÿ’๐Ÿผโ€โ™‚๏ธ", - "man_tipping_hand_tone3": "๐Ÿ’๐Ÿฝโ€โ™‚๏ธ", - "man_tipping_hand_medium_skin_tone": "๐Ÿ’๐Ÿฝโ€โ™‚๏ธ", - "man_tipping_hand_tone4": "๐Ÿ’๐Ÿพโ€โ™‚๏ธ", - "man_tipping_hand_medium_dark_skin_tone": "๐Ÿ’๐Ÿพโ€โ™‚๏ธ", - "man_tipping_hand_tone5": "๐Ÿ’๐Ÿฟโ€โ™‚๏ธ", - "man_tipping_hand_dark_skin_tone": "๐Ÿ’๐Ÿฟโ€โ™‚๏ธ", - "person_gesturing_no": "๐Ÿ™…", - "no_good": "๐Ÿ™…", - "person_gesturing_no_tone1": "๐Ÿ™…๐Ÿป", - "no_good_tone1": "๐Ÿ™…๐Ÿป", - "person_gesturing_no_tone2": "๐Ÿ™…๐Ÿผ", - "no_good_tone2": "๐Ÿ™…๐Ÿผ", - "person_gesturing_no_tone3": "๐Ÿ™…๐Ÿฝ", - "no_good_tone3": "๐Ÿ™…๐Ÿฝ", - "person_gesturing_no_tone4": "๐Ÿ™…๐Ÿพ", - "no_good_tone4": "๐Ÿ™…๐Ÿพ", - "person_gesturing_no_tone5": "๐Ÿ™…๐Ÿฟ", - "no_good_tone5": "๐Ÿ™…๐Ÿฟ", - "woman_gesturing_no": "๐Ÿ™…โ€โ™€๏ธ", - "woman_gesturing_no_tone1": "๐Ÿ™…๐Ÿปโ€โ™€๏ธ", - "woman_gesturing_no_light_skin_tone": "๐Ÿ™…๐Ÿปโ€โ™€๏ธ", - "woman_gesturing_no_tone2": "๐Ÿ™…๐Ÿผโ€โ™€๏ธ", - "woman_gesturing_no_medium_light_skin_tone": "๐Ÿ™…๐Ÿผโ€โ™€๏ธ", - "woman_gesturing_no_tone3": "๐Ÿ™…๐Ÿฝโ€โ™€๏ธ", - "woman_gesturing_no_medium_skin_tone": "๐Ÿ™…๐Ÿฝโ€โ™€๏ธ", - "woman_gesturing_no_tone4": "๐Ÿ™…๐Ÿพโ€โ™€๏ธ", - "woman_gesturing_no_medium_dark_skin_tone": "๐Ÿ™…๐Ÿพโ€โ™€๏ธ", - "woman_gesturing_no_tone5": "๐Ÿ™…๐Ÿฟโ€โ™€๏ธ", - "woman_gesturing_no_dark_skin_tone": "๐Ÿ™…๐Ÿฟโ€โ™€๏ธ", - "man_gesturing_no": "๐Ÿ™…โ€โ™‚๏ธ", - "man_gesturing_no_tone1": "๐Ÿ™…๐Ÿปโ€โ™‚๏ธ", - "man_gesturing_no_light_skin_tone": "๐Ÿ™…๐Ÿปโ€โ™‚๏ธ", - "man_gesturing_no_tone2": "๐Ÿ™…๐Ÿผโ€โ™‚๏ธ", - "man_gesturing_no_medium_light_skin_tone": "๐Ÿ™…๐Ÿผโ€โ™‚๏ธ", - "man_gesturing_no_tone3": "๐Ÿ™…๐Ÿฝโ€โ™‚๏ธ", - "man_gesturing_no_medium_skin_tone": "๐Ÿ™…๐Ÿฝโ€โ™‚๏ธ", - "man_gesturing_no_tone4": "๐Ÿ™…๐Ÿพโ€โ™‚๏ธ", - "man_gesturing_no_medium_dark_skin_tone": "๐Ÿ™…๐Ÿพโ€โ™‚๏ธ", - "man_gesturing_no_tone5": "๐Ÿ™…๐Ÿฟโ€โ™‚๏ธ", - "man_gesturing_no_dark_skin_tone": "๐Ÿ™…๐Ÿฟโ€โ™‚๏ธ", - "person_gesturing_ok": "๐Ÿ™†", - "ok_woman": "๐Ÿ™†", - "person_gesturing_ok_tone1": "๐Ÿ™†๐Ÿป", - "ok_woman_tone1": "๐Ÿ™†๐Ÿป", - "person_gesturing_ok_tone2": "๐Ÿ™†๐Ÿผ", - "ok_woman_tone2": "๐Ÿ™†๐Ÿผ", - "person_gesturing_ok_tone3": "๐Ÿ™†๐Ÿฝ", - "ok_woman_tone3": "๐Ÿ™†๐Ÿฝ", - "person_gesturing_ok_tone4": "๐Ÿ™†๐Ÿพ", - "ok_woman_tone4": "๐Ÿ™†๐Ÿพ", - "person_gesturing_ok_tone5": "๐Ÿ™†๐Ÿฟ", - "ok_woman_tone5": "๐Ÿ™†๐Ÿฟ", - "woman_gesturing_ok": "๐Ÿ™†โ€โ™€๏ธ", - "woman_gesturing_ok_tone1": "๐Ÿ™†๐Ÿปโ€โ™€๏ธ", - "woman_gesturing_ok_light_skin_tone": "๐Ÿ™†๐Ÿปโ€โ™€๏ธ", - "woman_gesturing_ok_tone2": "๐Ÿ™†๐Ÿผโ€โ™€๏ธ", - "woman_gesturing_ok_medium_light_skin_tone": "๐Ÿ™†๐Ÿผโ€โ™€๏ธ", - "woman_gesturing_ok_tone3": "๐Ÿ™†๐Ÿฝโ€โ™€๏ธ", - "woman_gesturing_ok_medium_skin_tone": "๐Ÿ™†๐Ÿฝโ€โ™€๏ธ", - "woman_gesturing_ok_tone4": "๐Ÿ™†๐Ÿพโ€โ™€๏ธ", - "woman_gesturing_ok_medium_dark_skin_tone": "๐Ÿ™†๐Ÿพโ€โ™€๏ธ", - "woman_gesturing_ok_tone5": "๐Ÿ™†๐Ÿฟโ€โ™€๏ธ", - "woman_gesturing_ok_dark_skin_tone": "๐Ÿ™†๐Ÿฟโ€โ™€๏ธ", - "man_gesturing_ok": "๐Ÿ™†โ€โ™‚๏ธ", - "man_gesturing_ok_tone1": "๐Ÿ™†๐Ÿปโ€โ™‚๏ธ", - "man_gesturing_ok_light_skin_tone": "๐Ÿ™†๐Ÿปโ€โ™‚๏ธ", - "man_gesturing_ok_tone2": "๐Ÿ™†๐Ÿผโ€โ™‚๏ธ", - "man_gesturing_ok_medium_light_skin_tone": "๐Ÿ™†๐Ÿผโ€โ™‚๏ธ", - "man_gesturing_ok_tone3": "๐Ÿ™†๐Ÿฝโ€โ™‚๏ธ", - "man_gesturing_ok_medium_skin_tone": "๐Ÿ™†๐Ÿฝโ€โ™‚๏ธ", - "man_gesturing_ok_tone4": "๐Ÿ™†๐Ÿพโ€โ™‚๏ธ", - "man_gesturing_ok_medium_dark_skin_tone": "๐Ÿ™†๐Ÿพโ€โ™‚๏ธ", - "man_gesturing_ok_tone5": "๐Ÿ™†๐Ÿฟโ€โ™‚๏ธ", - "man_gesturing_ok_dark_skin_tone": "๐Ÿ™†๐Ÿฟโ€โ™‚๏ธ", - "person_raising_hand": "๐Ÿ™‹", - "raising_hand": "๐Ÿ™‹", - "person_raising_hand_tone1": "๐Ÿ™‹๐Ÿป", - "raising_hand_tone1": "๐Ÿ™‹๐Ÿป", - "person_raising_hand_tone2": "๐Ÿ™‹๐Ÿผ", - "raising_hand_tone2": "๐Ÿ™‹๐Ÿผ", - "person_raising_hand_tone3": "๐Ÿ™‹๐Ÿฝ", - "raising_hand_tone3": "๐Ÿ™‹๐Ÿฝ", - "person_raising_hand_tone4": "๐Ÿ™‹๐Ÿพ", - "raising_hand_tone4": "๐Ÿ™‹๐Ÿพ", - "person_raising_hand_tone5": "๐Ÿ™‹๐Ÿฟ", - "raising_hand_tone5": "๐Ÿ™‹๐Ÿฟ", - "woman_raising_hand": "๐Ÿ™‹โ€โ™€๏ธ", - "woman_raising_hand_tone1": "๐Ÿ™‹๐Ÿปโ€โ™€๏ธ", - "woman_raising_hand_light_skin_tone": "๐Ÿ™‹๐Ÿปโ€โ™€๏ธ", - "woman_raising_hand_tone2": "๐Ÿ™‹๐Ÿผโ€โ™€๏ธ", - "woman_raising_hand_medium_light_skin_tone": "๐Ÿ™‹๐Ÿผโ€โ™€๏ธ", - "woman_raising_hand_tone3": "๐Ÿ™‹๐Ÿฝโ€โ™€๏ธ", - "woman_raising_hand_medium_skin_tone": "๐Ÿ™‹๐Ÿฝโ€โ™€๏ธ", - "woman_raising_hand_tone4": "๐Ÿ™‹๐Ÿพโ€โ™€๏ธ", - "woman_raising_hand_medium_dark_skin_tone": "๐Ÿ™‹๐Ÿพโ€โ™€๏ธ", - "woman_raising_hand_tone5": "๐Ÿ™‹๐Ÿฟโ€โ™€๏ธ", - "woman_raising_hand_dark_skin_tone": "๐Ÿ™‹๐Ÿฟโ€โ™€๏ธ", - "man_raising_hand": "๐Ÿ™‹โ€โ™‚๏ธ", - "man_raising_hand_tone1": "๐Ÿ™‹๐Ÿปโ€โ™‚๏ธ", - "man_raising_hand_light_skin_tone": "๐Ÿ™‹๐Ÿปโ€โ™‚๏ธ", - "man_raising_hand_tone2": "๐Ÿ™‹๐Ÿผโ€โ™‚๏ธ", - "man_raising_hand_medium_light_skin_tone": "๐Ÿ™‹๐Ÿผโ€โ™‚๏ธ", - "man_raising_hand_tone3": "๐Ÿ™‹๐Ÿฝโ€โ™‚๏ธ", - "man_raising_hand_medium_skin_tone": "๐Ÿ™‹๐Ÿฝโ€โ™‚๏ธ", - "man_raising_hand_tone4": "๐Ÿ™‹๐Ÿพโ€โ™‚๏ธ", - "man_raising_hand_medium_dark_skin_tone": "๐Ÿ™‹๐Ÿพโ€โ™‚๏ธ", - "man_raising_hand_tone5": "๐Ÿ™‹๐Ÿฟโ€โ™‚๏ธ", - "man_raising_hand_dark_skin_tone": "๐Ÿ™‹๐Ÿฟโ€โ™‚๏ธ", - "deaf_person": "๐Ÿง", - "deaf_person_tone1": "๐Ÿง๐Ÿป", - "deaf_person_light_skin_tone": "๐Ÿง๐Ÿป", - "deaf_person_tone2": "๐Ÿง๐Ÿผ", - "deaf_person_medium_light_skin_tone": "๐Ÿง๐Ÿผ", - "deaf_person_tone3": "๐Ÿง๐Ÿฝ", - "deaf_person_medium_skin_tone": "๐Ÿง๐Ÿฝ", - "deaf_person_tone4": "๐Ÿง๐Ÿพ", - "deaf_person_medium_dark_skin_tone": "๐Ÿง๐Ÿพ", - "deaf_person_tone5": "๐Ÿง๐Ÿฟ", - "deaf_person_dark_skin_tone": "๐Ÿง๐Ÿฟ", - "deaf_woman": "๐Ÿงโ€โ™€๏ธ", - "deaf_woman_tone1": "๐Ÿง๐Ÿปโ€โ™€๏ธ", - "deaf_woman_light_skin_tone": "๐Ÿง๐Ÿปโ€โ™€๏ธ", - "deaf_woman_tone2": "๐Ÿง๐Ÿผโ€โ™€๏ธ", - "deaf_woman_medium_light_skin_tone": "๐Ÿง๐Ÿผโ€โ™€๏ธ", - "deaf_woman_tone3": "๐Ÿง๐Ÿฝโ€โ™€๏ธ", - "deaf_woman_medium_skin_tone": "๐Ÿง๐Ÿฝโ€โ™€๏ธ", - "deaf_woman_tone4": "๐Ÿง๐Ÿพโ€โ™€๏ธ", - "deaf_woman_medium_dark_skin_tone": "๐Ÿง๐Ÿพโ€โ™€๏ธ", - "deaf_woman_tone5": "๐Ÿง๐Ÿฟโ€โ™€๏ธ", - "deaf_woman_dark_skin_tone": "๐Ÿง๐Ÿฟโ€โ™€๏ธ", - "deaf_man": "๐Ÿงโ€โ™‚๏ธ", - "deaf_man_tone1": "๐Ÿง๐Ÿปโ€โ™‚๏ธ", - "deaf_man_light_skin_tone": "๐Ÿง๐Ÿปโ€โ™‚๏ธ", - "deaf_man_tone2": "๐Ÿง๐Ÿผโ€โ™‚๏ธ", - "deaf_man_medium_light_skin_tone": "๐Ÿง๐Ÿผโ€โ™‚๏ธ", - "deaf_man_tone3": "๐Ÿง๐Ÿฝโ€โ™‚๏ธ", - "deaf_man_medium_skin_tone": "๐Ÿง๐Ÿฝโ€โ™‚๏ธ", - "deaf_man_tone4": "๐Ÿง๐Ÿพโ€โ™‚๏ธ", - "deaf_man_medium_dark_skin_tone": "๐Ÿง๐Ÿพโ€โ™‚๏ธ", - "deaf_man_tone5": "๐Ÿง๐Ÿฟโ€โ™‚๏ธ", - "deaf_man_dark_skin_tone": "๐Ÿง๐Ÿฟโ€โ™‚๏ธ", - "person_facepalming": "๐Ÿคฆ", - "face_palm": "๐Ÿคฆ", - "facepalm": "๐Ÿคฆ", - "person_facepalming_tone1": "๐Ÿคฆ๐Ÿป", - "face_palm_tone1": "๐Ÿคฆ๐Ÿป", - "facepalm_tone1": "๐Ÿคฆ๐Ÿป", - "person_facepalming_tone2": "๐Ÿคฆ๐Ÿผ", - "face_palm_tone2": "๐Ÿคฆ๐Ÿผ", - "facepalm_tone2": "๐Ÿคฆ๐Ÿผ", - "person_facepalming_tone3": "๐Ÿคฆ๐Ÿฝ", - "face_palm_tone3": "๐Ÿคฆ๐Ÿฝ", - "facepalm_tone3": "๐Ÿคฆ๐Ÿฝ", - "person_facepalming_tone4": "๐Ÿคฆ๐Ÿพ", - "face_palm_tone4": "๐Ÿคฆ๐Ÿพ", - "facepalm_tone4": "๐Ÿคฆ๐Ÿพ", - "person_facepalming_tone5": "๐Ÿคฆ๐Ÿฟ", - "face_palm_tone5": "๐Ÿคฆ๐Ÿฟ", - "facepalm_tone5": "๐Ÿคฆ๐Ÿฟ", - "woman_facepalming": "๐Ÿคฆโ€โ™€๏ธ", - "woman_facepalming_tone1": "๐Ÿคฆ๐Ÿปโ€โ™€๏ธ", - "woman_facepalming_light_skin_tone": "๐Ÿคฆ๐Ÿปโ€โ™€๏ธ", - "woman_facepalming_tone2": "๐Ÿคฆ๐Ÿผโ€โ™€๏ธ", - "woman_facepalming_medium_light_skin_tone": "๐Ÿคฆ๐Ÿผโ€โ™€๏ธ", - "woman_facepalming_tone3": "๐Ÿคฆ๐Ÿฝโ€โ™€๏ธ", - "woman_facepalming_medium_skin_tone": "๐Ÿคฆ๐Ÿฝโ€โ™€๏ธ", - "woman_facepalming_tone4": "๐Ÿคฆ๐Ÿพโ€โ™€๏ธ", - "woman_facepalming_medium_dark_skin_tone": "๐Ÿคฆ๐Ÿพโ€โ™€๏ธ", - "woman_facepalming_tone5": "๐Ÿคฆ๐Ÿฟโ€โ™€๏ธ", - "woman_facepalming_dark_skin_tone": "๐Ÿคฆ๐Ÿฟโ€โ™€๏ธ", - "man_facepalming": "๐Ÿคฆโ€โ™‚๏ธ", - "man_facepalming_tone1": "๐Ÿคฆ๐Ÿปโ€โ™‚๏ธ", - "man_facepalming_light_skin_tone": "๐Ÿคฆ๐Ÿปโ€โ™‚๏ธ", - "man_facepalming_tone2": "๐Ÿคฆ๐Ÿผโ€โ™‚๏ธ", - "man_facepalming_medium_light_skin_tone": "๐Ÿคฆ๐Ÿผโ€โ™‚๏ธ", - "man_facepalming_tone3": "๐Ÿคฆ๐Ÿฝโ€โ™‚๏ธ", - "man_facepalming_medium_skin_tone": "๐Ÿคฆ๐Ÿฝโ€โ™‚๏ธ", - "man_facepalming_tone4": "๐Ÿคฆ๐Ÿพโ€โ™‚๏ธ", - "man_facepalming_medium_dark_skin_tone": "๐Ÿคฆ๐Ÿพโ€โ™‚๏ธ", - "man_facepalming_tone5": "๐Ÿคฆ๐Ÿฟโ€โ™‚๏ธ", - "man_facepalming_dark_skin_tone": "๐Ÿคฆ๐Ÿฟโ€โ™‚๏ธ", - "person_shrugging": "๐Ÿคท", - "shrug": "๐Ÿคท", - "person_shrugging_tone1": "๐Ÿคท๐Ÿป", - "shrug_tone1": "๐Ÿคท๐Ÿป", - "person_shrugging_tone2": "๐Ÿคท๐Ÿผ", - "shrug_tone2": "๐Ÿคท๐Ÿผ", - "person_shrugging_tone3": "๐Ÿคท๐Ÿฝ", - "shrug_tone3": "๐Ÿคท๐Ÿฝ", - "person_shrugging_tone4": "๐Ÿคท๐Ÿพ", - "shrug_tone4": "๐Ÿคท๐Ÿพ", - "person_shrugging_tone5": "๐Ÿคท๐Ÿฟ", - "shrug_tone5": "๐Ÿคท๐Ÿฟ", - "woman_shrugging": "๐Ÿคทโ€โ™€๏ธ", - "woman_shrugging_tone1": "๐Ÿคท๐Ÿปโ€โ™€๏ธ", - "woman_shrugging_light_skin_tone": "๐Ÿคท๐Ÿปโ€โ™€๏ธ", - "woman_shrugging_tone2": "๐Ÿคท๐Ÿผโ€โ™€๏ธ", - "woman_shrugging_medium_light_skin_tone": "๐Ÿคท๐Ÿผโ€โ™€๏ธ", - "woman_shrugging_tone3": "๐Ÿคท๐Ÿฝโ€โ™€๏ธ", - "woman_shrugging_medium_skin_tone": "๐Ÿคท๐Ÿฝโ€โ™€๏ธ", - "woman_shrugging_tone4": "๐Ÿคท๐Ÿพโ€โ™€๏ธ", - "woman_shrugging_medium_dark_skin_tone": "๐Ÿคท๐Ÿพโ€โ™€๏ธ", - "woman_shrugging_tone5": "๐Ÿคท๐Ÿฟโ€โ™€๏ธ", - "woman_shrugging_dark_skin_tone": "๐Ÿคท๐Ÿฟโ€โ™€๏ธ", - "man_shrugging": "๐Ÿคทโ€โ™‚๏ธ", - "man_shrugging_tone1": "๐Ÿคท๐Ÿปโ€โ™‚๏ธ", - "man_shrugging_light_skin_tone": "๐Ÿคท๐Ÿปโ€โ™‚๏ธ", - "man_shrugging_tone2": "๐Ÿคท๐Ÿผโ€โ™‚๏ธ", - "man_shrugging_medium_light_skin_tone": "๐Ÿคท๐Ÿผโ€โ™‚๏ธ", - "man_shrugging_tone3": "๐Ÿคท๐Ÿฝโ€โ™‚๏ธ", - "man_shrugging_medium_skin_tone": "๐Ÿคท๐Ÿฝโ€โ™‚๏ธ", - "man_shrugging_tone4": "๐Ÿคท๐Ÿพโ€โ™‚๏ธ", - "man_shrugging_medium_dark_skin_tone": "๐Ÿคท๐Ÿพโ€โ™‚๏ธ", - "man_shrugging_tone5": "๐Ÿคท๐Ÿฟโ€โ™‚๏ธ", - "man_shrugging_dark_skin_tone": "๐Ÿคท๐Ÿฟโ€โ™‚๏ธ", - "person_pouting": "๐Ÿ™Ž", - "person_with_pouting_face": "๐Ÿ™Ž", - "person_pouting_tone1": "๐Ÿ™Ž๐Ÿป", - "person_with_pouting_face_tone1": "๐Ÿ™Ž๐Ÿป", - "person_pouting_tone2": "๐Ÿ™Ž๐Ÿผ", - "person_with_pouting_face_tone2": "๐Ÿ™Ž๐Ÿผ", - "person_pouting_tone3": "๐Ÿ™Ž๐Ÿฝ", - "person_with_pouting_face_tone3": "๐Ÿ™Ž๐Ÿฝ", - "person_pouting_tone4": "๐Ÿ™Ž๐Ÿพ", - "person_with_pouting_face_tone4": "๐Ÿ™Ž๐Ÿพ", - "person_pouting_tone5": "๐Ÿ™Ž๐Ÿฟ", - "person_with_pouting_face_tone5": "๐Ÿ™Ž๐Ÿฟ", - "woman_pouting": "๐Ÿ™Žโ€โ™€๏ธ", - "woman_pouting_tone1": "๐Ÿ™Ž๐Ÿปโ€โ™€๏ธ", - "woman_pouting_light_skin_tone": "๐Ÿ™Ž๐Ÿปโ€โ™€๏ธ", - "woman_pouting_tone2": "๐Ÿ™Ž๐Ÿผโ€โ™€๏ธ", - "woman_pouting_medium_light_skin_tone": "๐Ÿ™Ž๐Ÿผโ€โ™€๏ธ", - "woman_pouting_tone3": "๐Ÿ™Ž๐Ÿฝโ€โ™€๏ธ", - "woman_pouting_medium_skin_tone": "๐Ÿ™Ž๐Ÿฝโ€โ™€๏ธ", - "woman_pouting_tone4": "๐Ÿ™Ž๐Ÿพโ€โ™€๏ธ", - "woman_pouting_medium_dark_skin_tone": "๐Ÿ™Ž๐Ÿพโ€โ™€๏ธ", - "woman_pouting_tone5": "๐Ÿ™Ž๐Ÿฟโ€โ™€๏ธ", - "woman_pouting_dark_skin_tone": "๐Ÿ™Ž๐Ÿฟโ€โ™€๏ธ", - "man_pouting": "๐Ÿ™Žโ€โ™‚๏ธ", - "man_pouting_tone1": "๐Ÿ™Ž๐Ÿปโ€โ™‚๏ธ", - "man_pouting_light_skin_tone": "๐Ÿ™Ž๐Ÿปโ€โ™‚๏ธ", - "man_pouting_tone2": "๐Ÿ™Ž๐Ÿผโ€โ™‚๏ธ", - "man_pouting_medium_light_skin_tone": "๐Ÿ™Ž๐Ÿผโ€โ™‚๏ธ", - "man_pouting_tone3": "๐Ÿ™Ž๐Ÿฝโ€โ™‚๏ธ", - "man_pouting_medium_skin_tone": "๐Ÿ™Ž๐Ÿฝโ€โ™‚๏ธ", - "man_pouting_tone4": "๐Ÿ™Ž๐Ÿพโ€โ™‚๏ธ", - "man_pouting_medium_dark_skin_tone": "๐Ÿ™Ž๐Ÿพโ€โ™‚๏ธ", - "man_pouting_tone5": "๐Ÿ™Ž๐Ÿฟโ€โ™‚๏ธ", - "man_pouting_dark_skin_tone": "๐Ÿ™Ž๐Ÿฟโ€โ™‚๏ธ", - "person_frowning": "๐Ÿ™", - "person_frowning_tone1": "๐Ÿ™๐Ÿป", - "person_frowning_tone2": "๐Ÿ™๐Ÿผ", - "person_frowning_tone3": "๐Ÿ™๐Ÿฝ", - "person_frowning_tone4": "๐Ÿ™๐Ÿพ", - "person_frowning_tone5": "๐Ÿ™๐Ÿฟ", - "woman_frowning": "๐Ÿ™โ€โ™€๏ธ", - "woman_frowning_tone1": "๐Ÿ™๐Ÿปโ€โ™€๏ธ", - "woman_frowning_light_skin_tone": "๐Ÿ™๐Ÿปโ€โ™€๏ธ", - "woman_frowning_tone2": "๐Ÿ™๐Ÿผโ€โ™€๏ธ", - "woman_frowning_medium_light_skin_tone": "๐Ÿ™๐Ÿผโ€โ™€๏ธ", - "woman_frowning_tone3": "๐Ÿ™๐Ÿฝโ€โ™€๏ธ", - "woman_frowning_medium_skin_tone": "๐Ÿ™๐Ÿฝโ€โ™€๏ธ", - "woman_frowning_tone4": "๐Ÿ™๐Ÿพโ€โ™€๏ธ", - "woman_frowning_medium_dark_skin_tone": "๐Ÿ™๐Ÿพโ€โ™€๏ธ", - "woman_frowning_tone5": "๐Ÿ™๐Ÿฟโ€โ™€๏ธ", - "woman_frowning_dark_skin_tone": "๐Ÿ™๐Ÿฟโ€โ™€๏ธ", - "man_frowning": "๐Ÿ™โ€โ™‚๏ธ", - "man_frowning_tone1": "๐Ÿ™๐Ÿปโ€โ™‚๏ธ", - "man_frowning_light_skin_tone": "๐Ÿ™๐Ÿปโ€โ™‚๏ธ", - "man_frowning_tone2": "๐Ÿ™๐Ÿผโ€โ™‚๏ธ", - "man_frowning_medium_light_skin_tone": "๐Ÿ™๐Ÿผโ€โ™‚๏ธ", - "man_frowning_tone3": "๐Ÿ™๐Ÿฝโ€โ™‚๏ธ", - "man_frowning_medium_skin_tone": "๐Ÿ™๐Ÿฝโ€โ™‚๏ธ", - "man_frowning_tone4": "๐Ÿ™๐Ÿพโ€โ™‚๏ธ", - "man_frowning_medium_dark_skin_tone": "๐Ÿ™๐Ÿพโ€โ™‚๏ธ", - "man_frowning_tone5": "๐Ÿ™๐Ÿฟโ€โ™‚๏ธ", - "man_frowning_dark_skin_tone": "๐Ÿ™๐Ÿฟโ€โ™‚๏ธ", - "person_getting_haircut": "๐Ÿ’‡", - "haircut": "๐Ÿ’‡", - "person_getting_haircut_tone1": "๐Ÿ’‡๐Ÿป", - "haircut_tone1": "๐Ÿ’‡๐Ÿป", - "person_getting_haircut_tone2": "๐Ÿ’‡๐Ÿผ", - "haircut_tone2": "๐Ÿ’‡๐Ÿผ", - "person_getting_haircut_tone3": "๐Ÿ’‡๐Ÿฝ", - "haircut_tone3": "๐Ÿ’‡๐Ÿฝ", - "person_getting_haircut_tone4": "๐Ÿ’‡๐Ÿพ", - "haircut_tone4": "๐Ÿ’‡๐Ÿพ", - "person_getting_haircut_tone5": "๐Ÿ’‡๐Ÿฟ", - "haircut_tone5": "๐Ÿ’‡๐Ÿฟ", - "woman_getting_haircut": "๐Ÿ’‡โ€โ™€๏ธ", - "woman_getting_haircut_tone1": "๐Ÿ’‡๐Ÿปโ€โ™€๏ธ", - "woman_getting_haircut_light_skin_tone": "๐Ÿ’‡๐Ÿปโ€โ™€๏ธ", - "woman_getting_haircut_tone2": "๐Ÿ’‡๐Ÿผโ€โ™€๏ธ", - "woman_getting_haircut_medium_light_skin_tone": "๐Ÿ’‡๐Ÿผโ€โ™€๏ธ", - "woman_getting_haircut_tone3": "๐Ÿ’‡๐Ÿฝโ€โ™€๏ธ", - "woman_getting_haircut_medium_skin_tone": "๐Ÿ’‡๐Ÿฝโ€โ™€๏ธ", - "woman_getting_haircut_tone4": "๐Ÿ’‡๐Ÿพโ€โ™€๏ธ", - "woman_getting_haircut_medium_dark_skin_tone": "๐Ÿ’‡๐Ÿพโ€โ™€๏ธ", - "woman_getting_haircut_tone5": "๐Ÿ’‡๐Ÿฟโ€โ™€๏ธ", - "woman_getting_haircut_dark_skin_tone": "๐Ÿ’‡๐Ÿฟโ€โ™€๏ธ", - "man_getting_haircut": "๐Ÿ’‡โ€โ™‚๏ธ", - "man_getting_haircut_tone1": "๐Ÿ’‡๐Ÿปโ€โ™‚๏ธ", - "man_getting_haircut_light_skin_tone": "๐Ÿ’‡๐Ÿปโ€โ™‚๏ธ", - "man_getting_haircut_tone2": "๐Ÿ’‡๐Ÿผโ€โ™‚๏ธ", - "man_getting_haircut_medium_light_skin_tone": "๐Ÿ’‡๐Ÿผโ€โ™‚๏ธ", - "man_getting_haircut_tone3": "๐Ÿ’‡๐Ÿฝโ€โ™‚๏ธ", - "man_getting_haircut_medium_skin_tone": "๐Ÿ’‡๐Ÿฝโ€โ™‚๏ธ", - "man_getting_haircut_tone4": "๐Ÿ’‡๐Ÿพโ€โ™‚๏ธ", - "man_getting_haircut_medium_dark_skin_tone": "๐Ÿ’‡๐Ÿพโ€โ™‚๏ธ", - "man_getting_haircut_tone5": "๐Ÿ’‡๐Ÿฟโ€โ™‚๏ธ", - "man_getting_haircut_dark_skin_tone": "๐Ÿ’‡๐Ÿฟโ€โ™‚๏ธ", - "person_getting_massage": "๐Ÿ’†", - "massage": "๐Ÿ’†", - "person_getting_massage_tone1": "๐Ÿ’†๐Ÿป", - "massage_tone1": "๐Ÿ’†๐Ÿป", - "person_getting_massage_tone2": "๐Ÿ’†๐Ÿผ", - "massage_tone2": "๐Ÿ’†๐Ÿผ", - "person_getting_massage_tone3": "๐Ÿ’†๐Ÿฝ", - "massage_tone3": "๐Ÿ’†๐Ÿฝ", - "person_getting_massage_tone4": "๐Ÿ’†๐Ÿพ", - "massage_tone4": "๐Ÿ’†๐Ÿพ", - "person_getting_massage_tone5": "๐Ÿ’†๐Ÿฟ", - "massage_tone5": "๐Ÿ’†๐Ÿฟ", - "woman_getting_face_massage": "๐Ÿ’†โ€โ™€๏ธ", - "woman_getting_face_massage_tone1": "๐Ÿ’†๐Ÿปโ€โ™€๏ธ", - "woman_getting_face_massage_light_skin_tone": "๐Ÿ’†๐Ÿปโ€โ™€๏ธ", - "woman_getting_face_massage_tone2": "๐Ÿ’†๐Ÿผโ€โ™€๏ธ", - "woman_getting_face_massage_medium_light_skin_tone": "๐Ÿ’†๐Ÿผโ€โ™€๏ธ", - "woman_getting_face_massage_tone3": "๐Ÿ’†๐Ÿฝโ€โ™€๏ธ", - "woman_getting_face_massage_medium_skin_tone": "๐Ÿ’†๐Ÿฝโ€โ™€๏ธ", - "woman_getting_face_massage_tone4": "๐Ÿ’†๐Ÿพโ€โ™€๏ธ", - "woman_getting_face_massage_medium_dark_skin_tone": "๐Ÿ’†๐Ÿพโ€โ™€๏ธ", - "woman_getting_face_massage_tone5": "๐Ÿ’†๐Ÿฟโ€โ™€๏ธ", - "woman_getting_face_massage_dark_skin_tone": "๐Ÿ’†๐Ÿฟโ€โ™€๏ธ", - "man_getting_face_massage": "๐Ÿ’†โ€โ™‚๏ธ", - "man_getting_face_massage_tone1": "๐Ÿ’†๐Ÿปโ€โ™‚๏ธ", - "man_getting_face_massage_light_skin_tone": "๐Ÿ’†๐Ÿปโ€โ™‚๏ธ", - "man_getting_face_massage_tone2": "๐Ÿ’†๐Ÿผโ€โ™‚๏ธ", - "man_getting_face_massage_medium_light_skin_tone": "๐Ÿ’†๐Ÿผโ€โ™‚๏ธ", - "man_getting_face_massage_tone3": "๐Ÿ’†๐Ÿฝโ€โ™‚๏ธ", - "man_getting_face_massage_medium_skin_tone": "๐Ÿ’†๐Ÿฝโ€โ™‚๏ธ", - "man_getting_face_massage_tone4": "๐Ÿ’†๐Ÿพโ€โ™‚๏ธ", - "man_getting_face_massage_medium_dark_skin_tone": "๐Ÿ’†๐Ÿพโ€โ™‚๏ธ", - "man_getting_face_massage_tone5": "๐Ÿ’†๐Ÿฟโ€โ™‚๏ธ", - "man_getting_face_massage_dark_skin_tone": "๐Ÿ’†๐Ÿฟโ€โ™‚๏ธ", - "person_in_steamy_room": "๐Ÿง–", - "person_in_steamy_room_tone1": "๐Ÿง–๐Ÿป", - "person_in_steamy_room_light_skin_tone": "๐Ÿง–๐Ÿป", - "person_in_steamy_room_tone2": "๐Ÿง–๐Ÿผ", - "person_in_steamy_room_medium_light_skin_tone": "๐Ÿง–๐Ÿผ", - "person_in_steamy_room_tone3": "๐Ÿง–๐Ÿฝ", - "person_in_steamy_room_medium_skin_tone": "๐Ÿง–๐Ÿฝ", - "person_in_steamy_room_tone4": "๐Ÿง–๐Ÿพ", - "person_in_steamy_room_medium_dark_skin_tone": "๐Ÿง–๐Ÿพ", - "person_in_steamy_room_tone5": "๐Ÿง–๐Ÿฟ", - "person_in_steamy_room_dark_skin_tone": "๐Ÿง–๐Ÿฟ", - "woman_in_steamy_room": "๐Ÿง–โ€โ™€๏ธ", - "woman_in_steamy_room_tone1": "๐Ÿง–๐Ÿปโ€โ™€๏ธ", - "woman_in_steamy_room_light_skin_tone": "๐Ÿง–๐Ÿปโ€โ™€๏ธ", - "woman_in_steamy_room_tone2": "๐Ÿง–๐Ÿผโ€โ™€๏ธ", - "woman_in_steamy_room_medium_light_skin_tone": "๐Ÿง–๐Ÿผโ€โ™€๏ธ", - "woman_in_steamy_room_tone3": "๐Ÿง–๐Ÿฝโ€โ™€๏ธ", - "woman_in_steamy_room_medium_skin_tone": "๐Ÿง–๐Ÿฝโ€โ™€๏ธ", - "woman_in_steamy_room_tone4": "๐Ÿง–๐Ÿพโ€โ™€๏ธ", - "woman_in_steamy_room_medium_dark_skin_tone": "๐Ÿง–๐Ÿพโ€โ™€๏ธ", - "woman_in_steamy_room_tone5": "๐Ÿง–๐Ÿฟโ€โ™€๏ธ", - "woman_in_steamy_room_dark_skin_tone": "๐Ÿง–๐Ÿฟโ€โ™€๏ธ", - "man_in_steamy_room": "๐Ÿง–โ€โ™‚๏ธ", - "man_in_steamy_room_tone1": "๐Ÿง–๐Ÿปโ€โ™‚๏ธ", - "man_in_steamy_room_light_skin_tone": "๐Ÿง–๐Ÿปโ€โ™‚๏ธ", - "man_in_steamy_room_tone2": "๐Ÿง–๐Ÿผโ€โ™‚๏ธ", - "man_in_steamy_room_medium_light_skin_tone": "๐Ÿง–๐Ÿผโ€โ™‚๏ธ", - "man_in_steamy_room_tone3": "๐Ÿง–๐Ÿฝโ€โ™‚๏ธ", - "man_in_steamy_room_medium_skin_tone": "๐Ÿง–๐Ÿฝโ€โ™‚๏ธ", - "man_in_steamy_room_tone4": "๐Ÿง–๐Ÿพโ€โ™‚๏ธ", - "man_in_steamy_room_medium_dark_skin_tone": "๐Ÿง–๐Ÿพโ€โ™‚๏ธ", - "man_in_steamy_room_tone5": "๐Ÿง–๐Ÿฟโ€โ™‚๏ธ", - "man_in_steamy_room_dark_skin_tone": "๐Ÿง–๐Ÿฟโ€โ™‚๏ธ", - "nail_care": "๐Ÿ’…", - "nail_care_tone1": "๐Ÿ’…๐Ÿป", - "nail_care_tone2": "๐Ÿ’…๐Ÿผ", - "nail_care_tone3": "๐Ÿ’…๐Ÿฝ", - "nail_care_tone4": "๐Ÿ’…๐Ÿพ", - "nail_care_tone5": "๐Ÿ’…๐Ÿฟ", - "selfie": "๐Ÿคณ", - "selfie_tone1": "๐Ÿคณ๐Ÿป", - "selfie_tone2": "๐Ÿคณ๐Ÿผ", - "selfie_tone3": "๐Ÿคณ๐Ÿฝ", - "selfie_tone4": "๐Ÿคณ๐Ÿพ", - "selfie_tone5": "๐Ÿคณ๐Ÿฟ", - "dancer": "๐Ÿ’ƒ", - "dancer_tone1": "๐Ÿ’ƒ๐Ÿป", - "dancer_tone2": "๐Ÿ’ƒ๐Ÿผ", - "dancer_tone3": "๐Ÿ’ƒ๐Ÿฝ", - "dancer_tone4": "๐Ÿ’ƒ๐Ÿพ", - "dancer_tone5": "๐Ÿ’ƒ๐Ÿฟ", - "man_dancing": "๐Ÿ•บ", - "male_dancer": "๐Ÿ•บ", - "man_dancing_tone1": "๐Ÿ•บ๐Ÿป", - "male_dancer_tone1": "๐Ÿ•บ๐Ÿป", - "man_dancing_tone2": "๐Ÿ•บ๐Ÿผ", - "male_dancer_tone2": "๐Ÿ•บ๐Ÿผ", - "man_dancing_tone3": "๐Ÿ•บ๐Ÿฝ", - "male_dancer_tone3": "๐Ÿ•บ๐Ÿฝ", - "man_dancing_tone5": "๐Ÿ•บ๐Ÿฟ", - "male_dancer_tone5": "๐Ÿ•บ๐Ÿฟ", - "man_dancing_tone4": "๐Ÿ•บ๐Ÿพ", - "male_dancer_tone4": "๐Ÿ•บ๐Ÿพ", - "people_with_bunny_ears_partying": "๐Ÿ‘ฏ", - "dancers": "๐Ÿ‘ฏ", - "women_with_bunny_ears_partying": "๐Ÿ‘ฏโ€โ™€๏ธ", - "men_with_bunny_ears_partying": "๐Ÿ‘ฏโ€โ™‚๏ธ", - "levitate": "๐Ÿ•ด๏ธ", - "man_in_business_suit_levitating": "๐Ÿ•ด๏ธ", - "levitate_tone1": "๐Ÿ•ด๐Ÿป", - "man_in_business_suit_levitating_tone1": "๐Ÿ•ด๐Ÿป", - "man_in_business_suit_levitating_light_skin_tone": "๐Ÿ•ด๐Ÿป", - "levitate_tone2": "๐Ÿ•ด๐Ÿผ", - "man_in_business_suit_levitating_tone2": "๐Ÿ•ด๐Ÿผ", - "man_in_business_suit_levitating_medium_light_skin_tone": "๐Ÿ•ด๐Ÿผ", - "levitate_tone3": "๐Ÿ•ด๐Ÿฝ", - "man_in_business_suit_levitating_tone3": "๐Ÿ•ด๐Ÿฝ", - "man_in_business_suit_levitating_medium_skin_tone": "๐Ÿ•ด๐Ÿฝ", - "levitate_tone4": "๐Ÿ•ด๐Ÿพ", - "man_in_business_suit_levitating_tone4": "๐Ÿ•ด๐Ÿพ", - "man_in_business_suit_levitating_medium_dark_skin_tone": "๐Ÿ•ด๐Ÿพ", - "levitate_tone5": "๐Ÿ•ด๐Ÿฟ", - "man_in_business_suit_levitating_tone5": "๐Ÿ•ด๐Ÿฟ", - "man_in_business_suit_levitating_dark_skin_tone": "๐Ÿ•ด๐Ÿฟ", - "person_in_manual_wheelchair": "๐Ÿง‘โ€๐Ÿฆฝ", - "person_in_manual_wheelchair_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฝ", - "person_in_manual_wheelchair_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฝ", - "person_in_manual_wheelchair_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฝ", - "person_in_manual_wheelchair_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฝ", - "person_in_manual_wheelchair_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฝ", - "person_in_manual_wheelchair_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฝ", - "person_in_manual_wheelchair_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฝ", - "person_in_manual_wheelchair_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฝ", - "person_in_manual_wheelchair_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฝ", - "person_in_manual_wheelchair_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฝ", - "woman_in_manual_wheelchair": "๐Ÿ‘ฉโ€๐Ÿฆฝ", - "woman_in_manual_wheelchair_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฝ", - "woman_in_manual_wheelchair_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฝ", - "woman_in_manual_wheelchair_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฝ", - "woman_in_manual_wheelchair_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฝ", - "woman_in_manual_wheelchair_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฝ", - "woman_in_manual_wheelchair_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฝ", - "woman_in_manual_wheelchair_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฝ", - "woman_in_manual_wheelchair_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฝ", - "woman_in_manual_wheelchair_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฝ", - "woman_in_manual_wheelchair_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฝ", - "man_in_manual_wheelchair": "๐Ÿ‘จโ€๐Ÿฆฝ", - "man_in_manual_wheelchair_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฝ", - "man_in_manual_wheelchair_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฝ", - "man_in_manual_wheelchair_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฝ", - "man_in_manual_wheelchair_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฝ", - "man_in_manual_wheelchair_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฝ", - "man_in_manual_wheelchair_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฝ", - "man_in_manual_wheelchair_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฝ", - "man_in_manual_wheelchair_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฝ", - "man_in_manual_wheelchair_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฝ", - "man_in_manual_wheelchair_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฝ", - "person_in_motorized_wheelchair": "๐Ÿง‘โ€๐Ÿฆผ", - "person_in_motorized_wheelchair_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿฆผ", - "person_in_motorized_wheelchair_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿฆผ", - "person_in_motorized_wheelchair_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿฆผ", - "person_in_motorized_wheelchair_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿฆผ", - "person_in_motorized_wheelchair_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆผ", - "person_in_motorized_wheelchair_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆผ", - "person_in_motorized_wheelchair_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿฆผ", - "person_in_motorized_wheelchair_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿฆผ", - "person_in_motorized_wheelchair_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆผ", - "person_in_motorized_wheelchair_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆผ", - "woman_in_motorized_wheelchair": "๐Ÿ‘ฉโ€๐Ÿฆผ", - "woman_in_motorized_wheelchair_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆผ", - "woman_in_motorized_wheelchair_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆผ", - "woman_in_motorized_wheelchair_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆผ", - "woman_in_motorized_wheelchair_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆผ", - "woman_in_motorized_wheelchair_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆผ", - "woman_in_motorized_wheelchair_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆผ", - "woman_in_motorized_wheelchair_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆผ", - "woman_in_motorized_wheelchair_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆผ", - "woman_in_motorized_wheelchair_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆผ", - "woman_in_motorized_wheelchair_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆผ", - "man_in_motorized_wheelchair": "๐Ÿ‘จโ€๐Ÿฆผ", - "man_in_motorized_wheelchair_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆผ", - "man_in_motorized_wheelchair_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆผ", - "man_in_motorized_wheelchair_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆผ", - "man_in_motorized_wheelchair_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆผ", - "man_in_motorized_wheelchair_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆผ", - "man_in_motorized_wheelchair_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆผ", - "man_in_motorized_wheelchair_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆผ", - "man_in_motorized_wheelchair_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆผ", - "man_in_motorized_wheelchair_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆผ", - "man_in_motorized_wheelchair_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆผ", - "person_walking": "๐Ÿšถ", - "walking": "๐Ÿšถ", - "person_walking_tone1": "๐Ÿšถ๐Ÿป", - "walking_tone1": "๐Ÿšถ๐Ÿป", - "person_walking_tone2": "๐Ÿšถ๐Ÿผ", - "walking_tone2": "๐Ÿšถ๐Ÿผ", - "person_walking_tone3": "๐Ÿšถ๐Ÿฝ", - "walking_tone3": "๐Ÿšถ๐Ÿฝ", - "person_walking_tone4": "๐Ÿšถ๐Ÿพ", - "walking_tone4": "๐Ÿšถ๐Ÿพ", - "person_walking_tone5": "๐Ÿšถ๐Ÿฟ", - "walking_tone5": "๐Ÿšถ๐Ÿฟ", - "woman_walking": "๐Ÿšถโ€โ™€๏ธ", - "woman_walking_tone1": "๐Ÿšถ๐Ÿปโ€โ™€๏ธ", - "woman_walking_light_skin_tone": "๐Ÿšถ๐Ÿปโ€โ™€๏ธ", - "woman_walking_tone2": "๐Ÿšถ๐Ÿผโ€โ™€๏ธ", - "woman_walking_medium_light_skin_tone": "๐Ÿšถ๐Ÿผโ€โ™€๏ธ", - "woman_walking_tone3": "๐Ÿšถ๐Ÿฝโ€โ™€๏ธ", - "woman_walking_medium_skin_tone": "๐Ÿšถ๐Ÿฝโ€โ™€๏ธ", - "woman_walking_tone4": "๐Ÿšถ๐Ÿพโ€โ™€๏ธ", - "woman_walking_medium_dark_skin_tone": "๐Ÿšถ๐Ÿพโ€โ™€๏ธ", - "woman_walking_tone5": "๐Ÿšถ๐Ÿฟโ€โ™€๏ธ", - "woman_walking_dark_skin_tone": "๐Ÿšถ๐Ÿฟโ€โ™€๏ธ", - "man_walking": "๐Ÿšถโ€โ™‚๏ธ", - "man_walking_tone1": "๐Ÿšถ๐Ÿปโ€โ™‚๏ธ", - "man_walking_light_skin_tone": "๐Ÿšถ๐Ÿปโ€โ™‚๏ธ", - "man_walking_tone2": "๐Ÿšถ๐Ÿผโ€โ™‚๏ธ", - "man_walking_medium_light_skin_tone": "๐Ÿšถ๐Ÿผโ€โ™‚๏ธ", - "man_walking_tone3": "๐Ÿšถ๐Ÿฝโ€โ™‚๏ธ", - "man_walking_medium_skin_tone": "๐Ÿšถ๐Ÿฝโ€โ™‚๏ธ", - "man_walking_tone4": "๐Ÿšถ๐Ÿพโ€โ™‚๏ธ", - "man_walking_medium_dark_skin_tone": "๐Ÿšถ๐Ÿพโ€โ™‚๏ธ", - "man_walking_tone5": "๐Ÿšถ๐Ÿฟโ€โ™‚๏ธ", - "man_walking_dark_skin_tone": "๐Ÿšถ๐Ÿฟโ€โ™‚๏ธ", - "person_with_probing_cane": "๐Ÿง‘โ€๐Ÿฆฏ", - "person_with_probing_cane_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฏ", - "person_with_probing_cane_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฏ", - "person_with_probing_cane_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฏ", - "person_with_probing_cane_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฏ", - "person_with_probing_cane_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฏ", - "person_with_probing_cane_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฏ", - "person_with_probing_cane_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฏ", - "person_with_probing_cane_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฏ", - "person_with_probing_cane_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฏ", - "person_with_probing_cane_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฏ", - "woman_with_probing_cane": "๐Ÿ‘ฉโ€๐Ÿฆฏ", - "woman_with_probing_cane_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฏ", - "woman_with_probing_cane_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฏ", - "woman_with_probing_cane_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฏ", - "woman_with_probing_cane_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฏ", - "woman_with_probing_cane_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฏ", - "woman_with_probing_cane_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฏ", - "woman_with_probing_cane_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฏ", - "woman_with_probing_cane_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฏ", - "woman_with_probing_cane_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฏ", - "woman_with_probing_cane_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฏ", - "man_with_probing_cane": "๐Ÿ‘จโ€๐Ÿฆฏ", - "man_with_probing_cane_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฏ", - "man_with_probing_cane_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฏ", - "man_with_probing_cane_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฏ", - "man_with_probing_cane_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฏ", - "man_with_probing_cane_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฏ", - "man_with_probing_cane_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฏ", - "man_with_probing_cane_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฏ", - "man_with_probing_cane_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฏ", - "man_with_probing_cane_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฏ", - "man_with_probing_cane_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฏ", - "person_kneeling": "๐ŸงŽ", - "person_kneeling_tone1": "๐ŸงŽ๐Ÿป", - "person_kneeling_light_skin_tone": "๐ŸงŽ๐Ÿป", - "person_kneeling_tone2": "๐ŸงŽ๐Ÿผ", - "person_kneeling_medium_light_skin_tone": "๐ŸงŽ๐Ÿผ", - "person_kneeling_tone3": "๐ŸงŽ๐Ÿฝ", - "person_kneeling_medium_skin_tone": "๐ŸงŽ๐Ÿฝ", - "person_kneeling_tone4": "๐ŸงŽ๐Ÿพ", - "person_kneeling_medium_dark_skin_tone": "๐ŸงŽ๐Ÿพ", - "person_kneeling_tone5": "๐ŸงŽ๐Ÿฟ", - "person_kneeling_dark_skin_tone": "๐ŸงŽ๐Ÿฟ", - "woman_kneeling": "๐ŸงŽโ€โ™€๏ธ", - "woman_kneeling_tone1": "๐ŸงŽ๐Ÿปโ€โ™€๏ธ", - "woman_kneeling_light_skin_tone": "๐ŸงŽ๐Ÿปโ€โ™€๏ธ", - "woman_kneeling_tone2": "๐ŸงŽ๐Ÿผโ€โ™€๏ธ", - "woman_kneeling_medium_light_skin_tone": "๐ŸงŽ๐Ÿผโ€โ™€๏ธ", - "woman_kneeling_tone3": "๐ŸงŽ๐Ÿฝโ€โ™€๏ธ", - "woman_kneeling_medium_skin_tone": "๐ŸงŽ๐Ÿฝโ€โ™€๏ธ", - "woman_kneeling_tone4": "๐ŸงŽ๐Ÿพโ€โ™€๏ธ", - "woman_kneeling_medium_dark_skin_tone": "๐ŸงŽ๐Ÿพโ€โ™€๏ธ", - "woman_kneeling_tone5": "๐ŸงŽ๐Ÿฟโ€โ™€๏ธ", - "woman_kneeling_dark_skin_tone": "๐ŸงŽ๐Ÿฟโ€โ™€๏ธ", - "man_kneeling": "๐ŸงŽโ€โ™‚๏ธ", - "man_kneeling_tone1": "๐ŸงŽ๐Ÿปโ€โ™‚๏ธ", - "man_kneeling_light_skin_tone": "๐ŸงŽ๐Ÿปโ€โ™‚๏ธ", - "man_kneeling_tone2": "๐ŸงŽ๐Ÿผโ€โ™‚๏ธ", - "man_kneeling_medium_light_skin_tone": "๐ŸงŽ๐Ÿผโ€โ™‚๏ธ", - "man_kneeling_tone3": "๐ŸงŽ๐Ÿฝโ€โ™‚๏ธ", - "man_kneeling_medium_skin_tone": "๐ŸงŽ๐Ÿฝโ€โ™‚๏ธ", - "man_kneeling_tone4": "๐ŸงŽ๐Ÿพโ€โ™‚๏ธ", - "man_kneeling_medium_dark_skin_tone": "๐ŸงŽ๐Ÿพโ€โ™‚๏ธ", - "man_kneeling_tone5": "๐ŸงŽ๐Ÿฟโ€โ™‚๏ธ", - "man_kneeling_dark_skin_tone": "๐ŸงŽ๐Ÿฟโ€โ™‚๏ธ", - "person_running": "๐Ÿƒ", - "runner": "๐Ÿƒ", - "person_running_tone1": "๐Ÿƒ๐Ÿป", - "runner_tone1": "๐Ÿƒ๐Ÿป", - "person_running_tone2": "๐Ÿƒ๐Ÿผ", - "runner_tone2": "๐Ÿƒ๐Ÿผ", - "person_running_tone3": "๐Ÿƒ๐Ÿฝ", - "runner_tone3": "๐Ÿƒ๐Ÿฝ", - "person_running_tone4": "๐Ÿƒ๐Ÿพ", - "runner_tone4": "๐Ÿƒ๐Ÿพ", - "person_running_tone5": "๐Ÿƒ๐Ÿฟ", - "runner_tone5": "๐Ÿƒ๐Ÿฟ", - "woman_running": "๐Ÿƒโ€โ™€๏ธ", - "woman_running_tone1": "๐Ÿƒ๐Ÿปโ€โ™€๏ธ", - "woman_running_light_skin_tone": "๐Ÿƒ๐Ÿปโ€โ™€๏ธ", - "woman_running_tone2": "๐Ÿƒ๐Ÿผโ€โ™€๏ธ", - "woman_running_medium_light_skin_tone": "๐Ÿƒ๐Ÿผโ€โ™€๏ธ", - "woman_running_tone3": "๐Ÿƒ๐Ÿฝโ€โ™€๏ธ", - "woman_running_medium_skin_tone": "๐Ÿƒ๐Ÿฝโ€โ™€๏ธ", - "woman_running_tone4": "๐Ÿƒ๐Ÿพโ€โ™€๏ธ", - "woman_running_medium_dark_skin_tone": "๐Ÿƒ๐Ÿพโ€โ™€๏ธ", - "woman_running_tone5": "๐Ÿƒ๐Ÿฟโ€โ™€๏ธ", - "woman_running_dark_skin_tone": "๐Ÿƒ๐Ÿฟโ€โ™€๏ธ", - "man_running": "๐Ÿƒโ€โ™‚๏ธ", - "man_running_tone1": "๐Ÿƒ๐Ÿปโ€โ™‚๏ธ", - "man_running_light_skin_tone": "๐Ÿƒ๐Ÿปโ€โ™‚๏ธ", - "man_running_tone2": "๐Ÿƒ๐Ÿผโ€โ™‚๏ธ", - "man_running_medium_light_skin_tone": "๐Ÿƒ๐Ÿผโ€โ™‚๏ธ", - "man_running_tone3": "๐Ÿƒ๐Ÿฝโ€โ™‚๏ธ", - "man_running_medium_skin_tone": "๐Ÿƒ๐Ÿฝโ€โ™‚๏ธ", - "man_running_tone4": "๐Ÿƒ๐Ÿพโ€โ™‚๏ธ", - "man_running_medium_dark_skin_tone": "๐Ÿƒ๐Ÿพโ€โ™‚๏ธ", - "man_running_tone5": "๐Ÿƒ๐Ÿฟโ€โ™‚๏ธ", - "man_running_dark_skin_tone": "๐Ÿƒ๐Ÿฟโ€โ™‚๏ธ", - "person_standing": "๐Ÿง", - "person_standing_tone1": "๐Ÿง๐Ÿป", - "person_standing_light_skin_tone": "๐Ÿง๐Ÿป", - "person_standing_tone2": "๐Ÿง๐Ÿผ", - "person_standing_medium_light_skin_tone": "๐Ÿง๐Ÿผ", - "person_standing_tone3": "๐Ÿง๐Ÿฝ", - "person_standing_medium_skin_tone": "๐Ÿง๐Ÿฝ", - "person_standing_tone4": "๐Ÿง๐Ÿพ", - "person_standing_medium_dark_skin_tone": "๐Ÿง๐Ÿพ", - "person_standing_tone5": "๐Ÿง๐Ÿฟ", - "person_standing_dark_skin_tone": "๐Ÿง๐Ÿฟ", - "woman_standing": "๐Ÿงโ€โ™€๏ธ", - "woman_standing_tone1": "๐Ÿง๐Ÿปโ€โ™€๏ธ", - "woman_standing_light_skin_tone": "๐Ÿง๐Ÿปโ€โ™€๏ธ", - "woman_standing_tone2": "๐Ÿง๐Ÿผโ€โ™€๏ธ", - "woman_standing_medium_light_skin_tone": "๐Ÿง๐Ÿผโ€โ™€๏ธ", - "woman_standing_tone3": "๐Ÿง๐Ÿฝโ€โ™€๏ธ", - "woman_standing_medium_skin_tone": "๐Ÿง๐Ÿฝโ€โ™€๏ธ", - "woman_standing_tone4": "๐Ÿง๐Ÿพโ€โ™€๏ธ", - "woman_standing_medium_dark_skin_tone": "๐Ÿง๐Ÿพโ€โ™€๏ธ", - "woman_standing_tone5": "๐Ÿง๐Ÿฟโ€โ™€๏ธ", - "woman_standing_dark_skin_tone": "๐Ÿง๐Ÿฟโ€โ™€๏ธ", - "man_standing": "๐Ÿงโ€โ™‚๏ธ", - "man_standing_tone1": "๐Ÿง๐Ÿปโ€โ™‚๏ธ", - "man_standing_light_skin_tone": "๐Ÿง๐Ÿปโ€โ™‚๏ธ", - "man_standing_tone2": "๐Ÿง๐Ÿผโ€โ™‚๏ธ", - "man_standing_medium_light_skin_tone": "๐Ÿง๐Ÿผโ€โ™‚๏ธ", - "man_standing_tone3": "๐Ÿง๐Ÿฝโ€โ™‚๏ธ", - "man_standing_medium_skin_tone": "๐Ÿง๐Ÿฝโ€โ™‚๏ธ", - "man_standing_tone4": "๐Ÿง๐Ÿพโ€โ™‚๏ธ", - "man_standing_medium_dark_skin_tone": "๐Ÿง๐Ÿพโ€โ™‚๏ธ", - "man_standing_tone5": "๐Ÿง๐Ÿฟโ€โ™‚๏ธ", - "man_standing_dark_skin_tone": "๐Ÿง๐Ÿฟโ€โ™‚๏ธ", - "people_holding_hands": "๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘", - "people_holding_hands_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿป", - "people_holding_hands_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿป", - "people_holding_hands_tone1_tone2": "๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ", - "people_holding_hands_light_skin_tone_medium_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ", - "people_holding_hands_tone1_tone3": "๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ", - "people_holding_hands_light_skin_tone_medium_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ", - "people_holding_hands_tone1_tone4": "๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ", - "people_holding_hands_light_skin_tone_medium_dark_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ", - "people_holding_hands_tone1_tone5": "๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ", - "people_holding_hands_light_skin_tone_dark_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ", - "people_holding_hands_tone2_tone1": "๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿป", - "people_holding_hands_medium_light_skin_tone_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿป", - "people_holding_hands_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ", - "people_holding_hands_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ", - "people_holding_hands_tone2_tone3": "๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ", - "people_holding_hands_medium_light_skin_tone_medium_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ", - "people_holding_hands_tone2_tone4": "๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ", - "people_holding_hands_medium_light_skin_tone_medium_dark_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ", - "people_holding_hands_tone2_tone5": "๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ", - "people_holding_hands_medium_light_skin_tone_dark_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ", - "people_holding_hands_tone3_tone1": "๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿป", - "people_holding_hands_medium_skin_tone_light_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿป", - "people_holding_hands_tone3_tone2": "๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ", - "people_holding_hands_medium_skin_tone_medium_light_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ", - "people_holding_hands_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ", - "people_holding_hands_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ", - "people_holding_hands_tone3_tone4": "๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ", - "people_holding_hands_medium_skin_tone_medium_dark_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ", - "people_holding_hands_tone3_tone5": "๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ", - "people_holding_hands_medium_skin_tone_dark_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ", - "people_holding_hands_tone4_tone1": "๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿป", - "people_holding_hands_medium_dark_skin_tone_light_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿป", - "people_holding_hands_tone4_tone2": "๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ", - "people_holding_hands_medium_dark_skin_tone_medium_light_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ", - "people_holding_hands_tone4_tone3": "๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ", - "people_holding_hands_medium_dark_skin_tone_medium_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ", - "people_holding_hands_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ", - "people_holding_hands_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ", - "people_holding_hands_tone4_tone5": "๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ", - "people_holding_hands_medium_dark_skin_tone_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ", - "people_holding_hands_tone5_tone1": "๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿป", - "people_holding_hands_dark_skin_tone_light_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿป", - "people_holding_hands_tone5_tone2": "๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ", - "people_holding_hands_dark_skin_tone_medium_light_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ", - "people_holding_hands_tone5_tone3": "๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ", - "people_holding_hands_dark_skin_tone_medium_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ", - "people_holding_hands_tone5_tone4": "๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ", - "people_holding_hands_dark_skin_tone_medium_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ", - "people_holding_hands_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ", - "people_holding_hands_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ", - "couple": "๐Ÿ‘ซ", - "woman_and_man_holding_hands_tone1": "๐Ÿ‘ซ๐Ÿป", - "woman_and_man_holding_hands_light_skin_tone": "๐Ÿ‘ซ๐Ÿป", - "woman_and_man_holding_hands_tone1_tone2": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", - "woman_and_man_holding_hands_light_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", - "woman_and_man_holding_hands_tone1_tone3": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", - "woman_and_man_holding_hands_light_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", - "woman_and_man_holding_hands_tone1_tone4": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", - "woman_and_man_holding_hands_light_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", - "woman_and_man_holding_hands_tone1_tone5": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", - "woman_and_man_holding_hands_light_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", - "woman_and_man_holding_hands_tone2_tone1": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", - "woman_and_man_holding_hands_medium_light_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", - "woman_and_man_holding_hands_tone2": "๐Ÿ‘ซ๐Ÿผ", - "woman_and_man_holding_hands_medium_light_skin_tone": "๐Ÿ‘ซ๐Ÿผ", - "woman_and_man_holding_hands_tone2_tone3": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", - "woman_and_man_holding_hands_medium_light_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", - "woman_and_man_holding_hands_tone2_tone4": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", - "woman_and_man_holding_hands_medium_light_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", - "woman_and_man_holding_hands_tone2_tone5": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", - "woman_and_man_holding_hands_medium_light_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", - "woman_and_man_holding_hands_tone3_tone1": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", - "woman_and_man_holding_hands_medium_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", - "woman_and_man_holding_hands_tone3_tone2": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", - "woman_and_man_holding_hands_medium_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", - "woman_and_man_holding_hands_tone3": "๐Ÿ‘ซ๐Ÿฝ", - "woman_and_man_holding_hands_medium_skin_tone": "๐Ÿ‘ซ๐Ÿฝ", - "woman_and_man_holding_hands_tone3_tone4": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", - "woman_and_man_holding_hands_medium_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", - "woman_and_man_holding_hands_tone3_tone5": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", - "woman_and_man_holding_hands_medium_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", - "woman_and_man_holding_hands_tone4_tone1": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", - "woman_and_man_holding_hands_medium_dark_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", - "woman_and_man_holding_hands_tone4_tone2": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", - "woman_and_man_holding_hands_medium_dark_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", - "woman_and_man_holding_hands_tone4_tone3": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", - "woman_and_man_holding_hands_medium_dark_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", - "woman_and_man_holding_hands_tone4": "๐Ÿ‘ซ๐Ÿพ", - "woman_and_man_holding_hands_medium_dark_skin_tone": "๐Ÿ‘ซ๐Ÿพ", - "woman_and_man_holding_hands_tone4_tone5": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", - "woman_and_man_holding_hands_medium_dark_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", - "woman_and_man_holding_hands_tone5_tone1": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", - "woman_and_man_holding_hands_dark_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", - "woman_and_man_holding_hands_tone5_tone2": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", - "woman_and_man_holding_hands_dark_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", - "woman_and_man_holding_hands_tone5_tone3": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", - "woman_and_man_holding_hands_dark_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", - "woman_and_man_holding_hands_tone5_tone4": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", - "woman_and_man_holding_hands_dark_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", - "woman_and_man_holding_hands_tone5": "๐Ÿ‘ซ๐Ÿฟ", - "woman_and_man_holding_hands_dark_skin_tone": "๐Ÿ‘ซ๐Ÿฟ", - "two_women_holding_hands": "๐Ÿ‘ญ", - "women_holding_hands_tone1": "๐Ÿ‘ญ๐Ÿป", - "women_holding_hands_light_skin_tone": "๐Ÿ‘ญ๐Ÿป", - "women_holding_hands_tone1_tone2": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿผ", - "women_holding_hands_light_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿผ", - "women_holding_hands_tone1_tone3": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฝ", - "women_holding_hands_light_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฝ", - "women_holding_hands_tone1_tone4": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿพ", - "women_holding_hands_light_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿพ", - "women_holding_hands_tone1_tone5": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฟ", - "women_holding_hands_light_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฟ", - "women_holding_hands_tone2_tone1": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿป", - "women_holding_hands_medium_light_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿป", - "women_holding_hands_tone2": "๐Ÿ‘ญ๐Ÿผ", - "women_holding_hands_medium_light_skin_tone": "๐Ÿ‘ญ๐Ÿผ", - "women_holding_hands_tone2_tone3": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฝ", - "women_holding_hands_medium_light_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฝ", - "women_holding_hands_tone2_tone4": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿพ", - "women_holding_hands_medium_light_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿพ", - "women_holding_hands_tone2_tone5": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฟ", - "women_holding_hands_medium_light_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฟ", - "women_holding_hands_tone3_tone1": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿป", - "women_holding_hands_medium_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿป", - "women_holding_hands_tone3_tone2": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿผ", - "women_holding_hands_medium_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿผ", - "women_holding_hands_tone3": "๐Ÿ‘ญ๐Ÿฝ", - "women_holding_hands_medium_skin_tone": "๐Ÿ‘ญ๐Ÿฝ", - "women_holding_hands_tone3_tone4": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿพ", - "women_holding_hands_medium_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿพ", - "women_holding_hands_tone3_tone5": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฟ", - "women_holding_hands_medium_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฟ", - "women_holding_hands_tone4_tone1": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿป", - "women_holding_hands_medium_dark_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿป", - "women_holding_hands_tone4_tone2": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿผ", - "women_holding_hands_medium_dark_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿผ", - "women_holding_hands_tone4_tone3": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฝ", - "women_holding_hands_medium_dark_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฝ", - "women_holding_hands_tone4": "๐Ÿ‘ญ๐Ÿพ", - "women_holding_hands_medium_dark_skin_tone": "๐Ÿ‘ญ๐Ÿพ", - "women_holding_hands_tone4_tone5": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฟ", - "women_holding_hands_medium_dark_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฟ", - "women_holding_hands_tone5_tone1": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿป", - "women_holding_hands_dark_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿป", - "women_holding_hands_tone5_tone2": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿผ", - "women_holding_hands_dark_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿผ", - "women_holding_hands_tone5_tone3": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฝ", - "women_holding_hands_dark_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฝ", - "women_holding_hands_tone5_tone4": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿพ", - "women_holding_hands_dark_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿพ", - "women_holding_hands_tone5": "๐Ÿ‘ญ๐Ÿฟ", - "women_holding_hands_dark_skin_tone": "๐Ÿ‘ญ๐Ÿฟ", - "two_men_holding_hands": "๐Ÿ‘ฌ", - "men_holding_hands_tone1": "๐Ÿ‘ฌ๐Ÿป", - "men_holding_hands_light_skin_tone": "๐Ÿ‘ฌ๐Ÿป", - "men_holding_hands_tone1_tone2": "๐Ÿ‘จ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", - "men_holding_hands_light_skin_tone_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", - "men_holding_hands_tone1_tone3": "๐Ÿ‘จ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", - "men_holding_hands_light_skin_tone_medium_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", - "men_holding_hands_tone1_tone4": "๐Ÿ‘จ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", - "men_holding_hands_light_skin_tone_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", - "men_holding_hands_tone1_tone5": "๐Ÿ‘จ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", - "men_holding_hands_light_skin_tone_dark_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", - "men_holding_hands_tone2_tone1": "๐Ÿ‘จ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", - "men_holding_hands_medium_light_skin_tone_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", - "men_holding_hands_tone2": "๐Ÿ‘ฌ๐Ÿผ", - "men_holding_hands_medium_light_skin_tone": "๐Ÿ‘ฌ๐Ÿผ", - "men_holding_hands_tone2_tone3": "๐Ÿ‘จ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", - "men_holding_hands_medium_light_skin_tone_medium_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", - "men_holding_hands_tone2_tone4": "๐Ÿ‘จ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", - "men_holding_hands_medium_light_skin_tone_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", - "men_holding_hands_tone2_tone5": "๐Ÿ‘จ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", - "men_holding_hands_medium_light_skin_tone_dark_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", - "men_holding_hands_tone3_tone1": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", - "men_holding_hands_medium_skin_tone_light_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", - "men_holding_hands_tone3_tone2": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", - "men_holding_hands_medium_skin_tone_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", - "men_holding_hands_tone3": "๐Ÿ‘ฌ๐Ÿฝ", - "men_holding_hands_medium_skin_tone": "๐Ÿ‘ฌ๐Ÿฝ", - "men_holding_hands_tone3_tone4": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", - "men_holding_hands_medium_skin_tone_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", - "men_holding_hands_tone3_tone5": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", - "men_holding_hands_medium_skin_tone_dark_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", - "men_holding_hands_tone4_tone1": "๐Ÿ‘จ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", - "men_holding_hands_medium_dark_skin_tone_light_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", - "men_holding_hands_tone4_tone2": "๐Ÿ‘จ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", - "men_holding_hands_medium_dark_skin_tone_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", - "men_holding_hands_tone4_tone3": "๐Ÿ‘จ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", - "men_holding_hands_medium_dark_skin_tone_medium_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", - "men_holding_hands_tone4": "๐Ÿ‘ฌ๐Ÿพ", - "men_holding_hands_medium_dark_skin_tone": "๐Ÿ‘ฌ๐Ÿพ", - "men_holding_hands_tone4_tone5": "๐Ÿ‘จ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", - "men_holding_hands_medium_dark_skin_tone_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", - "men_holding_hands_tone5_tone1": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", - "men_holding_hands_dark_skin_tone_light_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", - "men_holding_hands_tone5_tone2": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", - "men_holding_hands_dark_skin_tone_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", - "men_holding_hands_tone5_tone3": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", - "men_holding_hands_dark_skin_tone_medium_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", - "men_holding_hands_tone5_tone4": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", - "men_holding_hands_dark_skin_tone_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", - "men_holding_hands_tone5": "๐Ÿ‘ฌ๐Ÿฟ", - "men_holding_hands_dark_skin_tone": "๐Ÿ‘ฌ๐Ÿฟ", - "couple_with_heart": "๐Ÿ’‘", - "couple_with_heart_woman_man": "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘จ", - "couple_ww": "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘ฉ", - "couple_with_heart_ww": "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘ฉ", - "couple_mm": "๐Ÿ‘จโ€โค๏ธโ€๐Ÿ‘จ", - "couple_with_heart_mm": "๐Ÿ‘จโ€โค๏ธโ€๐Ÿ‘จ", - "couplekiss": "๐Ÿ’", - "kiss_woman_man": "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ", - "kiss_ww": "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ", - "couplekiss_ww": "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ", - "kiss_mm": "๐Ÿ‘จโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ", - "couplekiss_mm": "๐Ÿ‘จโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ", - "family": "๐Ÿ‘ช", - "family_man_woman_boy": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ", - "family_mwg": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ง", - "family_mwgb": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ", - "family_mwbb": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ", - "family_mwgg": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง", - "family_wwb": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ", - "family_wwg": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ง", - "family_wwgb": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ", - "family_wwbb": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ", - "family_wwgg": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง", - "family_mmb": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆ", - "family_mmg": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ง", - "family_mmgb": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ", - "family_mmbb": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ", - "family_mmgg": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง", - "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": "๐Ÿงฅ", - "lab_coat": "๐Ÿฅผ", - "safety_vest": "๐Ÿฆบ", - "womans_clothes": "๐Ÿ‘š", - "shirt": "๐Ÿ‘•", - "jeans": "๐Ÿ‘–", - "briefs": "๐Ÿฉฒ", - "shorts": "๐Ÿฉณ", - "necktie": "๐Ÿ‘”", - "dress": "๐Ÿ‘—", - "bikini": "๐Ÿ‘™", - "one_piece_swimsuit": "๐Ÿฉฑ", - "kimono": "๐Ÿ‘˜", - "sari": "๐Ÿฅป", - "womans_flat_shoe": "๐Ÿฅฟ", - "high_heel": "๐Ÿ‘ ", - "sandal": "๐Ÿ‘ก", - "boot": "๐Ÿ‘ข", - "mans_shoe": "๐Ÿ‘ž", - "athletic_shoe": "๐Ÿ‘Ÿ", - "hiking_boot": "๐Ÿฅพ", - "thong_sandal": "๐Ÿฉด", - "socks": "๐Ÿงฆ", - "gloves": "๐Ÿงค", - "scarf": "๐Ÿงฃ", - "tophat": "๐ŸŽฉ", - "billed_cap": "๐Ÿงข", - "womans_hat": "๐Ÿ‘’", - "mortar_board": "๐ŸŽ“", - "helmet_with_cross": "โ›‘๏ธ", - "helmet_with_white_cross": "โ›‘๏ธ", - "military_helmet": "๐Ÿช–", - "crown": "๐Ÿ‘‘", - "ring": "๐Ÿ’", - "pouch": "๐Ÿ‘", - "purse": "๐Ÿ‘›", - "handbag": "๐Ÿ‘œ", - "briefcase": "๐Ÿ’ผ", - "school_satchel": "๐ŸŽ’", - "luggage": "๐Ÿงณ", - "eyeglasses": "๐Ÿ‘“", - "dark_sunglasses": "๐Ÿ•ถ๏ธ", - "goggles": "๐Ÿฅฝ", - "closed_umbrella": "๐ŸŒ‚", - "dog": "๐Ÿถ", - "cat": "๐Ÿฑ", - "mouse": "๐Ÿญ", - "hamster": "๐Ÿน", - "rabbit": "๐Ÿฐ", - "fox": "๐ŸฆŠ", - "fox_face": "๐ŸฆŠ", - "bear": "๐Ÿป", - "panda_face": "๐Ÿผ", - "polar_bear": "๐Ÿปโ€โ„๏ธ", - "koala": "๐Ÿจ", - "tiger": "๐Ÿฏ", - "lion_face": "๐Ÿฆ", - "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": "๐Ÿฆ†", - "dodo": "๐Ÿฆค", - "eagle": "๐Ÿฆ…", - "owl": "๐Ÿฆ‰", - "bat": "๐Ÿฆ‡", - "wolf": "๐Ÿบ", - "boar": "๐Ÿ—", - "horse": "๐Ÿด", - "unicorn": "๐Ÿฆ„", - "unicorn_face": "๐Ÿฆ„", - "bee": "๐Ÿ", - "bug": "๐Ÿ›", - "butterfly": "๐Ÿฆ‹", - "snail": "๐ŸŒ", - "worm": "๐Ÿชฑ", - "lady_beetle": "๐Ÿž", - "ant": "๐Ÿœ", - "fly": "๐Ÿชฐ", - "mosquito": "๐ŸฆŸ", - "cockroach": "๐Ÿชณ", - "beetle": "๐Ÿชฒ", - "cricket": "๐Ÿฆ—", - "spider": "๐Ÿ•ท๏ธ", - "spider_web": "๐Ÿ•ธ๏ธ", - "scorpion": "๐Ÿฆ‚", - "turtle": "๐Ÿข", - "snake": "๐Ÿ", - "lizard": "๐ŸฆŽ", - "t_rex": "๐Ÿฆ–", - "sauropod": "๐Ÿฆ•", - "octopus": "๐Ÿ™", - "squid": "๐Ÿฆ‘", - "shrimp": "๐Ÿฆ", - "lobster": "๐Ÿฆž", - "crab": "๐Ÿฆ€", - "blowfish": "๐Ÿก", - "tropical_fish": "๐Ÿ ", - "fish": "๐ŸŸ", - "seal": "๐Ÿฆญ", - "dolphin": "๐Ÿฌ", - "whale": "๐Ÿณ", - "whale2": "๐Ÿ‹", - "shark": "๐Ÿฆˆ", - "crocodile": "๐ŸŠ", - "tiger2": "๐Ÿ…", - "leopard": "๐Ÿ†", - "zebra": "๐Ÿฆ“", - "gorilla": "๐Ÿฆ", - "orangutan": "๐Ÿฆง", - "elephant": "๐Ÿ˜", - "mammoth": "๐Ÿฆฃ", - "bison": "๐Ÿฆฌ", - "hippopotamus": "๐Ÿฆ›", - "rhino": "๐Ÿฆ", - "rhinoceros": "๐Ÿฆ", - "dromedary_camel": "๐Ÿช", - "camel": "๐Ÿซ", - "giraffe": "๐Ÿฆ’", - "kangaroo": "๐Ÿฆ˜", - "water_buffalo": "๐Ÿƒ", - "ox": "๐Ÿ‚", - "cow2": "๐Ÿ„", - "racehorse": "๐ŸŽ", - "pig2": "๐Ÿ–", - "ram": "๐Ÿ", - "sheep": "๐Ÿ‘", - "llama": "๐Ÿฆ™", - "goat": "๐Ÿ", - "deer": "๐ŸฆŒ", - "dog2": "๐Ÿ•", - "poodle": "๐Ÿฉ", - "guide_dog": "๐Ÿฆฎ", - "service_dog": "๐Ÿ•โ€๐Ÿฆบ", - "cat2": "๐Ÿˆ", - "black_cat": "๐Ÿˆโ€โฌ›", - "rooster": "๐Ÿ“", - "turkey": "๐Ÿฆƒ", - "peacock": "๐Ÿฆš", - "parrot": "๐Ÿฆœ", - "swan": "๐Ÿฆข", - "flamingo": "๐Ÿฆฉ", - "dove": "๐Ÿ•Š๏ธ", - "dove_of_peace": "๐Ÿ•Š๏ธ", - "rabbit2": "๐Ÿ‡", - "raccoon": "๐Ÿฆ", - "skunk": "๐Ÿฆจ", - "badger": "๐Ÿฆก", - "beaver": "๐Ÿฆซ", - "otter": "๐Ÿฆฆ", - "sloth": "๐Ÿฆฅ", - "mouse2": "๐Ÿ", - "rat": "๐Ÿ€", - "chipmunk": "๐Ÿฟ๏ธ", - "hedgehog": "๐Ÿฆ”", - "feet": "๐Ÿพ", - "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": "๐Ÿ", - "feather": "๐Ÿชถ", - "mushroom": "๐Ÿ„", - "shell": "๐Ÿš", - "rock": "๐Ÿชจ", - "wood": "๐Ÿชต", - "ear_of_rice": "๐ŸŒพ", - "potted_plant": "๐Ÿชด", - "bouquet": "๐Ÿ’", - "tulip": "๐ŸŒท", - "rose": "๐ŸŒน", - "wilted_rose": "๐Ÿฅ€", - "wilted_flower": "๐Ÿฅ€", - "wink": "๐Ÿ˜‰", - "unamused": "๐Ÿ˜’", - "sweat_smile": "๐Ÿ˜…", - "sweat": "๐Ÿ˜“", - "sunglasses": "๐Ÿ˜Ž", - "stuck_out_tongue": "๐Ÿ˜›", - "sob": "๐Ÿ˜ญ", - "smiling_imp": "๐Ÿ˜ˆ", - "slight_smile": "๐Ÿ™‚", - "pensive": "๐Ÿ˜”", - "angry": "๐Ÿ˜ ", - "blush": "๐Ÿ˜Š", - "confused": "๐Ÿ˜•", - "cry": "๐Ÿ˜ข", - "frowning": "๐Ÿ˜ฆ", - "frowning2": "โ˜น๏ธ", - "imp": "๐Ÿ‘ฟ", - "innocent": "๐Ÿ˜‡", - "joy": "๐Ÿ˜‚", - "kissing": "๐Ÿ˜—", - "laughing": "๐Ÿ˜†", - "neutral_face": "๐Ÿ˜", - "open_mouth": "๐Ÿ˜ฎ", - "rage": "๐Ÿ˜ก", - "smile": "๐Ÿ˜„", - "stuck_out_tongue_winking_eye": "๐Ÿ˜œ", - "hibiscus": "๐ŸŒบ", - "cherry_blossom": "๐ŸŒธ", - "blossom": "๐ŸŒผ", - "sunflower": "๐ŸŒป", - "sun_with_face": "๐ŸŒž", - "full_moon_with_face": "๐ŸŒ", - "first_quarter_moon_with_face": "๐ŸŒ›", - "last_quarter_moon_with_face": "๐ŸŒœ", - "new_moon_with_face": "๐ŸŒš", - "full_moon": "๐ŸŒ•", - "waning_gibbous_moon": "๐ŸŒ–", - "last_quarter_moon": "๐ŸŒ—", - "waning_crescent_moon": "๐ŸŒ˜", - "new_moon": "๐ŸŒ‘", - "waxing_crescent_moon": "๐ŸŒ’", - "first_quarter_moon": "๐ŸŒ“", - "waxing_gibbous_moon": "๐ŸŒ”", - "crescent_moon": "๐ŸŒ™", - "earth_americas": "๐ŸŒŽ", - "earth_africa": "๐ŸŒ", - "earth_asia": "๐ŸŒ", - "ringed_planet": "๐Ÿช", - "dizzy": "๐Ÿ’ซ", - "star": "โญ", - "star2": "๐ŸŒŸ", - "sparkles": "โœจ", - "zap": "โšก", - "comet": "โ˜„๏ธ", - "boom": "๐Ÿ’ฅ", - "fire": "๐Ÿ”ฅ", - "flame": "๐Ÿ”ฅ", - "cloud_tornado": "๐ŸŒช๏ธ", - "cloud_with_tornado": "๐ŸŒช๏ธ", - "rainbow": "๐ŸŒˆ", - "sunny": "โ˜€๏ธ", - "white_sun_small_cloud": "๐ŸŒค๏ธ", - "white_sun_with_small_cloud": "๐ŸŒค๏ธ", - "partly_sunny": "โ›…", - "white_sun_cloud": "๐ŸŒฅ๏ธ", - "white_sun_behind_cloud": "๐ŸŒฅ๏ธ", - "cloud": "โ˜๏ธ", - "white_sun_rain_cloud": "๐ŸŒฆ๏ธ", - "white_sun_behind_cloud_with_rain": "๐ŸŒฆ๏ธ", - "cloud_rain": "๐ŸŒง๏ธ", - "cloud_with_rain": "๐ŸŒง๏ธ", - "thunder_cloud_rain": "โ›ˆ๏ธ", - "thunder_cloud_and_rain": "โ›ˆ๏ธ", - "cloud_lightning": "๐ŸŒฉ๏ธ", - "cloud_with_lightning": "๐ŸŒฉ๏ธ", - "cloud_snow": "๐ŸŒจ๏ธ", - "cloud_with_snow": "๐ŸŒจ๏ธ", - "snowflake": "โ„๏ธ", - "snowman2": "โ˜ƒ๏ธ", - "snowman": "โ›„", - "wind_blowing_face": "๐ŸŒฌ๏ธ", - "dash": "๐Ÿ’จ", - "droplet": "๐Ÿ’ง", - "sweat_drops": "๐Ÿ’ฆ", - "umbrella": "โ˜”", - "umbrella2": "โ˜‚๏ธ", - "ocean": "๐ŸŒŠ", - "fog": "๐ŸŒซ๏ธ", - "green_apple": "๐Ÿ", - "apple": "๐ŸŽ", - "pear": "๐Ÿ", - "tangerine": "๐ŸŠ", - "lemon": "๐Ÿ‹", - "banana": "๐ŸŒ", - "watermelon": "๐Ÿ‰", - "grapes": "๐Ÿ‡", - "blueberries": "๐Ÿซ", - "strawberry": "๐Ÿ“", - "melon": "๐Ÿˆ", - "cherries": "๐Ÿ’", - "peach": "๐Ÿ‘", - "mango": "๐Ÿฅญ", - "pineapple": "๐Ÿ", - "coconut": "๐Ÿฅฅ", - "kiwi": "๐Ÿฅ", - "kiwifruit": "๐Ÿฅ", - "tomato": "๐Ÿ…", - "eggplant": "๐Ÿ†", - "avocado": "๐Ÿฅ‘", - "olive": "๐Ÿซ’", - "broccoli": "๐Ÿฅฆ", - "leafy_green": "๐Ÿฅฌ", - "bell_pepper": "๐Ÿซ‘", - "cucumber": "๐Ÿฅ’", - "hot_pepper": "๐ŸŒถ๏ธ", - "corn": "๐ŸŒฝ", - "carrot": "๐Ÿฅ•", - "garlic": "๐Ÿง„", - "onion": "๐Ÿง…", - "potato": "๐Ÿฅ”", - "sweet_potato": "๐Ÿ ", - "croissant": "๐Ÿฅ", - "bagel": "๐Ÿฅฏ", - "bread": "๐Ÿž", - "french_bread": "๐Ÿฅ–", - "baguette_bread": "๐Ÿฅ–", - "flatbread": "๐Ÿซ“", - "pretzel": "๐Ÿฅจ", - "cheese": "๐Ÿง€", - "cheese_wedge": "๐Ÿง€", - "egg": "๐Ÿฅš", - "cooking": "๐Ÿณ", - "butter": "๐Ÿงˆ", - "pancakes": "๐Ÿฅž", - "waffle": "๐Ÿง‡", - "bacon": "๐Ÿฅ“", - "cut_of_meat": "๐Ÿฅฉ", - "poultry_leg": "๐Ÿ—", - "meat_on_bone": "๐Ÿ–", - "hotdog": "๐ŸŒญ", - "hot_dog": "๐ŸŒญ", - "hamburger": "๐Ÿ”", - "fries": "๐ŸŸ", - "pizza": "๐Ÿ•", - "sandwich": "๐Ÿฅช", - "stuffed_flatbread": "๐Ÿฅ™", - "stuffed_pita": "๐Ÿฅ™", - "falafel": "๐Ÿง†", - "taco": "๐ŸŒฎ", - "burrito": "๐ŸŒฏ", - "tamale": "๐Ÿซ”", - "salad": "๐Ÿฅ—", - "green_salad": "๐Ÿฅ—", - "shallow_pan_of_food": "๐Ÿฅ˜", - "paella": "๐Ÿฅ˜", - "fondue": "๐Ÿซ•", - "canned_food": "๐Ÿฅซ", - "spaghetti": "๐Ÿ", - "ramen": "๐Ÿœ", - "stew": "๐Ÿฒ", - "curry": "๐Ÿ›", - "sushi": "๐Ÿฃ", - "bento": "๐Ÿฑ", - "dumpling": "๐ŸฅŸ", - "oyster": "๐Ÿฆช", - "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": "๐Ÿฎ", - "pudding": "๐Ÿฎ", - "flan": "๐Ÿฎ", - "lollipop": "๐Ÿญ", - "candy": "๐Ÿฌ", - "chocolate_bar": "๐Ÿซ", - "popcorn": "๐Ÿฟ", - "doughnut": "๐Ÿฉ", - "cookie": "๐Ÿช", - "chestnut": "๐ŸŒฐ", - "peanuts": "๐Ÿฅœ", - "shelled_peanut": "๐Ÿฅœ", - "honey_pot": "๐Ÿฏ", - "milk": "๐Ÿฅ›", - "glass_of_milk": "๐Ÿฅ›", - "baby_bottle": "๐Ÿผ", - "coffee": "โ˜•", - "tea": "๐Ÿต", - "teapot": "๐Ÿซ–", - "mate": "๐Ÿง‰", - "bubble_tea": "๐Ÿง‹", - "beverage_box": "๐Ÿงƒ", - "cup_with_straw": "๐Ÿฅค", - "sake": "๐Ÿถ", - "beer": "๐Ÿบ", - "beers": "๐Ÿป", - "champagne_glass": "๐Ÿฅ‚", - "clinking_glass": "๐Ÿฅ‚", - "wine_glass": "๐Ÿท", - "tumbler_glass": "๐Ÿฅƒ", - "whisky": "๐Ÿฅƒ", - "cocktail": "๐Ÿธ", - "tropical_drink": "๐Ÿน", - "champagne": "๐Ÿพ", - "bottle_with_popping_cork": "๐Ÿพ", - "ice_cube": "๐ŸงŠ", - "spoon": "๐Ÿฅ„", - "fork_and_knife": "๐Ÿด", - "fork_knife_plate": "๐Ÿฝ๏ธ", - "fork_and_knife_with_plate": "๐Ÿฝ๏ธ", - "bowl_with_spoon": "๐Ÿฅฃ", - "takeout_box": "๐Ÿฅก", - "chopsticks": "๐Ÿฅข", - "salt": "๐Ÿง‚", - "soccer": "โšฝ", - "basketball": "๐Ÿ€", - "football": "๐Ÿˆ", - "baseball": "โšพ", - "softball": "๐ŸฅŽ", - "tennis": "๐ŸŽพ", - "volleyball": "๐Ÿ", - "rugby_football": "๐Ÿ‰", - "flying_disc": "๐Ÿฅ", - "boomerang": "๐Ÿชƒ", - "8ball": "๐ŸŽฑ", - "yo_yo": "๐Ÿช€", - "ping_pong": "๐Ÿ“", - "table_tennis": "๐Ÿ“", - "badminton": "๐Ÿธ", - "hockey": "๐Ÿ’", - "field_hockey": "๐Ÿ‘", - "lacrosse": "๐Ÿฅ", - "cricket_game": "๐Ÿ", - "cricket_bat_ball": "๐Ÿ", - "goal": "๐Ÿฅ…", - "goal_net": "๐Ÿฅ…", - "golf": "โ›ณ", - "kite": "๐Ÿช", - "bow_and_arrow": "๐Ÿน", - "archery": "๐Ÿน", - "fishing_pole_and_fish": "๐ŸŽฃ", - "diving_mask": "๐Ÿคฟ", - "boxing_glove": "๐ŸฅŠ", - "boxing_gloves": "๐ŸฅŠ", - "martial_arts_uniform": "๐Ÿฅ‹", - "karate_uniform": "๐Ÿฅ‹", - "running_shirt_with_sash": "๐ŸŽฝ", - "skateboard": "๐Ÿ›น", - "roller_skate": "๐Ÿ›ผ", - "sled": "๐Ÿ›ท", - "ice_skate": "โ›ธ๏ธ", - "curling_stone": "๐ŸฅŒ", - "ski": "๐ŸŽฟ", - "skier": "โ›ท๏ธ", - "snowboarder": "๐Ÿ‚", - "snowboarder_tone1": "๐Ÿ‚๐Ÿป", - "snowboarder_light_skin_tone": "๐Ÿ‚๐Ÿป", - "snowboarder_tone2": "๐Ÿ‚๐Ÿผ", - "snowboarder_medium_light_skin_tone": "๐Ÿ‚๐Ÿผ", - "snowboarder_tone3": "๐Ÿ‚๐Ÿฝ", - "snowboarder_medium_skin_tone": "๐Ÿ‚๐Ÿฝ", - "snowboarder_tone4": "๐Ÿ‚๐Ÿพ", - "snowboarder_medium_dark_skin_tone": "๐Ÿ‚๐Ÿพ", - "snowboarder_tone5": "๐Ÿ‚๐Ÿฟ", - "snowboarder_dark_skin_tone": "๐Ÿ‚๐Ÿฟ", - "parachute": "๐Ÿช‚", - "person_lifting_weights": "๐Ÿ‹๏ธ", - "lifter": "๐Ÿ‹๏ธ", - "weight_lifter": "๐Ÿ‹๏ธ", - "person_lifting_weights_tone1": "๐Ÿ‹๐Ÿป", - "lifter_tone1": "๐Ÿ‹๐Ÿป", - "weight_lifter_tone1": "๐Ÿ‹๐Ÿป", - "person_lifting_weights_tone2": "๐Ÿ‹๐Ÿผ", - "lifter_tone2": "๐Ÿ‹๐Ÿผ", - "weight_lifter_tone2": "๐Ÿ‹๐Ÿผ", - "person_lifting_weights_tone3": "๐Ÿ‹๐Ÿฝ", - "lifter_tone3": "๐Ÿ‹๐Ÿฝ", - "weight_lifter_tone3": "๐Ÿ‹๐Ÿฝ", - "person_lifting_weights_tone4": "๐Ÿ‹๐Ÿพ", - "lifter_tone4": "๐Ÿ‹๐Ÿพ", - "weight_lifter_tone4": "๐Ÿ‹๐Ÿพ", - "person_lifting_weights_tone5": "๐Ÿ‹๐Ÿฟ", - "lifter_tone5": "๐Ÿ‹๐Ÿฟ", - "weight_lifter_tone5": "๐Ÿ‹๐Ÿฟ", - "woman_lifting_weights": "๐Ÿ‹๏ธโ€โ™€๏ธ", - "woman_lifting_weights_tone1": "๐Ÿ‹๐Ÿปโ€โ™€๏ธ", - "woman_lifting_weights_light_skin_tone": "๐Ÿ‹๐Ÿปโ€โ™€๏ธ", - "woman_lifting_weights_tone2": "๐Ÿ‹๐Ÿผโ€โ™€๏ธ", - "woman_lifting_weights_medium_light_skin_tone": "๐Ÿ‹๐Ÿผโ€โ™€๏ธ", - "woman_lifting_weights_tone3": "๐Ÿ‹๐Ÿฝโ€โ™€๏ธ", - "woman_lifting_weights_medium_skin_tone": "๐Ÿ‹๐Ÿฝโ€โ™€๏ธ", - "woman_lifting_weights_tone4": "๐Ÿ‹๐Ÿพโ€โ™€๏ธ", - "woman_lifting_weights_medium_dark_skin_tone": "๐Ÿ‹๐Ÿพโ€โ™€๏ธ", - "woman_lifting_weights_tone5": "๐Ÿ‹๐Ÿฟโ€โ™€๏ธ", - "woman_lifting_weights_dark_skin_tone": "๐Ÿ‹๐Ÿฟโ€โ™€๏ธ", - "man_lifting_weights": "๐Ÿ‹๏ธโ€โ™‚๏ธ", - "man_lifting_weights_tone1": "๐Ÿ‹๐Ÿปโ€โ™‚๏ธ", - "man_lifting_weights_light_skin_tone": "๐Ÿ‹๐Ÿปโ€โ™‚๏ธ", - "man_lifting_weights_tone2": "๐Ÿ‹๐Ÿผโ€โ™‚๏ธ", - "man_lifting_weights_medium_light_skin_tone": "๐Ÿ‹๐Ÿผโ€โ™‚๏ธ", - "man_lifting_weights_tone3": "๐Ÿ‹๐Ÿฝโ€โ™‚๏ธ", - "man_lifting_weights_medium_skin_tone": "๐Ÿ‹๐Ÿฝโ€โ™‚๏ธ", - "man_lifting_weights_tone4": "๐Ÿ‹๐Ÿพโ€โ™‚๏ธ", - "man_lifting_weights_medium_dark_skin_tone": "๐Ÿ‹๐Ÿพโ€โ™‚๏ธ", - "man_lifting_weights_tone5": "๐Ÿ‹๐Ÿฟโ€โ™‚๏ธ", - "man_lifting_weights_dark_skin_tone": "๐Ÿ‹๐Ÿฟโ€โ™‚๏ธ", - "people_wrestling": "๐Ÿคผ", - "wrestlers": "๐Ÿคผ", - "wrestling": "๐Ÿคผ", - "women_wrestling": "๐Ÿคผโ€โ™€๏ธ", - "men_wrestling": "๐Ÿคผโ€โ™‚๏ธ", - "person_doing_cartwheel": "๐Ÿคธ", - "cartwheel": "๐Ÿคธ", - "person_doing_cartwheel_tone1": "๐Ÿคธ๐Ÿป", - "cartwheel_tone1": "๐Ÿคธ๐Ÿป", - "person_doing_cartwheel_tone2": "๐Ÿคธ๐Ÿผ", - "cartwheel_tone2": "๐Ÿคธ๐Ÿผ", - "person_doing_cartwheel_tone3": "๐Ÿคธ๐Ÿฝ", - "cartwheel_tone3": "๐Ÿคธ๐Ÿฝ", - "person_doing_cartwheel_tone4": "๐Ÿคธ๐Ÿพ", - "cartwheel_tone4": "๐Ÿคธ๐Ÿพ", - "person_doing_cartwheel_tone5": "๐Ÿคธ๐Ÿฟ", - "cartwheel_tone5": "๐Ÿคธ๐Ÿฟ", - "woman_cartwheeling": "๐Ÿคธโ€โ™€๏ธ", - "woman_cartwheeling_tone1": "๐Ÿคธ๐Ÿปโ€โ™€๏ธ", - "woman_cartwheeling_light_skin_tone": "๐Ÿคธ๐Ÿปโ€โ™€๏ธ", - "woman_cartwheeling_tone2": "๐Ÿคธ๐Ÿผโ€โ™€๏ธ", - "woman_cartwheeling_medium_light_skin_tone": "๐Ÿคธ๐Ÿผโ€โ™€๏ธ", - "woman_cartwheeling_tone3": "๐Ÿคธ๐Ÿฝโ€โ™€๏ธ", - "woman_cartwheeling_medium_skin_tone": "๐Ÿคธ๐Ÿฝโ€โ™€๏ธ", - "woman_cartwheeling_tone4": "๐Ÿคธ๐Ÿพโ€โ™€๏ธ", - "woman_cartwheeling_medium_dark_skin_tone": "๐Ÿคธ๐Ÿพโ€โ™€๏ธ", - "woman_cartwheeling_tone5": "๐Ÿคธ๐Ÿฟโ€โ™€๏ธ", - "woman_cartwheeling_dark_skin_tone": "๐Ÿคธ๐Ÿฟโ€โ™€๏ธ", - "man_cartwheeling": "๐Ÿคธโ€โ™‚๏ธ", - "man_cartwheeling_tone1": "๐Ÿคธ๐Ÿปโ€โ™‚๏ธ", - "man_cartwheeling_light_skin_tone": "๐Ÿคธ๐Ÿปโ€โ™‚๏ธ", - "man_cartwheeling_tone2": "๐Ÿคธ๐Ÿผโ€โ™‚๏ธ", - "man_cartwheeling_medium_light_skin_tone": "๐Ÿคธ๐Ÿผโ€โ™‚๏ธ", - "man_cartwheeling_tone3": "๐Ÿคธ๐Ÿฝโ€โ™‚๏ธ", - "man_cartwheeling_medium_skin_tone": "๐Ÿคธ๐Ÿฝโ€โ™‚๏ธ", - "man_cartwheeling_tone4": "๐Ÿคธ๐Ÿพโ€โ™‚๏ธ", - "man_cartwheeling_medium_dark_skin_tone": "๐Ÿคธ๐Ÿพโ€โ™‚๏ธ", - "man_cartwheeling_tone5": "๐Ÿคธ๐Ÿฟโ€โ™‚๏ธ", - "man_cartwheeling_dark_skin_tone": "๐Ÿคธ๐Ÿฟโ€โ™‚๏ธ", - "person_bouncing_ball": "โ›น๏ธ", - "basketball_player": "โ›น๏ธ", - "person_with_ball": "โ›น๏ธ", - "person_bouncing_ball_tone1": "โ›น๐Ÿป", - "basketball_player_tone1": "โ›น๐Ÿป", - "person_with_ball_tone1": "โ›น๐Ÿป", - "person_bouncing_ball_tone2": "โ›น๐Ÿผ", - "basketball_player_tone2": "โ›น๐Ÿผ", - "person_with_ball_tone2": "โ›น๐Ÿผ", - "person_bouncing_ball_tone3": "โ›น๐Ÿฝ", - "basketball_player_tone3": "โ›น๐Ÿฝ", - "person_with_ball_tone3": "โ›น๐Ÿฝ", - "person_bouncing_ball_tone4": "โ›น๐Ÿพ", - "basketball_player_tone4": "โ›น๐Ÿพ", - "person_with_ball_tone4": "โ›น๐Ÿพ", - "person_bouncing_ball_tone5": "โ›น๐Ÿฟ", - "basketball_player_tone5": "โ›น๐Ÿฟ", - "person_with_ball_tone5": "โ›น๐Ÿฟ", - "woman_bouncing_ball": "โ›น๏ธโ€โ™€๏ธ", - "woman_bouncing_ball_tone1": "โ›น๐Ÿปโ€โ™€๏ธ", - "woman_bouncing_ball_light_skin_tone": "โ›น๐Ÿปโ€โ™€๏ธ", - "woman_bouncing_ball_tone2": "โ›น๐Ÿผโ€โ™€๏ธ", - "woman_bouncing_ball_medium_light_skin_tone": "โ›น๐Ÿผโ€โ™€๏ธ", - "woman_bouncing_ball_tone3": "โ›น๐Ÿฝโ€โ™€๏ธ", - "woman_bouncing_ball_medium_skin_tone": "โ›น๐Ÿฝโ€โ™€๏ธ", - "woman_bouncing_ball_tone4": "โ›น๐Ÿพโ€โ™€๏ธ", - "woman_bouncing_ball_medium_dark_skin_tone": "โ›น๐Ÿพโ€โ™€๏ธ", - "woman_bouncing_ball_tone5": "โ›น๐Ÿฟโ€โ™€๏ธ", - "woman_bouncing_ball_dark_skin_tone": "โ›น๐Ÿฟโ€โ™€๏ธ", - "man_bouncing_ball": "โ›น๏ธโ€โ™‚๏ธ", - "man_bouncing_ball_tone1": "โ›น๐Ÿปโ€โ™‚๏ธ", - "man_bouncing_ball_light_skin_tone": "โ›น๐Ÿปโ€โ™‚๏ธ", - "man_bouncing_ball_tone2": "โ›น๐Ÿผโ€โ™‚๏ธ", - "man_bouncing_ball_medium_light_skin_tone": "โ›น๐Ÿผโ€โ™‚๏ธ", - "man_bouncing_ball_tone3": "โ›น๐Ÿฝโ€โ™‚๏ธ", - "man_bouncing_ball_medium_skin_tone": "โ›น๐Ÿฝโ€โ™‚๏ธ", - "man_bouncing_ball_tone4": "โ›น๐Ÿพโ€โ™‚๏ธ", - "man_bouncing_ball_medium_dark_skin_tone": "โ›น๐Ÿพโ€โ™‚๏ธ", - "man_bouncing_ball_tone5": "โ›น๐Ÿฟโ€โ™‚๏ธ", - "man_bouncing_ball_dark_skin_tone": "โ›น๐Ÿฟโ€โ™‚๏ธ", - "person_fencing": "๐Ÿคบ", - "fencer": "๐Ÿคบ", - "fencing": "๐Ÿคบ", - "person_playing_handball": "๐Ÿคพ", - "handball": "๐Ÿคพ", - "person_playing_handball_tone1": "๐Ÿคพ๐Ÿป", - "handball_tone1": "๐Ÿคพ๐Ÿป", - "person_playing_handball_tone2": "๐Ÿคพ๐Ÿผ", - "handball_tone2": "๐Ÿคพ๐Ÿผ", - "person_playing_handball_tone3": "๐Ÿคพ๐Ÿฝ", - "handball_tone3": "๐Ÿคพ๐Ÿฝ", - "person_playing_handball_tone4": "๐Ÿคพ๐Ÿพ", - "handball_tone4": "๐Ÿคพ๐Ÿพ", - "person_playing_handball_tone5": "๐Ÿคพ๐Ÿฟ", - "handball_tone5": "๐Ÿคพ๐Ÿฟ", - "woman_playing_handball": "๐Ÿคพโ€โ™€๏ธ", - "woman_playing_handball_tone1": "๐Ÿคพ๐Ÿปโ€โ™€๏ธ", - "woman_playing_handball_light_skin_tone": "๐Ÿคพ๐Ÿปโ€โ™€๏ธ", - "woman_playing_handball_tone2": "๐Ÿคพ๐Ÿผโ€โ™€๏ธ", - "woman_playing_handball_medium_light_skin_tone": "๐Ÿคพ๐Ÿผโ€โ™€๏ธ", - "woman_playing_handball_tone3": "๐Ÿคพ๐Ÿฝโ€โ™€๏ธ", - "woman_playing_handball_medium_skin_tone": "๐Ÿคพ๐Ÿฝโ€โ™€๏ธ", - "woman_playing_handball_tone4": "๐Ÿคพ๐Ÿพโ€โ™€๏ธ", - "woman_playing_handball_medium_dark_skin_tone": "๐Ÿคพ๐Ÿพโ€โ™€๏ธ", - "woman_playing_handball_tone5": "๐Ÿคพ๐Ÿฟโ€โ™€๏ธ", - "woman_playing_handball_dark_skin_tone": "๐Ÿคพ๐Ÿฟโ€โ™€๏ธ", - "man_playing_handball": "๐Ÿคพโ€โ™‚๏ธ", - "man_playing_handball_tone1": "๐Ÿคพ๐Ÿปโ€โ™‚๏ธ", - "man_playing_handball_light_skin_tone": "๐Ÿคพ๐Ÿปโ€โ™‚๏ธ", - "man_playing_handball_tone2": "๐Ÿคพ๐Ÿผโ€โ™‚๏ธ", - "man_playing_handball_medium_light_skin_tone": "๐Ÿคพ๐Ÿผโ€โ™‚๏ธ", - "man_playing_handball_tone3": "๐Ÿคพ๐Ÿฝโ€โ™‚๏ธ", - "man_playing_handball_medium_skin_tone": "๐Ÿคพ๐Ÿฝโ€โ™‚๏ธ", - "man_playing_handball_tone4": "๐Ÿคพ๐Ÿพโ€โ™‚๏ธ", - "man_playing_handball_medium_dark_skin_tone": "๐Ÿคพ๐Ÿพโ€โ™‚๏ธ", - "man_playing_handball_tone5": "๐Ÿคพ๐Ÿฟโ€โ™‚๏ธ", - "man_playing_handball_dark_skin_tone": "๐Ÿคพ๐Ÿฟโ€โ™‚๏ธ", - "person_golfing": "๐ŸŒ๏ธ", - "golfer": "๐ŸŒ๏ธ", - "person_golfing_tone1": "๐ŸŒ๐Ÿป", - "person_golfing_light_skin_tone": "๐ŸŒ๐Ÿป", - "person_golfing_tone2": "๐ŸŒ๐Ÿผ", - "person_golfing_medium_light_skin_tone": "๐ŸŒ๐Ÿผ", - "person_golfing_tone3": "๐ŸŒ๐Ÿฝ", - "person_golfing_medium_skin_tone": "๐ŸŒ๐Ÿฝ", - "person_golfing_tone4": "๐ŸŒ๐Ÿพ", - "person_golfing_medium_dark_skin_tone": "๐ŸŒ๐Ÿพ", - "person_golfing_tone5": "๐ŸŒ๐Ÿฟ", - "person_golfing_dark_skin_tone": "๐ŸŒ๐Ÿฟ", - "woman_golfing": "๐ŸŒ๏ธโ€โ™€๏ธ", - "woman_golfing_tone1": "๐ŸŒ๐Ÿปโ€โ™€๏ธ", - "woman_golfing_light_skin_tone": "๐ŸŒ๐Ÿปโ€โ™€๏ธ", - "woman_golfing_tone2": "๐ŸŒ๐Ÿผโ€โ™€๏ธ", - "woman_golfing_medium_light_skin_tone": "๐ŸŒ๐Ÿผโ€โ™€๏ธ", - "woman_golfing_tone3": "๐ŸŒ๐Ÿฝโ€โ™€๏ธ", - "woman_golfing_medium_skin_tone": "๐ŸŒ๐Ÿฝโ€โ™€๏ธ", - "woman_golfing_tone4": "๐ŸŒ๐Ÿพโ€โ™€๏ธ", - "woman_golfing_medium_dark_skin_tone": "๐ŸŒ๐Ÿพโ€โ™€๏ธ", - "woman_golfing_tone5": "๐ŸŒ๐Ÿฟโ€โ™€๏ธ", - "woman_golfing_dark_skin_tone": "๐ŸŒ๐Ÿฟโ€โ™€๏ธ", - "man_golfing": "๐ŸŒ๏ธโ€โ™‚๏ธ", - "man_golfing_tone1": "๐ŸŒ๐Ÿปโ€โ™‚๏ธ", - "man_golfing_light_skin_tone": "๐ŸŒ๐Ÿปโ€โ™‚๏ธ", - "man_golfing_tone2": "๐ŸŒ๐Ÿผโ€โ™‚๏ธ", - "man_golfing_medium_light_skin_tone": "๐ŸŒ๐Ÿผโ€โ™‚๏ธ", - "man_golfing_tone3": "๐ŸŒ๐Ÿฝโ€โ™‚๏ธ", - "man_golfing_medium_skin_tone": "๐ŸŒ๐Ÿฝโ€โ™‚๏ธ", - "man_golfing_tone4": "๐ŸŒ๐Ÿพโ€โ™‚๏ธ", - "man_golfing_medium_dark_skin_tone": "๐ŸŒ๐Ÿพโ€โ™‚๏ธ", - "man_golfing_tone5": "๐ŸŒ๐Ÿฟโ€โ™‚๏ธ", - "man_golfing_dark_skin_tone": "๐ŸŒ๐Ÿฟโ€โ™‚๏ธ", - "horse_racing": "๐Ÿ‡", - "horse_racing_tone1": "๐Ÿ‡๐Ÿป", - "horse_racing_tone2": "๐Ÿ‡๐Ÿผ", - "horse_racing_tone3": "๐Ÿ‡๐Ÿฝ", - "horse_racing_tone4": "๐Ÿ‡๐Ÿพ", - "horse_racing_tone5": "๐Ÿ‡๐Ÿฟ", - "person_in_lotus_position": "๐Ÿง˜", - "person_in_lotus_position_tone1": "๐Ÿง˜๐Ÿป", - "person_in_lotus_position_light_skin_tone": "๐Ÿง˜๐Ÿป", - "person_in_lotus_position_tone2": "๐Ÿง˜๐Ÿผ", - "person_in_lotus_position_medium_light_skin_tone": "๐Ÿง˜๐Ÿผ", - "person_in_lotus_position_tone3": "๐Ÿง˜๐Ÿฝ", - "person_in_lotus_position_medium_skin_tone": "๐Ÿง˜๐Ÿฝ", - "person_in_lotus_position_tone4": "๐Ÿง˜๐Ÿพ", - "person_in_lotus_position_medium_dark_skin_tone": "๐Ÿง˜๐Ÿพ", - "person_in_lotus_position_tone5": "๐Ÿง˜๐Ÿฟ", - "person_in_lotus_position_dark_skin_tone": "๐Ÿง˜๐Ÿฟ", - "woman_in_lotus_position": "๐Ÿง˜โ€โ™€๏ธ", - "woman_in_lotus_position_tone1": "๐Ÿง˜๐Ÿปโ€โ™€๏ธ", - "woman_in_lotus_position_light_skin_tone": "๐Ÿง˜๐Ÿปโ€โ™€๏ธ", - "woman_in_lotus_position_tone2": "๐Ÿง˜๐Ÿผโ€โ™€๏ธ", - "woman_in_lotus_position_medium_light_skin_tone": "๐Ÿง˜๐Ÿผโ€โ™€๏ธ", - "woman_in_lotus_position_tone3": "๐Ÿง˜๐Ÿฝโ€โ™€๏ธ", - "woman_in_lotus_position_medium_skin_tone": "๐Ÿง˜๐Ÿฝโ€โ™€๏ธ", - "woman_in_lotus_position_tone4": "๐Ÿง˜๐Ÿพโ€โ™€๏ธ", - "woman_in_lotus_position_medium_dark_skin_tone": "๐Ÿง˜๐Ÿพโ€โ™€๏ธ", - "woman_in_lotus_position_tone5": "๐Ÿง˜๐Ÿฟโ€โ™€๏ธ", - "woman_in_lotus_position_dark_skin_tone": "๐Ÿง˜๐Ÿฟโ€โ™€๏ธ", - "man_in_lotus_position": "๐Ÿง˜โ€โ™‚๏ธ", - "man_in_lotus_position_tone1": "๐Ÿง˜๐Ÿปโ€โ™‚๏ธ", - "man_in_lotus_position_light_skin_tone": "๐Ÿง˜๐Ÿปโ€โ™‚๏ธ", - "man_in_lotus_position_tone2": "๐Ÿง˜๐Ÿผโ€โ™‚๏ธ", - "man_in_lotus_position_medium_light_skin_tone": "๐Ÿง˜๐Ÿผโ€โ™‚๏ธ", - "man_in_lotus_position_tone3": "๐Ÿง˜๐Ÿฝโ€โ™‚๏ธ", - "man_in_lotus_position_medium_skin_tone": "๐Ÿง˜๐Ÿฝโ€โ™‚๏ธ", - "man_in_lotus_position_tone4": "๐Ÿง˜๐Ÿพโ€โ™‚๏ธ", - "man_in_lotus_position_medium_dark_skin_tone": "๐Ÿง˜๐Ÿพโ€โ™‚๏ธ", - "man_in_lotus_position_tone5": "๐Ÿง˜๐Ÿฟโ€โ™‚๏ธ", - "man_in_lotus_position_dark_skin_tone": "๐Ÿง˜๐Ÿฟโ€โ™‚๏ธ", - "person_surfing": "๐Ÿ„", - "surfer": "๐Ÿ„", - "person_surfing_tone1": "๐Ÿ„๐Ÿป", - "surfer_tone1": "๐Ÿ„๐Ÿป", - "person_surfing_tone2": "๐Ÿ„๐Ÿผ", - "surfer_tone2": "๐Ÿ„๐Ÿผ", - "person_surfing_tone3": "๐Ÿ„๐Ÿฝ", - "surfer_tone3": "๐Ÿ„๐Ÿฝ", - "person_surfing_tone4": "๐Ÿ„๐Ÿพ", - "surfer_tone4": "๐Ÿ„๐Ÿพ", - "person_surfing_tone5": "๐Ÿ„๐Ÿฟ", - "surfer_tone5": "๐Ÿ„๐Ÿฟ", - "woman_surfing": "๐Ÿ„โ€โ™€๏ธ", - "woman_surfing_tone1": "๐Ÿ„๐Ÿปโ€โ™€๏ธ", - "woman_surfing_light_skin_tone": "๐Ÿ„๐Ÿปโ€โ™€๏ธ", - "woman_surfing_tone2": "๐Ÿ„๐Ÿผโ€โ™€๏ธ", - "woman_surfing_medium_light_skin_tone": "๐Ÿ„๐Ÿผโ€โ™€๏ธ", - "woman_surfing_tone3": "๐Ÿ„๐Ÿฝโ€โ™€๏ธ", - "woman_surfing_medium_skin_tone": "๐Ÿ„๐Ÿฝโ€โ™€๏ธ", - "woman_surfing_tone4": "๐Ÿ„๐Ÿพโ€โ™€๏ธ", - "woman_surfing_medium_dark_skin_tone": "๐Ÿ„๐Ÿพโ€โ™€๏ธ", - "woman_surfing_tone5": "๐Ÿ„๐Ÿฟโ€โ™€๏ธ", - "woman_surfing_dark_skin_tone": "๐Ÿ„๐Ÿฟโ€โ™€๏ธ", - "man_surfing": "๐Ÿ„โ€โ™‚๏ธ", - "man_surfing_tone1": "๐Ÿ„๐Ÿปโ€โ™‚๏ธ", - "man_surfing_light_skin_tone": "๐Ÿ„๐Ÿปโ€โ™‚๏ธ", - "man_surfing_tone2": "๐Ÿ„๐Ÿผโ€โ™‚๏ธ", - "man_surfing_medium_light_skin_tone": "๐Ÿ„๐Ÿผโ€โ™‚๏ธ", - "man_surfing_tone3": "๐Ÿ„๐Ÿฝโ€โ™‚๏ธ", - "man_surfing_medium_skin_tone": "๐Ÿ„๐Ÿฝโ€โ™‚๏ธ", - "man_surfing_tone4": "๐Ÿ„๐Ÿพโ€โ™‚๏ธ", - "man_surfing_medium_dark_skin_tone": "๐Ÿ„๐Ÿพโ€โ™‚๏ธ", - "man_surfing_tone5": "๐Ÿ„๐Ÿฟโ€โ™‚๏ธ", - "man_surfing_dark_skin_tone": "๐Ÿ„๐Ÿฟโ€โ™‚๏ธ", - "person_swimming": "๐ŸŠ", - "swimmer": "๐ŸŠ", - "person_swimming_tone1": "๐ŸŠ๐Ÿป", - "swimmer_tone1": "๐ŸŠ๐Ÿป", - "person_swimming_tone2": "๐ŸŠ๐Ÿผ", - "swimmer_tone2": "๐ŸŠ๐Ÿผ", - "person_swimming_tone3": "๐ŸŠ๐Ÿฝ", - "swimmer_tone3": "๐ŸŠ๐Ÿฝ", - "person_swimming_tone4": "๐ŸŠ๐Ÿพ", - "swimmer_tone4": "๐ŸŠ๐Ÿพ", - "person_swimming_tone5": "๐ŸŠ๐Ÿฟ", - "swimmer_tone5": "๐ŸŠ๐Ÿฟ", - "woman_swimming": "๐ŸŠโ€โ™€๏ธ", - "woman_swimming_tone1": "๐ŸŠ๐Ÿปโ€โ™€๏ธ", - "woman_swimming_light_skin_tone": "๐ŸŠ๐Ÿปโ€โ™€๏ธ", - "woman_swimming_tone2": "๐ŸŠ๐Ÿผโ€โ™€๏ธ", - "woman_swimming_medium_light_skin_tone": "๐ŸŠ๐Ÿผโ€โ™€๏ธ", - "woman_swimming_tone3": "๐ŸŠ๐Ÿฝโ€โ™€๏ธ", - "woman_swimming_medium_skin_tone": "๐ŸŠ๐Ÿฝโ€โ™€๏ธ", - "woman_swimming_tone4": "๐ŸŠ๐Ÿพโ€โ™€๏ธ", - "woman_swimming_medium_dark_skin_tone": "๐ŸŠ๐Ÿพโ€โ™€๏ธ", - "woman_swimming_tone5": "๐ŸŠ๐Ÿฟโ€โ™€๏ธ", - "woman_swimming_dark_skin_tone": "๐ŸŠ๐Ÿฟโ€โ™€๏ธ", - "man_swimming": "๐ŸŠโ€โ™‚๏ธ", - "man_swimming_tone1": "๐ŸŠ๐Ÿปโ€โ™‚๏ธ", - "man_swimming_light_skin_tone": "๐ŸŠ๐Ÿปโ€โ™‚๏ธ", - "man_swimming_tone2": "๐ŸŠ๐Ÿผโ€โ™‚๏ธ", - "man_swimming_medium_light_skin_tone": "๐ŸŠ๐Ÿผโ€โ™‚๏ธ", - "man_swimming_tone3": "๐ŸŠ๐Ÿฝโ€โ™‚๏ธ", - "man_swimming_medium_skin_tone": "๐ŸŠ๐Ÿฝโ€โ™‚๏ธ", - "man_swimming_tone4": "๐ŸŠ๐Ÿพโ€โ™‚๏ธ", - "man_swimming_medium_dark_skin_tone": "๐ŸŠ๐Ÿพโ€โ™‚๏ธ", - "man_swimming_tone5": "๐ŸŠ๐Ÿฟโ€โ™‚๏ธ", - "man_swimming_dark_skin_tone": "๐ŸŠ๐Ÿฟโ€โ™‚๏ธ", - "person_playing_water_polo": "๐Ÿคฝ", - "water_polo": "๐Ÿคฝ", - "person_playing_water_polo_tone1": "๐Ÿคฝ๐Ÿป", - "water_polo_tone1": "๐Ÿคฝ๐Ÿป", - "person_playing_water_polo_tone2": "๐Ÿคฝ๐Ÿผ", - "water_polo_tone2": "๐Ÿคฝ๐Ÿผ", - "person_playing_water_polo_tone3": "๐Ÿคฝ๐Ÿฝ", - "water_polo_tone3": "๐Ÿคฝ๐Ÿฝ", - "person_playing_water_polo_tone4": "๐Ÿคฝ๐Ÿพ", - "water_polo_tone4": "๐Ÿคฝ๐Ÿพ", - "person_playing_water_polo_tone5": "๐Ÿคฝ๐Ÿฟ", - "water_polo_tone5": "๐Ÿคฝ๐Ÿฟ", - "woman_playing_water_polo": "๐Ÿคฝโ€โ™€๏ธ", - "woman_playing_water_polo_tone1": "๐Ÿคฝ๐Ÿปโ€โ™€๏ธ", - "woman_playing_water_polo_light_skin_tone": "๐Ÿคฝ๐Ÿปโ€โ™€๏ธ", - "woman_playing_water_polo_tone2": "๐Ÿคฝ๐Ÿผโ€โ™€๏ธ", - "woman_playing_water_polo_medium_light_skin_tone": "๐Ÿคฝ๐Ÿผโ€โ™€๏ธ", - "woman_playing_water_polo_tone3": "๐Ÿคฝ๐Ÿฝโ€โ™€๏ธ", - "woman_playing_water_polo_medium_skin_tone": "๐Ÿคฝ๐Ÿฝโ€โ™€๏ธ", - "woman_playing_water_polo_tone4": "๐Ÿคฝ๐Ÿพโ€โ™€๏ธ", - "woman_playing_water_polo_medium_dark_skin_tone": "๐Ÿคฝ๐Ÿพโ€โ™€๏ธ", - "woman_playing_water_polo_tone5": "๐Ÿคฝ๐Ÿฟโ€โ™€๏ธ", - "woman_playing_water_polo_dark_skin_tone": "๐Ÿคฝ๐Ÿฟโ€โ™€๏ธ", - "man_playing_water_polo": "๐Ÿคฝโ€โ™‚๏ธ", - "man_playing_water_polo_tone1": "๐Ÿคฝ๐Ÿปโ€โ™‚๏ธ", - "man_playing_water_polo_light_skin_tone": "๐Ÿคฝ๐Ÿปโ€โ™‚๏ธ", - "man_playing_water_polo_tone2": "๐Ÿคฝ๐Ÿผโ€โ™‚๏ธ", - "man_playing_water_polo_medium_light_skin_tone": "๐Ÿคฝ๐Ÿผโ€โ™‚๏ธ", - "man_playing_water_polo_tone3": "๐Ÿคฝ๐Ÿฝโ€โ™‚๏ธ", - "man_playing_water_polo_medium_skin_tone": "๐Ÿคฝ๐Ÿฝโ€โ™‚๏ธ", - "man_playing_water_polo_tone4": "๐Ÿคฝ๐Ÿพโ€โ™‚๏ธ", - "man_playing_water_polo_medium_dark_skin_tone": "๐Ÿคฝ๐Ÿพโ€โ™‚๏ธ", - "man_playing_water_polo_tone5": "๐Ÿคฝ๐Ÿฟโ€โ™‚๏ธ", - "man_playing_water_polo_dark_skin_tone": "๐Ÿคฝ๐Ÿฟโ€โ™‚๏ธ", - "person_rowing_boat": "๐Ÿšฃ", - "rowboat": "๐Ÿšฃ", - "person_rowing_boat_tone1": "๐Ÿšฃ๐Ÿป", - "rowboat_tone1": "๐Ÿšฃ๐Ÿป", - "person_rowing_boat_tone2": "๐Ÿšฃ๐Ÿผ", - "rowboat_tone2": "๐Ÿšฃ๐Ÿผ", - "person_rowing_boat_tone3": "๐Ÿšฃ๐Ÿฝ", - "rowboat_tone3": "๐Ÿšฃ๐Ÿฝ", - "person_rowing_boat_tone4": "๐Ÿšฃ๐Ÿพ", - "rowboat_tone4": "๐Ÿšฃ๐Ÿพ", - "person_rowing_boat_tone5": "๐Ÿšฃ๐Ÿฟ", - "rowboat_tone5": "๐Ÿšฃ๐Ÿฟ", - "woman_rowing_boat": "๐Ÿšฃโ€โ™€๏ธ", - "woman_rowing_boat_tone1": "๐Ÿšฃ๐Ÿปโ€โ™€๏ธ", - "woman_rowing_boat_light_skin_tone": "๐Ÿšฃ๐Ÿปโ€โ™€๏ธ", - "woman_rowing_boat_tone2": "๐Ÿšฃ๐Ÿผโ€โ™€๏ธ", - "woman_rowing_boat_medium_light_skin_tone": "๐Ÿšฃ๐Ÿผโ€โ™€๏ธ", - "woman_rowing_boat_tone3": "๐Ÿšฃ๐Ÿฝโ€โ™€๏ธ", - "woman_rowing_boat_medium_skin_tone": "๐Ÿšฃ๐Ÿฝโ€โ™€๏ธ", - "woman_rowing_boat_tone4": "๐Ÿšฃ๐Ÿพโ€โ™€๏ธ", - "woman_rowing_boat_medium_dark_skin_tone": "๐Ÿšฃ๐Ÿพโ€โ™€๏ธ", - "woman_rowing_boat_tone5": "๐Ÿšฃ๐Ÿฟโ€โ™€๏ธ", - "woman_rowing_boat_dark_skin_tone": "๐Ÿšฃ๐Ÿฟโ€โ™€๏ธ", - "man_rowing_boat": "๐Ÿšฃโ€โ™‚๏ธ", - "man_rowing_boat_tone1": "๐Ÿšฃ๐Ÿปโ€โ™‚๏ธ", - "man_rowing_boat_light_skin_tone": "๐Ÿšฃ๐Ÿปโ€โ™‚๏ธ", - "man_rowing_boat_tone2": "๐Ÿšฃ๐Ÿผโ€โ™‚๏ธ", - "man_rowing_boat_medium_light_skin_tone": "๐Ÿšฃ๐Ÿผโ€โ™‚๏ธ", - "man_rowing_boat_tone3": "๐Ÿšฃ๐Ÿฝโ€โ™‚๏ธ", - "man_rowing_boat_medium_skin_tone": "๐Ÿšฃ๐Ÿฝโ€โ™‚๏ธ", - "man_rowing_boat_tone4": "๐Ÿšฃ๐Ÿพโ€โ™‚๏ธ", - "man_rowing_boat_medium_dark_skin_tone": "๐Ÿšฃ๐Ÿพโ€โ™‚๏ธ", - "man_rowing_boat_tone5": "๐Ÿšฃ๐Ÿฟโ€โ™‚๏ธ", - "man_rowing_boat_dark_skin_tone": "๐Ÿšฃ๐Ÿฟโ€โ™‚๏ธ", - "person_climbing": "๐Ÿง—", - "person_climbing_tone1": "๐Ÿง—๐Ÿป", - "person_climbing_light_skin_tone": "๐Ÿง—๐Ÿป", - "person_climbing_tone2": "๐Ÿง—๐Ÿผ", - "person_climbing_medium_light_skin_tone": "๐Ÿง—๐Ÿผ", - "person_climbing_tone3": "๐Ÿง—๐Ÿฝ", - "person_climbing_medium_skin_tone": "๐Ÿง—๐Ÿฝ", - "person_climbing_tone4": "๐Ÿง—๐Ÿพ", - "person_climbing_medium_dark_skin_tone": "๐Ÿง—๐Ÿพ", - "person_climbing_tone5": "๐Ÿง—๐Ÿฟ", - "person_climbing_dark_skin_tone": "๐Ÿง—๐Ÿฟ", - "woman_climbing": "๐Ÿง—โ€โ™€๏ธ", - "woman_climbing_tone1": "๐Ÿง—๐Ÿปโ€โ™€๏ธ", - "woman_climbing_light_skin_tone": "๐Ÿง—๐Ÿปโ€โ™€๏ธ", - "woman_climbing_tone2": "๐Ÿง—๐Ÿผโ€โ™€๏ธ", - "woman_climbing_medium_light_skin_tone": "๐Ÿง—๐Ÿผโ€โ™€๏ธ", - "woman_climbing_tone3": "๐Ÿง—๐Ÿฝโ€โ™€๏ธ", - "woman_climbing_medium_skin_tone": "๐Ÿง—๐Ÿฝโ€โ™€๏ธ", - "woman_climbing_tone4": "๐Ÿง—๐Ÿพโ€โ™€๏ธ", - "woman_climbing_medium_dark_skin_tone": "๐Ÿง—๐Ÿพโ€โ™€๏ธ", - "woman_climbing_tone5": "๐Ÿง—๐Ÿฟโ€โ™€๏ธ", - "woman_climbing_dark_skin_tone": "๐Ÿง—๐Ÿฟโ€โ™€๏ธ", - "man_climbing": "๐Ÿง—โ€โ™‚๏ธ", - "man_climbing_tone1": "๐Ÿง—๐Ÿปโ€โ™‚๏ธ", - "man_climbing_light_skin_tone": "๐Ÿง—๐Ÿปโ€โ™‚๏ธ", - "man_climbing_tone2": "๐Ÿง—๐Ÿผโ€โ™‚๏ธ", - "man_climbing_medium_light_skin_tone": "๐Ÿง—๐Ÿผโ€โ™‚๏ธ", - "man_climbing_tone3": "๐Ÿง—๐Ÿฝโ€โ™‚๏ธ", - "man_climbing_medium_skin_tone": "๐Ÿง—๐Ÿฝโ€โ™‚๏ธ", - "man_climbing_tone4": "๐Ÿง—๐Ÿพโ€โ™‚๏ธ", - "man_climbing_medium_dark_skin_tone": "๐Ÿง—๐Ÿพโ€โ™‚๏ธ", - "man_climbing_tone5": "๐Ÿง—๐Ÿฟโ€โ™‚๏ธ", - "man_climbing_dark_skin_tone": "๐Ÿง—๐Ÿฟโ€โ™‚๏ธ", - "person_mountain_biking": "๐Ÿšต", - "mountain_bicyclist": "๐Ÿšต", - "person_mountain_biking_tone1": "๐Ÿšต๐Ÿป", - "mountain_bicyclist_tone1": "๐Ÿšต๐Ÿป", - "person_mountain_biking_tone2": "๐Ÿšต๐Ÿผ", - "mountain_bicyclist_tone2": "๐Ÿšต๐Ÿผ", - "person_mountain_biking_tone3": "๐Ÿšต๐Ÿฝ", - "mountain_bicyclist_tone3": "๐Ÿšต๐Ÿฝ", - "person_mountain_biking_tone4": "๐Ÿšต๐Ÿพ", - "mountain_bicyclist_tone4": "๐Ÿšต๐Ÿพ", - "person_mountain_biking_tone5": "๐Ÿšต๐Ÿฟ", - "mountain_bicyclist_tone5": "๐Ÿšต๐Ÿฟ", - "woman_mountain_biking": "๐Ÿšตโ€โ™€๏ธ", - "woman_mountain_biking_tone1": "๐Ÿšต๐Ÿปโ€โ™€๏ธ", - "woman_mountain_biking_light_skin_tone": "๐Ÿšต๐Ÿปโ€โ™€๏ธ", - "woman_mountain_biking_tone2": "๐Ÿšต๐Ÿผโ€โ™€๏ธ", - "woman_mountain_biking_medium_light_skin_tone": "๐Ÿšต๐Ÿผโ€โ™€๏ธ", - "woman_mountain_biking_tone3": "๐Ÿšต๐Ÿฝโ€โ™€๏ธ", - "woman_mountain_biking_medium_skin_tone": "๐Ÿšต๐Ÿฝโ€โ™€๏ธ", - "woman_mountain_biking_tone4": "๐Ÿšต๐Ÿพโ€โ™€๏ธ", - "woman_mountain_biking_medium_dark_skin_tone": "๐Ÿšต๐Ÿพโ€โ™€๏ธ", - "woman_mountain_biking_tone5": "๐Ÿšต๐Ÿฟโ€โ™€๏ธ", - "woman_mountain_biking_dark_skin_tone": "๐Ÿšต๐Ÿฟโ€โ™€๏ธ", - "man_mountain_biking": "๐Ÿšตโ€โ™‚๏ธ", - "man_mountain_biking_tone1": "๐Ÿšต๐Ÿปโ€โ™‚๏ธ", - "man_mountain_biking_light_skin_tone": "๐Ÿšต๐Ÿปโ€โ™‚๏ธ", - "man_mountain_biking_tone2": "๐Ÿšต๐Ÿผโ€โ™‚๏ธ", - "man_mountain_biking_medium_light_skin_tone": "๐Ÿšต๐Ÿผโ€โ™‚๏ธ", - "man_mountain_biking_tone3": "๐Ÿšต๐Ÿฝโ€โ™‚๏ธ", - "man_mountain_biking_medium_skin_tone": "๐Ÿšต๐Ÿฝโ€โ™‚๏ธ", - "man_mountain_biking_tone4": "๐Ÿšต๐Ÿพโ€โ™‚๏ธ", - "man_mountain_biking_medium_dark_skin_tone": "๐Ÿšต๐Ÿพโ€โ™‚๏ธ", - "man_mountain_biking_tone5": "๐Ÿšต๐Ÿฟโ€โ™‚๏ธ", - "man_mountain_biking_dark_skin_tone": "๐Ÿšต๐Ÿฟโ€โ™‚๏ธ", - "person_biking": "๐Ÿšด", - "bicyclist": "๐Ÿšด", - "person_biking_tone1": "๐Ÿšด๐Ÿป", - "bicyclist_tone1": "๐Ÿšด๐Ÿป", - "person_biking_tone2": "๐Ÿšด๐Ÿผ", - "bicyclist_tone2": "๐Ÿšด๐Ÿผ", - "person_biking_tone3": "๐Ÿšด๐Ÿฝ", - "bicyclist_tone3": "๐Ÿšด๐Ÿฝ", - "person_biking_tone4": "๐Ÿšด๐Ÿพ", - "bicyclist_tone4": "๐Ÿšด๐Ÿพ", - "person_biking_tone5": "๐Ÿšด๐Ÿฟ", - "bicyclist_tone5": "๐Ÿšด๐Ÿฟ", - "woman_biking": "๐Ÿšดโ€โ™€๏ธ", - "woman_biking_tone1": "๐Ÿšด๐Ÿปโ€โ™€๏ธ", - "woman_biking_light_skin_tone": "๐Ÿšด๐Ÿปโ€โ™€๏ธ", - "woman_biking_tone2": "๐Ÿšด๐Ÿผโ€โ™€๏ธ", - "woman_biking_medium_light_skin_tone": "๐Ÿšด๐Ÿผโ€โ™€๏ธ", - "woman_biking_tone3": "๐Ÿšด๐Ÿฝโ€โ™€๏ธ", - "woman_biking_medium_skin_tone": "๐Ÿšด๐Ÿฝโ€โ™€๏ธ", - "woman_biking_tone4": "๐Ÿšด๐Ÿพโ€โ™€๏ธ", - "woman_biking_medium_dark_skin_tone": "๐Ÿšด๐Ÿพโ€โ™€๏ธ", - "woman_biking_tone5": "๐Ÿšด๐Ÿฟโ€โ™€๏ธ", - "woman_biking_dark_skin_tone": "๐Ÿšด๐Ÿฟโ€โ™€๏ธ", - "man_biking": "๐Ÿšดโ€โ™‚๏ธ", - "man_biking_tone1": "๐Ÿšด๐Ÿปโ€โ™‚๏ธ", - "man_biking_light_skin_tone": "๐Ÿšด๐Ÿปโ€โ™‚๏ธ", - "man_biking_tone2": "๐Ÿšด๐Ÿผโ€โ™‚๏ธ", - "man_biking_medium_light_skin_tone": "๐Ÿšด๐Ÿผโ€โ™‚๏ธ", - "man_biking_tone3": "๐Ÿšด๐Ÿฝโ€โ™‚๏ธ", - "man_biking_medium_skin_tone": "๐Ÿšด๐Ÿฝโ€โ™‚๏ธ", - "man_biking_tone4": "๐Ÿšด๐Ÿพโ€โ™‚๏ธ", - "man_biking_medium_dark_skin_tone": "๐Ÿšด๐Ÿพโ€โ™‚๏ธ", - "man_biking_tone5": "๐Ÿšด๐Ÿฟโ€โ™‚๏ธ", - "man_biking_dark_skin_tone": "๐Ÿšด๐Ÿฟโ€โ™‚๏ธ", - "trophy": "๐Ÿ†", - "first_place": "๐Ÿฅ‡", - "first_place_medal": "๐Ÿฅ‡", - "second_place": "๐Ÿฅˆ", - "second_place_medal": "๐Ÿฅˆ", - "third_place": "๐Ÿฅ‰", - "third_place_medal": "๐Ÿฅ‰", - "medal": "๐Ÿ…", - "sports_medal": "๐Ÿ…", - "military_medal": "๐ŸŽ–๏ธ", - "rosette": "๐Ÿต๏ธ", - "reminder_ribbon": "๐ŸŽ—๏ธ", - "ticket": "๐ŸŽซ", - "tickets": "๐ŸŽŸ๏ธ", - "admission_tickets": "๐ŸŽŸ๏ธ", - "circus_tent": "๐ŸŽช", - "person_juggling": "๐Ÿคน", - "juggling": "๐Ÿคน", - "juggler": "๐Ÿคน", - "person_juggling_tone1": "๐Ÿคน๐Ÿป", - "juggling_tone1": "๐Ÿคน๐Ÿป", - "juggler_tone1": "๐Ÿคน๐Ÿป", - "person_juggling_tone2": "๐Ÿคน๐Ÿผ", - "juggling_tone2": "๐Ÿคน๐Ÿผ", - "juggler_tone2": "๐Ÿคน๐Ÿผ", - "person_juggling_tone3": "๐Ÿคน๐Ÿฝ", - "juggling_tone3": "๐Ÿคน๐Ÿฝ", - "juggler_tone3": "๐Ÿคน๐Ÿฝ", - "person_juggling_tone4": "๐Ÿคน๐Ÿพ", - "juggling_tone4": "๐Ÿคน๐Ÿพ", - "juggler_tone4": "๐Ÿคน๐Ÿพ", - "person_juggling_tone5": "๐Ÿคน๐Ÿฟ", - "juggling_tone5": "๐Ÿคน๐Ÿฟ", - "juggler_tone5": "๐Ÿคน๐Ÿฟ", - "woman_juggling": "๐Ÿคนโ€โ™€๏ธ", - "woman_juggling_tone1": "๐Ÿคน๐Ÿปโ€โ™€๏ธ", - "woman_juggling_light_skin_tone": "๐Ÿคน๐Ÿปโ€โ™€๏ธ", - "woman_juggling_tone2": "๐Ÿคน๐Ÿผโ€โ™€๏ธ", - "woman_juggling_medium_light_skin_tone": "๐Ÿคน๐Ÿผโ€โ™€๏ธ", - "woman_juggling_tone3": "๐Ÿคน๐Ÿฝโ€โ™€๏ธ", - "woman_juggling_medium_skin_tone": "๐Ÿคน๐Ÿฝโ€โ™€๏ธ", - "woman_juggling_tone4": "๐Ÿคน๐Ÿพโ€โ™€๏ธ", - "woman_juggling_medium_dark_skin_tone": "๐Ÿคน๐Ÿพโ€โ™€๏ธ", - "woman_juggling_tone5": "๐Ÿคน๐Ÿฟโ€โ™€๏ธ", - "woman_juggling_dark_skin_tone": "๐Ÿคน๐Ÿฟโ€โ™€๏ธ", - "man_juggling": "๐Ÿคนโ€โ™‚๏ธ", - "man_juggling_tone1": "๐Ÿคน๐Ÿปโ€โ™‚๏ธ", - "man_juggling_light_skin_tone": "๐Ÿคน๐Ÿปโ€โ™‚๏ธ", - "man_juggling_tone2": "๐Ÿคน๐Ÿผโ€โ™‚๏ธ", - "man_juggling_medium_light_skin_tone": "๐Ÿคน๐Ÿผโ€โ™‚๏ธ", - "man_juggling_tone3": "๐Ÿคน๐Ÿฝโ€โ™‚๏ธ", - "man_juggling_medium_skin_tone": "๐Ÿคน๐Ÿฝโ€โ™‚๏ธ", - "man_juggling_tone4": "๐Ÿคน๐Ÿพโ€โ™‚๏ธ", - "man_juggling_medium_dark_skin_tone": "๐Ÿคน๐Ÿพโ€โ™‚๏ธ", - "man_juggling_tone5": "๐Ÿคน๐Ÿฟโ€โ™‚๏ธ", - "man_juggling_dark_skin_tone": "๐Ÿคน๐Ÿฟโ€โ™‚๏ธ", - "performing_arts": "๐ŸŽญ", - "ballet_shoes": "๐Ÿฉฐ", - "art": "๐ŸŽจ", - "clapper": "๐ŸŽฌ", - "microphone": "๐ŸŽค", - "headphones": "๐ŸŽง", - "musical_score": "๐ŸŽผ", - "musical_keyboard": "๐ŸŽน", - "drum": "๐Ÿฅ", - "drum_with_drumsticks": "๐Ÿฅ", - "long_drum": "๐Ÿช˜", - "saxophone": "๐ŸŽท", - "trumpet": "๐ŸŽบ", - "guitar": "๐ŸŽธ", - "banjo": "๐Ÿช•", - "violin": "๐ŸŽป", - "accordion": "๐Ÿช—", - "game_die": "๐ŸŽฒ", - "chess_pawn": "โ™Ÿ๏ธ", - "dart": "๐ŸŽฏ", - "bowling": "๐ŸŽณ", - "video_game": "๐ŸŽฎ", - "slot_machine": "๐ŸŽฐ", - "jigsaw": "๐Ÿงฉ", - "red_car": "๐Ÿš—", - "taxi": "๐Ÿš•", - "blue_car": "๐Ÿš™", - "pickup_truck": "๐Ÿ›ป", - "bus": "๐ŸšŒ", - "trolleybus": "๐ŸšŽ", - "race_car": "๐ŸŽ๏ธ", - "racing_car": "๐ŸŽ๏ธ", - "police_car": "๐Ÿš“", - "ambulance": "๐Ÿš‘", - "fire_engine": "๐Ÿš’", - "minibus": "๐Ÿš", - "truck": "๐Ÿšš", - "articulated_lorry": "๐Ÿš›", - "tractor": "๐Ÿšœ", - "probing_cane": "๐Ÿฆฏ", - "manual_wheelchair": "๐Ÿฆฝ", - "motorized_wheelchair": "๐Ÿฆผ", - "scooter": "๐Ÿ›ด", - "bike": "๐Ÿšฒ", - "motor_scooter": "๐Ÿ›ต", - "motorbike": "๐Ÿ›ต", - "motorcycle": "๐Ÿ๏ธ", - "racing_motorcycle": "๐Ÿ๏ธ", - "auto_rickshaw": "๐Ÿ›บ", - "rotating_light": "๐Ÿšจ", - "oncoming_police_car": "๐Ÿš”", - "oncoming_bus": "๐Ÿš", - "oncoming_automobile": "๐Ÿš˜", - "oncoming_taxi": "๐Ÿš–", - "aerial_tramway": "๐Ÿšก", - "mountain_cableway": "๐Ÿš ", - "suspension_railway": "๐ŸšŸ", - "railway_car": "๐Ÿšƒ", - "train": "๐Ÿš‹", - "mountain_railway": "๐Ÿšž", - "monorail": "๐Ÿš", - "bullettrain_side": "๐Ÿš„", - "bullettrain_front": "๐Ÿš…", - "light_rail": "๐Ÿšˆ", - "steam_locomotive": "๐Ÿš‚", - "train2": "๐Ÿš†", - "metro": "๐Ÿš‡", - "tram": "๐ŸšŠ", - "station": "๐Ÿš‰", - "airplane": "โœˆ๏ธ", - "airplane_departure": "๐Ÿ›ซ", - "airplane_arriving": "๐Ÿ›ฌ", - "airplane_small": "๐Ÿ›ฉ๏ธ", - "small_airplane": "๐Ÿ›ฉ๏ธ", - "seat": "๐Ÿ’บ", - "satellite_orbital": "๐Ÿ›ฐ๏ธ", - "rocket": "๐Ÿš€", - "flying_saucer": "๐Ÿ›ธ", - "helicopter": "๐Ÿš", - "canoe": "๐Ÿ›ถ", - "kayak": "๐Ÿ›ถ", - "sailboat": "โ›ต", - "speedboat": "๐Ÿšค", - "motorboat": "๐Ÿ›ฅ๏ธ", - "cruise_ship": "๐Ÿ›ณ๏ธ", - "passenger_ship": "๐Ÿ›ณ๏ธ", - "ferry": "โ›ด๏ธ", - "ship": "๐Ÿšข", - "anchor": "โš“", - "fuelpump": "โ›ฝ", - "construction": "๐Ÿšง", - "vertical_traffic_light": "๐Ÿšฆ", - "traffic_light": "๐Ÿšฅ", - "busstop": "๐Ÿš", - "map": "๐Ÿ—บ๏ธ", - "world_map": "๐Ÿ—บ๏ธ", - "moyai": "๐Ÿ—ฟ", - "statue_of_liberty": "๐Ÿ—ฝ", - "tokyo_tower": "๐Ÿ—ผ", - "european_castle": "๐Ÿฐ", - "japanese_castle": "๐Ÿฏ", - "stadium": "๐ŸŸ๏ธ", - "ferris_wheel": "๐ŸŽก", - "roller_coaster": "๐ŸŽข", - "carousel_horse": "๐ŸŽ ", - "fountain": "โ›ฒ", - "beach_umbrella": "โ›ฑ๏ธ", - "umbrella_on_ground": "โ›ฑ๏ธ", - "beach": "๐Ÿ–๏ธ", - "beach_with_umbrella": "๐Ÿ–๏ธ", - "island": "๐Ÿ๏ธ", - "desert_island": "๐Ÿ๏ธ", - "desert": "๐Ÿœ๏ธ", - "volcano": "๐ŸŒ‹", - "mountain": "โ›ฐ๏ธ", - "mountain_snow": "๐Ÿ”๏ธ", - "snow_capped_mountain": "๐Ÿ”๏ธ", - "mount_fuji": "๐Ÿ—ป", - "camping": "๐Ÿ•๏ธ", - "tent": "โ›บ", - "house": "๐Ÿ ", - "house_with_garden": "๐Ÿก", - "homes": "๐Ÿ˜๏ธ", - "house_buildings": "๐Ÿ˜๏ธ", - "house_abandoned": "๐Ÿš๏ธ", - "derelict_house_building": "๐Ÿš๏ธ", - "hut": "๐Ÿ›–", - "construction_site": "๐Ÿ—๏ธ", - "building_construction": "๐Ÿ—๏ธ", - "factory": "๐Ÿญ", - "office": "๐Ÿข", - "department_store": "๐Ÿฌ", - "post_office": "๐Ÿฃ", - "european_post_office": "๐Ÿค", - "hospital": "๐Ÿฅ", - "bank": "๐Ÿฆ", - "hotel": "๐Ÿจ", - "convenience_store": "๐Ÿช", - "school": "๐Ÿซ", - "love_hotel": "๐Ÿฉ", - "wedding": "๐Ÿ’’", - "classical_building": "๐Ÿ›๏ธ", - "church": "โ›ช", - "mosque": "๐Ÿ•Œ", - "synagogue": "๐Ÿ•", - "hindu_temple": "๐Ÿ›•", - "kaaba": "๐Ÿ•‹", - "shinto_shrine": "โ›ฉ๏ธ", - "railway_track": "๐Ÿ›ค๏ธ", - "railroad_track": "๐Ÿ›ค๏ธ", - "motorway": "๐Ÿ›ฃ๏ธ", - "japan": "๐Ÿ—พ", - "rice_scene": "๐ŸŽ‘", - "park": "๐Ÿž๏ธ", - "national_park": "๐Ÿž๏ธ", - "sunrise": "๐ŸŒ…", - "sunrise_over_mountains": "๐ŸŒ„", - "stars": "๐ŸŒ ", - "sparkler": "๐ŸŽ‡", - "fireworks": "๐ŸŽ†", - "city_sunset": "๐ŸŒ‡", - "city_sunrise": "๐ŸŒ‡", - "city_dusk": "๐ŸŒ†", - "cityscape": "๐Ÿ™๏ธ", - "night_with_stars": "๐ŸŒƒ", - "milky_way": "๐ŸŒŒ", - "bridge_at_night": "๐ŸŒ‰", - "foggy": "๐ŸŒ", - "watch": "โŒš", - "mobile_phone": "๐Ÿ“ฑ", - "iphone": "๐Ÿ“ฑ", - "calling": "๐Ÿ“ฒ", - "computer": "๐Ÿ’ป", - "keyboard": "โŒจ๏ธ", - "desktop": "๐Ÿ–ฅ๏ธ", - "desktop_computer": "๐Ÿ–ฅ๏ธ", - "printer": "๐Ÿ–จ๏ธ", - "mouse_three_button": "๐Ÿ–ฑ๏ธ", - "three_button_mouse": "๐Ÿ–ฑ๏ธ", - "trackball": "๐Ÿ–ฒ๏ธ", - "joystick": "๐Ÿ•น๏ธ", - "compression": "๐Ÿ—œ๏ธ", - "minidisc": "๐Ÿ’ฝ", - "floppy_disk": "๐Ÿ’พ", - "cd": "๐Ÿ’ฟ", - "dvd": "๐Ÿ“€", - "vhs": "๐Ÿ“ผ", - "camera": "๐Ÿ“ท", - "camera_with_flash": "๐Ÿ“ธ", - "video_camera": "๐Ÿ“น", - "movie_camera": "๐ŸŽฅ", - "projector": "๐Ÿ“ฝ๏ธ", - "film_projector": "๐Ÿ“ฝ๏ธ", - "film_frames": "๐ŸŽž๏ธ", - "telephone_receiver": "๐Ÿ“ž", - "telephone": "โ˜Ž๏ธ", - "pager": "๐Ÿ“Ÿ", - "fax": "๐Ÿ“ ", - "tv": "๐Ÿ“บ", - "radio": "๐Ÿ“ป", - "microphone2": "๐ŸŽ™๏ธ", - "studio_microphone": "๐ŸŽ™๏ธ", - "level_slider": "๐ŸŽš๏ธ", - "control_knobs": "๐ŸŽ›๏ธ", - "compass": "๐Ÿงญ", - "stopwatch": "โฑ๏ธ", - "timer": "โฒ๏ธ", - "timer_clock": "โฒ๏ธ", - "alarm_clock": "โฐ", - "clock": "๐Ÿ•ฐ๏ธ", - "mantlepiece_clock": "๐Ÿ•ฐ๏ธ", - "hourglass": "โŒ›", - "hourglass_flowing_sand": "โณ", - "satellite": "๐Ÿ“ก", - "battery": "๐Ÿ”‹", - "electric_plug": "๐Ÿ”Œ", - "bulb": "๐Ÿ’ก", - "flashlight": "๐Ÿ”ฆ", - "candle": "๐Ÿ•ฏ๏ธ", - "diya_lamp": "๐Ÿช”", - "fire_extinguisher": "๐Ÿงฏ", - "oil": "๐Ÿ›ข๏ธ", - "oil_drum": "๐Ÿ›ข๏ธ", - "money_with_wings": "๐Ÿ’ธ", - "dollar": "๐Ÿ’ต", - "yen": "๐Ÿ’ด", - "euro": "๐Ÿ’ถ", - "pound": "๐Ÿ’ท", - "coin": "๐Ÿช™", - "moneybag": "๐Ÿ’ฐ", - "credit_card": "๐Ÿ’ณ", - "gem": "๐Ÿ’Ž", - "scales": "โš–๏ธ", - "ladder": "๐Ÿชœ", - "toolbox": "๐Ÿงฐ", - "screwdriver": "๐Ÿช›", - "wrench": "๐Ÿ”ง", - "hammer": "๐Ÿ”จ", - "hammer_pick": "โš’๏ธ", - "hammer_and_pick": "โš’๏ธ", - "tools": "๐Ÿ› ๏ธ", - "hammer_and_wrench": "๐Ÿ› ๏ธ", - "pick": "โ›๏ธ", - "nut_and_bolt": "๐Ÿ”ฉ", - "gear": "โš™๏ธ", - "bricks": "๐Ÿงฑ", - "chains": "โ›“๏ธ", - "hook": "๐Ÿช", - "knot": "๐Ÿชข", - "magnet": "๐Ÿงฒ", - "gun": "๐Ÿ”ซ", - "bomb": "๐Ÿ’ฃ", - "firecracker": "๐Ÿงจ", - "axe": "๐Ÿช“", - "carpentry_saw": "๐Ÿชš", - "knife": "๐Ÿ”ช", - "dagger": "๐Ÿ—ก๏ธ", - "dagger_knife": "๐Ÿ—ก๏ธ", - "crossed_swords": "โš”๏ธ", - "shield": "๐Ÿ›ก๏ธ", - "smoking": "๐Ÿšฌ", - "coffin": "โšฐ๏ธ", - "headstone": "๐Ÿชฆ", - "urn": "โšฑ๏ธ", - "funeral_urn": "โšฑ๏ธ", - "amphora": "๐Ÿบ", - "magic_wand": "๐Ÿช„", - "crystal_ball": "๐Ÿ”ฎ", - "prayer_beads": "๐Ÿ“ฟ", - "nazar_amulet": "๐Ÿงฟ", - "barber": "๐Ÿ’ˆ", - "alembic": "โš—๏ธ", - "telescope": "๐Ÿ”ญ", - "microscope": "๐Ÿ”ฌ", - "hole": "๐Ÿ•ณ๏ธ", - "window": "๐ŸชŸ", - "adhesive_bandage": "๐Ÿฉน", - "stethoscope": "๐Ÿฉบ", - "pill": "๐Ÿ’Š", - "syringe": "๐Ÿ’‰", - "drop_of_blood": "๐Ÿฉธ", - "dna": "๐Ÿงฌ", - "microbe": "๐Ÿฆ ", - "petri_dish": "๐Ÿงซ", - "test_tube": "๐Ÿงช", - "thermometer": "๐ŸŒก๏ธ", - "mouse_trap": "๐Ÿชค", - "broom": "๐Ÿงน", - "basket": "๐Ÿงบ", - "sewing_needle": "๐Ÿชก", - "roll_of_paper": "๐Ÿงป", - "toilet": "๐Ÿšฝ", - "plunger": "๐Ÿช ", - "bucket": "๐Ÿชฃ", - "potable_water": "๐Ÿšฐ", - "shower": "๐Ÿšฟ", - "bathtub": "๐Ÿ›", - "bath": "๐Ÿ›€", - "bath_tone1": "๐Ÿ›€๐Ÿป", - "bath_tone2": "๐Ÿ›€๐Ÿผ", - "bath_tone3": "๐Ÿ›€๐Ÿฝ", - "bath_tone4": "๐Ÿ›€๐Ÿพ", - "bath_tone5": "๐Ÿ›€๐Ÿฟ", - "toothbrush": "๐Ÿชฅ", - "soap": "๐Ÿงผ", - "razor": "๐Ÿช’", - "sponge": "๐Ÿงฝ", - "squeeze_bottle": "๐Ÿงด", - "bellhop": "๐Ÿ›Ž๏ธ", - "bellhop_bell": "๐Ÿ›Ž๏ธ", - "key": "๐Ÿ”‘", - "key2": "๐Ÿ—๏ธ", - "old_key": "๐Ÿ—๏ธ", - "door": "๐Ÿšช", - "chair": "๐Ÿช‘", - "mirror": "๐Ÿชž", - "couch": "๐Ÿ›‹๏ธ", - "couch_and_lamp": "๐Ÿ›‹๏ธ", - "bed": "๐Ÿ›๏ธ", - "sleeping_accommodation": "๐Ÿ›Œ", - "person_in_bed_tone1": "๐Ÿ›Œ๐Ÿป", - "person_in_bed_light_skin_tone": "๐Ÿ›Œ๐Ÿป", - "person_in_bed_tone2": "๐Ÿ›Œ๐Ÿผ", - "person_in_bed_medium_light_skin_tone": "๐Ÿ›Œ๐Ÿผ", - "person_in_bed_tone3": "๐Ÿ›Œ๐Ÿฝ", - "person_in_bed_medium_skin_tone": "๐Ÿ›Œ๐Ÿฝ", - "person_in_bed_tone4": "๐Ÿ›Œ๐Ÿพ", - "person_in_bed_medium_dark_skin_tone": "๐Ÿ›Œ๐Ÿพ", - "person_in_bed_tone5": "๐Ÿ›Œ๐Ÿฟ", - "person_in_bed_dark_skin_tone": "๐Ÿ›Œ๐Ÿฟ", - "teddy_bear": "๐Ÿงธ", - "frame_photo": "๐Ÿ–ผ๏ธ", - "frame_with_picture": "๐Ÿ–ผ๏ธ", - "shopping_bags": "๐Ÿ›๏ธ", - "shopping_cart": "๐Ÿ›’", - "shopping_trolley": "๐Ÿ›’", - "gift": "๐ŸŽ", - "balloon": "๐ŸŽˆ", - "flags": "๐ŸŽ", - "ribbon": "๐ŸŽ€", - "confetti_ball": "๐ŸŽŠ", - "tada": "๐ŸŽ‰", - "piรฑata": "๐Ÿช…", - "nesting_dolls": "๐Ÿช†", - "dolls": "๐ŸŽŽ", - "izakaya_lantern": "๐Ÿฎ", - "wind_chime": "๐ŸŽ", - "red_envelope": "๐Ÿงง", - "envelope": "โœ‰๏ธ", - "envelope_with_arrow": "๐Ÿ“ฉ", - "incoming_envelope": "๐Ÿ“จ", - "e_mail": "๐Ÿ“ง", - "email": "๐Ÿ“ง", - "love_letter": "๐Ÿ’Œ", - "inbox_tray": "๐Ÿ“ฅ", - "outbox_tray": "๐Ÿ“ค", - "package": "๐Ÿ“ฆ", - "label": "๐Ÿท๏ธ", - "mailbox_closed": "๐Ÿ“ช", - "mailbox": "๐Ÿ“ซ", - "mailbox_with_mail": "๐Ÿ“ฌ", - "mailbox_with_no_mail": "๐Ÿ“ญ", - "postbox": "๐Ÿ“ฎ", - "postal_horn": "๐Ÿ“ฏ", - "placard": "๐Ÿชง", - "scroll": "๐Ÿ“œ", - "page_with_curl": "๐Ÿ“ƒ", - "page_facing_up": "๐Ÿ“„", - "bookmark_tabs": "๐Ÿ“‘", - "receipt": "๐Ÿงพ", - "bar_chart": "๐Ÿ“Š", - "chart_with_upwards_trend": "๐Ÿ“ˆ", - "chart_with_downwards_trend": "๐Ÿ“‰", - "notepad_spiral": "๐Ÿ—’๏ธ", - "spiral_note_pad": "๐Ÿ—’๏ธ", - "calendar_spiral": "๐Ÿ—“๏ธ", - "spiral_calendar_pad": "๐Ÿ—“๏ธ", - "calendar": "๐Ÿ“†", - "date": "๐Ÿ“…", - "wastebasket": "๐Ÿ—‘๏ธ", - "card_index": "๐Ÿ“‡", - "card_box": "๐Ÿ—ƒ๏ธ", - "card_file_box": "๐Ÿ—ƒ๏ธ", - "ballot_box": "๐Ÿ—ณ๏ธ", - "ballot_box_with_ballot": "๐Ÿ—ณ๏ธ", - "file_cabinet": "๐Ÿ—„๏ธ", - "clipboard": "๐Ÿ“‹", - "file_folder": "๐Ÿ“", - "open_file_folder": "๐Ÿ“‚", - "dividers": "๐Ÿ—‚๏ธ", - "card_index_dividers": "๐Ÿ—‚๏ธ", - "newspaper2": "๐Ÿ—ž๏ธ", - "rolled_up_newspaper": "๐Ÿ—ž๏ธ", - "newspaper": "๐Ÿ“ฐ", - "notebook": "๐Ÿ““", - "notebook_with_decorative_cover": "๐Ÿ“”", - "ledger": "๐Ÿ“’", - "closed_book": "๐Ÿ“•", - "green_book": "๐Ÿ“—", - "blue_book": "๐Ÿ“˜", - "orange_book": "๐Ÿ“™", - "books": "๐Ÿ“š", - "book": "๐Ÿ“–", - "bookmark": "๐Ÿ”–", - "safety_pin": "๐Ÿงท", - "link": "๐Ÿ”—", - "paperclip": "๐Ÿ“Ž", - "paperclips": "๐Ÿ–‡๏ธ", - "linked_paperclips": "๐Ÿ–‡๏ธ", - "triangular_ruler": "๐Ÿ“", - "straight_ruler": "๐Ÿ“", - "abacus": "๐Ÿงฎ", - "pushpin": "๐Ÿ“Œ", - "round_pushpin": "๐Ÿ“", - "scissors": "โœ‚๏ธ", - "pen_ballpoint": "๐Ÿ–Š๏ธ", - "lower_left_ballpoint_pen": "๐Ÿ–Š๏ธ", - "pen_fountain": "๐Ÿ–‹๏ธ", - "lower_left_fountain_pen": "๐Ÿ–‹๏ธ", - "black_nib": "โœ’๏ธ", - "paintbrush": "๐Ÿ–Œ๏ธ", - "lower_left_paintbrush": "๐Ÿ–Œ๏ธ", - "crayon": "๐Ÿ–๏ธ", - "lower_left_crayon": "๐Ÿ–๏ธ", - "pencil": "๐Ÿ“", - "memo": "๐Ÿ“", - "pencil2": "โœ๏ธ", - "mag": "๐Ÿ”", - "mag_right": "๐Ÿ”Ž", - "lock_with_ink_pen": "๐Ÿ”", - "closed_lock_with_key": "๐Ÿ”", - "lock": "๐Ÿ”’", - "unlock": "๐Ÿ”“", - "heart": "โค๏ธ", - "orange_heart": "๐Ÿงก", - "yellow_heart": "๐Ÿ’›", - "green_heart": "๐Ÿ’š", - "blue_heart": "๐Ÿ’™", - "purple_heart": "๐Ÿ’œ", - "black_heart": "๐Ÿ–ค", - "brown_heart": "๐ŸคŽ", - "white_heart": "๐Ÿค", - "broken_heart": "๐Ÿ’”", - "heart_exclamation": "โฃ๏ธ", - "heavy_heart_exclamation_mark_ornament": "โฃ๏ธ", - "two_hearts": "๐Ÿ’•", - "revolving_hearts": "๐Ÿ’ž", - "heartbeat": "๐Ÿ’“", - "heartpulse": "๐Ÿ’—", - "sparkling_heart": "๐Ÿ’–", - "cupid": "๐Ÿ’˜", - "gift_heart": "๐Ÿ’", - "heart_decoration": "๐Ÿ’Ÿ", - "peace": "โ˜ฎ๏ธ", - "peace_symbol": "โ˜ฎ๏ธ", - "cross": "โœ๏ธ", - "latin_cross": "โœ๏ธ", - "star_and_crescent": "โ˜ช๏ธ", - "om_symbol": "๐Ÿ•‰๏ธ", - "wheel_of_dharma": "โ˜ธ๏ธ", - "star_of_david": "โœก๏ธ", - "six_pointed_star": "๐Ÿ”ฏ", - "menorah": "๐Ÿ•Ž", - "yin_yang": "โ˜ฏ๏ธ", - "orthodox_cross": "โ˜ฆ๏ธ", - "place_of_worship": "๐Ÿ›", - "worship_symbol": "๐Ÿ›", - "ophiuchus": "โ›Ž", - "aries": "โ™ˆ", - "taurus": "โ™‰", - "gemini": "โ™Š", - "cancer": "โ™‹", - "leo": "โ™Œ", - "virgo": "โ™", - "libra": "โ™Ž", - "scorpius": "โ™", - "sagittarius": "โ™", - "capricorn": "โ™‘", - "aquarius": "โ™’", - "pisces": "โ™“", - "id": "๐Ÿ†”", - "atom": "โš›๏ธ", - "atom_symbol": "โš›๏ธ", - "accept": "๐Ÿ‰‘", - "radioactive": "โ˜ข๏ธ", - "radioactive_sign": "โ˜ข๏ธ", - "biohazard": "โ˜ฃ๏ธ", - "biohazard_sign": "โ˜ฃ๏ธ", - "mobile_phone_off": "๐Ÿ“ด", - "vibration_mode": "๐Ÿ“ณ", - "u6709": "๐Ÿˆถ", - "u7121": "๐Ÿˆš", - "u7533": "๐Ÿˆธ", - "u55b6": "๐Ÿˆบ", - "u6708": "๐Ÿˆท๏ธ", - "eight_pointed_black_star": "โœด๏ธ", - "vs": "๐Ÿ†š", - "white_flower": "๐Ÿ’ฎ", - "ideograph_advantage": "๐Ÿ‰", - "secret": "ใŠ™๏ธ", - "congratulations": "ใŠ—๏ธ", - "u5408": "๐Ÿˆด", - "u6e80": "๐Ÿˆต", - "u5272": "๐Ÿˆน", - "u7981": "๐Ÿˆฒ", - "a": "๐Ÿ…ฐ๏ธ", - "b": "๐Ÿ…ฑ๏ธ", - "ab": "๐Ÿ†Ž", - "cl": "๐Ÿ†‘", - "o2": "๐Ÿ…พ๏ธ", - "sos": "๐Ÿ†˜", - "x": "โŒ", - "o": "โญ•", - "octagonal_sign": "๐Ÿ›‘", - "stop_sign": "๐Ÿ›‘", - "no_entry": "โ›”", - "name_badge": "๐Ÿ“›", - "no_entry_sign": "๐Ÿšซ", - "100": "๐Ÿ’ฏ", - "anger": "๐Ÿ’ข", - "hotsprings": "โ™จ๏ธ", - "no_pedestrians": "๐Ÿšท", - "do_not_litter": "๐Ÿšฏ", - "no_bicycles": "๐Ÿšณ", - "non_potable_water": "๐Ÿšฑ", - "underage": "๐Ÿ”ž", - "no_mobile_phones": "๐Ÿ“ต", - "no_smoking": "๐Ÿšญ", - "exclamation": "โ—", - "grey_exclamation": "โ•", - "question": "โ“", - "grey_question": "โ”", - "bangbang": "โ€ผ๏ธ", - "interrobang": "โ‰๏ธ", - "low_brightness": "๐Ÿ”…", - "high_brightness": "๐Ÿ”†", - "part_alternation_mark": "ใ€ฝ๏ธ", - "warning": "โš ๏ธ", - "children_crossing": "๐Ÿšธ", - "trident": "๐Ÿ”ฑ", - "fleur_de_lis": "โšœ๏ธ", - "beginner": "๐Ÿ”ฐ", - "recycle": "โ™ป๏ธ", - "white_check_mark": "โœ…", - "u6307": "๐Ÿˆฏ", - "chart": "๐Ÿ’น", - "sparkle": "โ‡๏ธ", - "eight_spoked_asterisk": "โœณ๏ธ", - "negative_squared_cross_mark": "โŽ", - "globe_with_meridians": "๐ŸŒ", - "diamond_shape_with_a_dot_inside": "๐Ÿ’ ", - "m": "โ“‚๏ธ", - "cyclone": "๐ŸŒ€", - "zzz": "๐Ÿ’ค", - "atm": "๐Ÿง", - "wc": "๐Ÿšพ", - "wheelchair": "โ™ฟ", - "parking": "๐Ÿ…ฟ๏ธ", - "u7a7a": "๐Ÿˆณ", - "sa": "๐Ÿˆ‚๏ธ", - "passport_control": "๐Ÿ›‚", - "customs": "๐Ÿ›ƒ", - "baggage_claim": "๐Ÿ›„", - "left_luggage": "๐Ÿ›…", - "elevator": "๐Ÿ›—", - "mens": "๐Ÿšน", - "womens": "๐Ÿšบ", - "baby_symbol": "๐Ÿšผ", - "restroom": "๐Ÿšป", - "put_litter_in_its_place": "๐Ÿšฎ", - "cinema": "๐ŸŽฆ", - "signal_strength": "๐Ÿ“ถ", - "koko": "๐Ÿˆ", - "symbols": "๐Ÿ”ฃ", - "information_source": "โ„น๏ธ", - "abc": "๐Ÿ”ค", - "abcd": "๐Ÿ”ก", - "capital_abcd": "๐Ÿ” ", - "ng": "๐Ÿ†–", - "ok": "๐Ÿ†—", - "up": "๐Ÿ†™", - "cool": "๐Ÿ†’", - "new": "๐Ÿ†•", - "free": "๐Ÿ†“", - "zero": "0๏ธโƒฃ", - "one": "1๏ธโƒฃ", - "two": "2๏ธโƒฃ", - "three": "3๏ธโƒฃ", - "four": "4๏ธโƒฃ", - "five": "5๏ธโƒฃ", - "six": "6๏ธโƒฃ", - "seven": "7๏ธโƒฃ", - "eight": "8๏ธโƒฃ", - "nine": "9๏ธโƒฃ", - "keycap_ten": "๐Ÿ”Ÿ", - "1234": "๐Ÿ”ข", - "hash": "#๏ธโƒฃ", - "asterisk": "*๏ธโƒฃ", - "keycap_asterisk": "*๏ธโƒฃ", - "eject": "โ๏ธ", - "eject_symbol": "โ๏ธ", - "arrow_forward": "โ–ถ๏ธ", - "pause_button": "โธ๏ธ", - "double_vertical_bar": "โธ๏ธ", - "play_pause": "โฏ๏ธ", - "stop_button": "โน๏ธ", - "record_button": "โบ๏ธ", - "track_next": "โญ๏ธ", - "next_track": "โญ๏ธ", - "track_previous": "โฎ๏ธ", - "previous_track": "โฎ๏ธ", - "fast_forward": "โฉ", - "rewind": "โช", - "arrow_double_up": "โซ", - "arrow_double_down": "โฌ", - "arrow_backward": "โ—€๏ธ", - "arrow_up_small": "๐Ÿ”ผ", - "arrow_down_small": "๐Ÿ”ฝ", - "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": "โ†”๏ธ", - "arrow_right_hook": "โ†ช๏ธ", - "leftwards_arrow_with_hook": "โ†ฉ๏ธ", - "arrow_heading_up": "โคด๏ธ", - "arrow_heading_down": "โคต๏ธ", - "twisted_rightwards_arrows": "๐Ÿ”€", - "repeat": "๐Ÿ”", - "repeat_one": "๐Ÿ”‚", - "arrows_counterclockwise": "๐Ÿ”„", - "arrows_clockwise": "๐Ÿ”ƒ", - "musical_note": "๐ŸŽต", - "notes": "๐ŸŽถ", - "heavy_plus_sign": "โž•", - "heavy_minus_sign": "โž–", - "heavy_division_sign": "โž—", - "heavy_multiplication_x": "โœ–๏ธ", - "infinity": "โ™พ๏ธ", - "heavy_dollar_sign": "๐Ÿ’ฒ", - "currency_exchange": "๐Ÿ’ฑ", - "tm": "โ„ข๏ธ", - "copyright": "ยฉ๏ธ", - "registered": "ยฎ๏ธ", - "wavy_dash": "ใ€ฐ๏ธ", - "curly_loop": "โžฐ", - "loop": "โžฟ", - "end": "๐Ÿ”š", - "back": "๐Ÿ”™", - "on": "๐Ÿ”›", - "top": "๐Ÿ”", - "soon": "๐Ÿ”œ", - "heavy_check_mark": "โœ”๏ธ", - "ballot_box_with_check": "โ˜‘๏ธ", - "radio_button": "๐Ÿ”˜", - "white_circle": "โšช", - "black_circle": "โšซ", - "red_circle": "๐Ÿ”ด", - "blue_circle": "๐Ÿ”ต", - "brown_circle": "๐ŸŸค", - "purple_circle": "๐ŸŸฃ", - "green_circle": "๐ŸŸข", - "yellow_circle": "๐ŸŸก", - "orange_circle": "๐ŸŸ ", - "small_red_triangle": "๐Ÿ”บ", - "small_red_triangle_down": "๐Ÿ”ป", - "small_orange_diamond": "๐Ÿ”ธ", - "small_blue_diamond": "๐Ÿ”น", - "large_orange_diamond": "๐Ÿ”ถ", - "large_blue_diamond": "๐Ÿ”ท", - "white_square_button": "๐Ÿ”ณ", - "black_square_button": "๐Ÿ”ฒ", - "black_small_square": "โ–ช๏ธ", - "white_small_square": "โ–ซ๏ธ", - "black_medium_small_square": "โ—พ", - "white_medium_small_square": "โ—ฝ", - "black_medium_square": "โ—ผ๏ธ", - "white_medium_square": "โ—ป๏ธ", - "black_large_square": "โฌ›", - "white_large_square": "โฌœ", - "orange_square": "๐ŸŸง", - "blue_square": "๐ŸŸฆ", - "red_square": "๐ŸŸฅ", - "brown_square": "๐ŸŸซ", - "purple_square": "๐ŸŸช", - "green_square": "๐ŸŸฉ", - "yellow_square": "๐ŸŸจ", - "speaker": "๐Ÿ”ˆ", - "mute": "๐Ÿ”‡", - "sound": "๐Ÿ”‰", - "loud_sound": "๐Ÿ”Š", - "bell": "๐Ÿ””", - "no_bell": "๐Ÿ”•", - "mega": "๐Ÿ“ฃ", - "loudspeaker": "๐Ÿ“ข", - "speech_left": "๐Ÿ—จ๏ธ", - "left_speech_bubble": "๐Ÿ—จ๏ธ", - "eye_in_speech_bubble": "๐Ÿ‘โ€๐Ÿ—จ", - "speech_balloon": "๐Ÿ’ฌ", - "thought_balloon": "๐Ÿ’ญ", - "anger_right": "๐Ÿ—ฏ๏ธ", - "right_anger_bubble": "๐Ÿ—ฏ๏ธ", - "spades": "โ™ ๏ธ", - "clubs": "โ™ฃ๏ธ", - "hearts": "โ™ฅ๏ธ", - "diamonds": "โ™ฆ๏ธ", - "black_joker": "๐Ÿƒ", - "flower_playing_cards": "๐ŸŽด", - "mahjong": "๐Ÿ€„", - "clock1": "๐Ÿ•", - "clock2": "๐Ÿ•‘", - "clock3": "๐Ÿ•’", - "clock4": "๐Ÿ•“", - "clock5": "๐Ÿ•”", - "clock6": "๐Ÿ••", - "clock7": "๐Ÿ•–", - "clock8": "๐Ÿ•—", - "clock9": "๐Ÿ•˜", - "clock10": "๐Ÿ•™", - "clock11": "๐Ÿ•š", - "clock12": "๐Ÿ•›", - "clock130": "๐Ÿ•œ", - "clock230": "๐Ÿ•", - "clock330": "๐Ÿ•ž", - "clock430": "๐Ÿ•Ÿ", - "clock530": "๐Ÿ• ", - "clock630": "๐Ÿ•ก", - "clock730": "๐Ÿ•ข", - "clock830": "๐Ÿ•ฃ", - "clock930": "๐Ÿ•ค", - "clock1030": "๐Ÿ•ฅ", - "clock1130": "๐Ÿ•ฆ", - "clock1230": "๐Ÿ•ง", - "female_sign": "โ™€๏ธ", - "male_sign": "โ™‚๏ธ", - "transgender_symbol": "โšง", - "medical_symbol": "โš•๏ธ", - "regional_indicator_z": "๐Ÿ‡ฟ", - "regional_indicator_y": "๐Ÿ‡พ", - "regional_indicator_x": "๐Ÿ‡ฝ", - "regional_indicator_w": "๐Ÿ‡ผ", - "regional_indicator_v": "๐Ÿ‡ป", - "regional_indicator_u": "๐Ÿ‡บ", - "regional_indicator_t": "๐Ÿ‡น", - "regional_indicator_s": "๐Ÿ‡ธ", - "regional_indicator_r": "๐Ÿ‡ท", - "regional_indicator_q": "๐Ÿ‡ถ", - "regional_indicator_p": "๐Ÿ‡ต", - "regional_indicator_o": "๐Ÿ‡ด", - "regional_indicator_n": "๐Ÿ‡ณ", - "regional_indicator_m": "๐Ÿ‡ฒ", - "regional_indicator_l": "๐Ÿ‡ฑ", - "regional_indicator_k": "๐Ÿ‡ฐ", - "regional_indicator_j": "๐Ÿ‡ฏ", - "regional_indicator_i": "๐Ÿ‡ฎ", - "regional_indicator_h": "๐Ÿ‡ญ", - "regional_indicator_g": "๐Ÿ‡ฌ", - "regional_indicator_f": "๐Ÿ‡ซ", - "regional_indicator_e": "๐Ÿ‡ช", - "regional_indicator_d": "๐Ÿ‡ฉ", - "regional_indicator_c": "๐Ÿ‡จ", - "regional_indicator_b": "๐Ÿ‡ง", - "regional_indicator_a": "๐Ÿ‡ฆ", - "flag_white": "๐Ÿณ๏ธ", - "flag_black": "๐Ÿด", - "checkered_flag": "๐Ÿ", - "triangular_flag_on_post": "๐Ÿšฉ", - "rainbow_flag": "๐Ÿณ๏ธโ€๐ŸŒˆ", - "gay_pride_flag": "๐Ÿณ๏ธโ€๐ŸŒˆ", - "transgender_flag": "๐Ÿณ๏ธโ€โšง๏ธ", - "pirate_flag": "๐Ÿดโ€โ˜ ๏ธ", - "flag_af": "๐Ÿ‡ฆ๐Ÿ‡ซ", - "flag_ax": "๐Ÿ‡ฆ๐Ÿ‡ฝ", - "flag_al": "๐Ÿ‡ฆ๐Ÿ‡ฑ", - "flag_dz": "๐Ÿ‡ฉ๐Ÿ‡ฟ", - "flag_as": "๐Ÿ‡ฆ๐Ÿ‡ธ", - "flag_ad": "๐Ÿ‡ฆ๐Ÿ‡ฉ", - "flag_ao": "๐Ÿ‡ฆ๐Ÿ‡ด", - "flag_ai": "๐Ÿ‡ฆ๐Ÿ‡ฎ", - "flag_aq": "๐Ÿ‡ฆ๐Ÿ‡ถ", - "flag_ag": "๐Ÿ‡ฆ๐Ÿ‡ฌ", - "flag_ar": "๐Ÿ‡ฆ๐Ÿ‡ท", - "flag_am": "๐Ÿ‡ฆ๐Ÿ‡ฒ", - "flag_aw": "๐Ÿ‡ฆ๐Ÿ‡ผ", - "flag_au": "๐Ÿ‡ฆ๐Ÿ‡บ", - "flag_at": "๐Ÿ‡ฆ๐Ÿ‡น", - "flag_az": "๐Ÿ‡ฆ๐Ÿ‡ฟ", - "flag_bs": "๐Ÿ‡ง๐Ÿ‡ธ", - "flag_bh": "๐Ÿ‡ง๐Ÿ‡ญ", - "flag_bd": "๐Ÿ‡ง๐Ÿ‡ฉ", - "flag_bb": "๐Ÿ‡ง๐Ÿ‡ง", - "flag_by": "๐Ÿ‡ง๐Ÿ‡พ", - "flag_be": "๐Ÿ‡ง๐Ÿ‡ช", - "flag_bz": "๐Ÿ‡ง๐Ÿ‡ฟ", - "flag_bj": "๐Ÿ‡ง๐Ÿ‡ฏ", - "flag_bm": "๐Ÿ‡ง๐Ÿ‡ฒ", - "flag_bt": "๐Ÿ‡ง๐Ÿ‡น", - "flag_bo": "๐Ÿ‡ง๐Ÿ‡ด", - "flag_ba": "๐Ÿ‡ง๐Ÿ‡ฆ", - "flag_bw": "๐Ÿ‡ง๐Ÿ‡ผ", - "flag_br": "๐Ÿ‡ง๐Ÿ‡ท", - "flag_io": "๐Ÿ‡ฎ๐Ÿ‡ด", - "flag_vg": "๐Ÿ‡ป๐Ÿ‡ฌ", - "flag_bn": "๐Ÿ‡ง๐Ÿ‡ณ", - "flag_bg": "๐Ÿ‡ง๐Ÿ‡ฌ", - "flag_bf": "๐Ÿ‡ง๐Ÿ‡ซ", - "flag_bi": "๐Ÿ‡ง๐Ÿ‡ฎ", - "flag_kh": "๐Ÿ‡ฐ๐Ÿ‡ญ", - "flag_cm": "๐Ÿ‡จ๐Ÿ‡ฒ", - "flag_ca": "๐Ÿ‡จ๐Ÿ‡ฆ", - "flag_ic": "๐Ÿ‡ฎ๐Ÿ‡จ", - "flag_cv": "๐Ÿ‡จ๐Ÿ‡ป", - "flag_bq": "๐Ÿ‡ง๐Ÿ‡ถ", - "flag_ky": "๐Ÿ‡ฐ๐Ÿ‡พ", - "flag_cf": "๐Ÿ‡จ๐Ÿ‡ซ", - "flag_td": "๐Ÿ‡น๐Ÿ‡ฉ", - "flag_cl": "๐Ÿ‡จ๐Ÿ‡ฑ", - "flag_cn": "๐Ÿ‡จ๐Ÿ‡ณ", - "flag_cx": "๐Ÿ‡จ๐Ÿ‡ฝ", - "flag_cc": "๐Ÿ‡จ๐Ÿ‡จ", - "flag_co": "๐Ÿ‡จ๐Ÿ‡ด", - "flag_km": "๐Ÿ‡ฐ๐Ÿ‡ฒ", - "flag_cg": "๐Ÿ‡จ๐Ÿ‡ฌ", - "flag_cd": "๐Ÿ‡จ๐Ÿ‡ฉ", - "flag_ck": "๐Ÿ‡จ๐Ÿ‡ฐ", - "flag_cr": "๐Ÿ‡จ๐Ÿ‡ท", - "flag_ci": "๐Ÿ‡จ๐Ÿ‡ฎ", - "flag_hr": "๐Ÿ‡ญ๐Ÿ‡ท", - "flag_cu": "๐Ÿ‡จ๐Ÿ‡บ", - "flag_cw": "๐Ÿ‡จ๐Ÿ‡ผ", - "flag_cy": "๐Ÿ‡จ๐Ÿ‡พ", - "flag_cz": "๐Ÿ‡จ๐Ÿ‡ฟ", - "flag_dk": "๐Ÿ‡ฉ๐Ÿ‡ฐ", - "flag_dj": "๐Ÿ‡ฉ๐Ÿ‡ฏ", - "flag_dm": "๐Ÿ‡ฉ๐Ÿ‡ฒ", - "flag_do": "๐Ÿ‡ฉ๐Ÿ‡ด", - "flag_ec": "๐Ÿ‡ช๐Ÿ‡จ", - "flag_eg": "๐Ÿ‡ช๐Ÿ‡ฌ", - "flag_sv": "๐Ÿ‡ธ๐Ÿ‡ป", - "flag_gq": "๐Ÿ‡ฌ๐Ÿ‡ถ", - "flag_er": "๐Ÿ‡ช๐Ÿ‡ท", - "flag_ee": "๐Ÿ‡ช๐Ÿ‡ช", - "flag_et": "๐Ÿ‡ช๐Ÿ‡น", - "flag_eu": "๐Ÿ‡ช๐Ÿ‡บ", - "flag_fk": "๐Ÿ‡ซ๐Ÿ‡ฐ", - "flag_fo": "๐Ÿ‡ซ๐Ÿ‡ด", - "flag_fj": "๐Ÿ‡ซ๐Ÿ‡ฏ", - "flag_fi": "๐Ÿ‡ซ๐Ÿ‡ฎ", - "flag_fr": "๐Ÿ‡ซ๐Ÿ‡ท", - "flag_gf": "๐Ÿ‡ฌ๐Ÿ‡ซ", - "flag_pf": "๐Ÿ‡ต๐Ÿ‡ซ", - "flag_tf": "๐Ÿ‡น๐Ÿ‡ซ", - "flag_ga": "๐Ÿ‡ฌ๐Ÿ‡ฆ", - "flag_gm": "๐Ÿ‡ฌ๐Ÿ‡ฒ", - "flag_ge": "๐Ÿ‡ฌ๐Ÿ‡ช", - "flag_de": "๐Ÿ‡ฉ๐Ÿ‡ช", - "flag_gh": "๐Ÿ‡ฌ๐Ÿ‡ญ", - "flag_gi": "๐Ÿ‡ฌ๐Ÿ‡ฎ", - "flag_gr": "๐Ÿ‡ฌ๐Ÿ‡ท", - "flag_gl": "๐Ÿ‡ฌ๐Ÿ‡ฑ", - "flag_gd": "๐Ÿ‡ฌ๐Ÿ‡ฉ", - "flag_gp": "๐Ÿ‡ฌ๐Ÿ‡ต", - "flag_gu": "๐Ÿ‡ฌ๐Ÿ‡บ", - "flag_gt": "๐Ÿ‡ฌ๐Ÿ‡น", - "flag_gg": "๐Ÿ‡ฌ๐Ÿ‡ฌ", - "flag_gn": "๐Ÿ‡ฌ๐Ÿ‡ณ", - "flag_gw": "๐Ÿ‡ฌ๐Ÿ‡ผ", - "flag_gy": "๐Ÿ‡ฌ๐Ÿ‡พ", - "flag_ht": "๐Ÿ‡ญ๐Ÿ‡น", - "flag_hn": "๐Ÿ‡ญ๐Ÿ‡ณ", - "flag_hk": "๐Ÿ‡ญ๐Ÿ‡ฐ", - "flag_hu": "๐Ÿ‡ญ๐Ÿ‡บ", - "flag_is": "๐Ÿ‡ฎ๐Ÿ‡ธ", - "flag_in": "๐Ÿ‡ฎ๐Ÿ‡ณ", - "flag_id": "๐Ÿ‡ฎ๐Ÿ‡ฉ", - "flag_ir": "๐Ÿ‡ฎ๐Ÿ‡ท", - "flag_iq": "๐Ÿ‡ฎ๐Ÿ‡ถ", - "flag_ie": "๐Ÿ‡ฎ๐Ÿ‡ช", - "flag_im": "๐Ÿ‡ฎ๐Ÿ‡ฒ", - "flag_il": "๐Ÿ‡ฎ๐Ÿ‡ฑ", - "flag_it": "๐Ÿ‡ฎ๐Ÿ‡น", - "flag_jm": "๐Ÿ‡ฏ๐Ÿ‡ฒ", - "flag_jp": "๐Ÿ‡ฏ๐Ÿ‡ต", - "crossed_flags": "๐ŸŽŒ", - "flag_je": "๐Ÿ‡ฏ๐Ÿ‡ช", - "flag_jo": "๐Ÿ‡ฏ๐Ÿ‡ด", - "flag_kz": "๐Ÿ‡ฐ๐Ÿ‡ฟ", - "flag_ke": "๐Ÿ‡ฐ๐Ÿ‡ช", - "flag_ki": "๐Ÿ‡ฐ๐Ÿ‡ฎ", - "flag_xk": "๐Ÿ‡ฝ๐Ÿ‡ฐ", - "flag_kw": "๐Ÿ‡ฐ๐Ÿ‡ผ", - "flag_kg": "๐Ÿ‡ฐ๐Ÿ‡ฌ", - "flag_la": "๐Ÿ‡ฑ๐Ÿ‡ฆ", - "flag_lv": "๐Ÿ‡ฑ๐Ÿ‡ป", - "flag_lb": "๐Ÿ‡ฑ๐Ÿ‡ง", - "flag_ls": "๐Ÿ‡ฑ๐Ÿ‡ธ", - "flag_lr": "๐Ÿ‡ฑ๐Ÿ‡ท", - "flag_ly": "๐Ÿ‡ฑ๐Ÿ‡พ", - "flag_li": "๐Ÿ‡ฑ๐Ÿ‡ฎ", - "flag_lt": "๐Ÿ‡ฑ๐Ÿ‡น", - "flag_lu": "๐Ÿ‡ฑ๐Ÿ‡บ", - "flag_mo": "๐Ÿ‡ฒ๐Ÿ‡ด", - "flag_mk": "๐Ÿ‡ฒ๐Ÿ‡ฐ", - "flag_mg": "๐Ÿ‡ฒ๐Ÿ‡ฌ", - "flag_mw": "๐Ÿ‡ฒ๐Ÿ‡ผ", - "flag_my": "๐Ÿ‡ฒ๐Ÿ‡พ", - "flag_mv": "๐Ÿ‡ฒ๐Ÿ‡ป", - "flag_ml": "๐Ÿ‡ฒ๐Ÿ‡ฑ", - "flag_mt": "๐Ÿ‡ฒ๐Ÿ‡น", - "flag_mh": "๐Ÿ‡ฒ๐Ÿ‡ญ", - "flag_mq": "๐Ÿ‡ฒ๐Ÿ‡ถ", - "flag_mr": "๐Ÿ‡ฒ๐Ÿ‡ท", - "flag_mu": "๐Ÿ‡ฒ๐Ÿ‡บ", - "flag_yt": "๐Ÿ‡พ๐Ÿ‡น", - "flag_mx": "๐Ÿ‡ฒ๐Ÿ‡ฝ", - "flag_fm": "๐Ÿ‡ซ๐Ÿ‡ฒ", - "flag_md": "๐Ÿ‡ฒ๐Ÿ‡ฉ", - "flag_mc": "๐Ÿ‡ฒ๐Ÿ‡จ", - "flag_mn": "๐Ÿ‡ฒ๐Ÿ‡ณ", - "flag_me": "๐Ÿ‡ฒ๐Ÿ‡ช", - "flag_ms": "๐Ÿ‡ฒ๐Ÿ‡ธ", - "flag_ma": "๐Ÿ‡ฒ๐Ÿ‡ฆ", - "flag_mz": "๐Ÿ‡ฒ๐Ÿ‡ฟ", - "flag_mm": "๐Ÿ‡ฒ๐Ÿ‡ฒ", - "flag_na": "๐Ÿ‡ณ๐Ÿ‡ฆ", - "flag_nr": "๐Ÿ‡ณ๐Ÿ‡ท", - "flag_np": "๐Ÿ‡ณ๐Ÿ‡ต", - "flag_nl": "๐Ÿ‡ณ๐Ÿ‡ฑ", - "flag_nc": "๐Ÿ‡ณ๐Ÿ‡จ", - "flag_nz": "๐Ÿ‡ณ๐Ÿ‡ฟ", - "flag_ni": "๐Ÿ‡ณ๐Ÿ‡ฎ", - "flag_ne": "๐Ÿ‡ณ๐Ÿ‡ช", - "flag_ng": "๐Ÿ‡ณ๐Ÿ‡ฌ", - "flag_nu": "๐Ÿ‡ณ๐Ÿ‡บ", - "flag_nf": "๐Ÿ‡ณ๐Ÿ‡ซ", - "flag_kp": "๐Ÿ‡ฐ๐Ÿ‡ต", - "flag_mp": "๐Ÿ‡ฒ๐Ÿ‡ต", - "flag_no": "๐Ÿ‡ณ๐Ÿ‡ด", - "flag_om": "๐Ÿ‡ด๐Ÿ‡ฒ", - "flag_pk": "๐Ÿ‡ต๐Ÿ‡ฐ", - "flag_pw": "๐Ÿ‡ต๐Ÿ‡ผ", - "flag_ps": "๐Ÿ‡ต๐Ÿ‡ธ", - "flag_pa": "๐Ÿ‡ต๐Ÿ‡ฆ", - "flag_pg": "๐Ÿ‡ต๐Ÿ‡ฌ", - "flag_py": "๐Ÿ‡ต๐Ÿ‡พ", - "flag_pe": "๐Ÿ‡ต๐Ÿ‡ช", - "flag_ph": "๐Ÿ‡ต๐Ÿ‡ญ", - "flag_pn": "๐Ÿ‡ต๐Ÿ‡ณ", - "flag_pl": "๐Ÿ‡ต๐Ÿ‡ฑ", - "flag_pt": "๐Ÿ‡ต๐Ÿ‡น", - "flag_pr": "๐Ÿ‡ต๐Ÿ‡ท", - "flag_qa": "๐Ÿ‡ถ๐Ÿ‡ฆ", - "flag_re": "๐Ÿ‡ท๐Ÿ‡ช", - "flag_ro": "๐Ÿ‡ท๐Ÿ‡ด", - "flag_ru": "๐Ÿ‡ท๐Ÿ‡บ", - "flag_rw": "๐Ÿ‡ท๐Ÿ‡ผ", - "flag_ws": "๐Ÿ‡ผ๐Ÿ‡ธ", - "flag_sm": "๐Ÿ‡ธ๐Ÿ‡ฒ", - "flag_st": "๐Ÿ‡ธ๐Ÿ‡น", - "flag_sa": "๐Ÿ‡ธ๐Ÿ‡ฆ", - "flag_sn": "๐Ÿ‡ธ๐Ÿ‡ณ", - "flag_rs": "๐Ÿ‡ท๐Ÿ‡ธ", - "flag_sc": "๐Ÿ‡ธ๐Ÿ‡จ", - "flag_sl": "๐Ÿ‡ธ๐Ÿ‡ฑ", - "flag_sg": "๐Ÿ‡ธ๐Ÿ‡ฌ", - "flag_sx": "๐Ÿ‡ธ๐Ÿ‡ฝ", - "flag_sk": "๐Ÿ‡ธ๐Ÿ‡ฐ", - "flag_si": "๐Ÿ‡ธ๐Ÿ‡ฎ", - "flag_gs": "๐Ÿ‡ฌ๐Ÿ‡ธ", - "flag_sb": "๐Ÿ‡ธ๐Ÿ‡ง", - "flag_so": "๐Ÿ‡ธ๐Ÿ‡ด", - "flag_za": "๐Ÿ‡ฟ๐Ÿ‡ฆ", - "flag_kr": "๐Ÿ‡ฐ๐Ÿ‡ท", - "flag_ss": "๐Ÿ‡ธ๐Ÿ‡ธ", - "flag_es": "๐Ÿ‡ช๐Ÿ‡ธ", - "flag_lk": "๐Ÿ‡ฑ๐Ÿ‡ฐ", - "flag_bl": "๐Ÿ‡ง๐Ÿ‡ฑ", - "flag_sh": "๐Ÿ‡ธ๐Ÿ‡ญ", - "flag_kn": "๐Ÿ‡ฐ๐Ÿ‡ณ", - "flag_lc": "๐Ÿ‡ฑ๐Ÿ‡จ", - "flag_pm": "๐Ÿ‡ต๐Ÿ‡ฒ", - "flag_vc": "๐Ÿ‡ป๐Ÿ‡จ", - "flag_sd": "๐Ÿ‡ธ๐Ÿ‡ฉ", - "flag_sr": "๐Ÿ‡ธ๐Ÿ‡ท", - "flag_sz": "๐Ÿ‡ธ๐Ÿ‡ฟ", - "flag_se": "๐Ÿ‡ธ๐Ÿ‡ช", - "flag_ch": "๐Ÿ‡จ๐Ÿ‡ญ", - "flag_sy": "๐Ÿ‡ธ๐Ÿ‡พ", - "flag_tw": "๐Ÿ‡น๐Ÿ‡ผ", - "flag_tj": "๐Ÿ‡น๐Ÿ‡ฏ", - "flag_tz": "๐Ÿ‡น๐Ÿ‡ฟ", - "flag_th": "๐Ÿ‡น๐Ÿ‡ญ", - "flag_tl": "๐Ÿ‡น๐Ÿ‡ฑ", - "flag_tg": "๐Ÿ‡น๐Ÿ‡ฌ", - "flag_tk": "๐Ÿ‡น๐Ÿ‡ฐ", - "flag_to": "๐Ÿ‡น๐Ÿ‡ด", - "flag_tt": "๐Ÿ‡น๐Ÿ‡น", - "flag_tn": "๐Ÿ‡น๐Ÿ‡ณ", - "flag_tr": "๐Ÿ‡น๐Ÿ‡ท", - "flag_tm": "๐Ÿ‡น๐Ÿ‡ฒ", - "flag_tc": "๐Ÿ‡น๐Ÿ‡จ", - "flag_vi": "๐Ÿ‡ป๐Ÿ‡ฎ", - "flag_tv": "๐Ÿ‡น๐Ÿ‡ป", - "flag_ug": "๐Ÿ‡บ๐Ÿ‡ฌ", - "flag_ua": "๐Ÿ‡บ๐Ÿ‡ฆ", - "flag_ae": "๐Ÿ‡ฆ๐Ÿ‡ช", - "flag_gb": "๐Ÿ‡ฌ๐Ÿ‡ง", - "england": "๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ", - "scotland": "๐Ÿด๓ ง๓ ข๓ ณ๓ ฃ๓ ด๓ ฟ", - "wales": "๐Ÿด๓ ง๓ ข๓ ท๓ ฌ๓ ณ๓ ฟ", - "flag_us": "๐Ÿ‡บ๐Ÿ‡ธ", - "flag_uy": "๐Ÿ‡บ๐Ÿ‡พ", - "flag_uz": "๐Ÿ‡บ๐Ÿ‡ฟ", - "flag_vu": "๐Ÿ‡ป๐Ÿ‡บ", - "flag_va": "๐Ÿ‡ป๐Ÿ‡ฆ", - "flag_ve": "๐Ÿ‡ป๐Ÿ‡ช", - "flag_vn": "๐Ÿ‡ป๐Ÿ‡ณ", - "flag_wf": "๐Ÿ‡ผ๐Ÿ‡ซ", - "flag_eh": "๐Ÿ‡ช๐Ÿ‡ญ", - "flag_ye": "๐Ÿ‡พ๐Ÿ‡ช", - "flag_zm": "๐Ÿ‡ฟ๐Ÿ‡ฒ", - "flag_zw": "๐Ÿ‡ฟ๐Ÿ‡ผ", - "flag_ac": "๐Ÿ‡ฆ๐Ÿ‡จ", - "flag_bv": "๐Ÿ‡ง๐Ÿ‡ป", - "flag_cp": "๐Ÿ‡จ๐Ÿ‡ต", - "flag_ea": "๐Ÿ‡ช๐Ÿ‡ฆ", - "flag_dg": "๐Ÿ‡ฉ๐Ÿ‡ฌ", - "flag_hm": "๐Ÿ‡ญ๐Ÿ‡ฒ", - "flag_mf": "๐Ÿ‡ฒ๐Ÿ‡ซ", - "flag_sj": "๐Ÿ‡ธ๐Ÿ‡ฏ", - "flag_ta": "๐Ÿ‡น๐Ÿ‡ฆ", - "flag_um": "๐Ÿ‡บ๐Ÿ‡ฒ", - "united_nations": "๐Ÿ‡บ๐Ÿ‡ณ" + "open_hands": "๐Ÿ‘", + "open_hands_tone1": "๐Ÿ‘๐Ÿป", + "open_hands_tone2": "๐Ÿ‘๐Ÿผ", + "open_hands_tone3": "๐Ÿ‘๐Ÿฝ", + "open_hands_tone4": "๐Ÿ‘๐Ÿพ", + "open_hands_tone5": "๐Ÿ‘๐Ÿฟ", + "raised_hands": "๐Ÿ™Œ", + "raised_hands_tone1": "๐Ÿ™Œ๐Ÿป", + "raised_hands_tone2": "๐Ÿ™Œ๐Ÿผ", + "raised_hands_tone3": "๐Ÿ™Œ๐Ÿฝ", + "raised_hands_tone4": "๐Ÿ™Œ๐Ÿพ", + "raised_hands_tone5": "๐Ÿ™Œ๐Ÿฟ", + "clap": "๐Ÿ‘", + "clap_tone1": "๐Ÿ‘๐Ÿป", + "clap_tone2": "๐Ÿ‘๐Ÿผ", + "clap_tone3": "๐Ÿ‘๐Ÿฝ", + "clap_tone4": "๐Ÿ‘๐Ÿพ", + "clap_tone5": "๐Ÿ‘๐Ÿฟ", + "handshake": "๐Ÿค", + "shaking_hands": "๐Ÿค", + "thumbsup": "๐Ÿ‘", + "+1": "๐Ÿ‘", + "thumbup": "๐Ÿ‘", + "thumbsup_tone1": "๐Ÿ‘๐Ÿป", + "+1_tone1": "๐Ÿ‘๐Ÿป", + "thumbup_tone1": "๐Ÿ‘๐Ÿป", + "thumbsup_tone2": "๐Ÿ‘๐Ÿผ", + "+1_tone2": "๐Ÿ‘๐Ÿผ", + "thumbup_tone2": "๐Ÿ‘๐Ÿผ", + "thumbsup_tone3": "๐Ÿ‘๐Ÿฝ", + "+1_tone3": "๐Ÿ‘๐Ÿฝ", + "thumbup_tone3": "๐Ÿ‘๐Ÿฝ", + "thumbsup_tone4": "๐Ÿ‘๐Ÿพ", + "+1_tone4": "๐Ÿ‘๐Ÿพ", + "thumbup_tone4": "๐Ÿ‘๐Ÿพ", + "thumbsup_tone5": "๐Ÿ‘๐Ÿฟ", + "+1_tone5": "๐Ÿ‘๐Ÿฟ", + "thumbup_tone5": "๐Ÿ‘๐Ÿฟ", + "thumbsdown": "๐Ÿ‘Ž", + "-1": "๐Ÿ‘Ž", + "thumbdown": "๐Ÿ‘Ž", + "thumbsdown_tone1": "๐Ÿ‘Ž๐Ÿป", + "_1_tone1": "๐Ÿ‘Ž๐Ÿป", + "thumbdown_tone1": "๐Ÿ‘Ž๐Ÿป", + "thumbsdown_tone2": "๐Ÿ‘Ž๐Ÿผ", + "_1_tone2": "๐Ÿ‘Ž๐Ÿผ", + "thumbdown_tone2": "๐Ÿ‘Ž๐Ÿผ", + "thumbsdown_tone3": "๐Ÿ‘Ž๐Ÿฝ", + "_1_tone3": "๐Ÿ‘Ž๐Ÿฝ", + "thumbdown_tone3": "๐Ÿ‘Ž๐Ÿฝ", + "thumbsdown_tone4": "๐Ÿ‘Ž๐Ÿพ", + "_1_tone4": "๐Ÿ‘Ž๐Ÿพ", + "thumbdown_tone4": "๐Ÿ‘Ž๐Ÿพ", + "thumbsdown_tone5": "๐Ÿ‘Ž๐Ÿฟ", + "_1_tone5": "๐Ÿ‘Ž๐Ÿฟ", + "thumbdown_tone5": "๐Ÿ‘Ž๐Ÿฟ", + "punch": "๐Ÿ‘Š", + "punch_tone1": "๐Ÿ‘Š๐Ÿป", + "punch_tone2": "๐Ÿ‘Š๐Ÿผ", + "punch_tone3": "๐Ÿ‘Š๐Ÿฝ", + "punch_tone4": "๐Ÿ‘Š๐Ÿพ", + "punch_tone5": "๐Ÿ‘Š๐Ÿฟ", + "fist": "โœŠ", + "fist_tone1": "โœŠ๐Ÿป", + "fist_tone2": "โœŠ๐Ÿผ", + "fist_tone3": "โœŠ๐Ÿฝ", + "fist_tone4": "โœŠ๐Ÿพ", + "fist_tone5": "โœŠ๐Ÿฟ", + "left_facing_fist": "๐Ÿค›", + "left_fist": "๐Ÿค›", + "left_facing_fist_tone1": "๐Ÿค›๐Ÿป", + "left_fist_tone1": "๐Ÿค›๐Ÿป", + "left_facing_fist_tone2": "๐Ÿค›๐Ÿผ", + "left_fist_tone2": "๐Ÿค›๐Ÿผ", + "left_facing_fist_tone3": "๐Ÿค›๐Ÿฝ", + "left_fist_tone3": "๐Ÿค›๐Ÿฝ", + "left_facing_fist_tone4": "๐Ÿค›๐Ÿพ", + "left_fist_tone4": "๐Ÿค›๐Ÿพ", + "left_facing_fist_tone5": "๐Ÿค›๐Ÿฟ", + "left_fist_tone5": "๐Ÿค›๐Ÿฟ", + "right_facing_fist": "๐Ÿคœ", + "right_fist": "๐Ÿคœ", + "right_facing_fist_tone1": "๐Ÿคœ๐Ÿป", + "right_fist_tone1": "๐Ÿคœ๐Ÿป", + "right_facing_fist_tone2": "๐Ÿคœ๐Ÿผ", + "right_fist_tone2": "๐Ÿคœ๐Ÿผ", + "right_facing_fist_tone3": "๐Ÿคœ๐Ÿฝ", + "right_fist_tone3": "๐Ÿคœ๐Ÿฝ", + "right_facing_fist_tone4": "๐Ÿคœ๐Ÿพ", + "right_fist_tone4": "๐Ÿคœ๐Ÿพ", + "right_facing_fist_tone5": "๐Ÿคœ๐Ÿฟ", + "right_fist_tone5": "๐Ÿคœ๐Ÿฟ", + "fingers_crossed": "๐Ÿคž", + "hand_with_index_and_middle_finger_crossed": "๐Ÿคž", + "fingers_crossed_tone1": "๐Ÿคž๐Ÿป", + "hand_with_index_and_middle_fingers_crossed_tone1": "๐Ÿคž๐Ÿป", + "fingers_crossed_tone2": "๐Ÿคž๐Ÿผ", + "hand_with_index_and_middle_fingers_crossed_tone2": "๐Ÿคž๐Ÿผ", + "fingers_crossed_tone3": "๐Ÿคž๐Ÿฝ", + "hand_with_index_and_middle_fingers_crossed_tone3": "๐Ÿคž๐Ÿฝ", + "fingers_crossed_tone4": "๐Ÿคž๐Ÿพ", + "hand_with_index_and_middle_fingers_crossed_tone4": "๐Ÿคž๐Ÿพ", + "fingers_crossed_tone5": "๐Ÿคž๐Ÿฟ", + "hand_with_index_and_middle_fingers_crossed_tone5": "๐Ÿคž๐Ÿฟ", + "v": "โœŒ๏ธ", + "v_tone1": "โœŒ๐Ÿป", + "v_tone2": "โœŒ๐Ÿผ", + "v_tone3": "โœŒ๐Ÿฝ", + "v_tone4": "โœŒ๐Ÿพ", + "v_tone5": "โœŒ๐Ÿฟ", + "love_you_gesture": "๐ŸคŸ", + "love_you_gesture_tone1": "๐ŸคŸ๐Ÿป", + "love_you_gesture_light_skin_tone": "๐ŸคŸ๐Ÿป", + "love_you_gesture_tone2": "๐ŸคŸ๐Ÿผ", + "love_you_gesture_medium_light_skin_tone": "๐ŸคŸ๐Ÿผ", + "love_you_gesture_tone3": "๐ŸคŸ๐Ÿฝ", + "love_you_gesture_medium_skin_tone": "๐ŸคŸ๐Ÿฝ", + "love_you_gesture_tone4": "๐ŸคŸ๐Ÿพ", + "love_you_gesture_medium_dark_skin_tone": "๐ŸคŸ๐Ÿพ", + "love_you_gesture_tone5": "๐ŸคŸ๐Ÿฟ", + "love_you_gesture_dark_skin_tone": "๐ŸคŸ๐Ÿฟ", + "metal": "๐Ÿค˜", + "sign_of_the_horns": "๐Ÿค˜", + "metal_tone1": "๐Ÿค˜๐Ÿป", + "sign_of_the_horns_tone1": "๐Ÿค˜๐Ÿป", + "metal_tone2": "๐Ÿค˜๐Ÿผ", + "sign_of_the_horns_tone2": "๐Ÿค˜๐Ÿผ", + "metal_tone3": "๐Ÿค˜๐Ÿฝ", + "sign_of_the_horns_tone3": "๐Ÿค˜๐Ÿฝ", + "metal_tone4": "๐Ÿค˜๐Ÿพ", + "sign_of_the_horns_tone4": "๐Ÿค˜๐Ÿพ", + "metal_tone5": "๐Ÿค˜๐Ÿฟ", + "sign_of_the_horns_tone5": "๐Ÿค˜๐Ÿฟ", + "ok_hand": "๐Ÿ‘Œ", + "ok_hand_tone1": "๐Ÿ‘Œ๐Ÿป", + "ok_hand_tone2": "๐Ÿ‘Œ๐Ÿผ", + "ok_hand_tone3": "๐Ÿ‘Œ๐Ÿฝ", + "ok_hand_tone4": "๐Ÿ‘Œ๐Ÿพ", + "ok_hand_tone5": "๐Ÿ‘Œ๐Ÿฟ", + "pinching_hand": "๐Ÿค", + "pinching_hand_tone1": "๐Ÿค๐Ÿป", + "pinching_hand_light_skin_tone": "๐Ÿค๐Ÿป", + "pinching_hand_tone2": "๐Ÿค๐Ÿผ", + "pinching_hand_medium_light_skin_tone": "๐Ÿค๐Ÿผ", + "pinching_hand_tone3": "๐Ÿค๐Ÿฝ", + "pinching_hand_medium_skin_tone": "๐Ÿค๐Ÿฝ", + "pinching_hand_tone4": "๐Ÿค๐Ÿพ", + "pinching_hand_medium_dark_skin_tone": "๐Ÿค๐Ÿพ", + "pinching_hand_tone5": "๐Ÿค๐Ÿฟ", + "pinching_hand_dark_skin_tone": "๐Ÿค๐Ÿฟ", + "pinched_fingers": "๐ŸคŒ", + "pinched_fingers_tone2": "๐ŸคŒ๐Ÿผ", + "pinched_fingers_medium_light_skin_tone": "๐ŸคŒ๐Ÿผ", + "pinched_fingers_tone1": "๐ŸคŒ๐Ÿป", + "pinched_fingers_light_skin_tone": "๐ŸคŒ๐Ÿป", + "pinched_fingers_tone3": "๐ŸคŒ๐Ÿฝ", + "pinched_fingers_medium_skin_tone": "๐ŸคŒ๐Ÿฝ", + "pinched_fingers_tone4": "๐ŸคŒ๐Ÿพ", + "pinched_fingers_medium_dark_skin_tone": "๐ŸคŒ๐Ÿพ", + "pinched_fingers_tone5": "๐ŸคŒ๐Ÿฟ", + "pinched_fingers_dark_skin_tone": "๐ŸคŒ๐Ÿฟ", + "point_left": "๐Ÿ‘ˆ", + "point_left_tone1": "๐Ÿ‘ˆ๐Ÿป", + "point_left_tone2": "๐Ÿ‘ˆ๐Ÿผ", + "point_left_tone3": "๐Ÿ‘ˆ๐Ÿฝ", + "point_left_tone4": "๐Ÿ‘ˆ๐Ÿพ", + "point_left_tone5": "๐Ÿ‘ˆ๐Ÿฟ", + "point_right": "๐Ÿ‘‰", + "point_right_tone1": "๐Ÿ‘‰๐Ÿป", + "point_right_tone2": "๐Ÿ‘‰๐Ÿผ", + "point_right_tone3": "๐Ÿ‘‰๐Ÿฝ", + "point_right_tone4": "๐Ÿ‘‰๐Ÿพ", + "point_right_tone5": "๐Ÿ‘‰๐Ÿฟ", + "point_up_2": "๐Ÿ‘†", + "point_up_2_tone1": "๐Ÿ‘†๐Ÿป", + "point_up_2_tone2": "๐Ÿ‘†๐Ÿผ", + "point_up_2_tone3": "๐Ÿ‘†๐Ÿฝ", + "point_up_2_tone4": "๐Ÿ‘†๐Ÿพ", + "point_up_2_tone5": "๐Ÿ‘†๐Ÿฟ", + "point_down": "๐Ÿ‘‡", + "point_down_tone1": "๐Ÿ‘‡๐Ÿป", + "point_down_tone2": "๐Ÿ‘‡๐Ÿผ", + "point_down_tone3": "๐Ÿ‘‡๐Ÿฝ", + "point_down_tone4": "๐Ÿ‘‡๐Ÿพ", + "point_down_tone5": "๐Ÿ‘‡๐Ÿฟ", + "point_up": "โ˜๏ธ", + "point_up_tone1": "โ˜๐Ÿป", + "point_up_tone2": "โ˜๐Ÿผ", + "point_up_tone3": "โ˜๐Ÿฝ", + "point_up_tone4": "โ˜๐Ÿพ", + "point_up_tone5": "โ˜๐Ÿฟ", + "raised_hand": "โœ‹", + "raised_hand_tone1": "โœ‹๐Ÿป", + "raised_hand_tone2": "โœ‹๐Ÿผ", + "raised_hand_tone3": "โœ‹๐Ÿฝ", + "raised_hand_tone4": "โœ‹๐Ÿพ", + "raised_hand_tone5": "โœ‹๐Ÿฟ", + "raised_back_of_hand": "๐Ÿคš", + "back_of_hand": "๐Ÿคš", + "raised_back_of_hand_tone1": "๐Ÿคš๐Ÿป", + "back_of_hand_tone1": "๐Ÿคš๐Ÿป", + "raised_back_of_hand_tone2": "๐Ÿคš๐Ÿผ", + "back_of_hand_tone2": "๐Ÿคš๐Ÿผ", + "raised_back_of_hand_tone3": "๐Ÿคš๐Ÿฝ", + "back_of_hand_tone3": "๐Ÿคš๐Ÿฝ", + "raised_back_of_hand_tone4": "๐Ÿคš๐Ÿพ", + "back_of_hand_tone4": "๐Ÿคš๐Ÿพ", + "raised_back_of_hand_tone5": "๐Ÿคš๐Ÿฟ", + "back_of_hand_tone5": "๐Ÿคš๐Ÿฟ", + "hand_splayed": "๐Ÿ–๏ธ", + "raised_hand_with_fingers_splayed": "๐Ÿ–๏ธ", + "hand_splayed_tone1": "๐Ÿ–๐Ÿป", + "raised_hand_with_fingers_splayed_tone1": "๐Ÿ–๐Ÿป", + "hand_splayed_tone2": "๐Ÿ–๐Ÿผ", + "raised_hand_with_fingers_splayed_tone2": "๐Ÿ–๐Ÿผ", + "hand_splayed_tone3": "๐Ÿ–๐Ÿฝ", + "raised_hand_with_fingers_splayed_tone3": "๐Ÿ–๐Ÿฝ", + "hand_splayed_tone4": "๐Ÿ–๐Ÿพ", + "raised_hand_with_fingers_splayed_tone4": "๐Ÿ–๐Ÿพ", + "hand_splayed_tone5": "๐Ÿ–๐Ÿฟ", + "raised_hand_with_fingers_splayed_tone5": "๐Ÿ–๐Ÿฟ", + "vulcan": "๐Ÿ––", + "raised_hand_with_part_between_middle_and_ring_fingers": "๐Ÿ––", + "vulcan_tone1": "๐Ÿ––๐Ÿป", + "raised_hand_with_part_between_middle_and_ring_fingers_tone1": "๐Ÿ––๐Ÿป", + "vulcan_tone2": "๐Ÿ––๐Ÿผ", + "raised_hand_with_part_between_middle_and_ring_fingers_tone2": "๐Ÿ––๐Ÿผ", + "vulcan_tone3": "๐Ÿ––๐Ÿฝ", + "raised_hand_with_part_between_middle_and_ring_fingers_tone3": "๐Ÿ––๐Ÿฝ", + "vulcan_tone4": "๐Ÿ––๐Ÿพ", + "raised_hand_with_part_between_middle_and_ring_fingers_tone4": "๐Ÿ––๐Ÿพ", + "vulcan_tone5": "๐Ÿ––๐Ÿฟ", + "raised_hand_with_part_between_middle_and_ring_fingers_tone5": "๐Ÿ––๐Ÿฟ", + "wave": "๐Ÿ‘‹", + "wave_tone1": "๐Ÿ‘‹๐Ÿป", + "wave_tone2": "๐Ÿ‘‹๐Ÿผ", + "wave_tone3": "๐Ÿ‘‹๐Ÿฝ", + "wave_tone4": "๐Ÿ‘‹๐Ÿพ", + "wave_tone5": "๐Ÿ‘‹๐Ÿฟ", + "call_me": "๐Ÿค™", + "call_me_hand": "๐Ÿค™", + "call_me_tone1": "๐Ÿค™๐Ÿป", + "call_me_hand_tone1": "๐Ÿค™๐Ÿป", + "call_me_tone2": "๐Ÿค™๐Ÿผ", + "call_me_hand_tone2": "๐Ÿค™๐Ÿผ", + "call_me_tone3": "๐Ÿค™๐Ÿฝ", + "call_me_hand_tone3": "๐Ÿค™๐Ÿฝ", + "call_me_tone4": "๐Ÿค™๐Ÿพ", + "call_me_hand_tone4": "๐Ÿค™๐Ÿพ", + "call_me_tone5": "๐Ÿค™๐Ÿฟ", + "call_me_hand_tone5": "๐Ÿค™๐Ÿฟ", + "muscle": "๐Ÿ’ช", + "muscle_tone1": "๐Ÿ’ช๐Ÿป", + "muscle_tone2": "๐Ÿ’ช๐Ÿผ", + "muscle_tone3": "๐Ÿ’ช๐Ÿฝ", + "muscle_tone4": "๐Ÿ’ช๐Ÿพ", + "muscle_tone5": "๐Ÿ’ช๐Ÿฟ", + "mechanical_arm": "๐Ÿฆพ", + "middle_finger": "๐Ÿ–•", + "reversed_hand_with_middle_finger_extended": "๐Ÿ–•", + "middle_finger_tone1": "๐Ÿ–•๐Ÿป", + "reversed_hand_with_middle_finger_extended_tone1": "๐Ÿ–•๐Ÿป", + "middle_finger_tone2": "๐Ÿ–•๐Ÿผ", + "reversed_hand_with_middle_finger_extended_tone2": "๐Ÿ–•๐Ÿผ", + "middle_finger_tone3": "๐Ÿ–•๐Ÿฝ", + "reversed_hand_with_middle_finger_extended_tone3": "๐Ÿ–•๐Ÿฝ", + "middle_finger_tone4": "๐Ÿ–•๐Ÿพ", + "reversed_hand_with_middle_finger_extended_tone4": "๐Ÿ–•๐Ÿพ", + "middle_finger_tone5": "๐Ÿ–•๐Ÿฟ", + "reversed_hand_with_middle_finger_extended_tone5": "๐Ÿ–•๐Ÿฟ", + "writing_hand": "โœ๏ธ", + "writing_hand_tone1": "โœ๐Ÿป", + "writing_hand_tone2": "โœ๐Ÿผ", + "writing_hand_tone3": "โœ๐Ÿฝ", + "writing_hand_tone4": "โœ๐Ÿพ", + "writing_hand_tone5": "โœ๐Ÿฟ", + "pray": "๐Ÿ™", + "pray_tone1": "๐Ÿ™๐Ÿป", + "pray_tone2": "๐Ÿ™๐Ÿผ", + "pray_tone3": "๐Ÿ™๐Ÿฝ", + "pray_tone4": "๐Ÿ™๐Ÿพ", + "pray_tone5": "๐Ÿ™๐Ÿฟ", + "foot": "๐Ÿฆถ", + "foot_tone1": "๐Ÿฆถ๐Ÿป", + "foot_light_skin_tone": "๐Ÿฆถ๐Ÿป", + "foot_tone2": "๐Ÿฆถ๐Ÿผ", + "foot_medium_light_skin_tone": "๐Ÿฆถ๐Ÿผ", + "foot_tone3": "๐Ÿฆถ๐Ÿฝ", + "foot_medium_skin_tone": "๐Ÿฆถ๐Ÿฝ", + "foot_tone4": "๐Ÿฆถ๐Ÿพ", + "foot_medium_dark_skin_tone": "๐Ÿฆถ๐Ÿพ", + "foot_tone5": "๐Ÿฆถ๐Ÿฟ", + "foot_dark_skin_tone": "๐Ÿฆถ๐Ÿฟ", + "leg": "๐Ÿฆต", + "leg_tone1": "๐Ÿฆต๐Ÿป", + "leg_light_skin_tone": "๐Ÿฆต๐Ÿป", + "leg_tone2": "๐Ÿฆต๐Ÿผ", + "leg_medium_light_skin_tone": "๐Ÿฆต๐Ÿผ", + "leg_tone3": "๐Ÿฆต๐Ÿฝ", + "leg_medium_skin_tone": "๐Ÿฆต๐Ÿฝ", + "leg_tone4": "๐Ÿฆต๐Ÿพ", + "leg_medium_dark_skin_tone": "๐Ÿฆต๐Ÿพ", + "leg_tone5": "๐Ÿฆต๐Ÿฟ", + "leg_dark_skin_tone": "๐Ÿฆต๐Ÿฟ", + "mechanical_leg": "๐Ÿฆฟ", + "lipstick": "๐Ÿ’„", + "kiss": "๐Ÿ’‹", + "lips": "๐Ÿ‘„", + "tooth": "๐Ÿฆท", + "bone": "๐Ÿฆด", + "tongue": "๐Ÿ‘…", + "ear": "๐Ÿ‘‚", + "ear_tone1": "๐Ÿ‘‚๐Ÿป", + "ear_tone2": "๐Ÿ‘‚๐Ÿผ", + "ear_tone3": "๐Ÿ‘‚๐Ÿฝ", + "ear_tone4": "๐Ÿ‘‚๐Ÿพ", + "ear_tone5": "๐Ÿ‘‚๐Ÿฟ", + "ear_with_hearing_aid": "๐Ÿฆป", + "ear_with_hearing_aid_tone1": "๐Ÿฆป๐Ÿป", + "ear_with_hearing_aid_light_skin_tone": "๐Ÿฆป๐Ÿป", + "ear_with_hearing_aid_tone2": "๐Ÿฆป๐Ÿผ", + "ear_with_hearing_aid_medium_light_skin_tone": "๐Ÿฆป๐Ÿผ", + "ear_with_hearing_aid_tone3": "๐Ÿฆป๐Ÿฝ", + "ear_with_hearing_aid_medium_skin_tone": "๐Ÿฆป๐Ÿฝ", + "ear_with_hearing_aid_tone4": "๐Ÿฆป๐Ÿพ", + "ear_with_hearing_aid_medium_dark_skin_tone": "๐Ÿฆป๐Ÿพ", + "ear_with_hearing_aid_tone5": "๐Ÿฆป๐Ÿฟ", + "ear_with_hearing_aid_dark_skin_tone": "๐Ÿฆป๐Ÿฟ", + "nose": "๐Ÿ‘ƒ", + "nose_tone1": "๐Ÿ‘ƒ๐Ÿป", + "nose_tone2": "๐Ÿ‘ƒ๐Ÿผ", + "nose_tone3": "๐Ÿ‘ƒ๐Ÿฝ", + "nose_tone4": "๐Ÿ‘ƒ๐Ÿพ", + "nose_tone5": "๐Ÿ‘ƒ๐Ÿฟ", + "footprints": "๐Ÿ‘ฃ", + "eye": "๐Ÿ‘๏ธ", + "eyes": "๐Ÿ‘€", + "brain": "๐Ÿง ", + "anatomical_heart": "๐Ÿซ€", + "lungs": "๐Ÿซ", + "speaking_head": "๐Ÿ—ฃ๏ธ", + "speaking_head_in_silhouette": "๐Ÿ—ฃ๏ธ", + "bust_in_silhouette": "๐Ÿ‘ค", + "busts_in_silhouette": "๐Ÿ‘ฅ", + "people_hugging": "๐Ÿซ‚", + "baby": "๐Ÿ‘ถ", + "baby_tone1": "๐Ÿ‘ถ๐Ÿป", + "baby_tone2": "๐Ÿ‘ถ๐Ÿผ", + "baby_tone3": "๐Ÿ‘ถ๐Ÿฝ", + "baby_tone4": "๐Ÿ‘ถ๐Ÿพ", + "baby_tone5": "๐Ÿ‘ถ๐Ÿฟ", + "girl": "๐Ÿ‘ง", + "girl_tone1": "๐Ÿ‘ง๐Ÿป", + "girl_tone2": "๐Ÿ‘ง๐Ÿผ", + "girl_tone3": "๐Ÿ‘ง๐Ÿฝ", + "girl_tone4": "๐Ÿ‘ง๐Ÿพ", + "girl_tone5": "๐Ÿ‘ง๐Ÿฟ", + "child": "๐Ÿง’", + "child_tone1": "๐Ÿง’๐Ÿป", + "child_light_skin_tone": "๐Ÿง’๐Ÿป", + "child_tone2": "๐Ÿง’๐Ÿผ", + "child_medium_light_skin_tone": "๐Ÿง’๐Ÿผ", + "child_tone3": "๐Ÿง’๐Ÿฝ", + "child_medium_skin_tone": "๐Ÿง’๐Ÿฝ", + "child_tone4": "๐Ÿง’๐Ÿพ", + "child_medium_dark_skin_tone": "๐Ÿง’๐Ÿพ", + "child_tone5": "๐Ÿง’๐Ÿฟ", + "child_dark_skin_tone": "๐Ÿง’๐Ÿฟ", + "boy": "๐Ÿ‘ฆ", + "boy_tone1": "๐Ÿ‘ฆ๐Ÿป", + "boy_tone2": "๐Ÿ‘ฆ๐Ÿผ", + "boy_tone3": "๐Ÿ‘ฆ๐Ÿฝ", + "boy_tone4": "๐Ÿ‘ฆ๐Ÿพ", + "boy_tone5": "๐Ÿ‘ฆ๐Ÿฟ", + "woman": "๐Ÿ‘ฉ", + "woman_tone1": "๐Ÿ‘ฉ๐Ÿป", + "woman_tone2": "๐Ÿ‘ฉ๐Ÿผ", + "woman_tone3": "๐Ÿ‘ฉ๐Ÿฝ", + "woman_tone4": "๐Ÿ‘ฉ๐Ÿพ", + "woman_tone5": "๐Ÿ‘ฉ๐Ÿฟ", + "adult": "๐Ÿง‘", + "adult_tone1": "๐Ÿง‘๐Ÿป", + "adult_light_skin_tone": "๐Ÿง‘๐Ÿป", + "adult_tone2": "๐Ÿง‘๐Ÿผ", + "adult_medium_light_skin_tone": "๐Ÿง‘๐Ÿผ", + "adult_tone3": "๐Ÿง‘๐Ÿฝ", + "adult_medium_skin_tone": "๐Ÿง‘๐Ÿฝ", + "adult_tone4": "๐Ÿง‘๐Ÿพ", + "adult_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพ", + "adult_tone5": "๐Ÿง‘๐Ÿฟ", + "adult_dark_skin_tone": "๐Ÿง‘๐Ÿฟ", + "man": "๐Ÿ‘จ", + "man_tone1": "๐Ÿ‘จ๐Ÿป", + "man_tone2": "๐Ÿ‘จ๐Ÿผ", + "man_tone3": "๐Ÿ‘จ๐Ÿฝ", + "man_tone4": "๐Ÿ‘จ๐Ÿพ", + "man_tone5": "๐Ÿ‘จ๐Ÿฟ", + "person_curly_hair": "๐Ÿง‘โ€๐Ÿฆฑ", + "person_tone1_curly_hair": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฑ", + "person_light_skin_tone_curly_hair": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฑ", + "person_tone2_curly_hair": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฑ", + "person_medium_light_skin_tone_curly_hair": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฑ", + "person_tone3_curly_hair": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฑ", + "person_medium_skin_tone_curly_hair": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฑ", + "person_tone4_curly_hair": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฑ", + "person_medium_dark_skin_tone_curly_hair": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฑ", + "person_tone5_curly_hair": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฑ", + "person_dark_skin_tone_curly_hair": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฑ", + "woman_curly_haired": "๐Ÿ‘ฉโ€๐Ÿฆฑ", + "woman_curly_haired_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฑ", + "woman_curly_haired_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฑ", + "woman_curly_haired_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฑ", + "woman_curly_haired_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฑ", + "woman_curly_haired_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฑ", + "woman_curly_haired_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฑ", + "woman_curly_haired_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฑ", + "woman_curly_haired_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฑ", + "woman_curly_haired_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฑ", + "woman_curly_haired_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฑ", + "man_curly_haired": "๐Ÿ‘จโ€๐Ÿฆฑ", + "man_curly_haired_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฑ", + "man_curly_haired_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฑ", + "man_curly_haired_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฑ", + "man_curly_haired_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฑ", + "man_curly_haired_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฑ", + "man_curly_haired_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฑ", + "man_curly_haired_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฑ", + "man_curly_haired_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฑ", + "man_curly_haired_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฑ", + "man_curly_haired_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฑ", + "person_red_hair": "๐Ÿง‘โ€๐Ÿฆฐ", + "person_tone1_red_hair": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฐ", + "person_light_skin_tone_red_hair": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฐ", + "person_tone2_red_hair": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฐ", + "person_medium_light_skin_tone_red_hair": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฐ", + "person_tone3_red_hair": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฐ", + "person_medium_skin_tone_red_hair": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฐ", + "person_tone4_red_hair": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฐ", + "person_medium_dark_skin_tone_red_hair": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฐ", + "person_tone5_red_hair": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฐ", + "person_dark_skin_tone_red_hair": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฐ", + "woman_red_haired": "๐Ÿ‘ฉโ€๐Ÿฆฐ", + "woman_red_haired_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฐ", + "woman_red_haired_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฐ", + "woman_red_haired_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฐ", + "woman_red_haired_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฐ", + "woman_red_haired_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฐ", + "woman_red_haired_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฐ", + "woman_red_haired_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฐ", + "woman_red_haired_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฐ", + "woman_red_haired_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฐ", + "woman_red_haired_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฐ", + "man_red_haired": "๐Ÿ‘จโ€๐Ÿฆฐ", + "man_red_haired_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฐ", + "man_red_haired_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฐ", + "man_red_haired_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฐ", + "man_red_haired_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฐ", + "man_red_haired_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฐ", + "man_red_haired_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฐ", + "man_red_haired_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฐ", + "man_red_haired_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฐ", + "man_red_haired_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฐ", + "man_red_haired_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฐ", + "blond_haired_woman": "๐Ÿ‘ฑโ€โ™€๏ธ", + "blond_haired_woman_tone1": "๐Ÿ‘ฑ๐Ÿปโ€โ™€๏ธ", + "blond_haired_woman_light_skin_tone": "๐Ÿ‘ฑ๐Ÿปโ€โ™€๏ธ", + "blond_haired_woman_tone2": "๐Ÿ‘ฑ๐Ÿผโ€โ™€๏ธ", + "blond_haired_woman_medium_light_skin_tone": "๐Ÿ‘ฑ๐Ÿผโ€โ™€๏ธ", + "blond_haired_woman_tone3": "๐Ÿ‘ฑ๐Ÿฝโ€โ™€๏ธ", + "blond_haired_woman_medium_skin_tone": "๐Ÿ‘ฑ๐Ÿฝโ€โ™€๏ธ", + "blond_haired_woman_tone4": "๐Ÿ‘ฑ๐Ÿพโ€โ™€๏ธ", + "blond_haired_woman_medium_dark_skin_tone": "๐Ÿ‘ฑ๐Ÿพโ€โ™€๏ธ", + "blond_haired_woman_tone5": "๐Ÿ‘ฑ๐Ÿฟโ€โ™€๏ธ", + "blond_haired_woman_dark_skin_tone": "๐Ÿ‘ฑ๐Ÿฟโ€โ™€๏ธ", + "blond_haired_person": "๐Ÿ‘ฑ", + "person_with_blond_hair": "๐Ÿ‘ฑ", + "blond_haired_person_tone1": "๐Ÿ‘ฑ๐Ÿป", + "person_with_blond_hair_tone1": "๐Ÿ‘ฑ๐Ÿป", + "blond_haired_person_tone2": "๐Ÿ‘ฑ๐Ÿผ", + "person_with_blond_hair_tone2": "๐Ÿ‘ฑ๐Ÿผ", + "blond_haired_person_tone3": "๐Ÿ‘ฑ๐Ÿฝ", + "person_with_blond_hair_tone3": "๐Ÿ‘ฑ๐Ÿฝ", + "blond_haired_person_tone4": "๐Ÿ‘ฑ๐Ÿพ", + "person_with_blond_hair_tone4": "๐Ÿ‘ฑ๐Ÿพ", + "blond_haired_person_tone5": "๐Ÿ‘ฑ๐Ÿฟ", + "person_with_blond_hair_tone5": "๐Ÿ‘ฑ๐Ÿฟ", + "blond_haired_man": "๐Ÿ‘ฑโ€โ™‚๏ธ", + "blond_haired_man_tone1": "๐Ÿ‘ฑ๐Ÿปโ€โ™‚๏ธ", + "blond_haired_man_light_skin_tone": "๐Ÿ‘ฑ๐Ÿปโ€โ™‚๏ธ", + "blond_haired_man_tone2": "๐Ÿ‘ฑ๐Ÿผโ€โ™‚๏ธ", + "blond_haired_man_medium_light_skin_tone": "๐Ÿ‘ฑ๐Ÿผโ€โ™‚๏ธ", + "blond_haired_man_tone3": "๐Ÿ‘ฑ๐Ÿฝโ€โ™‚๏ธ", + "blond_haired_man_medium_skin_tone": "๐Ÿ‘ฑ๐Ÿฝโ€โ™‚๏ธ", + "blond_haired_man_tone4": "๐Ÿ‘ฑ๐Ÿพโ€โ™‚๏ธ", + "blond_haired_man_medium_dark_skin_tone": "๐Ÿ‘ฑ๐Ÿพโ€โ™‚๏ธ", + "blond_haired_man_tone5": "๐Ÿ‘ฑ๐Ÿฟโ€โ™‚๏ธ", + "blond_haired_man_dark_skin_tone": "๐Ÿ‘ฑ๐Ÿฟโ€โ™‚๏ธ", + "person_white_hair": "๐Ÿง‘โ€๐Ÿฆณ", + "person_tone1_white_hair": "๐Ÿง‘๐Ÿปโ€๐Ÿฆณ", + "person_light_skin_tone_white_hair": "๐Ÿง‘๐Ÿปโ€๐Ÿฆณ", + "person_tone2_white_hair": "๐Ÿง‘๐Ÿผโ€๐Ÿฆณ", + "person_medium_light_skin_tone_white_hair": "๐Ÿง‘๐Ÿผโ€๐Ÿฆณ", + "person_tone3_white_hair": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆณ", + "person_medium_skin_tone_white_hair": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆณ", + "person_tone4_white_hair": "๐Ÿง‘๐Ÿพโ€๐Ÿฆณ", + "person_medium_dark_skin_tone_white_hair": "๐Ÿง‘๐Ÿพโ€๐Ÿฆณ", + "person_tone5_white_hair": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆณ", + "person_dark_skin_tone_white_hair": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆณ", + "woman_white_haired": "๐Ÿ‘ฉโ€๐Ÿฆณ", + "woman_white_haired_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆณ", + "woman_white_haired_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆณ", + "woman_white_haired_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆณ", + "woman_white_haired_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆณ", + "woman_white_haired_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆณ", + "woman_white_haired_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆณ", + "woman_white_haired_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆณ", + "woman_white_haired_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆณ", + "woman_white_haired_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆณ", + "woman_white_haired_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆณ", + "man_white_haired": "๐Ÿ‘จโ€๐Ÿฆณ", + "man_white_haired_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆณ", + "man_white_haired_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆณ", + "man_white_haired_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆณ", + "man_white_haired_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆณ", + "man_white_haired_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆณ", + "man_white_haired_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆณ", + "man_white_haired_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆณ", + "man_white_haired_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆณ", + "man_white_haired_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆณ", + "man_white_haired_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆณ", + "person_bald": "๐Ÿง‘โ€๐Ÿฆฒ", + "person_tone1_bald": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฒ", + "person_light_skin_tone_bald": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฒ", + "person_tone2_bald": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฒ", + "person_medium_light_skin_tone_bald": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฒ", + "person_tone3_bald": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฒ", + "person_medium_skin_tone_bald": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฒ", + "person_tone4_bald": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฒ", + "person_medium_dark_skin_tone_bald": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฒ", + "person_tone5_bald": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฒ", + "person_dark_skin_tone_bald": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฒ", + "woman_bald": "๐Ÿ‘ฉโ€๐Ÿฆฒ", + "woman_bald_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฒ", + "woman_bald_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฒ", + "woman_bald_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฒ", + "woman_bald_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฒ", + "woman_bald_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฒ", + "woman_bald_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฒ", + "woman_bald_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฒ", + "woman_bald_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฒ", + "woman_bald_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฒ", + "woman_bald_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฒ", + "man_bald": "๐Ÿ‘จโ€๐Ÿฆฒ", + "man_bald_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฒ", + "man_bald_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฒ", + "man_bald_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฒ", + "man_bald_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฒ", + "man_bald_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฒ", + "man_bald_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฒ", + "man_bald_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฒ", + "man_bald_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฒ", + "man_bald_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฒ", + "man_bald_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฒ", + "bearded_person": "๐Ÿง”", + "bearded_person_tone1": "๐Ÿง”๐Ÿป", + "bearded_person_light_skin_tone": "๐Ÿง”๐Ÿป", + "bearded_person_tone2": "๐Ÿง”๐Ÿผ", + "bearded_person_medium_light_skin_tone": "๐Ÿง”๐Ÿผ", + "bearded_person_tone3": "๐Ÿง”๐Ÿฝ", + "bearded_person_medium_skin_tone": "๐Ÿง”๐Ÿฝ", + "bearded_person_tone4": "๐Ÿง”๐Ÿพ", + "bearded_person_medium_dark_skin_tone": "๐Ÿง”๐Ÿพ", + "bearded_person_tone5": "๐Ÿง”๐Ÿฟ", + "bearded_person_dark_skin_tone": "๐Ÿง”๐Ÿฟ", + "older_woman": "๐Ÿ‘ต", + "grandma": "๐Ÿ‘ต", + "older_woman_tone1": "๐Ÿ‘ต๐Ÿป", + "grandma_tone1": "๐Ÿ‘ต๐Ÿป", + "older_woman_tone2": "๐Ÿ‘ต๐Ÿผ", + "grandma_tone2": "๐Ÿ‘ต๐Ÿผ", + "older_woman_tone3": "๐Ÿ‘ต๐Ÿฝ", + "grandma_tone3": "๐Ÿ‘ต๐Ÿฝ", + "older_woman_tone4": "๐Ÿ‘ต๐Ÿพ", + "grandma_tone4": "๐Ÿ‘ต๐Ÿพ", + "older_woman_tone5": "๐Ÿ‘ต๐Ÿฟ", + "grandma_tone5": "๐Ÿ‘ต๐Ÿฟ", + "older_adult": "๐Ÿง“", + "older_adult_tone1": "๐Ÿง“๐Ÿป", + "older_adult_light_skin_tone": "๐Ÿง“๐Ÿป", + "older_adult_tone2": "๐Ÿง“๐Ÿผ", + "older_adult_medium_light_skin_tone": "๐Ÿง“๐Ÿผ", + "older_adult_tone3": "๐Ÿง“๐Ÿฝ", + "older_adult_medium_skin_tone": "๐Ÿง“๐Ÿฝ", + "older_adult_tone4": "๐Ÿง“๐Ÿพ", + "older_adult_medium_dark_skin_tone": "๐Ÿง“๐Ÿพ", + "older_adult_tone5": "๐Ÿง“๐Ÿฟ", + "older_adult_dark_skin_tone": "๐Ÿง“๐Ÿฟ", + "older_man": "๐Ÿ‘ด", + "older_man_tone1": "๐Ÿ‘ด๐Ÿป", + "older_man_tone2": "๐Ÿ‘ด๐Ÿผ", + "older_man_tone3": "๐Ÿ‘ด๐Ÿฝ", + "older_man_tone4": "๐Ÿ‘ด๐Ÿพ", + "older_man_tone5": "๐Ÿ‘ด๐Ÿฟ", + "man_with_chinese_cap": "๐Ÿ‘ฒ", + "man_with_gua_pi_mao": "๐Ÿ‘ฒ", + "man_with_chinese_cap_tone1": "๐Ÿ‘ฒ๐Ÿป", + "man_with_gua_pi_mao_tone1": "๐Ÿ‘ฒ๐Ÿป", + "man_with_chinese_cap_tone2": "๐Ÿ‘ฒ๐Ÿผ", + "man_with_gua_pi_mao_tone2": "๐Ÿ‘ฒ๐Ÿผ", + "man_with_chinese_cap_tone3": "๐Ÿ‘ฒ๐Ÿฝ", + "man_with_gua_pi_mao_tone3": "๐Ÿ‘ฒ๐Ÿฝ", + "man_with_chinese_cap_tone4": "๐Ÿ‘ฒ๐Ÿพ", + "man_with_gua_pi_mao_tone4": "๐Ÿ‘ฒ๐Ÿพ", + "man_with_chinese_cap_tone5": "๐Ÿ‘ฒ๐Ÿฟ", + "man_with_gua_pi_mao_tone5": "๐Ÿ‘ฒ๐Ÿฟ", + "person_wearing_turban": "๐Ÿ‘ณ", + "man_with_turban": "๐Ÿ‘ณ", + "person_wearing_turban_tone1": "๐Ÿ‘ณ๐Ÿป", + "man_with_turban_tone1": "๐Ÿ‘ณ๐Ÿป", + "person_wearing_turban_tone2": "๐Ÿ‘ณ๐Ÿผ", + "man_with_turban_tone2": "๐Ÿ‘ณ๐Ÿผ", + "person_wearing_turban_tone3": "๐Ÿ‘ณ๐Ÿฝ", + "man_with_turban_tone3": "๐Ÿ‘ณ๐Ÿฝ", + "person_wearing_turban_tone4": "๐Ÿ‘ณ๐Ÿพ", + "man_with_turban_tone4": "๐Ÿ‘ณ๐Ÿพ", + "person_wearing_turban_tone5": "๐Ÿ‘ณ๐Ÿฟ", + "man_with_turban_tone5": "๐Ÿ‘ณ๐Ÿฟ", + "woman_wearing_turban": "๐Ÿ‘ณโ€โ™€๏ธ", + "woman_wearing_turban_tone1": "๐Ÿ‘ณ๐Ÿปโ€โ™€๏ธ", + "woman_wearing_turban_light_skin_tone": "๐Ÿ‘ณ๐Ÿปโ€โ™€๏ธ", + "woman_wearing_turban_tone2": "๐Ÿ‘ณ๐Ÿผโ€โ™€๏ธ", + "woman_wearing_turban_medium_light_skin_tone": "๐Ÿ‘ณ๐Ÿผโ€โ™€๏ธ", + "woman_wearing_turban_tone3": "๐Ÿ‘ณ๐Ÿฝโ€โ™€๏ธ", + "woman_wearing_turban_medium_skin_tone": "๐Ÿ‘ณ๐Ÿฝโ€โ™€๏ธ", + "woman_wearing_turban_tone4": "๐Ÿ‘ณ๐Ÿพโ€โ™€๏ธ", + "woman_wearing_turban_medium_dark_skin_tone": "๐Ÿ‘ณ๐Ÿพโ€โ™€๏ธ", + "woman_wearing_turban_tone5": "๐Ÿ‘ณ๐Ÿฟโ€โ™€๏ธ", + "woman_wearing_turban_dark_skin_tone": "๐Ÿ‘ณ๐Ÿฟโ€โ™€๏ธ", + "man_wearing_turban": "๐Ÿ‘ณโ€โ™‚๏ธ", + "man_wearing_turban_tone1": "๐Ÿ‘ณ๐Ÿปโ€โ™‚๏ธ", + "man_wearing_turban_light_skin_tone": "๐Ÿ‘ณ๐Ÿปโ€โ™‚๏ธ", + "man_wearing_turban_tone2": "๐Ÿ‘ณ๐Ÿผโ€โ™‚๏ธ", + "man_wearing_turban_medium_light_skin_tone": "๐Ÿ‘ณ๐Ÿผโ€โ™‚๏ธ", + "man_wearing_turban_tone3": "๐Ÿ‘ณ๐Ÿฝโ€โ™‚๏ธ", + "man_wearing_turban_medium_skin_tone": "๐Ÿ‘ณ๐Ÿฝโ€โ™‚๏ธ", + "man_wearing_turban_tone4": "๐Ÿ‘ณ๐Ÿพโ€โ™‚๏ธ", + "man_wearing_turban_medium_dark_skin_tone": "๐Ÿ‘ณ๐Ÿพโ€โ™‚๏ธ", + "man_wearing_turban_tone5": "๐Ÿ‘ณ๐Ÿฟโ€โ™‚๏ธ", + "man_wearing_turban_dark_skin_tone": "๐Ÿ‘ณ๐Ÿฟโ€โ™‚๏ธ", + "woman_with_headscarf": "๐Ÿง•", + "woman_with_headscarf_tone1": "๐Ÿง•๐Ÿป", + "woman_with_headscarf_light_skin_tone": "๐Ÿง•๐Ÿป", + "woman_with_headscarf_tone2": "๐Ÿง•๐Ÿผ", + "woman_with_headscarf_medium_light_skin_tone": "๐Ÿง•๐Ÿผ", + "woman_with_headscarf_tone3": "๐Ÿง•๐Ÿฝ", + "woman_with_headscarf_medium_skin_tone": "๐Ÿง•๐Ÿฝ", + "woman_with_headscarf_tone4": "๐Ÿง•๐Ÿพ", + "woman_with_headscarf_medium_dark_skin_tone": "๐Ÿง•๐Ÿพ", + "woman_with_headscarf_tone5": "๐Ÿง•๐Ÿฟ", + "woman_with_headscarf_dark_skin_tone": "๐Ÿง•๐Ÿฟ", + "police_officer": "๐Ÿ‘ฎ", + "cop": "๐Ÿ‘ฎ", + "police_officer_tone1": "๐Ÿ‘ฎ๐Ÿป", + "cop_tone1": "๐Ÿ‘ฎ๐Ÿป", + "police_officer_tone2": "๐Ÿ‘ฎ๐Ÿผ", + "cop_tone2": "๐Ÿ‘ฎ๐Ÿผ", + "police_officer_tone3": "๐Ÿ‘ฎ๐Ÿฝ", + "cop_tone3": "๐Ÿ‘ฎ๐Ÿฝ", + "police_officer_tone4": "๐Ÿ‘ฎ๐Ÿพ", + "cop_tone4": "๐Ÿ‘ฎ๐Ÿพ", + "police_officer_tone5": "๐Ÿ‘ฎ๐Ÿฟ", + "cop_tone5": "๐Ÿ‘ฎ๐Ÿฟ", + "woman_police_officer": "๐Ÿ‘ฎโ€โ™€๏ธ", + "woman_police_officer_tone1": "๐Ÿ‘ฎ๐Ÿปโ€โ™€๏ธ", + "woman_police_officer_light_skin_tone": "๐Ÿ‘ฎ๐Ÿปโ€โ™€๏ธ", + "woman_police_officer_tone2": "๐Ÿ‘ฎ๐Ÿผโ€โ™€๏ธ", + "woman_police_officer_medium_light_skin_tone": "๐Ÿ‘ฎ๐Ÿผโ€โ™€๏ธ", + "woman_police_officer_tone3": "๐Ÿ‘ฎ๐Ÿฝโ€โ™€๏ธ", + "woman_police_officer_medium_skin_tone": "๐Ÿ‘ฎ๐Ÿฝโ€โ™€๏ธ", + "woman_police_officer_tone4": "๐Ÿ‘ฎ๐Ÿพโ€โ™€๏ธ", + "woman_police_officer_medium_dark_skin_tone": "๐Ÿ‘ฎ๐Ÿพโ€โ™€๏ธ", + "woman_police_officer_tone5": "๐Ÿ‘ฎ๐Ÿฟโ€โ™€๏ธ", + "woman_police_officer_dark_skin_tone": "๐Ÿ‘ฎ๐Ÿฟโ€โ™€๏ธ", + "man_police_officer": "๐Ÿ‘ฎโ€โ™‚๏ธ", + "man_police_officer_tone1": "๐Ÿ‘ฎ๐Ÿปโ€โ™‚๏ธ", + "man_police_officer_light_skin_tone": "๐Ÿ‘ฎ๐Ÿปโ€โ™‚๏ธ", + "man_police_officer_tone2": "๐Ÿ‘ฎ๐Ÿผโ€โ™‚๏ธ", + "man_police_officer_medium_light_skin_tone": "๐Ÿ‘ฎ๐Ÿผโ€โ™‚๏ธ", + "man_police_officer_tone3": "๐Ÿ‘ฎ๐Ÿฝโ€โ™‚๏ธ", + "man_police_officer_medium_skin_tone": "๐Ÿ‘ฎ๐Ÿฝโ€โ™‚๏ธ", + "man_police_officer_tone4": "๐Ÿ‘ฎ๐Ÿพโ€โ™‚๏ธ", + "man_police_officer_medium_dark_skin_tone": "๐Ÿ‘ฎ๐Ÿพโ€โ™‚๏ธ", + "man_police_officer_tone5": "๐Ÿ‘ฎ๐Ÿฟโ€โ™‚๏ธ", + "man_police_officer_dark_skin_tone": "๐Ÿ‘ฎ๐Ÿฟโ€โ™‚๏ธ", + "construction_worker": "๐Ÿ‘ท", + "construction_worker_tone1": "๐Ÿ‘ท๐Ÿป", + "construction_worker_tone2": "๐Ÿ‘ท๐Ÿผ", + "construction_worker_tone3": "๐Ÿ‘ท๐Ÿฝ", + "construction_worker_tone4": "๐Ÿ‘ท๐Ÿพ", + "construction_worker_tone5": "๐Ÿ‘ท๐Ÿฟ", + "woman_construction_worker": "๐Ÿ‘ทโ€โ™€๏ธ", + "woman_construction_worker_tone1": "๐Ÿ‘ท๐Ÿปโ€โ™€๏ธ", + "woman_construction_worker_light_skin_tone": "๐Ÿ‘ท๐Ÿปโ€โ™€๏ธ", + "woman_construction_worker_tone2": "๐Ÿ‘ท๐Ÿผโ€โ™€๏ธ", + "woman_construction_worker_medium_light_skin_tone": "๐Ÿ‘ท๐Ÿผโ€โ™€๏ธ", + "woman_construction_worker_tone3": "๐Ÿ‘ท๐Ÿฝโ€โ™€๏ธ", + "woman_construction_worker_medium_skin_tone": "๐Ÿ‘ท๐Ÿฝโ€โ™€๏ธ", + "woman_construction_worker_tone4": "๐Ÿ‘ท๐Ÿพโ€โ™€๏ธ", + "woman_construction_worker_medium_dark_skin_tone": "๐Ÿ‘ท๐Ÿพโ€โ™€๏ธ", + "woman_construction_worker_tone5": "๐Ÿ‘ท๐Ÿฟโ€โ™€๏ธ", + "woman_construction_worker_dark_skin_tone": "๐Ÿ‘ท๐Ÿฟโ€โ™€๏ธ", + "man_construction_worker": "๐Ÿ‘ทโ€โ™‚๏ธ", + "man_construction_worker_tone1": "๐Ÿ‘ท๐Ÿปโ€โ™‚๏ธ", + "man_construction_worker_light_skin_tone": "๐Ÿ‘ท๐Ÿปโ€โ™‚๏ธ", + "man_construction_worker_tone2": "๐Ÿ‘ท๐Ÿผโ€โ™‚๏ธ", + "man_construction_worker_medium_light_skin_tone": "๐Ÿ‘ท๐Ÿผโ€โ™‚๏ธ", + "man_construction_worker_tone3": "๐Ÿ‘ท๐Ÿฝโ€โ™‚๏ธ", + "man_construction_worker_medium_skin_tone": "๐Ÿ‘ท๐Ÿฝโ€โ™‚๏ธ", + "man_construction_worker_tone4": "๐Ÿ‘ท๐Ÿพโ€โ™‚๏ธ", + "man_construction_worker_medium_dark_skin_tone": "๐Ÿ‘ท๐Ÿพโ€โ™‚๏ธ", + "man_construction_worker_tone5": "๐Ÿ‘ท๐Ÿฟโ€โ™‚๏ธ", + "man_construction_worker_dark_skin_tone": "๐Ÿ‘ท๐Ÿฟโ€โ™‚๏ธ", + "guard": "๐Ÿ’‚", + "guardsman": "๐Ÿ’‚", + "guard_tone1": "๐Ÿ’‚๐Ÿป", + "guardsman_tone1": "๐Ÿ’‚๐Ÿป", + "guard_tone2": "๐Ÿ’‚๐Ÿผ", + "guardsman_tone2": "๐Ÿ’‚๐Ÿผ", + "guard_tone3": "๐Ÿ’‚๐Ÿฝ", + "guardsman_tone3": "๐Ÿ’‚๐Ÿฝ", + "guard_tone4": "๐Ÿ’‚๐Ÿพ", + "guardsman_tone4": "๐Ÿ’‚๐Ÿพ", + "guard_tone5": "๐Ÿ’‚๐Ÿฟ", + "guardsman_tone5": "๐Ÿ’‚๐Ÿฟ", + "woman_guard": "๐Ÿ’‚โ€โ™€๏ธ", + "woman_guard_tone1": "๐Ÿ’‚๐Ÿปโ€โ™€๏ธ", + "woman_guard_light_skin_tone": "๐Ÿ’‚๐Ÿปโ€โ™€๏ธ", + "woman_guard_tone2": "๐Ÿ’‚๐Ÿผโ€โ™€๏ธ", + "woman_guard_medium_light_skin_tone": "๐Ÿ’‚๐Ÿผโ€โ™€๏ธ", + "woman_guard_tone3": "๐Ÿ’‚๐Ÿฝโ€โ™€๏ธ", + "woman_guard_medium_skin_tone": "๐Ÿ’‚๐Ÿฝโ€โ™€๏ธ", + "woman_guard_tone4": "๐Ÿ’‚๐Ÿพโ€โ™€๏ธ", + "woman_guard_medium_dark_skin_tone": "๐Ÿ’‚๐Ÿพโ€โ™€๏ธ", + "woman_guard_tone5": "๐Ÿ’‚๐Ÿฟโ€โ™€๏ธ", + "woman_guard_dark_skin_tone": "๐Ÿ’‚๐Ÿฟโ€โ™€๏ธ", + "man_guard": "๐Ÿ’‚โ€โ™‚๏ธ", + "man_guard_tone1": "๐Ÿ’‚๐Ÿปโ€โ™‚๏ธ", + "man_guard_light_skin_tone": "๐Ÿ’‚๐Ÿปโ€โ™‚๏ธ", + "man_guard_tone2": "๐Ÿ’‚๐Ÿผโ€โ™‚๏ธ", + "man_guard_medium_light_skin_tone": "๐Ÿ’‚๐Ÿผโ€โ™‚๏ธ", + "man_guard_tone3": "๐Ÿ’‚๐Ÿฝโ€โ™‚๏ธ", + "man_guard_medium_skin_tone": "๐Ÿ’‚๐Ÿฝโ€โ™‚๏ธ", + "man_guard_tone4": "๐Ÿ’‚๐Ÿพโ€โ™‚๏ธ", + "man_guard_medium_dark_skin_tone": "๐Ÿ’‚๐Ÿพโ€โ™‚๏ธ", + "man_guard_tone5": "๐Ÿ’‚๐Ÿฟโ€โ™‚๏ธ", + "man_guard_dark_skin_tone": "๐Ÿ’‚๐Ÿฟโ€โ™‚๏ธ", + "detective": "๐Ÿ•ต๏ธ", + "spy": "๐Ÿ•ต๏ธ", + "sleuth_or_spy": "๐Ÿ•ต๏ธ", + "detective_tone1": "๐Ÿ•ต๐Ÿป", + "spy_tone1": "๐Ÿ•ต๐Ÿป", + "sleuth_or_spy_tone1": "๐Ÿ•ต๐Ÿป", + "detective_tone2": "๐Ÿ•ต๐Ÿผ", + "spy_tone2": "๐Ÿ•ต๐Ÿผ", + "sleuth_or_spy_tone2": "๐Ÿ•ต๐Ÿผ", + "detective_tone3": "๐Ÿ•ต๐Ÿฝ", + "spy_tone3": "๐Ÿ•ต๐Ÿฝ", + "sleuth_or_spy_tone3": "๐Ÿ•ต๐Ÿฝ", + "detective_tone4": "๐Ÿ•ต๐Ÿพ", + "spy_tone4": "๐Ÿ•ต๐Ÿพ", + "sleuth_or_spy_tone4": "๐Ÿ•ต๐Ÿพ", + "detective_tone5": "๐Ÿ•ต๐Ÿฟ", + "spy_tone5": "๐Ÿ•ต๐Ÿฟ", + "sleuth_or_spy_tone5": "๐Ÿ•ต๐Ÿฟ", + "woman_detective": "๐Ÿ•ต๏ธโ€โ™€๏ธ", + "woman_detective_tone1": "๐Ÿ•ต๐Ÿปโ€โ™€๏ธ", + "woman_detective_light_skin_tone": "๐Ÿ•ต๐Ÿปโ€โ™€๏ธ", + "woman_detective_tone2": "๐Ÿ•ต๐Ÿผโ€โ™€๏ธ", + "woman_detective_medium_light_skin_tone": "๐Ÿ•ต๐Ÿผโ€โ™€๏ธ", + "woman_detective_tone3": "๐Ÿ•ต๐Ÿฝโ€โ™€๏ธ", + "woman_detective_medium_skin_tone": "๐Ÿ•ต๐Ÿฝโ€โ™€๏ธ", + "woman_detective_tone4": "๐Ÿ•ต๐Ÿพโ€โ™€๏ธ", + "woman_detective_medium_dark_skin_tone": "๐Ÿ•ต๐Ÿพโ€โ™€๏ธ", + "woman_detective_tone5": "๐Ÿ•ต๐Ÿฟโ€โ™€๏ธ", + "woman_detective_dark_skin_tone": "๐Ÿ•ต๐Ÿฟโ€โ™€๏ธ", + "man_detective": "๐Ÿ•ต๏ธโ€โ™‚๏ธ", + "man_detective_tone1": "๐Ÿ•ต๐Ÿปโ€โ™‚๏ธ", + "man_detective_light_skin_tone": "๐Ÿ•ต๐Ÿปโ€โ™‚๏ธ", + "man_detective_tone2": "๐Ÿ•ต๐Ÿผโ€โ™‚๏ธ", + "man_detective_medium_light_skin_tone": "๐Ÿ•ต๐Ÿผโ€โ™‚๏ธ", + "man_detective_tone3": "๐Ÿ•ต๐Ÿฝโ€โ™‚๏ธ", + "man_detective_medium_skin_tone": "๐Ÿ•ต๐Ÿฝโ€โ™‚๏ธ", + "man_detective_tone4": "๐Ÿ•ต๐Ÿพโ€โ™‚๏ธ", + "man_detective_medium_dark_skin_tone": "๐Ÿ•ต๐Ÿพโ€โ™‚๏ธ", + "man_detective_tone5": "๐Ÿ•ต๐Ÿฟโ€โ™‚๏ธ", + "man_detective_dark_skin_tone": "๐Ÿ•ต๐Ÿฟโ€โ™‚๏ธ", + "health_worker": "๐Ÿง‘โ€โš•๏ธ", + "health_worker_tone1": "๐Ÿง‘๐Ÿปโ€โš•๏ธ", + "health_worker_light_skin_tone": "๐Ÿง‘๐Ÿปโ€โš•๏ธ", + "health_worker_tone2": "๐Ÿง‘๐Ÿผโ€โš•๏ธ", + "health_worker_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€โš•๏ธ", + "health_worker_tone3": "๐Ÿง‘๐Ÿฝโ€โš•๏ธ", + "health_worker_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€โš•๏ธ", + "health_worker_tone4": "๐Ÿง‘๐Ÿพโ€โš•๏ธ", + "health_worker_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€โš•๏ธ", + "health_worker_tone5": "๐Ÿง‘๐Ÿฟโ€โš•๏ธ", + "health_worker_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€โš•๏ธ", + "woman_health_worker": "๐Ÿ‘ฉโ€โš•๏ธ", + "woman_health_worker_tone1": "๐Ÿ‘ฉ๐Ÿปโ€โš•๏ธ", + "woman_health_worker_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€โš•๏ธ", + "woman_health_worker_tone2": "๐Ÿ‘ฉ๐Ÿผโ€โš•๏ธ", + "woman_health_worker_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€โš•๏ธ", + "woman_health_worker_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€โš•๏ธ", + "woman_health_worker_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€โš•๏ธ", + "woman_health_worker_tone4": "๐Ÿ‘ฉ๐Ÿพโ€โš•๏ธ", + "woman_health_worker_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€โš•๏ธ", + "woman_health_worker_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€โš•๏ธ", + "woman_health_worker_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€โš•๏ธ", + "man_health_worker": "๐Ÿ‘จโ€โš•๏ธ", + "man_health_worker_tone1": "๐Ÿ‘จ๐Ÿปโ€โš•๏ธ", + "man_health_worker_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€โš•๏ธ", + "man_health_worker_tone2": "๐Ÿ‘จ๐Ÿผโ€โš•๏ธ", + "man_health_worker_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€โš•๏ธ", + "man_health_worker_tone3": "๐Ÿ‘จ๐Ÿฝโ€โš•๏ธ", + "man_health_worker_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€โš•๏ธ", + "man_health_worker_tone4": "๐Ÿ‘จ๐Ÿพโ€โš•๏ธ", + "man_health_worker_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€โš•๏ธ", + "man_health_worker_tone5": "๐Ÿ‘จ๐Ÿฟโ€โš•๏ธ", + "man_health_worker_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€โš•๏ธ", + "farmer": "๐Ÿง‘โ€๐ŸŒพ", + "farmer_tone1": "๐Ÿง‘๐Ÿปโ€๐ŸŒพ", + "farmer_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐ŸŒพ", + "farmer_tone2": "๐Ÿง‘๐Ÿผโ€๐ŸŒพ", + "farmer_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐ŸŒพ", + "farmer_tone3": "๐Ÿง‘๐Ÿฝโ€๐ŸŒพ", + "farmer_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐ŸŒพ", + "farmer_tone4": "๐Ÿง‘๐Ÿพโ€๐ŸŒพ", + "farmer_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐ŸŒพ", + "farmer_tone5": "๐Ÿง‘๐Ÿฟโ€๐ŸŒพ", + "farmer_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐ŸŒพ", + "woman_farmer": "๐Ÿ‘ฉโ€๐ŸŒพ", + "woman_farmer_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐ŸŒพ", + "woman_farmer_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐ŸŒพ", + "woman_farmer_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐ŸŒพ", + "woman_farmer_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐ŸŒพ", + "woman_farmer_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŒพ", + "woman_farmer_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŒพ", + "woman_farmer_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐ŸŒพ", + "woman_farmer_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐ŸŒพ", + "woman_farmer_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŒพ", + "woman_farmer_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŒพ", + "man_farmer": "๐Ÿ‘จโ€๐ŸŒพ", + "man_farmer_tone1": "๐Ÿ‘จ๐Ÿปโ€๐ŸŒพ", + "man_farmer_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐ŸŒพ", + "man_farmer_tone2": "๐Ÿ‘จ๐Ÿผโ€๐ŸŒพ", + "man_farmer_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐ŸŒพ", + "man_farmer_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐ŸŒพ", + "man_farmer_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐ŸŒพ", + "man_farmer_tone4": "๐Ÿ‘จ๐Ÿพโ€๐ŸŒพ", + "man_farmer_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐ŸŒพ", + "man_farmer_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐ŸŒพ", + "man_farmer_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐ŸŒพ", + "cook": "๐Ÿง‘โ€๐Ÿณ", + "cook_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿณ", + "cook_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿณ", + "cook_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿณ", + "cook_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿณ", + "cook_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿณ", + "cook_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿณ", + "cook_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿณ", + "cook_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿณ", + "cook_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿณ", + "cook_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿณ", + "woman_cook": "๐Ÿ‘ฉโ€๐Ÿณ", + "woman_cook_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿณ", + "woman_cook_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿณ", + "woman_cook_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿณ", + "woman_cook_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿณ", + "woman_cook_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿณ", + "woman_cook_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿณ", + "woman_cook_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿณ", + "woman_cook_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿณ", + "woman_cook_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿณ", + "woman_cook_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿณ", + "man_cook": "๐Ÿ‘จโ€๐Ÿณ", + "man_cook_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿณ", + "man_cook_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿณ", + "man_cook_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿณ", + "man_cook_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿณ", + "man_cook_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿณ", + "man_cook_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿณ", + "man_cook_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿณ", + "man_cook_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿณ", + "man_cook_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿณ", + "man_cook_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿณ", + "student": "๐Ÿง‘โ€๐ŸŽ“", + "student_tone1": "๐Ÿง‘๐Ÿปโ€๐ŸŽ“", + "student_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐ŸŽ“", + "student_tone2": "๐Ÿง‘๐Ÿผโ€๐ŸŽ“", + "student_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐ŸŽ“", + "student_tone3": "๐Ÿง‘๐Ÿฝโ€๐ŸŽ“", + "student_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐ŸŽ“", + "student_tone4": "๐Ÿง‘๐Ÿพโ€๐ŸŽ“", + "student_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐ŸŽ“", + "student_tone5": "๐Ÿง‘๐Ÿฟโ€๐ŸŽ“", + "student_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐ŸŽ“", + "woman_student": "๐Ÿ‘ฉโ€๐ŸŽ“", + "woman_student_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽ“", + "woman_student_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽ“", + "woman_student_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐ŸŽ“", + "woman_student_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐ŸŽ“", + "woman_student_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŽ“", + "woman_student_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŽ“", + "woman_student_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐ŸŽ“", + "woman_student_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐ŸŽ“", + "woman_student_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŽ“", + "woman_student_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŽ“", + "man_student": "๐Ÿ‘จโ€๐ŸŽ“", + "man_student_tone1": "๐Ÿ‘จ๐Ÿปโ€๐ŸŽ“", + "man_student_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐ŸŽ“", + "man_student_tone2": "๐Ÿ‘จ๐Ÿผโ€๐ŸŽ“", + "man_student_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐ŸŽ“", + "man_student_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐ŸŽ“", + "man_student_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐ŸŽ“", + "man_student_tone4": "๐Ÿ‘จ๐Ÿพโ€๐ŸŽ“", + "man_student_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐ŸŽ“", + "man_student_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐ŸŽ“", + "man_student_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐ŸŽ“", + "singer": "๐Ÿง‘โ€๐ŸŽค", + "singer_tone1": "๐Ÿง‘๐Ÿปโ€๐ŸŽค", + "singer_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐ŸŽค", + "singer_tone2": "๐Ÿง‘๐Ÿผโ€๐ŸŽค", + "singer_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐ŸŽค", + "singer_tone3": "๐Ÿง‘๐Ÿฝโ€๐ŸŽค", + "singer_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐ŸŽค", + "singer_tone4": "๐Ÿง‘๐Ÿพโ€๐ŸŽค", + "singer_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐ŸŽค", + "singer_tone5": "๐Ÿง‘๐Ÿฟโ€๐ŸŽค", + "singer_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐ŸŽค", + "woman_singer": "๐Ÿ‘ฉโ€๐ŸŽค", + "woman_singer_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽค", + "woman_singer_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽค", + "woman_singer_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐ŸŽค", + "woman_singer_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐ŸŽค", + "woman_singer_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŽค", + "woman_singer_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŽค", + "woman_singer_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐ŸŽค", + "woman_singer_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐ŸŽค", + "woman_singer_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŽค", + "woman_singer_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŽค", + "man_singer": "๐Ÿ‘จโ€๐ŸŽค", + "man_singer_tone1": "๐Ÿ‘จ๐Ÿปโ€๐ŸŽค", + "man_singer_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐ŸŽค", + "man_singer_tone2": "๐Ÿ‘จ๐Ÿผโ€๐ŸŽค", + "man_singer_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐ŸŽค", + "man_singer_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐ŸŽค", + "man_singer_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐ŸŽค", + "man_singer_tone4": "๐Ÿ‘จ๐Ÿพโ€๐ŸŽค", + "man_singer_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐ŸŽค", + "man_singer_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐ŸŽค", + "man_singer_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐ŸŽค", + "teacher": "๐Ÿง‘โ€๐Ÿซ", + "teacher_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿซ", + "teacher_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿซ", + "teacher_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿซ", + "teacher_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿซ", + "teacher_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿซ", + "teacher_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿซ", + "teacher_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿซ", + "teacher_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿซ", + "teacher_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿซ", + "teacher_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿซ", + "woman_teacher": "๐Ÿ‘ฉโ€๐Ÿซ", + "woman_teacher_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿซ", + "woman_teacher_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿซ", + "woman_teacher_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿซ", + "woman_teacher_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿซ", + "woman_teacher_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿซ", + "woman_teacher_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿซ", + "woman_teacher_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿซ", + "woman_teacher_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿซ", + "woman_teacher_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿซ", + "woman_teacher_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿซ", + "man_teacher": "๐Ÿ‘จโ€๐Ÿซ", + "man_teacher_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿซ", + "man_teacher_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿซ", + "man_teacher_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿซ", + "man_teacher_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿซ", + "man_teacher_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿซ", + "man_teacher_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿซ", + "man_teacher_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿซ", + "man_teacher_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿซ", + "man_teacher_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿซ", + "man_teacher_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿซ", + "factory_worker": "๐Ÿง‘โ€๐Ÿญ", + "factory_worker_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿญ", + "factory_worker_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿญ", + "factory_worker_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿญ", + "factory_worker_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿญ", + "factory_worker_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿญ", + "factory_worker_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿญ", + "factory_worker_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿญ", + "factory_worker_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿญ", + "factory_worker_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿญ", + "factory_worker_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿญ", + "woman_factory_worker": "๐Ÿ‘ฉโ€๐Ÿญ", + "woman_factory_worker_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿญ", + "woman_factory_worker_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿญ", + "woman_factory_worker_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿญ", + "woman_factory_worker_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿญ", + "woman_factory_worker_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿญ", + "woman_factory_worker_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿญ", + "woman_factory_worker_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿญ", + "woman_factory_worker_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿญ", + "woman_factory_worker_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿญ", + "woman_factory_worker_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿญ", + "man_factory_worker": "๐Ÿ‘จโ€๐Ÿญ", + "man_factory_worker_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿญ", + "man_factory_worker_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿญ", + "man_factory_worker_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿญ", + "man_factory_worker_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿญ", + "man_factory_worker_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿญ", + "man_factory_worker_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿญ", + "man_factory_worker_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿญ", + "man_factory_worker_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿญ", + "man_factory_worker_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿญ", + "man_factory_worker_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿญ", + "technologist": "๐Ÿง‘โ€๐Ÿ’ป", + "technologist_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿ’ป", + "technologist_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿ’ป", + "technologist_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿ’ป", + "technologist_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿ’ป", + "technologist_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿ’ป", + "technologist_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿ’ป", + "technologist_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿ’ป", + "technologist_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿ’ป", + "technologist_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿ’ป", + "technologist_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿ’ป", + "woman_technologist": "๐Ÿ‘ฉโ€๐Ÿ’ป", + "woman_technologist_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป", + "woman_technologist_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ป", + "woman_technologist_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ’ป", + "woman_technologist_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ’ป", + "woman_technologist_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ป", + "woman_technologist_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ป", + "woman_technologist_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ’ป", + "woman_technologist_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ’ป", + "woman_technologist_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ’ป", + "woman_technologist_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ’ป", + "man_technologist": "๐Ÿ‘จโ€๐Ÿ’ป", + "man_technologist_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป", + "man_technologist_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป", + "man_technologist_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ป", + "man_technologist_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ป", + "man_technologist_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ป", + "man_technologist_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ป", + "man_technologist_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ป", + "man_technologist_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ป", + "man_technologist_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿ’ป", + "man_technologist_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿ’ป", + "office_worker": "๐Ÿง‘โ€๐Ÿ’ผ", + "office_worker_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿ’ผ", + "office_worker_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿ’ผ", + "office_worker_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿ’ผ", + "office_worker_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿ’ผ", + "office_worker_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿ’ผ", + "office_worker_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿ’ผ", + "office_worker_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿ’ผ", + "office_worker_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿ’ผ", + "office_worker_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿ’ผ", + "office_worker_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿ’ผ", + "woman_office_worker": "๐Ÿ‘ฉโ€๐Ÿ’ผ", + "woman_office_worker_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ผ", + "woman_office_worker_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ’ผ", + "woman_office_worker_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ’ผ", + "woman_office_worker_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ’ผ", + "woman_office_worker_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ผ", + "woman_office_worker_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ’ผ", + "woman_office_worker_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ’ผ", + "woman_office_worker_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ’ผ", + "woman_office_worker_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ’ผ", + "woman_office_worker_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ’ผ", + "man_office_worker": "๐Ÿ‘จโ€๐Ÿ’ผ", + "man_office_worker_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ผ", + "man_office_worker_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ผ", + "man_office_worker_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ผ", + "man_office_worker_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ’ผ", + "man_office_worker_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ผ", + "man_office_worker_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿ’ผ", + "man_office_worker_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ผ", + "man_office_worker_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ’ผ", + "man_office_worker_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿ’ผ", + "man_office_worker_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿ’ผ", + "mechanic": "๐Ÿง‘โ€๐Ÿ”ง", + "mechanic_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿ”ง", + "mechanic_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿ”ง", + "mechanic_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿ”ง", + "mechanic_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿ”ง", + "mechanic_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿ”ง", + "mechanic_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿ”ง", + "mechanic_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿ”ง", + "mechanic_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿ”ง", + "mechanic_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿ”ง", + "mechanic_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿ”ง", + "woman_mechanic": "๐Ÿ‘ฉโ€๐Ÿ”ง", + "woman_mechanic_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ”ง", + "woman_mechanic_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ”ง", + "woman_mechanic_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ”ง", + "woman_mechanic_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ”ง", + "woman_mechanic_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ”ง", + "woman_mechanic_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ”ง", + "woman_mechanic_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ”ง", + "woman_mechanic_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ”ง", + "woman_mechanic_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ”ง", + "woman_mechanic_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ”ง", + "man_mechanic": "๐Ÿ‘จโ€๐Ÿ”ง", + "man_mechanic_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ”ง", + "man_mechanic_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ”ง", + "man_mechanic_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ง", + "man_mechanic_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ง", + "man_mechanic_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿ”ง", + "man_mechanic_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿ”ง", + "man_mechanic_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ”ง", + "man_mechanic_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ”ง", + "man_mechanic_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿ”ง", + "man_mechanic_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿ”ง", + "scientist": "๐Ÿง‘โ€๐Ÿ”ฌ", + "scientist_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿ”ฌ", + "scientist_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿ”ฌ", + "scientist_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿ”ฌ", + "scientist_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿ”ฌ", + "scientist_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿ”ฌ", + "scientist_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿ”ฌ", + "scientist_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿ”ฌ", + "scientist_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿ”ฌ", + "scientist_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿ”ฌ", + "scientist_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿ”ฌ", + "woman_scientist": "๐Ÿ‘ฉโ€๐Ÿ”ฌ", + "woman_scientist_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ”ฌ", + "woman_scientist_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿ”ฌ", + "woman_scientist_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ”ฌ", + "woman_scientist_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿ”ฌ", + "woman_scientist_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ”ฌ", + "woman_scientist_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿ”ฌ", + "woman_scientist_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ”ฌ", + "woman_scientist_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿ”ฌ", + "woman_scientist_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ”ฌ", + "woman_scientist_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿ”ฌ", + "man_scientist": "๐Ÿ‘จโ€๐Ÿ”ฌ", + "man_scientist_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ”ฌ", + "man_scientist_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿ”ฌ", + "man_scientist_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ฌ", + "man_scientist_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿ”ฌ", + "man_scientist_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿ”ฌ", + "man_scientist_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿ”ฌ", + "man_scientist_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ”ฌ", + "man_scientist_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿ”ฌ", + "man_scientist_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿ”ฌ", + "man_scientist_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿ”ฌ", + "artist": "๐Ÿง‘โ€๐ŸŽจ", + "artist_tone1": "๐Ÿง‘๐Ÿปโ€๐ŸŽจ", + "artist_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐ŸŽจ", + "artist_tone2": "๐Ÿง‘๐Ÿผโ€๐ŸŽจ", + "artist_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐ŸŽจ", + "artist_tone3": "๐Ÿง‘๐Ÿฝโ€๐ŸŽจ", + "artist_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐ŸŽจ", + "artist_tone4": "๐Ÿง‘๐Ÿพโ€๐ŸŽจ", + "artist_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐ŸŽจ", + "artist_tone5": "๐Ÿง‘๐Ÿฟโ€๐ŸŽจ", + "artist_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐ŸŽจ", + "woman_artist": "๐Ÿ‘ฉโ€๐ŸŽจ", + "woman_artist_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽจ", + "woman_artist_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐ŸŽจ", + "woman_artist_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐ŸŽจ", + "woman_artist_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐ŸŽจ", + "woman_artist_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŽจ", + "woman_artist_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐ŸŽจ", + "woman_artist_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐ŸŽจ", + "woman_artist_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐ŸŽจ", + "woman_artist_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŽจ", + "woman_artist_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐ŸŽจ", + "man_artist": "๐Ÿ‘จโ€๐ŸŽจ", + "man_artist_tone1": "๐Ÿ‘จ๐Ÿปโ€๐ŸŽจ", + "man_artist_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐ŸŽจ", + "man_artist_tone2": "๐Ÿ‘จ๐Ÿผโ€๐ŸŽจ", + "man_artist_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐ŸŽจ", + "man_artist_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐ŸŽจ", + "man_artist_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐ŸŽจ", + "man_artist_tone4": "๐Ÿ‘จ๐Ÿพโ€๐ŸŽจ", + "man_artist_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐ŸŽจ", + "man_artist_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐ŸŽจ", + "man_artist_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐ŸŽจ", + "firefighter": "๐Ÿง‘โ€๐Ÿš’", + "firefighter_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿš’", + "firefighter_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿš’", + "firefighter_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿš’", + "firefighter_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿš’", + "firefighter_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿš’", + "firefighter_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿš’", + "firefighter_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿš’", + "firefighter_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿš’", + "firefighter_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿš’", + "firefighter_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿš’", + "woman_firefighter": "๐Ÿ‘ฉโ€๐Ÿš’", + "woman_firefighter_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿš’", + "woman_firefighter_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿš’", + "woman_firefighter_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿš’", + "woman_firefighter_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿš’", + "woman_firefighter_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿš’", + "woman_firefighter_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿš’", + "woman_firefighter_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿš’", + "woman_firefighter_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿš’", + "woman_firefighter_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿš’", + "woman_firefighter_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿš’", + "man_firefighter": "๐Ÿ‘จโ€๐Ÿš’", + "man_firefighter_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿš’", + "man_firefighter_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿš’", + "man_firefighter_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿš’", + "man_firefighter_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿš’", + "man_firefighter_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿš’", + "man_firefighter_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿš’", + "man_firefighter_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿš’", + "man_firefighter_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿš’", + "man_firefighter_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿš’", + "man_firefighter_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿš’", + "pilot": "๐Ÿง‘โ€โœˆ๏ธ", + "pilot_tone1": "๐Ÿง‘๐Ÿปโ€โœˆ๏ธ", + "pilot_light_skin_tone": "๐Ÿง‘๐Ÿปโ€โœˆ๏ธ", + "pilot_tone2": "๐Ÿง‘๐Ÿผโ€โœˆ๏ธ", + "pilot_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€โœˆ๏ธ", + "pilot_tone3": "๐Ÿง‘๐Ÿฝโ€โœˆ๏ธ", + "pilot_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€โœˆ๏ธ", + "pilot_tone4": "๐Ÿง‘๐Ÿพโ€โœˆ๏ธ", + "pilot_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€โœˆ๏ธ", + "pilot_tone5": "๐Ÿง‘๐Ÿฟโ€โœˆ๏ธ", + "pilot_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€โœˆ๏ธ", + "woman_pilot": "๐Ÿ‘ฉโ€โœˆ๏ธ", + "woman_pilot_tone1": "๐Ÿ‘ฉ๐Ÿปโ€โœˆ๏ธ", + "woman_pilot_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€โœˆ๏ธ", + "woman_pilot_tone2": "๐Ÿ‘ฉ๐Ÿผโ€โœˆ๏ธ", + "woman_pilot_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€โœˆ๏ธ", + "woman_pilot_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€โœˆ๏ธ", + "woman_pilot_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€โœˆ๏ธ", + "woman_pilot_tone4": "๐Ÿ‘ฉ๐Ÿพโ€โœˆ๏ธ", + "woman_pilot_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€โœˆ๏ธ", + "woman_pilot_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€โœˆ๏ธ", + "woman_pilot_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€โœˆ๏ธ", + "man_pilot": "๐Ÿ‘จโ€โœˆ๏ธ", + "man_pilot_tone1": "๐Ÿ‘จ๐Ÿปโ€โœˆ๏ธ", + "man_pilot_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€โœˆ๏ธ", + "man_pilot_tone2": "๐Ÿ‘จ๐Ÿผโ€โœˆ๏ธ", + "man_pilot_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€โœˆ๏ธ", + "man_pilot_tone3": "๐Ÿ‘จ๐Ÿฝโ€โœˆ๏ธ", + "man_pilot_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€โœˆ๏ธ", + "man_pilot_tone4": "๐Ÿ‘จ๐Ÿพโ€โœˆ๏ธ", + "man_pilot_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€โœˆ๏ธ", + "man_pilot_tone5": "๐Ÿ‘จ๐Ÿฟโ€โœˆ๏ธ", + "man_pilot_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€โœˆ๏ธ", + "astronaut": "๐Ÿง‘โ€๐Ÿš€", + "astronaut_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿš€", + "astronaut_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿš€", + "astronaut_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿš€", + "astronaut_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿš€", + "astronaut_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿš€", + "astronaut_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿš€", + "astronaut_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿš€", + "astronaut_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿš€", + "astronaut_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿš€", + "astronaut_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿš€", + "woman_astronaut": "๐Ÿ‘ฉโ€๐Ÿš€", + "woman_astronaut_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿš€", + "woman_astronaut_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿš€", + "woman_astronaut_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿš€", + "woman_astronaut_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿš€", + "woman_astronaut_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿš€", + "woman_astronaut_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿš€", + "woman_astronaut_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿš€", + "woman_astronaut_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿš€", + "woman_astronaut_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿš€", + "woman_astronaut_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿš€", + "man_astronaut": "๐Ÿ‘จโ€๐Ÿš€", + "man_astronaut_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿš€", + "man_astronaut_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿš€", + "man_astronaut_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿš€", + "man_astronaut_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿš€", + "man_astronaut_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿš€", + "man_astronaut_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿš€", + "man_astronaut_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿš€", + "man_astronaut_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿš€", + "man_astronaut_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿš€", + "man_astronaut_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿš€", + "judge": "๐Ÿง‘โ€โš–๏ธ", + "judge_tone1": "๐Ÿง‘๐Ÿปโ€โš–๏ธ", + "judge_light_skin_tone": "๐Ÿง‘๐Ÿปโ€โš–๏ธ", + "judge_tone2": "๐Ÿง‘๐Ÿผโ€โš–๏ธ", + "judge_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€โš–๏ธ", + "judge_tone3": "๐Ÿง‘๐Ÿฝโ€โš–๏ธ", + "judge_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€โš–๏ธ", + "judge_tone4": "๐Ÿง‘๐Ÿพโ€โš–๏ธ", + "judge_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€โš–๏ธ", + "judge_tone5": "๐Ÿง‘๐Ÿฟโ€โš–๏ธ", + "judge_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€โš–๏ธ", + "woman_judge": "๐Ÿ‘ฉโ€โš–๏ธ", + "woman_judge_tone1": "๐Ÿ‘ฉ๐Ÿปโ€โš–๏ธ", + "woman_judge_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€โš–๏ธ", + "woman_judge_tone2": "๐Ÿ‘ฉ๐Ÿผโ€โš–๏ธ", + "woman_judge_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€โš–๏ธ", + "woman_judge_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€โš–๏ธ", + "woman_judge_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€โš–๏ธ", + "woman_judge_tone4": "๐Ÿ‘ฉ๐Ÿพโ€โš–๏ธ", + "woman_judge_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€โš–๏ธ", + "woman_judge_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€โš–๏ธ", + "woman_judge_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€โš–๏ธ", + "man_judge": "๐Ÿ‘จโ€โš–๏ธ", + "man_judge_tone1": "๐Ÿ‘จ๐Ÿปโ€โš–๏ธ", + "man_judge_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€โš–๏ธ", + "man_judge_tone2": "๐Ÿ‘จ๐Ÿผโ€โš–๏ธ", + "man_judge_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€โš–๏ธ", + "man_judge_tone3": "๐Ÿ‘จ๐Ÿฝโ€โš–๏ธ", + "man_judge_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€โš–๏ธ", + "man_judge_tone4": "๐Ÿ‘จ๐Ÿพโ€โš–๏ธ", + "man_judge_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€โš–๏ธ", + "man_judge_tone5": "๐Ÿ‘จ๐Ÿฟโ€โš–๏ธ", + "man_judge_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€โš–๏ธ", + "person_with_veil": "๐Ÿ‘ฐ", + "person_with_veil_tone1": "๐Ÿ‘ฐ๐Ÿป", + "person_with_veil_tone2": "๐Ÿ‘ฐ๐Ÿผ", + "person_with_veil_tone3": "๐Ÿ‘ฐ๐Ÿฝ", + "person_with_veil_tone4": "๐Ÿ‘ฐ๐Ÿพ", + "person_with_veil_tone5": "๐Ÿ‘ฐ๐Ÿฟ", + "woman_with_veil": "๐Ÿ‘ฐโ€โ™€๏ธ", + "bride_with_veil": "๐Ÿ‘ฐโ€โ™€๏ธ", + "woman_with_veil_tone1": "๐Ÿ‘ฐ๐Ÿปโ€โ™€๏ธ", + "woman_with_veil_light_skin_tone": "๐Ÿ‘ฐ๐Ÿปโ€โ™€๏ธ", + "woman_with_veil_tone2": "๐Ÿ‘ฐ๐Ÿผโ€โ™€๏ธ", + "woman_with_veil_medium_light_skin_tone": "๐Ÿ‘ฐ๐Ÿผโ€โ™€๏ธ", + "woman_with_veil_tone3": "๐Ÿ‘ฐ๐Ÿฝโ€โ™€๏ธ", + "woman_with_veil_medium_skin_tone": "๐Ÿ‘ฐ๐Ÿฝโ€โ™€๏ธ", + "woman_with_veil_tone4": "๐Ÿ‘ฐ๐Ÿพโ€โ™€๏ธ", + "woman_with_veil_medium_dark_skin_tone": "๐Ÿ‘ฐ๐Ÿพโ€โ™€๏ธ", + "woman_with_veil_tone5": "๐Ÿ‘ฐ๐Ÿฟโ€โ™€๏ธ", + "woman_with_veil_dark_skin_tone": "๐Ÿ‘ฐ๐Ÿฟโ€โ™€๏ธ", + "man_with_veil": "๐Ÿ‘ฐโ€โ™‚๏ธ", + "man_with_veil_tone1": "๐Ÿ‘ฐ๐Ÿปโ€โ™‚๏ธ", + "man_with_veil_light_skin_tone": "๐Ÿ‘ฐ๐Ÿปโ€โ™‚๏ธ", + "man_with_veil_tone2": "๐Ÿ‘ฐ๐Ÿผโ€โ™‚๏ธ", + "man_with_veil_medium_light_skin_tone": "๐Ÿ‘ฐ๐Ÿผโ€โ™‚๏ธ", + "man_with_veil_tone3": "๐Ÿ‘ฐ๐Ÿฝโ€โ™‚๏ธ", + "man_with_veil_medium_skin_tone": "๐Ÿ‘ฐ๐Ÿฝโ€โ™‚๏ธ", + "man_with_veil_tone4": "๐Ÿ‘ฐ๐Ÿพโ€โ™‚๏ธ", + "man_with_veil_medium_dark_skin_tone": "๐Ÿ‘ฐ๐Ÿพโ€โ™‚๏ธ", + "man_with_veil_tone5": "๐Ÿ‘ฐ๐Ÿฟโ€โ™‚๏ธ", + "man_with_veil_dark_skin_tone": "๐Ÿ‘ฐ๐Ÿฟโ€โ™‚๏ธ", + "person_in_tuxedo": "๐Ÿคต", + "person_in_tuxedo_tone1": "๐Ÿคต๐Ÿป", + "tuxedo_tone1": "๐Ÿคต๐Ÿป", + "person_in_tuxedo_tone2": "๐Ÿคต๐Ÿผ", + "tuxedo_tone2": "๐Ÿคต๐Ÿผ", + "person_in_tuxedo_tone3": "๐Ÿคต๐Ÿฝ", + "tuxedo_tone3": "๐Ÿคต๐Ÿฝ", + "person_in_tuxedo_tone4": "๐Ÿคต๐Ÿพ", + "tuxedo_tone4": "๐Ÿคต๐Ÿพ", + "person_in_tuxedo_tone5": "๐Ÿคต๐Ÿฟ", + "tuxedo_tone5": "๐Ÿคต๐Ÿฟ", + "woman_in_tuxedo": "๐Ÿคตโ€โ™€๏ธ", + "woman_in_tuxedo_tone1": "๐Ÿคต๐Ÿปโ€โ™€๏ธ", + "woman_in_tuxedo_light_skin_tone": "๐Ÿคต๐Ÿปโ€โ™€๏ธ", + "woman_in_tuxedo_tone2": "๐Ÿคต๐Ÿผโ€โ™€๏ธ", + "woman_in_tuxedo_medium_light_skin_tone": "๐Ÿคต๐Ÿผโ€โ™€๏ธ", + "woman_in_tuxedo_tone3": "๐Ÿคต๐Ÿฝโ€โ™€๏ธ", + "woman_in_tuxedo_medium_skin_tone": "๐Ÿคต๐Ÿฝโ€โ™€๏ธ", + "woman_in_tuxedo_tone4": "๐Ÿคต๐Ÿพโ€โ™€๏ธ", + "woman_in_tuxedo_medium_dark_skin_tone": "๐Ÿคต๐Ÿพโ€โ™€๏ธ", + "woman_in_tuxedo_tone5": "๐Ÿคต๐Ÿฟโ€โ™€๏ธ", + "woman_in_tuxedo_dark_skin_tone": "๐Ÿคต๐Ÿฟโ€โ™€๏ธ", + "man_in_tuxedo": "๐Ÿคตโ€โ™‚๏ธ", + "man_in_tuxedo_tone1": "๐Ÿคต๐Ÿปโ€โ™‚๏ธ", + "man_in_tuxedo_light_skin_tone": "๐Ÿคต๐Ÿปโ€โ™‚๏ธ", + "man_in_tuxedo_tone2": "๐Ÿคต๐Ÿผโ€โ™‚๏ธ", + "man_in_tuxedo_medium_light_skin_tone": "๐Ÿคต๐Ÿผโ€โ™‚๏ธ", + "man_in_tuxedo_tone3": "๐Ÿคต๐Ÿฝโ€โ™‚๏ธ", + "man_in_tuxedo_medium_skin_tone": "๐Ÿคต๐Ÿฝโ€โ™‚๏ธ", + "man_in_tuxedo_tone4": "๐Ÿคต๐Ÿพโ€โ™‚๏ธ", + "man_in_tuxedo_medium_dark_skin_tone": "๐Ÿคต๐Ÿพโ€โ™‚๏ธ", + "man_in_tuxedo_tone5": "๐Ÿคต๐Ÿฟโ€โ™‚๏ธ", + "man_in_tuxedo_dark_skin_tone": "๐Ÿคต๐Ÿฟโ€โ™‚๏ธ", + "princess": "๐Ÿ‘ธ", + "princess_tone1": "๐Ÿ‘ธ๐Ÿป", + "princess_tone2": "๐Ÿ‘ธ๐Ÿผ", + "princess_tone3": "๐Ÿ‘ธ๐Ÿฝ", + "princess_tone4": "๐Ÿ‘ธ๐Ÿพ", + "princess_tone5": "๐Ÿ‘ธ๐Ÿฟ", + "prince": "๐Ÿคด", + "prince_tone1": "๐Ÿคด๐Ÿป", + "prince_tone2": "๐Ÿคด๐Ÿผ", + "prince_tone3": "๐Ÿคด๐Ÿฝ", + "prince_tone4": "๐Ÿคด๐Ÿพ", + "prince_tone5": "๐Ÿคด๐Ÿฟ", + "superhero": "๐Ÿฆธ", + "superhero_tone1": "๐Ÿฆธ๐Ÿป", + "superhero_light_skin_tone": "๐Ÿฆธ๐Ÿป", + "superhero_tone2": "๐Ÿฆธ๐Ÿผ", + "superhero_medium_light_skin_tone": "๐Ÿฆธ๐Ÿผ", + "superhero_tone3": "๐Ÿฆธ๐Ÿฝ", + "superhero_medium_skin_tone": "๐Ÿฆธ๐Ÿฝ", + "superhero_tone4": "๐Ÿฆธ๐Ÿพ", + "superhero_medium_dark_skin_tone": "๐Ÿฆธ๐Ÿพ", + "superhero_tone5": "๐Ÿฆธ๐Ÿฟ", + "superhero_dark_skin_tone": "๐Ÿฆธ๐Ÿฟ", + "woman_superhero": "๐Ÿฆธโ€โ™€๏ธ", + "woman_superhero_tone1": "๐Ÿฆธ๐Ÿปโ€โ™€๏ธ", + "woman_superhero_light_skin_tone": "๐Ÿฆธ๐Ÿปโ€โ™€๏ธ", + "woman_superhero_tone2": "๐Ÿฆธ๐Ÿผโ€โ™€๏ธ", + "woman_superhero_medium_light_skin_tone": "๐Ÿฆธ๐Ÿผโ€โ™€๏ธ", + "woman_superhero_tone3": "๐Ÿฆธ๐Ÿฝโ€โ™€๏ธ", + "woman_superhero_medium_skin_tone": "๐Ÿฆธ๐Ÿฝโ€โ™€๏ธ", + "woman_superhero_tone4": "๐Ÿฆธ๐Ÿพโ€โ™€๏ธ", + "woman_superhero_medium_dark_skin_tone": "๐Ÿฆธ๐Ÿพโ€โ™€๏ธ", + "woman_superhero_tone5": "๐Ÿฆธ๐Ÿฟโ€โ™€๏ธ", + "woman_superhero_dark_skin_tone": "๐Ÿฆธ๐Ÿฟโ€โ™€๏ธ", + "man_superhero": "๐Ÿฆธโ€โ™‚๏ธ", + "man_superhero_tone1": "๐Ÿฆธ๐Ÿปโ€โ™‚๏ธ", + "man_superhero_light_skin_tone": "๐Ÿฆธ๐Ÿปโ€โ™‚๏ธ", + "man_superhero_tone2": "๐Ÿฆธ๐Ÿผโ€โ™‚๏ธ", + "man_superhero_medium_light_skin_tone": "๐Ÿฆธ๐Ÿผโ€โ™‚๏ธ", + "man_superhero_tone3": "๐Ÿฆธ๐Ÿฝโ€โ™‚๏ธ", + "man_superhero_medium_skin_tone": "๐Ÿฆธ๐Ÿฝโ€โ™‚๏ธ", + "man_superhero_tone4": "๐Ÿฆธ๐Ÿพโ€โ™‚๏ธ", + "man_superhero_medium_dark_skin_tone": "๐Ÿฆธ๐Ÿพโ€โ™‚๏ธ", + "man_superhero_tone5": "๐Ÿฆธ๐Ÿฟโ€โ™‚๏ธ", + "man_superhero_dark_skin_tone": "๐Ÿฆธ๐Ÿฟโ€โ™‚๏ธ", + "supervillain": "๐Ÿฆน", + "supervillain_tone1": "๐Ÿฆน๐Ÿป", + "supervillain_light_skin_tone": "๐Ÿฆน๐Ÿป", + "supervillain_tone2": "๐Ÿฆน๐Ÿผ", + "supervillain_medium_light_skin_tone": "๐Ÿฆน๐Ÿผ", + "supervillain_tone3": "๐Ÿฆน๐Ÿฝ", + "supervillain_medium_skin_tone": "๐Ÿฆน๐Ÿฝ", + "supervillain_tone4": "๐Ÿฆน๐Ÿพ", + "supervillain_medium_dark_skin_tone": "๐Ÿฆน๐Ÿพ", + "supervillain_tone5": "๐Ÿฆน๐Ÿฟ", + "supervillain_dark_skin_tone": "๐Ÿฆน๐Ÿฟ", + "woman_supervillain": "๐Ÿฆนโ€โ™€๏ธ", + "woman_supervillain_tone1": "๐Ÿฆน๐Ÿปโ€โ™€๏ธ", + "woman_supervillain_light_skin_tone": "๐Ÿฆน๐Ÿปโ€โ™€๏ธ", + "woman_supervillain_tone2": "๐Ÿฆน๐Ÿผโ€โ™€๏ธ", + "woman_supervillain_medium_light_skin_tone": "๐Ÿฆน๐Ÿผโ€โ™€๏ธ", + "woman_supervillain_tone3": "๐Ÿฆน๐Ÿฝโ€โ™€๏ธ", + "woman_supervillain_medium_skin_tone": "๐Ÿฆน๐Ÿฝโ€โ™€๏ธ", + "woman_supervillain_tone4": "๐Ÿฆน๐Ÿพโ€โ™€๏ธ", + "woman_supervillain_medium_dark_skin_tone": "๐Ÿฆน๐Ÿพโ€โ™€๏ธ", + "woman_supervillain_tone5": "๐Ÿฆน๐Ÿฟโ€โ™€๏ธ", + "woman_supervillain_dark_skin_tone": "๐Ÿฆน๐Ÿฟโ€โ™€๏ธ", + "man_supervillain": "๐Ÿฆนโ€โ™‚๏ธ", + "man_supervillain_tone1": "๐Ÿฆน๐Ÿปโ€โ™‚๏ธ", + "man_supervillain_light_skin_tone": "๐Ÿฆน๐Ÿปโ€โ™‚๏ธ", + "man_supervillain_tone2": "๐Ÿฆน๐Ÿผโ€โ™‚๏ธ", + "man_supervillain_medium_light_skin_tone": "๐Ÿฆน๐Ÿผโ€โ™‚๏ธ", + "man_supervillain_tone3": "๐Ÿฆน๐Ÿฝโ€โ™‚๏ธ", + "man_supervillain_medium_skin_tone": "๐Ÿฆน๐Ÿฝโ€โ™‚๏ธ", + "man_supervillain_tone4": "๐Ÿฆน๐Ÿพโ€โ™‚๏ธ", + "man_supervillain_medium_dark_skin_tone": "๐Ÿฆน๐Ÿพโ€โ™‚๏ธ", + "man_supervillain_tone5": "๐Ÿฆน๐Ÿฟโ€โ™‚๏ธ", + "man_supervillain_dark_skin_tone": "๐Ÿฆน๐Ÿฟโ€โ™‚๏ธ", + "ninja": "๐Ÿฅท", + "ninja_tone1": "๐Ÿฅท๐Ÿป", + "ninja_light_skin_tone": "๐Ÿฅท๐Ÿป", + "ninja_tone2": "๐Ÿฅท๐Ÿผ", + "ninja_medium_light_skin_tone": "๐Ÿฅท๐Ÿผ", + "ninja_tone3": "๐Ÿฅท๐Ÿฝ", + "ninja_medium_skin_tone": "๐Ÿฅท๐Ÿฝ", + "ninja_tone4": "๐Ÿฅท๐Ÿพ", + "ninja_medium_dark_skin_tone": "๐Ÿฅท๐Ÿพ", + "ninja_tone5": "๐Ÿฅท๐Ÿฟ", + "ninja_dark_skin_tone": "๐Ÿฅท๐Ÿฟ", + "mx_claus": "๐Ÿง‘โ€๐ŸŽ„", + "mx_claus_tone1": "๐Ÿง‘๐Ÿปโ€๐ŸŽ„", + "mx_claus_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐ŸŽ„", + "mx_claus_tone2": "๐Ÿง‘๐Ÿผโ€๐ŸŽ„", + "mx_claus_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐ŸŽ„", + "mx_claus_tone3": "๐Ÿง‘๐Ÿฝโ€๐ŸŽ„", + "mx_claus_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐ŸŽ„", + "mx_claus_tone4": "๐Ÿง‘๐Ÿพโ€๐ŸŽ„", + "mx_claus_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐ŸŽ„", + "mx_claus_tone5": "๐Ÿง‘๐Ÿฟโ€๐ŸŽ„", + "mx_claus_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐ŸŽ„", + "mrs_claus": "๐Ÿคถ", + "mother_christmas": "๐Ÿคถ", + "mrs_claus_tone1": "๐Ÿคถ๐Ÿป", + "mother_christmas_tone1": "๐Ÿคถ๐Ÿป", + "mrs_claus_tone2": "๐Ÿคถ๐Ÿผ", + "mother_christmas_tone2": "๐Ÿคถ๐Ÿผ", + "mrs_claus_tone3": "๐Ÿคถ๐Ÿฝ", + "mother_christmas_tone3": "๐Ÿคถ๐Ÿฝ", + "mrs_claus_tone4": "๐Ÿคถ๐Ÿพ", + "mother_christmas_tone4": "๐Ÿคถ๐Ÿพ", + "mrs_claus_tone5": "๐Ÿคถ๐Ÿฟ", + "mother_christmas_tone5": "๐Ÿคถ๐Ÿฟ", + "santa": "๐ŸŽ…", + "santa_tone1": "๐ŸŽ…๐Ÿป", + "santa_tone2": "๐ŸŽ…๐Ÿผ", + "santa_tone3": "๐ŸŽ…๐Ÿฝ", + "santa_tone4": "๐ŸŽ…๐Ÿพ", + "santa_tone5": "๐ŸŽ…๐Ÿฟ", + "mage": "๐Ÿง™", + "mage_tone1": "๐Ÿง™๐Ÿป", + "mage_light_skin_tone": "๐Ÿง™๐Ÿป", + "mage_tone2": "๐Ÿง™๐Ÿผ", + "mage_medium_light_skin_tone": "๐Ÿง™๐Ÿผ", + "mage_tone3": "๐Ÿง™๐Ÿฝ", + "mage_medium_skin_tone": "๐Ÿง™๐Ÿฝ", + "mage_tone4": "๐Ÿง™๐Ÿพ", + "mage_medium_dark_skin_tone": "๐Ÿง™๐Ÿพ", + "mage_tone5": "๐Ÿง™๐Ÿฟ", + "mage_dark_skin_tone": "๐Ÿง™๐Ÿฟ", + "woman_mage": "๐Ÿง™โ€โ™€๏ธ", + "woman_mage_tone1": "๐Ÿง™๐Ÿปโ€โ™€๏ธ", + "woman_mage_light_skin_tone": "๐Ÿง™๐Ÿปโ€โ™€๏ธ", + "woman_mage_tone2": "๐Ÿง™๐Ÿผโ€โ™€๏ธ", + "woman_mage_medium_light_skin_tone": "๐Ÿง™๐Ÿผโ€โ™€๏ธ", + "woman_mage_tone3": "๐Ÿง™๐Ÿฝโ€โ™€๏ธ", + "woman_mage_medium_skin_tone": "๐Ÿง™๐Ÿฝโ€โ™€๏ธ", + "woman_mage_tone4": "๐Ÿง™๐Ÿพโ€โ™€๏ธ", + "woman_mage_medium_dark_skin_tone": "๐Ÿง™๐Ÿพโ€โ™€๏ธ", + "woman_mage_tone5": "๐Ÿง™๐Ÿฟโ€โ™€๏ธ", + "woman_mage_dark_skin_tone": "๐Ÿง™๐Ÿฟโ€โ™€๏ธ", + "man_mage": "๐Ÿง™โ€โ™‚๏ธ", + "man_mage_tone1": "๐Ÿง™๐Ÿปโ€โ™‚๏ธ", + "man_mage_light_skin_tone": "๐Ÿง™๐Ÿปโ€โ™‚๏ธ", + "man_mage_tone2": "๐Ÿง™๐Ÿผโ€โ™‚๏ธ", + "man_mage_medium_light_skin_tone": "๐Ÿง™๐Ÿผโ€โ™‚๏ธ", + "man_mage_tone3": "๐Ÿง™๐Ÿฝโ€โ™‚๏ธ", + "man_mage_medium_skin_tone": "๐Ÿง™๐Ÿฝโ€โ™‚๏ธ", + "man_mage_tone4": "๐Ÿง™๐Ÿพโ€โ™‚๏ธ", + "man_mage_medium_dark_skin_tone": "๐Ÿง™๐Ÿพโ€โ™‚๏ธ", + "man_mage_tone5": "๐Ÿง™๐Ÿฟโ€โ™‚๏ธ", + "man_mage_dark_skin_tone": "๐Ÿง™๐Ÿฟโ€โ™‚๏ธ", + "elf": "๐Ÿง", + "elf_tone1": "๐Ÿง๐Ÿป", + "elf_light_skin_tone": "๐Ÿง๐Ÿป", + "elf_tone2": "๐Ÿง๐Ÿผ", + "elf_medium_light_skin_tone": "๐Ÿง๐Ÿผ", + "elf_tone3": "๐Ÿง๐Ÿฝ", + "elf_medium_skin_tone": "๐Ÿง๐Ÿฝ", + "elf_tone4": "๐Ÿง๐Ÿพ", + "elf_medium_dark_skin_tone": "๐Ÿง๐Ÿพ", + "elf_tone5": "๐Ÿง๐Ÿฟ", + "elf_dark_skin_tone": "๐Ÿง๐Ÿฟ", + "woman_elf": "๐Ÿงโ€โ™€๏ธ", + "woman_elf_tone1": "๐Ÿง๐Ÿปโ€โ™€๏ธ", + "woman_elf_light_skin_tone": "๐Ÿง๐Ÿปโ€โ™€๏ธ", + "woman_elf_tone2": "๐Ÿง๐Ÿผโ€โ™€๏ธ", + "woman_elf_medium_light_skin_tone": "๐Ÿง๐Ÿผโ€โ™€๏ธ", + "woman_elf_tone3": "๐Ÿง๐Ÿฝโ€โ™€๏ธ", + "woman_elf_medium_skin_tone": "๐Ÿง๐Ÿฝโ€โ™€๏ธ", + "woman_elf_tone4": "๐Ÿง๐Ÿพโ€โ™€๏ธ", + "woman_elf_medium_dark_skin_tone": "๐Ÿง๐Ÿพโ€โ™€๏ธ", + "woman_elf_tone5": "๐Ÿง๐Ÿฟโ€โ™€๏ธ", + "woman_elf_dark_skin_tone": "๐Ÿง๐Ÿฟโ€โ™€๏ธ", + "man_elf": "๐Ÿงโ€โ™‚๏ธ", + "man_elf_tone1": "๐Ÿง๐Ÿปโ€โ™‚๏ธ", + "man_elf_light_skin_tone": "๐Ÿง๐Ÿปโ€โ™‚๏ธ", + "man_elf_tone2": "๐Ÿง๐Ÿผโ€โ™‚๏ธ", + "man_elf_medium_light_skin_tone": "๐Ÿง๐Ÿผโ€โ™‚๏ธ", + "man_elf_tone3": "๐Ÿง๐Ÿฝโ€โ™‚๏ธ", + "man_elf_medium_skin_tone": "๐Ÿง๐Ÿฝโ€โ™‚๏ธ", + "man_elf_tone4": "๐Ÿง๐Ÿพโ€โ™‚๏ธ", + "man_elf_medium_dark_skin_tone": "๐Ÿง๐Ÿพโ€โ™‚๏ธ", + "man_elf_tone5": "๐Ÿง๐Ÿฟโ€โ™‚๏ธ", + "man_elf_dark_skin_tone": "๐Ÿง๐Ÿฟโ€โ™‚๏ธ", + "vampire": "๐Ÿง›", + "vampire_tone1": "๐Ÿง›๐Ÿป", + "vampire_light_skin_tone": "๐Ÿง›๐Ÿป", + "vampire_tone2": "๐Ÿง›๐Ÿผ", + "vampire_medium_light_skin_tone": "๐Ÿง›๐Ÿผ", + "vampire_tone3": "๐Ÿง›๐Ÿฝ", + "vampire_medium_skin_tone": "๐Ÿง›๐Ÿฝ", + "vampire_tone4": "๐Ÿง›๐Ÿพ", + "vampire_medium_dark_skin_tone": "๐Ÿง›๐Ÿพ", + "vampire_tone5": "๐Ÿง›๐Ÿฟ", + "vampire_dark_skin_tone": "๐Ÿง›๐Ÿฟ", + "woman_vampire": "๐Ÿง›โ€โ™€๏ธ", + "woman_vampire_tone1": "๐Ÿง›๐Ÿปโ€โ™€๏ธ", + "woman_vampire_light_skin_tone": "๐Ÿง›๐Ÿปโ€โ™€๏ธ", + "woman_vampire_tone2": "๐Ÿง›๐Ÿผโ€โ™€๏ธ", + "woman_vampire_medium_light_skin_tone": "๐Ÿง›๐Ÿผโ€โ™€๏ธ", + "woman_vampire_tone3": "๐Ÿง›๐Ÿฝโ€โ™€๏ธ", + "woman_vampire_medium_skin_tone": "๐Ÿง›๐Ÿฝโ€โ™€๏ธ", + "woman_vampire_tone4": "๐Ÿง›๐Ÿพโ€โ™€๏ธ", + "woman_vampire_medium_dark_skin_tone": "๐Ÿง›๐Ÿพโ€โ™€๏ธ", + "woman_vampire_tone5": "๐Ÿง›๐Ÿฟโ€โ™€๏ธ", + "woman_vampire_dark_skin_tone": "๐Ÿง›๐Ÿฟโ€โ™€๏ธ", + "man_vampire": "๐Ÿง›โ€โ™‚๏ธ", + "man_vampire_tone1": "๐Ÿง›๐Ÿปโ€โ™‚๏ธ", + "man_vampire_light_skin_tone": "๐Ÿง›๐Ÿปโ€โ™‚๏ธ", + "man_vampire_tone2": "๐Ÿง›๐Ÿผโ€โ™‚๏ธ", + "man_vampire_medium_light_skin_tone": "๐Ÿง›๐Ÿผโ€โ™‚๏ธ", + "man_vampire_tone3": "๐Ÿง›๐Ÿฝโ€โ™‚๏ธ", + "man_vampire_medium_skin_tone": "๐Ÿง›๐Ÿฝโ€โ™‚๏ธ", + "man_vampire_tone4": "๐Ÿง›๐Ÿพโ€โ™‚๏ธ", + "man_vampire_medium_dark_skin_tone": "๐Ÿง›๐Ÿพโ€โ™‚๏ธ", + "man_vampire_tone5": "๐Ÿง›๐Ÿฟโ€โ™‚๏ธ", + "man_vampire_dark_skin_tone": "๐Ÿง›๐Ÿฟโ€โ™‚๏ธ", + "zombie": "๐ŸงŸ", + "woman_zombie": "๐ŸงŸโ€โ™€๏ธ", + "man_zombie": "๐ŸงŸโ€โ™‚๏ธ", + "genie": "๐Ÿงž", + "woman_genie": "๐Ÿงžโ€โ™€๏ธ", + "man_genie": "๐Ÿงžโ€โ™‚๏ธ", + "merperson": "๐Ÿงœ", + "merperson_tone1": "๐Ÿงœ๐Ÿป", + "merperson_light_skin_tone": "๐Ÿงœ๐Ÿป", + "merperson_tone2": "๐Ÿงœ๐Ÿผ", + "merperson_medium_light_skin_tone": "๐Ÿงœ๐Ÿผ", + "merperson_tone3": "๐Ÿงœ๐Ÿฝ", + "merperson_medium_skin_tone": "๐Ÿงœ๐Ÿฝ", + "merperson_tone4": "๐Ÿงœ๐Ÿพ", + "merperson_medium_dark_skin_tone": "๐Ÿงœ๐Ÿพ", + "merperson_tone5": "๐Ÿงœ๐Ÿฟ", + "merperson_dark_skin_tone": "๐Ÿงœ๐Ÿฟ", + "mermaid": "๐Ÿงœโ€โ™€๏ธ", + "mermaid_tone1": "๐Ÿงœ๐Ÿปโ€โ™€๏ธ", + "mermaid_light_skin_tone": "๐Ÿงœ๐Ÿปโ€โ™€๏ธ", + "mermaid_tone2": "๐Ÿงœ๐Ÿผโ€โ™€๏ธ", + "mermaid_medium_light_skin_tone": "๐Ÿงœ๐Ÿผโ€โ™€๏ธ", + "mermaid_tone3": "๐Ÿงœ๐Ÿฝโ€โ™€๏ธ", + "mermaid_medium_skin_tone": "๐Ÿงœ๐Ÿฝโ€โ™€๏ธ", + "mermaid_tone4": "๐Ÿงœ๐Ÿพโ€โ™€๏ธ", + "mermaid_medium_dark_skin_tone": "๐Ÿงœ๐Ÿพโ€โ™€๏ธ", + "mermaid_tone5": "๐Ÿงœ๐Ÿฟโ€โ™€๏ธ", + "mermaid_dark_skin_tone": "๐Ÿงœ๐Ÿฟโ€โ™€๏ธ", + "merman": "๐Ÿงœโ€โ™‚๏ธ", + "merman_tone1": "๐Ÿงœ๐Ÿปโ€โ™‚๏ธ", + "merman_light_skin_tone": "๐Ÿงœ๐Ÿปโ€โ™‚๏ธ", + "merman_tone2": "๐Ÿงœ๐Ÿผโ€โ™‚๏ธ", + "merman_medium_light_skin_tone": "๐Ÿงœ๐Ÿผโ€โ™‚๏ธ", + "merman_tone3": "๐Ÿงœ๐Ÿฝโ€โ™‚๏ธ", + "merman_medium_skin_tone": "๐Ÿงœ๐Ÿฝโ€โ™‚๏ธ", + "merman_tone4": "๐Ÿงœ๐Ÿพโ€โ™‚๏ธ", + "merman_medium_dark_skin_tone": "๐Ÿงœ๐Ÿพโ€โ™‚๏ธ", + "merman_tone5": "๐Ÿงœ๐Ÿฟโ€โ™‚๏ธ", + "merman_dark_skin_tone": "๐Ÿงœ๐Ÿฟโ€โ™‚๏ธ", + "fairy": "๐Ÿงš", + "fairy_tone1": "๐Ÿงš๐Ÿป", + "fairy_light_skin_tone": "๐Ÿงš๐Ÿป", + "fairy_tone2": "๐Ÿงš๐Ÿผ", + "fairy_medium_light_skin_tone": "๐Ÿงš๐Ÿผ", + "fairy_tone3": "๐Ÿงš๐Ÿฝ", + "fairy_medium_skin_tone": "๐Ÿงš๐Ÿฝ", + "fairy_tone4": "๐Ÿงš๐Ÿพ", + "fairy_medium_dark_skin_tone": "๐Ÿงš๐Ÿพ", + "fairy_tone5": "๐Ÿงš๐Ÿฟ", + "fairy_dark_skin_tone": "๐Ÿงš๐Ÿฟ", + "woman_fairy": "๐Ÿงšโ€โ™€๏ธ", + "woman_fairy_tone1": "๐Ÿงš๐Ÿปโ€โ™€๏ธ", + "woman_fairy_light_skin_tone": "๐Ÿงš๐Ÿปโ€โ™€๏ธ", + "woman_fairy_tone2": "๐Ÿงš๐Ÿผโ€โ™€๏ธ", + "woman_fairy_medium_light_skin_tone": "๐Ÿงš๐Ÿผโ€โ™€๏ธ", + "woman_fairy_tone3": "๐Ÿงš๐Ÿฝโ€โ™€๏ธ", + "woman_fairy_medium_skin_tone": "๐Ÿงš๐Ÿฝโ€โ™€๏ธ", + "woman_fairy_tone4": "๐Ÿงš๐Ÿพโ€โ™€๏ธ", + "woman_fairy_medium_dark_skin_tone": "๐Ÿงš๐Ÿพโ€โ™€๏ธ", + "woman_fairy_tone5": "๐Ÿงš๐Ÿฟโ€โ™€๏ธ", + "woman_fairy_dark_skin_tone": "๐Ÿงš๐Ÿฟโ€โ™€๏ธ", + "man_fairy": "๐Ÿงšโ€โ™‚๏ธ", + "man_fairy_tone1": "๐Ÿงš๐Ÿปโ€โ™‚๏ธ", + "man_fairy_light_skin_tone": "๐Ÿงš๐Ÿปโ€โ™‚๏ธ", + "man_fairy_tone2": "๐Ÿงš๐Ÿผโ€โ™‚๏ธ", + "man_fairy_medium_light_skin_tone": "๐Ÿงš๐Ÿผโ€โ™‚๏ธ", + "man_fairy_tone3": "๐Ÿงš๐Ÿฝโ€โ™‚๏ธ", + "man_fairy_medium_skin_tone": "๐Ÿงš๐Ÿฝโ€โ™‚๏ธ", + "man_fairy_tone4": "๐Ÿงš๐Ÿพโ€โ™‚๏ธ", + "man_fairy_medium_dark_skin_tone": "๐Ÿงš๐Ÿพโ€โ™‚๏ธ", + "man_fairy_tone5": "๐Ÿงš๐Ÿฟโ€โ™‚๏ธ", + "man_fairy_dark_skin_tone": "๐Ÿงš๐Ÿฟโ€โ™‚๏ธ", + "angel": "๐Ÿ‘ผ", + "angel_tone1": "๐Ÿ‘ผ๐Ÿป", + "angel_tone2": "๐Ÿ‘ผ๐Ÿผ", + "angel_tone3": "๐Ÿ‘ผ๐Ÿฝ", + "angel_tone4": "๐Ÿ‘ผ๐Ÿพ", + "angel_tone5": "๐Ÿ‘ผ๐Ÿฟ", + "pregnant_woman": "๐Ÿคฐ", + "expecting_woman": "๐Ÿคฐ", + "pregnant_woman_tone1": "๐Ÿคฐ๐Ÿป", + "expecting_woman_tone1": "๐Ÿคฐ๐Ÿป", + "pregnant_woman_tone2": "๐Ÿคฐ๐Ÿผ", + "expecting_woman_tone2": "๐Ÿคฐ๐Ÿผ", + "pregnant_woman_tone3": "๐Ÿคฐ๐Ÿฝ", + "expecting_woman_tone3": "๐Ÿคฐ๐Ÿฝ", + "pregnant_woman_tone4": "๐Ÿคฐ๐Ÿพ", + "expecting_woman_tone4": "๐Ÿคฐ๐Ÿพ", + "pregnant_woman_tone5": "๐Ÿคฐ๐Ÿฟ", + "expecting_woman_tone5": "๐Ÿคฐ๐Ÿฟ", + "breast_feeding": "๐Ÿคฑ", + "breast_feeding_tone1": "๐Ÿคฑ๐Ÿป", + "breast_feeding_light_skin_tone": "๐Ÿคฑ๐Ÿป", + "breast_feeding_tone2": "๐Ÿคฑ๐Ÿผ", + "breast_feeding_medium_light_skin_tone": "๐Ÿคฑ๐Ÿผ", + "breast_feeding_tone3": "๐Ÿคฑ๐Ÿฝ", + "breast_feeding_medium_skin_tone": "๐Ÿคฑ๐Ÿฝ", + "breast_feeding_tone4": "๐Ÿคฑ๐Ÿพ", + "breast_feeding_medium_dark_skin_tone": "๐Ÿคฑ๐Ÿพ", + "breast_feeding_tone5": "๐Ÿคฑ๐Ÿฟ", + "breast_feeding_dark_skin_tone": "๐Ÿคฑ๐Ÿฟ", + "person_feeding_baby": "๐Ÿง‘โ€๐Ÿผ", + "person_feeding_baby_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿผ", + "person_feeding_baby_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿผ", + "person_feeding_baby_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿผ", + "person_feeding_baby_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿผ", + "person_feeding_baby_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿผ", + "person_feeding_baby_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿผ", + "person_feeding_baby_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿผ", + "person_feeding_baby_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿผ", + "person_feeding_baby_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿผ", + "person_feeding_baby_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿผ", + "woman_feeding_baby": "๐Ÿ‘ฉโ€๐Ÿผ", + "woman_feeding_baby_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿผ", + "woman_feeding_baby_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿผ", + "woman_feeding_baby_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿผ", + "woman_feeding_baby_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿผ", + "woman_feeding_baby_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿผ", + "woman_feeding_baby_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿผ", + "woman_feeding_baby_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿผ", + "woman_feeding_baby_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿผ", + "woman_feeding_baby_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿผ", + "woman_feeding_baby_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿผ", + "man_feeding_baby": "๐Ÿ‘จโ€๐Ÿผ", + "man_feeding_baby_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿผ", + "man_feeding_baby_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿผ", + "man_feeding_baby_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿผ", + "man_feeding_baby_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿผ", + "man_feeding_baby_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿผ", + "man_feeding_baby_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿผ", + "man_feeding_baby_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿผ", + "man_feeding_baby_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿผ", + "man_feeding_baby_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿผ", + "man_feeding_baby_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿผ", + "person_bowing": "๐Ÿ™‡", + "bow": "๐Ÿ™‡", + "person_bowing_tone1": "๐Ÿ™‡๐Ÿป", + "bow_tone1": "๐Ÿ™‡๐Ÿป", + "person_bowing_tone2": "๐Ÿ™‡๐Ÿผ", + "bow_tone2": "๐Ÿ™‡๐Ÿผ", + "person_bowing_tone3": "๐Ÿ™‡๐Ÿฝ", + "bow_tone3": "๐Ÿ™‡๐Ÿฝ", + "person_bowing_tone4": "๐Ÿ™‡๐Ÿพ", + "bow_tone4": "๐Ÿ™‡๐Ÿพ", + "person_bowing_tone5": "๐Ÿ™‡๐Ÿฟ", + "bow_tone5": "๐Ÿ™‡๐Ÿฟ", + "woman_bowing": "๐Ÿ™‡โ€โ™€๏ธ", + "woman_bowing_tone1": "๐Ÿ™‡๐Ÿปโ€โ™€๏ธ", + "woman_bowing_light_skin_tone": "๐Ÿ™‡๐Ÿปโ€โ™€๏ธ", + "woman_bowing_tone2": "๐Ÿ™‡๐Ÿผโ€โ™€๏ธ", + "woman_bowing_medium_light_skin_tone": "๐Ÿ™‡๐Ÿผโ€โ™€๏ธ", + "woman_bowing_tone3": "๐Ÿ™‡๐Ÿฝโ€โ™€๏ธ", + "woman_bowing_medium_skin_tone": "๐Ÿ™‡๐Ÿฝโ€โ™€๏ธ", + "woman_bowing_tone4": "๐Ÿ™‡๐Ÿพโ€โ™€๏ธ", + "woman_bowing_medium_dark_skin_tone": "๐Ÿ™‡๐Ÿพโ€โ™€๏ธ", + "woman_bowing_tone5": "๐Ÿ™‡๐Ÿฟโ€โ™€๏ธ", + "woman_bowing_dark_skin_tone": "๐Ÿ™‡๐Ÿฟโ€โ™€๏ธ", + "man_bowing": "๐Ÿ™‡โ€โ™‚๏ธ", + "man_bowing_tone1": "๐Ÿ™‡๐Ÿปโ€โ™‚๏ธ", + "man_bowing_light_skin_tone": "๐Ÿ™‡๐Ÿปโ€โ™‚๏ธ", + "man_bowing_tone2": "๐Ÿ™‡๐Ÿผโ€โ™‚๏ธ", + "man_bowing_medium_light_skin_tone": "๐Ÿ™‡๐Ÿผโ€โ™‚๏ธ", + "man_bowing_tone3": "๐Ÿ™‡๐Ÿฝโ€โ™‚๏ธ", + "man_bowing_medium_skin_tone": "๐Ÿ™‡๐Ÿฝโ€โ™‚๏ธ", + "man_bowing_tone4": "๐Ÿ™‡๐Ÿพโ€โ™‚๏ธ", + "man_bowing_medium_dark_skin_tone": "๐Ÿ™‡๐Ÿพโ€โ™‚๏ธ", + "man_bowing_tone5": "๐Ÿ™‡๐Ÿฟโ€โ™‚๏ธ", + "man_bowing_dark_skin_tone": "๐Ÿ™‡๐Ÿฟโ€โ™‚๏ธ", + "person_tipping_hand": "๐Ÿ’", + "information_desk_person": "๐Ÿ’", + "person_tipping_hand_tone1": "๐Ÿ’๐Ÿป", + "information_desk_person_tone1": "๐Ÿ’๐Ÿป", + "person_tipping_hand_tone2": "๐Ÿ’๐Ÿผ", + "information_desk_person_tone2": "๐Ÿ’๐Ÿผ", + "person_tipping_hand_tone3": "๐Ÿ’๐Ÿฝ", + "information_desk_person_tone3": "๐Ÿ’๐Ÿฝ", + "person_tipping_hand_tone4": "๐Ÿ’๐Ÿพ", + "information_desk_person_tone4": "๐Ÿ’๐Ÿพ", + "person_tipping_hand_tone5": "๐Ÿ’๐Ÿฟ", + "information_desk_person_tone5": "๐Ÿ’๐Ÿฟ", + "woman_tipping_hand": "๐Ÿ’โ€โ™€๏ธ", + "woman_tipping_hand_tone1": "๐Ÿ’๐Ÿปโ€โ™€๏ธ", + "woman_tipping_hand_light_skin_tone": "๐Ÿ’๐Ÿปโ€โ™€๏ธ", + "woman_tipping_hand_tone2": "๐Ÿ’๐Ÿผโ€โ™€๏ธ", + "woman_tipping_hand_medium_light_skin_tone": "๐Ÿ’๐Ÿผโ€โ™€๏ธ", + "woman_tipping_hand_tone3": "๐Ÿ’๐Ÿฝโ€โ™€๏ธ", + "woman_tipping_hand_medium_skin_tone": "๐Ÿ’๐Ÿฝโ€โ™€๏ธ", + "woman_tipping_hand_tone4": "๐Ÿ’๐Ÿพโ€โ™€๏ธ", + "woman_tipping_hand_medium_dark_skin_tone": "๐Ÿ’๐Ÿพโ€โ™€๏ธ", + "woman_tipping_hand_tone5": "๐Ÿ’๐Ÿฟโ€โ™€๏ธ", + "woman_tipping_hand_dark_skin_tone": "๐Ÿ’๐Ÿฟโ€โ™€๏ธ", + "man_tipping_hand": "๐Ÿ’โ€โ™‚๏ธ", + "man_tipping_hand_tone1": "๐Ÿ’๐Ÿปโ€โ™‚๏ธ", + "man_tipping_hand_light_skin_tone": "๐Ÿ’๐Ÿปโ€โ™‚๏ธ", + "man_tipping_hand_tone2": "๐Ÿ’๐Ÿผโ€โ™‚๏ธ", + "man_tipping_hand_medium_light_skin_tone": "๐Ÿ’๐Ÿผโ€โ™‚๏ธ", + "man_tipping_hand_tone3": "๐Ÿ’๐Ÿฝโ€โ™‚๏ธ", + "man_tipping_hand_medium_skin_tone": "๐Ÿ’๐Ÿฝโ€โ™‚๏ธ", + "man_tipping_hand_tone4": "๐Ÿ’๐Ÿพโ€โ™‚๏ธ", + "man_tipping_hand_medium_dark_skin_tone": "๐Ÿ’๐Ÿพโ€โ™‚๏ธ", + "man_tipping_hand_tone5": "๐Ÿ’๐Ÿฟโ€โ™‚๏ธ", + "man_tipping_hand_dark_skin_tone": "๐Ÿ’๐Ÿฟโ€โ™‚๏ธ", + "person_gesturing_no": "๐Ÿ™…", + "no_good": "๐Ÿ™…", + "person_gesturing_no_tone1": "๐Ÿ™…๐Ÿป", + "no_good_tone1": "๐Ÿ™…๐Ÿป", + "person_gesturing_no_tone2": "๐Ÿ™…๐Ÿผ", + "no_good_tone2": "๐Ÿ™…๐Ÿผ", + "person_gesturing_no_tone3": "๐Ÿ™…๐Ÿฝ", + "no_good_tone3": "๐Ÿ™…๐Ÿฝ", + "person_gesturing_no_tone4": "๐Ÿ™…๐Ÿพ", + "no_good_tone4": "๐Ÿ™…๐Ÿพ", + "person_gesturing_no_tone5": "๐Ÿ™…๐Ÿฟ", + "no_good_tone5": "๐Ÿ™…๐Ÿฟ", + "woman_gesturing_no": "๐Ÿ™…โ€โ™€๏ธ", + "woman_gesturing_no_tone1": "๐Ÿ™…๐Ÿปโ€โ™€๏ธ", + "woman_gesturing_no_light_skin_tone": "๐Ÿ™…๐Ÿปโ€โ™€๏ธ", + "woman_gesturing_no_tone2": "๐Ÿ™…๐Ÿผโ€โ™€๏ธ", + "woman_gesturing_no_medium_light_skin_tone": "๐Ÿ™…๐Ÿผโ€โ™€๏ธ", + "woman_gesturing_no_tone3": "๐Ÿ™…๐Ÿฝโ€โ™€๏ธ", + "woman_gesturing_no_medium_skin_tone": "๐Ÿ™…๐Ÿฝโ€โ™€๏ธ", + "woman_gesturing_no_tone4": "๐Ÿ™…๐Ÿพโ€โ™€๏ธ", + "woman_gesturing_no_medium_dark_skin_tone": "๐Ÿ™…๐Ÿพโ€โ™€๏ธ", + "woman_gesturing_no_tone5": "๐Ÿ™…๐Ÿฟโ€โ™€๏ธ", + "woman_gesturing_no_dark_skin_tone": "๐Ÿ™…๐Ÿฟโ€โ™€๏ธ", + "man_gesturing_no": "๐Ÿ™…โ€โ™‚๏ธ", + "man_gesturing_no_tone1": "๐Ÿ™…๐Ÿปโ€โ™‚๏ธ", + "man_gesturing_no_light_skin_tone": "๐Ÿ™…๐Ÿปโ€โ™‚๏ธ", + "man_gesturing_no_tone2": "๐Ÿ™…๐Ÿผโ€โ™‚๏ธ", + "man_gesturing_no_medium_light_skin_tone": "๐Ÿ™…๐Ÿผโ€โ™‚๏ธ", + "man_gesturing_no_tone3": "๐Ÿ™…๐Ÿฝโ€โ™‚๏ธ", + "man_gesturing_no_medium_skin_tone": "๐Ÿ™…๐Ÿฝโ€โ™‚๏ธ", + "man_gesturing_no_tone4": "๐Ÿ™…๐Ÿพโ€โ™‚๏ธ", + "man_gesturing_no_medium_dark_skin_tone": "๐Ÿ™…๐Ÿพโ€โ™‚๏ธ", + "man_gesturing_no_tone5": "๐Ÿ™…๐Ÿฟโ€โ™‚๏ธ", + "man_gesturing_no_dark_skin_tone": "๐Ÿ™…๐Ÿฟโ€โ™‚๏ธ", + "person_gesturing_ok": "๐Ÿ™†", + "ok_woman": "๐Ÿ™†", + "person_gesturing_ok_tone1": "๐Ÿ™†๐Ÿป", + "ok_woman_tone1": "๐Ÿ™†๐Ÿป", + "person_gesturing_ok_tone2": "๐Ÿ™†๐Ÿผ", + "ok_woman_tone2": "๐Ÿ™†๐Ÿผ", + "person_gesturing_ok_tone3": "๐Ÿ™†๐Ÿฝ", + "ok_woman_tone3": "๐Ÿ™†๐Ÿฝ", + "person_gesturing_ok_tone4": "๐Ÿ™†๐Ÿพ", + "ok_woman_tone4": "๐Ÿ™†๐Ÿพ", + "person_gesturing_ok_tone5": "๐Ÿ™†๐Ÿฟ", + "ok_woman_tone5": "๐Ÿ™†๐Ÿฟ", + "woman_gesturing_ok": "๐Ÿ™†โ€โ™€๏ธ", + "woman_gesturing_ok_tone1": "๐Ÿ™†๐Ÿปโ€โ™€๏ธ", + "woman_gesturing_ok_light_skin_tone": "๐Ÿ™†๐Ÿปโ€โ™€๏ธ", + "woman_gesturing_ok_tone2": "๐Ÿ™†๐Ÿผโ€โ™€๏ธ", + "woman_gesturing_ok_medium_light_skin_tone": "๐Ÿ™†๐Ÿผโ€โ™€๏ธ", + "woman_gesturing_ok_tone3": "๐Ÿ™†๐Ÿฝโ€โ™€๏ธ", + "woman_gesturing_ok_medium_skin_tone": "๐Ÿ™†๐Ÿฝโ€โ™€๏ธ", + "woman_gesturing_ok_tone4": "๐Ÿ™†๐Ÿพโ€โ™€๏ธ", + "woman_gesturing_ok_medium_dark_skin_tone": "๐Ÿ™†๐Ÿพโ€โ™€๏ธ", + "woman_gesturing_ok_tone5": "๐Ÿ™†๐Ÿฟโ€โ™€๏ธ", + "woman_gesturing_ok_dark_skin_tone": "๐Ÿ™†๐Ÿฟโ€โ™€๏ธ", + "man_gesturing_ok": "๐Ÿ™†โ€โ™‚๏ธ", + "man_gesturing_ok_tone1": "๐Ÿ™†๐Ÿปโ€โ™‚๏ธ", + "man_gesturing_ok_light_skin_tone": "๐Ÿ™†๐Ÿปโ€โ™‚๏ธ", + "man_gesturing_ok_tone2": "๐Ÿ™†๐Ÿผโ€โ™‚๏ธ", + "man_gesturing_ok_medium_light_skin_tone": "๐Ÿ™†๐Ÿผโ€โ™‚๏ธ", + "man_gesturing_ok_tone3": "๐Ÿ™†๐Ÿฝโ€โ™‚๏ธ", + "man_gesturing_ok_medium_skin_tone": "๐Ÿ™†๐Ÿฝโ€โ™‚๏ธ", + "man_gesturing_ok_tone4": "๐Ÿ™†๐Ÿพโ€โ™‚๏ธ", + "man_gesturing_ok_medium_dark_skin_tone": "๐Ÿ™†๐Ÿพโ€โ™‚๏ธ", + "man_gesturing_ok_tone5": "๐Ÿ™†๐Ÿฟโ€โ™‚๏ธ", + "man_gesturing_ok_dark_skin_tone": "๐Ÿ™†๐Ÿฟโ€โ™‚๏ธ", + "person_raising_hand": "๐Ÿ™‹", + "raising_hand": "๐Ÿ™‹", + "person_raising_hand_tone1": "๐Ÿ™‹๐Ÿป", + "raising_hand_tone1": "๐Ÿ™‹๐Ÿป", + "person_raising_hand_tone2": "๐Ÿ™‹๐Ÿผ", + "raising_hand_tone2": "๐Ÿ™‹๐Ÿผ", + "person_raising_hand_tone3": "๐Ÿ™‹๐Ÿฝ", + "raising_hand_tone3": "๐Ÿ™‹๐Ÿฝ", + "person_raising_hand_tone4": "๐Ÿ™‹๐Ÿพ", + "raising_hand_tone4": "๐Ÿ™‹๐Ÿพ", + "person_raising_hand_tone5": "๐Ÿ™‹๐Ÿฟ", + "raising_hand_tone5": "๐Ÿ™‹๐Ÿฟ", + "woman_raising_hand": "๐Ÿ™‹โ€โ™€๏ธ", + "woman_raising_hand_tone1": "๐Ÿ™‹๐Ÿปโ€โ™€๏ธ", + "woman_raising_hand_light_skin_tone": "๐Ÿ™‹๐Ÿปโ€โ™€๏ธ", + "woman_raising_hand_tone2": "๐Ÿ™‹๐Ÿผโ€โ™€๏ธ", + "woman_raising_hand_medium_light_skin_tone": "๐Ÿ™‹๐Ÿผโ€โ™€๏ธ", + "woman_raising_hand_tone3": "๐Ÿ™‹๐Ÿฝโ€โ™€๏ธ", + "woman_raising_hand_medium_skin_tone": "๐Ÿ™‹๐Ÿฝโ€โ™€๏ธ", + "woman_raising_hand_tone4": "๐Ÿ™‹๐Ÿพโ€โ™€๏ธ", + "woman_raising_hand_medium_dark_skin_tone": "๐Ÿ™‹๐Ÿพโ€โ™€๏ธ", + "woman_raising_hand_tone5": "๐Ÿ™‹๐Ÿฟโ€โ™€๏ธ", + "woman_raising_hand_dark_skin_tone": "๐Ÿ™‹๐Ÿฟโ€โ™€๏ธ", + "man_raising_hand": "๐Ÿ™‹โ€โ™‚๏ธ", + "man_raising_hand_tone1": "๐Ÿ™‹๐Ÿปโ€โ™‚๏ธ", + "man_raising_hand_light_skin_tone": "๐Ÿ™‹๐Ÿปโ€โ™‚๏ธ", + "man_raising_hand_tone2": "๐Ÿ™‹๐Ÿผโ€โ™‚๏ธ", + "man_raising_hand_medium_light_skin_tone": "๐Ÿ™‹๐Ÿผโ€โ™‚๏ธ", + "man_raising_hand_tone3": "๐Ÿ™‹๐Ÿฝโ€โ™‚๏ธ", + "man_raising_hand_medium_skin_tone": "๐Ÿ™‹๐Ÿฝโ€โ™‚๏ธ", + "man_raising_hand_tone4": "๐Ÿ™‹๐Ÿพโ€โ™‚๏ธ", + "man_raising_hand_medium_dark_skin_tone": "๐Ÿ™‹๐Ÿพโ€โ™‚๏ธ", + "man_raising_hand_tone5": "๐Ÿ™‹๐Ÿฟโ€โ™‚๏ธ", + "man_raising_hand_dark_skin_tone": "๐Ÿ™‹๐Ÿฟโ€โ™‚๏ธ", + "deaf_person": "๐Ÿง", + "deaf_person_tone1": "๐Ÿง๐Ÿป", + "deaf_person_light_skin_tone": "๐Ÿง๐Ÿป", + "deaf_person_tone2": "๐Ÿง๐Ÿผ", + "deaf_person_medium_light_skin_tone": "๐Ÿง๐Ÿผ", + "deaf_person_tone3": "๐Ÿง๐Ÿฝ", + "deaf_person_medium_skin_tone": "๐Ÿง๐Ÿฝ", + "deaf_person_tone4": "๐Ÿง๐Ÿพ", + "deaf_person_medium_dark_skin_tone": "๐Ÿง๐Ÿพ", + "deaf_person_tone5": "๐Ÿง๐Ÿฟ", + "deaf_person_dark_skin_tone": "๐Ÿง๐Ÿฟ", + "deaf_woman": "๐Ÿงโ€โ™€๏ธ", + "deaf_woman_tone1": "๐Ÿง๐Ÿปโ€โ™€๏ธ", + "deaf_woman_light_skin_tone": "๐Ÿง๐Ÿปโ€โ™€๏ธ", + "deaf_woman_tone2": "๐Ÿง๐Ÿผโ€โ™€๏ธ", + "deaf_woman_medium_light_skin_tone": "๐Ÿง๐Ÿผโ€โ™€๏ธ", + "deaf_woman_tone3": "๐Ÿง๐Ÿฝโ€โ™€๏ธ", + "deaf_woman_medium_skin_tone": "๐Ÿง๐Ÿฝโ€โ™€๏ธ", + "deaf_woman_tone4": "๐Ÿง๐Ÿพโ€โ™€๏ธ", + "deaf_woman_medium_dark_skin_tone": "๐Ÿง๐Ÿพโ€โ™€๏ธ", + "deaf_woman_tone5": "๐Ÿง๐Ÿฟโ€โ™€๏ธ", + "deaf_woman_dark_skin_tone": "๐Ÿง๐Ÿฟโ€โ™€๏ธ", + "deaf_man": "๐Ÿงโ€โ™‚๏ธ", + "deaf_man_tone1": "๐Ÿง๐Ÿปโ€โ™‚๏ธ", + "deaf_man_light_skin_tone": "๐Ÿง๐Ÿปโ€โ™‚๏ธ", + "deaf_man_tone2": "๐Ÿง๐Ÿผโ€โ™‚๏ธ", + "deaf_man_medium_light_skin_tone": "๐Ÿง๐Ÿผโ€โ™‚๏ธ", + "deaf_man_tone3": "๐Ÿง๐Ÿฝโ€โ™‚๏ธ", + "deaf_man_medium_skin_tone": "๐Ÿง๐Ÿฝโ€โ™‚๏ธ", + "deaf_man_tone4": "๐Ÿง๐Ÿพโ€โ™‚๏ธ", + "deaf_man_medium_dark_skin_tone": "๐Ÿง๐Ÿพโ€โ™‚๏ธ", + "deaf_man_tone5": "๐Ÿง๐Ÿฟโ€โ™‚๏ธ", + "deaf_man_dark_skin_tone": "๐Ÿง๐Ÿฟโ€โ™‚๏ธ", + "person_facepalming": "๐Ÿคฆ", + "face_palm": "๐Ÿคฆ", + "facepalm": "๐Ÿคฆ", + "person_facepalming_tone1": "๐Ÿคฆ๐Ÿป", + "face_palm_tone1": "๐Ÿคฆ๐Ÿป", + "facepalm_tone1": "๐Ÿคฆ๐Ÿป", + "person_facepalming_tone2": "๐Ÿคฆ๐Ÿผ", + "face_palm_tone2": "๐Ÿคฆ๐Ÿผ", + "facepalm_tone2": "๐Ÿคฆ๐Ÿผ", + "person_facepalming_tone3": "๐Ÿคฆ๐Ÿฝ", + "face_palm_tone3": "๐Ÿคฆ๐Ÿฝ", + "facepalm_tone3": "๐Ÿคฆ๐Ÿฝ", + "person_facepalming_tone4": "๐Ÿคฆ๐Ÿพ", + "face_palm_tone4": "๐Ÿคฆ๐Ÿพ", + "facepalm_tone4": "๐Ÿคฆ๐Ÿพ", + "person_facepalming_tone5": "๐Ÿคฆ๐Ÿฟ", + "face_palm_tone5": "๐Ÿคฆ๐Ÿฟ", + "facepalm_tone5": "๐Ÿคฆ๐Ÿฟ", + "woman_facepalming": "๐Ÿคฆโ€โ™€๏ธ", + "woman_facepalming_tone1": "๐Ÿคฆ๐Ÿปโ€โ™€๏ธ", + "woman_facepalming_light_skin_tone": "๐Ÿคฆ๐Ÿปโ€โ™€๏ธ", + "woman_facepalming_tone2": "๐Ÿคฆ๐Ÿผโ€โ™€๏ธ", + "woman_facepalming_medium_light_skin_tone": "๐Ÿคฆ๐Ÿผโ€โ™€๏ธ", + "woman_facepalming_tone3": "๐Ÿคฆ๐Ÿฝโ€โ™€๏ธ", + "woman_facepalming_medium_skin_tone": "๐Ÿคฆ๐Ÿฝโ€โ™€๏ธ", + "woman_facepalming_tone4": "๐Ÿคฆ๐Ÿพโ€โ™€๏ธ", + "woman_facepalming_medium_dark_skin_tone": "๐Ÿคฆ๐Ÿพโ€โ™€๏ธ", + "woman_facepalming_tone5": "๐Ÿคฆ๐Ÿฟโ€โ™€๏ธ", + "woman_facepalming_dark_skin_tone": "๐Ÿคฆ๐Ÿฟโ€โ™€๏ธ", + "man_facepalming": "๐Ÿคฆโ€โ™‚๏ธ", + "man_facepalming_tone1": "๐Ÿคฆ๐Ÿปโ€โ™‚๏ธ", + "man_facepalming_light_skin_tone": "๐Ÿคฆ๐Ÿปโ€โ™‚๏ธ", + "man_facepalming_tone2": "๐Ÿคฆ๐Ÿผโ€โ™‚๏ธ", + "man_facepalming_medium_light_skin_tone": "๐Ÿคฆ๐Ÿผโ€โ™‚๏ธ", + "man_facepalming_tone3": "๐Ÿคฆ๐Ÿฝโ€โ™‚๏ธ", + "man_facepalming_medium_skin_tone": "๐Ÿคฆ๐Ÿฝโ€โ™‚๏ธ", + "man_facepalming_tone4": "๐Ÿคฆ๐Ÿพโ€โ™‚๏ธ", + "man_facepalming_medium_dark_skin_tone": "๐Ÿคฆ๐Ÿพโ€โ™‚๏ธ", + "man_facepalming_tone5": "๐Ÿคฆ๐Ÿฟโ€โ™‚๏ธ", + "man_facepalming_dark_skin_tone": "๐Ÿคฆ๐Ÿฟโ€โ™‚๏ธ", + "person_shrugging": "๐Ÿคท", + "shrug": "๐Ÿคท", + "person_shrugging_tone1": "๐Ÿคท๐Ÿป", + "shrug_tone1": "๐Ÿคท๐Ÿป", + "person_shrugging_tone2": "๐Ÿคท๐Ÿผ", + "shrug_tone2": "๐Ÿคท๐Ÿผ", + "person_shrugging_tone3": "๐Ÿคท๐Ÿฝ", + "shrug_tone3": "๐Ÿคท๐Ÿฝ", + "person_shrugging_tone4": "๐Ÿคท๐Ÿพ", + "shrug_tone4": "๐Ÿคท๐Ÿพ", + "person_shrugging_tone5": "๐Ÿคท๐Ÿฟ", + "shrug_tone5": "๐Ÿคท๐Ÿฟ", + "woman_shrugging": "๐Ÿคทโ€โ™€๏ธ", + "woman_shrugging_tone1": "๐Ÿคท๐Ÿปโ€โ™€๏ธ", + "woman_shrugging_light_skin_tone": "๐Ÿคท๐Ÿปโ€โ™€๏ธ", + "woman_shrugging_tone2": "๐Ÿคท๐Ÿผโ€โ™€๏ธ", + "woman_shrugging_medium_light_skin_tone": "๐Ÿคท๐Ÿผโ€โ™€๏ธ", + "woman_shrugging_tone3": "๐Ÿคท๐Ÿฝโ€โ™€๏ธ", + "woman_shrugging_medium_skin_tone": "๐Ÿคท๐Ÿฝโ€โ™€๏ธ", + "woman_shrugging_tone4": "๐Ÿคท๐Ÿพโ€โ™€๏ธ", + "woman_shrugging_medium_dark_skin_tone": "๐Ÿคท๐Ÿพโ€โ™€๏ธ", + "woman_shrugging_tone5": "๐Ÿคท๐Ÿฟโ€โ™€๏ธ", + "woman_shrugging_dark_skin_tone": "๐Ÿคท๐Ÿฟโ€โ™€๏ธ", + "man_shrugging": "๐Ÿคทโ€โ™‚๏ธ", + "man_shrugging_tone1": "๐Ÿคท๐Ÿปโ€โ™‚๏ธ", + "man_shrugging_light_skin_tone": "๐Ÿคท๐Ÿปโ€โ™‚๏ธ", + "man_shrugging_tone2": "๐Ÿคท๐Ÿผโ€โ™‚๏ธ", + "man_shrugging_medium_light_skin_tone": "๐Ÿคท๐Ÿผโ€โ™‚๏ธ", + "man_shrugging_tone3": "๐Ÿคท๐Ÿฝโ€โ™‚๏ธ", + "man_shrugging_medium_skin_tone": "๐Ÿคท๐Ÿฝโ€โ™‚๏ธ", + "man_shrugging_tone4": "๐Ÿคท๐Ÿพโ€โ™‚๏ธ", + "man_shrugging_medium_dark_skin_tone": "๐Ÿคท๐Ÿพโ€โ™‚๏ธ", + "man_shrugging_tone5": "๐Ÿคท๐Ÿฟโ€โ™‚๏ธ", + "man_shrugging_dark_skin_tone": "๐Ÿคท๐Ÿฟโ€โ™‚๏ธ", + "person_pouting": "๐Ÿ™Ž", + "person_with_pouting_face": "๐Ÿ™Ž", + "person_pouting_tone1": "๐Ÿ™Ž๐Ÿป", + "person_with_pouting_face_tone1": "๐Ÿ™Ž๐Ÿป", + "person_pouting_tone2": "๐Ÿ™Ž๐Ÿผ", + "person_with_pouting_face_tone2": "๐Ÿ™Ž๐Ÿผ", + "person_pouting_tone3": "๐Ÿ™Ž๐Ÿฝ", + "person_with_pouting_face_tone3": "๐Ÿ™Ž๐Ÿฝ", + "person_pouting_tone4": "๐Ÿ™Ž๐Ÿพ", + "person_with_pouting_face_tone4": "๐Ÿ™Ž๐Ÿพ", + "person_pouting_tone5": "๐Ÿ™Ž๐Ÿฟ", + "person_with_pouting_face_tone5": "๐Ÿ™Ž๐Ÿฟ", + "woman_pouting": "๐Ÿ™Žโ€โ™€๏ธ", + "woman_pouting_tone1": "๐Ÿ™Ž๐Ÿปโ€โ™€๏ธ", + "woman_pouting_light_skin_tone": "๐Ÿ™Ž๐Ÿปโ€โ™€๏ธ", + "woman_pouting_tone2": "๐Ÿ™Ž๐Ÿผโ€โ™€๏ธ", + "woman_pouting_medium_light_skin_tone": "๐Ÿ™Ž๐Ÿผโ€โ™€๏ธ", + "woman_pouting_tone3": "๐Ÿ™Ž๐Ÿฝโ€โ™€๏ธ", + "woman_pouting_medium_skin_tone": "๐Ÿ™Ž๐Ÿฝโ€โ™€๏ธ", + "woman_pouting_tone4": "๐Ÿ™Ž๐Ÿพโ€โ™€๏ธ", + "woman_pouting_medium_dark_skin_tone": "๐Ÿ™Ž๐Ÿพโ€โ™€๏ธ", + "woman_pouting_tone5": "๐Ÿ™Ž๐Ÿฟโ€โ™€๏ธ", + "woman_pouting_dark_skin_tone": "๐Ÿ™Ž๐Ÿฟโ€โ™€๏ธ", + "man_pouting": "๐Ÿ™Žโ€โ™‚๏ธ", + "man_pouting_tone1": "๐Ÿ™Ž๐Ÿปโ€โ™‚๏ธ", + "man_pouting_light_skin_tone": "๐Ÿ™Ž๐Ÿปโ€โ™‚๏ธ", + "man_pouting_tone2": "๐Ÿ™Ž๐Ÿผโ€โ™‚๏ธ", + "man_pouting_medium_light_skin_tone": "๐Ÿ™Ž๐Ÿผโ€โ™‚๏ธ", + "man_pouting_tone3": "๐Ÿ™Ž๐Ÿฝโ€โ™‚๏ธ", + "man_pouting_medium_skin_tone": "๐Ÿ™Ž๐Ÿฝโ€โ™‚๏ธ", + "man_pouting_tone4": "๐Ÿ™Ž๐Ÿพโ€โ™‚๏ธ", + "man_pouting_medium_dark_skin_tone": "๐Ÿ™Ž๐Ÿพโ€โ™‚๏ธ", + "man_pouting_tone5": "๐Ÿ™Ž๐Ÿฟโ€โ™‚๏ธ", + "man_pouting_dark_skin_tone": "๐Ÿ™Ž๐Ÿฟโ€โ™‚๏ธ", + "person_frowning": "๐Ÿ™", + "person_frowning_tone1": "๐Ÿ™๐Ÿป", + "person_frowning_tone2": "๐Ÿ™๐Ÿผ", + "person_frowning_tone3": "๐Ÿ™๐Ÿฝ", + "person_frowning_tone4": "๐Ÿ™๐Ÿพ", + "person_frowning_tone5": "๐Ÿ™๐Ÿฟ", + "woman_frowning": "๐Ÿ™โ€โ™€๏ธ", + "woman_frowning_tone1": "๐Ÿ™๐Ÿปโ€โ™€๏ธ", + "woman_frowning_light_skin_tone": "๐Ÿ™๐Ÿปโ€โ™€๏ธ", + "woman_frowning_tone2": "๐Ÿ™๐Ÿผโ€โ™€๏ธ", + "woman_frowning_medium_light_skin_tone": "๐Ÿ™๐Ÿผโ€โ™€๏ธ", + "woman_frowning_tone3": "๐Ÿ™๐Ÿฝโ€โ™€๏ธ", + "woman_frowning_medium_skin_tone": "๐Ÿ™๐Ÿฝโ€โ™€๏ธ", + "woman_frowning_tone4": "๐Ÿ™๐Ÿพโ€โ™€๏ธ", + "woman_frowning_medium_dark_skin_tone": "๐Ÿ™๐Ÿพโ€โ™€๏ธ", + "woman_frowning_tone5": "๐Ÿ™๐Ÿฟโ€โ™€๏ธ", + "woman_frowning_dark_skin_tone": "๐Ÿ™๐Ÿฟโ€โ™€๏ธ", + "man_frowning": "๐Ÿ™โ€โ™‚๏ธ", + "man_frowning_tone1": "๐Ÿ™๐Ÿปโ€โ™‚๏ธ", + "man_frowning_light_skin_tone": "๐Ÿ™๐Ÿปโ€โ™‚๏ธ", + "man_frowning_tone2": "๐Ÿ™๐Ÿผโ€โ™‚๏ธ", + "man_frowning_medium_light_skin_tone": "๐Ÿ™๐Ÿผโ€โ™‚๏ธ", + "man_frowning_tone3": "๐Ÿ™๐Ÿฝโ€โ™‚๏ธ", + "man_frowning_medium_skin_tone": "๐Ÿ™๐Ÿฝโ€โ™‚๏ธ", + "man_frowning_tone4": "๐Ÿ™๐Ÿพโ€โ™‚๏ธ", + "man_frowning_medium_dark_skin_tone": "๐Ÿ™๐Ÿพโ€โ™‚๏ธ", + "man_frowning_tone5": "๐Ÿ™๐Ÿฟโ€โ™‚๏ธ", + "man_frowning_dark_skin_tone": "๐Ÿ™๐Ÿฟโ€โ™‚๏ธ", + "person_getting_haircut": "๐Ÿ’‡", + "haircut": "๐Ÿ’‡", + "person_getting_haircut_tone1": "๐Ÿ’‡๐Ÿป", + "haircut_tone1": "๐Ÿ’‡๐Ÿป", + "person_getting_haircut_tone2": "๐Ÿ’‡๐Ÿผ", + "haircut_tone2": "๐Ÿ’‡๐Ÿผ", + "person_getting_haircut_tone3": "๐Ÿ’‡๐Ÿฝ", + "haircut_tone3": "๐Ÿ’‡๐Ÿฝ", + "person_getting_haircut_tone4": "๐Ÿ’‡๐Ÿพ", + "haircut_tone4": "๐Ÿ’‡๐Ÿพ", + "person_getting_haircut_tone5": "๐Ÿ’‡๐Ÿฟ", + "haircut_tone5": "๐Ÿ’‡๐Ÿฟ", + "woman_getting_haircut": "๐Ÿ’‡โ€โ™€๏ธ", + "woman_getting_haircut_tone1": "๐Ÿ’‡๐Ÿปโ€โ™€๏ธ", + "woman_getting_haircut_light_skin_tone": "๐Ÿ’‡๐Ÿปโ€โ™€๏ธ", + "woman_getting_haircut_tone2": "๐Ÿ’‡๐Ÿผโ€โ™€๏ธ", + "woman_getting_haircut_medium_light_skin_tone": "๐Ÿ’‡๐Ÿผโ€โ™€๏ธ", + "woman_getting_haircut_tone3": "๐Ÿ’‡๐Ÿฝโ€โ™€๏ธ", + "woman_getting_haircut_medium_skin_tone": "๐Ÿ’‡๐Ÿฝโ€โ™€๏ธ", + "woman_getting_haircut_tone4": "๐Ÿ’‡๐Ÿพโ€โ™€๏ธ", + "woman_getting_haircut_medium_dark_skin_tone": "๐Ÿ’‡๐Ÿพโ€โ™€๏ธ", + "woman_getting_haircut_tone5": "๐Ÿ’‡๐Ÿฟโ€โ™€๏ธ", + "woman_getting_haircut_dark_skin_tone": "๐Ÿ’‡๐Ÿฟโ€โ™€๏ธ", + "man_getting_haircut": "๐Ÿ’‡โ€โ™‚๏ธ", + "man_getting_haircut_tone1": "๐Ÿ’‡๐Ÿปโ€โ™‚๏ธ", + "man_getting_haircut_light_skin_tone": "๐Ÿ’‡๐Ÿปโ€โ™‚๏ธ", + "man_getting_haircut_tone2": "๐Ÿ’‡๐Ÿผโ€โ™‚๏ธ", + "man_getting_haircut_medium_light_skin_tone": "๐Ÿ’‡๐Ÿผโ€โ™‚๏ธ", + "man_getting_haircut_tone3": "๐Ÿ’‡๐Ÿฝโ€โ™‚๏ธ", + "man_getting_haircut_medium_skin_tone": "๐Ÿ’‡๐Ÿฝโ€โ™‚๏ธ", + "man_getting_haircut_tone4": "๐Ÿ’‡๐Ÿพโ€โ™‚๏ธ", + "man_getting_haircut_medium_dark_skin_tone": "๐Ÿ’‡๐Ÿพโ€โ™‚๏ธ", + "man_getting_haircut_tone5": "๐Ÿ’‡๐Ÿฟโ€โ™‚๏ธ", + "man_getting_haircut_dark_skin_tone": "๐Ÿ’‡๐Ÿฟโ€โ™‚๏ธ", + "person_getting_massage": "๐Ÿ’†", + "massage": "๐Ÿ’†", + "person_getting_massage_tone1": "๐Ÿ’†๐Ÿป", + "massage_tone1": "๐Ÿ’†๐Ÿป", + "person_getting_massage_tone2": "๐Ÿ’†๐Ÿผ", + "massage_tone2": "๐Ÿ’†๐Ÿผ", + "person_getting_massage_tone3": "๐Ÿ’†๐Ÿฝ", + "massage_tone3": "๐Ÿ’†๐Ÿฝ", + "person_getting_massage_tone4": "๐Ÿ’†๐Ÿพ", + "massage_tone4": "๐Ÿ’†๐Ÿพ", + "person_getting_massage_tone5": "๐Ÿ’†๐Ÿฟ", + "massage_tone5": "๐Ÿ’†๐Ÿฟ", + "woman_getting_face_massage": "๐Ÿ’†โ€โ™€๏ธ", + "woman_getting_face_massage_tone1": "๐Ÿ’†๐Ÿปโ€โ™€๏ธ", + "woman_getting_face_massage_light_skin_tone": "๐Ÿ’†๐Ÿปโ€โ™€๏ธ", + "woman_getting_face_massage_tone2": "๐Ÿ’†๐Ÿผโ€โ™€๏ธ", + "woman_getting_face_massage_medium_light_skin_tone": "๐Ÿ’†๐Ÿผโ€โ™€๏ธ", + "woman_getting_face_massage_tone3": "๐Ÿ’†๐Ÿฝโ€โ™€๏ธ", + "woman_getting_face_massage_medium_skin_tone": "๐Ÿ’†๐Ÿฝโ€โ™€๏ธ", + "woman_getting_face_massage_tone4": "๐Ÿ’†๐Ÿพโ€โ™€๏ธ", + "woman_getting_face_massage_medium_dark_skin_tone": "๐Ÿ’†๐Ÿพโ€โ™€๏ธ", + "woman_getting_face_massage_tone5": "๐Ÿ’†๐Ÿฟโ€โ™€๏ธ", + "woman_getting_face_massage_dark_skin_tone": "๐Ÿ’†๐Ÿฟโ€โ™€๏ธ", + "man_getting_face_massage": "๐Ÿ’†โ€โ™‚๏ธ", + "man_getting_face_massage_tone1": "๐Ÿ’†๐Ÿปโ€โ™‚๏ธ", + "man_getting_face_massage_light_skin_tone": "๐Ÿ’†๐Ÿปโ€โ™‚๏ธ", + "man_getting_face_massage_tone2": "๐Ÿ’†๐Ÿผโ€โ™‚๏ธ", + "man_getting_face_massage_medium_light_skin_tone": "๐Ÿ’†๐Ÿผโ€โ™‚๏ธ", + "man_getting_face_massage_tone3": "๐Ÿ’†๐Ÿฝโ€โ™‚๏ธ", + "man_getting_face_massage_medium_skin_tone": "๐Ÿ’†๐Ÿฝโ€โ™‚๏ธ", + "man_getting_face_massage_tone4": "๐Ÿ’†๐Ÿพโ€โ™‚๏ธ", + "man_getting_face_massage_medium_dark_skin_tone": "๐Ÿ’†๐Ÿพโ€โ™‚๏ธ", + "man_getting_face_massage_tone5": "๐Ÿ’†๐Ÿฟโ€โ™‚๏ธ", + "man_getting_face_massage_dark_skin_tone": "๐Ÿ’†๐Ÿฟโ€โ™‚๏ธ", + "person_in_steamy_room": "๐Ÿง–", + "person_in_steamy_room_tone1": "๐Ÿง–๐Ÿป", + "person_in_steamy_room_light_skin_tone": "๐Ÿง–๐Ÿป", + "person_in_steamy_room_tone2": "๐Ÿง–๐Ÿผ", + "person_in_steamy_room_medium_light_skin_tone": "๐Ÿง–๐Ÿผ", + "person_in_steamy_room_tone3": "๐Ÿง–๐Ÿฝ", + "person_in_steamy_room_medium_skin_tone": "๐Ÿง–๐Ÿฝ", + "person_in_steamy_room_tone4": "๐Ÿง–๐Ÿพ", + "person_in_steamy_room_medium_dark_skin_tone": "๐Ÿง–๐Ÿพ", + "person_in_steamy_room_tone5": "๐Ÿง–๐Ÿฟ", + "person_in_steamy_room_dark_skin_tone": "๐Ÿง–๐Ÿฟ", + "woman_in_steamy_room": "๐Ÿง–โ€โ™€๏ธ", + "woman_in_steamy_room_tone1": "๐Ÿง–๐Ÿปโ€โ™€๏ธ", + "woman_in_steamy_room_light_skin_tone": "๐Ÿง–๐Ÿปโ€โ™€๏ธ", + "woman_in_steamy_room_tone2": "๐Ÿง–๐Ÿผโ€โ™€๏ธ", + "woman_in_steamy_room_medium_light_skin_tone": "๐Ÿง–๐Ÿผโ€โ™€๏ธ", + "woman_in_steamy_room_tone3": "๐Ÿง–๐Ÿฝโ€โ™€๏ธ", + "woman_in_steamy_room_medium_skin_tone": "๐Ÿง–๐Ÿฝโ€โ™€๏ธ", + "woman_in_steamy_room_tone4": "๐Ÿง–๐Ÿพโ€โ™€๏ธ", + "woman_in_steamy_room_medium_dark_skin_tone": "๐Ÿง–๐Ÿพโ€โ™€๏ธ", + "woman_in_steamy_room_tone5": "๐Ÿง–๐Ÿฟโ€โ™€๏ธ", + "woman_in_steamy_room_dark_skin_tone": "๐Ÿง–๐Ÿฟโ€โ™€๏ธ", + "man_in_steamy_room": "๐Ÿง–โ€โ™‚๏ธ", + "man_in_steamy_room_tone1": "๐Ÿง–๐Ÿปโ€โ™‚๏ธ", + "man_in_steamy_room_light_skin_tone": "๐Ÿง–๐Ÿปโ€โ™‚๏ธ", + "man_in_steamy_room_tone2": "๐Ÿง–๐Ÿผโ€โ™‚๏ธ", + "man_in_steamy_room_medium_light_skin_tone": "๐Ÿง–๐Ÿผโ€โ™‚๏ธ", + "man_in_steamy_room_tone3": "๐Ÿง–๐Ÿฝโ€โ™‚๏ธ", + "man_in_steamy_room_medium_skin_tone": "๐Ÿง–๐Ÿฝโ€โ™‚๏ธ", + "man_in_steamy_room_tone4": "๐Ÿง–๐Ÿพโ€โ™‚๏ธ", + "man_in_steamy_room_medium_dark_skin_tone": "๐Ÿง–๐Ÿพโ€โ™‚๏ธ", + "man_in_steamy_room_tone5": "๐Ÿง–๐Ÿฟโ€โ™‚๏ธ", + "man_in_steamy_room_dark_skin_tone": "๐Ÿง–๐Ÿฟโ€โ™‚๏ธ", + "nail_care": "๐Ÿ’…", + "nail_care_tone1": "๐Ÿ’…๐Ÿป", + "nail_care_tone2": "๐Ÿ’…๐Ÿผ", + "nail_care_tone3": "๐Ÿ’…๐Ÿฝ", + "nail_care_tone4": "๐Ÿ’…๐Ÿพ", + "nail_care_tone5": "๐Ÿ’…๐Ÿฟ", + "selfie": "๐Ÿคณ", + "selfie_tone1": "๐Ÿคณ๐Ÿป", + "selfie_tone2": "๐Ÿคณ๐Ÿผ", + "selfie_tone3": "๐Ÿคณ๐Ÿฝ", + "selfie_tone4": "๐Ÿคณ๐Ÿพ", + "selfie_tone5": "๐Ÿคณ๐Ÿฟ", + "dancer": "๐Ÿ’ƒ", + "dancer_tone1": "๐Ÿ’ƒ๐Ÿป", + "dancer_tone2": "๐Ÿ’ƒ๐Ÿผ", + "dancer_tone3": "๐Ÿ’ƒ๐Ÿฝ", + "dancer_tone4": "๐Ÿ’ƒ๐Ÿพ", + "dancer_tone5": "๐Ÿ’ƒ๐Ÿฟ", + "man_dancing": "๐Ÿ•บ", + "male_dancer": "๐Ÿ•บ", + "man_dancing_tone1": "๐Ÿ•บ๐Ÿป", + "male_dancer_tone1": "๐Ÿ•บ๐Ÿป", + "man_dancing_tone2": "๐Ÿ•บ๐Ÿผ", + "male_dancer_tone2": "๐Ÿ•บ๐Ÿผ", + "man_dancing_tone3": "๐Ÿ•บ๐Ÿฝ", + "male_dancer_tone3": "๐Ÿ•บ๐Ÿฝ", + "man_dancing_tone5": "๐Ÿ•บ๐Ÿฟ", + "male_dancer_tone5": "๐Ÿ•บ๐Ÿฟ", + "man_dancing_tone4": "๐Ÿ•บ๐Ÿพ", + "male_dancer_tone4": "๐Ÿ•บ๐Ÿพ", + "people_with_bunny_ears_partying": "๐Ÿ‘ฏ", + "dancers": "๐Ÿ‘ฏ", + "women_with_bunny_ears_partying": "๐Ÿ‘ฏโ€โ™€๏ธ", + "men_with_bunny_ears_partying": "๐Ÿ‘ฏโ€โ™‚๏ธ", + "levitate": "๐Ÿ•ด๏ธ", + "man_in_business_suit_levitating": "๐Ÿ•ด๏ธ", + "levitate_tone1": "๐Ÿ•ด๐Ÿป", + "man_in_business_suit_levitating_tone1": "๐Ÿ•ด๐Ÿป", + "man_in_business_suit_levitating_light_skin_tone": "๐Ÿ•ด๐Ÿป", + "levitate_tone2": "๐Ÿ•ด๐Ÿผ", + "man_in_business_suit_levitating_tone2": "๐Ÿ•ด๐Ÿผ", + "man_in_business_suit_levitating_medium_light_skin_tone": "๐Ÿ•ด๐Ÿผ", + "levitate_tone3": "๐Ÿ•ด๐Ÿฝ", + "man_in_business_suit_levitating_tone3": "๐Ÿ•ด๐Ÿฝ", + "man_in_business_suit_levitating_medium_skin_tone": "๐Ÿ•ด๐Ÿฝ", + "levitate_tone4": "๐Ÿ•ด๐Ÿพ", + "man_in_business_suit_levitating_tone4": "๐Ÿ•ด๐Ÿพ", + "man_in_business_suit_levitating_medium_dark_skin_tone": "๐Ÿ•ด๐Ÿพ", + "levitate_tone5": "๐Ÿ•ด๐Ÿฟ", + "man_in_business_suit_levitating_tone5": "๐Ÿ•ด๐Ÿฟ", + "man_in_business_suit_levitating_dark_skin_tone": "๐Ÿ•ด๐Ÿฟ", + "person_in_manual_wheelchair": "๐Ÿง‘โ€๐Ÿฆฝ", + "person_in_manual_wheelchair_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฝ", + "person_in_manual_wheelchair_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฝ", + "person_in_manual_wheelchair_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฝ", + "person_in_manual_wheelchair_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฝ", + "person_in_manual_wheelchair_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฝ", + "person_in_manual_wheelchair_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฝ", + "person_in_manual_wheelchair_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฝ", + "person_in_manual_wheelchair_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฝ", + "person_in_manual_wheelchair_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฝ", + "person_in_manual_wheelchair_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฝ", + "woman_in_manual_wheelchair": "๐Ÿ‘ฉโ€๐Ÿฆฝ", + "woman_in_manual_wheelchair_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฝ", + "woman_in_manual_wheelchair_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฝ", + "woman_in_manual_wheelchair_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฝ", + "woman_in_manual_wheelchair_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฝ", + "woman_in_manual_wheelchair_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฝ", + "woman_in_manual_wheelchair_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฝ", + "woman_in_manual_wheelchair_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฝ", + "woman_in_manual_wheelchair_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฝ", + "woman_in_manual_wheelchair_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฝ", + "woman_in_manual_wheelchair_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฝ", + "man_in_manual_wheelchair": "๐Ÿ‘จโ€๐Ÿฆฝ", + "man_in_manual_wheelchair_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฝ", + "man_in_manual_wheelchair_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฝ", + "man_in_manual_wheelchair_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฝ", + "man_in_manual_wheelchair_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฝ", + "man_in_manual_wheelchair_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฝ", + "man_in_manual_wheelchair_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฝ", + "man_in_manual_wheelchair_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฝ", + "man_in_manual_wheelchair_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฝ", + "man_in_manual_wheelchair_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฝ", + "man_in_manual_wheelchair_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฝ", + "person_in_motorized_wheelchair": "๐Ÿง‘โ€๐Ÿฆผ", + "person_in_motorized_wheelchair_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿฆผ", + "person_in_motorized_wheelchair_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿฆผ", + "person_in_motorized_wheelchair_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿฆผ", + "person_in_motorized_wheelchair_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿฆผ", + "person_in_motorized_wheelchair_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆผ", + "person_in_motorized_wheelchair_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆผ", + "person_in_motorized_wheelchair_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿฆผ", + "person_in_motorized_wheelchair_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿฆผ", + "person_in_motorized_wheelchair_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆผ", + "person_in_motorized_wheelchair_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆผ", + "woman_in_motorized_wheelchair": "๐Ÿ‘ฉโ€๐Ÿฆผ", + "woman_in_motorized_wheelchair_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆผ", + "woman_in_motorized_wheelchair_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆผ", + "woman_in_motorized_wheelchair_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆผ", + "woman_in_motorized_wheelchair_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆผ", + "woman_in_motorized_wheelchair_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆผ", + "woman_in_motorized_wheelchair_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆผ", + "woman_in_motorized_wheelchair_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆผ", + "woman_in_motorized_wheelchair_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆผ", + "woman_in_motorized_wheelchair_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆผ", + "woman_in_motorized_wheelchair_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆผ", + "man_in_motorized_wheelchair": "๐Ÿ‘จโ€๐Ÿฆผ", + "man_in_motorized_wheelchair_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆผ", + "man_in_motorized_wheelchair_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆผ", + "man_in_motorized_wheelchair_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆผ", + "man_in_motorized_wheelchair_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆผ", + "man_in_motorized_wheelchair_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆผ", + "man_in_motorized_wheelchair_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆผ", + "man_in_motorized_wheelchair_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆผ", + "man_in_motorized_wheelchair_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆผ", + "man_in_motorized_wheelchair_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆผ", + "man_in_motorized_wheelchair_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆผ", + "person_walking": "๐Ÿšถ", + "walking": "๐Ÿšถ", + "person_walking_tone1": "๐Ÿšถ๐Ÿป", + "walking_tone1": "๐Ÿšถ๐Ÿป", + "person_walking_tone2": "๐Ÿšถ๐Ÿผ", + "walking_tone2": "๐Ÿšถ๐Ÿผ", + "person_walking_tone3": "๐Ÿšถ๐Ÿฝ", + "walking_tone3": "๐Ÿšถ๐Ÿฝ", + "person_walking_tone4": "๐Ÿšถ๐Ÿพ", + "walking_tone4": "๐Ÿšถ๐Ÿพ", + "person_walking_tone5": "๐Ÿšถ๐Ÿฟ", + "walking_tone5": "๐Ÿšถ๐Ÿฟ", + "woman_walking": "๐Ÿšถโ€โ™€๏ธ", + "woman_walking_tone1": "๐Ÿšถ๐Ÿปโ€โ™€๏ธ", + "woman_walking_light_skin_tone": "๐Ÿšถ๐Ÿปโ€โ™€๏ธ", + "woman_walking_tone2": "๐Ÿšถ๐Ÿผโ€โ™€๏ธ", + "woman_walking_medium_light_skin_tone": "๐Ÿšถ๐Ÿผโ€โ™€๏ธ", + "woman_walking_tone3": "๐Ÿšถ๐Ÿฝโ€โ™€๏ธ", + "woman_walking_medium_skin_tone": "๐Ÿšถ๐Ÿฝโ€โ™€๏ธ", + "woman_walking_tone4": "๐Ÿšถ๐Ÿพโ€โ™€๏ธ", + "woman_walking_medium_dark_skin_tone": "๐Ÿšถ๐Ÿพโ€โ™€๏ธ", + "woman_walking_tone5": "๐Ÿšถ๐Ÿฟโ€โ™€๏ธ", + "woman_walking_dark_skin_tone": "๐Ÿšถ๐Ÿฟโ€โ™€๏ธ", + "man_walking": "๐Ÿšถโ€โ™‚๏ธ", + "man_walking_tone1": "๐Ÿšถ๐Ÿปโ€โ™‚๏ธ", + "man_walking_light_skin_tone": "๐Ÿšถ๐Ÿปโ€โ™‚๏ธ", + "man_walking_tone2": "๐Ÿšถ๐Ÿผโ€โ™‚๏ธ", + "man_walking_medium_light_skin_tone": "๐Ÿšถ๐Ÿผโ€โ™‚๏ธ", + "man_walking_tone3": "๐Ÿšถ๐Ÿฝโ€โ™‚๏ธ", + "man_walking_medium_skin_tone": "๐Ÿšถ๐Ÿฝโ€โ™‚๏ธ", + "man_walking_tone4": "๐Ÿšถ๐Ÿพโ€โ™‚๏ธ", + "man_walking_medium_dark_skin_tone": "๐Ÿšถ๐Ÿพโ€โ™‚๏ธ", + "man_walking_tone5": "๐Ÿšถ๐Ÿฟโ€โ™‚๏ธ", + "man_walking_dark_skin_tone": "๐Ÿšถ๐Ÿฟโ€โ™‚๏ธ", + "person_with_probing_cane": "๐Ÿง‘โ€๐Ÿฆฏ", + "person_with_probing_cane_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฏ", + "person_with_probing_cane_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿฆฏ", + "person_with_probing_cane_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฏ", + "person_with_probing_cane_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿฆฏ", + "person_with_probing_cane_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฏ", + "person_with_probing_cane_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿฆฏ", + "person_with_probing_cane_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฏ", + "person_with_probing_cane_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿฆฏ", + "person_with_probing_cane_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฏ", + "person_with_probing_cane_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿฆฏ", + "woman_with_probing_cane": "๐Ÿ‘ฉโ€๐Ÿฆฏ", + "woman_with_probing_cane_tone1": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฏ", + "woman_with_probing_cane_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿฆฏ", + "woman_with_probing_cane_tone2": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฏ", + "woman_with_probing_cane_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿฆฏ", + "woman_with_probing_cane_tone3": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฏ", + "woman_with_probing_cane_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿฆฏ", + "woman_with_probing_cane_tone4": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฏ", + "woman_with_probing_cane_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿฆฏ", + "woman_with_probing_cane_tone5": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฏ", + "woman_with_probing_cane_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿฆฏ", + "man_with_probing_cane": "๐Ÿ‘จโ€๐Ÿฆฏ", + "man_with_probing_cane_tone1": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฏ", + "man_with_probing_cane_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿฆฏ", + "man_with_probing_cane_tone3": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฏ", + "man_with_probing_cane_medium_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿฆฏ", + "man_with_probing_cane_tone2": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฏ", + "man_with_probing_cane_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿฆฏ", + "man_with_probing_cane_tone4": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฏ", + "man_with_probing_cane_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿฆฏ", + "man_with_probing_cane_tone5": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฏ", + "man_with_probing_cane_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿฆฏ", + "person_kneeling": "๐ŸงŽ", + "person_kneeling_tone1": "๐ŸงŽ๐Ÿป", + "person_kneeling_light_skin_tone": "๐ŸงŽ๐Ÿป", + "person_kneeling_tone2": "๐ŸงŽ๐Ÿผ", + "person_kneeling_medium_light_skin_tone": "๐ŸงŽ๐Ÿผ", + "person_kneeling_tone3": "๐ŸงŽ๐Ÿฝ", + "person_kneeling_medium_skin_tone": "๐ŸงŽ๐Ÿฝ", + "person_kneeling_tone4": "๐ŸงŽ๐Ÿพ", + "person_kneeling_medium_dark_skin_tone": "๐ŸงŽ๐Ÿพ", + "person_kneeling_tone5": "๐ŸงŽ๐Ÿฟ", + "person_kneeling_dark_skin_tone": "๐ŸงŽ๐Ÿฟ", + "woman_kneeling": "๐ŸงŽโ€โ™€๏ธ", + "woman_kneeling_tone1": "๐ŸงŽ๐Ÿปโ€โ™€๏ธ", + "woman_kneeling_light_skin_tone": "๐ŸงŽ๐Ÿปโ€โ™€๏ธ", + "woman_kneeling_tone2": "๐ŸงŽ๐Ÿผโ€โ™€๏ธ", + "woman_kneeling_medium_light_skin_tone": "๐ŸงŽ๐Ÿผโ€โ™€๏ธ", + "woman_kneeling_tone3": "๐ŸงŽ๐Ÿฝโ€โ™€๏ธ", + "woman_kneeling_medium_skin_tone": "๐ŸงŽ๐Ÿฝโ€โ™€๏ธ", + "woman_kneeling_tone4": "๐ŸงŽ๐Ÿพโ€โ™€๏ธ", + "woman_kneeling_medium_dark_skin_tone": "๐ŸงŽ๐Ÿพโ€โ™€๏ธ", + "woman_kneeling_tone5": "๐ŸงŽ๐Ÿฟโ€โ™€๏ธ", + "woman_kneeling_dark_skin_tone": "๐ŸงŽ๐Ÿฟโ€โ™€๏ธ", + "man_kneeling": "๐ŸงŽโ€โ™‚๏ธ", + "man_kneeling_tone1": "๐ŸงŽ๐Ÿปโ€โ™‚๏ธ", + "man_kneeling_light_skin_tone": "๐ŸงŽ๐Ÿปโ€โ™‚๏ธ", + "man_kneeling_tone2": "๐ŸงŽ๐Ÿผโ€โ™‚๏ธ", + "man_kneeling_medium_light_skin_tone": "๐ŸงŽ๐Ÿผโ€โ™‚๏ธ", + "man_kneeling_tone3": "๐ŸงŽ๐Ÿฝโ€โ™‚๏ธ", + "man_kneeling_medium_skin_tone": "๐ŸงŽ๐Ÿฝโ€โ™‚๏ธ", + "man_kneeling_tone4": "๐ŸงŽ๐Ÿพโ€โ™‚๏ธ", + "man_kneeling_medium_dark_skin_tone": "๐ŸงŽ๐Ÿพโ€โ™‚๏ธ", + "man_kneeling_tone5": "๐ŸงŽ๐Ÿฟโ€โ™‚๏ธ", + "man_kneeling_dark_skin_tone": "๐ŸงŽ๐Ÿฟโ€โ™‚๏ธ", + "person_running": "๐Ÿƒ", + "runner": "๐Ÿƒ", + "person_running_tone1": "๐Ÿƒ๐Ÿป", + "runner_tone1": "๐Ÿƒ๐Ÿป", + "person_running_tone2": "๐Ÿƒ๐Ÿผ", + "runner_tone2": "๐Ÿƒ๐Ÿผ", + "person_running_tone3": "๐Ÿƒ๐Ÿฝ", + "runner_tone3": "๐Ÿƒ๐Ÿฝ", + "person_running_tone4": "๐Ÿƒ๐Ÿพ", + "runner_tone4": "๐Ÿƒ๐Ÿพ", + "person_running_tone5": "๐Ÿƒ๐Ÿฟ", + "runner_tone5": "๐Ÿƒ๐Ÿฟ", + "woman_running": "๐Ÿƒโ€โ™€๏ธ", + "woman_running_tone1": "๐Ÿƒ๐Ÿปโ€โ™€๏ธ", + "woman_running_light_skin_tone": "๐Ÿƒ๐Ÿปโ€โ™€๏ธ", + "woman_running_tone2": "๐Ÿƒ๐Ÿผโ€โ™€๏ธ", + "woman_running_medium_light_skin_tone": "๐Ÿƒ๐Ÿผโ€โ™€๏ธ", + "woman_running_tone3": "๐Ÿƒ๐Ÿฝโ€โ™€๏ธ", + "woman_running_medium_skin_tone": "๐Ÿƒ๐Ÿฝโ€โ™€๏ธ", + "woman_running_tone4": "๐Ÿƒ๐Ÿพโ€โ™€๏ธ", + "woman_running_medium_dark_skin_tone": "๐Ÿƒ๐Ÿพโ€โ™€๏ธ", + "woman_running_tone5": "๐Ÿƒ๐Ÿฟโ€โ™€๏ธ", + "woman_running_dark_skin_tone": "๐Ÿƒ๐Ÿฟโ€โ™€๏ธ", + "man_running": "๐Ÿƒโ€โ™‚๏ธ", + "man_running_tone1": "๐Ÿƒ๐Ÿปโ€โ™‚๏ธ", + "man_running_light_skin_tone": "๐Ÿƒ๐Ÿปโ€โ™‚๏ธ", + "man_running_tone2": "๐Ÿƒ๐Ÿผโ€โ™‚๏ธ", + "man_running_medium_light_skin_tone": "๐Ÿƒ๐Ÿผโ€โ™‚๏ธ", + "man_running_tone3": "๐Ÿƒ๐Ÿฝโ€โ™‚๏ธ", + "man_running_medium_skin_tone": "๐Ÿƒ๐Ÿฝโ€โ™‚๏ธ", + "man_running_tone4": "๐Ÿƒ๐Ÿพโ€โ™‚๏ธ", + "man_running_medium_dark_skin_tone": "๐Ÿƒ๐Ÿพโ€โ™‚๏ธ", + "man_running_tone5": "๐Ÿƒ๐Ÿฟโ€โ™‚๏ธ", + "man_running_dark_skin_tone": "๐Ÿƒ๐Ÿฟโ€โ™‚๏ธ", + "person_standing": "๐Ÿง", + "person_standing_tone1": "๐Ÿง๐Ÿป", + "person_standing_light_skin_tone": "๐Ÿง๐Ÿป", + "person_standing_tone2": "๐Ÿง๐Ÿผ", + "person_standing_medium_light_skin_tone": "๐Ÿง๐Ÿผ", + "person_standing_tone3": "๐Ÿง๐Ÿฝ", + "person_standing_medium_skin_tone": "๐Ÿง๐Ÿฝ", + "person_standing_tone4": "๐Ÿง๐Ÿพ", + "person_standing_medium_dark_skin_tone": "๐Ÿง๐Ÿพ", + "person_standing_tone5": "๐Ÿง๐Ÿฟ", + "person_standing_dark_skin_tone": "๐Ÿง๐Ÿฟ", + "woman_standing": "๐Ÿงโ€โ™€๏ธ", + "woman_standing_tone1": "๐Ÿง๐Ÿปโ€โ™€๏ธ", + "woman_standing_light_skin_tone": "๐Ÿง๐Ÿปโ€โ™€๏ธ", + "woman_standing_tone2": "๐Ÿง๐Ÿผโ€โ™€๏ธ", + "woman_standing_medium_light_skin_tone": "๐Ÿง๐Ÿผโ€โ™€๏ธ", + "woman_standing_tone3": "๐Ÿง๐Ÿฝโ€โ™€๏ธ", + "woman_standing_medium_skin_tone": "๐Ÿง๐Ÿฝโ€โ™€๏ธ", + "woman_standing_tone4": "๐Ÿง๐Ÿพโ€โ™€๏ธ", + "woman_standing_medium_dark_skin_tone": "๐Ÿง๐Ÿพโ€โ™€๏ธ", + "woman_standing_tone5": "๐Ÿง๐Ÿฟโ€โ™€๏ธ", + "woman_standing_dark_skin_tone": "๐Ÿง๐Ÿฟโ€โ™€๏ธ", + "man_standing": "๐Ÿงโ€โ™‚๏ธ", + "man_standing_tone1": "๐Ÿง๐Ÿปโ€โ™‚๏ธ", + "man_standing_light_skin_tone": "๐Ÿง๐Ÿปโ€โ™‚๏ธ", + "man_standing_tone2": "๐Ÿง๐Ÿผโ€โ™‚๏ธ", + "man_standing_medium_light_skin_tone": "๐Ÿง๐Ÿผโ€โ™‚๏ธ", + "man_standing_tone3": "๐Ÿง๐Ÿฝโ€โ™‚๏ธ", + "man_standing_medium_skin_tone": "๐Ÿง๐Ÿฝโ€โ™‚๏ธ", + "man_standing_tone4": "๐Ÿง๐Ÿพโ€โ™‚๏ธ", + "man_standing_medium_dark_skin_tone": "๐Ÿง๐Ÿพโ€โ™‚๏ธ", + "man_standing_tone5": "๐Ÿง๐Ÿฟโ€โ™‚๏ธ", + "man_standing_dark_skin_tone": "๐Ÿง๐Ÿฟโ€โ™‚๏ธ", + "people_holding_hands": "๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘", + "people_holding_hands_tone1": "๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿป", + "people_holding_hands_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿป", + "people_holding_hands_tone1_tone2": "๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ", + "people_holding_hands_light_skin_tone_medium_light_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ", + "people_holding_hands_tone1_tone3": "๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ", + "people_holding_hands_light_skin_tone_medium_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ", + "people_holding_hands_tone1_tone4": "๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ", + "people_holding_hands_light_skin_tone_medium_dark_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ", + "people_holding_hands_tone1_tone5": "๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ", + "people_holding_hands_light_skin_tone_dark_skin_tone": "๐Ÿง‘๐Ÿปโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ", + "people_holding_hands_tone2_tone1": "๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿป", + "people_holding_hands_medium_light_skin_tone_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿป", + "people_holding_hands_tone2": "๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ", + "people_holding_hands_medium_light_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ", + "people_holding_hands_tone2_tone3": "๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ", + "people_holding_hands_medium_light_skin_tone_medium_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ", + "people_holding_hands_tone2_tone4": "๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ", + "people_holding_hands_medium_light_skin_tone_medium_dark_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ", + "people_holding_hands_tone2_tone5": "๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ", + "people_holding_hands_medium_light_skin_tone_dark_skin_tone": "๐Ÿง‘๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ", + "people_holding_hands_tone3_tone1": "๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿป", + "people_holding_hands_medium_skin_tone_light_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿป", + "people_holding_hands_tone3_tone2": "๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ", + "people_holding_hands_medium_skin_tone_medium_light_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ", + "people_holding_hands_tone3": "๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ", + "people_holding_hands_medium_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ", + "people_holding_hands_tone3_tone4": "๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ", + "people_holding_hands_medium_skin_tone_medium_dark_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ", + "people_holding_hands_tone3_tone5": "๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ", + "people_holding_hands_medium_skin_tone_dark_skin_tone": "๐Ÿง‘๐Ÿฝโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ", + "people_holding_hands_tone4_tone1": "๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿป", + "people_holding_hands_medium_dark_skin_tone_light_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿป", + "people_holding_hands_tone4_tone2": "๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ", + "people_holding_hands_medium_dark_skin_tone_medium_light_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ", + "people_holding_hands_tone4_tone3": "๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ", + "people_holding_hands_medium_dark_skin_tone_medium_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ", + "people_holding_hands_tone4": "๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ", + "people_holding_hands_medium_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ", + "people_holding_hands_tone4_tone5": "๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ", + "people_holding_hands_medium_dark_skin_tone_dark_skin_tone": "๐Ÿง‘๐Ÿพโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ", + "people_holding_hands_tone5_tone1": "๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿป", + "people_holding_hands_dark_skin_tone_light_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿป", + "people_holding_hands_tone5_tone2": "๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ", + "people_holding_hands_dark_skin_tone_medium_light_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ", + "people_holding_hands_tone5_tone3": "๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ", + "people_holding_hands_dark_skin_tone_medium_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿฝ", + "people_holding_hands_tone5_tone4": "๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ", + "people_holding_hands_dark_skin_tone_medium_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿพ", + "people_holding_hands_tone5": "๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ", + "people_holding_hands_dark_skin_tone": "๐Ÿง‘๐Ÿฟโ€๐Ÿคโ€๐Ÿง‘๐Ÿฟ", + "couple": "๐Ÿ‘ซ", + "woman_and_man_holding_hands_tone1": "๐Ÿ‘ซ๐Ÿป", + "woman_and_man_holding_hands_light_skin_tone": "๐Ÿ‘ซ๐Ÿป", + "woman_and_man_holding_hands_tone1_tone2": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", + "woman_and_man_holding_hands_light_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", + "woman_and_man_holding_hands_tone1_tone3": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", + "woman_and_man_holding_hands_light_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", + "woman_and_man_holding_hands_tone1_tone4": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", + "woman_and_man_holding_hands_light_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", + "woman_and_man_holding_hands_tone1_tone5": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", + "woman_and_man_holding_hands_light_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", + "woman_and_man_holding_hands_tone2_tone1": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", + "woman_and_man_holding_hands_medium_light_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", + "woman_and_man_holding_hands_tone2": "๐Ÿ‘ซ๐Ÿผ", + "woman_and_man_holding_hands_medium_light_skin_tone": "๐Ÿ‘ซ๐Ÿผ", + "woman_and_man_holding_hands_tone2_tone3": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", + "woman_and_man_holding_hands_medium_light_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", + "woman_and_man_holding_hands_tone2_tone4": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", + "woman_and_man_holding_hands_medium_light_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", + "woman_and_man_holding_hands_tone2_tone5": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", + "woman_and_man_holding_hands_medium_light_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", + "woman_and_man_holding_hands_tone3_tone1": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", + "woman_and_man_holding_hands_medium_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", + "woman_and_man_holding_hands_tone3_tone2": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", + "woman_and_man_holding_hands_medium_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", + "woman_and_man_holding_hands_tone3": "๐Ÿ‘ซ๐Ÿฝ", + "woman_and_man_holding_hands_medium_skin_tone": "๐Ÿ‘ซ๐Ÿฝ", + "woman_and_man_holding_hands_tone3_tone4": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", + "woman_and_man_holding_hands_medium_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", + "woman_and_man_holding_hands_tone3_tone5": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", + "woman_and_man_holding_hands_medium_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", + "woman_and_man_holding_hands_tone4_tone1": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", + "woman_and_man_holding_hands_medium_dark_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", + "woman_and_man_holding_hands_tone4_tone2": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", + "woman_and_man_holding_hands_medium_dark_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", + "woman_and_man_holding_hands_tone4_tone3": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", + "woman_and_man_holding_hands_medium_dark_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", + "woman_and_man_holding_hands_tone4": "๐Ÿ‘ซ๐Ÿพ", + "woman_and_man_holding_hands_medium_dark_skin_tone": "๐Ÿ‘ซ๐Ÿพ", + "woman_and_man_holding_hands_tone4_tone5": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", + "woman_and_man_holding_hands_medium_dark_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", + "woman_and_man_holding_hands_tone5_tone1": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", + "woman_and_man_holding_hands_dark_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", + "woman_and_man_holding_hands_tone5_tone2": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", + "woman_and_man_holding_hands_dark_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", + "woman_and_man_holding_hands_tone5_tone3": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", + "woman_and_man_holding_hands_dark_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", + "woman_and_man_holding_hands_tone5_tone4": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", + "woman_and_man_holding_hands_dark_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", + "woman_and_man_holding_hands_tone5": "๐Ÿ‘ซ๐Ÿฟ", + "woman_and_man_holding_hands_dark_skin_tone": "๐Ÿ‘ซ๐Ÿฟ", + "two_women_holding_hands": "๐Ÿ‘ญ", + "women_holding_hands_tone1": "๐Ÿ‘ญ๐Ÿป", + "women_holding_hands_light_skin_tone": "๐Ÿ‘ญ๐Ÿป", + "women_holding_hands_tone1_tone2": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿผ", + "women_holding_hands_light_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿผ", + "women_holding_hands_tone1_tone3": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฝ", + "women_holding_hands_light_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฝ", + "women_holding_hands_tone1_tone4": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿพ", + "women_holding_hands_light_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿพ", + "women_holding_hands_tone1_tone5": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฟ", + "women_holding_hands_light_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฟ", + "women_holding_hands_tone2_tone1": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿป", + "women_holding_hands_medium_light_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿป", + "women_holding_hands_tone2": "๐Ÿ‘ญ๐Ÿผ", + "women_holding_hands_medium_light_skin_tone": "๐Ÿ‘ญ๐Ÿผ", + "women_holding_hands_tone2_tone3": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฝ", + "women_holding_hands_medium_light_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฝ", + "women_holding_hands_tone2_tone4": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿพ", + "women_holding_hands_medium_light_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿพ", + "women_holding_hands_tone2_tone5": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฟ", + "women_holding_hands_medium_light_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฟ", + "women_holding_hands_tone3_tone1": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿป", + "women_holding_hands_medium_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿป", + "women_holding_hands_tone3_tone2": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿผ", + "women_holding_hands_medium_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿผ", + "women_holding_hands_tone3": "๐Ÿ‘ญ๐Ÿฝ", + "women_holding_hands_medium_skin_tone": "๐Ÿ‘ญ๐Ÿฝ", + "women_holding_hands_tone3_tone4": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿพ", + "women_holding_hands_medium_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿพ", + "women_holding_hands_tone3_tone5": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฟ", + "women_holding_hands_medium_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฟ", + "women_holding_hands_tone4_tone1": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿป", + "women_holding_hands_medium_dark_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿป", + "women_holding_hands_tone4_tone2": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿผ", + "women_holding_hands_medium_dark_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿผ", + "women_holding_hands_tone4_tone3": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฝ", + "women_holding_hands_medium_dark_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฝ", + "women_holding_hands_tone4": "๐Ÿ‘ญ๐Ÿพ", + "women_holding_hands_medium_dark_skin_tone": "๐Ÿ‘ญ๐Ÿพ", + "women_holding_hands_tone4_tone5": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฟ", + "women_holding_hands_medium_dark_skin_tone_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฟ", + "women_holding_hands_tone5_tone1": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿป", + "women_holding_hands_dark_skin_tone_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿป", + "women_holding_hands_tone5_tone2": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿผ", + "women_holding_hands_dark_skin_tone_medium_light_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿผ", + "women_holding_hands_tone5_tone3": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฝ", + "women_holding_hands_dark_skin_tone_medium_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿฝ", + "women_holding_hands_tone5_tone4": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿพ", + "women_holding_hands_dark_skin_tone_medium_dark_skin_tone": "๐Ÿ‘ฉ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘ฉ๐Ÿพ", + "women_holding_hands_tone5": "๐Ÿ‘ญ๐Ÿฟ", + "women_holding_hands_dark_skin_tone": "๐Ÿ‘ญ๐Ÿฟ", + "two_men_holding_hands": "๐Ÿ‘ฌ", + "men_holding_hands_tone1": "๐Ÿ‘ฌ๐Ÿป", + "men_holding_hands_light_skin_tone": "๐Ÿ‘ฌ๐Ÿป", + "men_holding_hands_tone1_tone2": "๐Ÿ‘จ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", + "men_holding_hands_light_skin_tone_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", + "men_holding_hands_tone1_tone3": "๐Ÿ‘จ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", + "men_holding_hands_light_skin_tone_medium_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", + "men_holding_hands_tone1_tone4": "๐Ÿ‘จ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", + "men_holding_hands_light_skin_tone_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", + "men_holding_hands_tone1_tone5": "๐Ÿ‘จ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", + "men_holding_hands_light_skin_tone_dark_skin_tone": "๐Ÿ‘จ๐Ÿปโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", + "men_holding_hands_tone2_tone1": "๐Ÿ‘จ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", + "men_holding_hands_medium_light_skin_tone_light_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", + "men_holding_hands_tone2": "๐Ÿ‘ฌ๐Ÿผ", + "men_holding_hands_medium_light_skin_tone": "๐Ÿ‘ฌ๐Ÿผ", + "men_holding_hands_tone2_tone3": "๐Ÿ‘จ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", + "men_holding_hands_medium_light_skin_tone_medium_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", + "men_holding_hands_tone2_tone4": "๐Ÿ‘จ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", + "men_holding_hands_medium_light_skin_tone_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", + "men_holding_hands_tone2_tone5": "๐Ÿ‘จ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", + "men_holding_hands_medium_light_skin_tone_dark_skin_tone": "๐Ÿ‘จ๐Ÿผโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", + "men_holding_hands_tone3_tone1": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", + "men_holding_hands_medium_skin_tone_light_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", + "men_holding_hands_tone3_tone2": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", + "men_holding_hands_medium_skin_tone_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", + "men_holding_hands_tone3": "๐Ÿ‘ฌ๐Ÿฝ", + "men_holding_hands_medium_skin_tone": "๐Ÿ‘ฌ๐Ÿฝ", + "men_holding_hands_tone3_tone4": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", + "men_holding_hands_medium_skin_tone_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", + "men_holding_hands_tone3_tone5": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", + "men_holding_hands_medium_skin_tone_dark_skin_tone": "๐Ÿ‘จ๐Ÿฝโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", + "men_holding_hands_tone4_tone1": "๐Ÿ‘จ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", + "men_holding_hands_medium_dark_skin_tone_light_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", + "men_holding_hands_tone4_tone2": "๐Ÿ‘จ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", + "men_holding_hands_medium_dark_skin_tone_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", + "men_holding_hands_tone4_tone3": "๐Ÿ‘จ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", + "men_holding_hands_medium_dark_skin_tone_medium_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", + "men_holding_hands_tone4": "๐Ÿ‘ฌ๐Ÿพ", + "men_holding_hands_medium_dark_skin_tone": "๐Ÿ‘ฌ๐Ÿพ", + "men_holding_hands_tone4_tone5": "๐Ÿ‘จ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", + "men_holding_hands_medium_dark_skin_tone_dark_skin_tone": "๐Ÿ‘จ๐Ÿพโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฟ", + "men_holding_hands_tone5_tone1": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", + "men_holding_hands_dark_skin_tone_light_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿป", + "men_holding_hands_tone5_tone2": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", + "men_holding_hands_dark_skin_tone_medium_light_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿผ", + "men_holding_hands_tone5_tone3": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", + "men_holding_hands_dark_skin_tone_medium_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿฝ", + "men_holding_hands_tone5_tone4": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", + "men_holding_hands_dark_skin_tone_medium_dark_skin_tone": "๐Ÿ‘จ๐Ÿฟโ€๐Ÿคโ€๐Ÿ‘จ๐Ÿพ", + "men_holding_hands_tone5": "๐Ÿ‘ฌ๐Ÿฟ", + "men_holding_hands_dark_skin_tone": "๐Ÿ‘ฌ๐Ÿฟ", + "couple_with_heart": "๐Ÿ’‘", + "couple_with_heart_woman_man": "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘จ", + "couple_ww": "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘ฉ", + "couple_with_heart_ww": "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ‘ฉ", + "couple_mm": "๐Ÿ‘จโ€โค๏ธโ€๐Ÿ‘จ", + "couple_with_heart_mm": "๐Ÿ‘จโ€โค๏ธโ€๐Ÿ‘จ", + "couplekiss": "๐Ÿ’", + "kiss_woman_man": "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ", + "kiss_ww": "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ", + "couplekiss_ww": "๐Ÿ‘ฉโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘ฉ", + "kiss_mm": "๐Ÿ‘จโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ", + "couplekiss_mm": "๐Ÿ‘จโ€โค๏ธโ€๐Ÿ’‹โ€๐Ÿ‘จ", + "family": "๐Ÿ‘ช", + "family_man_woman_boy": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ", + "family_mwg": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ง", + "family_mwgb": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ", + "family_mwbb": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ", + "family_mwgg": "๐Ÿ‘จโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง", + "family_wwb": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆ", + "family_wwg": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ง", + "family_wwgb": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ฆ", + "family_wwbb": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ", + "family_wwgg": "๐Ÿ‘ฉโ€๐Ÿ‘ฉโ€๐Ÿ‘งโ€๐Ÿ‘ง", + "family_mmb": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆ", + "family_mmg": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ง", + "family_mmgb": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ฆ", + "family_mmbb": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘ฆโ€๐Ÿ‘ฆ", + "family_mmgg": "๐Ÿ‘จโ€๐Ÿ‘จโ€๐Ÿ‘งโ€๐Ÿ‘ง", + "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": "๐Ÿงฅ", + "lab_coat": "๐Ÿฅผ", + "safety_vest": "๐Ÿฆบ", + "womans_clothes": "๐Ÿ‘š", + "shirt": "๐Ÿ‘•", + "jeans": "๐Ÿ‘–", + "briefs": "๐Ÿฉฒ", + "shorts": "๐Ÿฉณ", + "necktie": "๐Ÿ‘”", + "dress": "๐Ÿ‘—", + "bikini": "๐Ÿ‘™", + "one_piece_swimsuit": "๐Ÿฉฑ", + "kimono": "๐Ÿ‘˜", + "sari": "๐Ÿฅป", + "womans_flat_shoe": "๐Ÿฅฟ", + "high_heel": "๐Ÿ‘ ", + "sandal": "๐Ÿ‘ก", + "boot": "๐Ÿ‘ข", + "mans_shoe": "๐Ÿ‘ž", + "athletic_shoe": "๐Ÿ‘Ÿ", + "hiking_boot": "๐Ÿฅพ", + "thong_sandal": "๐Ÿฉด", + "socks": "๐Ÿงฆ", + "gloves": "๐Ÿงค", + "scarf": "๐Ÿงฃ", + "tophat": "๐ŸŽฉ", + "billed_cap": "๐Ÿงข", + "womans_hat": "๐Ÿ‘’", + "mortar_board": "๐ŸŽ“", + "helmet_with_cross": "โ›‘๏ธ", + "helmet_with_white_cross": "โ›‘๏ธ", + "military_helmet": "๐Ÿช–", + "crown": "๐Ÿ‘‘", + "ring": "๐Ÿ’", + "pouch": "๐Ÿ‘", + "purse": "๐Ÿ‘›", + "handbag": "๐Ÿ‘œ", + "briefcase": "๐Ÿ’ผ", + "school_satchel": "๐ŸŽ’", + "luggage": "๐Ÿงณ", + "eyeglasses": "๐Ÿ‘“", + "dark_sunglasses": "๐Ÿ•ถ๏ธ", + "goggles": "๐Ÿฅฝ", + "closed_umbrella": "๐ŸŒ‚", + "dog": "๐Ÿถ", + "cat": "๐Ÿฑ", + "mouse": "๐Ÿญ", + "hamster": "๐Ÿน", + "rabbit": "๐Ÿฐ", + "fox": "๐ŸฆŠ", + "fox_face": "๐ŸฆŠ", + "bear": "๐Ÿป", + "panda_face": "๐Ÿผ", + "polar_bear": "๐Ÿปโ€โ„๏ธ", + "koala": "๐Ÿจ", + "tiger": "๐Ÿฏ", + "lion_face": "๐Ÿฆ", + "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": "๐Ÿฆ†", + "dodo": "๐Ÿฆค", + "eagle": "๐Ÿฆ…", + "owl": "๐Ÿฆ‰", + "bat": "๐Ÿฆ‡", + "wolf": "๐Ÿบ", + "boar": "๐Ÿ—", + "horse": "๐Ÿด", + "unicorn": "๐Ÿฆ„", + "unicorn_face": "๐Ÿฆ„", + "bee": "๐Ÿ", + "bug": "๐Ÿ›", + "butterfly": "๐Ÿฆ‹", + "snail": "๐ŸŒ", + "worm": "๐Ÿชฑ", + "lady_beetle": "๐Ÿž", + "ant": "๐Ÿœ", + "fly": "๐Ÿชฐ", + "mosquito": "๐ŸฆŸ", + "cockroach": "๐Ÿชณ", + "beetle": "๐Ÿชฒ", + "cricket": "๐Ÿฆ—", + "spider": "๐Ÿ•ท๏ธ", + "spider_web": "๐Ÿ•ธ๏ธ", + "scorpion": "๐Ÿฆ‚", + "turtle": "๐Ÿข", + "snake": "๐Ÿ", + "lizard": "๐ŸฆŽ", + "t_rex": "๐Ÿฆ–", + "sauropod": "๐Ÿฆ•", + "octopus": "๐Ÿ™", + "squid": "๐Ÿฆ‘", + "shrimp": "๐Ÿฆ", + "lobster": "๐Ÿฆž", + "crab": "๐Ÿฆ€", + "blowfish": "๐Ÿก", + "tropical_fish": "๐Ÿ ", + "fish": "๐ŸŸ", + "seal": "๐Ÿฆญ", + "dolphin": "๐Ÿฌ", + "whale": "๐Ÿณ", + "whale2": "๐Ÿ‹", + "shark": "๐Ÿฆˆ", + "crocodile": "๐ŸŠ", + "tiger2": "๐Ÿ…", + "leopard": "๐Ÿ†", + "zebra": "๐Ÿฆ“", + "gorilla": "๐Ÿฆ", + "orangutan": "๐Ÿฆง", + "elephant": "๐Ÿ˜", + "mammoth": "๐Ÿฆฃ", + "bison": "๐Ÿฆฌ", + "hippopotamus": "๐Ÿฆ›", + "rhino": "๐Ÿฆ", + "rhinoceros": "๐Ÿฆ", + "dromedary_camel": "๐Ÿช", + "camel": "๐Ÿซ", + "giraffe": "๐Ÿฆ’", + "kangaroo": "๐Ÿฆ˜", + "water_buffalo": "๐Ÿƒ", + "ox": "๐Ÿ‚", + "cow2": "๐Ÿ„", + "racehorse": "๐ŸŽ", + "pig2": "๐Ÿ–", + "ram": "๐Ÿ", + "sheep": "๐Ÿ‘", + "llama": "๐Ÿฆ™", + "goat": "๐Ÿ", + "deer": "๐ŸฆŒ", + "dog2": "๐Ÿ•", + "poodle": "๐Ÿฉ", + "guide_dog": "๐Ÿฆฎ", + "service_dog": "๐Ÿ•โ€๐Ÿฆบ", + "cat2": "๐Ÿˆ", + "black_cat": "๐Ÿˆโ€โฌ›", + "rooster": "๐Ÿ“", + "turkey": "๐Ÿฆƒ", + "peacock": "๐Ÿฆš", + "parrot": "๐Ÿฆœ", + "swan": "๐Ÿฆข", + "flamingo": "๐Ÿฆฉ", + "dove": "๐Ÿ•Š๏ธ", + "dove_of_peace": "๐Ÿ•Š๏ธ", + "rabbit2": "๐Ÿ‡", + "raccoon": "๐Ÿฆ", + "skunk": "๐Ÿฆจ", + "badger": "๐Ÿฆก", + "beaver": "๐Ÿฆซ", + "otter": "๐Ÿฆฆ", + "sloth": "๐Ÿฆฅ", + "mouse2": "๐Ÿ", + "rat": "๐Ÿ€", + "chipmunk": "๐Ÿฟ๏ธ", + "hedgehog": "๐Ÿฆ”", + "feet": "๐Ÿพ", + "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": "๐Ÿ", + "feather": "๐Ÿชถ", + "mushroom": "๐Ÿ„", + "shell": "๐Ÿš", + "rock": "๐Ÿชจ", + "wood": "๐Ÿชต", + "ear_of_rice": "๐ŸŒพ", + "potted_plant": "๐Ÿชด", + "bouquet": "๐Ÿ’", + "tulip": "๐ŸŒท", + "rose": "๐ŸŒน", + "wilted_rose": "๐Ÿฅ€", + "wilted_flower": "๐Ÿฅ€", + "wink": "๐Ÿ˜‰", + "unamused": "๐Ÿ˜’", + "sweat_smile": "๐Ÿ˜…", + "sweat": "๐Ÿ˜“", + "sunglasses": "๐Ÿ˜Ž", + "stuck_out_tongue": "๐Ÿ˜›", + "sob": "๐Ÿ˜ญ", + "smiling_imp": "๐Ÿ˜ˆ", + "slight_smile": "๐Ÿ™‚", + "pensive": "๐Ÿ˜”", + "angry": "๐Ÿ˜ ", + "blush": "๐Ÿ˜Š", + "confused": "๐Ÿ˜•", + "cry": "๐Ÿ˜ข", + "frowning": "๐Ÿ˜ฆ", + "frowning2": "โ˜น๏ธ", + "imp": "๐Ÿ‘ฟ", + "innocent": "๐Ÿ˜‡", + "joy": "๐Ÿ˜‚", + "kissing": "๐Ÿ˜—", + "laughing": "๐Ÿ˜†", + "neutral_face": "๐Ÿ˜", + "open_mouth": "๐Ÿ˜ฎ", + "rage": "๐Ÿ˜ก", + "smile": "๐Ÿ˜„", + "stuck_out_tongue_winking_eye": "๐Ÿ˜œ", + "hibiscus": "๐ŸŒบ", + "cherry_blossom": "๐ŸŒธ", + "blossom": "๐ŸŒผ", + "sunflower": "๐ŸŒป", + "sun_with_face": "๐ŸŒž", + "full_moon_with_face": "๐ŸŒ", + "first_quarter_moon_with_face": "๐ŸŒ›", + "last_quarter_moon_with_face": "๐ŸŒœ", + "new_moon_with_face": "๐ŸŒš", + "full_moon": "๐ŸŒ•", + "waning_gibbous_moon": "๐ŸŒ–", + "last_quarter_moon": "๐ŸŒ—", + "waning_crescent_moon": "๐ŸŒ˜", + "new_moon": "๐ŸŒ‘", + "waxing_crescent_moon": "๐ŸŒ’", + "first_quarter_moon": "๐ŸŒ“", + "waxing_gibbous_moon": "๐ŸŒ”", + "crescent_moon": "๐ŸŒ™", + "earth_americas": "๐ŸŒŽ", + "earth_africa": "๐ŸŒ", + "earth_asia": "๐ŸŒ", + "ringed_planet": "๐Ÿช", + "dizzy": "๐Ÿ’ซ", + "star": "โญ", + "star2": "๐ŸŒŸ", + "sparkles": "โœจ", + "zap": "โšก", + "comet": "โ˜„๏ธ", + "boom": "๐Ÿ’ฅ", + "fire": "๐Ÿ”ฅ", + "flame": "๐Ÿ”ฅ", + "cloud_tornado": "๐ŸŒช๏ธ", + "cloud_with_tornado": "๐ŸŒช๏ธ", + "rainbow": "๐ŸŒˆ", + "sunny": "โ˜€๏ธ", + "white_sun_small_cloud": "๐ŸŒค๏ธ", + "white_sun_with_small_cloud": "๐ŸŒค๏ธ", + "partly_sunny": "โ›…", + "white_sun_cloud": "๐ŸŒฅ๏ธ", + "white_sun_behind_cloud": "๐ŸŒฅ๏ธ", + "cloud": "โ˜๏ธ", + "white_sun_rain_cloud": "๐ŸŒฆ๏ธ", + "white_sun_behind_cloud_with_rain": "๐ŸŒฆ๏ธ", + "cloud_rain": "๐ŸŒง๏ธ", + "cloud_with_rain": "๐ŸŒง๏ธ", + "thunder_cloud_rain": "โ›ˆ๏ธ", + "thunder_cloud_and_rain": "โ›ˆ๏ธ", + "cloud_lightning": "๐ŸŒฉ๏ธ", + "cloud_with_lightning": "๐ŸŒฉ๏ธ", + "cloud_snow": "๐ŸŒจ๏ธ", + "cloud_with_snow": "๐ŸŒจ๏ธ", + "snowflake": "โ„๏ธ", + "snowman2": "โ˜ƒ๏ธ", + "snowman": "โ›„", + "wind_blowing_face": "๐ŸŒฌ๏ธ", + "dash": "๐Ÿ’จ", + "droplet": "๐Ÿ’ง", + "sweat_drops": "๐Ÿ’ฆ", + "umbrella": "โ˜”", + "umbrella2": "โ˜‚๏ธ", + "ocean": "๐ŸŒŠ", + "fog": "๐ŸŒซ๏ธ", + "green_apple": "๐Ÿ", + "apple": "๐ŸŽ", + "pear": "๐Ÿ", + "tangerine": "๐ŸŠ", + "lemon": "๐Ÿ‹", + "banana": "๐ŸŒ", + "watermelon": "๐Ÿ‰", + "grapes": "๐Ÿ‡", + "blueberries": "๐Ÿซ", + "strawberry": "๐Ÿ“", + "melon": "๐Ÿˆ", + "cherries": "๐Ÿ’", + "peach": "๐Ÿ‘", + "mango": "๐Ÿฅญ", + "pineapple": "๐Ÿ", + "coconut": "๐Ÿฅฅ", + "kiwi": "๐Ÿฅ", + "kiwifruit": "๐Ÿฅ", + "tomato": "๐Ÿ…", + "eggplant": "๐Ÿ†", + "avocado": "๐Ÿฅ‘", + "olive": "๐Ÿซ’", + "broccoli": "๐Ÿฅฆ", + "leafy_green": "๐Ÿฅฌ", + "bell_pepper": "๐Ÿซ‘", + "cucumber": "๐Ÿฅ’", + "hot_pepper": "๐ŸŒถ๏ธ", + "corn": "๐ŸŒฝ", + "carrot": "๐Ÿฅ•", + "garlic": "๐Ÿง„", + "onion": "๐Ÿง…", + "potato": "๐Ÿฅ”", + "sweet_potato": "๐Ÿ ", + "croissant": "๐Ÿฅ", + "bagel": "๐Ÿฅฏ", + "bread": "๐Ÿž", + "french_bread": "๐Ÿฅ–", + "baguette_bread": "๐Ÿฅ–", + "flatbread": "๐Ÿซ“", + "pretzel": "๐Ÿฅจ", + "cheese": "๐Ÿง€", + "cheese_wedge": "๐Ÿง€", + "egg": "๐Ÿฅš", + "cooking": "๐Ÿณ", + "butter": "๐Ÿงˆ", + "pancakes": "๐Ÿฅž", + "waffle": "๐Ÿง‡", + "bacon": "๐Ÿฅ“", + "cut_of_meat": "๐Ÿฅฉ", + "poultry_leg": "๐Ÿ—", + "meat_on_bone": "๐Ÿ–", + "hotdog": "๐ŸŒญ", + "hot_dog": "๐ŸŒญ", + "hamburger": "๐Ÿ”", + "fries": "๐ŸŸ", + "pizza": "๐Ÿ•", + "sandwich": "๐Ÿฅช", + "stuffed_flatbread": "๐Ÿฅ™", + "stuffed_pita": "๐Ÿฅ™", + "falafel": "๐Ÿง†", + "taco": "๐ŸŒฎ", + "burrito": "๐ŸŒฏ", + "tamale": "๐Ÿซ”", + "salad": "๐Ÿฅ—", + "green_salad": "๐Ÿฅ—", + "shallow_pan_of_food": "๐Ÿฅ˜", + "paella": "๐Ÿฅ˜", + "fondue": "๐Ÿซ•", + "canned_food": "๐Ÿฅซ", + "spaghetti": "๐Ÿ", + "ramen": "๐Ÿœ", + "stew": "๐Ÿฒ", + "curry": "๐Ÿ›", + "sushi": "๐Ÿฃ", + "bento": "๐Ÿฑ", + "dumpling": "๐ŸฅŸ", + "oyster": "๐Ÿฆช", + "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": "๐Ÿฎ", + "pudding": "๐Ÿฎ", + "flan": "๐Ÿฎ", + "lollipop": "๐Ÿญ", + "candy": "๐Ÿฌ", + "chocolate_bar": "๐Ÿซ", + "popcorn": "๐Ÿฟ", + "doughnut": "๐Ÿฉ", + "cookie": "๐Ÿช", + "chestnut": "๐ŸŒฐ", + "peanuts": "๐Ÿฅœ", + "shelled_peanut": "๐Ÿฅœ", + "honey_pot": "๐Ÿฏ", + "milk": "๐Ÿฅ›", + "glass_of_milk": "๐Ÿฅ›", + "baby_bottle": "๐Ÿผ", + "coffee": "โ˜•", + "tea": "๐Ÿต", + "teapot": "๐Ÿซ–", + "mate": "๐Ÿง‰", + "bubble_tea": "๐Ÿง‹", + "beverage_box": "๐Ÿงƒ", + "cup_with_straw": "๐Ÿฅค", + "sake": "๐Ÿถ", + "beer": "๐Ÿบ", + "beers": "๐Ÿป", + "champagne_glass": "๐Ÿฅ‚", + "clinking_glass": "๐Ÿฅ‚", + "wine_glass": "๐Ÿท", + "tumbler_glass": "๐Ÿฅƒ", + "whisky": "๐Ÿฅƒ", + "cocktail": "๐Ÿธ", + "tropical_drink": "๐Ÿน", + "champagne": "๐Ÿพ", + "bottle_with_popping_cork": "๐Ÿพ", + "ice_cube": "๐ŸงŠ", + "spoon": "๐Ÿฅ„", + "fork_and_knife": "๐Ÿด", + "fork_knife_plate": "๐Ÿฝ๏ธ", + "fork_and_knife_with_plate": "๐Ÿฝ๏ธ", + "bowl_with_spoon": "๐Ÿฅฃ", + "takeout_box": "๐Ÿฅก", + "chopsticks": "๐Ÿฅข", + "salt": "๐Ÿง‚", + "soccer": "โšฝ", + "basketball": "๐Ÿ€", + "football": "๐Ÿˆ", + "baseball": "โšพ", + "softball": "๐ŸฅŽ", + "tennis": "๐ŸŽพ", + "volleyball": "๐Ÿ", + "rugby_football": "๐Ÿ‰", + "flying_disc": "๐Ÿฅ", + "boomerang": "๐Ÿชƒ", + "8ball": "๐ŸŽฑ", + "yo_yo": "๐Ÿช€", + "ping_pong": "๐Ÿ“", + "table_tennis": "๐Ÿ“", + "badminton": "๐Ÿธ", + "hockey": "๐Ÿ’", + "field_hockey": "๐Ÿ‘", + "lacrosse": "๐Ÿฅ", + "cricket_game": "๐Ÿ", + "cricket_bat_ball": "๐Ÿ", + "goal": "๐Ÿฅ…", + "goal_net": "๐Ÿฅ…", + "golf": "โ›ณ", + "kite": "๐Ÿช", + "bow_and_arrow": "๐Ÿน", + "archery": "๐Ÿน", + "fishing_pole_and_fish": "๐ŸŽฃ", + "diving_mask": "๐Ÿคฟ", + "boxing_glove": "๐ŸฅŠ", + "boxing_gloves": "๐ŸฅŠ", + "martial_arts_uniform": "๐Ÿฅ‹", + "karate_uniform": "๐Ÿฅ‹", + "running_shirt_with_sash": "๐ŸŽฝ", + "skateboard": "๐Ÿ›น", + "roller_skate": "๐Ÿ›ผ", + "sled": "๐Ÿ›ท", + "ice_skate": "โ›ธ๏ธ", + "curling_stone": "๐ŸฅŒ", + "ski": "๐ŸŽฟ", + "skier": "โ›ท๏ธ", + "snowboarder": "๐Ÿ‚", + "snowboarder_tone1": "๐Ÿ‚๐Ÿป", + "snowboarder_light_skin_tone": "๐Ÿ‚๐Ÿป", + "snowboarder_tone2": "๐Ÿ‚๐Ÿผ", + "snowboarder_medium_light_skin_tone": "๐Ÿ‚๐Ÿผ", + "snowboarder_tone3": "๐Ÿ‚๐Ÿฝ", + "snowboarder_medium_skin_tone": "๐Ÿ‚๐Ÿฝ", + "snowboarder_tone4": "๐Ÿ‚๐Ÿพ", + "snowboarder_medium_dark_skin_tone": "๐Ÿ‚๐Ÿพ", + "snowboarder_tone5": "๐Ÿ‚๐Ÿฟ", + "snowboarder_dark_skin_tone": "๐Ÿ‚๐Ÿฟ", + "parachute": "๐Ÿช‚", + "person_lifting_weights": "๐Ÿ‹๏ธ", + "lifter": "๐Ÿ‹๏ธ", + "weight_lifter": "๐Ÿ‹๏ธ", + "person_lifting_weights_tone1": "๐Ÿ‹๐Ÿป", + "lifter_tone1": "๐Ÿ‹๐Ÿป", + "weight_lifter_tone1": "๐Ÿ‹๐Ÿป", + "person_lifting_weights_tone2": "๐Ÿ‹๐Ÿผ", + "lifter_tone2": "๐Ÿ‹๐Ÿผ", + "weight_lifter_tone2": "๐Ÿ‹๐Ÿผ", + "person_lifting_weights_tone3": "๐Ÿ‹๐Ÿฝ", + "lifter_tone3": "๐Ÿ‹๐Ÿฝ", + "weight_lifter_tone3": "๐Ÿ‹๐Ÿฝ", + "person_lifting_weights_tone4": "๐Ÿ‹๐Ÿพ", + "lifter_tone4": "๐Ÿ‹๐Ÿพ", + "weight_lifter_tone4": "๐Ÿ‹๐Ÿพ", + "person_lifting_weights_tone5": "๐Ÿ‹๐Ÿฟ", + "lifter_tone5": "๐Ÿ‹๐Ÿฟ", + "weight_lifter_tone5": "๐Ÿ‹๐Ÿฟ", + "woman_lifting_weights": "๐Ÿ‹๏ธโ€โ™€๏ธ", + "woman_lifting_weights_tone1": "๐Ÿ‹๐Ÿปโ€โ™€๏ธ", + "woman_lifting_weights_light_skin_tone": "๐Ÿ‹๐Ÿปโ€โ™€๏ธ", + "woman_lifting_weights_tone2": "๐Ÿ‹๐Ÿผโ€โ™€๏ธ", + "woman_lifting_weights_medium_light_skin_tone": "๐Ÿ‹๐Ÿผโ€โ™€๏ธ", + "woman_lifting_weights_tone3": "๐Ÿ‹๐Ÿฝโ€โ™€๏ธ", + "woman_lifting_weights_medium_skin_tone": "๐Ÿ‹๐Ÿฝโ€โ™€๏ธ", + "woman_lifting_weights_tone4": "๐Ÿ‹๐Ÿพโ€โ™€๏ธ", + "woman_lifting_weights_medium_dark_skin_tone": "๐Ÿ‹๐Ÿพโ€โ™€๏ธ", + "woman_lifting_weights_tone5": "๐Ÿ‹๐Ÿฟโ€โ™€๏ธ", + "woman_lifting_weights_dark_skin_tone": "๐Ÿ‹๐Ÿฟโ€โ™€๏ธ", + "man_lifting_weights": "๐Ÿ‹๏ธโ€โ™‚๏ธ", + "man_lifting_weights_tone1": "๐Ÿ‹๐Ÿปโ€โ™‚๏ธ", + "man_lifting_weights_light_skin_tone": "๐Ÿ‹๐Ÿปโ€โ™‚๏ธ", + "man_lifting_weights_tone2": "๐Ÿ‹๐Ÿผโ€โ™‚๏ธ", + "man_lifting_weights_medium_light_skin_tone": "๐Ÿ‹๐Ÿผโ€โ™‚๏ธ", + "man_lifting_weights_tone3": "๐Ÿ‹๐Ÿฝโ€โ™‚๏ธ", + "man_lifting_weights_medium_skin_tone": "๐Ÿ‹๐Ÿฝโ€โ™‚๏ธ", + "man_lifting_weights_tone4": "๐Ÿ‹๐Ÿพโ€โ™‚๏ธ", + "man_lifting_weights_medium_dark_skin_tone": "๐Ÿ‹๐Ÿพโ€โ™‚๏ธ", + "man_lifting_weights_tone5": "๐Ÿ‹๐Ÿฟโ€โ™‚๏ธ", + "man_lifting_weights_dark_skin_tone": "๐Ÿ‹๐Ÿฟโ€โ™‚๏ธ", + "people_wrestling": "๐Ÿคผ", + "wrestlers": "๐Ÿคผ", + "wrestling": "๐Ÿคผ", + "women_wrestling": "๐Ÿคผโ€โ™€๏ธ", + "men_wrestling": "๐Ÿคผโ€โ™‚๏ธ", + "person_doing_cartwheel": "๐Ÿคธ", + "cartwheel": "๐Ÿคธ", + "person_doing_cartwheel_tone1": "๐Ÿคธ๐Ÿป", + "cartwheel_tone1": "๐Ÿคธ๐Ÿป", + "person_doing_cartwheel_tone2": "๐Ÿคธ๐Ÿผ", + "cartwheel_tone2": "๐Ÿคธ๐Ÿผ", + "person_doing_cartwheel_tone3": "๐Ÿคธ๐Ÿฝ", + "cartwheel_tone3": "๐Ÿคธ๐Ÿฝ", + "person_doing_cartwheel_tone4": "๐Ÿคธ๐Ÿพ", + "cartwheel_tone4": "๐Ÿคธ๐Ÿพ", + "person_doing_cartwheel_tone5": "๐Ÿคธ๐Ÿฟ", + "cartwheel_tone5": "๐Ÿคธ๐Ÿฟ", + "woman_cartwheeling": "๐Ÿคธโ€โ™€๏ธ", + "woman_cartwheeling_tone1": "๐Ÿคธ๐Ÿปโ€โ™€๏ธ", + "woman_cartwheeling_light_skin_tone": "๐Ÿคธ๐Ÿปโ€โ™€๏ธ", + "woman_cartwheeling_tone2": "๐Ÿคธ๐Ÿผโ€โ™€๏ธ", + "woman_cartwheeling_medium_light_skin_tone": "๐Ÿคธ๐Ÿผโ€โ™€๏ธ", + "woman_cartwheeling_tone3": "๐Ÿคธ๐Ÿฝโ€โ™€๏ธ", + "woman_cartwheeling_medium_skin_tone": "๐Ÿคธ๐Ÿฝโ€โ™€๏ธ", + "woman_cartwheeling_tone4": "๐Ÿคธ๐Ÿพโ€โ™€๏ธ", + "woman_cartwheeling_medium_dark_skin_tone": "๐Ÿคธ๐Ÿพโ€โ™€๏ธ", + "woman_cartwheeling_tone5": "๐Ÿคธ๐Ÿฟโ€โ™€๏ธ", + "woman_cartwheeling_dark_skin_tone": "๐Ÿคธ๐Ÿฟโ€โ™€๏ธ", + "man_cartwheeling": "๐Ÿคธโ€โ™‚๏ธ", + "man_cartwheeling_tone1": "๐Ÿคธ๐Ÿปโ€โ™‚๏ธ", + "man_cartwheeling_light_skin_tone": "๐Ÿคธ๐Ÿปโ€โ™‚๏ธ", + "man_cartwheeling_tone2": "๐Ÿคธ๐Ÿผโ€โ™‚๏ธ", + "man_cartwheeling_medium_light_skin_tone": "๐Ÿคธ๐Ÿผโ€โ™‚๏ธ", + "man_cartwheeling_tone3": "๐Ÿคธ๐Ÿฝโ€โ™‚๏ธ", + "man_cartwheeling_medium_skin_tone": "๐Ÿคธ๐Ÿฝโ€โ™‚๏ธ", + "man_cartwheeling_tone4": "๐Ÿคธ๐Ÿพโ€โ™‚๏ธ", + "man_cartwheeling_medium_dark_skin_tone": "๐Ÿคธ๐Ÿพโ€โ™‚๏ธ", + "man_cartwheeling_tone5": "๐Ÿคธ๐Ÿฟโ€โ™‚๏ธ", + "man_cartwheeling_dark_skin_tone": "๐Ÿคธ๐Ÿฟโ€โ™‚๏ธ", + "person_bouncing_ball": "โ›น๏ธ", + "basketball_player": "โ›น๏ธ", + "person_with_ball": "โ›น๏ธ", + "person_bouncing_ball_tone1": "โ›น๐Ÿป", + "basketball_player_tone1": "โ›น๐Ÿป", + "person_with_ball_tone1": "โ›น๐Ÿป", + "person_bouncing_ball_tone2": "โ›น๐Ÿผ", + "basketball_player_tone2": "โ›น๐Ÿผ", + "person_with_ball_tone2": "โ›น๐Ÿผ", + "person_bouncing_ball_tone3": "โ›น๐Ÿฝ", + "basketball_player_tone3": "โ›น๐Ÿฝ", + "person_with_ball_tone3": "โ›น๐Ÿฝ", + "person_bouncing_ball_tone4": "โ›น๐Ÿพ", + "basketball_player_tone4": "โ›น๐Ÿพ", + "person_with_ball_tone4": "โ›น๐Ÿพ", + "person_bouncing_ball_tone5": "โ›น๐Ÿฟ", + "basketball_player_tone5": "โ›น๐Ÿฟ", + "person_with_ball_tone5": "โ›น๐Ÿฟ", + "woman_bouncing_ball": "โ›น๏ธโ€โ™€๏ธ", + "woman_bouncing_ball_tone1": "โ›น๐Ÿปโ€โ™€๏ธ", + "woman_bouncing_ball_light_skin_tone": "โ›น๐Ÿปโ€โ™€๏ธ", + "woman_bouncing_ball_tone2": "โ›น๐Ÿผโ€โ™€๏ธ", + "woman_bouncing_ball_medium_light_skin_tone": "โ›น๐Ÿผโ€โ™€๏ธ", + "woman_bouncing_ball_tone3": "โ›น๐Ÿฝโ€โ™€๏ธ", + "woman_bouncing_ball_medium_skin_tone": "โ›น๐Ÿฝโ€โ™€๏ธ", + "woman_bouncing_ball_tone4": "โ›น๐Ÿพโ€โ™€๏ธ", + "woman_bouncing_ball_medium_dark_skin_tone": "โ›น๐Ÿพโ€โ™€๏ธ", + "woman_bouncing_ball_tone5": "โ›น๐Ÿฟโ€โ™€๏ธ", + "woman_bouncing_ball_dark_skin_tone": "โ›น๐Ÿฟโ€โ™€๏ธ", + "man_bouncing_ball": "โ›น๏ธโ€โ™‚๏ธ", + "man_bouncing_ball_tone1": "โ›น๐Ÿปโ€โ™‚๏ธ", + "man_bouncing_ball_light_skin_tone": "โ›น๐Ÿปโ€โ™‚๏ธ", + "man_bouncing_ball_tone2": "โ›น๐Ÿผโ€โ™‚๏ธ", + "man_bouncing_ball_medium_light_skin_tone": "โ›น๐Ÿผโ€โ™‚๏ธ", + "man_bouncing_ball_tone3": "โ›น๐Ÿฝโ€โ™‚๏ธ", + "man_bouncing_ball_medium_skin_tone": "โ›น๐Ÿฝโ€โ™‚๏ธ", + "man_bouncing_ball_tone4": "โ›น๐Ÿพโ€โ™‚๏ธ", + "man_bouncing_ball_medium_dark_skin_tone": "โ›น๐Ÿพโ€โ™‚๏ธ", + "man_bouncing_ball_tone5": "โ›น๐Ÿฟโ€โ™‚๏ธ", + "man_bouncing_ball_dark_skin_tone": "โ›น๐Ÿฟโ€โ™‚๏ธ", + "person_fencing": "๐Ÿคบ", + "fencer": "๐Ÿคบ", + "fencing": "๐Ÿคบ", + "person_playing_handball": "๐Ÿคพ", + "handball": "๐Ÿคพ", + "person_playing_handball_tone1": "๐Ÿคพ๐Ÿป", + "handball_tone1": "๐Ÿคพ๐Ÿป", + "person_playing_handball_tone2": "๐Ÿคพ๐Ÿผ", + "handball_tone2": "๐Ÿคพ๐Ÿผ", + "person_playing_handball_tone3": "๐Ÿคพ๐Ÿฝ", + "handball_tone3": "๐Ÿคพ๐Ÿฝ", + "person_playing_handball_tone4": "๐Ÿคพ๐Ÿพ", + "handball_tone4": "๐Ÿคพ๐Ÿพ", + "person_playing_handball_tone5": "๐Ÿคพ๐Ÿฟ", + "handball_tone5": "๐Ÿคพ๐Ÿฟ", + "woman_playing_handball": "๐Ÿคพโ€โ™€๏ธ", + "woman_playing_handball_tone1": "๐Ÿคพ๐Ÿปโ€โ™€๏ธ", + "woman_playing_handball_light_skin_tone": "๐Ÿคพ๐Ÿปโ€โ™€๏ธ", + "woman_playing_handball_tone2": "๐Ÿคพ๐Ÿผโ€โ™€๏ธ", + "woman_playing_handball_medium_light_skin_tone": "๐Ÿคพ๐Ÿผโ€โ™€๏ธ", + "woman_playing_handball_tone3": "๐Ÿคพ๐Ÿฝโ€โ™€๏ธ", + "woman_playing_handball_medium_skin_tone": "๐Ÿคพ๐Ÿฝโ€โ™€๏ธ", + "woman_playing_handball_tone4": "๐Ÿคพ๐Ÿพโ€โ™€๏ธ", + "woman_playing_handball_medium_dark_skin_tone": "๐Ÿคพ๐Ÿพโ€โ™€๏ธ", + "woman_playing_handball_tone5": "๐Ÿคพ๐Ÿฟโ€โ™€๏ธ", + "woman_playing_handball_dark_skin_tone": "๐Ÿคพ๐Ÿฟโ€โ™€๏ธ", + "man_playing_handball": "๐Ÿคพโ€โ™‚๏ธ", + "man_playing_handball_tone1": "๐Ÿคพ๐Ÿปโ€โ™‚๏ธ", + "man_playing_handball_light_skin_tone": "๐Ÿคพ๐Ÿปโ€โ™‚๏ธ", + "man_playing_handball_tone2": "๐Ÿคพ๐Ÿผโ€โ™‚๏ธ", + "man_playing_handball_medium_light_skin_tone": "๐Ÿคพ๐Ÿผโ€โ™‚๏ธ", + "man_playing_handball_tone3": "๐Ÿคพ๐Ÿฝโ€โ™‚๏ธ", + "man_playing_handball_medium_skin_tone": "๐Ÿคพ๐Ÿฝโ€โ™‚๏ธ", + "man_playing_handball_tone4": "๐Ÿคพ๐Ÿพโ€โ™‚๏ธ", + "man_playing_handball_medium_dark_skin_tone": "๐Ÿคพ๐Ÿพโ€โ™‚๏ธ", + "man_playing_handball_tone5": "๐Ÿคพ๐Ÿฟโ€โ™‚๏ธ", + "man_playing_handball_dark_skin_tone": "๐Ÿคพ๐Ÿฟโ€โ™‚๏ธ", + "person_golfing": "๐ŸŒ๏ธ", + "golfer": "๐ŸŒ๏ธ", + "person_golfing_tone1": "๐ŸŒ๐Ÿป", + "person_golfing_light_skin_tone": "๐ŸŒ๐Ÿป", + "person_golfing_tone2": "๐ŸŒ๐Ÿผ", + "person_golfing_medium_light_skin_tone": "๐ŸŒ๐Ÿผ", + "person_golfing_tone3": "๐ŸŒ๐Ÿฝ", + "person_golfing_medium_skin_tone": "๐ŸŒ๐Ÿฝ", + "person_golfing_tone4": "๐ŸŒ๐Ÿพ", + "person_golfing_medium_dark_skin_tone": "๐ŸŒ๐Ÿพ", + "person_golfing_tone5": "๐ŸŒ๐Ÿฟ", + "person_golfing_dark_skin_tone": "๐ŸŒ๐Ÿฟ", + "woman_golfing": "๐ŸŒ๏ธโ€โ™€๏ธ", + "woman_golfing_tone1": "๐ŸŒ๐Ÿปโ€โ™€๏ธ", + "woman_golfing_light_skin_tone": "๐ŸŒ๐Ÿปโ€โ™€๏ธ", + "woman_golfing_tone2": "๐ŸŒ๐Ÿผโ€โ™€๏ธ", + "woman_golfing_medium_light_skin_tone": "๐ŸŒ๐Ÿผโ€โ™€๏ธ", + "woman_golfing_tone3": "๐ŸŒ๐Ÿฝโ€โ™€๏ธ", + "woman_golfing_medium_skin_tone": "๐ŸŒ๐Ÿฝโ€โ™€๏ธ", + "woman_golfing_tone4": "๐ŸŒ๐Ÿพโ€โ™€๏ธ", + "woman_golfing_medium_dark_skin_tone": "๐ŸŒ๐Ÿพโ€โ™€๏ธ", + "woman_golfing_tone5": "๐ŸŒ๐Ÿฟโ€โ™€๏ธ", + "woman_golfing_dark_skin_tone": "๐ŸŒ๐Ÿฟโ€โ™€๏ธ", + "man_golfing": "๐ŸŒ๏ธโ€โ™‚๏ธ", + "man_golfing_tone1": "๐ŸŒ๐Ÿปโ€โ™‚๏ธ", + "man_golfing_light_skin_tone": "๐ŸŒ๐Ÿปโ€โ™‚๏ธ", + "man_golfing_tone2": "๐ŸŒ๐Ÿผโ€โ™‚๏ธ", + "man_golfing_medium_light_skin_tone": "๐ŸŒ๐Ÿผโ€โ™‚๏ธ", + "man_golfing_tone3": "๐ŸŒ๐Ÿฝโ€โ™‚๏ธ", + "man_golfing_medium_skin_tone": "๐ŸŒ๐Ÿฝโ€โ™‚๏ธ", + "man_golfing_tone4": "๐ŸŒ๐Ÿพโ€โ™‚๏ธ", + "man_golfing_medium_dark_skin_tone": "๐ŸŒ๐Ÿพโ€โ™‚๏ธ", + "man_golfing_tone5": "๐ŸŒ๐Ÿฟโ€โ™‚๏ธ", + "man_golfing_dark_skin_tone": "๐ŸŒ๐Ÿฟโ€โ™‚๏ธ", + "horse_racing": "๐Ÿ‡", + "horse_racing_tone1": "๐Ÿ‡๐Ÿป", + "horse_racing_tone2": "๐Ÿ‡๐Ÿผ", + "horse_racing_tone3": "๐Ÿ‡๐Ÿฝ", + "horse_racing_tone4": "๐Ÿ‡๐Ÿพ", + "horse_racing_tone5": "๐Ÿ‡๐Ÿฟ", + "person_in_lotus_position": "๐Ÿง˜", + "person_in_lotus_position_tone1": "๐Ÿง˜๐Ÿป", + "person_in_lotus_position_light_skin_tone": "๐Ÿง˜๐Ÿป", + "person_in_lotus_position_tone2": "๐Ÿง˜๐Ÿผ", + "person_in_lotus_position_medium_light_skin_tone": "๐Ÿง˜๐Ÿผ", + "person_in_lotus_position_tone3": "๐Ÿง˜๐Ÿฝ", + "person_in_lotus_position_medium_skin_tone": "๐Ÿง˜๐Ÿฝ", + "person_in_lotus_position_tone4": "๐Ÿง˜๐Ÿพ", + "person_in_lotus_position_medium_dark_skin_tone": "๐Ÿง˜๐Ÿพ", + "person_in_lotus_position_tone5": "๐Ÿง˜๐Ÿฟ", + "person_in_lotus_position_dark_skin_tone": "๐Ÿง˜๐Ÿฟ", + "woman_in_lotus_position": "๐Ÿง˜โ€โ™€๏ธ", + "woman_in_lotus_position_tone1": "๐Ÿง˜๐Ÿปโ€โ™€๏ธ", + "woman_in_lotus_position_light_skin_tone": "๐Ÿง˜๐Ÿปโ€โ™€๏ธ", + "woman_in_lotus_position_tone2": "๐Ÿง˜๐Ÿผโ€โ™€๏ธ", + "woman_in_lotus_position_medium_light_skin_tone": "๐Ÿง˜๐Ÿผโ€โ™€๏ธ", + "woman_in_lotus_position_tone3": "๐Ÿง˜๐Ÿฝโ€โ™€๏ธ", + "woman_in_lotus_position_medium_skin_tone": "๐Ÿง˜๐Ÿฝโ€โ™€๏ธ", + "woman_in_lotus_position_tone4": "๐Ÿง˜๐Ÿพโ€โ™€๏ธ", + "woman_in_lotus_position_medium_dark_skin_tone": "๐Ÿง˜๐Ÿพโ€โ™€๏ธ", + "woman_in_lotus_position_tone5": "๐Ÿง˜๐Ÿฟโ€โ™€๏ธ", + "woman_in_lotus_position_dark_skin_tone": "๐Ÿง˜๐Ÿฟโ€โ™€๏ธ", + "man_in_lotus_position": "๐Ÿง˜โ€โ™‚๏ธ", + "man_in_lotus_position_tone1": "๐Ÿง˜๐Ÿปโ€โ™‚๏ธ", + "man_in_lotus_position_light_skin_tone": "๐Ÿง˜๐Ÿปโ€โ™‚๏ธ", + "man_in_lotus_position_tone2": "๐Ÿง˜๐Ÿผโ€โ™‚๏ธ", + "man_in_lotus_position_medium_light_skin_tone": "๐Ÿง˜๐Ÿผโ€โ™‚๏ธ", + "man_in_lotus_position_tone3": "๐Ÿง˜๐Ÿฝโ€โ™‚๏ธ", + "man_in_lotus_position_medium_skin_tone": "๐Ÿง˜๐Ÿฝโ€โ™‚๏ธ", + "man_in_lotus_position_tone4": "๐Ÿง˜๐Ÿพโ€โ™‚๏ธ", + "man_in_lotus_position_medium_dark_skin_tone": "๐Ÿง˜๐Ÿพโ€โ™‚๏ธ", + "man_in_lotus_position_tone5": "๐Ÿง˜๐Ÿฟโ€โ™‚๏ธ", + "man_in_lotus_position_dark_skin_tone": "๐Ÿง˜๐Ÿฟโ€โ™‚๏ธ", + "person_surfing": "๐Ÿ„", + "surfer": "๐Ÿ„", + "person_surfing_tone1": "๐Ÿ„๐Ÿป", + "surfer_tone1": "๐Ÿ„๐Ÿป", + "person_surfing_tone2": "๐Ÿ„๐Ÿผ", + "surfer_tone2": "๐Ÿ„๐Ÿผ", + "person_surfing_tone3": "๐Ÿ„๐Ÿฝ", + "surfer_tone3": "๐Ÿ„๐Ÿฝ", + "person_surfing_tone4": "๐Ÿ„๐Ÿพ", + "surfer_tone4": "๐Ÿ„๐Ÿพ", + "person_surfing_tone5": "๐Ÿ„๐Ÿฟ", + "surfer_tone5": "๐Ÿ„๐Ÿฟ", + "woman_surfing": "๐Ÿ„โ€โ™€๏ธ", + "woman_surfing_tone1": "๐Ÿ„๐Ÿปโ€โ™€๏ธ", + "woman_surfing_light_skin_tone": "๐Ÿ„๐Ÿปโ€โ™€๏ธ", + "woman_surfing_tone2": "๐Ÿ„๐Ÿผโ€โ™€๏ธ", + "woman_surfing_medium_light_skin_tone": "๐Ÿ„๐Ÿผโ€โ™€๏ธ", + "woman_surfing_tone3": "๐Ÿ„๐Ÿฝโ€โ™€๏ธ", + "woman_surfing_medium_skin_tone": "๐Ÿ„๐Ÿฝโ€โ™€๏ธ", + "woman_surfing_tone4": "๐Ÿ„๐Ÿพโ€โ™€๏ธ", + "woman_surfing_medium_dark_skin_tone": "๐Ÿ„๐Ÿพโ€โ™€๏ธ", + "woman_surfing_tone5": "๐Ÿ„๐Ÿฟโ€โ™€๏ธ", + "woman_surfing_dark_skin_tone": "๐Ÿ„๐Ÿฟโ€โ™€๏ธ", + "man_surfing": "๐Ÿ„โ€โ™‚๏ธ", + "man_surfing_tone1": "๐Ÿ„๐Ÿปโ€โ™‚๏ธ", + "man_surfing_light_skin_tone": "๐Ÿ„๐Ÿปโ€โ™‚๏ธ", + "man_surfing_tone2": "๐Ÿ„๐Ÿผโ€โ™‚๏ธ", + "man_surfing_medium_light_skin_tone": "๐Ÿ„๐Ÿผโ€โ™‚๏ธ", + "man_surfing_tone3": "๐Ÿ„๐Ÿฝโ€โ™‚๏ธ", + "man_surfing_medium_skin_tone": "๐Ÿ„๐Ÿฝโ€โ™‚๏ธ", + "man_surfing_tone4": "๐Ÿ„๐Ÿพโ€โ™‚๏ธ", + "man_surfing_medium_dark_skin_tone": "๐Ÿ„๐Ÿพโ€โ™‚๏ธ", + "man_surfing_tone5": "๐Ÿ„๐Ÿฟโ€โ™‚๏ธ", + "man_surfing_dark_skin_tone": "๐Ÿ„๐Ÿฟโ€โ™‚๏ธ", + "person_swimming": "๐ŸŠ", + "swimmer": "๐ŸŠ", + "person_swimming_tone1": "๐ŸŠ๐Ÿป", + "swimmer_tone1": "๐ŸŠ๐Ÿป", + "person_swimming_tone2": "๐ŸŠ๐Ÿผ", + "swimmer_tone2": "๐ŸŠ๐Ÿผ", + "person_swimming_tone3": "๐ŸŠ๐Ÿฝ", + "swimmer_tone3": "๐ŸŠ๐Ÿฝ", + "person_swimming_tone4": "๐ŸŠ๐Ÿพ", + "swimmer_tone4": "๐ŸŠ๐Ÿพ", + "person_swimming_tone5": "๐ŸŠ๐Ÿฟ", + "swimmer_tone5": "๐ŸŠ๐Ÿฟ", + "woman_swimming": "๐ŸŠโ€โ™€๏ธ", + "woman_swimming_tone1": "๐ŸŠ๐Ÿปโ€โ™€๏ธ", + "woman_swimming_light_skin_tone": "๐ŸŠ๐Ÿปโ€โ™€๏ธ", + "woman_swimming_tone2": "๐ŸŠ๐Ÿผโ€โ™€๏ธ", + "woman_swimming_medium_light_skin_tone": "๐ŸŠ๐Ÿผโ€โ™€๏ธ", + "woman_swimming_tone3": "๐ŸŠ๐Ÿฝโ€โ™€๏ธ", + "woman_swimming_medium_skin_tone": "๐ŸŠ๐Ÿฝโ€โ™€๏ธ", + "woman_swimming_tone4": "๐ŸŠ๐Ÿพโ€โ™€๏ธ", + "woman_swimming_medium_dark_skin_tone": "๐ŸŠ๐Ÿพโ€โ™€๏ธ", + "woman_swimming_tone5": "๐ŸŠ๐Ÿฟโ€โ™€๏ธ", + "woman_swimming_dark_skin_tone": "๐ŸŠ๐Ÿฟโ€โ™€๏ธ", + "man_swimming": "๐ŸŠโ€โ™‚๏ธ", + "man_swimming_tone1": "๐ŸŠ๐Ÿปโ€โ™‚๏ธ", + "man_swimming_light_skin_tone": "๐ŸŠ๐Ÿปโ€โ™‚๏ธ", + "man_swimming_tone2": "๐ŸŠ๐Ÿผโ€โ™‚๏ธ", + "man_swimming_medium_light_skin_tone": "๐ŸŠ๐Ÿผโ€โ™‚๏ธ", + "man_swimming_tone3": "๐ŸŠ๐Ÿฝโ€โ™‚๏ธ", + "man_swimming_medium_skin_tone": "๐ŸŠ๐Ÿฝโ€โ™‚๏ธ", + "man_swimming_tone4": "๐ŸŠ๐Ÿพโ€โ™‚๏ธ", + "man_swimming_medium_dark_skin_tone": "๐ŸŠ๐Ÿพโ€โ™‚๏ธ", + "man_swimming_tone5": "๐ŸŠ๐Ÿฟโ€โ™‚๏ธ", + "man_swimming_dark_skin_tone": "๐ŸŠ๐Ÿฟโ€โ™‚๏ธ", + "person_playing_water_polo": "๐Ÿคฝ", + "water_polo": "๐Ÿคฝ", + "person_playing_water_polo_tone1": "๐Ÿคฝ๐Ÿป", + "water_polo_tone1": "๐Ÿคฝ๐Ÿป", + "person_playing_water_polo_tone2": "๐Ÿคฝ๐Ÿผ", + "water_polo_tone2": "๐Ÿคฝ๐Ÿผ", + "person_playing_water_polo_tone3": "๐Ÿคฝ๐Ÿฝ", + "water_polo_tone3": "๐Ÿคฝ๐Ÿฝ", + "person_playing_water_polo_tone4": "๐Ÿคฝ๐Ÿพ", + "water_polo_tone4": "๐Ÿคฝ๐Ÿพ", + "person_playing_water_polo_tone5": "๐Ÿคฝ๐Ÿฟ", + "water_polo_tone5": "๐Ÿคฝ๐Ÿฟ", + "woman_playing_water_polo": "๐Ÿคฝโ€โ™€๏ธ", + "woman_playing_water_polo_tone1": "๐Ÿคฝ๐Ÿปโ€โ™€๏ธ", + "woman_playing_water_polo_light_skin_tone": "๐Ÿคฝ๐Ÿปโ€โ™€๏ธ", + "woman_playing_water_polo_tone2": "๐Ÿคฝ๐Ÿผโ€โ™€๏ธ", + "woman_playing_water_polo_medium_light_skin_tone": "๐Ÿคฝ๐Ÿผโ€โ™€๏ธ", + "woman_playing_water_polo_tone3": "๐Ÿคฝ๐Ÿฝโ€โ™€๏ธ", + "woman_playing_water_polo_medium_skin_tone": "๐Ÿคฝ๐Ÿฝโ€โ™€๏ธ", + "woman_playing_water_polo_tone4": "๐Ÿคฝ๐Ÿพโ€โ™€๏ธ", + "woman_playing_water_polo_medium_dark_skin_tone": "๐Ÿคฝ๐Ÿพโ€โ™€๏ธ", + "woman_playing_water_polo_tone5": "๐Ÿคฝ๐Ÿฟโ€โ™€๏ธ", + "woman_playing_water_polo_dark_skin_tone": "๐Ÿคฝ๐Ÿฟโ€โ™€๏ธ", + "man_playing_water_polo": "๐Ÿคฝโ€โ™‚๏ธ", + "man_playing_water_polo_tone1": "๐Ÿคฝ๐Ÿปโ€โ™‚๏ธ", + "man_playing_water_polo_light_skin_tone": "๐Ÿคฝ๐Ÿปโ€โ™‚๏ธ", + "man_playing_water_polo_tone2": "๐Ÿคฝ๐Ÿผโ€โ™‚๏ธ", + "man_playing_water_polo_medium_light_skin_tone": "๐Ÿคฝ๐Ÿผโ€โ™‚๏ธ", + "man_playing_water_polo_tone3": "๐Ÿคฝ๐Ÿฝโ€โ™‚๏ธ", + "man_playing_water_polo_medium_skin_tone": "๐Ÿคฝ๐Ÿฝโ€โ™‚๏ธ", + "man_playing_water_polo_tone4": "๐Ÿคฝ๐Ÿพโ€โ™‚๏ธ", + "man_playing_water_polo_medium_dark_skin_tone": "๐Ÿคฝ๐Ÿพโ€โ™‚๏ธ", + "man_playing_water_polo_tone5": "๐Ÿคฝ๐Ÿฟโ€โ™‚๏ธ", + "man_playing_water_polo_dark_skin_tone": "๐Ÿคฝ๐Ÿฟโ€โ™‚๏ธ", + "person_rowing_boat": "๐Ÿšฃ", + "rowboat": "๐Ÿšฃ", + "person_rowing_boat_tone1": "๐Ÿšฃ๐Ÿป", + "rowboat_tone1": "๐Ÿšฃ๐Ÿป", + "person_rowing_boat_tone2": "๐Ÿšฃ๐Ÿผ", + "rowboat_tone2": "๐Ÿšฃ๐Ÿผ", + "person_rowing_boat_tone3": "๐Ÿšฃ๐Ÿฝ", + "rowboat_tone3": "๐Ÿšฃ๐Ÿฝ", + "person_rowing_boat_tone4": "๐Ÿšฃ๐Ÿพ", + "rowboat_tone4": "๐Ÿšฃ๐Ÿพ", + "person_rowing_boat_tone5": "๐Ÿšฃ๐Ÿฟ", + "rowboat_tone5": "๐Ÿšฃ๐Ÿฟ", + "woman_rowing_boat": "๐Ÿšฃโ€โ™€๏ธ", + "woman_rowing_boat_tone1": "๐Ÿšฃ๐Ÿปโ€โ™€๏ธ", + "woman_rowing_boat_light_skin_tone": "๐Ÿšฃ๐Ÿปโ€โ™€๏ธ", + "woman_rowing_boat_tone2": "๐Ÿšฃ๐Ÿผโ€โ™€๏ธ", + "woman_rowing_boat_medium_light_skin_tone": "๐Ÿšฃ๐Ÿผโ€โ™€๏ธ", + "woman_rowing_boat_tone3": "๐Ÿšฃ๐Ÿฝโ€โ™€๏ธ", + "woman_rowing_boat_medium_skin_tone": "๐Ÿšฃ๐Ÿฝโ€โ™€๏ธ", + "woman_rowing_boat_tone4": "๐Ÿšฃ๐Ÿพโ€โ™€๏ธ", + "woman_rowing_boat_medium_dark_skin_tone": "๐Ÿšฃ๐Ÿพโ€โ™€๏ธ", + "woman_rowing_boat_tone5": "๐Ÿšฃ๐Ÿฟโ€โ™€๏ธ", + "woman_rowing_boat_dark_skin_tone": "๐Ÿšฃ๐Ÿฟโ€โ™€๏ธ", + "man_rowing_boat": "๐Ÿšฃโ€โ™‚๏ธ", + "man_rowing_boat_tone1": "๐Ÿšฃ๐Ÿปโ€โ™‚๏ธ", + "man_rowing_boat_light_skin_tone": "๐Ÿšฃ๐Ÿปโ€โ™‚๏ธ", + "man_rowing_boat_tone2": "๐Ÿšฃ๐Ÿผโ€โ™‚๏ธ", + "man_rowing_boat_medium_light_skin_tone": "๐Ÿšฃ๐Ÿผโ€โ™‚๏ธ", + "man_rowing_boat_tone3": "๐Ÿšฃ๐Ÿฝโ€โ™‚๏ธ", + "man_rowing_boat_medium_skin_tone": "๐Ÿšฃ๐Ÿฝโ€โ™‚๏ธ", + "man_rowing_boat_tone4": "๐Ÿšฃ๐Ÿพโ€โ™‚๏ธ", + "man_rowing_boat_medium_dark_skin_tone": "๐Ÿšฃ๐Ÿพโ€โ™‚๏ธ", + "man_rowing_boat_tone5": "๐Ÿšฃ๐Ÿฟโ€โ™‚๏ธ", + "man_rowing_boat_dark_skin_tone": "๐Ÿšฃ๐Ÿฟโ€โ™‚๏ธ", + "person_climbing": "๐Ÿง—", + "person_climbing_tone1": "๐Ÿง—๐Ÿป", + "person_climbing_light_skin_tone": "๐Ÿง—๐Ÿป", + "person_climbing_tone2": "๐Ÿง—๐Ÿผ", + "person_climbing_medium_light_skin_tone": "๐Ÿง—๐Ÿผ", + "person_climbing_tone3": "๐Ÿง—๐Ÿฝ", + "person_climbing_medium_skin_tone": "๐Ÿง—๐Ÿฝ", + "person_climbing_tone4": "๐Ÿง—๐Ÿพ", + "person_climbing_medium_dark_skin_tone": "๐Ÿง—๐Ÿพ", + "person_climbing_tone5": "๐Ÿง—๐Ÿฟ", + "person_climbing_dark_skin_tone": "๐Ÿง—๐Ÿฟ", + "woman_climbing": "๐Ÿง—โ€โ™€๏ธ", + "woman_climbing_tone1": "๐Ÿง—๐Ÿปโ€โ™€๏ธ", + "woman_climbing_light_skin_tone": "๐Ÿง—๐Ÿปโ€โ™€๏ธ", + "woman_climbing_tone2": "๐Ÿง—๐Ÿผโ€โ™€๏ธ", + "woman_climbing_medium_light_skin_tone": "๐Ÿง—๐Ÿผโ€โ™€๏ธ", + "woman_climbing_tone3": "๐Ÿง—๐Ÿฝโ€โ™€๏ธ", + "woman_climbing_medium_skin_tone": "๐Ÿง—๐Ÿฝโ€โ™€๏ธ", + "woman_climbing_tone4": "๐Ÿง—๐Ÿพโ€โ™€๏ธ", + "woman_climbing_medium_dark_skin_tone": "๐Ÿง—๐Ÿพโ€โ™€๏ธ", + "woman_climbing_tone5": "๐Ÿง—๐Ÿฟโ€โ™€๏ธ", + "woman_climbing_dark_skin_tone": "๐Ÿง—๐Ÿฟโ€โ™€๏ธ", + "man_climbing": "๐Ÿง—โ€โ™‚๏ธ", + "man_climbing_tone1": "๐Ÿง—๐Ÿปโ€โ™‚๏ธ", + "man_climbing_light_skin_tone": "๐Ÿง—๐Ÿปโ€โ™‚๏ธ", + "man_climbing_tone2": "๐Ÿง—๐Ÿผโ€โ™‚๏ธ", + "man_climbing_medium_light_skin_tone": "๐Ÿง—๐Ÿผโ€โ™‚๏ธ", + "man_climbing_tone3": "๐Ÿง—๐Ÿฝโ€โ™‚๏ธ", + "man_climbing_medium_skin_tone": "๐Ÿง—๐Ÿฝโ€โ™‚๏ธ", + "man_climbing_tone4": "๐Ÿง—๐Ÿพโ€โ™‚๏ธ", + "man_climbing_medium_dark_skin_tone": "๐Ÿง—๐Ÿพโ€โ™‚๏ธ", + "man_climbing_tone5": "๐Ÿง—๐Ÿฟโ€โ™‚๏ธ", + "man_climbing_dark_skin_tone": "๐Ÿง—๐Ÿฟโ€โ™‚๏ธ", + "person_mountain_biking": "๐Ÿšต", + "mountain_bicyclist": "๐Ÿšต", + "person_mountain_biking_tone1": "๐Ÿšต๐Ÿป", + "mountain_bicyclist_tone1": "๐Ÿšต๐Ÿป", + "person_mountain_biking_tone2": "๐Ÿšต๐Ÿผ", + "mountain_bicyclist_tone2": "๐Ÿšต๐Ÿผ", + "person_mountain_biking_tone3": "๐Ÿšต๐Ÿฝ", + "mountain_bicyclist_tone3": "๐Ÿšต๐Ÿฝ", + "person_mountain_biking_tone4": "๐Ÿšต๐Ÿพ", + "mountain_bicyclist_tone4": "๐Ÿšต๐Ÿพ", + "person_mountain_biking_tone5": "๐Ÿšต๐Ÿฟ", + "mountain_bicyclist_tone5": "๐Ÿšต๐Ÿฟ", + "woman_mountain_biking": "๐Ÿšตโ€โ™€๏ธ", + "woman_mountain_biking_tone1": "๐Ÿšต๐Ÿปโ€โ™€๏ธ", + "woman_mountain_biking_light_skin_tone": "๐Ÿšต๐Ÿปโ€โ™€๏ธ", + "woman_mountain_biking_tone2": "๐Ÿšต๐Ÿผโ€โ™€๏ธ", + "woman_mountain_biking_medium_light_skin_tone": "๐Ÿšต๐Ÿผโ€โ™€๏ธ", + "woman_mountain_biking_tone3": "๐Ÿšต๐Ÿฝโ€โ™€๏ธ", + "woman_mountain_biking_medium_skin_tone": "๐Ÿšต๐Ÿฝโ€โ™€๏ธ", + "woman_mountain_biking_tone4": "๐Ÿšต๐Ÿพโ€โ™€๏ธ", + "woman_mountain_biking_medium_dark_skin_tone": "๐Ÿšต๐Ÿพโ€โ™€๏ธ", + "woman_mountain_biking_tone5": "๐Ÿšต๐Ÿฟโ€โ™€๏ธ", + "woman_mountain_biking_dark_skin_tone": "๐Ÿšต๐Ÿฟโ€โ™€๏ธ", + "man_mountain_biking": "๐Ÿšตโ€โ™‚๏ธ", + "man_mountain_biking_tone1": "๐Ÿšต๐Ÿปโ€โ™‚๏ธ", + "man_mountain_biking_light_skin_tone": "๐Ÿšต๐Ÿปโ€โ™‚๏ธ", + "man_mountain_biking_tone2": "๐Ÿšต๐Ÿผโ€โ™‚๏ธ", + "man_mountain_biking_medium_light_skin_tone": "๐Ÿšต๐Ÿผโ€โ™‚๏ธ", + "man_mountain_biking_tone3": "๐Ÿšต๐Ÿฝโ€โ™‚๏ธ", + "man_mountain_biking_medium_skin_tone": "๐Ÿšต๐Ÿฝโ€โ™‚๏ธ", + "man_mountain_biking_tone4": "๐Ÿšต๐Ÿพโ€โ™‚๏ธ", + "man_mountain_biking_medium_dark_skin_tone": "๐Ÿšต๐Ÿพโ€โ™‚๏ธ", + "man_mountain_biking_tone5": "๐Ÿšต๐Ÿฟโ€โ™‚๏ธ", + "man_mountain_biking_dark_skin_tone": "๐Ÿšต๐Ÿฟโ€โ™‚๏ธ", + "person_biking": "๐Ÿšด", + "bicyclist": "๐Ÿšด", + "person_biking_tone1": "๐Ÿšด๐Ÿป", + "bicyclist_tone1": "๐Ÿšด๐Ÿป", + "person_biking_tone2": "๐Ÿšด๐Ÿผ", + "bicyclist_tone2": "๐Ÿšด๐Ÿผ", + "person_biking_tone3": "๐Ÿšด๐Ÿฝ", + "bicyclist_tone3": "๐Ÿšด๐Ÿฝ", + "person_biking_tone4": "๐Ÿšด๐Ÿพ", + "bicyclist_tone4": "๐Ÿšด๐Ÿพ", + "person_biking_tone5": "๐Ÿšด๐Ÿฟ", + "bicyclist_tone5": "๐Ÿšด๐Ÿฟ", + "woman_biking": "๐Ÿšดโ€โ™€๏ธ", + "woman_biking_tone1": "๐Ÿšด๐Ÿปโ€โ™€๏ธ", + "woman_biking_light_skin_tone": "๐Ÿšด๐Ÿปโ€โ™€๏ธ", + "woman_biking_tone2": "๐Ÿšด๐Ÿผโ€โ™€๏ธ", + "woman_biking_medium_light_skin_tone": "๐Ÿšด๐Ÿผโ€โ™€๏ธ", + "woman_biking_tone3": "๐Ÿšด๐Ÿฝโ€โ™€๏ธ", + "woman_biking_medium_skin_tone": "๐Ÿšด๐Ÿฝโ€โ™€๏ธ", + "woman_biking_tone4": "๐Ÿšด๐Ÿพโ€โ™€๏ธ", + "woman_biking_medium_dark_skin_tone": "๐Ÿšด๐Ÿพโ€โ™€๏ธ", + "woman_biking_tone5": "๐Ÿšด๐Ÿฟโ€โ™€๏ธ", + "woman_biking_dark_skin_tone": "๐Ÿšด๐Ÿฟโ€โ™€๏ธ", + "man_biking": "๐Ÿšดโ€โ™‚๏ธ", + "man_biking_tone1": "๐Ÿšด๐Ÿปโ€โ™‚๏ธ", + "man_biking_light_skin_tone": "๐Ÿšด๐Ÿปโ€โ™‚๏ธ", + "man_biking_tone2": "๐Ÿšด๐Ÿผโ€โ™‚๏ธ", + "man_biking_medium_light_skin_tone": "๐Ÿšด๐Ÿผโ€โ™‚๏ธ", + "man_biking_tone3": "๐Ÿšด๐Ÿฝโ€โ™‚๏ธ", + "man_biking_medium_skin_tone": "๐Ÿšด๐Ÿฝโ€โ™‚๏ธ", + "man_biking_tone4": "๐Ÿšด๐Ÿพโ€โ™‚๏ธ", + "man_biking_medium_dark_skin_tone": "๐Ÿšด๐Ÿพโ€โ™‚๏ธ", + "man_biking_tone5": "๐Ÿšด๐Ÿฟโ€โ™‚๏ธ", + "man_biking_dark_skin_tone": "๐Ÿšด๐Ÿฟโ€โ™‚๏ธ", + "trophy": "๐Ÿ†", + "first_place": "๐Ÿฅ‡", + "first_place_medal": "๐Ÿฅ‡", + "second_place": "๐Ÿฅˆ", + "second_place_medal": "๐Ÿฅˆ", + "third_place": "๐Ÿฅ‰", + "third_place_medal": "๐Ÿฅ‰", + "medal": "๐Ÿ…", + "sports_medal": "๐Ÿ…", + "military_medal": "๐ŸŽ–๏ธ", + "rosette": "๐Ÿต๏ธ", + "reminder_ribbon": "๐ŸŽ—๏ธ", + "ticket": "๐ŸŽซ", + "tickets": "๐ŸŽŸ๏ธ", + "admission_tickets": "๐ŸŽŸ๏ธ", + "circus_tent": "๐ŸŽช", + "person_juggling": "๐Ÿคน", + "juggling": "๐Ÿคน", + "juggler": "๐Ÿคน", + "person_juggling_tone1": "๐Ÿคน๐Ÿป", + "juggling_tone1": "๐Ÿคน๐Ÿป", + "juggler_tone1": "๐Ÿคน๐Ÿป", + "person_juggling_tone2": "๐Ÿคน๐Ÿผ", + "juggling_tone2": "๐Ÿคน๐Ÿผ", + "juggler_tone2": "๐Ÿคน๐Ÿผ", + "person_juggling_tone3": "๐Ÿคน๐Ÿฝ", + "juggling_tone3": "๐Ÿคน๐Ÿฝ", + "juggler_tone3": "๐Ÿคน๐Ÿฝ", + "person_juggling_tone4": "๐Ÿคน๐Ÿพ", + "juggling_tone4": "๐Ÿคน๐Ÿพ", + "juggler_tone4": "๐Ÿคน๐Ÿพ", + "person_juggling_tone5": "๐Ÿคน๐Ÿฟ", + "juggling_tone5": "๐Ÿคน๐Ÿฟ", + "juggler_tone5": "๐Ÿคน๐Ÿฟ", + "woman_juggling": "๐Ÿคนโ€โ™€๏ธ", + "woman_juggling_tone1": "๐Ÿคน๐Ÿปโ€โ™€๏ธ", + "woman_juggling_light_skin_tone": "๐Ÿคน๐Ÿปโ€โ™€๏ธ", + "woman_juggling_tone2": "๐Ÿคน๐Ÿผโ€โ™€๏ธ", + "woman_juggling_medium_light_skin_tone": "๐Ÿคน๐Ÿผโ€โ™€๏ธ", + "woman_juggling_tone3": "๐Ÿคน๐Ÿฝโ€โ™€๏ธ", + "woman_juggling_medium_skin_tone": "๐Ÿคน๐Ÿฝโ€โ™€๏ธ", + "woman_juggling_tone4": "๐Ÿคน๐Ÿพโ€โ™€๏ธ", + "woman_juggling_medium_dark_skin_tone": "๐Ÿคน๐Ÿพโ€โ™€๏ธ", + "woman_juggling_tone5": "๐Ÿคน๐Ÿฟโ€โ™€๏ธ", + "woman_juggling_dark_skin_tone": "๐Ÿคน๐Ÿฟโ€โ™€๏ธ", + "man_juggling": "๐Ÿคนโ€โ™‚๏ธ", + "man_juggling_tone1": "๐Ÿคน๐Ÿปโ€โ™‚๏ธ", + "man_juggling_light_skin_tone": "๐Ÿคน๐Ÿปโ€โ™‚๏ธ", + "man_juggling_tone2": "๐Ÿคน๐Ÿผโ€โ™‚๏ธ", + "man_juggling_medium_light_skin_tone": "๐Ÿคน๐Ÿผโ€โ™‚๏ธ", + "man_juggling_tone3": "๐Ÿคน๐Ÿฝโ€โ™‚๏ธ", + "man_juggling_medium_skin_tone": "๐Ÿคน๐Ÿฝโ€โ™‚๏ธ", + "man_juggling_tone4": "๐Ÿคน๐Ÿพโ€โ™‚๏ธ", + "man_juggling_medium_dark_skin_tone": "๐Ÿคน๐Ÿพโ€โ™‚๏ธ", + "man_juggling_tone5": "๐Ÿคน๐Ÿฟโ€โ™‚๏ธ", + "man_juggling_dark_skin_tone": "๐Ÿคน๐Ÿฟโ€โ™‚๏ธ", + "performing_arts": "๐ŸŽญ", + "ballet_shoes": "๐Ÿฉฐ", + "art": "๐ŸŽจ", + "clapper": "๐ŸŽฌ", + "microphone": "๐ŸŽค", + "headphones": "๐ŸŽง", + "musical_score": "๐ŸŽผ", + "musical_keyboard": "๐ŸŽน", + "drum": "๐Ÿฅ", + "drum_with_drumsticks": "๐Ÿฅ", + "long_drum": "๐Ÿช˜", + "saxophone": "๐ŸŽท", + "trumpet": "๐ŸŽบ", + "guitar": "๐ŸŽธ", + "banjo": "๐Ÿช•", + "violin": "๐ŸŽป", + "accordion": "๐Ÿช—", + "game_die": "๐ŸŽฒ", + "chess_pawn": "โ™Ÿ๏ธ", + "dart": "๐ŸŽฏ", + "bowling": "๐ŸŽณ", + "video_game": "๐ŸŽฎ", + "slot_machine": "๐ŸŽฐ", + "jigsaw": "๐Ÿงฉ", + "red_car": "๐Ÿš—", + "taxi": "๐Ÿš•", + "blue_car": "๐Ÿš™", + "pickup_truck": "๐Ÿ›ป", + "bus": "๐ŸšŒ", + "trolleybus": "๐ŸšŽ", + "race_car": "๐ŸŽ๏ธ", + "racing_car": "๐ŸŽ๏ธ", + "police_car": "๐Ÿš“", + "ambulance": "๐Ÿš‘", + "fire_engine": "๐Ÿš’", + "minibus": "๐Ÿš", + "truck": "๐Ÿšš", + "articulated_lorry": "๐Ÿš›", + "tractor": "๐Ÿšœ", + "probing_cane": "๐Ÿฆฏ", + "manual_wheelchair": "๐Ÿฆฝ", + "motorized_wheelchair": "๐Ÿฆผ", + "scooter": "๐Ÿ›ด", + "bike": "๐Ÿšฒ", + "motor_scooter": "๐Ÿ›ต", + "motorbike": "๐Ÿ›ต", + "motorcycle": "๐Ÿ๏ธ", + "racing_motorcycle": "๐Ÿ๏ธ", + "auto_rickshaw": "๐Ÿ›บ", + "rotating_light": "๐Ÿšจ", + "oncoming_police_car": "๐Ÿš”", + "oncoming_bus": "๐Ÿš", + "oncoming_automobile": "๐Ÿš˜", + "oncoming_taxi": "๐Ÿš–", + "aerial_tramway": "๐Ÿšก", + "mountain_cableway": "๐Ÿš ", + "suspension_railway": "๐ŸšŸ", + "railway_car": "๐Ÿšƒ", + "train": "๐Ÿš‹", + "mountain_railway": "๐Ÿšž", + "monorail": "๐Ÿš", + "bullettrain_side": "๐Ÿš„", + "bullettrain_front": "๐Ÿš…", + "light_rail": "๐Ÿšˆ", + "steam_locomotive": "๐Ÿš‚", + "train2": "๐Ÿš†", + "metro": "๐Ÿš‡", + "tram": "๐ŸšŠ", + "station": "๐Ÿš‰", + "airplane": "โœˆ๏ธ", + "airplane_departure": "๐Ÿ›ซ", + "airplane_arriving": "๐Ÿ›ฌ", + "airplane_small": "๐Ÿ›ฉ๏ธ", + "small_airplane": "๐Ÿ›ฉ๏ธ", + "seat": "๐Ÿ’บ", + "satellite_orbital": "๐Ÿ›ฐ๏ธ", + "rocket": "๐Ÿš€", + "flying_saucer": "๐Ÿ›ธ", + "helicopter": "๐Ÿš", + "canoe": "๐Ÿ›ถ", + "kayak": "๐Ÿ›ถ", + "sailboat": "โ›ต", + "speedboat": "๐Ÿšค", + "motorboat": "๐Ÿ›ฅ๏ธ", + "cruise_ship": "๐Ÿ›ณ๏ธ", + "passenger_ship": "๐Ÿ›ณ๏ธ", + "ferry": "โ›ด๏ธ", + "ship": "๐Ÿšข", + "anchor": "โš“", + "fuelpump": "โ›ฝ", + "construction": "๐Ÿšง", + "vertical_traffic_light": "๐Ÿšฆ", + "traffic_light": "๐Ÿšฅ", + "busstop": "๐Ÿš", + "map": "๐Ÿ—บ๏ธ", + "world_map": "๐Ÿ—บ๏ธ", + "moyai": "๐Ÿ—ฟ", + "statue_of_liberty": "๐Ÿ—ฝ", + "tokyo_tower": "๐Ÿ—ผ", + "european_castle": "๐Ÿฐ", + "japanese_castle": "๐Ÿฏ", + "stadium": "๐ŸŸ๏ธ", + "ferris_wheel": "๐ŸŽก", + "roller_coaster": "๐ŸŽข", + "carousel_horse": "๐ŸŽ ", + "fountain": "โ›ฒ", + "beach_umbrella": "โ›ฑ๏ธ", + "umbrella_on_ground": "โ›ฑ๏ธ", + "beach": "๐Ÿ–๏ธ", + "beach_with_umbrella": "๐Ÿ–๏ธ", + "island": "๐Ÿ๏ธ", + "desert_island": "๐Ÿ๏ธ", + "desert": "๐Ÿœ๏ธ", + "volcano": "๐ŸŒ‹", + "mountain": "โ›ฐ๏ธ", + "mountain_snow": "๐Ÿ”๏ธ", + "snow_capped_mountain": "๐Ÿ”๏ธ", + "mount_fuji": "๐Ÿ—ป", + "camping": "๐Ÿ•๏ธ", + "tent": "โ›บ", + "house": "๐Ÿ ", + "house_with_garden": "๐Ÿก", + "homes": "๐Ÿ˜๏ธ", + "house_buildings": "๐Ÿ˜๏ธ", + "house_abandoned": "๐Ÿš๏ธ", + "derelict_house_building": "๐Ÿš๏ธ", + "hut": "๐Ÿ›–", + "construction_site": "๐Ÿ—๏ธ", + "building_construction": "๐Ÿ—๏ธ", + "factory": "๐Ÿญ", + "office": "๐Ÿข", + "department_store": "๐Ÿฌ", + "post_office": "๐Ÿฃ", + "european_post_office": "๐Ÿค", + "hospital": "๐Ÿฅ", + "bank": "๐Ÿฆ", + "hotel": "๐Ÿจ", + "convenience_store": "๐Ÿช", + "school": "๐Ÿซ", + "love_hotel": "๐Ÿฉ", + "wedding": "๐Ÿ’’", + "classical_building": "๐Ÿ›๏ธ", + "church": "โ›ช", + "mosque": "๐Ÿ•Œ", + "synagogue": "๐Ÿ•", + "hindu_temple": "๐Ÿ›•", + "kaaba": "๐Ÿ•‹", + "shinto_shrine": "โ›ฉ๏ธ", + "railway_track": "๐Ÿ›ค๏ธ", + "railroad_track": "๐Ÿ›ค๏ธ", + "motorway": "๐Ÿ›ฃ๏ธ", + "japan": "๐Ÿ—พ", + "rice_scene": "๐ŸŽ‘", + "park": "๐Ÿž๏ธ", + "national_park": "๐Ÿž๏ธ", + "sunrise": "๐ŸŒ…", + "sunrise_over_mountains": "๐ŸŒ„", + "stars": "๐ŸŒ ", + "sparkler": "๐ŸŽ‡", + "fireworks": "๐ŸŽ†", + "city_sunset": "๐ŸŒ‡", + "city_sunrise": "๐ŸŒ‡", + "city_dusk": "๐ŸŒ†", + "cityscape": "๐Ÿ™๏ธ", + "night_with_stars": "๐ŸŒƒ", + "milky_way": "๐ŸŒŒ", + "bridge_at_night": "๐ŸŒ‰", + "foggy": "๐ŸŒ", + "watch": "โŒš", + "mobile_phone": "๐Ÿ“ฑ", + "iphone": "๐Ÿ“ฑ", + "calling": "๐Ÿ“ฒ", + "computer": "๐Ÿ’ป", + "keyboard": "โŒจ๏ธ", + "desktop": "๐Ÿ–ฅ๏ธ", + "desktop_computer": "๐Ÿ–ฅ๏ธ", + "printer": "๐Ÿ–จ๏ธ", + "mouse_three_button": "๐Ÿ–ฑ๏ธ", + "three_button_mouse": "๐Ÿ–ฑ๏ธ", + "trackball": "๐Ÿ–ฒ๏ธ", + "joystick": "๐Ÿ•น๏ธ", + "compression": "๐Ÿ—œ๏ธ", + "minidisc": "๐Ÿ’ฝ", + "floppy_disk": "๐Ÿ’พ", + "cd": "๐Ÿ’ฟ", + "dvd": "๐Ÿ“€", + "vhs": "๐Ÿ“ผ", + "camera": "๐Ÿ“ท", + "camera_with_flash": "๐Ÿ“ธ", + "video_camera": "๐Ÿ“น", + "movie_camera": "๐ŸŽฅ", + "projector": "๐Ÿ“ฝ๏ธ", + "film_projector": "๐Ÿ“ฝ๏ธ", + "film_frames": "๐ŸŽž๏ธ", + "telephone_receiver": "๐Ÿ“ž", + "telephone": "โ˜Ž๏ธ", + "pager": "๐Ÿ“Ÿ", + "fax": "๐Ÿ“ ", + "tv": "๐Ÿ“บ", + "radio": "๐Ÿ“ป", + "microphone2": "๐ŸŽ™๏ธ", + "studio_microphone": "๐ŸŽ™๏ธ", + "level_slider": "๐ŸŽš๏ธ", + "control_knobs": "๐ŸŽ›๏ธ", + "compass": "๐Ÿงญ", + "stopwatch": "โฑ๏ธ", + "timer": "โฒ๏ธ", + "timer_clock": "โฒ๏ธ", + "alarm_clock": "โฐ", + "clock": "๐Ÿ•ฐ๏ธ", + "mantlepiece_clock": "๐Ÿ•ฐ๏ธ", + "hourglass": "โŒ›", + "hourglass_flowing_sand": "โณ", + "satellite": "๐Ÿ“ก", + "battery": "๐Ÿ”‹", + "electric_plug": "๐Ÿ”Œ", + "bulb": "๐Ÿ’ก", + "flashlight": "๐Ÿ”ฆ", + "candle": "๐Ÿ•ฏ๏ธ", + "diya_lamp": "๐Ÿช”", + "fire_extinguisher": "๐Ÿงฏ", + "oil": "๐Ÿ›ข๏ธ", + "oil_drum": "๐Ÿ›ข๏ธ", + "money_with_wings": "๐Ÿ’ธ", + "dollar": "๐Ÿ’ต", + "yen": "๐Ÿ’ด", + "euro": "๐Ÿ’ถ", + "pound": "๐Ÿ’ท", + "coin": "๐Ÿช™", + "moneybag": "๐Ÿ’ฐ", + "credit_card": "๐Ÿ’ณ", + "gem": "๐Ÿ’Ž", + "scales": "โš–๏ธ", + "ladder": "๐Ÿชœ", + "toolbox": "๐Ÿงฐ", + "screwdriver": "๐Ÿช›", + "wrench": "๐Ÿ”ง", + "hammer": "๐Ÿ”จ", + "hammer_pick": "โš’๏ธ", + "hammer_and_pick": "โš’๏ธ", + "tools": "๐Ÿ› ๏ธ", + "hammer_and_wrench": "๐Ÿ› ๏ธ", + "pick": "โ›๏ธ", + "nut_and_bolt": "๐Ÿ”ฉ", + "gear": "โš™๏ธ", + "bricks": "๐Ÿงฑ", + "chains": "โ›“๏ธ", + "hook": "๐Ÿช", + "knot": "๐Ÿชข", + "magnet": "๐Ÿงฒ", + "gun": "๐Ÿ”ซ", + "bomb": "๐Ÿ’ฃ", + "firecracker": "๐Ÿงจ", + "axe": "๐Ÿช“", + "carpentry_saw": "๐Ÿชš", + "knife": "๐Ÿ”ช", + "dagger": "๐Ÿ—ก๏ธ", + "dagger_knife": "๐Ÿ—ก๏ธ", + "crossed_swords": "โš”๏ธ", + "shield": "๐Ÿ›ก๏ธ", + "smoking": "๐Ÿšฌ", + "coffin": "โšฐ๏ธ", + "headstone": "๐Ÿชฆ", + "urn": "โšฑ๏ธ", + "funeral_urn": "โšฑ๏ธ", + "amphora": "๐Ÿบ", + "magic_wand": "๐Ÿช„", + "crystal_ball": "๐Ÿ”ฎ", + "prayer_beads": "๐Ÿ“ฟ", + "nazar_amulet": "๐Ÿงฟ", + "barber": "๐Ÿ’ˆ", + "alembic": "โš—๏ธ", + "telescope": "๐Ÿ”ญ", + "microscope": "๐Ÿ”ฌ", + "hole": "๐Ÿ•ณ๏ธ", + "window": "๐ŸชŸ", + "adhesive_bandage": "๐Ÿฉน", + "stethoscope": "๐Ÿฉบ", + "pill": "๐Ÿ’Š", + "syringe": "๐Ÿ’‰", + "drop_of_blood": "๐Ÿฉธ", + "dna": "๐Ÿงฌ", + "microbe": "๐Ÿฆ ", + "petri_dish": "๐Ÿงซ", + "test_tube": "๐Ÿงช", + "thermometer": "๐ŸŒก๏ธ", + "mouse_trap": "๐Ÿชค", + "broom": "๐Ÿงน", + "basket": "๐Ÿงบ", + "sewing_needle": "๐Ÿชก", + "roll_of_paper": "๐Ÿงป", + "toilet": "๐Ÿšฝ", + "plunger": "๐Ÿช ", + "bucket": "๐Ÿชฃ", + "potable_water": "๐Ÿšฐ", + "shower": "๐Ÿšฟ", + "bathtub": "๐Ÿ›", + "bath": "๐Ÿ›€", + "bath_tone1": "๐Ÿ›€๐Ÿป", + "bath_tone2": "๐Ÿ›€๐Ÿผ", + "bath_tone3": "๐Ÿ›€๐Ÿฝ", + "bath_tone4": "๐Ÿ›€๐Ÿพ", + "bath_tone5": "๐Ÿ›€๐Ÿฟ", + "toothbrush": "๐Ÿชฅ", + "soap": "๐Ÿงผ", + "razor": "๐Ÿช’", + "sponge": "๐Ÿงฝ", + "squeeze_bottle": "๐Ÿงด", + "bellhop": "๐Ÿ›Ž๏ธ", + "bellhop_bell": "๐Ÿ›Ž๏ธ", + "key": "๐Ÿ”‘", + "key2": "๐Ÿ—๏ธ", + "old_key": "๐Ÿ—๏ธ", + "door": "๐Ÿšช", + "chair": "๐Ÿช‘", + "mirror": "๐Ÿชž", + "couch": "๐Ÿ›‹๏ธ", + "couch_and_lamp": "๐Ÿ›‹๏ธ", + "bed": "๐Ÿ›๏ธ", + "sleeping_accommodation": "๐Ÿ›Œ", + "person_in_bed_tone1": "๐Ÿ›Œ๐Ÿป", + "person_in_bed_light_skin_tone": "๐Ÿ›Œ๐Ÿป", + "person_in_bed_tone2": "๐Ÿ›Œ๐Ÿผ", + "person_in_bed_medium_light_skin_tone": "๐Ÿ›Œ๐Ÿผ", + "person_in_bed_tone3": "๐Ÿ›Œ๐Ÿฝ", + "person_in_bed_medium_skin_tone": "๐Ÿ›Œ๐Ÿฝ", + "person_in_bed_tone4": "๐Ÿ›Œ๐Ÿพ", + "person_in_bed_medium_dark_skin_tone": "๐Ÿ›Œ๐Ÿพ", + "person_in_bed_tone5": "๐Ÿ›Œ๐Ÿฟ", + "person_in_bed_dark_skin_tone": "๐Ÿ›Œ๐Ÿฟ", + "teddy_bear": "๐Ÿงธ", + "frame_photo": "๐Ÿ–ผ๏ธ", + "frame_with_picture": "๐Ÿ–ผ๏ธ", + "shopping_bags": "๐Ÿ›๏ธ", + "shopping_cart": "๐Ÿ›’", + "shopping_trolley": "๐Ÿ›’", + "gift": "๐ŸŽ", + "balloon": "๐ŸŽˆ", + "flags": "๐ŸŽ", + "ribbon": "๐ŸŽ€", + "confetti_ball": "๐ŸŽŠ", + "tada": "๐ŸŽ‰", + "piรฑata": "๐Ÿช…", + "nesting_dolls": "๐Ÿช†", + "dolls": "๐ŸŽŽ", + "izakaya_lantern": "๐Ÿฎ", + "wind_chime": "๐ŸŽ", + "red_envelope": "๐Ÿงง", + "envelope": "โœ‰๏ธ", + "envelope_with_arrow": "๐Ÿ“ฉ", + "incoming_envelope": "๐Ÿ“จ", + "e_mail": "๐Ÿ“ง", + "email": "๐Ÿ“ง", + "love_letter": "๐Ÿ’Œ", + "inbox_tray": "๐Ÿ“ฅ", + "outbox_tray": "๐Ÿ“ค", + "package": "๐Ÿ“ฆ", + "label": "๐Ÿท๏ธ", + "mailbox_closed": "๐Ÿ“ช", + "mailbox": "๐Ÿ“ซ", + "mailbox_with_mail": "๐Ÿ“ฌ", + "mailbox_with_no_mail": "๐Ÿ“ญ", + "postbox": "๐Ÿ“ฎ", + "postal_horn": "๐Ÿ“ฏ", + "placard": "๐Ÿชง", + "scroll": "๐Ÿ“œ", + "page_with_curl": "๐Ÿ“ƒ", + "page_facing_up": "๐Ÿ“„", + "bookmark_tabs": "๐Ÿ“‘", + "receipt": "๐Ÿงพ", + "bar_chart": "๐Ÿ“Š", + "chart_with_upwards_trend": "๐Ÿ“ˆ", + "chart_with_downwards_trend": "๐Ÿ“‰", + "notepad_spiral": "๐Ÿ—’๏ธ", + "spiral_note_pad": "๐Ÿ—’๏ธ", + "calendar_spiral": "๐Ÿ—“๏ธ", + "spiral_calendar_pad": "๐Ÿ—“๏ธ", + "calendar": "๐Ÿ“†", + "date": "๐Ÿ“…", + "wastebasket": "๐Ÿ—‘๏ธ", + "card_index": "๐Ÿ“‡", + "card_box": "๐Ÿ—ƒ๏ธ", + "card_file_box": "๐Ÿ—ƒ๏ธ", + "ballot_box": "๐Ÿ—ณ๏ธ", + "ballot_box_with_ballot": "๐Ÿ—ณ๏ธ", + "file_cabinet": "๐Ÿ—„๏ธ", + "clipboard": "๐Ÿ“‹", + "file_folder": "๐Ÿ“", + "open_file_folder": "๐Ÿ“‚", + "dividers": "๐Ÿ—‚๏ธ", + "card_index_dividers": "๐Ÿ—‚๏ธ", + "newspaper2": "๐Ÿ—ž๏ธ", + "rolled_up_newspaper": "๐Ÿ—ž๏ธ", + "newspaper": "๐Ÿ“ฐ", + "notebook": "๐Ÿ““", + "notebook_with_decorative_cover": "๐Ÿ“”", + "ledger": "๐Ÿ“’", + "closed_book": "๐Ÿ“•", + "green_book": "๐Ÿ“—", + "blue_book": "๐Ÿ“˜", + "orange_book": "๐Ÿ“™", + "books": "๐Ÿ“š", + "book": "๐Ÿ“–", + "bookmark": "๐Ÿ”–", + "safety_pin": "๐Ÿงท", + "link": "๐Ÿ”—", + "paperclip": "๐Ÿ“Ž", + "paperclips": "๐Ÿ–‡๏ธ", + "linked_paperclips": "๐Ÿ–‡๏ธ", + "triangular_ruler": "๐Ÿ“", + "straight_ruler": "๐Ÿ“", + "abacus": "๐Ÿงฎ", + "pushpin": "๐Ÿ“Œ", + "round_pushpin": "๐Ÿ“", + "scissors": "โœ‚๏ธ", + "pen_ballpoint": "๐Ÿ–Š๏ธ", + "lower_left_ballpoint_pen": "๐Ÿ–Š๏ธ", + "pen_fountain": "๐Ÿ–‹๏ธ", + "lower_left_fountain_pen": "๐Ÿ–‹๏ธ", + "black_nib": "โœ’๏ธ", + "paintbrush": "๐Ÿ–Œ๏ธ", + "lower_left_paintbrush": "๐Ÿ–Œ๏ธ", + "crayon": "๐Ÿ–๏ธ", + "lower_left_crayon": "๐Ÿ–๏ธ", + "pencil": "๐Ÿ“", + "memo": "๐Ÿ“", + "pencil2": "โœ๏ธ", + "mag": "๐Ÿ”", + "mag_right": "๐Ÿ”Ž", + "lock_with_ink_pen": "๐Ÿ”", + "closed_lock_with_key": "๐Ÿ”", + "lock": "๐Ÿ”’", + "unlock": "๐Ÿ”“", + "heart": "โค๏ธ", + "orange_heart": "๐Ÿงก", + "yellow_heart": "๐Ÿ’›", + "green_heart": "๐Ÿ’š", + "blue_heart": "๐Ÿ’™", + "purple_heart": "๐Ÿ’œ", + "black_heart": "๐Ÿ–ค", + "brown_heart": "๐ŸคŽ", + "white_heart": "๐Ÿค", + "broken_heart": "๐Ÿ’”", + "heart_exclamation": "โฃ๏ธ", + "heavy_heart_exclamation_mark_ornament": "โฃ๏ธ", + "two_hearts": "๐Ÿ’•", + "revolving_hearts": "๐Ÿ’ž", + "heartbeat": "๐Ÿ’“", + "heartpulse": "๐Ÿ’—", + "sparkling_heart": "๐Ÿ’–", + "cupid": "๐Ÿ’˜", + "gift_heart": "๐Ÿ’", + "heart_decoration": "๐Ÿ’Ÿ", + "peace": "โ˜ฎ๏ธ", + "peace_symbol": "โ˜ฎ๏ธ", + "cross": "โœ๏ธ", + "latin_cross": "โœ๏ธ", + "star_and_crescent": "โ˜ช๏ธ", + "om_symbol": "๐Ÿ•‰๏ธ", + "wheel_of_dharma": "โ˜ธ๏ธ", + "star_of_david": "โœก๏ธ", + "six_pointed_star": "๐Ÿ”ฏ", + "menorah": "๐Ÿ•Ž", + "yin_yang": "โ˜ฏ๏ธ", + "orthodox_cross": "โ˜ฆ๏ธ", + "place_of_worship": "๐Ÿ›", + "worship_symbol": "๐Ÿ›", + "ophiuchus": "โ›Ž", + "aries": "โ™ˆ", + "taurus": "โ™‰", + "gemini": "โ™Š", + "cancer": "โ™‹", + "leo": "โ™Œ", + "virgo": "โ™", + "libra": "โ™Ž", + "scorpius": "โ™", + "sagittarius": "โ™", + "capricorn": "โ™‘", + "aquarius": "โ™’", + "pisces": "โ™“", + "id": "๐Ÿ†”", + "atom": "โš›๏ธ", + "atom_symbol": "โš›๏ธ", + "accept": "๐Ÿ‰‘", + "radioactive": "โ˜ข๏ธ", + "radioactive_sign": "โ˜ข๏ธ", + "biohazard": "โ˜ฃ๏ธ", + "biohazard_sign": "โ˜ฃ๏ธ", + "mobile_phone_off": "๐Ÿ“ด", + "vibration_mode": "๐Ÿ“ณ", + "u6709": "๐Ÿˆถ", + "u7121": "๐Ÿˆš", + "u7533": "๐Ÿˆธ", + "u55b6": "๐Ÿˆบ", + "u6708": "๐Ÿˆท๏ธ", + "eight_pointed_black_star": "โœด๏ธ", + "vs": "๐Ÿ†š", + "white_flower": "๐Ÿ’ฎ", + "ideograph_advantage": "๐Ÿ‰", + "secret": "ใŠ™๏ธ", + "congratulations": "ใŠ—๏ธ", + "u5408": "๐Ÿˆด", + "u6e80": "๐Ÿˆต", + "u5272": "๐Ÿˆน", + "u7981": "๐Ÿˆฒ", + "a": "๐Ÿ…ฐ๏ธ", + "b": "๐Ÿ…ฑ๏ธ", + "ab": "๐Ÿ†Ž", + "cl": "๐Ÿ†‘", + "o2": "๐Ÿ…พ๏ธ", + "sos": "๐Ÿ†˜", + "x": "โŒ", + "o": "โญ•", + "octagonal_sign": "๐Ÿ›‘", + "stop_sign": "๐Ÿ›‘", + "no_entry": "โ›”", + "name_badge": "๐Ÿ“›", + "no_entry_sign": "๐Ÿšซ", + "100": "๐Ÿ’ฏ", + "anger": "๐Ÿ’ข", + "hotsprings": "โ™จ๏ธ", + "no_pedestrians": "๐Ÿšท", + "do_not_litter": "๐Ÿšฏ", + "no_bicycles": "๐Ÿšณ", + "non_potable_water": "๐Ÿšฑ", + "underage": "๐Ÿ”ž", + "no_mobile_phones": "๐Ÿ“ต", + "no_smoking": "๐Ÿšญ", + "exclamation": "โ—", + "grey_exclamation": "โ•", + "question": "โ“", + "grey_question": "โ”", + "bangbang": "โ€ผ๏ธ", + "interrobang": "โ‰๏ธ", + "low_brightness": "๐Ÿ”…", + "high_brightness": "๐Ÿ”†", + "part_alternation_mark": "ใ€ฝ๏ธ", + "warning": "โš ๏ธ", + "children_crossing": "๐Ÿšธ", + "trident": "๐Ÿ”ฑ", + "fleur_de_lis": "โšœ๏ธ", + "beginner": "๐Ÿ”ฐ", + "recycle": "โ™ป๏ธ", + "white_check_mark": "โœ…", + "u6307": "๐Ÿˆฏ", + "chart": "๐Ÿ’น", + "sparkle": "โ‡๏ธ", + "eight_spoked_asterisk": "โœณ๏ธ", + "negative_squared_cross_mark": "โŽ", + "globe_with_meridians": "๐ŸŒ", + "diamond_shape_with_a_dot_inside": "๐Ÿ’ ", + "m": "โ“‚๏ธ", + "cyclone": "๐ŸŒ€", + "zzz": "๐Ÿ’ค", + "atm": "๐Ÿง", + "wc": "๐Ÿšพ", + "wheelchair": "โ™ฟ", + "parking": "๐Ÿ…ฟ๏ธ", + "u7a7a": "๐Ÿˆณ", + "sa": "๐Ÿˆ‚๏ธ", + "passport_control": "๐Ÿ›‚", + "customs": "๐Ÿ›ƒ", + "baggage_claim": "๐Ÿ›„", + "left_luggage": "๐Ÿ›…", + "elevator": "๐Ÿ›—", + "mens": "๐Ÿšน", + "womens": "๐Ÿšบ", + "baby_symbol": "๐Ÿšผ", + "restroom": "๐Ÿšป", + "put_litter_in_its_place": "๐Ÿšฎ", + "cinema": "๐ŸŽฆ", + "signal_strength": "๐Ÿ“ถ", + "koko": "๐Ÿˆ", + "symbols": "๐Ÿ”ฃ", + "information_source": "โ„น๏ธ", + "abc": "๐Ÿ”ค", + "abcd": "๐Ÿ”ก", + "capital_abcd": "๐Ÿ” ", + "ng": "๐Ÿ†–", + "ok": "๐Ÿ†—", + "up": "๐Ÿ†™", + "cool": "๐Ÿ†’", + "new": "๐Ÿ†•", + "free": "๐Ÿ†“", + "zero": "0๏ธโƒฃ", + "one": "1๏ธโƒฃ", + "two": "2๏ธโƒฃ", + "three": "3๏ธโƒฃ", + "four": "4๏ธโƒฃ", + "five": "5๏ธโƒฃ", + "six": "6๏ธโƒฃ", + "seven": "7๏ธโƒฃ", + "eight": "8๏ธโƒฃ", + "nine": "9๏ธโƒฃ", + "keycap_ten": "๐Ÿ”Ÿ", + "1234": "๐Ÿ”ข", + "hash": "#๏ธโƒฃ", + "asterisk": "*๏ธโƒฃ", + "keycap_asterisk": "*๏ธโƒฃ", + "eject": "โ๏ธ", + "eject_symbol": "โ๏ธ", + "arrow_forward": "โ–ถ๏ธ", + "pause_button": "โธ๏ธ", + "double_vertical_bar": "โธ๏ธ", + "play_pause": "โฏ๏ธ", + "stop_button": "โน๏ธ", + "record_button": "โบ๏ธ", + "track_next": "โญ๏ธ", + "next_track": "โญ๏ธ", + "track_previous": "โฎ๏ธ", + "previous_track": "โฎ๏ธ", + "fast_forward": "โฉ", + "rewind": "โช", + "arrow_double_up": "โซ", + "arrow_double_down": "โฌ", + "arrow_backward": "โ—€๏ธ", + "arrow_up_small": "๐Ÿ”ผ", + "arrow_down_small": "๐Ÿ”ฝ", + "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": "โ†”๏ธ", + "arrow_right_hook": "โ†ช๏ธ", + "leftwards_arrow_with_hook": "โ†ฉ๏ธ", + "arrow_heading_up": "โคด๏ธ", + "arrow_heading_down": "โคต๏ธ", + "twisted_rightwards_arrows": "๐Ÿ”€", + "repeat": "๐Ÿ”", + "repeat_one": "๐Ÿ”‚", + "arrows_counterclockwise": "๐Ÿ”„", + "arrows_clockwise": "๐Ÿ”ƒ", + "musical_note": "๐ŸŽต", + "notes": "๐ŸŽถ", + "heavy_plus_sign": "โž•", + "heavy_minus_sign": "โž–", + "heavy_division_sign": "โž—", + "heavy_multiplication_x": "โœ–๏ธ", + "infinity": "โ™พ๏ธ", + "heavy_dollar_sign": "๐Ÿ’ฒ", + "currency_exchange": "๐Ÿ’ฑ", + "tm": "โ„ข๏ธ", + "copyright": "ยฉ๏ธ", + "registered": "ยฎ๏ธ", + "wavy_dash": "ใ€ฐ๏ธ", + "curly_loop": "โžฐ", + "loop": "โžฟ", + "end": "๐Ÿ”š", + "back": "๐Ÿ”™", + "on": "๐Ÿ”›", + "top": "๐Ÿ”", + "soon": "๐Ÿ”œ", + "heavy_check_mark": "โœ”๏ธ", + "ballot_box_with_check": "โ˜‘๏ธ", + "radio_button": "๐Ÿ”˜", + "white_circle": "โšช", + "black_circle": "โšซ", + "red_circle": "๐Ÿ”ด", + "blue_circle": "๐Ÿ”ต", + "brown_circle": "๐ŸŸค", + "purple_circle": "๐ŸŸฃ", + "green_circle": "๐ŸŸข", + "yellow_circle": "๐ŸŸก", + "orange_circle": "๐ŸŸ ", + "small_red_triangle": "๐Ÿ”บ", + "small_red_triangle_down": "๐Ÿ”ป", + "small_orange_diamond": "๐Ÿ”ธ", + "small_blue_diamond": "๐Ÿ”น", + "large_orange_diamond": "๐Ÿ”ถ", + "large_blue_diamond": "๐Ÿ”ท", + "white_square_button": "๐Ÿ”ณ", + "black_square_button": "๐Ÿ”ฒ", + "black_small_square": "โ–ช๏ธ", + "white_small_square": "โ–ซ๏ธ", + "black_medium_small_square": "โ—พ", + "white_medium_small_square": "โ—ฝ", + "black_medium_square": "โ—ผ๏ธ", + "white_medium_square": "โ—ป๏ธ", + "black_large_square": "โฌ›", + "white_large_square": "โฌœ", + "orange_square": "๐ŸŸง", + "blue_square": "๐ŸŸฆ", + "red_square": "๐ŸŸฅ", + "brown_square": "๐ŸŸซ", + "purple_square": "๐ŸŸช", + "green_square": "๐ŸŸฉ", + "yellow_square": "๐ŸŸจ", + "speaker": "๐Ÿ”ˆ", + "mute": "๐Ÿ”‡", + "sound": "๐Ÿ”‰", + "loud_sound": "๐Ÿ”Š", + "bell": "๐Ÿ””", + "no_bell": "๐Ÿ”•", + "mega": "๐Ÿ“ฃ", + "loudspeaker": "๐Ÿ“ข", + "speech_left": "๐Ÿ—จ๏ธ", + "left_speech_bubble": "๐Ÿ—จ๏ธ", + "eye_in_speech_bubble": "๐Ÿ‘โ€๐Ÿ—จ", + "speech_balloon": "๐Ÿ’ฌ", + "thought_balloon": "๐Ÿ’ญ", + "anger_right": "๐Ÿ—ฏ๏ธ", + "right_anger_bubble": "๐Ÿ—ฏ๏ธ", + "spades": "โ™ ๏ธ", + "clubs": "โ™ฃ๏ธ", + "hearts": "โ™ฅ๏ธ", + "diamonds": "โ™ฆ๏ธ", + "black_joker": "๐Ÿƒ", + "flower_playing_cards": "๐ŸŽด", + "mahjong": "๐Ÿ€„", + "clock1": "๐Ÿ•", + "clock2": "๐Ÿ•‘", + "clock3": "๐Ÿ•’", + "clock4": "๐Ÿ•“", + "clock5": "๐Ÿ•”", + "clock6": "๐Ÿ••", + "clock7": "๐Ÿ•–", + "clock8": "๐Ÿ•—", + "clock9": "๐Ÿ•˜", + "clock10": "๐Ÿ•™", + "clock11": "๐Ÿ•š", + "clock12": "๐Ÿ•›", + "clock130": "๐Ÿ•œ", + "clock230": "๐Ÿ•", + "clock330": "๐Ÿ•ž", + "clock430": "๐Ÿ•Ÿ", + "clock530": "๐Ÿ• ", + "clock630": "๐Ÿ•ก", + "clock730": "๐Ÿ•ข", + "clock830": "๐Ÿ•ฃ", + "clock930": "๐Ÿ•ค", + "clock1030": "๐Ÿ•ฅ", + "clock1130": "๐Ÿ•ฆ", + "clock1230": "๐Ÿ•ง", + "female_sign": "โ™€๏ธ", + "male_sign": "โ™‚๏ธ", + "transgender_symbol": "โšง", + "medical_symbol": "โš•๏ธ", + "regional_indicator_z": "๐Ÿ‡ฟ", + "regional_indicator_y": "๐Ÿ‡พ", + "regional_indicator_x": "๐Ÿ‡ฝ", + "regional_indicator_w": "๐Ÿ‡ผ", + "regional_indicator_v": "๐Ÿ‡ป", + "regional_indicator_u": "๐Ÿ‡บ", + "regional_indicator_t": "๐Ÿ‡น", + "regional_indicator_s": "๐Ÿ‡ธ", + "regional_indicator_r": "๐Ÿ‡ท", + "regional_indicator_q": "๐Ÿ‡ถ", + "regional_indicator_p": "๐Ÿ‡ต", + "regional_indicator_o": "๐Ÿ‡ด", + "regional_indicator_n": "๐Ÿ‡ณ", + "regional_indicator_m": "๐Ÿ‡ฒ", + "regional_indicator_l": "๐Ÿ‡ฑ", + "regional_indicator_k": "๐Ÿ‡ฐ", + "regional_indicator_j": "๐Ÿ‡ฏ", + "regional_indicator_i": "๐Ÿ‡ฎ", + "regional_indicator_h": "๐Ÿ‡ญ", + "regional_indicator_g": "๐Ÿ‡ฌ", + "regional_indicator_f": "๐Ÿ‡ซ", + "regional_indicator_e": "๐Ÿ‡ช", + "regional_indicator_d": "๐Ÿ‡ฉ", + "regional_indicator_c": "๐Ÿ‡จ", + "regional_indicator_b": "๐Ÿ‡ง", + "regional_indicator_a": "๐Ÿ‡ฆ", + "flag_white": "๐Ÿณ๏ธ", + "flag_black": "๐Ÿด", + "checkered_flag": "๐Ÿ", + "triangular_flag_on_post": "๐Ÿšฉ", + "rainbow_flag": "๐Ÿณ๏ธโ€๐ŸŒˆ", + "gay_pride_flag": "๐Ÿณ๏ธโ€๐ŸŒˆ", + "transgender_flag": "๐Ÿณ๏ธโ€โšง๏ธ", + "pirate_flag": "๐Ÿดโ€โ˜ ๏ธ", + "flag_af": "๐Ÿ‡ฆ๐Ÿ‡ซ", + "flag_ax": "๐Ÿ‡ฆ๐Ÿ‡ฝ", + "flag_al": "๐Ÿ‡ฆ๐Ÿ‡ฑ", + "flag_dz": "๐Ÿ‡ฉ๐Ÿ‡ฟ", + "flag_as": "๐Ÿ‡ฆ๐Ÿ‡ธ", + "flag_ad": "๐Ÿ‡ฆ๐Ÿ‡ฉ", + "flag_ao": "๐Ÿ‡ฆ๐Ÿ‡ด", + "flag_ai": "๐Ÿ‡ฆ๐Ÿ‡ฎ", + "flag_aq": "๐Ÿ‡ฆ๐Ÿ‡ถ", + "flag_ag": "๐Ÿ‡ฆ๐Ÿ‡ฌ", + "flag_ar": "๐Ÿ‡ฆ๐Ÿ‡ท", + "flag_am": "๐Ÿ‡ฆ๐Ÿ‡ฒ", + "flag_aw": "๐Ÿ‡ฆ๐Ÿ‡ผ", + "flag_au": "๐Ÿ‡ฆ๐Ÿ‡บ", + "flag_at": "๐Ÿ‡ฆ๐Ÿ‡น", + "flag_az": "๐Ÿ‡ฆ๐Ÿ‡ฟ", + "flag_bs": "๐Ÿ‡ง๐Ÿ‡ธ", + "flag_bh": "๐Ÿ‡ง๐Ÿ‡ญ", + "flag_bd": "๐Ÿ‡ง๐Ÿ‡ฉ", + "flag_bb": "๐Ÿ‡ง๐Ÿ‡ง", + "flag_by": "๐Ÿ‡ง๐Ÿ‡พ", + "flag_be": "๐Ÿ‡ง๐Ÿ‡ช", + "flag_bz": "๐Ÿ‡ง๐Ÿ‡ฟ", + "flag_bj": "๐Ÿ‡ง๐Ÿ‡ฏ", + "flag_bm": "๐Ÿ‡ง๐Ÿ‡ฒ", + "flag_bt": "๐Ÿ‡ง๐Ÿ‡น", + "flag_bo": "๐Ÿ‡ง๐Ÿ‡ด", + "flag_ba": "๐Ÿ‡ง๐Ÿ‡ฆ", + "flag_bw": "๐Ÿ‡ง๐Ÿ‡ผ", + "flag_br": "๐Ÿ‡ง๐Ÿ‡ท", + "flag_io": "๐Ÿ‡ฎ๐Ÿ‡ด", + "flag_vg": "๐Ÿ‡ป๐Ÿ‡ฌ", + "flag_bn": "๐Ÿ‡ง๐Ÿ‡ณ", + "flag_bg": "๐Ÿ‡ง๐Ÿ‡ฌ", + "flag_bf": "๐Ÿ‡ง๐Ÿ‡ซ", + "flag_bi": "๐Ÿ‡ง๐Ÿ‡ฎ", + "flag_kh": "๐Ÿ‡ฐ๐Ÿ‡ญ", + "flag_cm": "๐Ÿ‡จ๐Ÿ‡ฒ", + "flag_ca": "๐Ÿ‡จ๐Ÿ‡ฆ", + "flag_ic": "๐Ÿ‡ฎ๐Ÿ‡จ", + "flag_cv": "๐Ÿ‡จ๐Ÿ‡ป", + "flag_bq": "๐Ÿ‡ง๐Ÿ‡ถ", + "flag_ky": "๐Ÿ‡ฐ๐Ÿ‡พ", + "flag_cf": "๐Ÿ‡จ๐Ÿ‡ซ", + "flag_td": "๐Ÿ‡น๐Ÿ‡ฉ", + "flag_cl": "๐Ÿ‡จ๐Ÿ‡ฑ", + "flag_cn": "๐Ÿ‡จ๐Ÿ‡ณ", + "flag_cx": "๐Ÿ‡จ๐Ÿ‡ฝ", + "flag_cc": "๐Ÿ‡จ๐Ÿ‡จ", + "flag_co": "๐Ÿ‡จ๐Ÿ‡ด", + "flag_km": "๐Ÿ‡ฐ๐Ÿ‡ฒ", + "flag_cg": "๐Ÿ‡จ๐Ÿ‡ฌ", + "flag_cd": "๐Ÿ‡จ๐Ÿ‡ฉ", + "flag_ck": "๐Ÿ‡จ๐Ÿ‡ฐ", + "flag_cr": "๐Ÿ‡จ๐Ÿ‡ท", + "flag_ci": "๐Ÿ‡จ๐Ÿ‡ฎ", + "flag_hr": "๐Ÿ‡ญ๐Ÿ‡ท", + "flag_cu": "๐Ÿ‡จ๐Ÿ‡บ", + "flag_cw": "๐Ÿ‡จ๐Ÿ‡ผ", + "flag_cy": "๐Ÿ‡จ๐Ÿ‡พ", + "flag_cz": "๐Ÿ‡จ๐Ÿ‡ฟ", + "flag_dk": "๐Ÿ‡ฉ๐Ÿ‡ฐ", + "flag_dj": "๐Ÿ‡ฉ๐Ÿ‡ฏ", + "flag_dm": "๐Ÿ‡ฉ๐Ÿ‡ฒ", + "flag_do": "๐Ÿ‡ฉ๐Ÿ‡ด", + "flag_ec": "๐Ÿ‡ช๐Ÿ‡จ", + "flag_eg": "๐Ÿ‡ช๐Ÿ‡ฌ", + "flag_sv": "๐Ÿ‡ธ๐Ÿ‡ป", + "flag_gq": "๐Ÿ‡ฌ๐Ÿ‡ถ", + "flag_er": "๐Ÿ‡ช๐Ÿ‡ท", + "flag_ee": "๐Ÿ‡ช๐Ÿ‡ช", + "flag_et": "๐Ÿ‡ช๐Ÿ‡น", + "flag_eu": "๐Ÿ‡ช๐Ÿ‡บ", + "flag_fk": "๐Ÿ‡ซ๐Ÿ‡ฐ", + "flag_fo": "๐Ÿ‡ซ๐Ÿ‡ด", + "flag_fj": "๐Ÿ‡ซ๐Ÿ‡ฏ", + "flag_fi": "๐Ÿ‡ซ๐Ÿ‡ฎ", + "flag_fr": "๐Ÿ‡ซ๐Ÿ‡ท", + "flag_gf": "๐Ÿ‡ฌ๐Ÿ‡ซ", + "flag_pf": "๐Ÿ‡ต๐Ÿ‡ซ", + "flag_tf": "๐Ÿ‡น๐Ÿ‡ซ", + "flag_ga": "๐Ÿ‡ฌ๐Ÿ‡ฆ", + "flag_gm": "๐Ÿ‡ฌ๐Ÿ‡ฒ", + "flag_ge": "๐Ÿ‡ฌ๐Ÿ‡ช", + "flag_de": "๐Ÿ‡ฉ๐Ÿ‡ช", + "flag_gh": "๐Ÿ‡ฌ๐Ÿ‡ญ", + "flag_gi": "๐Ÿ‡ฌ๐Ÿ‡ฎ", + "flag_gr": "๐Ÿ‡ฌ๐Ÿ‡ท", + "flag_gl": "๐Ÿ‡ฌ๐Ÿ‡ฑ", + "flag_gd": "๐Ÿ‡ฌ๐Ÿ‡ฉ", + "flag_gp": "๐Ÿ‡ฌ๐Ÿ‡ต", + "flag_gu": "๐Ÿ‡ฌ๐Ÿ‡บ", + "flag_gt": "๐Ÿ‡ฌ๐Ÿ‡น", + "flag_gg": "๐Ÿ‡ฌ๐Ÿ‡ฌ", + "flag_gn": "๐Ÿ‡ฌ๐Ÿ‡ณ", + "flag_gw": "๐Ÿ‡ฌ๐Ÿ‡ผ", + "flag_gy": "๐Ÿ‡ฌ๐Ÿ‡พ", + "flag_ht": "๐Ÿ‡ญ๐Ÿ‡น", + "flag_hn": "๐Ÿ‡ญ๐Ÿ‡ณ", + "flag_hk": "๐Ÿ‡ญ๐Ÿ‡ฐ", + "flag_hu": "๐Ÿ‡ญ๐Ÿ‡บ", + "flag_is": "๐Ÿ‡ฎ๐Ÿ‡ธ", + "flag_in": "๐Ÿ‡ฎ๐Ÿ‡ณ", + "flag_id": "๐Ÿ‡ฎ๐Ÿ‡ฉ", + "flag_ir": "๐Ÿ‡ฎ๐Ÿ‡ท", + "flag_iq": "๐Ÿ‡ฎ๐Ÿ‡ถ", + "flag_ie": "๐Ÿ‡ฎ๐Ÿ‡ช", + "flag_im": "๐Ÿ‡ฎ๐Ÿ‡ฒ", + "flag_il": "๐Ÿ‡ฎ๐Ÿ‡ฑ", + "flag_it": "๐Ÿ‡ฎ๐Ÿ‡น", + "flag_jm": "๐Ÿ‡ฏ๐Ÿ‡ฒ", + "flag_jp": "๐Ÿ‡ฏ๐Ÿ‡ต", + "crossed_flags": "๐ŸŽŒ", + "flag_je": "๐Ÿ‡ฏ๐Ÿ‡ช", + "flag_jo": "๐Ÿ‡ฏ๐Ÿ‡ด", + "flag_kz": "๐Ÿ‡ฐ๐Ÿ‡ฟ", + "flag_ke": "๐Ÿ‡ฐ๐Ÿ‡ช", + "flag_ki": "๐Ÿ‡ฐ๐Ÿ‡ฎ", + "flag_xk": "๐Ÿ‡ฝ๐Ÿ‡ฐ", + "flag_kw": "๐Ÿ‡ฐ๐Ÿ‡ผ", + "flag_kg": "๐Ÿ‡ฐ๐Ÿ‡ฌ", + "flag_la": "๐Ÿ‡ฑ๐Ÿ‡ฆ", + "flag_lv": "๐Ÿ‡ฑ๐Ÿ‡ป", + "flag_lb": "๐Ÿ‡ฑ๐Ÿ‡ง", + "flag_ls": "๐Ÿ‡ฑ๐Ÿ‡ธ", + "flag_lr": "๐Ÿ‡ฑ๐Ÿ‡ท", + "flag_ly": "๐Ÿ‡ฑ๐Ÿ‡พ", + "flag_li": "๐Ÿ‡ฑ๐Ÿ‡ฎ", + "flag_lt": "๐Ÿ‡ฑ๐Ÿ‡น", + "flag_lu": "๐Ÿ‡ฑ๐Ÿ‡บ", + "flag_mo": "๐Ÿ‡ฒ๐Ÿ‡ด", + "flag_mk": "๐Ÿ‡ฒ๐Ÿ‡ฐ", + "flag_mg": "๐Ÿ‡ฒ๐Ÿ‡ฌ", + "flag_mw": "๐Ÿ‡ฒ๐Ÿ‡ผ", + "flag_my": "๐Ÿ‡ฒ๐Ÿ‡พ", + "flag_mv": "๐Ÿ‡ฒ๐Ÿ‡ป", + "flag_ml": "๐Ÿ‡ฒ๐Ÿ‡ฑ", + "flag_mt": "๐Ÿ‡ฒ๐Ÿ‡น", + "flag_mh": "๐Ÿ‡ฒ๐Ÿ‡ญ", + "flag_mq": "๐Ÿ‡ฒ๐Ÿ‡ถ", + "flag_mr": "๐Ÿ‡ฒ๐Ÿ‡ท", + "flag_mu": "๐Ÿ‡ฒ๐Ÿ‡บ", + "flag_yt": "๐Ÿ‡พ๐Ÿ‡น", + "flag_mx": "๐Ÿ‡ฒ๐Ÿ‡ฝ", + "flag_fm": "๐Ÿ‡ซ๐Ÿ‡ฒ", + "flag_md": "๐Ÿ‡ฒ๐Ÿ‡ฉ", + "flag_mc": "๐Ÿ‡ฒ๐Ÿ‡จ", + "flag_mn": "๐Ÿ‡ฒ๐Ÿ‡ณ", + "flag_me": "๐Ÿ‡ฒ๐Ÿ‡ช", + "flag_ms": "๐Ÿ‡ฒ๐Ÿ‡ธ", + "flag_ma": "๐Ÿ‡ฒ๐Ÿ‡ฆ", + "flag_mz": "๐Ÿ‡ฒ๐Ÿ‡ฟ", + "flag_mm": "๐Ÿ‡ฒ๐Ÿ‡ฒ", + "flag_na": "๐Ÿ‡ณ๐Ÿ‡ฆ", + "flag_nr": "๐Ÿ‡ณ๐Ÿ‡ท", + "flag_np": "๐Ÿ‡ณ๐Ÿ‡ต", + "flag_nl": "๐Ÿ‡ณ๐Ÿ‡ฑ", + "flag_nc": "๐Ÿ‡ณ๐Ÿ‡จ", + "flag_nz": "๐Ÿ‡ณ๐Ÿ‡ฟ", + "flag_ni": "๐Ÿ‡ณ๐Ÿ‡ฎ", + "flag_ne": "๐Ÿ‡ณ๐Ÿ‡ช", + "flag_ng": "๐Ÿ‡ณ๐Ÿ‡ฌ", + "flag_nu": "๐Ÿ‡ณ๐Ÿ‡บ", + "flag_nf": "๐Ÿ‡ณ๐Ÿ‡ซ", + "flag_kp": "๐Ÿ‡ฐ๐Ÿ‡ต", + "flag_mp": "๐Ÿ‡ฒ๐Ÿ‡ต", + "flag_no": "๐Ÿ‡ณ๐Ÿ‡ด", + "flag_om": "๐Ÿ‡ด๐Ÿ‡ฒ", + "flag_pk": "๐Ÿ‡ต๐Ÿ‡ฐ", + "flag_pw": "๐Ÿ‡ต๐Ÿ‡ผ", + "flag_ps": "๐Ÿ‡ต๐Ÿ‡ธ", + "flag_pa": "๐Ÿ‡ต๐Ÿ‡ฆ", + "flag_pg": "๐Ÿ‡ต๐Ÿ‡ฌ", + "flag_py": "๐Ÿ‡ต๐Ÿ‡พ", + "flag_pe": "๐Ÿ‡ต๐Ÿ‡ช", + "flag_ph": "๐Ÿ‡ต๐Ÿ‡ญ", + "flag_pn": "๐Ÿ‡ต๐Ÿ‡ณ", + "flag_pl": "๐Ÿ‡ต๐Ÿ‡ฑ", + "flag_pt": "๐Ÿ‡ต๐Ÿ‡น", + "flag_pr": "๐Ÿ‡ต๐Ÿ‡ท", + "flag_qa": "๐Ÿ‡ถ๐Ÿ‡ฆ", + "flag_re": "๐Ÿ‡ท๐Ÿ‡ช", + "flag_ro": "๐Ÿ‡ท๐Ÿ‡ด", + "flag_ru": "๐Ÿ‡ท๐Ÿ‡บ", + "flag_rw": "๐Ÿ‡ท๐Ÿ‡ผ", + "flag_ws": "๐Ÿ‡ผ๐Ÿ‡ธ", + "flag_sm": "๐Ÿ‡ธ๐Ÿ‡ฒ", + "flag_st": "๐Ÿ‡ธ๐Ÿ‡น", + "flag_sa": "๐Ÿ‡ธ๐Ÿ‡ฆ", + "flag_sn": "๐Ÿ‡ธ๐Ÿ‡ณ", + "flag_rs": "๐Ÿ‡ท๐Ÿ‡ธ", + "flag_sc": "๐Ÿ‡ธ๐Ÿ‡จ", + "flag_sl": "๐Ÿ‡ธ๐Ÿ‡ฑ", + "flag_sg": "๐Ÿ‡ธ๐Ÿ‡ฌ", + "flag_sx": "๐Ÿ‡ธ๐Ÿ‡ฝ", + "flag_sk": "๐Ÿ‡ธ๐Ÿ‡ฐ", + "flag_si": "๐Ÿ‡ธ๐Ÿ‡ฎ", + "flag_gs": "๐Ÿ‡ฌ๐Ÿ‡ธ", + "flag_sb": "๐Ÿ‡ธ๐Ÿ‡ง", + "flag_so": "๐Ÿ‡ธ๐Ÿ‡ด", + "flag_za": "๐Ÿ‡ฟ๐Ÿ‡ฆ", + "flag_kr": "๐Ÿ‡ฐ๐Ÿ‡ท", + "flag_ss": "๐Ÿ‡ธ๐Ÿ‡ธ", + "flag_es": "๐Ÿ‡ช๐Ÿ‡ธ", + "flag_lk": "๐Ÿ‡ฑ๐Ÿ‡ฐ", + "flag_bl": "๐Ÿ‡ง๐Ÿ‡ฑ", + "flag_sh": "๐Ÿ‡ธ๐Ÿ‡ญ", + "flag_kn": "๐Ÿ‡ฐ๐Ÿ‡ณ", + "flag_lc": "๐Ÿ‡ฑ๐Ÿ‡จ", + "flag_pm": "๐Ÿ‡ต๐Ÿ‡ฒ", + "flag_vc": "๐Ÿ‡ป๐Ÿ‡จ", + "flag_sd": "๐Ÿ‡ธ๐Ÿ‡ฉ", + "flag_sr": "๐Ÿ‡ธ๐Ÿ‡ท", + "flag_sz": "๐Ÿ‡ธ๐Ÿ‡ฟ", + "flag_se": "๐Ÿ‡ธ๐Ÿ‡ช", + "flag_ch": "๐Ÿ‡จ๐Ÿ‡ญ", + "flag_sy": "๐Ÿ‡ธ๐Ÿ‡พ", + "flag_tw": "๐Ÿ‡น๐Ÿ‡ผ", + "flag_tj": "๐Ÿ‡น๐Ÿ‡ฏ", + "flag_tz": "๐Ÿ‡น๐Ÿ‡ฟ", + "flag_th": "๐Ÿ‡น๐Ÿ‡ญ", + "flag_tl": "๐Ÿ‡น๐Ÿ‡ฑ", + "flag_tg": "๐Ÿ‡น๐Ÿ‡ฌ", + "flag_tk": "๐Ÿ‡น๐Ÿ‡ฐ", + "flag_to": "๐Ÿ‡น๐Ÿ‡ด", + "flag_tt": "๐Ÿ‡น๐Ÿ‡น", + "flag_tn": "๐Ÿ‡น๐Ÿ‡ณ", + "flag_tr": "๐Ÿ‡น๐Ÿ‡ท", + "flag_tm": "๐Ÿ‡น๐Ÿ‡ฒ", + "flag_tc": "๐Ÿ‡น๐Ÿ‡จ", + "flag_vi": "๐Ÿ‡ป๐Ÿ‡ฎ", + "flag_tv": "๐Ÿ‡น๐Ÿ‡ป", + "flag_ug": "๐Ÿ‡บ๐Ÿ‡ฌ", + "flag_ua": "๐Ÿ‡บ๐Ÿ‡ฆ", + "flag_ae": "๐Ÿ‡ฆ๐Ÿ‡ช", + "flag_gb": "๐Ÿ‡ฌ๐Ÿ‡ง", + "england": "๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ", + "scotland": "๐Ÿด๓ ง๓ ข๓ ณ๓ ฃ๓ ด๓ ฟ", + "wales": "๐Ÿด๓ ง๓ ข๓ ท๓ ฌ๓ ณ๓ ฟ", + "flag_us": "๐Ÿ‡บ๐Ÿ‡ธ", + "flag_uy": "๐Ÿ‡บ๐Ÿ‡พ", + "flag_uz": "๐Ÿ‡บ๐Ÿ‡ฟ", + "flag_vu": "๐Ÿ‡ป๐Ÿ‡บ", + "flag_va": "๐Ÿ‡ป๐Ÿ‡ฆ", + "flag_ve": "๐Ÿ‡ป๐Ÿ‡ช", + "flag_vn": "๐Ÿ‡ป๐Ÿ‡ณ", + "flag_wf": "๐Ÿ‡ผ๐Ÿ‡ซ", + "flag_eh": "๐Ÿ‡ช๐Ÿ‡ญ", + "flag_ye": "๐Ÿ‡พ๐Ÿ‡ช", + "flag_zm": "๐Ÿ‡ฟ๐Ÿ‡ฒ", + "flag_zw": "๐Ÿ‡ฟ๐Ÿ‡ผ", + "flag_ac": "๐Ÿ‡ฆ๐Ÿ‡จ", + "flag_bv": "๐Ÿ‡ง๐Ÿ‡ป", + "flag_cp": "๐Ÿ‡จ๐Ÿ‡ต", + "flag_ea": "๐Ÿ‡ช๐Ÿ‡ฆ", + "flag_dg": "๐Ÿ‡ฉ๐Ÿ‡ฌ", + "flag_hm": "๐Ÿ‡ญ๐Ÿ‡ฒ", + "flag_mf": "๐Ÿ‡ฒ๐Ÿ‡ซ", + "flag_sj": "๐Ÿ‡ธ๐Ÿ‡ฏ", + "flag_ta": "๐Ÿ‡น๐Ÿ‡ฆ", + "flag_um": "๐Ÿ‡บ๐Ÿ‡ฒ", + "united_nations": "๐Ÿ‡บ๐Ÿ‡ณ" } \ No newline at end of file