Full documentation: https://emojimart.2plot.dev — the dedicated dash-emoji-mart documentation site, with the complete API reference and deeper examples. This page is the quick-start overview.
dash-emoji-mart is a Dash component library that provides a modern, feature-rich emoji picker for your Dash applications. Based on the popular Emoji Mart library, it features native emoji support, multiple emoji sets (Apple, Google, Twitter, Facebook), custom emojis with GIF/SVG support, theme customization, internationalization in 20+ languages, and extensive configuration options for appearance and behavior.
Installation
⭐️ Star this component on GitHub! Stay up to date on new releases and browse the codebase.
pip install dash-emoji-mart
Quick Start
Display a basic emoji picker with default settings. Click an emoji to select it.
# File: docs/dash_emoji_mart/introduction.py
from dash import *
from dash_emoji_mart import DashEmojiMart
from urllib.parse import urlparse
custom = [
{
'id': 'custom',
'name': 'Custom',
'emojis': [
{
'id': 'party_parrot',
'name': 'Party Parrot',
'short_names': ['party_parrot'],
'keywords': ['dance', 'dancing'],
'skins': [{'src': 'https://missiveapp.com/open/emoji-mart/parrot.6a845cb2.gif'}],
'native': '',
'unified': 'custom',
},
{
'id': 'plotly',
'name': 'Plotly',
'short_names': ['plotly'],
'keywords': ['plotly', 'dash'],
'skins': [{'src': 'https://store-images.s-microsoft.com/image/apps.36868.bfb0e2ee-be9e-4c73-807f-e0a7b805b1be.712aff5d-5800-47e0-97be-58d17ada3fb8.a46845e6-ce94-44cf-892b-54637c6fcf06'}],
'native': '',
'unified': 'custom',
},
],
},
]
component = html.Div([
DashEmojiMart(
id='dash-emoji-intro-input',
custom=custom,
autoFocus=False,
categories=['frequent', 'people', 'nature', 'foods', 'activity', 'places', 'objects', 'symbols', 'flags', 'custom'],
categoryIcons={'activity': {'svg': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path d="M57.89 397.2c-6.262-8.616-16.02-13.19-25.92-13.19c-23.33 0-31.98 20.68-31.98 32.03c0 6.522 1.987 13.1 6.115 18.78l46.52 64C58.89 507.4 68.64 512 78.55 512c23.29 0 31.97-20.66 31.97-32.03c0-6.522-1.988-13.1-6.115-18.78L57.89 397.2zM496.1 352c-44.13 0-79.72 35.75-79.72 80s35.59 80 79.72 80s79.91-35.75 79.91-80S540.2 352 496.1 352zM640 99.38c0-13.61-4.133-27.34-12.72-39.2l-23.63-32.5c-13.44-18.5-33.77-27.68-54.12-27.68c-13.89 0-27.79 4.281-39.51 12.8L307.8 159.7C262.2 192.8 220.4 230.9 183.4 273.4c-24.22 27.88-59.18 63.99-103.5 99.63l56.34 77.52c53.79-35.39 99.15-55.3 127.1-67.27c51.88-22 101.3-49.87 146.9-82.1l202.3-146.7C630.5 140.4 640 120 640 99.38z"/></svg>', 'people': 'https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fstatic.vecteezy.com%2Fsystem%2Fresources%2Fpreviews%2F000%2F379%2F228%2Foriginal%2Fcool-emoji-vector-icon.jpg'}, 'custom': {'svg': '<svg xmlns="http://www.w3.org/2000/svg" width="0.92em" height="1em" viewBox="0 0 256 280"><path fill="#991b21" d="M70.882 129.428s-3.212-.666-4.155-.381c-.943.285-6.33-.66-8.693-2.37c-2.364-1.703-4.725-.47-6.897-1.8c-2.17-1.328-5.48-1.139-7.933-1.232c-2.456-.093-5.575.093-6.71 1.61c-1.133 1.516-5.571 6.164-7.177 8.057c-1.606 1.896-8.124 8.719-10.675 9.76c0 0 .66 1.046.283 1.802c-.379.762-.095 2.937-.095 3.698c0 .762.188 1.989-.469 2.75c-.665.76-1.041 1.99-1.041 2.463c0 .474-.758 2.18 0 4.457c.755 2.276 1.414 4.832-1.702 3.791c-3.118-1.04-2.456-3.884-5.005-3.983c-2.548-.093-5.855 0-6.801-3.503c-.949-3.51-2.74-9.48-3.119-10.429c-.376-.945-1.698-5.306.758-9.097c2.456-3.79 2.928-6.541 3.307-7.396c.376-.852 2.173-6.256 3.492-7.018c1.322-.759.848-3.128 1.606-4.169c.755-1.043.471-2.75.943-3.698c.471-.948.662-3.695 1.322-5.78c.662-2.084 2.835-5.311 4.157-7.015c1.322-1.704 2.08-4.262 2.08-5.117c0-.854-.471-2.651 1.698-4.169c2.17-1.517 6.044-6.445 6.423-7.204c0-.189 0-3.695-.19-4.928c-.189-1.233-.472-2.37.754-2.843c1.233-.477 2.93-1.52 2.93-1.52s-1.178-1.515-3.73-2.796C23.692 70.09 16.04 61.416 15.333 56.3c-.711-5.12-.995-13.224 5.95-16.067c6.945-2.847 14.594-4.41 15.731-4.55c1.134-.141 5.1-.996 6.661.14c0 0-1.7-.281-2.408 0c-.71.286 3.396.145 4.39 1.281c0 0-1.982-.567-3.116-.426c-1.131.141 1.985 1.422 2.552 2.418c.564.995 2.692 1.706 2.408 3.272c-.28 1.563-.424 3.98-.143 4.69c.287.712.994 1.992 1.137 3.98c.143 1.992.71 4.695 1.274 5.972c.568 1.281 1.985 5.261 1.418 8.104c0 0 .567 1.422 3.4-1.847c2.835-3.272 5.67-3.84 7.085-3.84c1.417 0 3.545-1.424 4.96-.854c1.42.57 2.98-.14 4.68.285c1.697.426 8.782 0 10.343-.57c1.555-.57 6.942-1.28 8.073-1.28c1.134 0-1.414-1.848.71-3.27c2.128-1.421-2.268-2.132.994-6.253c3.256-4.124.138-5.261-.426-6.113c-.565-.855-.708-3.557-.708-5.12c0-1.565-.424-5.545-.424-5.545l.567-.711s-.457-.756-.906-1.024c-.447-.268-.893-1.881-1.247-2.956c-.362-1.075-4.289-6.9-5.448-7.794c-1.162-.9-1.34-2.24-1.162-3.495c.18-1.258 1.07-2.33.892-3.675c-.18-1.343-.09-3.134-.18-3.76c-.086-.63.18-4.39.986-4.748c0 0 .623-.27.893.624c0 0-.45-3.134.533-3.134c0 0 1.162-.358 1.608 1.255c.444 1.614.893 2.508.983 2.956c.09.449.446 1.162.446 1.162s.98-.442 1.786-.087c.802.358 1.341.716 1.341 1.165c0 .448 0-.358.983-.358c.98 0 1.875-.271 2.144.716c.264.985.447 1.704.534 2.688c.092.985.27 1.792.626 2.508c.359.717.89 1.969.89 3.673c0 1.703.628 4.837.895 6.273c.267 1.433 3.304 6.987 3.304 6.987s4.643.897 6.785.449c2.144-.449 5.892.358 5.448 2.33c-.446 1.968-.713 7.793-.892 12.363c-.18 4.57-.896 13.438-1.609 16.575c-.716 3.134-5.09 11.288-6.874 12.631c-1.783 1.346-3.75 2.24-8.66 4.57a849.844 849.844 0 0 1-10.628 4.928s3.037 4.298 3.75 4.57c.713.267.626-.627 1.516-.272c.444.178 1.985.785 1.005.381c-.002.038 5.38 1.42 5.38 1.42c.515-.01.834-.104.77-.41c-.27-1.251.983-2.863 1.516-3.224c.537-.358-.803 1.612 0 2.506c.806.899 12.348-2.531 12.132-1.917c-.213.615.626.662 1.362.085c.73-.575 3.788-2.574 5.968-2.565c2.185.01 7.127.448 8.453-.037c1.325-.482 7.352-4.214 9.365-5.2c2.008-.993 8.948-.897 11.877-2.876c2.929-1.981 9.38-6.618 12.103-8.306c2.722-1.686 22.916-14.077 27.224-14.75c4.308-.674 14.634-4.761 16.403-6.027c1.77-1.263 7.335-4.338 8.45-5.302c1.118-.964 6.701 1.486 9.61 5.638c0 0 5.676-2.788 6.9-2.895c1.222-.107 3.485-1.689 5.221-3.022c1.738-1.336 6.973-4.873 9.262-5.992c0 0 1.157-.51 1.379-1.325c.221-.815 1.145-2.37 1.977-2.05c0 0 1.822-2.333 2.56-1.631c0 0 1.602-1.52 2.52-.694c0 0 .907.13 1.213.62c0 0 1.151-.933 1.685-.225c0 0 .831-.942 2.233.163c0 0 .932 1.153-.784 3.273c0 0-1.075.558-1.828 2.114c-.747 1.556-2.84 4.513-5.13 5.671c-2.298 1.159-4.95 3.194-4.85 7.354c.1 4.163-1.666 9.003-6.022 7.915c-4.355-1.088-8.175.38-11.988 2.463c0 0-.335 2.2-.702 2.723c-.371.522-2.076.353-4.42 1.827c-2.343 1.471-3.772 2.024-5.62 3.41c-1.85 1.387-2.247 2.323-3.803 3.047c-1.555.73-3.302 2.71-4.333 3.806c-1.036 1.093-4.847 3.785-9.351 5.984c-4.508 2.201-23.034 8.834-27.317 12.32c-4.288 3.487-12.17 9.733-24.134 15.607c-.497.243-.958.48-1.427.713c-.724.663-11.011 10.105-14.533 12.575c-3.65 2.559-5.11 2.925-6.206 8.78c-.719 3.859-3.654 10.088-5.681 15.049a243.782 243.782 0 0 0-.812 12.377c-.14 3.695-4.855 40.442-5.99 44.416c-1.137 3.98-1.418 6.965-.85 10.091c.566 3.12-.852 6.816-2.55 9.942c-1.705 3.126-4.539 10.514-4.115 14.775c.424 4.262.851 5.827-.424 6.393c-1.278.567-5.39.429-5.954 1.85c-.567 1.42-2.693 1.42-2.693 1.42s-.637 6.34.475 7.455c1.115 1.11 5.046 5.781.264 9.26c-4.788 3.484-9.835 6.573-11.011 9.005c-1.183 2.427-3.806 3.811-4.789 4.598c-.982.786-2.752 1.905-2.884 2.362c-.129.462-1.57 1.316-2.948.924c0 0-1.18.522-2.427-.86c0 0-2.027.198-2.423-1.113c0 0-1.705.127-1.902-1.184c0 0-.853-1.905 1.705-2.691c2.553-.793 6.62-6.509 6.751-7.428c.13-.919 2.033-6.638 3.474-9c1.44-2.367 3.342-8.543 3.606-14.192c0 0-.587-.392-.587-.98c0-.596.034-3.31.317-4.35c.287-1.046.851-4.073.475-8.527c-.38-4.447.567-11.742 0-16.762s.511-39.87 2.022-44.417c1.514-4.547 2.078-5.587 1.985-7.388c-.095-1.801 0-7.295.568-7.577c.564-.284.66-7.198.471-7.96c-.19-.755-4.254-3.596-4.819-5.586c0 0 .093 2.083 0 2.841c-.095.758-.188-.189-1.701-1.801c-1.517-1.612-4.35-5.02-4.539-7.484c-.338-.183-4.525-2.656-4.525-2.656c-.52.023-.78-.223-.905-.437"/><path d="M90.196 87.431c-.428 7.693-18.42 42.734-18.42 42.734c-.628 3.1-.498 5.995-.18 7.716c.762 4.126-3.05 10.316-3.05 10.316l4.151 2.185c5.607-3.25 3.203-12.999 3.203-12.999a12.21 12.21 0 0 1-.27-5l.045.046S96.078 91.987 95.09 88.802c-.002.006-2.434-.345-4.894-1.37"/></svg>'},
'custom': {'svg': '<svg xmlns="http://www.w3.org/2000/svg" width="0.9em" height="1em" viewBox="0 0 256 286"><path fill="#555" d="M246.716 95.492c-6.899-8.36-16.64-13.533-27.428-14.566c-10.79-1.035-21.335 2.197-29.695 9.095a40.467 40.467 0 0 0-10.383 12.96l-9.798-3.877c2.65-3.818 6.124-7.813 10.101-11.516c8.243-7.677 17.296-12.846 24.84-14.183c.501-.09.945-.38 1.226-.806c.503-.761 1.295-1.631 1.994-2.399c1.527-1.677 2.97-3.26 1.587-4.822a1.859 1.859 0 0 0-1.504-.624c-13.097.798-31.694 6.942-44.612 21.793c-2.365 2.72-4.382 5.231-6.087 7.629L118.79 79.072c-2.16-2.774-5.193-4.886-6.985-5.045c-.289-.028-.669.068-1.109.247c.938-2.355 1.86-5.157 2.468-8.525c1.135-6.28 1.284-11.546 3.085-11.96c3.328-.765 2.967.936 3.633-1.498c.994-3.628-3.753-7.925-2.368-11.047c1.022-2.304 2.025-3.969 2.93-5.214c3.368.642 6.327 1.178 9.217 3.068c3.039-2.815 5.578-7.006 5.011-10.16c-.583-3.25-6.866-3.094-5.57-8.94c.851-3.842 6.28-5.01 9.72-4.939c1.908.037 1.286-8.225-.992-9.536c-2.875-1.653-28.095-10.405-36.599-1.786c-4.755 4.82-7.037 17.652-1.607 22.301c.618.529 1.22 1.017 1.815 1.488c-.775.458-1.622.845-2.962.98c-2.953.297-4.594-.994-5.87.051c-1.293 1.06.928 2.372-.07 4.098c-1.826 3.156-3.506-1.163-9.501 4.77c-2.786 2.758-3.483 8.038-6.236 14.653c-4.423 10.629-8.302 8.584-13.394 24.955c-1.248 4.01 4.076 2.04 13.951 6.876c-4.814 9.116-7.933 17.75-6.46 23.152c1.813 6.649 14.69 17.015 21.371 22.921c.45.397.929.904 1.434 1.492C75.313 149.37 43.275 162.524.53 194.46c-2.014 3.252 2.225 8.644 4.114 9.021c25.15-21.219 55.4-28.04 86.691-25.796a491.496 491.496 0 0 1-10.724 6.506l1.576-4.027l-10.742 3.323l-49.651 15.615l-5.925 6.837l2.85 7.992l8.914 1.545l48.297-19.314l.459-1.173c15.614-4.419 18.506-.287 20.24 4.458l-7.657 8.169c-13.27-5.18-28.891-3.23-40.637 6.463c-17.257 14.24-19.712 39.866-5.472 57.122c8.013 9.71 19.63 14.733 31.333 14.733c9.095 0 18.243-3.035 25.79-9.263c8.36-6.897 13.533-16.638 14.567-27.428c.906-9.462-1.468-18.736-6.72-26.514l12.816-15.536c.582.175 1.123.232 1.616.153c1.824-.293 4.535-2.335 7.634-5.389c.597 1.13 1.804 1.849 3.12 1.724c1.76-.166 3.048-1.773 2.877-3.59a3.356 3.356 0 0 0-.643-1.672c5.807.902 10.524 1.093 10.913-.226c1.602-5.412-1.407-7.748-5.046-9.335a184.89 184.89 0 0 0 5.781-8.05c6.433-6.027 11.193-11.626 11.953-15.054c1.583-7.136-4.381-18.35-10.09-24.8c.415-4.287.917-9.205 1.397-14.104c.794 3.731 2.416 8.394 4.131 13.297c.999 2.855 2.031 5.807 2.884 8.554a1.858 1.858 0 0 0 3.247.583c.324-.422.723-.766 1.144-1.13c1.19-1.027 2.988-2.58 1.78-5.864c-5.2-14.149-1.259-26.205.635-31.999c.235-.718.437-1.337.6-1.885c.083-.278.182-.565.282-.852l11.166 3.981a41.157 41.157 0 0 0-1.004 5.91c-1.033 10.79 2.198 21.335 9.096 29.695s16.638 13.533 27.427 14.566a41.43 41.43 0 0 0 3.942.19c9.393 0 18.416-3.23 25.753-9.285c8.36-6.898 13.533-16.639 14.567-27.428c1.033-10.79-2.197-21.335-9.095-29.695zm-125.195 5.802c-4.583 1.607-8.715 3.808-11.544 6.606c-3.898-3.782-6.946-6.559-7.773-8.054a1.6 1.6 0 0 0 .85-.294c1.31-.957.145-3.288 1.818-4.575c2.736-2.107 7.584 2.796 10.737.856c1.432-.88 2.24-3.006 2.234-5.039l8.025 2.861zm-33.442 85.66a452.93 452.93 0 0 0 9.59-5.939a236.443 236.443 0 0 0 6.904 9.959l-3.36 3.585c-2.144-4.097-5.701-7.416-13.134-7.606zm18.096 21.31c.351-.053.713-.122 1.093-.216c2.18-.544 5.174-1.935 8.627-3.904c.166.146.33.29.494.427l-11.66 14.138a40.582 40.582 0 0 0-4.253-4.21zm-9.316 18.383c.222.27.433.546.644.82L85.682 241.8a12.017 12.017 0 0 0-2.215-4.103a12.045 12.045 0 0 0-2.273-2.11l11.752-12.853a29.421 29.421 0 0 1 3.913 3.913m6.595 21.534c-.75 7.825-4.5 14.889-10.563 19.891c-12.516 10.328-31.099 8.547-41.425-3.967c-10.327-12.515-8.546-31.098 3.968-41.426a29.284 29.284 0 0 1 18.703-6.716c2.139 0 4.274.233 6.365.692l-17.82 19.011l1.808 2.519c-3.239 4.351-3.24 10.498.368 14.87c4.24 5.138 11.844 5.866 16.983 1.626a12 12 0 0 0 3.41-4.569l15.053-18.25c2.587 4.98 3.698 10.6 3.15 16.32zm141.259-124.058c-.75 7.824-4.5 14.888-10.563 19.891c-6.063 5.003-13.707 7.344-21.535 6.596c-7.824-.75-14.888-4.501-19.89-10.564c-5.003-6.062-7.345-13.71-6.596-21.534c.104-1.083.271-2.15.488-3.2l16.742 5.97a12.015 12.015 0 0 0 2.758 7.714c4.24 5.139 11.844 5.867 16.983 1.627c5.138-4.24 5.867-11.844 1.626-16.983c-4.24-5.139-11.844-5.867-16.983-1.627c-.6.496-1.135 1.041-1.614 1.62l-16.485-6.523a29.393 29.393 0 0 1 7.05-8.488c5.32-4.392 11.863-6.733 18.675-6.733c.948 0 1.902.047 2.859.137c7.824.75 14.887 4.501 19.89 10.563c5.002 6.063 7.345 13.71 6.595 21.535z"/></svg>'}},
dynamicWidth=False,
emojiButtonColors=[],
emojiButtonRadius="100%",
emojiButtonSize=36,
emojiSize=24,
emojiVersion=14,
exceptEmojis=[],
icons="auto",
locale="en",
maxFrequentRows=4,
navPosition="top",
noCountryFlags=False,
noResultsEmoji="cry",
perLine=9,
previewEmoji="point_up",
previewPosition="bottom",
searchPosition="sticky",
set="native",
skin=1,
skinTonePosition="preview",
theme="light",
),
html.Div(id='dash-emoji-intro-output', style={'marginTop': '20px'}),
], style={'width': '100%', 'overflow':'auto', 'display': 'flex', 'flexDirection': 'column', 'alignItems': 'center'})
@callback(
Output('dash-emoji-intro-output', 'children'),
Input('dash-emoji-intro-input', 'value')
)
def update_output(value):
# Check if value is a URL
try:
result = urlparse(value)
if all([result.scheme, result.netloc]):
# If value is a URL, return it as an image
return html.Img(src=value, style={'width': '40px'})
except ValueError:
pass
# If value is not a URL, return it as is
return html.H1(value)
Custom Emojis
Add custom emojis to the picker by providing an array of emoji configurations. Custom emojis support multiple skin tones and can use GIFs or SVGs as sources.
from dash import Dash, html, callback, Input, Output
import dash_mantine_components as dmc
from dash_emoji_mart import DashEmojiMart
custom_emojis = [
{
'id': 'custom',
'name': 'Custom',
'emojis': [
{
'id': 'party_parrot',
'name': 'Party Parrot',
'short_names': ['party_parrot'],
'keywords': ['dance', 'dancing'],
'skins': [{'src': '/assets/party_parrot.gif'}],
'native': '',
'unified': 'custom',
},
{
'id': 'plotly',
'name': 'Plotly',
'short_names': ['plotly'],
'keywords': ['plotly', 'dash'],
'skins': [{'src': 'https://example.com/plotly-logo.png'}],
'native': '',
'unified': 'custom',
},
],
},
]
app = Dash(__name__)
app.layout = dmc.Container([
DashEmojiMart(
id='emoji-picker',
custom=custom_emojis,
),
html.Div(id='selected-emoji')
])
@callback(
Output('selected-emoji', 'children'),
Input('emoji-picker', 'value')
)
def display_emoji(emoji_data):
if emoji_data:
return f"Selected: {emoji_data.get('native', emoji_data.get('src', ''))}"
return "No emoji selected"
Custom Emoji Structure:
id: Unique identifier for the emojiname: Display nameshort_names: Array of shortcode nameskeywords: Array of search keywordsskins: Array of skin tone variations withsrcURLnative: Native emoji character (empty string for custom)unified: Unicode representation (use 'custom' for custom emojis)
Custom Category Icons
Customize category icons by providing an object with category names as keys and icon definitions as values. Icons can be SVG strings or image URLs.
from dash_emoji_mart import DashEmojiMart
DashEmojiMart(
id='emoji-picker',
categoryIcons={
'activity': {
'svg': '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512">...</svg>'
},
'people': {
'src': 'https://example.com/people-icon.png'
},
'custom': {
'svg': '<svg xmlns="http://www.w3.org/2000/svg">...</svg>'
}
}
)
Supported Icon Formats:
- SVG String: Provide raw SVG markup via the
svgkey - Image URL: Provide image URL via the
srckey
Icons are displayed in the category navigation bar and adapt to the current theme.
Interactive Props Explorer
Explore all available properties with live controls. Adjust settings to see how they affect the emoji picker's appearance and behavior.
# File: docs/dash_emoji_mart/props.py
from dash import *
import dash_mantine_components as dmc
from dash_emoji_mart import DashEmojiMart
# people, nature, foods, activity, places, objects, symbols, flags
data_grouped = [
{
"group": "people",
"items": [
{"value": "grinning", "label": "😀 Grinning"},
{"value": "smiley", "label": "😃 Smiley"},
{"value": "smile", "label": "😄 Smile"},
{"value": "grin", "label": "😁 Grin"},
{"value": "laughing", "label": "😆 Laughing"},
{"value": "sweat_smile", "label": "😅 Sweat Smile"},
{"value": "rolling_on_the_floor_laughing", "label": "🤣 Rolling on the Floor Laughing"},
{"value": "joy", "label": "😂 Joy"},
{"value": "slightly_smiling_face", "label": "🙂 Slightly Smiling Face"},
{"value": "upside_down_face", "label": "🙃 Upside Down Face"},
{"value": "melting_face", "label": "🫠 Melting Face"},
{"value": "wink", "label": "😉 Wink"},
{"value": "blush", "label": "😊 Blush"},
{"value": "innocent", "label": "😇 Innocent"},
{"value": "smiling_face_with_3_hearts", "label": "🥰 Smiling Face with 3 Hearts"},
{"value": "heart_eyes", "label": "😍 Heart Eyes"},
{"value": "star-struck", "label": "🤩 Star-Struck"},
{"value": "kissing_heart", "label": "😘 Kissing Heart"},
{"value": "kissing", "label": "😗 Kissing"},
{"value": "relaxed", "label": "☺️ Relaxed"},
{"value": "kissing_closed_eyes", "label": "😚 Kissing Closed Eyes"},
{"value": "kissing_smiling_eyes", "label": "😙 Kissing Smiling Eyes"},
{"value": "smiling_face_with_tear", "label": "🥲 Smiling Face with Tear"},
{"value": "yum", "label": "😋 Yum"},
{"value": "stuck_out_tongue", "label": "😛 Stuck Out Tongue"},
{"value": "stuck_out_tongue_winking_eye", "label": "😜 Stuck Out Tongue Winking Eye"},
{"value": "zany_face", "label": "🤪 Zany Face"},
{"value": "stuck_out_tongue_closed_eyes", "label": "😝 Stuck Out Tongue Closed Eyes"},
{"value": "money_mouth_face", "label": "🤑 Money Mouth Face"},
{"value": "hugging_face", "label": "🤗 Hugging Face"},
{"value": "face_with_hand_over_mouth", "label": "🤭 Face with Hand Over Mouth"},
{"value": "face_with_open_eyes_and_hand_over_mouth",
"label": "🫢 Face with Open Eyes and Hand Over Mouth"},
{"value": "face_with_peeking_eye", "label": "🫣 Face with Peeking Eye"},
{"value": "shushing_face", "label": "🤫 Shushing Face"},
{"value": "thinking_face", "label": "🤔 Thinking Face"},
{"value": "saluting_face", "label": "🫡 Saluting Face"},
{"value": "zipper_mouth_face", "label": "🤐 Zipper Mouth Face"},
{"value": "face_with_raised_eyebrow", "label": "🤨 Face with Raised Eyebrow"},
{"value": "neutral_face", "label": "😐 Neutral Face"},
{"value": "expressionless", "label": "😑 Expressionless"},
{"value": "no_mouth", "label": "😶 No Mouth"},
{"value": "dotted_line_face", "label": "🫥 Dotted Line Face"},
{"value": "face_in_clouds", "label": "😶🌫️ Face in Clouds"},
{"value": "smirk", "label": "😏 Smirk"},
{"value": "unamused", "label": "😒 Unamused"},
{"value": "face_with_rolling_eyes", "label": "🙄 Face with Rolling Eyes"},
{"value": "grimacing", "label": "😬 Grimacing"},
{"value": "face_exhaling", "label": "😮💨 Face Exhaling"},
{"value": "lying_face", "label": "🤥 Lying Face"},
{"value": "relieved", "label": "😌 Relieved"},
{"value": "pensive", "label": "😔 Pensive"},
{"value": "sleepy", "label": "😪 Sleepy"},
{"value": "drooling_face", "label": "🤤 Drooling Face"},
{"value": "sleeping", "label": "😴 Sleeping"},
{"value": "mask", "label": "😷 Mask"},
{"value": "face_with_thermometer", "label": "🤒 Face with Thermometer"},
{"value": "face_with_head_bandage", "label": "🤕 Face with Head Bandage"},
{"value": "nauseated_face", "label": "🤢 Nauseated Face"},
{"value": "face_vomiting", "label": "🤮 Face Vomiting"},
{"value": "sneezing_face", "label": "🤧 Sneezing Face"},
{"value": "hot_face", "label": "🥵 Hot Face"},
{"value": "cold_face", "label": "🥶 Cold Face"},
{"value": "woozy_face", "label": "🥴 Woozy Face"},
{"value": "dizzy_face", "label": "😵 Dizzy Face"},
{"value": "face_with_spiral_eyes", "label": "😵💫 Face with Spiral Eyes"},
{"value": "exploding_head", "label": "🤯 Exploding Head"},
{"value": "face_with_cowboy_hat", "label": "🤠 Face with Cowboy Hat"},
{"value": "partying_face", "label": "🥳 Partying Face"},
{"value": "disguised_face", "label": "🥸 Disguised Face"},
{"value": "sunglasses", "label": "😎 Sunglasses"},
{"value": "nerd_face", "label": "🤓 Nerd Face"},
{"value": "face_with_monocle", "label": "🧐 Face with Monocle"},
{"value": "confused", "label": "😕 Confused"},
{"value": "face_with_diagonal_mouth", "label": "🫤 Face with Diagonal Mouth"},
{"value": "worried", "label": "😟 Worried"},
{"value": "slightly_frowning_face", "label": "🙁 Slightly Frowning Face"},
{"value": "white_frowning_face", "label": "☹️ White Frowning Face"},
{"value": "open_mouth", "label": "😮 Open Mouth"},
{"value": "hushed", "label": "😯 Hushed"},
{"value": "astonished", "label": "😲 Astonished"},
{"value": "flushed", "label": "😳 Flushed"},
{"value": "pleading_face", "label": "🥺 Pleading Face"},
{"value": "face_holding_back_tears", "label": "🥹 Face Holding Back Tears"},
{"value": "frowning", "label": "😦 Frowning"},
{"value": "anguished", "label": "😧 Anguished"},
{"value": "fearful", "label": "😨 Fearful"},
{"value": "cold_sweat", "label": "😰 Cold Sweat"},
{"value": "disappointed_relieved", "label": "😥 Disappointed Relieved"},
{"value": "cry", "label": "😢 Cry"},
{"value": "sob", "label": "😭 Sob"},
{"value": "scream", "label": "😱 Scream"},
{"value": "confounded", "label": "😖 Confounded"},
{"value": "persevere", "label": "😣 Persevere"},
{"value": "disappointed", "label": "😞 Disappointed"},
{"value": "sweat", "label": "😓 Sweat"},
{"value": "weary", "label": "😩 Weary"},
{"value": "tired_face", "label": "😫 Tired Face"},
{"value": "yawning_face", "label": "🥱 Yawning Face"},
{"value": "triumph", "label": "😤 Triumph"},
{"value": "rage", "label": "😡 Rage"},
{"value": "angry", "label": "😠 Angry"},
{"value": "face_with_symbols_on_mouth", "label": "🤬 Face with Symbols on Mouth"},
{"value": "smiling_imp", "label": "😈 Smiling Imp"},
{"value": "imp", "label": "👿 Imp"},
{"value": "skull", "label": "💀 Skull"},
{"value": "skull_and_crossbones", "label": "☠️ Skull and Crossbones"},
{"value": "hankey", "label": "💩 Hankey"},
{"value": "clown_face", "label": "🤡 Clown Face"},
{"value": "japanese_ogre", "label": "👹 Japanese Ogre"},
{"value": "japanese_goblin", "label": "👺 Japanese Goblin"},
{"value": "ghost", "label": "👻 Ghost"},
{"value": "alien", "label": "👽 Alien"},
{"value": "space_invader", "label": "👾 Space Invader"},
{"value": "robot_face", "label": "🤖 Robot Face"},
{"value": "wave", "label": "👋 Wave"},
{"value": "raised_back_of_hand", "label": "🤚 Raised Back of Hand"},
{"value": "raised_hand_with_fingers_splayed", "label": "🖐 Raised Hand with Fingers Splayed"},
{"value": "hand", "label": "✋ Hand"},
{"value": "spock-hand", "label": "🖖 Spock Hand"},
{"value": "rightwards_hand", "label": "🫱 Rightwards Hand"},
{"value": "leftwards_hand", "label": "🫲 Leftwards Hand"},
{"value": "palm_down_hand", "label": "🫳 Palm Down Hand"},
{"value": "palm_up_hand", "label": "🫴 Palm Up Hand"},
{"value": "ok_hand", "label": "👌 Ok Hand"},
{"value": "pinched_fingers", "label": "🤌 Pinched Fingers"},
{"value": "pinching_hand", "label": "🤏 Pinching Hand"},
{"value": "v", "label": "✌️ V"},
{"value": "crossed_fingers", "label": "🤞 Crossed Fingers"},
{"value": "hand_with_index_finger_and_thumb_crossed",
"label": "🫰 Hand with Index Finger and Thumb Crossed"},
{"value": "i_love_you_hand_sign", "label": "🤟 I Love You Hand Sign"},
{"value": "the_horns", "label": "🤘 The Horns"},
{"value": "call_me_hand", "label": "🤙 Call Me Hand"},
{"value": "point_left", "label": "👈 Point Left"},
{"value": "point_right", "label": "👉 Point Right"},
{"value": "point_up_2", "label": "👆 Point Up 2"},
{"value": "middle_finger", "label": "🖕 Middle Finger"},
{"value": "point_down", "label": "👇 Point Down"},
{"value": "point_up", "label": "☝️ Point Up"},
{"value": "index_pointing_at_the_viewer", "label": "🫵 Index Pointing at the Viewer"},
{"value": "+1", "label": "👍 +1"},
{"value": "-1", "label": "👎 -1"},
{"value": "fist", "label": "✊ Fist"},
{"value": "facepunch", "label": "👊 Facepunch"},
{"value": "left-facing_fist", "label": "🤛 Left-Facing Fist"},
{"value": "right-facing_fist", "label": "🤜 Right-Facing Fist"},
{"value": "clap", "label": "👏 Clap"},
{"value": "raised_hands", "label": "🙌 Raised Hands"},
{"value": "heart_hands", "label": "🫶 Heart Hands"},
{"value": "open_hands", "label": "👐 Open Hands"},
{"value": "palms_up_together", "label": "🤲 Palms Up Together"},
{"value": "handshake", "label": "🤝 Handshake"},
{"value": "pray", "label": "🙏 Pray"},
{"value": "writing_hand", "label": "✍️ Writing Hand"},
{"value": "nail_care", "label": "💅 Nail Care"},
{"value": "selfie", "label": "🤳 Selfie"},
{"value": "muscle", "label": "💪 Muscle"},
{"value": "mechanical_arm", "label": "🦾 Mechanical Arm"},
{"value": "mechanical_leg", "label": "🦿 Mechanical Leg"},
{"value": "leg", "label": "🦵 Leg"},
{"value": "foot", "label": "🦶 Foot"},
{"value": "ear", "label": "👂 Ear"},
{"value": "ear_with_hearing_aid", "label": "🦻 Ear with Hearing Aid"},
{"value": "nose", "label": "👃 Nose"},
{"value": "brain", "label": "🧠 Brain"},
{"value": "anatomical_heart", "label": "🫀 Anatomical Heart"},
{"value": "lungs", "label": "🫁 Lungs"},
{"value": "tooth", "label": "🦷 Tooth"},
{"value": "bone", "label": "🦴 Bone"},
{"value": "eyes", "label": "👀 Eyes"},
{"value": "eye", "label": "👁 Eye"},
{"value": "tongue", "label": "👅 Tongue"},
{"value": "lips", "label": "👄 Lips"},
{"value": "biting_lip", "label": "🫦 Biting Lip"},
{"value": "baby", "label": "👶 Baby"},
{"value": "child", "label": "🧒 Child"},
{"value": "boy", "label": "👦 Boy"},
{"value": "girl", "label": "👧 Girl"},
{"value": "adult", "label": "🧑 Adult"},
{"value": "person_with_blond_hair", "label": "👱 Person with Blond Hair"},
{"value": "man", "label": "👨 Man"},
{"value": "bearded_person", "label": "🧔 Bearded Person"},
{"value": "man_with_beard", "label": "🧔♂️ Man with Beard"},
{"value": "woman_with_beard", "label": "🧔♀️ Woman with Beard"},
{"value": "red_haired_man", "label": "👨🦰 Red-Haired Man"},
{"value": "curly_haired_man", "label": "👨🦱 Curly-Haired Man"},
{"value": "white_haired_man", "label": "👨🦳 White-Haired Man"},
{"value": "bald_man", "label": "👨🦲 Bald Man"},
{"value": "woman", "label": "👩 Woman"},
{"value": "red_haired_woman", "label": "👩🦰 Red-Haired Woman"},
{"value": "red_haired_person", "label": "🧑🦰 Red-Haired Person"},
{"value": "curly_haired_woman", "label": "👩🦱 Curly-Haired Woman"},
{"value": "curly_haired_person", "label": "🧑🦱 Curly-Haired Person"},
{"value": "white_haired_woman", "label": "👩🦳 White-Haired Woman"},
{"value": "white_haired_person", "label": "🧑🦳 White-Haired Person"},
{"value": "bald_woman", "label": "👩🦲 Bald Woman"},
{"value": "bald_person", "label": "🧑🦲 Bald Person"},
{"value": "blond-haired-woman", "label": "👱♀️ Blond-Haired Woman"},
{"value": "blond-haired-man", "label": "👱♂️ Blond-Haired Man"},
{"value": "older_adult", "label": "🧓 Older Adult"},
{"value": "older_man", "label": "👴 Older Man"},
{"value": "older_woman", "label": "👵 Older Woman"},
{"value": "person_frowning", "label": "🙍 Person Frowning"},
{"value": "man-frowning", "label": "🙍♂️ Man Frowning"},
{"value": "woman-frowning", "label": "🙍♀️ Woman Frowning"},
{"value": "person_with_pouting_face", "label": "🙎 Person with Pouting Face"},
{"value": "man-pouting", "label": "🙎♂️ Man Pouting"},
{"value": "woman-pouting", "label": "🙎♀️ Woman Pouting"},
{"value": "no_good", "label": "🙅 No Good"},
{"value": "man-gesturing-no", "label": "🙅♂️ Man Gesturing No"},
{"value": "woman-gesturing-no", "label": "🙅♀️ Woman Gesturing No"},
{"value": "ok_woman", "label": "🙆 Ok Woman"},
{"value": "man-gesturing-ok", "label": "🙆♂️ Man Gesturing Ok"},
{"value": "woman-gesturing-ok", "label": "🙆♀️ Woman Gesturing Ok"},
{"value": "information_desk_person", "label": "💁 Information Desk Person"},
{"value": "man-tipping-hand", "label": "💁♂️ Man Tipping Hand"},
{"value": "woman-tipping-hand", "label": "💁♀️ Woman Tipping Hand"},
{"value": "raising_hand", "label": "🙋 Raising Hand"},
{"value": "man-raising-hand", "label": "🙋♂️ Man Raising Hand"},
{"value": "woman-raising-hand", "label": "🙋♀️ Woman Raising Hand"},
{"value": "deaf_person", "label": "🧏 Deaf Person"},
{"value": "deaf_man", "label": "🧏♂️ Deaf Man"},
{"value": "deaf_woman", "label": "🧏♀️ Deaf Woman"},
{"value": "bow", "label": "🙇 Bow"},
{"value": "man-bowing", "label": "🙇♂️ Man Bowing"},
{"value": "woman-bowing", "label": "🙇♀️ Woman Bowing"},
{"value": "face_palm", "label": "🤦 Face Palm"},
{"value": "man-facepalming", "label": "🤦♂️ Man Facepalming"},
{"value": "woman-facepalming", "label": "🤦♀️ Woman Facepalming"},
{"value": "shrug", "label": "🤷 Shrug"},
{"value": "man-shrugging", "label": "🤷♂️ Man Shrugging"},
{"value": "woman-shrugging", "label": "🤷♀️ Woman Shrugging"},
{"value": "health_worker", "label": "🧑⚕️ Health Worker"},
{"value": "male-doctor", "label": "👨⚕️ Male Doctor"},
{"value": "female-doctor", "label": "👩⚕️ Female Doctor"},
{"value": "student", "label": "🧑🎓 Student"},
{"value": "male-student", "label": "👨🎓 Male Student"},
{"value": "female-student", "label": "👩🎓 Female Student"},
{"value": "teacher", "label": "🧑🏫 Teacher"},
{"value": "male-teacher", "label": "👨🏫 Male Teacher"},
{"value": "female-teacher", "label": "👩🏫 Female Teacher"},
{"value": "judge", "label": "🧑⚖️ Judge"},
{"value": "male-judge", "label": "👨⚖️ Male Judge"},
{"value": "female-judge", "label": "👩⚖️ Female Judge"},
{"value": "farmer", "label": "🧑🌾 Farmer"},
{"value": "male-farmer", "label": "👨🌾 Male Farmer"},
{"value": "female-farmer", "label": "👩🌾 Female Farmer"},
{"value": "cook", "label": "🧑🍳 Cook"},
{"value": "male-cook", "label": "👨🍳 Male Cook"},
{"value": "female-cook", "label": "👩🍳 Female Cook"},
{"value": "mechanic", "label": "🧑🔧 Mechanic"},
{"value": "male-mechanic", "label": "👨🔧 Male Mechanic"},
{"value": "female-mechanic", "label": "👩🔧 Female Mechanic"},
{"value": "factory_worker", "label": "🧑🏭 Factory Worker"},
{"value": "male-factory-worker", "label": "👨🏭 Male Factory Worker"},
{"value": "female-factory-worker", "label": "👩🏭 Female Factory Worker"},
{"value": "office_worker", "label": "🧑💼 Office Worker"},
{"value": "male-office-worker", "label": "👨💼 Male Office Worker"},
{"value": "female-office-worker", "label": "👩💼 Female Office Worker"},
{"value": "scientist", "label": "🧑🔬 Scientist"},
{"value": "male-scientist", "label": "👨🔬 Male Scientist"},
{"value": "female-scientist", "label": "👩🔬 Female Scientist"},
{"value": "technologist", "label": "🧑💻 Technologist"},
{"value": "male-technologist", "label": "👨💻 Male Technologist"},
{"value": "female-technologist", "label": "👩💻 Female Technologist"},
{"value": "singer", "label": "🧑🎤 Singer"},
{"value": "male-singer", "label": "👨🎤 Male Singer"},
{"value": "female-singer", "label": "👩🎤 Female Singer"},
{"value": "artist", "label": "🧑🎨 Artist"},
{"value": "male-artist", "label": "👨🎨 Male Artist"},
{"value": "female-artist", "label": "👩🎨 Female Artist"},
{"value": "pilot", "label": "🧑✈️ Pilot"},
{"value": "male-pilot", "label": "👨✈️ Male Pilot"},
{"value": "female-pilot", "label": "👩✈️ Female Pilot"},
{"value": "astronaut", "label": "🧑🚀 Astronaut"},
{"value": "male-astronaut", "label": "👨🚀 Male Astronaut"},
{"value": "female-astronaut", "label": "👩🚀 Female Astronaut"},
{"value": "firefighter", "label": "🧑🚒 Firefighter"},
{"value": "male-firefighter", "label": "👨🚒 Male Firefighter"},
{"value": "female-firefighter", "label": "👩🚒 Female Firefighter"},
{"value": "cop", "label": "👮 Cop"},
{"value": "male-police-officer", "label": "👮♂️ Male Police Officer"},
{"value": "female-police-officer", "label": "👮♀️ Female Police Officer"},
{"value": "sleuth_or_spy", "label": "🕵️ Sleuth or Spy"},
{"value": "male-detective", "label": "🕵️♂️ Male Detective"},
{"value": "female-detective", "label": "🕵️♀️ Female Detective"},
{"value": "guardsman", "label": "💂 Guardsman"},
{"value": "male-guard", "label": "💂♂️ Male Guard"},
{"value": "female-guard", "label": "💂♀️ Female Guard"},
{"value": "ninja", "label": "🥷 Ninja"},
{"value": "construction_worker", "label": "👷 Construction Worker"},
{"value": "male-construction-worker", "label": "👷♂️ Male Construction Worker"},
{"value": "female-construction-worker", "label": "👷♀️ Female Construction Worker"},
{"value": "person_with_crown", "label": "🫅 Person with Crown"},
{"value": "prince", "label": "🤴 Prince"},
{"value": "princess", "label": "👸 Princess"},
{"value": "man_with_turban", "label": "👳 Man with Turban"},
{"value": "man-wearing-turban", "label": "👳♂️ Man Wearing Turban"},
{"value": "woman-wearing-turban", "label": "👳♀️ Woman Wearing Turban"},
{"value": "man_with_gua_pi_mao", "label": "👲 Man with Gua Pi Mao"},
{"value": "person_with_headscarf", "label": "🧕 Person with Headscarf"},
{"value": "person_in_tuxedo", "label": "🤵 Person in Tuxedo"},
{"value": "man_in_tuxedo", "label": "🤵♂️ Man in Tuxedo"},
{"value": "woman_in_tuxedo", "label": "🤵♀️ Woman in Tuxedo"},
{"value": "bride_with_veil", "label": "👰 Bride with Veil"},
{"value": "man_with_veil", "label": "👰♂️ Man with Veil"},
{"value": "woman_with_veil", "label": "👰♀️ Woman with Veil"},
{"value": "pregnant_woman", "label": "🤰 Pregnant Woman"},
{"value": "pregnant_man", "label": "🤰♂️ Pregnant Man"},
{"value": "pregnant_person", "label": "🤰♀️ Pregnant Person"},
{"value": "breast-feeding", "label": "🤱 Breast-Feeding"},
{"value": "woman_feeding_baby", "label": "👩🍼 Woman Feeding Baby"},
{"value": "man_feeding_baby", "label": "👨🍼 Man Feeding Baby"},
{"value": "person_feeding_baby", "label": "🧑🍼 Person Feeding Baby"},
{"value": "angel", "label": "👼 Angel"},
{"value": "santa", "label": "🎅 Santa"},
{"value": "mrs_claus", "label": "🤶 Mrs. Claus"},
{"value": "mx_claus", "label": "🧑🎄 Mx Claus"},
{"value": "superhero", "label": "🦸 Superhero"},
{"value": "male_superhero", "label": "🦸♂️ Male Superhero"},
{"value": "female_superhero", "label": "🦸♀️ Female Superhero"},
{"value": "supervillain", "label": "🦹 Supervillain"},
{"value": "male_supervillain", "label": "🦹♂️ Male Supervillain"},
{"value": "female_supervillain", "label": "🦹♀️ Female Supervillain"},
{"value": "mage", "label": "🧙 Mage"},
{"value": "male_mage", "label": "🧙♂️ Male Mage"},
{"value": "female_mage", "label": "🧙♀️ Female Mage"},
{"value": "fairy", "label": "🧚 Fairy"},
{"value": "male_fairy", "label": "🧚♂️ Male Fairy"},
{"value": "female_fairy", "label": "🧚♀️ Female Fairy"},
{"value": "vampire", "label": "🧛 Vampire"},
{"value": "male_vampire", "label": "🧛♂️ Male Vampire"},
{"value": "female_vampire", "label": "🧛♀️ Female Vampire"},
{"value": "merperson", "label": "🧜 Merperson"},
{"value": "merman", "label": "🧜♂️ Merman"},
{"value": "mermaid", "label": "🧜♀️ Mermaid"},
{"value": "elf", "label": "🧝 Elf"},
{"value": "male_elf", "label": "🧝♂️ Male Elf"},
{"value": "female_elf", "label": "🧝♀️ Female Elf"},
{"value": "genie", "label": "🧞 Genie"},
{"value": "male_genie", "label": "🧞♂️ Male Genie"},
{"value": "female_genie", "label": "🧞♀️ Female Genie"},
{"value": "zombie", "label": "🧟 Zombie"},
{"value": "male_zombie", "label": "🧟♂️ Male Zombie"},
{"value": "female_zombie", "label": "🧟♀️ Female Zombie"},
{"value": "troll", "label": "🧌 Troll"},
{"value": "massage", "label": "💆 Massage"},
{"value": "man-getting-massage", "label": "💆♂️ Man Getting Massage"},
{"value": "woman-getting-massage", "label": "💆♀️ Woman Getting Massage"},
{"value": "haircut", "label": "💇 Haircut"},
{"value": "man-getting-haircut", "label": "💇♂️ Man Getting Haircut"},
{"value": "woman-getting-haircut", "label": "💇♀️ Woman Getting Haircut"},
{"value": "walking", "label": "🚶 Walking"},
{"value": "man-walking", "label": "🚶♂️ Man Walking"},
{"value": "woman-walking", "label": "🚶♀️ Woman Walking"},
{"value": "standing_person", "label": "🧍 Standing Person"},
{"value": "man_standing", "label": "🧍♂️ Man Standing"},
{"value": "woman_standing", "label": "🧍♀️ Woman Standing"},
{"value": "kneeling_person", "label": "🧎 Kneeling Person"},
{"value": "man_kneeling", "label": "🧎♂️ Man Kneeling"},
{"value": "woman_kneeling", "label": "🧎♀️ Woman Kneeling"},
{"value": "person_with_probing_cane", "label": "🧑🦯 Person with Probing Cane"},
{"value": "man_with_probing_cane", "label": "👨🦯 Man with Probing Cane"},
{"value": "woman_with_probing_cane", "label": "👩🦯 Woman with Probing Cane"},
{"value": "person_in_motorized_wheelchair", "label": "🧑🦼 Person in Motorized Wheelchair"},
{"value": "man_in_motorized_wheelchair", "label": "👨🦼 Man in Motorized Wheelchair"},
{"value": "woman_in_motorized_wheelchair", "label": "👩🦼 Woman in Motorized Wheelchair"},
{"value": "person_in_manual_wheelchair", "label": "🧑🦽 Person in Manual Wheelchair"},
{"value": "man_in_manual_wheelchair", "label": "👨🦽 Man in Manual Wheelchair"},
{"value": "woman_in_manual_wheelchair", "label": "👩🦽 Woman in Manual Wheelchair"},
{"value": "runner", "label": "🏃 Runner"},
{"value": "man-running", "label": "🏃♂️ Man Running"},
{"value": "woman-running", "label": "🏃♀️ Woman Running"},
{"value": "dancer", "label": "💃 Dancer"},
{"value": "man_dancing", "label": "🕺 Man Dancing"},
{"value": "man_in_business_suit_levitating", "label": "🕴 Man in Business Suit Levitating"},
{"value": "dancers", "label": "👯 Dancers"},
{"value": "men-with-bunny-ears-partying", "label": "👯♂️ Men with Bunny Ears Partying"},
{"value": "women-with-bunny-ears-partying", "label": "👯♀️ Women with Bunny Ears Partying"},
{"value": "person_in_steamy_room", "label": "🧖 Person in Steamy Room"},
{"value": "man_in_steamy_room", "label": "🧖♂️ Man in Steamy Room"},
{"value": "woman_in_steamy_room", "label": "🧖♀️ Woman in Steamy Room"},
{"value": "person_climbing", "label": "🧗 Person Climbing"},
{"value": "man_climbing", "label": "🧗♂️ Man Climbing"},
{"value": "woman_climbing", "label": "🧗♀️ Woman Climbing"},
{"value": "fencer", "label": "🤺 Fencer"},
{"value": "horse_racing", "label": "🏇 Horse Racing"},
{"value": "skier", "label": "⛷ Skier"},
{"value": "snowboarder", "label": "🏂 Snowboarder"},
{"value": "golfer", "label": "🏌️ Golfer"},
{"value": "man-golfing", "label": "🏌️♂️ Man Golfing"},
{"value": "woman-golfing", "label": "🏌️♀️ Woman Golfing"},
{"value": "surfer", "label": "🏄 Surfer"},
{"value": "man-surfing", "label": "🏄♂️ Man Surfing"},
{"value": "woman-surfing", "label": "🏄♀️ Woman Surfing"},
{"value": "rowboat", "label": "🚣 Rowboat"},
{"value": "man-rowing-boat", "label": "🚣♂️ Man Rowing Boat"},
{"value": "woman-rowing-boat", "label": "🚣♀️ Woman Rowing Boat"},
{"value": "swimmer", "label": "🏊 Swimmer"},
{"value": "man-swimming", "label": "🏊♂️ Man Swimming"},
{"value": "woman-swimming", "label": "🏊♀️ Woman Swimming"},
{"value": "person_with_ball", "label": "⛹️ Person with Ball"},
{"value": "man-bouncing-ball", "label": "⛹️♂️ Man Bouncing Ball"},
{"value": "woman-bouncing-ball", "label": "⛹️♀️ Woman Bouncing Ball"},
{"value": "weight_lifter", "label": "🏋️ Weight Lifter"},
{"value": "man-lifting-weights", "label": "🏋️♂️ Man Lifting Weights"},
{"value": "woman-lifting-weights", "label": "🏋️♀️ Woman Lifting Weights"},
{"value": "bicyclist", "label": "🚴 Bicyclist"},
{"value": "man-biking", "label": "🚴♂️ Man Biking"},
{"value": "woman-biking", "label": "🚴♀️ Woman Biking"},
{"value": "mountain_bicyclist", "label": "🚵 Mountain Bicyclist"},
{"value": "man-mountain-biking", "label": "🚵♂️ Man Mountain Biking"},
{"value": "woman-mountain-biking", "label": "🚵♀️ Woman Mountain Biking"},
{"value": "person_doing_cartwheel", "label": "🤸 Person Doing Cartwheel"},
{"value": "man-cartwheeling", "label": "🤸♂️ Man Cartwheeling"},
{"value": "woman-cartwheeling", "label": "🤸♀️ Woman Cartwheeling"},
{"value": "wrestlers", "label": "🤼 Wrestlers"},
{"value": "man-wrestling", "label": "🤼♂️ Man Wrestling"},
{"value": "woman-wrestling", "label": "🤼♀️ Woman Wrestling"},
{"value": "water_polo", "label": "🤽 Water Polo"},
{"value": "man-playing-water-polo", "label": "🤽♂️ Man Playing Water Polo"},
{"value": "woman-playing-water-polo", "label": "🤽♀️ Woman Playing Water Polo"},
{"value": "handball", "label": "🤾 Handball"},
{"value": "man-playing-handball", "label": "🤾♂️ Man Playing Handball"},
{"value": "woman-playing-handball", "label": "🤾♀️ Woman Playing Handball"},
{"value": "juggling", "label": "🤹 Juggling"},
{"value": "man-juggling", "label": "🤹♂️ Man Juggling"},
{"value": "woman-juggling", "label": "🤹♀️ Woman Juggling"},
{"value": "person_in_lotus_position", "label": "🧘 Person in Lotus Position"},
{"value": "man_in_lotus_position", "label": "🧘♂️ Man in Lotus Position"},
{"value": "woman_in_lotus_position", "label": "🧘♀️ Woman in Lotus Position"},
{"value": "bath", "label": "🛀 Bath"},
{"value": "sleeping_accommodation", "label": "🛌 Sleeping Accommodation"},
{"value": "people_holding_hands", "label": "🧑🤝🧑 People Holding Hands"},
{"value": "two_women_holding_hands", "label": "👭 Two Women Holding Hands"},
{"value": "man_and_woman_holding_hands", "label": "👫 Man and Woman Holding Hands"},
{"value": "two_men_holding_hands", "label": "👬 Two Men Holding Hands"},
{"value": "couplekiss", "label": "💏 Couple Kiss"},
{"value": "woman-kiss-man", "label": "👩❤️💋👨 Woman Kiss Man"},
{"value": "man-kiss-man", "label": "👨❤️💋👨 Man Kiss Man"},
{"value": "woman-kiss-woman", "label": "👩❤️💋👩 Woman Kiss Woman"},
{"value": "couple_with_heart", "label": "💑 Couple with Heart"},
{"value": "woman-heart-man", "label": "👩❤️👨 Woman Heart Man"},
{"value": "man-heart-man", "label": "👨❤️👨 Man Heart Man"},
{"value": "woman-heart-woman", "label": "👩❤️👩 Woman Heart Woman"},
{"value": "family", "label": "👪 Family"},
{"value": "man-woman-boy", "label": "👨👩👦 Man Woman Boy"},
{"value": "man-woman-girl", "label": "👨👩👧 Man Woman Girl"},
{"value": "man-woman-girl-boy", "label": "👨👩👧👦 Man Woman Girl Boy"},
{"value": "man-woman-boy-boy", "label": "👨👩👦👦 Man Woman Boy Boy"},
{"value": "man-woman-girl-girl", "label": "👨👩👧👧 Man Woman Girl Girl"},
{"value": "man-man-boy", "label": "👨👨👦 Man Man Boy"},
{"value": "man-man-girl", "label": "👨👨👧 Man Man Girl"},
{"value": "man-man-girl-boy", "label": "👨👨👧👦 Man Man Girl Boy"},
{"value": "man-man-boy-boy", "label": "👨👨👦👦 Man Man Boy Boy"},
{"value": "man-man-girl-girl", "label": "👨👨👧👧 Man Man Girl Girl"},
{"value": "woman-woman-boy", "label": "👩👩👦 Woman Woman Boy"},
{"value": "woman-woman-girl", "label": "👩👩👧 Woman Woman Girl"},
{"value": "woman-woman-girl-boy", "label": "👩👩👧👦 Woman Woman Girl Boy"},
{"value": "woman-woman-boy-boy", "label": "👩👩👦👦 Woman Woman Boy Boy"},
{"value": "woman-woman-girl-girl", "label": "👩👩👧👧 Woman Woman Girl Girl"},
{"value": "man-boy", "label": "👨👦 Man Boy"},
{"value": "man-boy-boy", "label": "👨👦👦 Man Boy Boy"},
{"value": "man-girl", "label": "👨👧 Man Girl"},
{"value": "man-girl-boy", "label": "👨👧👦 Man Girl Boy"},
{"value": "man-girl-girl", "label": "👨👧👧 Man Girl Girl"},
{"value": "woman-boy", "label": "👩👦 Woman Boy"},
{"value": "woman-boy-boy", "label": "👩👦👦 Woman Boy Boy"},
{"value": "woman-girl", "label": "👩👧 Woman Girl"},
{"value": "woman-girl-boy", "label": "👩👧👦 Woman Girl Boy"},
{"value": "woman-girl-girl", "label": "👩👧👧 Woman Girl Girl"},
{"value": "speaking_head_in_silhouette", "label": "🗣 Speaking Head in Silhouette"},
{"value": "bust_in_silhouette", "label": "👤 Bust in Silhouette"},
{"value": "busts_in_silhouette", "label": "👥 Busts in Silhouette"},
{"value": "people_hugging", "label": "🫂 People Hugging"},
{"value": "footprints", "label": "👣 Footprints"},
{"value": "smiley_cat", "label": "😺 Smiley Cat"},
{"value": "smile_cat", "label": "😸 Smile Cat"},
{"value": "joy_cat", "label": "😹 Joy Cat"},
{"value": "heart_eyes_cat", "label": "😻 Heart Eyes Cat"},
{"value": "smirk_cat", "label": "😼 Smirk Cat"},
{"value": "kissing_cat", "label": "😽 Kissing Cat"},
{"value": "scream_cat", "label": "🙀 Scream Cat"},
{"value": "crying_cat_face", "label": "😿 Crying Cat Face"},
{"value": "pouting_cat", "label": "😾 Pouting Cat"},
{"value": "see_no_evil", "label": "🙈 See No Evil"},
{"value": "hear_no_evil", "label": "🙉 Hear No Evil"},
{"value": "speak_no_evil", "label": "🙊 Speak No Evil"},
{"value": "love_letter", "label": "💌 Love Letter"},
{"value": "cupid", "label": "💘 Cupid"},
{"value": "gift_heart", "label": "💝 Gift Heart"},
{"value": "sparkling_heart", "label": "💖 Sparkling Heart"},
{"value": "heartpulse", "label": "💗 Heartpulse"},
{"value": "heartbeat", "label": "💓 Heartbeat"},
{"value": "revolving_hearts", "label": "💞 Revolving Hearts"},
{"value": "two_hearts", "label": "💕 Two Hearts"},
{"value": "heart_decoration", "label": "💟 Heart Decoration"},
{"value": "heavy_heart_exclamation_mark_ornament",
"label": "❣️ Heavy Heart Exclamation Mark Ornament"},
{"value": "broken_heart", "label": "💔 Broken Heart"},
{"value": "heart_on_fire", "label": "❤️🔥 Heart on Fire"},
{"value": "mending_heart", "label": "❤️🩹 Mending Heart"},
{"value": "heart", "label": "❤️ Heart"},
{"value": "orange_heart", "label": "🧡 Orange Heart"},
{"value": "yellow_heart", "label": "💛 Yellow Heart"},
{"value": "green_heart", "label": "💚 Green Heart"},
{"value": "blue_heart", "label": "💙 Blue Heart"},
{"value": "purple_heart", "label": "💜 Purple Heart"},
{"value": "brown_heart", "label": "🤎 Brown Heart"},
{"value": "black_heart", "label": "🖤 Black Heart"},
{"value": "white_heart", "label": "🤍 White Heart"},
{"value": "kiss", "label": "💋 Kiss"},
{"value": "100", "label": "💯 100"},
{"value": "anger", "label": "💢 Anger"},
{"value": "boom", "label": "💥 Boom"},
{"value": "dizzy", "label": "💫 Dizzy"},
{"value": "sweat_drops", "label": "💦 Sweat Drops"},
{"value": "dash", "label": "💨 Dash"},
{"value": "hole", "label": "🕳 Hole"},
{"value": "speech_balloon", "label": "💬 Speech Balloon"},
{"value": "eye-in-speech-bubble", "label": "👁️🗨️ Eye in Speech Bubble"},
{"value": "left_speech_bubble", "label": "🗨 Left Speech Bubble"},
{"value": "right_anger_bubble", "label": "🗯 Right Anger Bubble"},
{"value": "thought_balloon", "label": "💭 Thought Balloon"},
{"value": "zzz", "label": "💤 ZZZ"},
],
},
{
"group": "nature",
"items": [
{"value": "monkey_face", "label": "🐵 Monkey Face"},
{"value": "monkey", "label": "🐒 Monkey"},
{"value": "gorilla", "label": "🦍 Gorilla"},
{"value": "orangutan", "label": "🦧 Orangutan"},
{"value": "dog", "label": "🐶 Dog"},
{"value": "dog2", "label": "🐕 Dog 2"},
{"value": "guide_dog", "label": "🦮 Guide Dog"},
{"value": "service_dog", "label": "🐕🦺 Service Dog"},
{"value": "poodle", "label": "🐩 Poodle"},
{"value": "wolf", "label": "🐺 Wolf"},
{"value": "fox_face", "label": "🦊 Fox Face"},
{"value": "raccoon", "label": "🦝 Raccoon"},
{"value": "cat", "label": "🐱 Cat"},
{"value": "cat2", "label": "🐈 Cat 2"},
{"value": "black_cat", "label": "🐈⬛ Black Cat"},
{"value": "lion_face", "label": "🦁 Lion Face"},
{"value": "tiger", "label": "🐯 Tiger"},
{"value": "tiger2", "label": "🐅 Tiger 2"},
{"value": "leopard", "label": "🐆 Leopard"},
{"value": "horse", "label": "🐴 Horse"},
{"value": "racehorse", "label": "🐎 Racehorse"},
{"value": "unicorn_face", "label": "🦄 Unicorn Face"},
{"value": "zebra_face", "label": "🦓 Zebra Face"},
{"value": "deer", "label": "🦌 Deer"},
{"value": "bison", "label": "🦬 Bison"},
{"value": "cow", "label": "🐮 Cow"},
{"value": "ox", "label": "🐂 Ox"},
{"value": "water_buffalo", "label": "🐃 Water Buffalo"},
{"value": "cow2", "label": "🐄 Cow 2"},
{"value": "pig", "label": "🐷 Pig"},
{"value": "pig2", "label": "🐖 Pig 2"},
{"value": "boar", "label": "🐗 Boar"},
{"value": "pig_nose", "label": "🐽 Pig Nose"},
{"value": "ram", "label": "🐏 Ram"},
{"value": "sheep", "label": "🐑 Sheep"},
{"value": "goat", "label": "🐐 Goat"},
{"value": "dromedary_camel", "label": "🐪 Dromedary Camel"},
{"value": "camel", "label": "🐫 Camel"},
{"value": "llama", "label": "🦙 Llama"},
{"value": "giraffe_face", "label": "🦒 Giraffe Face"},
{"value": "elephant", "label": "🐘 Elephant"},
{"value": "mammoth", "label": "🦣 Mammoth"},
{"value": "rhinoceros", "label": "🦏 Rhinoceros"},
{"value": "hippopotamus", "label": "🦛 Hippopotamus"},
{"value": "mouse", "label": "🐭 Mouse"},
{"value": "mouse2", "label": "🐁 Mouse 2"},
{"value": "rat", "label": "🐀 Rat"},
{"value": "hamster", "label": "🐹 Hamster"},
{"value": "rabbit", "label": "🐰 Rabbit"},
{"value": "rabbit2", "label": "🐇 Rabbit 2"},
{"value": "chipmunk", "label": "🐿 Chipmunk"},
{"value": "beaver", "label": "🦫 Beaver"},
{"value": "hedgehog", "label": "🦔 Hedgehog"},
{"value": "bat", "label": "🦇 Bat"},
{"value": "bear", "label": "🐻 Bear"},
{"value": "polar_bear", "label": "🐻❄️ Polar Bear"},
{"value": "koala", "label": "🐨 Koala"},
{"value": "panda_face", "label": "🐼 Panda Face"},
{"value": "sloth", "label": "🦥 Sloth"},
{"value": "otter", "label": "🦦 Otter"},
{"value": "skunk", "label": "🦨 Skunk"},
{"value": "kangaroo", "label": "🦘 Kangaroo"},
{"value": "badger", "label": "🦡 Badger"},
{"value": "feet", "label": "🐾 Feet"},
{"value": "turkey", "label": "🦃 Turkey"},
{"value": "chicken", "label": "🐔 Chicken"},
{"value": "rooster", "label": "🐓 Rooster"},
{"value": "hatching_chick", "label": "🐣 Hatching Chick"},
{"value": "baby_chick", "label": "🐤 Baby Chick"},
{"value": "hatched_chick", "label": "🐥 Hatched Chick"},
{"value": "bird", "label": "🐦 Bird"},
{"value": "penguin", "label": "🐧 Penguin"},
{"value": "dove_of_peace", "label": "🕊 Dove of Peace"},
{"value": "eagle", "label": "🦅 Eagle"},
{"value": "duck", "label": "🦆 Duck"},
{"value": "swan", "label": "🦢 Swan"},
{"value": "owl", "label": "🦉 Owl"},
{"value": "dodo", "label": "🦤 Dodo"},
{"value": "feather", "label": "🪶 Feather"},
{"value": "flamingo", "label": "🦩 Flamingo"},
{"value": "peacock", "label": "🦚 Peacock"},
{"value": "parrot", "label": "🦜 Parrot"},
{"value": "frog", "label": "🐸 Frog"},
{"value": "crocodile", "label": "🐊 Crocodile"},
{"value": "turtle", "label": "🐢 Turtle"},
{"value": "lizard", "label": "🦎 Lizard"},
{"value": "snake", "label": "🐍 Snake"},
{"value": "dragon_face", "label": "🐲 Dragon Face"},
{"value": "dragon", "label": "🐉 Dragon"},
{"value": "sauropod", "label": "🦕 Sauropod"},
{"value": "t-rex", "label": "🦖 T-Rex"},
{"value": "whale", "label": "🐋 Whale"},
{"value": "whale2", "label": "🐋 Whale 2"},
{"value": "dolphin", "label": "🐬 Dolphin"},
{"value": "seal", "label": "🦭 Seal"},
{"value": "fish", "label": "🐟 Fish"},
{"value": "tropical_fish", "label": "🐠 Tropical Fish"},
{"value": "blowfish", "label": "🐡 Blowfish"},
{"value": "shark", "label": "🦈 Shark"},
{"value": "octopus", "label": "🐙 Octopus"},
{"value": "shell", "label": "🐚 Shell"},
{"value": "coral", "label": "🪸 Coral"},
{"value": "snail", "label": "🐌 Snail"},
{"value": "butterfly", "label": "🦋 Butterfly"},
{"value": "bug", "label": "🐛 Bug"},
{"value": "ant", "label": "🐜 Ant"},
{"value": "bee", "label": "🐝 Bee"},
{"value": "beetle", "label": "🐞 Beetle"},
{"value": "ladybug", "label": "🐞 Ladybug"},
{"value": "cricket", "label": "🦗 Cricket"},
{"value": "cockroach", "label": "🪳 Cockroach"},
{"value": "spider", "label": "🕷 Spider"},
{"value": "spider_web", "label": "🕸 Spider Web"},
{"value": "scorpion", "label": "🦂 Scorpion"},
{"value": "mosquito", "label": "🦟 Mosquito"},
{"value": "fly", "label": "🪰 Fly"},
{"value": "worm", "label": "🪱 Worm"},
{"value": "microbe", "label": "🦠 Microbe"},
{"value": "bouquet", "label": "💐 Bouquet"},
{"value": "cherry_blossom", "label": "🌸 Cherry Blossom"},
{"value": "white_flower", "label": "💮 White Flower"},
{"value": "lotus", "label": "🪷 Lotus"},
{"value": "rosette", "label": "🏵 Rosette"},
{"value": "rose", "label": "🌹 Rose"},
{"value": "wilted_flower", "label": "🥀 Wilted Flower"},
{"value": "hibiscus", "label": "🌺 Hibiscus"},
{"value": "sunflower", "label": "🌻 Sunflower"},
{"value": "blossom", "label": "🌼 Blossom"},
{"value": "tulip", "label": "🌷 Tulip"},
{"value": "seedling", "label": "🌱 Seedling"},
{"value": "potted_plant", "label": "🪴 Potted Plant"},
{"value": "evergreen_tree", "label": "🌲 Evergreen Tree"},
{"value": "deciduous_tree", "label": "🌳 Deciduous Tree"},
{"value": "palm_tree", "label": "🌴 Palm Tree"},
{"value": "cactus", "label": "🌵 Cactus"},
{"value": "ear_of_rice", "label": "🌾 Ear of Rice"},
{"value": "herb", "label": "🌿 Herb"},
{"value": "shamrock", "label": "☘️ Shamrock"},
{"value": "four_leaf_clover", "label": "🍀 Four Leaf Clover"},
{"value": "maple_leaf", "label": "🍁 Maple Leaf"},
{"value": "fallen_leaf", "label": "🍂 Fallen Leaf"},
{"value": "leaves", "label": "🍃 Leaves"},
{"value": "empty_nest", "label": "🪹 Empty Nest"},
{"value": "nest_with_eggs", "label": "🪺 Nest with Eggs"},
{"value": "mushroom", "label": "🍄 Mushroom"},
],
},
{
"group": "food",
"items": [
{"value": "grapes", "label": "🍇 Grapes"},
{"value": "melon", "label": "🍈 Melon"},
{"value": "watermelon", "label": "🍉 Watermelon"},
{"value": "tangerine", "label": "🍊 Tangerine"},
{"value": "lemon", "label": "🍋 Lemon"},
{"value": "banana", "label": "🍌 Banana"},
{"value": "pineapple", "label": "🍍 Pineapple"},
{"value": "mango", "label": "🥭 Mango"},
{"value": "apple", "label": "🍎 Apple"},
{"value": "green_apple", "label": "🍏 Green Apple"},
{"value": "pear", "label": "🍐 Pear"},
{"value": "peach", "label": "🍑 Peach"},
{"value": "cherries", "label": "🍒 Cherries"},
{"value": "strawberry", "label": "🍓 Strawberry"},
{"value": "blueberries", "label": "🫐 Blueberries"},
{"value": "kiwifruit", "label": "🥝 Kiwifruit"},
{"value": "tomato", "label": "🍅 Tomato"},
{"value": "olive", "label": "🫒 Olive"},
{"value": "coconut", "label": "🥥 Coconut"},
{"value": "avocado", "label": "🥑 Avocado"},
{"value": "eggplant", "label": "🍆 Eggplant"},
{"value": "potato", "label": "🥔 Potato"},
{"value": "carrot", "label": "🥕 Carrot"},
{"value": "corn", "label": "🌽 Corn"},
{"value": "hot_pepper", "label": "🌶 Hot Pepper"},
{"value": "bell_pepper", "label": "🫑 Bell Pepper"},
{"value": "cucumber", "label": "🥒 Cucumber"},
{"value": "leafy_green", "label": "🥬 Leafy Green"},
{"value": "broccoli", "label": "🥦 Broccoli"},
{"value": "garlic", "label": "🧄 Garlic"},
{"value": "onion", "label": "🧅 Onion"},
{"value": "peanuts", "label": "🥜 Peanuts"},
{"value": "beans", "label": "🫘 Beans"},
{"value": "chestnut", "label": "🌰 Chestnut"},
{"value": "bread", "label": "🍞 Bread"},
{"value": "croissant", "label": "🥐 Croissant"},
{"value": "baguette_bread", "label": "🥖 Baguette Bread"},
{"value": "flatbread", "label": "🫓 Flatbread"},
{"value": "pretzel", "label": "🥨 Pretzel"},
{"value": "bagel", "label": "🥯 Bagel"},
{"value": "pancakes", "label": "🥞 Pancakes"},
{"value": "waffle", "label": "🧇 Waffle"},
{"value": "cheese_wedge", "label": "🧀 Cheese Wedge"},
{"value": "meat_on_bone", "label": "🍖 Meat on Bone"},
{"value": "poultry_leg", "label": "🍗 Poultry Leg"},
{"value": "cut_of_meat", "label": "🥩 Cut of Meat"},
{"value": "bacon", "label": "🥓 Bacon"},
{"value": "hamburger", "label": "🍔 Hamburger"},
{"value": "fries", "label": "🍟 Fries"},
{"value": "pizza", "label": "🍕 Pizza"},
{"value": "hotdog", "label": "🌭 Hotdog"},
{"value": "sandwich", "label": "🥪 Sandwich"},
{"value": "taco", "label": "🌮 Taco"},
{"value": "burrito", "label": "🌯 Burrito"},
{"value": "tamale", "label": "🫔 Tamale"},
{"value": "stuffed_flatbread", "label": "🥙 Stuffed Flatbread"},
{"value": "falafel", "label": "🧆 Falafel"},
{"value": "egg", "label": "🥚 Egg"},
{"value": "fried_egg", "label": "🍳 Fried Egg"},
{"value": "shallow_pan_of_food", "label": "🥘 Shallow Pan of Food"},
{"value": "stew", "label": "🍲 Stew"},
{"value": "fondue", "label": "🫕 Fondue"},
{"value": "bowl_with_spoon", "label": "🥣 Bowl with Spoon"},
{"value": "green_salad", "label": "🥗 Green Salad"},
{"value": "popcorn", "label": "🍿 Popcorn"},
{"value": "butter", "label": "🧈 Butter"},
{"value": "salt", "label": "🧂 Salt"},
{"value": "canned_food", "label": "🥫 Canned Food"},
{"value": "bento", "label": "🍱 Bento"},
{"value": "rice_cracker", "label": "🍘 Rice Cracker"},
{"value": "rice_ball", "label": "🍙 Rice Ball"},
{"value": "rice", "label": "🍚 Rice"},
{"value": "curry", "label": "🍛 Curry"},
{"value": "ramen", "label": "🍜 Ramen"},
{"value": "spaghetti", "label": "🍝 Spaghetti"},
{"value": "sweet_potato", "label": "🍠 Sweet Potato"},
{"value": "oden", "label": "🍢 Oden"},
{"value": "sushi", "label": "🍣 Sushi"},
{"value": "fried_shrimp", "label": "🍤 Fried Shrimp"},
{"value": "fish_cake", "label": "🍥 Fish Cake"},
{"value": "moon_cake", "label": "🥮 Moon Cake"},
{"value": "dango", "label": "🍡 Dango"},
{"value": "dumpling", "label": "🥟 Dumpling"},
{"value": "fortune_cookie", "label": "🥠 Fortune Cookie"},
{"value": "takeout_box", "label": "🥡 Takeout Box"},
{"value": "crab", "label": "🦀 Crab"},
{"value": "lobster", "label": "🦞 Lobster"},
{"value": "shrimp", "label": "🦐 Shrimp"},
{"value": "squid", "label": "🦑 Squid"},
{"value": "oyster", "label": "🦪 Oyster"},
{"value": "icecream", "label": "🍦 Ice Cream"},
{"value": "shaved_ice", "label": "🍧 Shaved Ice"},
{"value": "ice_cream", "label": "🍨 Ice Cream"},
{"value": "doughnut", "label": "🍩 Doughnut"},
{"value": "cookie", "label": "🍪 Cookie"},
{"value": "birthday", "label": "🎂 Birthday"},
{"value": "cake", "label": "🍰 Cake"},
{"value": "cupcake", "label": "🧁 Cupcake"},
{"value": "pie", "label": "🥧 Pie"},
{"value": "chocolate_bar", "label": "🍫 Chocolate Bar"},
{"value": "candy", "label": "🍬 Candy"},
{"value": "lollipop", "label": "🍭 Lollipop"},
{"value": "custard", "label": "🍮 Custard"},
{"value": "honey_pot", "label": "🍯 Honey Pot"},
{"value": "baby_bottle", "label": "🍼 Baby Bottle"},
{"value": "glass_of_milk", "label": "🥛 Glass of Milk"},
{"value": "coffee", "label": "☕ Coffee"},
{"value": "teapot", "label": "🫖 Teapot"},
{"value": "tea", "label": "🍵 Tea"},
{"value": "sake", "label": "🍶 Sake"},
{"value": "champagne", "label": "🍾 Champagne"},
{"value": "wine_glass", "label": "🍷 Wine Glass"},
{"value": "cocktail", "label": "🍸 Cocktail"},
{"value": "tropical_drink", "label": "🍹 Tropical Drink"},
{"value": "beer", "label": "🍺 Beer"},
{"value": "beers", "label": "🍻 Beers"},
{"value": "clinking_glasses", "label": "🥂 Clinking Glasses"},
{"value": "tumbler_glass", "label": "🥃 Tumbler Glass"},
{"value": "pouring_liquid", "label": "🫗 Pouring Liquid"},
{"value": "cup_with_straw", "label": "🥤 Cup with Straw"},
{"value": "bubble_tea", "label": "🧋 Bubble Tea"},
{"value": "beverage_box", "label": "🧃 Beverage Box"},
{"value": "mate_drink", "label": "🧉 Mate Drink"},
{"value": "ice_cube", "label": "🧊 Ice Cube"},
{"value": "chopsticks", "label": "🥢 Chopsticks"},
{"value": "knife_fork_plate", "label": "🍽 Knife Fork Plate"},
{"value": "fork_and_knife", "label": "🍴 Fork and Knife"},
{"value": "spoon", "label": "🥄 Spoon"},
{"value": "hocho", "label": "🔪 Hocho"},
{"value": "jar", "label": "🫙 Jar"},
{"value": "amphora", "label": "🏺 Amphora"},
],
},
{
"group": "activity",
"items": [
{"value": "jack_o_lantern", "label": "🎃 Jack O Lantern"},
{"value": "christmas_tree", "label": "🎄 Christmas Tree"},
{"value": "fireworks", "label": "🎆 Fireworks"},
{"value": "sparkler", "label": "🎇 Sparkler"},
{"value": "firecracker", "label": "🧨 Firecracker"},
{"value": "sparkles", "label": "✨ Sparkles"},
{"value": "balloon", "label": "🎈 Balloon"},
{"value": "tada", "label": "🎉 Tada"},
{"value": "confetti_ball", "label": "🎊 Confetti Ball"},
{"value": "tanabata_tree", "label": "🎋 Tanabata Tree"},
{"value": "bamboo", "label": "🎍 Bamboo"},
{"value": "dolls", "label": "🎎 Dolls"},
{"value": "flags", "label": "🎏 Flags"},
{"value": "wind_chime", "label": "🎐 Wind Chime"},
{"value": "rice_scene", "label": "🎑 Rice Scene"},
{"value": "red_envelope", "label": "🧧 Red Envelope"},
{"value": "ribbon", "label": "🎀 Ribbon"},
{"value": "gift", "label": "🎁 Gift"},
{"value": "reminder_ribbon", "label": "🎗 Reminder Ribbon"},
{"value": "admission_tickets", "label": "🎟 Admission Tickets"},
{"value": "ticket", "label": "🎫 Ticket"},
{"value": "medal", "label": "🏅 Medal"},
{"value": "trophy", "label": "🏆 Trophy"},
{"value": "sports_medal", "label": "🎖 Sports Medal"},
{"value": "first_place_medal", "label": "🥇 First Place Medal"},
{"value": "second_place_medal", "label": "🥈 Second Place Medal"},
{"value": "third_place_medal", "label": "🥉 Third Place Medal"},
{"value": "soccer", "label": "⚽ Soccer"},
{"value": "baseball", "label": "⚾ Baseball"},
{"value": "softball", "label": "🥎 Softball"},
{"value": "basketball", "label": "🏀 Basketball"},
{"value": "volleyball", "label": "🏐 Volleyball"},
{"value": "football", "label": "🏈 Football"},
{"value": "rugby_football", "label": "🏉 Rugby Football"},
{"value": "tennis", "label": "🎾 Tennis"},
{"value": "flying_disc", "label": "🥏 Flying Disc"},
{"value": "bowling", "label": "🎳 Bowling"},
{"value": "cricket_bat_and_ball", "label": "🏏 Cricket Bat and Ball"},
{"value": "field_hockey_stick_and_ball", "label": "🏑 Field Hockey Stick and Ball"},
{"value": "ice_hockey_stick_and_puck", "label": "🏒 Ice Hockey Stick and Puck"},
{"value": "lacrosse", "label": "🥍 Lacrosse"},
{"value": "table_tennis_paddle_and_ball", "label": "🏓 Table Tennis Paddle and Ball"},
{"value": "badminton_racquet_and_shuttlecock", "label": "🏸 Badminton Racquet and Shuttlecock"},
{"value": "boxing_glove", "label": "🥊 Boxing Glove"},
{"value": "martial_arts_uniform", "label": "🥋 Martial Arts Uniform"},
{"value": "goal_net", "label": "🥅 Goal Net"},
{"value": "golf", "label": "⛳ Golf"},
{"value": "ice_skate", "label": "⛸ Ice Skate"},
{"value": "fishing_pole_and_fish", "label": "🎣 Fishing Pole and Fish"},
{"value": "diving_mask", "label": "🤿 Diving Mask"},
{"value": "running_shirt_with_sash", "label": "🎽 Running Shirt with Sash"},
{"value": "ski", "label": "🎿 Ski"},
{"value": "sled", "label": "🛷 Sled"},
{"value": "curling_stone", "label": "🥌 Curling Stone"},
{"value": "dart", "label": "🎯 Dart"},
{"value": "yo-yo", "label": "🪀 Yo-Yo"},
{"value": "kite", "label": "🪁 Kite"},
{"value": "gun", "label": "🔫 Gun"},
{"value": "8ball", "label": "🎱 8ball"},
{"value": "crystal_ball", "label": "🔮 Crystal Ball"},
{"value": "magic_wand", "label": "🪄 Magic Wand"},
{"value": "video_game", "label": "🎮 Video Game"},
{"value": "joystick", "label": "🕹 Joystick"},
{"value": "slot_machine", "label": "🎰 Slot Machine"},
{"value": "game_die", "label": "🎲 Game Die"},
{"value": "jigsaw", "label": "🧩 Jigsaw"},
{"value": "teddy_bear", "label": "🧸 Teddy Bear"},
{"value": "pinata", "label": "🪅 Pinata"},
{"value": "mirror_ball", "label": "🪩 Mirror Ball"},
{"value": "nesting_dolls", "label": "🪆 Nesting Dolls"},
{"value": "spades", "label": "♠️ Spades"},
{"value": "hearts", "label": "♥️ Hearts"},
{"value": "diamonds", "label": "♦️ Diamonds"},
{"value": "clubs", "label": "♣️ Clubs"},
{"value": "chess_pawn", "label": "♟ Chess Pawn"},
{"value": "black_joker", "label": "🃏 Black Joker"},
{"value": "mahjong", "label": "🀄 Mahjong"},
{"value": "flower_playing_cards", "label": "🎴 Flower Playing Cards"},
{"value": "performing_arts", "label": "🎭 Performing Arts"},
{"value": "frame_with_picture", "label": "🖼 Frame with Picture"},
{"value": "art", "label": "🎨 Art"},
{"value": "thread", "label": "🧵 Thread"},
{"value": "sewing_needle", "label": "🪡 Sewing Needle"},
{"value": "yarn", "label": "🧶 Yarn"},
{"value": "knot", "label": "🪢 Knot"},
],
},
{
"group": "places",
"items": [
{"value": "earth_africa", "label": "🌍 Earth Africa"},
{"value": "earth_americas", "label": "🌎 Earth Americas"},
{"value": "earth_asia", "label": "🌏 Earth Asia"},
{"value": "globe_with_meridians", "label": "🌐 Globe with Meridians"},
{"value": "world_map", "label": "🗺 World Map"},
{"value": "japan", "label": "🗾 Japan"},
{"value": "compass", "label": "🧭 Compass"},
{"value": "snow_capped_mountain", "label": "🏔 Snow-Capped Mountain"},
{"value": "mountain", "label": "⛰ Mountain"},
{"value": "volcano", "label": "🌋 Volcano"},
{"value": "mount_fuji", "label": "🗻 Mount Fuji"},
{"value": "camping", "label": "🏕 Camping"},
{"value": "beach_with_umbrella", "label": "🏖 Beach with Umbrella"},
{"value": "desert", "label": "🏜 Desert"},
{"value": "desert_island", "label": "🏝 Desert Island"},
{"value": "national_park", "label": "🏞 National Park"},
{"value": "stadium", "label": "🏟 Stadium"},
{"value": "classical_building", "label": "🏛 Classical Building"},
{"value": "building_construction", "label": "🏗 Building Construction"},
{"value": "bricks", "label": "🧱 Bricks"},
{"value": "rock", "label": "🪨 Rock"},
{"value": "wood", "label": "🪵 Wood"},
{"value": "hut", "label": "🛖 Hut"},
{"value": "house_buildings", "label": "🏘 House Buildings"},
{"value": "derelict_house_building", "label": "🏚 Derelict House Building"},
{"value": "house", "label": "🏠 House"},
{"value": "house_with_garden", "label": "🏡 House with Garden"},
{"value": "office", "label": "🏢 Office"},
{"value": "post_office", "label": "🏣 Post Office"},
{"value": "european_post_office", "label": "🏤 European Post Office"},
{"value": "hospital", "label": "🏥 Hospital"},
{"value": "bank", "label": "🏦 Bank"},
{"value": "hotel", "label": "🏨 Hotel"},
{"value": "love_hotel", "label": "🏩 Love Hotel"},
{"value": "convenience_store", "label": "🏪 Convenience Store"},
{"value": "school", "label": "🏫 School"},
{"value": "department_store", "label": "🏬 Department Store"},
{"value": "factory", "label": "🏭 Factory"},
{"value": "japanese_castle", "label": "🏯 Japanese Castle"},
{"value": "european_castle", "label": "🏰 European Castle"},
{"value": "wedding", "label": "💒 Wedding"},
{"value": "tokyo_tower", "label": "🗼 Tokyo Tower"},
{"value": "statue_of_liberty", "label": "🗽 Statue of Liberty"},
{"value": "church", "label": "⛪ Church"},
{"value": "mosque", "label": "🕌 Mosque"},
{"value": "hindu_temple", "label": "🛕 Hindu Temple"},
{"value": "synagogue", "label": "🕍 Synagogue"},
{"value": "shinto_shrine", "label": "⛩ Shinto Shrine"},
{"value": "kaaba", "label": "🕋 Kaaba"},
{"value": "fountain", "label": "⛲ Fountain"},
{"value": "tent", "label": "⛺ Tent"},
{"value": "foggy", "label": "🌁 Foggy"},
{"value": "night_with_stars", "label": "🌃 Night with Stars"},
{"value": "cityscape", "label": "🏙 Cityscape"},
{"value": "sunrise_over_mountains", "label": "🌄 Sunrise over Mountains"},
{"value": "sunrise", "label": "🌅 Sunrise"},
{"value": "city_sunset", "label": "🌆 City Sunset"},
{"value": "city_sunrise", "label": "🌇 City Sunrise"},
{"value": "bridge_at_night", "label": "🌉 Bridge at Night"},
{"value": "hotsprings", "label": "♨️ Hotsprings"},
{"value": "carousel_horse", "label": "🎠 Carousel Horse"},
{"value": "playground_slide", "label": "🛝 Playground Slide"},
{"value": "ferris_wheel", "label": "🎡 Ferris Wheel"},
{"value": "roller_coaster", "label": "🎢 Roller Coaster"},
{"value": "barber", "label": "💈 Barber"},
{"value": "circus_tent", "label": "🎪 Circus Tent"},
{"value": "steam_locomotive", "label": "🚂 Steam Locomotive"},
{"value": "railway_car", "label": "🚃 Railway Car"},
{"value": "bullettrain_side", "label": "🚄 Bullettrain Side"},
{"value": "bullettrain_front", "label": "🚅 Bullettrain Front"},
{"value": "train2", "label": "🚆 Train 2"},
{"value": "metro", "label": "🚇 Metro"},
{"value": "light_rail", "label": "🚈 Light Rail"},
{"value": "station", "label": "🚉 Station"},
{"value": "tram", "label": "🚊 Tram"},
{"value": "monorail", "label": "🚝 Monorail"},
{"value": "mountain_railway", "label": "🚞 Mountain Railway"},
{"value": "train", "label": "🚋 Train"},
{"value": "bus", "label": "🚌 Bus"},
{"value": "oncoming_bus", "label": "🚍 Oncoming Bus"},
{"value": "trolleybus", "label": "🚎 Trolleybus"},
{"value": "minibus", "label": "🚐 Minibus"},
{"value": "ambulance", "label": "🚑 Ambulance"},
{"value": "fire_engine", "label": "🚒 Fire Engine"},
{"value": "police_car", "label": "🚓 Police Car"},
{"value": "oncoming_police_car", "label": "🚔 Oncoming Police Car"},
{"value": "taxi", "label": "🚕 Taxi"},
{"value": "oncoming_taxi", "label": "🚖 Oncoming Taxi"},
{"value": "car", "label": "🚗 Car"},
{"value": "oncoming_automobile", "label": "🚘 Oncoming Automobile"},
{"value": "blue_car", "label": "🚙 Blue Car"},
{"value": "pickup_truck", "label": "🛻 Pickup Truck"},
{"value": "truck", "label": "🚚 Truck"},
{"value": "articulated_lorry", "label": "🚛 Articulated Lorry"},
{"value": "tractor", "label": "🚜 Tractor"},
{"value": "racing_car", "label": "🏎 Racing Car"},
{"value": "racing_motorcycle", "label": "🏍 Racing Motorcycle"},
{"value": "motor_scooter", "label": "🛵 Motor Scooter"},
{"value": "manual_wheelchair", "label": "🦽 Manual Wheelchair"},
{"value": "motorized_wheelchair", "label": "🦼 Motorized Wheelchair"},
{"value": "auto_rickshaw", "label": "🛺 Auto Rickshaw"},
{"value": "bike", "label": "🚲 Bike"},
{"value": "scooter", "label": "🛴 Scooter"},
{"value": "skateboard", "label": "🛹 Skateboard"},
{"value": "roller_skate", "label": "🛼 Roller Skate"},
{"value": "busstop", "label": "🚏 Bus Stop"},
{"value": "motorway", "label": "🛣 Motorway"},
{"value": "railway_track", "label": "🛤 Railway Track"},
{"value": "oil_drum", "label": "🛢 Oil Drum"},
{"value": "fuelpump", "label": "⛽ Fuel Pump"},
{"value": "wheel", "label": "🛞 Wheel"},
{"value": "rotating_light", "label": "🚨 Rotating Light"},
{"value": "traffic_light", "label": "🚥 Traffic Light"},
{"value": "vertical_traffic_light", "label": "🚦 Vertical Traffic Light"},
{"value": "octagonal_sign", "label": "🛑 Octagonal Sign"},
{"value": "construction", "label": "🚧 Construction"},
{"value": "anchor", "label": "⚓ Anchor"},
{"value": "ring_buoy", "label": "🛟 Ring Buoy"},
{"value": "boat", "label": "⛵ Boat"},
{"value": "canoe", "label": "🛶 Canoe"},
{"value": "speedboat", "label": "🚤 Speedboat"},
{"value": "passenger_ship", "label": "🛳 Passenger Ship"},
{"value": "ferry", "label": "⛴ Ferry"},
{"value": "motor_boat", "label": "🛥 Motor Boat"},
{"value": "ship", "label": "🚢 Ship"},
{"value": "airplane", "label": "✈️ Airplane"},
{"value": "small_airplane", "label": "🛩 Small Airplane"},
{"value": "airplane_departure", "label": "🛫 Airplane Departure"},
{"value": "airplane_arriving", "label": "🛬 Airplane Arriving"},
{"value": "parachute", "label": "🪂 Parachute"},
{"value": "seat", "label": "💺 Seat"},
{"value": "helicopter", "label": "🚁 Helicopter"},
{"value": "suspension_railway", "label": "🚟 Suspension Railway"},
{"value": "mountain_cableway", "label": "🚠 Mountain Cableway"},
{"value": "aerial_tramway", "label": "🚡 Aerial Tramway"},
{"value": "satellite", "label": "🛰 Satellite"},
{"value": "rocket", "label": "🚀 Rocket"},
{"value": "flying_saucer", "label": "🛸 Flying Saucer"},
{"value": "bellhop_bell", "label": "🛎 Bellhop Bell"},
{"value": "luggage", "label": "🧳 Luggage"},
{"value": "hourglass", "label": "⌛ Hourglass"},
{"value": "hourglass_flowing_sand", "label": "⏳ Hourglass Flowing Sand"},
{"value": "watch", "label": "⌚ Watch"},
{"value": "alarm_clock", "label": "⏰ Alarm Clock"},
{"value": "stopwatch", "label": "⏱ Stopwatch"},
{"value": "timer_clock", "label": "⏲ Timer Clock"},
{"value": "mantelpiece_clock", "label": "🕰 Mantelpiece Clock"},
{"value": "clock12", "label": "🕛 Clock 12"},
{"value": "clock1230", "label": "🕧 Clock 1230"},
{"value": "clock1", "label": "🕐 Clock 1"},
{"value": "clock130", "label": "🕜 Clock 130"},
{"value": "clock2", "label": "🕑 Clock 2"},
{"value": "clock230", "label": "🕝 Clock 230"},
{"value": "clock3", "label": "🕒 Clock 3"},
{"value": "clock330", "label": "🕞 Clock 330"},
{"value": "clock4", "label": "🕓 Clock 4"},
{"value": "clock430", "label": "🕟 Clock 430"},
{"value": "clock5", "label": "🕔 Clock 5"},
{"value": "clock530", "label": "🕠 Clock 530"},
{"value": "clock6", "label": "🕕 Clock 6"},
{"value": "clock630", "label": "🕡 Clock 630"},
{"value": "clock7", "label": "🕖 Clock 7"},
{"value": "clock730", "label": "🕢 Clock 730"},
{"value": "clock8", "label": "🕗 Clock 8"},
{"value": "clock830", "label": "🕣 Clock 830"},
{"value": "clock9", "label": "🕘 Clock 9"},
{"value": "clock930", "label": "🕤 Clock 930"},
{"value": "clock10", "label": "🕙 Clock 10"},
{"value": "clock1030", "label": "🕥 Clock 1030"},
{"value": "clock11", "label": "🕚 Clock 11"},
{"value": "clock1130", "label": "🕦 Clock 1130"},
{"value": "new_moon", "label": "🌑 New Moon"},
{"value": "waxing_crescent_moon", "label": "🌒 Waxing Crescent Moon"},
{"value": "first_quarter_moon", "label": "🌓 First Quarter Moon"},
{"value": "moon", "label": "🌔 Moon"},
{"value": "full_moon", "label": "🌕 Full Moon"},
{"value": "waning_gibbous_moon", "label": "🌖 Waning Gibbous Moon"},
{"value": "last_quarter_moon", "label": "🌗 Last Quarter Moon"},
{"value": "waning_crescent_moon", "label": "🌘 Waning Crescent Moon"},
{"value": "crescent_moon", "label": "🌙 Crescent Moon"},
{"value": "new_moon_with_face", "label": "🌚 New Moon with Face"},
{"value": "first_quarter_moon_with_face", "label": "🌛 First Quarter Moon with Face"},
{"value": "last_quarter_moon_with_face", "label": "🌜 Last Quarter Moon with Face"},
{"value": "thermometer", "label": "🌡 Thermometer"},
{"value": "sunny", "label": "☀️ Sunny"},
{"value": "full_moon_with_face", "label": "🌝 Full Moon with Face"},
{"value": "sun_with_face", "label": "🌞 Sun with Face"},
{"value": "ringed_planet", "label": "🪐 Ringed Planet"},
{"value": "star", "label": "⭐ Star"},
{"value": "star2", "label": "🌟 Star 2"},
{"value": "stars", "label": "🌠 Stars"},
{"value": "milky_way", "label": "🌌 Milky Way"},
{"value": "cloud", "label": "☁️ Cloud"},
{"value": "partly_sunny", "label": "⛅ Partly Sunny"},
{"value": "thunder_cloud_and_rain", "label": "⛈ Thunder Cloud and Rain"},
{"value": "mostly_sunny", "label": "🌤 Mostly Sunny"},
{"value": "barely_sunny", "label": "🌥 Barely Sunny"},
{"value": "partly_sunny_rain", "label": "🌦 Partly Sunny Rain"},
{"value": "rain_cloud", "label": "🌧 Rain Cloud"},
{"value": "snow_cloud", "label": "🌨 Snow Cloud"},
{"value": "lightning", "label": "🌩 Lightning"},
{"value": "tornado", "label": "🌪 Tornado"},
{"value": "fog", "label": "🌫 Fog"},
{"value": "wind_blowing_face", "label": "🌬 Wind Blowing Face"},
{"value": "cyclone", "label": "🌀 Cyclone"},
{"value": "rainbow", "label": "🌈 Rainbow"},
{"value": "closed_umbrella", "label": "🌂 Closed Umbrella"},
{"value": "umbrella", "label": "☂️ Umbrella"},
{"value": "umbrella_with_rain_drops", "label": "☔ Umbrella with Rain Drops"},
{"value": "umbrella_on_ground", "label": "⛱ Umbrella on Ground"},
{"value": "zap", "label": "⚡ Zap"},
{"value": "snowflake", "label": "❄️ Snowflake"},
{"value": "snowman", "label": "☃️ Snowman"},
{"value": "snowman_without_snow", "label": "⛄ Snowman without Snow"},
{"value": "comet", "label": "☄️ Comet"},
{"value": "fire", "label": "🔥 Fire"},
{"value": "droplet", "label": "💧 Droplet"},
{"value": "ocean", "label": "🌊 Ocean"},
],
},
{
"group": "objects",
"items": [
{"value": "eyeglasses", "label": "👓 Eyeglasses"},
{"value": "dark_sunglasses", "label": "🕶 Dark Sunglasses"},
{"value": "goggles", "label": "🥽 Goggles"},
{"value": "lab_coat", "label": "🥼 Lab Coat"},
{"value": "safety_vest", "label": "🦺 Safety Vest"},
{"value": "necktie", "label": "👔 Necktie"},
{"value": "shirt", "label": "👕 Shirt"},
{"value": "jeans", "label": "👖 Jeans"},
{"value": "scarf", "label": "🧣 Scarf"},
{"value": "gloves", "label": "🧤 Gloves"},
{"value": "coat", "label": "🧥 Coat"},
{"value": "socks", "label": "🧦 Socks"},
{"value": "dress", "label": "👗 Dress"},
{"value": "kimono", "label": "👘 Kimono"},
{"value": "sari", "label": "🥻 Sari"},
{"value": "one-piece_swimsuit", "label": "🩱 One-Piece Swimsuit"},
{"value": "briefs", "label": "🩲 Briefs"},
{"value": "shorts", "label": "🩳 Shorts"},
{"value": "bikini", "label": "👙 Bikini"},
{"value": "womans_clothes", "label": "👚 Woman's Clothes"},
{"value": "purse", "label": "👛 Purse"},
{"value": "handbag", "label": "👜 Handbag"},
{"value": "pouch", "label": "👝 Pouch"},
{"value": "shopping_bags", "label": "🛍 Shopping Bags"},
{"value": "school_satchel", "label": "🎒 School Satchel"},
{"value": "thong_sandal", "label": "🩴 Thong Sandal"},
{"value": "mans_shoe", "label": "👞 Man's Shoe"},
{"value": "athletic_shoe", "label": "👟 Athletic Shoe"},
{"value": "hiking_boot", "label": "🥾 Hiking Boot"},
{"value": "womans_flat_shoe", "label": "🥿 Woman's Flat Shoe"},
{"value": "high_heel", "label": "👠 High Heel"},
{"value": "sandal", "label": "👡 Sandal"},
{"value": "ballet_shoes", "label": "🩰 Ballet Shoes"},
{"value": "boot", "label": "👢 Boot"},
{"value": "crown", "label": "👑 Crown"},
{"value": "womans_hat", "label": "👒 Woman's Hat"},
{"value": "tophat", "label": "🎩 Tophat"},
{"value": "mortar_board", "label": "🎓 Mortar Board"},
{"value": "billed_cap", "label": "🧢 Billed Cap"},
{"value": "military_helmet", "label": "🪖 Military Helmet"},
{"value": "helmet_with_white_cross", "label": "⛑ Helmet with White Cross"},
{"value": "prayer_beads", "label": "📿 Prayer Beads"},
{"value": "lipstick", "label": "💄 Lipstick"},
{"value": "ring", "label": "💍 Ring"},
{"value": "gem", "label": "💎 Gem"},
{"value": "mute", "label": "🔇 Mute"},
{"value": "speaker", "label": "🔈 Speaker"},
{"value": "sound", "label": "🔉 Sound"},
{"value": "loud_sound", "label": "🔊 Loud Sound"},
{"value": "loudspeaker", "label": "📢 Loudspeaker"},
{"value": "mega", "label": "📣 Mega"},
{"value": "postal_horn", "label": "📯 Postal Horn"},
{"value": "bell", "label": "🔔 Bell"},
{"value": "no_bell", "label": "🔕 No Bell"},
{"value": "musical_score", "label": "🎼 Musical Score"},
{"value": "musical_note", "label": "🎵 Musical Note"},
{"value": "notes", "label": "🎶 Notes"},
{"value": "studio_microphone", "label": "🎙 Studio Microphone"},
{"value": "level_slider", "label": "🎚 Level Slider"},
{"value": "control_knobs", "label": "🎛 Control Knobs"},
{"value": "microphone", "label": "🎤 Microphone"},
{"value": "headphones", "label": "🎧 Headphones"},
{"value": "radio", "label": "📻 Radio"},
{"value": "saxophone", "label": "🎷 Saxophone"},
{"value": "accordion", "label": "🪗 Accordion"},
{"value": "guitar", "label": "🎸 Guitar"},
{"value": "musical_keyboard", "label": "🎹 Musical Keyboard"},
{"value": "trumpet", "label": "🎺 Trumpet"},
{"value": "violin", "label": "🎻 Violin"},
{"value": "banjo", "label": "🪕 Banjo"},
{"value": "drum_with_drumsticks", "label": "🥁 Drum with Drumsticks"},
{"value": "long_drum", "label": "🪘 Long Drum"},
{"value": "iphone", "label": "📱 iPhone"},
{"value": "calling", "label": "📲 Calling"},
{"value": "phone", "label": "☎️ Phone"},
{"value": "telephone_receiver", "label": "📞 Telephone Receiver"},
{"value": "pager", "label": "📟 Pager"},
{"value": "fax", "label": "📠 Fax"},
{"value": "battery", "label": "🔋 Battery"},
{"value": "low_battery", "label": "🪫 Low Battery"},
{"value": "electric_plug", "label": "🔌 Electric Plug"},
{"value": "computer", "label": "💻 Computer"},
{"value": "desktop_computer", "label": "🖥 Desktop Computer"},
{"value": "printer", "label": "🖨 Printer"},
{"value": "keyboard", "label": "⌨️ Keyboard"},
{"value": "three_button_mouse", "label": "🖱 Three-Button Mouse"},
{"value": "trackball", "label": "🖲 Trackball"},
{"value": "minidisc", "label": "💽 Minidisc"},
{"value": "floppy_disk", "label": "💾 Floppy Disk"},
{"value": "cd", "label": "💿 CD"},
{"value": "dvd", "label": "📀 DVD"},
{"value": "abacus", "label": "🧮 Abacus"},
{"value": "movie_camera", "label": "🎥 Movie Camera"},
{"value": "film_frames", "label": "🎞 Film Frames"},
{"value": "film_projector", "label": "📽 Film Projector"},
{"value": "clapper", "label": "🎬 Clapper"},
{"value": "tv", "label": "📺 TV"},
{"value": "camera", "label": "📷 Camera"},
{"value": "camera_with_flash", "label": "📸 Camera with Flash"},
{"value": "video_camera", "label": "📹 Video Camera"},
{"value": "vhs", "label": "📼 VHS"},
{"value": "mag", "label": "🔍 Mag"},
{"value": "mag_right", "label": "🔎 Mag Right"},
{"value": "candle", "label": "🕯 Candle"},
{"value": "bulb", "label": "💡 Bulb"},
{"value": "flashlight", "label": "🔦 Flashlight"},
{"value": "izakaya_lantern", "label": "🏮 Izakaya Lantern"},
{"value": "diya_lamp", "label": "🪔 Diya Lamp"},
{"value": "notebook_with_decorative_cover", "label": "📔 Notebook with Decorative Cover"},
{"value": "closed_book", "label": "📕 Closed Book"},
{"value": "book", "label": "📖 Book"},
{"value": "green_book", "label": "📗 Green Book"},
{"value": "blue_book", "label": "📘 Blue Book"},
{"value": "orange_book", "label": "📙 Orange Book"},
{"value": "books", "label": "📚 Books"},
{"value": "notebook", "label": "📓 Notebook"},
{"value": "ledger", "label": "📒 Ledger"},
{"value": "page_with_curl", "label": "📃 Page with Curl"},
{"value": "scroll", "label": "📜 Scroll"},
{"value": "page_facing_up", "label": "📄 Page Facing Up"},
{"value": "newspaper", "label": "📰 Newspaper"},
{"value": "rolled_up_newspaper", "label": "🗞 Rolled Up Newspaper"},
{"value": "bookmark_tabs", "label": "📑 Bookmark Tabs"},
{"value": "bookmark", "label": "🔖 Bookmark"},
{"value": "label", "label": "🏷 Label"},
{"value": "moneybag", "label": "💰 Moneybag"},
{"value": "coin", "label": "🪙 Coin"},
{"value": "yen", "label": "💴 Yen"},
{"value": "dollar", "label": "💵 Dollar"},
{"value": "euro", "label": "💶 Euro"},
{"value": "pound", "label": "💷 Pound"},
{"value": "money_with_wings", "label": "💸 Money with Wings"},
{"value": "credit_card", "label": "💳 Credit Card"},
{"value": "receipt", "label": "🧾 Receipt"},
{"value": "chart", "label": "💹 Chart"},
{"value": "email", "label": "📧 Email"},
{"value": "e-mail", "label": "📧 E-mail"},
{"value": "incoming_envelope", "label": "📨 Incoming Envelope"},
{"value": "envelope_with_arrow", "label": "📩 Envelope with Arrow"},
{"value": "outbox_tray", "label": "📤 Outbox Tray"},
{"value": "inbox_tray", "label": "📥 Inbox Tray"},
{"value": "package", "label": "📦 Package"},
{"value": "mailbox", "label": "📫 Mailbox"},
{"value": "mailbox_closed", "label": "📪 Mailbox Closed"},
{"value": "mailbox_with_mail", "label": "📬 Mailbox with Mail"},
{"value": "mailbox_with_no_mail", "label": "📭 Mailbox with No Mail"},
{"value": "postbox", "label": "📮 Postbox"},
{"value": "ballot_box_with_ballot", "label": "🗳 Ballot Box with Ballot"},
{"value": "pencil2", "label": "✏️ Pencil 2"},
{"value": "black_nib", "label": "✒️ Black Nib"},
{"value": "lower_left_fountain_pen", "label": "🖋 Lower Left Fountain Pen"},
{"value": "lower_left_ballpoint_pen", "label": "🖊 Lower Left Ballpoint Pen"},
{"value": "lower_left_paintbrush", "label": "🖌 Lower Left Paintbrush"},
{"value": "lower_left_crayon", "label": "🖍 Lower Left Crayon"},
{"value": "memo", "label": "📝 Memo"},
{"value": "briefcase", "label": "💼 Briefcase"},
{"value": "file_folder", "label": "📁 File Folder"},
{"value": "open_file_folder", "label": "📂 Open File Folder"},
{"value": "card_index_dividers", "label": "🗂 Card Index Dividers"},
{"value": "date", "label": "📅 Date"},
{"value": "calendar", "label": "📆 Calendar"},
{"value": "spiral_note_pad", "label": "🗒 Spiral Note Pad"},
{"value": "spiral_calendar_pad", "label": "🗓 Spiral Calendar Pad"},
{"value": "card_index", "label": "📇 Card Index"},
{"value": "chart_with_upwards_trend", "label": "📈 Chart with Upwards Trend"},
{"value": "chart_with_downwards_trend", "label": "📉 Chart with Downwards Trend"},
{"value": "bar_chart", "label": "📊 Bar Chart"},
{"value": "clipboard", "label": "📋 Clipboard"},
{"value": "pushpin", "label": "📌 Pushpin"},
{"value": "round_pushpin", "label": "📍 Round Pushpin"},
{"value": "paperclip", "label": "📎 Paperclip"},
{"value": "linked_paperclips", "label": "🖇 Linked Paperclips"},
{"value": "straight_ruler", "label": "📏 Straight Ruler"},
{"value": "triangular_ruler", "label": "📐 Triangular Ruler"},
{"value": "scissors", "label": "✂️ Scissors"},
{"value": "card_file_box", "label": "🗃 Card File Box"},
{"value": "file_cabinet", "label": "🗄 File Cabinet"},
{"value": "wastebasket", "label": "🗑 Wastebasket"},
{"value": "lock", "label": "🔒 Lock"},
{"value": "unlock", "label": "🔓 Unlock"},
{"value": "lock_with_ink_pen", "label": "🔏 Lock with Ink Pen"},
{"value": "closed_lock_with_key", "label": "🔐 Closed Lock with Key"},
{"value": "key", "label": "🔑 Key"},
{"value": "old_key", "label": "🗝 Old Key"},
{"value": "hammer", "label": "🔨 Hammer"},
{"value": "axe", "label": "🪓 Axe"},
{"value": "pick", "label": "⛏ Pick"},
{"value": "hammer_and_pick", "label": "⚒ Hammer and Pick"},
{"value": "hammer_and_wrench", "label": "🛠 Hammer and Wrench"},
{"value": "dagger_knife", "label": "🗡 Dagger Knife"},
{"value": "crossed_swords", "label": "⚔️ Crossed Swords"},
{"value": "bomb", "label": "💣 Bomb"},
{"value": "boomerang", "label": "🪃 Boomerang"},
{"value": "bow_and_arrow", "label": "🏹 Bow and Arrow"},
{"value": "shield", "label": "🛡 Shield"},
{"value": "carpentry_saw", "label": "🪚 Carpentry Saw"},
{"value": "wrench", "label": "🔧 Wrench"},
{"value": "screwdriver", "label": "🪛 Screwdriver"},
{"value": "nut_and_bolt", "label": "🔩 Nut and Bolt"},
{"value": "gear", "label": "⚙️ Gear"},
{"value": "compression", "label": "🗜 Compression"},
{"value": "scales", "label": "⚖️ Scales"},
{"value": "probing_cane", "label": "🦯 Probing Cane"},
{"value": "link", "label": "🔗 Link"},
{"value": "chains", "label": "⛓ Chains"},
{"value": "hook", "label": "🪝 Hook"},
{"value": "toolbox", "label": "🧰 Toolbox"},
{"value": "magnet", "label": "🧲 Magnet"},
{"value": "ladder", "label": "🪜 Ladder"},
{"value": "alembic", "label": "⚗️ Alembic"},
{"value": "test_tube", "label": "🧪 Test Tube"},
{"value": "petri_dish", "label": "🧫 Petri Dish"},
{"value": "dna", "label": "🧬 DNA"},
{"value": "microscope", "label": "🔬 Microscope"},
{"value": "telescope", "label": "🔭 Telescope"},
{"value": "satellite_antenna", "label": "📡 Satellite Antenna"},
{"value": "syringe", "label": "💉 Syringe"},
{"value": "drop_of_blood", "label": "🩸 Drop of Blood"},
{"value": "pill", "label": "💊 Pill"},
{"value": "adhesive_bandage", "label": "🩹 Adhesive Bandage"},
{"value": "crutch", "label": "🩼 Crutch"},
{"value": "stethoscope", "label": "🩺 Stethoscope"},
{"value": "x-ray", "label": "🩻 X-Ray"},
{"value": "door", "label": "🚪 Door"},
{"value": "elevator", "label": "🛗 Elevator"},
{"value": "mirror", "label": "🪞 Mirror"},
{"value": "window", "label": "🪟 Window"},
{"value": "bed", "label": "🛏 Bed"},
{"value": "couch_and_lamp", "label": "🛋 Couch and Lamp"},
{"value": "chair", "label": "🪑 Chair"},
{"value": "toilet", "label": "🚽 Toilet"},
{"value": "plunger", "label": "🪠 Plunger"},
{"value": "shower", "label": "🚿 Shower"},
{"value": "bathtub", "label": "🛁 Bathtub"},
{"value": "mouse_trap", "label": "🪤 Mouse Trap"},
{"value": "razor", "label": "🪒 Razor"},
{"value": "lotion_bottle", "label": "🧴 Lotion Bottle"},
{"value": "safety_pin", "label": "🧷 Safety Pin"},
{"value": "broom", "label": "🧹 Broom"},
{"value": "basket", "label": "🧺 Basket"},
{"value": "roll_of_paper", "label": "🧻 Roll of Paper"},
{"value": "bucket", "label": "🪣 Bucket"},
{"value": "soap", "label": "🧼 Soap"},
{"value": "bubbles", "label": "🫧 Bubbles"},
{"value": "toothbrush", "label": "🪥 Toothbrush"},
{"value": "sponge", "label": "🧽 Sponge"},
{"value": "fire_extinguisher", "label": "🧯 Fire Extinguisher"},
{"value": "shopping_trolley", "label": "🛒 Shopping Trolley"},
{"value": "smoking", "label": "🚬 Smoking"},
{"value": "coffin", "label": "⚰️ Coffin"},
{"value": "headstone", "label": "🪦 Headstone"},
{"value": "funeral_urn", "label": "⚱️ Funeral Urn"},
{"value": "nazar_amulet", "label": "🧿 Nazar Amulet"},
{"value": "hamsa", "label": "🪬 Hamsa"},
{"value": "moyai", "label": "🗿 Moyai"},
{"value": "placard", "label": "🪧 Placard"},
{"value": "identification_card", "label": "🪪 Identification Card"},
],
},
{
"group": "symbols",
"items": [
{"value": "atm", "label": "🏧 ATM"},
{"value": "put_litter_in_its_place", "label": "🚮 Put Litter in Its Place"},
{"value": "potable_water", "label": "🚰 Potable Water"},
{"value": "wheelchair", "label": "♿ Wheelchair"},
{"value": "mens", "label": "🚹 Mens"},
{"value": "womens", "label": "🚺 Womens"},
{"value": "restroom", "label": "🚻 Restroom"},
{"value": "baby_symbol", "label": "🚼 Baby Symbol"},
{"value": "wc", "label": "🚾 WC"},
{"value": "passport_control", "label": "🛂 Passport Control"},
{"value": "customs", "label": "🛃 Customs"},
{"value": "baggage_claim", "label": "🛄 Baggage Claim"},
{"value": "left_luggage", "label": "🛅 Left Luggage"},
{"value": "warning", "label": "⚠️ Warning"},
{"value": "children_crossing", "label": "🚸 Children Crossing"},
{"value": "no_entry", "label": "⛔ No Entry"},
{"value": "no_entry_sign", "label": "🚫 No Entry Sign"},
{"value": "no_bicycles", "label": "🚳 No Bicycles"},
{"value": "no_smoking", "label": "🚭 No Smoking"},
{"value": "do_not_litter", "label": "🚯 Do Not Litter"},
{"value": "non-potable_water", "label": "🚱 Non-Potable Water"},
{"value": "no_pedestrians", "label": "🚷 No Pedestrians"},
{"value": "no_mobile_phones", "label": "📵 No Mobile Phones"},
{"value": "underage", "label": "🔞 Underage"},
{"value": "radioactive_sign", "label": "☢️ Radioactive Sign"},
{"value": "biohazard_sign", "label": "☣️ Biohazard Sign"},
{"value": "arrow_up", "label": "⬆️ Arrow Up"},
{"value": "arrow_upper_right", "label": "↗️ Arrow Upper Right"},
{"value": "arrow_right", "label": "➡️ Arrow Right"},
{"value": "arrow_lower_right", "label": "↘️ Arrow Lower Right"},
{"value": "arrow_down", "label": "⬇️ Arrow Down"},
{"value": "arrow_lower_left", "label": "↙️ Arrow Lower Left"},
{"value": "arrow_left", "label": "⬅️ Arrow Left"},
{"value": "arrow_upper_left", "label": "↖️ Arrow Upper Left"},
{"value": "arrow_up_down", "label": "↕️ Arrow Up Down"},
{"value": "left_right_arrow", "label": "↔️ Left Right Arrow"},
{"value": "leftwards_arrow_with_hook", "label": "↩️ Leftwards Arrow with Hook"},
{"value": "arrow_right_hook", "label": "↪️ Arrow Right Hook"},
{"value": "arrow_heading_up", "label": "⤴️ Arrow Heading Up"},
{"value": "arrow_heading_down", "label": "⤵️ Arrow Heading Down"},
{"value": "arrows_clockwise", "label": "🔃 Arrows Clockwise"},
{"value": "arrows_counterclockwise", "label": "🔄 Arrows Counterclockwise"},
{"value": "back", "label": "🔙 Back"},
{"value": "end", "label": "🔚 End"},
{"value": "on", "label": "🔛 On"},
{"value": "soon", "label": "🔜 Soon"},
{"value": "top", "label": "🔝 Top"},
{"value": "place_of_worship", "label": "🛐 Place of Worship"},
{"value": "atom_symbol", "label": "⚛️ Atom Symbol"},
{"value": "om_symbol", "label": "🕉️ Om Symbol"},
{"value": "star_of_david", "label": "✡️ Star of David"},
{"value": "wheel_of_dharma", "label": "☸️ Wheel of Dharma"},
{"value": "yin_yang", "label": "☯️ Yin Yang"},
{"value": "latin_cross", "label": "✝️ Latin Cross"},
{"value": "orthodox_cross", "label": "☦️ Orthodox Cross"},
{"value": "star_and_crescent", "label": "☪️ Star and Crescent"},
{"value": "peace_symbol", "label": "☮️ Peace Symbol"},
{"value": "menorah_with_nine_branches", "label": "🕎 Menorah with Nine Branches"},
{"value": "six_pointed_star", "label": "🔯 Six Pointed Star"},
{"value": "aries", "label": "♈ Aries"},
{"value": "taurus", "label": "♉ Taurus"},
{"value": "gemini", "label": "♊ Gemini"},
{"value": "cancer", "label": "♋ Cancer"},
{"value": "leo", "label": "♌ Leo"},
{"value": "virgo", "label": "♍ Virgo"},
{"value": "libra", "label": "♎ Libra"},
{"value": "scorpius", "label": "♏ Scorpius"},
{"value": "sagittarius", "label": "♐ Sagittarius"},
{"value": "capricorn", "label": "♑ Capricorn"},
{"value": "aquarius", "label": "♒ Aquarius"},
{"value": "pisces", "label": "♓ Pisces"},
{"value": "ophiuchus", "label": "⛎ Ophiuchus"},
{"value": "twisted_rightwards_arrows", "label": "🔀 Twisted Rightwards Arrows"},
{"value": "repeat", "label": "🔁 Repeat"},
{"value": "repeat_one", "label": "🔂 Repeat One"},
{"value": "arrow_forward", "label": "▶️ Arrow Forward"},
{"value": "fast_forward", "label": "⏩ Fast Forward"},
{"value": "black_right_pointing_double_triangle_with_vertical_bar",
"label": "⏯ Black Right Pointing Double Triangle with Vertical Bar"},
{"value": "black_right_pointing_triangle_with_double_vertical_bar",
"label": "⏭ Black Right Pointing Triangle with Double Vertical Bar"},
{"value": "arrow_backward", "label": "◀️ Arrow Backward"},
{"value": "rewind", "label": "⏪ Rewind"},
{"value": "black_left_pointing_double_triangle_with_vertical_bar",
"label": "⏮ Black Left Pointing Double Triangle with Vertical Bar"},
{"value": "arrow_up_small", "label": "🔼 Arrow Up Small"},
{"value": "arrow_double_up", "label": "⏫ Arrow Double Up"},
{"value": "arrow_down_small", "label": "🔽 Arrow Down Small"},
{"value": "arrow_double_down", "label": "⏬ Arrow Double Down"},
{"value": "double_vertical_bar", "label": "⏸ Double Vertical Bar"},
{"value": "black_square_for_stop", "label": "⏹ Black Square for Stop"},
{"value": "black_circle_for_record", "label": "⏺ Black Circle for Record"},
{"value": "eject", "label": "⏏️ Eject"},
{"value": "cinema", "label": "🎦 Cinema"},
{"value": "low_brightness", "label": "🔅 Low Brightness"},
{"value": "high_brightness", "label": "🔆 High Brightness"},
{"value": "signal_strength", "label": "📶 Signal Strength"},
{"value": "vibration_mode", "label": "📳 Vibration Mode"},
{"value": "mobile_phone_off", "label": "📴 Mobile Phone Off"},
{"value": "female_sign", "label": "♀️ Female Sign"},
{"value": "male_sign", "label": "♂️ Male Sign"},
{"value": "transgender_symbol", "label": "⚧ Transgender Symbol"},
{"value": "heavy_multiplication_x", "label": "✖️ Heavy Multiplication X"},
{"value": "heavy_plus_sign", "label": "➕ Heavy Plus Sign"},
{"value": "heavy_minus_sign", "label": "➖ Heavy Minus Sign"},
{"value": "heavy_division_sign", "label": "➗ Heavy Division Sign"},
{"value": "heavy_equals_sign", "label": "🟰 Heavy Equals Sign"},
{"value": "infinity", "label": "♾ Infinity"},
{"value": "bangbang", "label": "‼️ Bangbang"},
{"value": "interrobang", "label": "⁉️ Interrobang"},
{"value": "question", "label": "❓ Question"},
{"value": "grey_question", "label": "❔ Grey Question"},
{"value": "grey_exclamation", "label": "❕ Grey Exclamation"},
{"value": "exclamation", "label": "❗ Exclamation"},
{"value": "wavy_dash", "label": "〰️ Wavy Dash"},
{"value": "currency_exchange", "label": "💱 Currency Exchange"},
{"value": "heavy_dollar_sign", "label": "💲 Heavy Dollar Sign"},
{"value": "medical_symbol", "label": "⚕️ Medical Symbol"},
{"value": "recycle", "label": "♻️ Recycle"},
{"value": "fleur_de_lis", "label": "⚜️ Fleur de Lis"},
{"value": "trident", "label": "🔱 Trident"},
{"value": "name_badge", "label": "📛 Name Badge"},
{"value": "beginner", "label": "🔰 Beginner"},
{"value": "o", "label": "⭕ O"},
{"value": "white_check_mark", "label": "✅ White Check Mark"},
{"value": "ballot_box_with_check", "label": "☑️ Ballot Box with Check"},
{"value": "heavy_check_mark", "label": "✔️ Heavy Check Mark"},
{"value": "x", "label": "❌ X"},
{"value": "negative_squared_cross_mark", "label": "❎ Negative Squared Cross Mark"},
{"value": "curly_loop", "label": "➰ Curly Loop"},
{"value": "loop", "label": "➿ Loop"},
{"value": "part_alternation_mark", "label": "〽️ Part Alternation Mark"},
{"value": "eight_spoked_asterisk", "label": "✳️ Eight Spoked Asterisk"},
{"value": "eight_pointed_black_star", "label": "✴️ Eight Pointed Black Star"},
{"value": "sparkle", "label": "❇️ Sparkle"},
{"value": "copyright", "label": "©️ Copyright"},
{"value": "registered", "label": "®️ Registered"},
{"value": "tm", "label": "™️ TM"},
{"value": "hash", "label": "#️⃣ Hash"},
{"value": "keycap_star", "label": "*️⃣ Keycap Star"},
{"value": "zero", "label": "0️⃣ Zero"},
{"value": "one", "label": "1️⃣ One"},
{"value": "two", "label": "2️⃣ Two"},
{"value": "three", "label": "3️⃣ Three"},
{"value": "four", "label": "4️⃣ Four"},
{"value": "five", "label": "5️⃣ Five"},
{"value": "six", "label": "6️⃣ Six"},
{"value": "seven", "label": "7️⃣ Seven"},
{"value": "eight", "label": "8️⃣ Eight"},
{"value": "nine", "label": "9️⃣ Nine"},
{"value": "keycap_ten", "label": "🔟 Keycap Ten"},
{"value": "capital_abcd", "label": "🔠 Capital ABCD"},
{"value": "abcd", "label": "🔡 ABCD"},
{"value": "1234", "label": "🔢 1234"},
{"value": "symbols", "label": "🔣 Symbols"},
{"value": "abc", "label": "🔤 ABC"},
{"value": "a", "label": "🅰️ A"},
{"value": "ab", "label": "🆎 AB"},
{"value": "b", "label": "🅱️ B"},
{"value": "cl", "label": "🆑 CL"},
{"value": "cool", "label": "🆒 Cool"},
{"value": "free", "label": "🆓 Free"},
{"value": "information_source", "label": "ℹ️ Information Source"},
{"value": "id", "label": "🆔 ID"},
{"value": "m", "label": "Ⓜ️ M"},
{"value": "new", "label": "🆕 New"},
{"value": "ng", "label": "🆖 NG"},
{"value": "o2", "label": "🅾️ O2"},
{"value": "ok", "label": "🆗 OK"},
{"value": "parking", "label": "🅿️ Parking"},
{"value": "sos", "label": "🆘 SOS"},
{"value": "up", "label": "🆙 UP"},
{"value": "vs", "label": "🆚 VS"},
{"value": "koko", "label": "🈁 KOKO"},
{"value": "sa", "label": "🈂️ SA"},
{"value": "u6708", "label": "🈷️ U6708"},
{"value": "u6709", "label": "🈶 U6709"},
{"value": "u6307", "label": "🈯 U6307"},
{"value": "ideograph_advantage", "label": "🉐 Ideograph Advantage"},
{"value": "u5272", "label": "🈹 U5272"},
{"value": "u7121", "label": "🈚 U7121"},
{"value": "u7981", "label": "🈲 U7981"},
{"value": "accept", "label": "🉑 Accept"},
{"value": "u7533", "label": "🈸 U7533"},
{"value": "u5408", "label": "🈴 U5408"},
{"value": "u7a7a", "label": "🈳 U7A7A"},
{"value": "congratulations", "label": "㊗️ Congratulations"},
{"value": "secret", "label": "㊙️ Secret"},
{"value": "u55b6", "label": "🈺 U55B6"},
{"value": "u6e80", "label": "🈵 U6E80"},
{"value": "red_circle", "label": "🔴 Red Circle"},
{"value": "large_orange_circle", "label": "🟠 Large Orange Circle"},
{"value": "large_yellow_circle", "label": "🟡 Large Yellow Circle"},
{"value": "large_green_circle", "label": "🟢 Large Green Circle"},
{"value": "large_blue_circle", "label": "🔵 Large Blue Circle"},
{"value": "large_purple_circle", "label": "🟣 Large Purple Circle"},
{"value": "large_brown_circle", "label": "🟤 Large Brown Circle"},
{"value": "black_circle", "label": "⚫ Black Circle"},
{"value": "white_circle", "label": "⚪ White Circle"},
{"value": "large_red_square", "label": "🟥 Large Red Square"},
{"value": "large_orange_square", "label": "🟧 Large Orange Square"},
{"value": "large_yellow_square", "label": "🟨 Large Yellow Square"},
{"value": "large_green_square", "label": "🟩 Large Green Square"},
{"value": "large_blue_square", "label": "🟦 Large Blue Square"},
{"value": "large_purple_square", "label": "🟪 Large Purple Square"},
{"value": "large_brown_square", "label": "🟫 Large Brown Square"},
{"value": "black_large_square", "label": "⬛ Black Large Square"},
{"value": "white_large_square", "label": "⬜ White Large Square"},
{"value": "black_medium_square", "label": "◼️ Black Medium Square"},
{"value": "white_medium_square", "label": "◻️ White Medium Square"},
{"value": "black_medium_small_square", "label": "◾ Black Medium Small Square"},
{"value": "white_medium_small_square", "label": "◽ White Medium Small Square"},
{"value": "black_small_square", "label": "▪️ Black Small Square"},
{"value": "white_small_square", "label": "▫️ White Small Square"},
{"value": "large_orange_diamond", "label": "🔶 Large Orange Diamond"},
{"value": "large_blue_diamond", "label": "🔷 Large Blue Diamond"},
{"value": "small_orange_diamond", "label": "🔸 Small Orange Diamond"},
{"value": "small_blue_diamond", "label": "🔹 Small Blue Diamond"},
{"value": "small_red_triangle", "label": "🔺 Small Red Triangle"},
{"value": "small_red_triangle_down", "label": "🔻 Small Red Triangle Down"},
{"value": "diamond_shape_with_a_dot_inside", "label": "💠 Diamond Shape with a Dot Inside"},
{"value": "radio_button", "label": "🔘 Radio Button"},
{"value": "white_square_button", "label": "🔳 White Square Button"},
{"value": "black_square_button", "label": "🔲 Black Square Button"},
],
},
{
"group": "flags",
"items": [
{"value": "checkered_flag", "label": "🏁 Checkered Flag"},
{"value": "cn", "label": "🇨🇳 CN"},
{"value": "crossed_flags", "label": "🎌 Crossed Flags"},
{"value": "de", "label": "🇩🇪 DE"},
{"value": "es", "label": "🇪🇸 ES"},
{"value": "flag-ac", "label": "🇦🇨 Flag AC"},
{"value": "flag-ad", "label": "🇦🇩 Flag AD"},
{"value": "flag-ae", "label": "🇦🇪 Flag AE"},
{"value": "flag-af", "label": "🇦🇫 Flag AF"},
{"value": "flag-ag", "label": "🇦🇬 Flag AG"},
{"value": "flag-ai", "label": "🇦🇮 Flag AI"},
{"value": "flag-al", "label": "🇦🇱 Flag AL"},
{"value": "flag-am", "label": "🇦🇲 Flag AM"},
{"value": "flag-ao", "label": "🇦🇴 Flag AO"},
{"value": "flag-aq", "label": "🇦🇶 Flag AQ"},
{"value": "flag-ar", "label": "🇦🇷 Flag AR"},
{"value": "flag-as", "label": "🇦🇸 Flag AS"},
{"value": "flag-at", "label": "🇦🇹 Flag AT"},
{"value": "flag-au", "label": "🇦🇺 Flag AU"},
{"value": "flag-aw", "label": "🇦🇼 Flag AW"},
{"value": "flag-ax", "label": "🇦🇽 Flag AX"},
{"value": "flag-az", "label": "🇦🇿 Flag AZ"},
{"value": "flag-ba", "label": "🇧🇦 Flag BA"},
{"value": "flag-bb", "label": "🇧🇧 Flag BB"},
{"value": "flag-bd", "label": "🇧🇩 Flag BD"},
{"value": "flag-be", "label": "🇧🇪 Flag BE"},
{"value": "flag-bf", "label": "🇧🇫 Flag BF"},
{"value": "flag-bg", "label": "🇧🇬 Flag BG"},
{"value": "flag-bh", "label": "🇧🇭 Flag BH"},
{"value": "flag-bi", "label": "🇧🇮 Flag BI"},
{"value": "flag-bj", "label": "🇧🇯 Flag BJ"},
{"value": "flag-bl", "label": "🇧🇱 Flag BL"},
{"value": "flag-bm", "label": "🇧🇲 Flag BM"},
{"value": "flag-bn", "label": "🇧🇳 Flag BN"},
{"value": "flag-bo", "label": "🇧🇴 Flag BO"},
{"value": "flag-bq", "label": "🇧🇶 Flag BQ"},
{"value": "flag-br", "label": "🇧🇷 Flag BR"},
{"value": "flag-bs", "label": "🇧🇸 Flag BS"},
{"value": "flag-bt", "label": "🇧🇹 Flag BT"},
{"value": "flag-bv", "label": "🇧🇻 Flag BV"},
{"value": "flag-bw", "label": "🇧🇼 Flag BW"},
{"value": "flag-by", "label": "🇧🇾 Flag BY"},
{"value": "flag-bz", "label": "🇧🇿 Flag BZ"},
{"value": "flag-ca", "label": "🇨🇦 Flag CA"},
{"value": "flag-cc", "label": "🇨🇨 Flag CC"},
{"value": "flag-cd", "label": "🇨🇩 Flag CD"},
{"value": "flag-cf", "label": "🇨🇫 Flag CF"},
{"value": "flag-cg", "label": "🇨🇬 Flag CG"},
{"value": "flag-ch", "label": "🇨🇭 Flag CH"},
{"value": "flag-ci", "label": "🇨🇮 Flag CI"},
{"value": "flag-ck", "label": "🇨🇰 Flag CK"},
{"value": "flag-cl", "label": "🇨🇱 Flag CL"},
{"value": "flag-cm", "label": "🇨🇲 Flag CM"},
{"value": "flag-co", "label": "🇨🇴 Flag CO"},
{"value": "flag-cp", "label": "🇨🇵 Flag CP"},
{"value": "flag-cr", "label": "🇨🇷 Flag CR"},
{"value": "flag-cu", "label": "🇨🇺 Flag CU"},
{"value": "flag-cv", "label": "🇨🇻 Flag CV"},
{"value": "flag-cw", "label": "🇨🇼 Flag CW"},
{"value": "flag-cx", "label": "🇨🇽 Flag CX"},
{"value": "flag-cy", "label": "🇨🇾 Flag CY"},
{"value": "flag-cz", "label": "🇨🇿 Flag CZ"},
{"value": "flag-dg", "label": "🇩🇬 Flag DG"},
{"value": "flag-dj", "label": "🇩🇯 Flag DJ"},
{"value": "flag-dk", "label": "🇩🇰 Flag DK"},
{"value": "flag-dm", "label": "🇩🇲 Flag DM"},
{"value": "flag-do", "label": "🇩🇴 Flag DO"},
{"value": "flag-dz", "label": "🇩🇿 Flag DZ"},
{"value": "flag-ea", "label": "🇪🇦 Flag EA"},
{"value": "flag-ec", "label": "🇪🇨 Flag EC"},
{"value": "flag-ee", "label": "🇪🇪 Flag EE"},
{"value": "flag-eg", "label": "🇪🇬 Flag EG"},
{"value": "flag-eh", "label": "🇪🇭 Flag EH"},
{"value": "flag-england", "label": "🏴 Flag England"},
{"value": "flag-er", "label": "🇪🇷 Flag ER"},
{"value": "flag-et", "label": "🇪🇹 Flag ET"},
{"value": "flag-eu", "label": "🇪🇺 Flag EU"},
{"value": "flag-fi", "label": "🇫🇮 Flag FI"},
{"value": "flag-fj", "label": "🇫🇯 Flag FJ"},
{"value": "flag-fk", "label": "🇫🇰 Flag FK"},
{"value": "flag-fm", "label": "🇫🇲 Flag FM"},
{"value": "flag-fo", "label": "🇫🇴 Flag FO"},
{"value": "flag-ga", "label": "🇬🇦 Flag GA"},
{"value": "flag-gd", "label": "🇬🇩 Flag GD"},
{"value": "flag-ge", "label": "🇬🇪 Flag GE"},
{"value": "flag-gf", "label": "🇬🇫 Flag GF"},
{"value": "flag-gg", "label": "🇬🇬 Flag GG"},
{"value": "flag-gh", "label": "🇬🇭 Flag GH"},
{"value": "flag-gi", "label": "🇬🇮 Flag GI"},
{"value": "flag-gl", "label": "🇬🇱 Flag GL"},
{"value": "flag-gm", "label": "🇬🇲 Flag GM"},
{"value": "flag-gn", "label": "🇬🇳 Flag GN"},
{"value": "flag-gp", "label": "🇬🇵 Flag GP"},
{"value": "flag-gq", "label": "🇬🇶 Flag GQ"},
{"value": "flag-gr", "label": "🇬🇷 Flag GR"},
{"value": "flag-gs", "label": "🇬🇸 Flag GS"},
{"value": "flag-gt", "label": "🇬🇹 Flag GT"},
{"value": "flag-gu", "label": "🇬🇺 Flag GU"},
{"value": "flag-gw", "label": "🇬🇼 Flag GW"},
{"value": "flag-gy", "label": "🇬🇾 Flag GY"},
{"value": "flag-hk", "label": "🇭🇰 Flag HK"},
{"value": "flag-hm", "label": "🇭🇲 Flag HM"},
{"value": "flag-hn", "label": "🇭🇳 Flag HN"},
{"value": "flag-hr", "label": "🇭🇷 Flag HR"},
{"value": "flag-ht", "label": "🇭🇹 Flag HT"},
{"value": "flag-hu", "label": "🇭🇺 Flag HU"},
{"value": "flag-ic", "label": "🇮🇨 Flag IC"},
{"value": "flag-id", "label": "🇮🇩 Flag ID"},
{"value": "flag-ie", "label": "🇮🇪 Flag IE"},
{"value": "flag-il", "label": "🇮🇱 Flag IL"},
{"value": "flag-im", "label": "🇮🇲 Flag IM"},
{"value": "flag-in", "label": "🇮🇳 Flag IN"},
{"value": "flag-io", "label": "🇮🇴 Flag IO"},
{"value": "flag-iq", "label": "🇮🇶 Flag IQ"},
{"value": "flag-ir", "label": "🇮🇷 Flag IR"},
{"value": "flag-is", "label": "🇮🇸 Flag IS"},
{"value": "flag-je", "label": "🇯🇪 Flag JE"},
{"value": "flag-jm", "label": "🇯🇲 Flag JM"},
{"value": "flag-jo", "label": "🇯🇴 Flag JO"},
{"value": "flag-ke", "label": "🇰🇪 Flag KE"},
{"value": "flag-kg", "label": "🇰🇬 Flag KG"},
{"value": "flag-kh", "label": "🇰🇭 Flag KH"},
{"value": "flag-ki", "label": "🇰🇮 Flag KI"},
{"value": "flag-km", "label": "🇰🇲 Flag KM"},
{"value": "flag-kn", "label": "🇰🇳 Flag KN"},
{"value": "flag-kp", "label": "🇰🇵 Flag KP"},
{"value": "flag-kw", "label": "🇰🇼 Flag KW"},
{"value": "flag-ky", "label": "🇰🇾 Flag KY"},
{"value": "flag-kz", "label": "🇰🇿 Flag KZ"},
{"value": "flag-la", "label": "🇱🇦 Flag LA"},
{"value": "flag-lb", "label": "🇱🇧 Flag LB"},
{"value": "flag-lc", "label": "🇱🇨 Flag LC"},
{"value": "flag-li", "label": "🇱🇮 Flag LI"},
{"value": "flag-lk", "label": "🇱🇰 Flag LK"},
{"value": "flag-lr", "label": "🇱🇷 Flag LR"},
{"value": "flag-ls", "label": "🇱🇸 Flag LS"},
{"value": "flag-lt", "label": "🇱🇹 Flag LT"},
{"value": "flag-lu", "label": "🇱🇺 Flag LU"},
{"value": "flag-lv", "label": "🇱🇻 Flag LV"},
{"value": "flag-ly", "label": "🇱🇾 Flag LY"},
{"value": "flag-ma", "label": "🇲🇦 Flag MA"},
{"value": "flag-mc", "label": "🇲🇨 Flag MC"},
{"value": "flag-md", "label": "🇲🇩 Flag MD"},
{"value": "flag-me", "label": "🇲🇪 Flag ME"},
{"value": "flag-mf", "label": "🇲🇫 Flag MF"},
{"value": "flag-mg", "label": "🇲🇬 Flag MG"},
{"value": "flag-mh", "label": "🇲🇭 Flag MH"},
{"value": "flag-mk", "label": "🇲🇰 Flag MK"},
{"value": "flag-ml", "label": "🇲🇱 Flag ML"},
{"value": "flag-mm", "label": "🇲🇲 Flag MM"},
{"value": "flag-mn", "label": "🇲🇳 Flag MN"},
{"value": "flag-mo", "label": "🇲🇴 Flag MO"},
{"value": "flag-mp", "label": "🇲🇵 Flag MP"},
{"value": "flag-mq", "label": "🇲🇶 Flag MQ"},
{"value": "flag-mr", "label": "🇲🇷 Flag MR"},
{"value": "flag-ms", "label": "🇲🇸 Flag MS"},
{"value": "flag-mt", "label": "🇲🇹 Flag MT"},
{"value": "flag-mu", "label": "🇲🇺 Flag MU"},
{"value": "flag-mv", "label": "🇲🇻 Flag MV"},
{"value": "flag-mw", "label": "🇲🇼 Flag MW"},
{"value": "flag-mx", "label": "🇲🇽 Flag MX"},
{"value": "flag-my", "label": "🇲🇾 Flag MY"},
{"value": "flag-mz", "label": "🇲🇿 Flag MZ"},
{"value": "flag-na", "label": "🇳🇦 Flag NA"},
{"value": "flag-nc", "label": "🇳🇨 Flag NC"},
{"value": "flag-ne", "label": "🇳🇪 Flag NE"},
{"value": "flag-nf", "label": "🇳🇫 Flag NF"},
{"value": "flag-ng", "label": "🇳🇬 Flag NG"},
{"value": "flag-ni", "label": "🇳🇮 Flag NI"},
{"value": "flag-nl", "label": "🇳🇱 Flag NL"},
{"value": "flag-no", "label": "🇳🇴 Flag NO"},
{"value": "flag-np", "label": "🇳🇵 Flag NP"},
{"value": "flag-nr", "label": "🇳🇷 Flag NR"},
{"value": "flag-nu", "label": "🇳🇺 Flag NU"},
{"value": "flag-nz", "label": "🇳🇿 Flag NZ"},
{"value": "flag-om", "label": "🇴🇲 Flag OM"},
{"value": "flag-pa", "label": "🇵🇦 Flag PA"},
{"value": "flag-pe", "label": "🇵🇪 Flag PE"},
{"value": "flag-pf", "label": "🇵🇫 Flag PF"},
{"value": "flag-pg", "label": "🇵🇬 Flag PG"},
{"value": "flag-ph", "label": "🇵🇭 Flag PH"},
{"value": "flag-pk", "label": "🇵🇰 Flag PK"},
{"value": "flag-pl", "label": "🇵🇱 Flag PL"},
{"value": "flag-pm", "label": "🇵🇲 Flag PM"},
{"value": "flag-pn", "label": "🇵🇳 Flag PN"},
{"value": "flag-pr", "label": "🇵🇷 Flag PR"},
{"value": "flag-ps", "label": "🇵🇸 Flag PS"},
{"value": "flag-pt", "label": "🇵🇹 Flag PT"},
{"value": "flag-pw", "label": "🇵🇼 Flag PW"},
{"value": "flag-py", "label": "🇵🇾 Flag PY"},
{"value": "flag-qa", "label": "🇶🇦 Flag QA"},
{"value": "flag-re", "label": "🇷🇪 Flag RE"},
{"value": "flag-ro", "label": "🇷🇴 Flag RO"},
{"value": "flag-rs", "label": "🇷🇸 Flag RS"},
{"value": "flag-rw", "label": "🇷🇼 Flag RW"},
{"value": "flag-sa", "label": "🇸🇦 Flag SA"},
{"value": "flag-sb", "label": "🇸🇧 Flag SB"},
{"value": "flag-sc", "label": "🇸🇨 Flag SC"},
{"value": "flag-scotland", "label": "🏴 Flag Scotland"},
{"value": "flag-sd", "label": "🇸🇩 Flag SD"},
{"value": "flag-se", "label": "🇸🇪 Flag SE"},
{"value": "flag-sg", "label": "🇸🇬 Flag SG"},
{"value": "flag-sh", "label": "🇸🇭 Flag SH"},
{"value": "flag-si", "label": "🇸🇮 Flag SI"},
{"value": "flag-sj", "label": "🇸🇯 Flag SJ"},
{"value": "flag-sk", "label": "🇸🇰 Flag SK"},
{"value": "flag-sl", "label": "🇸🇱 Flag SL"},
{"value": "flag-sm", "label": "🇸🇲 Flag SM"},
{"value": "flag-sn", "label": "🇸🇳 Flag SN"},
{"value": "flag-so", "label": "🇸🇴 Flag SO"},
{"value": "flag-sr", "label": "🇸🇷 Flag SR"},
{"value": "flag-ss", "label": "🇸🇸 Flag SS"},
{"value": "flag-st", "label": "🇸🇹 Flag ST"},
{"value": "flag-sv", "label": "🇸🇻 Flag SV"},
{"value": "flag-sx", "label": "🇸🇽 Flag SX"},
{"value": "flag-sy", "label": "🇸🇾 Flag SY"},
{"value": "flag-sz", "label": "🇸🇿 Flag SZ"},
{"value": "flag-ta", "label": "🇹🇦 Flag TA"},
{"value": "flag-tc", "label": "🇹🇨 Flag TC"},
{"value": "flag-td", "label": "🇹🇩 Flag TD"},
{"value": "flag-tf", "label": "🇹🇫 Flag TF"},
{"value": "flag-tg", "label": "🇹🇬 Flag TG"},
{"value": "flag-th", "label": "🇹🇭 Flag TH"},
{"value": "flag-tj", "label": "🇹🇯 Flag TJ"},
{"value": "flag-tk", "label": "🇹🇰 Flag TK"},
{"value": "flag-tl", "label": "🇹🇱 Flag TL"},
{"value": "flag-tm", "label": "🇹🇲 Flag TM"},
{"value": "flag-tn", "label": "🇹🇳 Flag TN"},
{"value": "flag-to", "label": "🇹🇴 Flag TO"},
{"value": "flag-tr", "label": "🇹🇷 Flag TR"},
{"value": "flag-tt", "label": "🇹🇹 Flag TT"},
{"value": "flag-tv", "label": "🇹🇻 Flag TV"},
{"value": "flag-tw", "label": "🇹🇼 Flag TW"},
{"value": "flag-tz", "label": "🇹🇿 Flag TZ"},
{"value": "flag-ua", "label": "🇺🇦 Flag UA"},
{"value": "flag-ug", "label": "🇺🇬 Flag UG"},
{"value": "flag-um", "label": "🇺🇲 Flag UM"},
{"value": "flag-un", "label": "🇺🇳 Flag UN"},
{"value": "flag-uy", "label": "🇺🇾 Flag UY"},
{"value": "flag-uz", "label": "🇺🇿 Flag UZ"},
{"value": "flag-va", "label": "🇻🇦 Flag VA"},
{"value": "flag-vc", "label": "🇻🇨 Flag VC"},
{"value": "flag-ve", "label": "🇻🇪 Flag VE"},
{"value": "flag-vg", "label": "🇻🇬 Flag VG"},
{"value": "flag-vi", "label": "🇻🇮 Flag VI"},
{"value": "flag-vn", "label": "🇻🇳 Flag VN"},
{"value": "flag-vu", "label": "🇻🇺 Flag VU"},
{"value": "flag-wales", "label": "🏴 Flag Wales"},
{"value": "flag-wf", "label": "🇼🇫 Flag WF"},
{"value": "flag-ws", "label": "🇼🇸 Flag WS"},
{"value": "flag-xk", "label": "🇽🇰 Flag XK"},
{"value": "flag-ye", "label": "🇾🇪 Flag YE"},
{"value": "flag-yt", "label": "🇾🇹 Flag YT"},
{"value": "flag-za", "label": "🇿🇦 Flag ZA"},
{"value": "flag-zm", "label": "🇿🇲 Flag ZM"},
{"value": "flag-zw", "label": "🇿🇼 Flag ZW"},
{"value": "fr", "label": "🇫🇷 FR"},
{"value": "gb", "label": "🇬🇧 GB"},
{"value": "it", "label": "🇮🇹 IT"},
{"value": "jp", "label": "🇯🇵 JP"},
{"value": "kr", "label": "🇰🇷 KR"},
{"value": "pirate_flag", "label": "🏴☠️ Pirate Flag"},
{"value": "rainbow-flag", "label": "🏳️🌈 Rainbow Flag"},
{"value": "ru", "label": "🇷🇺 RU"},
{"value": "transgender_flag", "label": "🏳️⚧️ Transgender Flag"},
{"value": "triangular_flag_on_post", "label": "🚩 Triangular Flag on Post"},
{"value": "us", "label": "🇺🇸 US"},
{"value": "waving_black_flag", "label": "🏴 Waving Black Flag"},
{"value": "waving_white_flag", "label": "🏳️ Waving White Flag"}
],
},
]
component = dmc.Grid(
children=[
dmc.GridCol(dmc.Paper(
html.Div(id="view-dem", style={'marginTop': '40px'}),
id="intro-wrapper-dem",
), span=6),
dmc.GridCol(dmc.Stack(
[
dmc.MultiSelect(
label="categories",
placeholder="Select all emoji categories you'd want displayed.",
id="dem-categories-multi-select",
value=['frequent', 'people', 'nature', 'foods', 'activity', 'places', 'objects', 'symbols', 'flags',
'custom'],
data=[
{"value": "frequent", "label": "Frequent"},
{"value": "people", "label": "People"},
{"value": "nature", "label": "Nature"},
{"value": "foods", "label": "Foods"},
{"value": "activity", "label": "Activity"},
{"value": "places", "label": "Places"},
{"value": "objects", "label": "Objects"},
{"value": "symbols", "label": "Symbols"},
{"value": "flags", "label": "Flags"},
{"value": "custom", "label": "Custom"},
],
mb=10,
searchable=True,
),
dmc.Select(
label="Select Set (doesn't fully work yet)",
placeholder="Select one",
id="dem-text-set",
value="native",
data=[
{"value": "native", "label": "native"},
{"value": "apple", "label": "apple"},
{"value": "google", "label": "google"},
{"value": "twitter", "label": "twitter"},
{"value": "facebook", "label": "facebook"},
],
),
dmc.Select(
label="Select theme",
placeholder="Select one",
id="dem-text-theme",
value="auto",
data=[
{"value": "auto", "label": "auto"},
{"value": "light", "label": "light"},
{"value": "dark", "label": "dark"},
],
),
dmc.NumberInput(id="dem-text-emojiButtonRadius", label="emojiButtonRadius", mb=10, value=100, min=0,
max=100, step=1),
dmc.NumberInput(id="dem-text-emojiButtonSize", label="emojiButtonSize", mb=10, value=36, min=0,
max=100, step=1),
dmc.NumberInput(id="dem-text-emojiSize", label="emojiSize", mb=10, value=24, min=0,
max=100, step=1),
dmc.NumberInput(id="dem-text-emojiVersion", label="emojiVersion", mb=10, value=24, min=0,
max=15, step=1),
dmc.MultiSelect(
label="exceptEmojis",
placeholder="Select all emoji's you'd want excluded.",
id="dem-exceptEmojis-multi-select",
value=["grinning", "bear"],
data=data_grouped,
mb=10,
searchable=True,
),
dmc.Select(
label="Select icons",
placeholder="Select one",
id="dem-text-icons",
value="auto",
data=[
{"value": "auto", "label": "auto"},
{"value": "outline", "label": "outline"},
{"value": "solid", "label": "solid"},
],
),
# en, ar, be, cs, de, es, fa, fi, fr, hi, it, ja, ko, nl, pl, pt, ru, sa, tr, uk, vi, zh
dmc.Select(
label="Select locale",
placeholder="Select one",
id="dem-text-locale",
value="en",
data=[
{"value": "en", "label": "en"},
{"value": "ar", "label": "ar"},
{"value": "be", "label": "be"},
{"value": "cs", "label": "cs"},
{"value": "de", "label": "de"},
{"value": "es", "label": "es"},
{"value": "fa", "label": "fa"},
{"value": "fi", "label": "fi"},
{"value": "fr", "label": "fr"},
{"value": "hi", "label": "hi"},
{"value": "it", "label": "it"},
{"value": "ja", "label": "ja"},
{"value": "ko", "label": "ko"},
{"value": "nl", "label": "nl"},
{"value": "pl", "label": "pl"},
{"value": "pt", "label": "pt"},
{"value": "ru", "label": "ru"},
{"value": "sa", "label": "sa"},
{"value": "tr", "label": "tr"},
{"value": "uk", "label": "uk"},
{"value": "vi", "label": "vi"},
{"value": "zh", "label": "zh"},
],
),
dmc.NumberInput(id="dem-maxFrequentRows", label="maxFrequentRows", mb=10, value=24, min=0, max=10, step=1),
dmc.Select(
label="Select navPosition",
placeholder="Select one",
id="dem-text-navPosition",
value="top",
data=[
{"value": "top", "label": "top"},
{"value": "bottom", "label": "bottom"},
{"value": "none", "label": "none"},
],
),
# dynamicWidth
dmc.Checkbox(
id="checkbox-dynamicWidth", label="dynamicWidth", checked=False, mb=10
),
dmc.Checkbox(
id="checkbox-noCountryFlags", label="noCountryFlags", checked=False, mb=10
),
dmc.NumberInput(id="dem-perLine", label="perLine", mb=10, value=9, min=0, max=20,
step=1),
dmc.Select(
label="Select previewEmoji",
placeholder="Select one",
id="dem-text-previewEmoji",
value="point_up",
data=data_grouped,
searchable=True,
),
dmc.Select(
label="Select previewPosition",
placeholder="Select one",
id="dem-text-previewPosition",
value="bottom",
data=[
{"value": "top", "label": "top"},
{"value": "bottom", "label": "bottom"},
{"value": "none", "label": "none"},
],
),
# searchPosition sticky, static, none
dmc.Select(
label="Select searchPosition",
placeholder="Select one",
id="dem-text-searchPosition",
value="sticky",
data=[
{"value": "sticky", "label": "sticky"},
{"value": "static", "label": "static"},
{"value": "none", "label": "none"},
],
),
dmc.NumberInput(id="dem-skin", label="skin", mb=10, value=1, min=1, max=6,
step=1),
# preview, search, none
dmc.Select(
label="Select skinTonePosition",
placeholder="Select one",
id="dem-text-skinTonePosition",
value="preview",
data=[
{"value": "preview", "label": "preview"},
{"value": "search", "label": "search"},
{"value": "none", "label": "none"},
],
),
],
style={'overflow-y': 'auto', 'max-height': '500px', 'width': '25vw'},
), span=6),
],
grow=True
)
@callback(
Output("view-dem", "children"),
Input("dem-categories-multi-select", "value"),
Input("dem-text-set", "value"),
Input("dem-text-theme", "value"),
Input("dem-text-emojiButtonRadius", "value"),
Input("dem-text-emojiButtonSize", "value"),
Input("dem-text-emojiSize", "value"),
Input("dem-text-emojiVersion", "value"),
Input("dem-exceptEmojis-multi-select", "value"),
Input("dem-text-icons", "value"),
Input("dem-text-locale", "value"),
Input("dem-maxFrequentRows", "value"),
Input("dem-text-navPosition", "value"),
Input("checkbox-dynamicWidth", "checked"),
Input("checkbox-noCountryFlags", "checked"),
Input("dem-perLine", "value"),
Input("dem-text-previewEmoji", "value"),
Input("dem-text-previewPosition", "value"),
Input("dem-text-searchPosition", "value"),
Input("dem-skin", "value"),
)
def update_output(categories, set, theme, emojiButtonRadius, emojiButtonSize, emojiSize, emojiVersion, exceptEmojis, icons, locale, maxFrequentRows, navPosition, dynamicWidth, noCountryFlags, perLine, previewEmoji, previewPosition, searchPosition, skin):
return dmc.Center(DashEmojiMart(
id=f"emoji-mart-example-{set}-{theme}-{emojiButtonRadius}-{emojiButtonSize}-{emojiSize}-{emojiVersion}-{icons}-{locale}-{maxFrequentRows}-{navPosition}-{dynamicWidth}-{noCountryFlags}-{perLine}-{previewPosition}-{searchPosition}-{skin}",
categories=categories,
set=set,
theme=theme,
emojiButtonRadius=f"{emojiButtonRadius}%",
emojiButtonSize=emojiButtonSize,
emojiSize=emojiSize,
emojiVersion=emojiVersion,
exceptEmojis=exceptEmojis,
icons=icons,
locale=locale,
maxFrequentRows=maxFrequentRows,
navPosition=navPosition,
dynamicWidth=dynamicWidth,
noCountryFlags=noCountryFlags,
perLine=perLine,
previewEmoji=previewEmoji,
previewPosition=previewPosition,
searchPosition=searchPosition,
skin=skin,
))
Themes and Appearance
The emoji picker supports three theme modes that integrate seamlessly with your application's design.
Theme Options:
auto: Automatically matches system preference (light/dark mode)light: Forces light theme regardless of system settingsdark: Forces dark theme regardless of system settings
Customizing Appearance:
DashEmojiMart(
id='custom-styled-picker',
theme='dark',
emojiButtonRadius='8px', # Border radius for emoji buttons
emojiButtonSize=40, # Size of emoji buttons in pixels
emojiSize=28, # Size of emojis within buttons
emojiButtonColors=[ # Custom hover colors
'#FF6B6B',
'#4ECDC4',
'#45B7D1'
]
)
Internationalization
The picker supports 20+ languages for the user interface. Change the locale to display category names, search placeholder, and other UI text in different languages.
Supported Locales:
en, ar, be, cs, de, es, fa, fi, fr, hi, it, ja, ko, nl, pl, pt, ru, sa, tr, uk, vi, zh
Example:
DashEmojiMart(
id='emoji-picker-spanish',
locale='es',
)
Emoji Sets
Choose from multiple emoji sets to match your application's style or target platform.
Available Sets:
native: Uses system emojis (most performant, recommended)apple: Apple emoji stylegoogle: Google emoji styletwitter: Twitter emoji style (Twemoji)facebook: Facebook emoji style
DashEmojiMart(
id='emoji-picker-twitter',
set='twitter',
)
Note: Non-native sets rely on sprite sheets and may have slower initial load times.
Categories and Filtering
Control which emoji categories are displayed and exclude specific emojis.
Customizing Categories:
DashEmojiMart(
id='emoji-picker-filtered',
categories=['people', 'nature', 'foods'], # Only show these categories
exceptEmojis=['eggplant', 'peach'], # Exclude specific emojis
maxFrequentRows=2, # Limit frequently used emojis
)
Available Categories:
frequent, people, nature, foods, activity, places, objects, symbols, flags
The order of categories in the array determines their display order.
Layout Configuration
Customize the picker's layout including navigation position, preview position, and search bar placement.
DashEmojiMart(
id='emoji-picker-layout',
navPosition='bottom', # 'top', 'bottom', 'none'
previewPosition='top', # 'top', 'bottom', 'none'
searchPosition='static', # 'sticky', 'static', 'none'
perLine=12, # Emojis per row
dynamicWidth=True, # Calculate perLine based on container width
)
Component Properties
| Property | Type | Default | Description |
|---|---|---|---|
id | string | Required | Unique identifier for the component used in Dash callbacks. |
data | dict | {} | Custom emoji data object to use for the picker. |
i18n | dict | {} | Localization data object for custom translations. |
categories | list | [] | Categories to show in the picker. Order is respected. Options: frequent, people, nature, foods, activity, places, objects, symbols, flags. |
custom | list | [] | Array of custom emoji category objects. |
onEmojiSelect | func | None | Callback function when an emoji is selected. |
onClickOutside | func | None | Callback function when a click outside the picker occurs. |
onAddCustomEmoji | func | None | Callback when Add custom emoji button is clicked. Button only displays if this callback is provided. |
autoFocus | bool | False | If true, automatically focuses the search input on mount. |
categoryIcons | dict | {} | Custom category icons object with category names as keys and icon definitions (svg or src) as values. |
dynamicWidth | bool | False | If true, calculates perLine dynamically based on container width. When enabled, perLine is ignored. |
emojiButtonColors | list | [] | Array of CSS colors for emoji button hover backgrounds (e.g., #f00, pink, rgba(155,223,88,.7)). |
emojiButtonRadius | string | '100%' | Border radius of emoji buttons. Accepts CSS values (e.g., 6px, 1em, 100%). |
emojiButtonSize | number | 36 | Size of emoji buttons in pixels. |
emojiSize | number | 24 | Size of emojis (inside buttons) in pixels. |
emojiVersion | number | 14 | Emoji data version to use. Options: 1, 2, 3, 4, 5, 11, 12, 12.1, 13, 13.1, 14. |
exceptEmojis | list | [] | Array of emoji IDs to exclude from the picker. |
icons | 'auto', 'outline', 'solid' | 'auto' | Icon style for the picker. Auto uses outline with light theme and solid with dark theme. |
locale | string | 'en' | Locale for UI text. Options: en, ar, be, cs, de, es, fa, fi, fr, hi, it, ja, ko, nl, pl, pt, ru, sa, tr, uk, vi, zh. |
maxFrequentRows | number | 4 | Maximum number of frequently used emoji rows to show. Set to 0 to disable frequent category. |
navPosition | 'top', 'bottom', 'none' | 'top' | Position of the category navigation bar. |
noCountryFlags | bool | False | If true, hides country flag emojis. Automatically handled on Windows (which doesn't support flags). |
noResultsEmoji | string | 'cry' | Emoji ID to display when search returns no results. |
perLine | number | 9 | Number of emojis to display per line. |
previewEmoji | string | 'point_up' | Emoji ID to show in preview when not hovering. Defaults to point_up (bottom) or point_down (top). |
previewPosition | 'top', 'bottom', 'none' | 'bottom' | Position of the emoji preview section. |
searchPosition | 'sticky', 'static', 'none' | 'sticky' | Position of the search input. Sticky keeps it visible while scrolling. |
set | 'native', 'apple', 'facebook', 'google', 'twitter' | 'native' | Emoji set to use. Native is most performant, others use sprite sheets. |
skin | number | 1 | Default skin tone for emojis. Range: 1-6. |
skinTonePosition | 'preview', 'search', 'none' | 'preview' | Position of the skin tone selector. |
theme | 'auto', 'light', 'dark' | 'auto' | Color theme of the picker. Auto matches system preference. |
getSpritesheetURL | func | None | Function that returns the sprite sheet URL for non-native emoji sets. |
value | dict | (read-only) | Selected emoji data object returned via callbacks. |
setProps | func | (Dash Internal) | Callback function to update component properties. |
loading_state | object | (Dash Internal) | Object describing the loading state of the component or its props. |
Contributing
Contributions to dash-emoji-mart are welcome! Please refer to the project's issues on GitHub for any feature requests or bug reports.
License
This project is licensed under the MIT License.