3135 lines
240 KiB
HTML
3135 lines
240 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="es">
|
||
<head>
|
||
<title data-i18n="petro_glyph_scout">PetroGlyphScout</title>
|
||
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
<meta charset="UTF-8" />
|
||
|
||
<meta name="description" content="PetroGlyphScout - A tool for scouting petro glyphs" />
|
||
<meta name="keywords" content="PetroGlyphScout, petro glyphs, scouting" />
|
||
<meta name="author" content="KyMAN" />
|
||
|
||
<meta name="xdoc:link" content="https://petroglyphscout.k3y.pw/" />
|
||
<meta name="xdoc:git" content="https://git.k3y.pw/CopilotLab/PetroGlyphScout" />
|
||
<meta name="xdoc:author" content="KyMAN" />
|
||
<meta name="xdoc:since" content="20250817" />
|
||
<meta name="xdoc:version" content="20250817" />
|
||
<meta name="xdoc:access" content="public" />
|
||
|
||
<meta name="license:name" content="Creative Commons" />
|
||
<meta name="license:type" content="Attribution-NonCommercial-ShareAlike" />
|
||
<meta name="license:version" content="4.0" />
|
||
<meta name="license:link" content="https://creativecommons.org/licenses/by-nc-sa/4.0/" />
|
||
|
||
<script data-module="data" data-type="text/javascript" data-lagnuage="ECMAScript 2015" charset="utf-8">
|
||
"use strict";
|
||
|
||
/** @type {Object.<string, any|null>} */
|
||
const SETTINGS = {
|
||
/** @type {string} */
|
||
position : "body",
|
||
/** @type {string} */
|
||
font_family : "Arial,sans",
|
||
/** @type {number} */
|
||
header_height : 4,
|
||
/** @type {number} */
|
||
footer_height : 2,
|
||
/** @type {number} */
|
||
item_margin : 1,
|
||
/** @type {string} */
|
||
color_fore : "#222",
|
||
/** @type {string} */
|
||
color_back : "#EFEFEF",
|
||
/** @type {string} */
|
||
color_grey : "#777",
|
||
/** @type {string} */
|
||
color_primary : "#2272D4",
|
||
/** @type {string} */
|
||
color_secondary : "#D47222",
|
||
/** @type {number} */
|
||
transition : .5,
|
||
/** @type {number} */
|
||
transition_in : .35,
|
||
/** @type {number} */
|
||
transition_out : 1,
|
||
/** @type {number} */
|
||
cells : 40,
|
||
/** @type {number} */
|
||
minimum_size : 0
|
||
};
|
||
|
||
/** @type {Array.<[string, Array.<string>|string]>} */
|
||
const GLYPHS = [
|
||
["😀", ["grinning face", "#1", "U+1F600", "Smileys & Emotion", "face-smiling"]],
|
||
["😃", ["grinning face with big eyes", "#2", "U+1F603", "Smileys & Emotion", "face-smiling"]],
|
||
["😄", ["grinning face with smiling eyes", "#3", "U+1F604", "Smileys & Emotion", "face-smiling"]],
|
||
["😁", ["beaming face with smiling eyes", "#4", "U+1F601", "Smileys & Emotion", "face-smiling"]],
|
||
["😆", ["grinning squinting face", "#5", "U+1F606", "Smileys & Emotion", "face-smiling"]],
|
||
["😅", ["grinning face with sweat", "#6", "U+1F605", "Smileys & Emotion", "face-smiling"]],
|
||
["🤣", ["rolling on the floor laughing", "#7", "U+1F923", "Smileys & Emotion", "face-smiling"]],
|
||
["😂", ["face with tears of joy", "#8", "U+1F602", "Smileys & Emotion", "face-smiling"]],
|
||
["🙂", ["slightly smiling face", "#9", "U+1F642", "Smileys & Emotion", "face-smiling"]],
|
||
["🙃", ["upside-down face", "#10", "U+1F643", "Smileys & Emotion", "face-smiling"]],
|
||
["🫠", ["melting face", "#11", "U+1FAE0", "Smileys & Emotion", "face-smiling"]],
|
||
["😉", ["winking face", "#12", "U+1F609", "Smileys & Emotion", "face-smiling"]],
|
||
["😊", ["smiling face with smiling eyes", "#13", "U+1F60A", "Smileys & Emotion", "face-smiling"]],
|
||
["😇", ["smiling face with halo", "#14", "U+1F607", "Smileys & Emotion", "face-smiling"]],
|
||
["🥰", ["smiling face with hearts", "#15", "U+1F970", "Smileys & Emotion", "face-affection"]],
|
||
["😍", ["smiling face with heart-eyes", "#16", "U+1F60D", "Smileys & Emotion", "face-affection"]],
|
||
["🤩", ["star-struck", "#17", "U+1F929", "Smileys & Emotion", "face-affection"]],
|
||
["😘", ["face blowing a kiss", "#18", "U+1F618", "Smileys & Emotion", "face-affection"]],
|
||
["😗", ["kissing face", "#19", "U+1F617", "Smileys & Emotion", "face-affection"]],
|
||
["☺", ["smiling face", "#20", "U+263A", "Smileys & Emotion", "face-affection"]],
|
||
["😚", ["kissing face with closed eyes", "#21", "U+1F61A", "Smileys & Emotion", "face-affection"]],
|
||
["😙", ["kissing face with smiling eyes", "#22", "U+1F619", "Smileys & Emotion", "face-affection"]],
|
||
["🥲", ["smiling face with tear", "#23", "U+1F972", "Smileys & Emotion", "face-affection"]],
|
||
["😋", ["face savoring food", "#24", "U+1F60B", "Smileys & Emotion", "face-tongue"]],
|
||
["😛", ["face with tongue", "#25", "U+1F61B", "Smileys & Emotion", "face-tongue"]],
|
||
["😜", ["winking face with tongue", "#26", "U+1F61C", "Smileys & Emotion", "face-tongue"]],
|
||
["🤪", ["zany face", "#27", "U+1F92A", "Smileys & Emotion", "face-tongue"]],
|
||
["😝", ["squinting face with tongue", "#28", "U+1F61D", "Smileys & Emotion", "face-tongue"]],
|
||
["🤑", ["money-mouth face", "#29", "U+1F911", "Smileys & Emotion", "face-tongue"]],
|
||
["🤗", ["smiling face with open hands", "#30", "U+1F917", "Smileys & Emotion", "face-hand"]],
|
||
["🤭", ["face with hand over mouth", "#31", "U+1F92D", "Smileys & Emotion", "face-hand"]],
|
||
["🫢", ["face with open eyes and hand over mouth", "#32", "U+1FAE2", "Smileys & Emotion", "face-hand"]],
|
||
["🫣", ["face with peeking eye", "#33", "U+1FAE3", "Smileys & Emotion", "face-hand"]],
|
||
["🤫", ["shushing face", "#34", "U+1F92B", "Smileys & Emotion", "face-hand"]],
|
||
["🤔", ["thinking face", "#35", "U+1F914", "Smileys & Emotion", "face-hand"]],
|
||
["🫡", ["saluting face", "#36", "U+1FAE1", "Smileys & Emotion", "face-hand"]],
|
||
["🤐", ["zipper-mouth face", "#37", "U+1F910", "Smileys & Emotion", "face-neutral-skeptical"]],
|
||
["🤨", ["face with raised eyebrow", "#38", "U+1F928", "Smileys & Emotion", "face-neutral-skeptical"]],
|
||
["😐", ["neutral face", "#39", "U+1F610", "Smileys & Emotion", "face-neutral-skeptical"]],
|
||
["😑", ["expressionless face", "#40", "U+1F611", "Smileys & Emotion", "face-neutral-skeptical"]],
|
||
["😶", ["face without mouth", "#41", "U+1F636", "Smileys & Emotion", "face-neutral-skeptical"]],
|
||
["🫥", ["dotted line face", "#42", "U+1FAE5", "Smileys & Emotion", "face-neutral-skeptical"]],
|
||
["😶🌫️", ["face in clouds", "#43", "U+1F636 U+200D U+1F32B U+FE0F", "Smileys & Emotion", "face-neutral-skeptical"]],
|
||
["😏", ["smirking face", "#44", "U+1F60F", "Smileys & Emotion", "face-neutral-skeptical"]],
|
||
["😒", ["unamused face", "#45", "U+1F612", "Smileys & Emotion", "face-neutral-skeptical"]],
|
||
["🙄", ["face with rolling eyes", "#46", "U+1F644", "Smileys & Emotion", "face-neutral-skeptical"]],
|
||
["😬", ["grimacing face", "#47", "U+1F62C", "Smileys & Emotion", "face-neutral-skeptical"]],
|
||
["😮💨", ["face exhaling", "#48", "U+1F62E U+200D U+1F4A8", "Smileys & Emotion", "face-neutral-skeptical"]],
|
||
["🤥", ["lying face", "#49", "U+1F925", "Smileys & Emotion", "face-neutral-skeptical"]],
|
||
["🫨", ["shaking face", "#50", "U+1FAE8", "Smileys & Emotion", "face-neutral-skeptical"]],
|
||
["🙂↔️", ["head shaking horizontally", "#51", "U+1F642 U+200D U+2194 U+FE0F", "Smileys & Emotion", "face-neutral-skeptical"]],
|
||
["🙂↕️", ["head shaking vertically", "#52", "U+1F642 U+200D U+2195 U+FE0F", "Smileys & Emotion", "face-neutral-skeptical"]],
|
||
["😌", ["relieved face", "#53", "U+1F60C", "Smileys & Emotion", "face-sleepy"]],
|
||
["😔", ["pensive face", "#54", "U+1F614", "Smileys & Emotion", "face-sleepy"]],
|
||
["😪", ["sleepy face", "#55", "U+1F62A", "Smileys & Emotion", "face-sleepy"]],
|
||
["🤤", ["drooling face", "#56", "U+1F924", "Smileys & Emotion", "face-sleepy"]],
|
||
["😴", ["sleeping face", "#57", "U+1F634", "Smileys & Emotion", "face-sleepy"]],
|
||
["", ["⊛ face with bags under eyes", "#58", "U+1FAE9", "Smileys & Emotion", "face-sleepy"]],
|
||
["😷", ["face with medical mask", "#59", "U+1F637", "Smileys & Emotion", "face-unwell"]],
|
||
["🤒", ["face with thermometer", "#60", "U+1F912", "Smileys & Emotion", "face-unwell"]],
|
||
["🤕", ["face with head-bandage", "#61", "U+1F915", "Smileys & Emotion", "face-unwell"]],
|
||
["🤢", ["nauseated face", "#62", "U+1F922", "Smileys & Emotion", "face-unwell"]],
|
||
["🤮", ["face vomiting", "#63", "U+1F92E", "Smileys & Emotion", "face-unwell"]],
|
||
["🤧", ["sneezing face", "#64", "U+1F927", "Smileys & Emotion", "face-unwell"]],
|
||
["🥵", ["hot face", "#65", "U+1F975", "Smileys & Emotion", "face-unwell"]],
|
||
["🥶", ["cold face", "#66", "U+1F976", "Smileys & Emotion", "face-unwell"]],
|
||
["🥴", ["woozy face", "#67", "U+1F974", "Smileys & Emotion", "face-unwell"]],
|
||
["😵", ["face with crossed-out eyes", "#68", "U+1F635", "Smileys & Emotion", "face-unwell"]],
|
||
["😵💫", ["face with spiral eyes", "#69", "U+1F635 U+200D U+1F4AB", "Smileys & Emotion", "face-unwell"]],
|
||
["🤯", ["exploding head", "#70", "U+1F92F", "Smileys & Emotion", "face-unwell"]],
|
||
["🤠", ["cowboy hat face", "#71", "U+1F920", "Smileys & Emotion", "face-hat"]],
|
||
["🥳", ["partying face", "#72", "U+1F973", "Smileys & Emotion", "face-hat"]],
|
||
["🥸", ["disguised face", "#73", "U+1F978", "Smileys & Emotion", "face-hat"]],
|
||
["😎", ["smiling face with sunglasses", "#74", "U+1F60E", "Smileys & Emotion", "face-glasses"]],
|
||
["🤓", ["nerd face", "#75", "U+1F913", "Smileys & Emotion", "face-glasses"]],
|
||
["🧐", ["face with monocle", "#76", "U+1F9D0", "Smileys & Emotion", "face-glasses"]],
|
||
["😕", ["confused face", "#77", "U+1F615", "Smileys & Emotion", "face-concerned"]],
|
||
["🫤", ["face with diagonal mouth", "#78", "U+1FAE4", "Smileys & Emotion", "face-concerned"]],
|
||
["😟", ["worried face", "#79", "U+1F61F", "Smileys & Emotion", "face-concerned"]],
|
||
["🙁", ["slightly frowning face", "#80", "U+1F641", "Smileys & Emotion", "face-concerned"]],
|
||
["☹", ["frowning face", "#81", "U+2639", "Smileys & Emotion", "face-concerned"]],
|
||
["😮", ["face with open mouth", "#82", "U+1F62E", "Smileys & Emotion", "face-concerned"]],
|
||
["😯", ["hushed face", "#83", "U+1F62F", "Smileys & Emotion", "face-concerned"]],
|
||
["😲", ["astonished face", "#84", "U+1F632", "Smileys & Emotion", "face-concerned"]],
|
||
["😳", ["flushed face", "#85", "U+1F633", "Smileys & Emotion", "face-concerned"]],
|
||
["🥺", ["pleading face", "#86", "U+1F97A", "Smileys & Emotion", "face-concerned"]],
|
||
["🥹", ["face holding back tears", "#87", "U+1F979", "Smileys & Emotion", "face-concerned"]],
|
||
["😦", ["frowning face with open mouth", "#88", "U+1F626", "Smileys & Emotion", "face-concerned"]],
|
||
["😧", ["anguished face", "#89", "U+1F627", "Smileys & Emotion", "face-concerned"]],
|
||
["😨", ["fearful face", "#90", "U+1F628", "Smileys & Emotion", "face-concerned"]],
|
||
["😰", ["anxious face with sweat", "#91", "U+1F630", "Smileys & Emotion", "face-concerned"]],
|
||
["😥", ["sad but relieved face", "#92", "U+1F625", "Smileys & Emotion", "face-concerned"]],
|
||
["😢", ["crying face", "#93", "U+1F622", "Smileys & Emotion", "face-concerned"]],
|
||
["😭", ["loudly crying face", "#94", "U+1F62D", "Smileys & Emotion", "face-concerned"]],
|
||
["😱", ["face screaming in fear", "#95", "U+1F631", "Smileys & Emotion", "face-concerned"]],
|
||
["😖", ["confounded face", "#96", "U+1F616", "Smileys & Emotion", "face-concerned"]],
|
||
["😣", ["persevering face", "#97", "U+1F623", "Smileys & Emotion", "face-concerned"]],
|
||
["😞", ["disappointed face", "#98", "U+1F61E", "Smileys & Emotion", "face-concerned"]],
|
||
["😓", ["downcast face with sweat", "#99", "U+1F613", "Smileys & Emotion", "face-concerned"]],
|
||
["😩", ["weary face", "#100", "U+1F629", "Smileys & Emotion", "face-concerned"]],
|
||
["😫", ["tired face", "#101", "U+1F62B", "Smileys & Emotion", "face-concerned"]],
|
||
["🥱", ["yawning face", "#102", "U+1F971", "Smileys & Emotion", "face-concerned"]],
|
||
["😤", ["face with steam from nose", "#103", "U+1F624", "Smileys & Emotion", "face-negative"]],
|
||
["😡", ["enraged face", "#104", "U+1F621", "Smileys & Emotion", "face-negative"]],
|
||
["😠", ["angry face", "#105", "U+1F620", "Smileys & Emotion", "face-negative"]],
|
||
["🤬", ["face with symbols on mouth", "#106", "U+1F92C", "Smileys & Emotion", "face-negative"]],
|
||
["😈", ["smiling face with horns", "#107", "U+1F608", "Smileys & Emotion", "face-negative"]],
|
||
["👿", ["angry face with horns", "#108", "U+1F47F", "Smileys & Emotion", "face-negative"]],
|
||
["💀", ["skull", "#109", "U+1F480", "Smileys & Emotion", "face-negative"]],
|
||
["☠", ["skull and crossbones", "#110", "U+2620", "Smileys & Emotion", "face-negative"]],
|
||
["💩", ["pile of poo", "#111", "U+1F4A9", "Smileys & Emotion", "face-costume"]],
|
||
["🤡", ["clown face", "#112", "U+1F921", "Smileys & Emotion", "face-costume"]],
|
||
["👹", ["ogre", "#113", "U+1F479", "Smileys & Emotion", "face-costume"]],
|
||
["👺", ["goblin", "#114", "U+1F47A", "Smileys & Emotion", "face-costume"]],
|
||
["👻", ["ghost", "#115", "U+1F47B", "Smileys & Emotion", "face-costume"]],
|
||
["👽", ["alien", "#116", "U+1F47D", "Smileys & Emotion", "face-costume"]],
|
||
["👾", ["alien monster", "#117", "U+1F47E", "Smileys & Emotion", "face-costume"]],
|
||
["🤖", ["robot", "#118", "U+1F916", "Smileys & Emotion", "face-costume"]],
|
||
["😺", ["grinning cat", "#119", "U+1F63A", "Smileys & Emotion", "cat-face"]],
|
||
["😸", ["grinning cat with smiling eyes", "#120", "U+1F638", "Smileys & Emotion", "cat-face"]],
|
||
["😹", ["cat with tears of joy", "#121", "U+1F639", "Smileys & Emotion", "cat-face"]],
|
||
["😻", ["smiling cat with heart-eyes", "#122", "U+1F63B", "Smileys & Emotion", "cat-face"]],
|
||
["😼", ["cat with wry smile", "#123", "U+1F63C", "Smileys & Emotion", "cat-face"]],
|
||
["😽", ["kissing cat", "#124", "U+1F63D", "Smileys & Emotion", "cat-face"]],
|
||
["🙀", ["weary cat", "#125", "U+1F640", "Smileys & Emotion", "cat-face"]],
|
||
["😿", ["crying cat", "#126", "U+1F63F", "Smileys & Emotion", "cat-face"]],
|
||
["😾", ["pouting cat", "#127", "U+1F63E", "Smileys & Emotion", "cat-face"]],
|
||
["🙈", ["see-no-evil monkey", "#128", "U+1F648", "Smileys & Emotion", "monkey-face"]],
|
||
["🙉", ["hear-no-evil monkey", "#129", "U+1F649", "Smileys & Emotion", "monkey-face"]],
|
||
["🙊", ["speak-no-evil monkey", "#130", "U+1F64A", "Smileys & Emotion", "monkey-face"]],
|
||
["💌", ["love letter", "#131", "U+1F48C", "Smileys & Emotion", "heart"]],
|
||
["💘", ["heart with arrow", "#132", "U+1F498", "Smileys & Emotion", "heart"]],
|
||
["💝", ["heart with ribbon", "#133", "U+1F49D", "Smileys & Emotion", "heart"]],
|
||
["💖", ["sparkling heart", "#134", "U+1F496", "Smileys & Emotion", "heart"]],
|
||
["💗", ["growing heart", "#135", "U+1F497", "Smileys & Emotion", "heart"]],
|
||
["💓", ["beating heart", "#136", "U+1F493", "Smileys & Emotion", "heart"]],
|
||
["💞", ["revolving hearts", "#137", "U+1F49E", "Smileys & Emotion", "heart"]],
|
||
["💕", ["two hearts", "#138", "U+1F495", "Smileys & Emotion", "heart"]],
|
||
["💟", ["heart decoration", "#139", "U+1F49F", "Smileys & Emotion", "heart"]],
|
||
["❣", ["heart exclamation", "#140", "U+2763", "Smileys & Emotion", "heart"]],
|
||
["💔", ["broken heart", "#141", "U+1F494", "Smileys & Emotion", "heart"]],
|
||
["❤️🔥", ["heart on fire", "#142", "U+2764 U+FE0F U+200D U+1F525", "Smileys & Emotion", "heart"]],
|
||
["❤️🩹", ["mending heart", "#143", "U+2764 U+FE0F U+200D U+1FA79", "Smileys & Emotion", "heart"]],
|
||
["❤", ["red heart", "#144", "U+2764", "Smileys & Emotion", "heart"]],
|
||
["🩷", ["pink heart", "#145", "U+1FA77", "Smileys & Emotion", "heart"]],
|
||
["🧡", ["orange heart", "#146", "U+1F9E1", "Smileys & Emotion", "heart"]],
|
||
["💛", ["yellow heart", "#147", "U+1F49B", "Smileys & Emotion", "heart"]],
|
||
["💚", ["green heart", "#148", "U+1F49A", "Smileys & Emotion", "heart"]],
|
||
["💙", ["blue heart", "#149", "U+1F499", "Smileys & Emotion", "heart"]],
|
||
["🩵", ["light blue heart", "#150", "U+1FA75", "Smileys & Emotion", "heart"]],
|
||
["💜", ["purple heart", "#151", "U+1F49C", "Smileys & Emotion", "heart"]],
|
||
["🤎", ["brown heart", "#152", "U+1F90E", "Smileys & Emotion", "heart"]],
|
||
["🖤", ["black heart", "#153", "U+1F5A4", "Smileys & Emotion", "heart"]],
|
||
["🩶", ["grey heart", "#154", "U+1FA76", "Smileys & Emotion", "heart"]],
|
||
["🤍", ["white heart", "#155", "U+1F90D", "Smileys & Emotion", "heart"]],
|
||
["💋", ["kiss mark", "#156", "U+1F48B", "Smileys & Emotion", "emotion"]],
|
||
["💯", ["hundred points", "#157", "U+1F4AF", "Smileys & Emotion", "emotion"]],
|
||
["💢", ["anger symbol", "#158", "U+1F4A2", "Smileys & Emotion", "emotion"]],
|
||
["💥", ["collision", "#159", "U+1F4A5", "Smileys & Emotion", "emotion"]],
|
||
["💫", ["dizzy", "#160", "U+1F4AB", "Smileys & Emotion", "emotion"]],
|
||
["💦", ["sweat droplets", "#161", "U+1F4A6", "Smileys & Emotion", "emotion"]],
|
||
["💨", ["dashing away", "#162", "U+1F4A8", "Smileys & Emotion", "emotion"]],
|
||
["🕳", ["hole", "#163", "U+1F573", "Smileys & Emotion", "emotion"]],
|
||
["💬", ["speech balloon", "#164", "U+1F4AC", "Smileys & Emotion", "emotion"]],
|
||
["👁️🗨️", ["eye in speech bubble", "#165", "U+1F441 U+FE0F U+200D U+1F5E8 U+FE0F", "Smileys & Emotion", "emotion"]],
|
||
["🗨", ["left speech bubble", "#166", "U+1F5E8", "Smileys & Emotion", "emotion"]],
|
||
["🗯", ["right anger bubble", "#167", "U+1F5EF", "Smileys & Emotion", "emotion"]],
|
||
["💭", ["thought balloon", "#168", "U+1F4AD", "Smileys & Emotion", "emotion"]],
|
||
["💤", ["ZZZ", "#169", "U+1F4A4", "Smileys & Emotion", "emotion"]],
|
||
["👋", ["waving hand", "#170", "U+1F44B", "People & Body", "hand-fingers-open"]],
|
||
["🤚", ["raised back of hand", "#171", "U+1F91A", "People & Body", "hand-fingers-open"]],
|
||
["🖐", ["hand with fingers splayed", "#172", "U+1F590", "People & Body", "hand-fingers-open"]],
|
||
["✋", ["raised hand", "#173", "U+270B", "People & Body", "hand-fingers-open"]],
|
||
["🖖", ["vulcan salute", "#174", "U+1F596", "People & Body", "hand-fingers-open"]],
|
||
["🫱", ["rightwards hand", "#175", "U+1FAF1", "People & Body", "hand-fingers-open"]],
|
||
["🫲", ["leftwards hand", "#176", "U+1FAF2", "People & Body", "hand-fingers-open"]],
|
||
["🫳", ["palm down hand", "#177", "U+1FAF3", "People & Body", "hand-fingers-open"]],
|
||
["🫴", ["palm up hand", "#178", "U+1FAF4", "People & Body", "hand-fingers-open"]],
|
||
["🫷", ["leftwards pushing hand", "#179", "U+1FAF7", "People & Body", "hand-fingers-open"]],
|
||
["🫸", ["rightwards pushing hand", "#180", "U+1FAF8", "People & Body", "hand-fingers-open"]],
|
||
["👌", ["OK hand", "#181", "U+1F44C", "People & Body", "hand-fingers-partial"]],
|
||
["🤌", ["pinched fingers", "#182", "U+1F90C", "People & Body", "hand-fingers-partial"]],
|
||
["🤏", ["pinching hand", "#183", "U+1F90F", "People & Body", "hand-fingers-partial"]],
|
||
["✌", ["victory hand", "#184", "U+270C", "People & Body", "hand-fingers-partial"]],
|
||
["🤞", ["crossed fingers", "#185", "U+1F91E", "People & Body", "hand-fingers-partial"]],
|
||
["🫰", ["hand with index finger and thumb crossed", "#186", "U+1FAF0", "People & Body", "hand-fingers-partial"]],
|
||
["🤟", ["love-you gesture", "#187", "U+1F91F", "People & Body", "hand-fingers-partial"]],
|
||
["🤘", ["sign of the horns", "#188", "U+1F918", "People & Body", "hand-fingers-partial"]],
|
||
["🤙", ["call me hand", "#189", "U+1F919", "People & Body", "hand-fingers-partial"]],
|
||
["👈", ["backhand index pointing left", "#190", "U+1F448", "People & Body", "hand-single-finger"]],
|
||
["👉", ["backhand index pointing right", "#191", "U+1F449", "People & Body", "hand-single-finger"]],
|
||
["👆", ["backhand index pointing up", "#192", "U+1F446", "People & Body", "hand-single-finger"]],
|
||
["🖕", ["middle finger", "#193", "U+1F595", "People & Body", "hand-single-finger"]],
|
||
["👇", ["backhand index pointing down", "#194", "U+1F447", "People & Body", "hand-single-finger"]],
|
||
["☝", ["index pointing up", "#195", "U+261D", "People & Body", "hand-single-finger"]],
|
||
["🫵", ["index pointing at the viewer", "#196", "U+1FAF5", "People & Body", "hand-single-finger"]],
|
||
["👍", ["thumbs up", "#197", "U+1F44D", "People & Body", "hand-fingers-closed"]],
|
||
["👎", ["thumbs down", "#198", "U+1F44E", "People & Body", "hand-fingers-closed"]],
|
||
["✊", ["raised fist", "#199", "U+270A", "People & Body", "hand-fingers-closed"]],
|
||
["👊", ["oncoming fist", "#200", "U+1F44A", "People & Body", "hand-fingers-closed"]],
|
||
["🤛", ["left-facing fist", "#201", "U+1F91B", "People & Body", "hand-fingers-closed"]],
|
||
["🤜", ["right-facing fist", "#202", "U+1F91C", "People & Body", "hand-fingers-closed"]],
|
||
["👏", ["clapping hands", "#203", "U+1F44F", "People & Body", "hands"]],
|
||
["🙌", ["raising hands", "#204", "U+1F64C", "People & Body", "hands"]],
|
||
["🫶", ["heart hands", "#205", "U+1FAF6", "People & Body", "hands"]],
|
||
["👐", ["open hands", "#206", "U+1F450", "People & Body", "hands"]],
|
||
["🤲", ["palms up together", "#207", "U+1F932", "People & Body", "hands"]],
|
||
["🤝", ["handshake", "#208", "U+1F91D", "People & Body", "hands"]],
|
||
["🙏", ["folded hands", "#209", "U+1F64F", "People & Body", "hands"]],
|
||
["✍", ["writing hand", "#210", "U+270D", "People & Body", "hand-prop"]],
|
||
["💅", ["nail polish", "#211", "U+1F485", "People & Body", "hand-prop"]],
|
||
["🤳", ["selfie", "#212", "U+1F933", "People & Body", "hand-prop"]],
|
||
["💪", ["flexed biceps", "#213", "U+1F4AA", "People & Body", "body-parts"]],
|
||
["🦾", ["mechanical arm", "#214", "U+1F9BE", "People & Body", "body-parts"]],
|
||
["🦿", ["mechanical leg", "#215", "U+1F9BF", "People & Body", "body-parts"]],
|
||
["🦵", ["leg", "#216", "U+1F9B5", "People & Body", "body-parts"]],
|
||
["🦶", ["foot", "#217", "U+1F9B6", "People & Body", "body-parts"]],
|
||
["👂", ["ear", "#218", "U+1F442", "People & Body", "body-parts"]],
|
||
["🦻", ["ear with hearing aid", "#219", "U+1F9BB", "People & Body", "body-parts"]],
|
||
["👃", ["nose", "#220", "U+1F443", "People & Body", "body-parts"]],
|
||
["🧠", ["brain", "#221", "U+1F9E0", "People & Body", "body-parts"]],
|
||
["🫀", ["anatomical heart", "#222", "U+1FAC0", "People & Body", "body-parts"]],
|
||
["🫁", ["lungs", "#223", "U+1FAC1", "People & Body", "body-parts"]],
|
||
["🦷", ["tooth", "#224", "U+1F9B7", "People & Body", "body-parts"]],
|
||
["🦴", ["bone", "#225", "U+1F9B4", "People & Body", "body-parts"]],
|
||
["👀", ["eyes", "#226", "U+1F440", "People & Body", "body-parts"]],
|
||
["👁", ["eye", "#227", "U+1F441", "People & Body", "body-parts"]],
|
||
["👅", ["tongue", "#228", "U+1F445", "People & Body", "body-parts"]],
|
||
["👄", ["mouth", "#229", "U+1F444", "People & Body", "body-parts"]],
|
||
["🫦", ["biting lip", "#230", "U+1FAE6", "People & Body", "body-parts"]],
|
||
["👶", ["baby", "#231", "U+1F476", "People & Body", "person"]],
|
||
["🧒", ["child", "#232", "U+1F9D2", "People & Body", "person"]],
|
||
["👦", ["boy", "#233", "U+1F466", "People & Body", "person"]],
|
||
["👧", ["girl", "#234", "U+1F467", "People & Body", "person"]],
|
||
["🧑", ["person", "#235", "U+1F9D1", "People & Body", "person"]],
|
||
["👱", ["person: blond hair", "#236", "U+1F471", "People & Body", "person"]],
|
||
["👨", ["man", "#237", "U+1F468", "People & Body", "person"]],
|
||
["🧔", ["person: beard", "#238", "U+1F9D4", "People & Body", "person"]],
|
||
["🧔♂️", ["man: beard", "#239", "U+1F9D4 U+200D U+2642 U+FE0F", "People & Body", "person"]],
|
||
["🧔♀️", ["woman: beard", "#240", "U+1F9D4 U+200D U+2640 U+FE0F", "People & Body", "person"]],
|
||
["👨🦰", ["man: red hair", "#241", "U+1F468 U+200D U+1F9B0", "People & Body", "person"]],
|
||
["👨🦱", ["man: curly hair", "#242", "U+1F468 U+200D U+1F9B1", "People & Body", "person"]],
|
||
["👨🦳", ["man: white hair", "#243", "U+1F468 U+200D U+1F9B3", "People & Body", "person"]],
|
||
["👨🦲", ["man: bald", "#244", "U+1F468 U+200D U+1F9B2", "People & Body", "person"]],
|
||
["👩", ["woman", "#245", "U+1F469", "People & Body", "person"]],
|
||
["👩🦰", ["woman: red hair", "#246", "U+1F469 U+200D U+1F9B0", "People & Body", "person"]],
|
||
["🧑🦰", ["person: red hair", "#247", "U+1F9D1 U+200D U+1F9B0", "People & Body", "person"]],
|
||
["👩🦱", ["woman: curly hair", "#248", "U+1F469 U+200D U+1F9B1", "People & Body", "person"]],
|
||
["🧑🦱", ["person: curly hair", "#249", "U+1F9D1 U+200D U+1F9B1", "People & Body", "person"]],
|
||
["👩🦳", ["woman: white hair", "#250", "U+1F469 U+200D U+1F9B3", "People & Body", "person"]],
|
||
["🧑🦳", ["person: white hair", "#251", "U+1F9D1 U+200D U+1F9B3", "People & Body", "person"]],
|
||
["👩🦲", ["woman: bald", "#252", "U+1F469 U+200D U+1F9B2", "People & Body", "person"]],
|
||
["🧑🦲", ["person: bald", "#253", "U+1F9D1 U+200D U+1F9B2", "People & Body", "person"]],
|
||
["👱♀️", ["woman: blond hair", "#254", "U+1F471 U+200D U+2640 U+FE0F", "People & Body", "person"]],
|
||
["👱♂️", ["man: blond hair", "#255", "U+1F471 U+200D U+2642 U+FE0F", "People & Body", "person"]],
|
||
["🧓", ["older person", "#256", "U+1F9D3", "People & Body", "person"]],
|
||
["👴", ["old man", "#257", "U+1F474", "People & Body", "person"]],
|
||
["👵", ["old woman", "#258", "U+1F475", "People & Body", "person"]],
|
||
["🙍", ["person frowning", "#259", "U+1F64D", "People & Body", "person-gesture"]],
|
||
["🙍♂️", ["man frowning", "#260", "U+1F64D U+200D U+2642 U+FE0F", "People & Body", "person-gesture"]],
|
||
["🙍♀️", ["woman frowning", "#261", "U+1F64D U+200D U+2640 U+FE0F", "People & Body", "person-gesture"]],
|
||
["🙎", ["person pouting", "#262", "U+1F64E", "People & Body", "person-gesture"]],
|
||
["🙎♂️", ["man pouting", "#263", "U+1F64E U+200D U+2642 U+FE0F", "People & Body", "person-gesture"]],
|
||
["🙎♀️", ["woman pouting", "#264", "U+1F64E U+200D U+2640 U+FE0F", "People & Body", "person-gesture"]],
|
||
["🙅", ["person gesturing NO", "#265", "U+1F645", "People & Body", "person-gesture"]],
|
||
["🙅♂️", ["man gesturing NO", "#266", "U+1F645 U+200D U+2642 U+FE0F", "People & Body", "person-gesture"]],
|
||
["🙅♀️", ["woman gesturing NO", "#267", "U+1F645 U+200D U+2640 U+FE0F", "People & Body", "person-gesture"]],
|
||
["🙆", ["person gesturing OK", "#268", "U+1F646", "People & Body", "person-gesture"]],
|
||
["🙆♂️", ["man gesturing OK", "#269", "U+1F646 U+200D U+2642 U+FE0F", "People & Body", "person-gesture"]],
|
||
["🙆♀️", ["woman gesturing OK", "#270", "U+1F646 U+200D U+2640 U+FE0F", "People & Body", "person-gesture"]],
|
||
["💁", ["person tipping hand", "#271", "U+1F481", "People & Body", "person-gesture"]],
|
||
["💁♂️", ["man tipping hand", "#272", "U+1F481 U+200D U+2642 U+FE0F", "People & Body", "person-gesture"]],
|
||
["💁♀️", ["woman tipping hand", "#273", "U+1F481 U+200D U+2640 U+FE0F", "People & Body", "person-gesture"]],
|
||
["🙋", ["person raising hand", "#274", "U+1F64B", "People & Body", "person-gesture"]],
|
||
["🙋♂️", ["man raising hand", "#275", "U+1F64B U+200D U+2642 U+FE0F", "People & Body", "person-gesture"]],
|
||
["🙋♀️", ["woman raising hand", "#276", "U+1F64B U+200D U+2640 U+FE0F", "People & Body", "person-gesture"]],
|
||
["🧏", ["deaf person", "#277", "U+1F9CF", "People & Body", "person-gesture"]],
|
||
["🧏♂️", ["deaf man", "#278", "U+1F9CF U+200D U+2642 U+FE0F", "People & Body", "person-gesture"]],
|
||
["🧏♀️", ["deaf woman", "#279", "U+1F9CF U+200D U+2640 U+FE0F", "People & Body", "person-gesture"]],
|
||
["🙇", ["person bowing", "#280", "U+1F647", "People & Body", "person-gesture"]],
|
||
["🙇♂️", ["man bowing", "#281", "U+1F647 U+200D U+2642 U+FE0F", "People & Body", "person-gesture"]],
|
||
["🙇♀️", ["woman bowing", "#282", "U+1F647 U+200D U+2640 U+FE0F", "People & Body", "person-gesture"]],
|
||
["🤦", ["person facepalming", "#283", "U+1F926", "People & Body", "person-gesture"]],
|
||
["🤦♂️", ["man facepalming", "#284", "U+1F926 U+200D U+2642 U+FE0F", "People & Body", "person-gesture"]],
|
||
["🤦♀️", ["woman facepalming", "#285", "U+1F926 U+200D U+2640 U+FE0F", "People & Body", "person-gesture"]],
|
||
["🤷", ["person shrugging", "#286", "U+1F937", "People & Body", "person-gesture"]],
|
||
["🤷♂️", ["man shrugging", "#287", "U+1F937 U+200D U+2642 U+FE0F", "People & Body", "person-gesture"]],
|
||
["🤷♀️", ["woman shrugging", "#288", "U+1F937 U+200D U+2640 U+FE0F", "People & Body", "person-gesture"]],
|
||
["🧑⚕️", ["health worker", "#289", "U+1F9D1 U+200D U+2695 U+FE0F", "People & Body", "person-role"]],
|
||
["👨⚕️", ["man health worker", "#290", "U+1F468 U+200D U+2695 U+FE0F", "People & Body", "person-role"]],
|
||
["👩⚕️", ["woman health worker", "#291", "U+1F469 U+200D U+2695 U+FE0F", "People & Body", "person-role"]],
|
||
["🧑🎓", ["student", "#292", "U+1F9D1 U+200D U+1F393", "People & Body", "person-role"]],
|
||
["👨🎓", ["man student", "#293", "U+1F468 U+200D U+1F393", "People & Body", "person-role"]],
|
||
["👩🎓", ["woman student", "#294", "U+1F469 U+200D U+1F393", "People & Body", "person-role"]],
|
||
["🧑🏫", ["teacher", "#295", "U+1F9D1 U+200D U+1F3EB", "People & Body", "person-role"]],
|
||
["👨🏫", ["man teacher", "#296", "U+1F468 U+200D U+1F3EB", "People & Body", "person-role"]],
|
||
["👩🏫", ["woman teacher", "#297", "U+1F469 U+200D U+1F3EB", "People & Body", "person-role"]],
|
||
["🧑⚖️", ["judge", "#298", "U+1F9D1 U+200D U+2696 U+FE0F", "People & Body", "person-role"]],
|
||
["👨⚖️", ["man judge", "#299", "U+1F468 U+200D U+2696 U+FE0F", "People & Body", "person-role"]],
|
||
["👩⚖️", ["woman judge", "#300", "U+1F469 U+200D U+2696 U+FE0F", "People & Body", "person-role"]],
|
||
["🧑🌾", ["farmer", "#301", "U+1F9D1 U+200D U+1F33E", "People & Body", "person-role"]],
|
||
["👨🌾", ["man farmer", "#302", "U+1F468 U+200D U+1F33E", "People & Body", "person-role"]],
|
||
["👩🌾", ["woman farmer", "#303", "U+1F469 U+200D U+1F33E", "People & Body", "person-role"]],
|
||
["🧑🍳", ["cook", "#304", "U+1F9D1 U+200D U+1F373", "People & Body", "person-role"]],
|
||
["👨🍳", ["man cook", "#305", "U+1F468 U+200D U+1F373", "People & Body", "person-role"]],
|
||
["👩🍳", ["woman cook", "#306", "U+1F469 U+200D U+1F373", "People & Body", "person-role"]],
|
||
["🧑🔧", ["mechanic", "#307", "U+1F9D1 U+200D U+1F527", "People & Body", "person-role"]],
|
||
["👨🔧", ["man mechanic", "#308", "U+1F468 U+200D U+1F527", "People & Body", "person-role"]],
|
||
["👩🔧", ["woman mechanic", "#309", "U+1F469 U+200D U+1F527", "People & Body", "person-role"]],
|
||
["🧑🏭", ["factory worker", "#310", "U+1F9D1 U+200D U+1F3ED", "People & Body", "person-role"]],
|
||
["👨🏭", ["man factory worker", "#311", "U+1F468 U+200D U+1F3ED", "People & Body", "person-role"]],
|
||
["👩🏭", ["woman factory worker", "#312", "U+1F469 U+200D U+1F3ED", "People & Body", "person-role"]],
|
||
["🧑💼", ["office worker", "#313", "U+1F9D1 U+200D U+1F4BC", "People & Body", "person-role"]],
|
||
["👨💼", ["man office worker", "#314", "U+1F468 U+200D U+1F4BC", "People & Body", "person-role"]],
|
||
["👩💼", ["woman office worker", "#315", "U+1F469 U+200D U+1F4BC", "People & Body", "person-role"]],
|
||
["🧑🔬", ["scientist", "#316", "U+1F9D1 U+200D U+1F52C", "People & Body", "person-role"]],
|
||
["👨🔬", ["man scientist", "#317", "U+1F468 U+200D U+1F52C", "People & Body", "person-role"]],
|
||
["👩🔬", ["woman scientist", "#318", "U+1F469 U+200D U+1F52C", "People & Body", "person-role"]],
|
||
["🧑💻", ["technologist", "#319", "U+1F9D1 U+200D U+1F4BB", "People & Body", "person-role"]],
|
||
["👨💻", ["man technologist", "#320", "U+1F468 U+200D U+1F4BB", "People & Body", "person-role"]],
|
||
["👩💻", ["woman technologist", "#321", "U+1F469 U+200D U+1F4BB", "People & Body", "person-role"]],
|
||
["🧑🎤", ["singer", "#322", "U+1F9D1 U+200D U+1F3A4", "People & Body", "person-role"]],
|
||
["👨🎤", ["man singer", "#323", "U+1F468 U+200D U+1F3A4", "People & Body", "person-role"]],
|
||
["👩🎤", ["woman singer", "#324", "U+1F469 U+200D U+1F3A4", "People & Body", "person-role"]],
|
||
["🧑🎨", ["artist", "#325", "U+1F9D1 U+200D U+1F3A8", "People & Body", "person-role"]],
|
||
["👨🎨", ["man artist", "#326", "U+1F468 U+200D U+1F3A8", "People & Body", "person-role"]],
|
||
["👩🎨", ["woman artist", "#327", "U+1F469 U+200D U+1F3A8", "People & Body", "person-role"]],
|
||
["🧑✈️", ["pilot", "#328", "U+1F9D1 U+200D U+2708 U+FE0F", "People & Body", "person-role"]],
|
||
["👨✈️", ["man pilot", "#329", "U+1F468 U+200D U+2708 U+FE0F", "People & Body", "person-role"]],
|
||
["👩✈️", ["woman pilot", "#330", "U+1F469 U+200D U+2708 U+FE0F", "People & Body", "person-role"]],
|
||
["🧑🚀", ["astronaut", "#331", "U+1F9D1 U+200D U+1F680", "People & Body", "person-role"]],
|
||
["👨🚀", ["man astronaut", "#332", "U+1F468 U+200D U+1F680", "People & Body", "person-role"]],
|
||
["👩🚀", ["woman astronaut", "#333", "U+1F469 U+200D U+1F680", "People & Body", "person-role"]],
|
||
["🧑🚒", ["firefighter", "#334", "U+1F9D1 U+200D U+1F692", "People & Body", "person-role"]],
|
||
["👨🚒", ["man firefighter", "#335", "U+1F468 U+200D U+1F692", "People & Body", "person-role"]],
|
||
["👩🚒", ["woman firefighter", "#336", "U+1F469 U+200D U+1F692", "People & Body", "person-role"]],
|
||
["👮", ["police officer", "#337", "U+1F46E", "People & Body", "person-role"]],
|
||
["👮♂️", ["man police officer", "#338", "U+1F46E U+200D U+2642 U+FE0F", "People & Body", "person-role"]],
|
||
["👮♀️", ["woman police officer", "#339", "U+1F46E U+200D U+2640 U+FE0F", "People & Body", "person-role"]],
|
||
["🕵", ["detective", "#340", "U+1F575", "People & Body", "person-role"]],
|
||
["🕵️♂️", ["man detective", "#341", "U+1F575 U+FE0F U+200D U+2642 U+FE0F", "People & Body", "person-role"]],
|
||
["🕵️♀️", ["woman detective", "#342", "U+1F575 U+FE0F U+200D U+2640 U+FE0F", "People & Body", "person-role"]],
|
||
["💂", ["guard", "#343", "U+1F482", "People & Body", "person-role"]],
|
||
["💂♂️", ["man guard", "#344", "U+1F482 U+200D U+2642 U+FE0F", "People & Body", "person-role"]],
|
||
["💂♀️", ["woman guard", "#345", "U+1F482 U+200D U+2640 U+FE0F", "People & Body", "person-role"]],
|
||
["🥷", ["ninja", "#346", "U+1F977", "People & Body", "person-role"]],
|
||
["👷", ["construction worker", "#347", "U+1F477", "People & Body", "person-role"]],
|
||
["👷♂️", ["man construction worker", "#348", "U+1F477 U+200D U+2642 U+FE0F", "People & Body", "person-role"]],
|
||
["👷♀️", ["woman construction worker", "#349", "U+1F477 U+200D U+2640 U+FE0F", "People & Body", "person-role"]],
|
||
["🫅", ["person with crown", "#350", "U+1FAC5", "People & Body", "person-role"]],
|
||
["🤴", ["prince", "#351", "U+1F934", "People & Body", "person-role"]],
|
||
["👸", ["princess", "#352", "U+1F478", "People & Body", "person-role"]],
|
||
["👳", ["person wearing turban", "#353", "U+1F473", "People & Body", "person-role"]],
|
||
["👳♂️", ["man wearing turban", "#354", "U+1F473 U+200D U+2642 U+FE0F", "People & Body", "person-role"]],
|
||
["👳♀️", ["woman wearing turban", "#355", "U+1F473 U+200D U+2640 U+FE0F", "People & Body", "person-role"]],
|
||
["👲", ["person with skullcap", "#356", "U+1F472", "People & Body", "person-role"]],
|
||
["🧕", ["woman with headscarf", "#357", "U+1F9D5", "People & Body", "person-role"]],
|
||
["🤵", ["person in tuxedo", "#358", "U+1F935", "People & Body", "person-role"]],
|
||
["🤵♂️", ["man in tuxedo", "#359", "U+1F935 U+200D U+2642 U+FE0F", "People & Body", "person-role"]],
|
||
["🤵♀️", ["woman in tuxedo", "#360", "U+1F935 U+200D U+2640 U+FE0F", "People & Body", "person-role"]],
|
||
["👰", ["person with veil", "#361", "U+1F470", "People & Body", "person-role"]],
|
||
["👰♂️", ["man with veil", "#362", "U+1F470 U+200D U+2642 U+FE0F", "People & Body", "person-role"]],
|
||
["👰♀️", ["woman with veil", "#363", "U+1F470 U+200D U+2640 U+FE0F", "People & Body", "person-role"]],
|
||
["🤰", ["pregnant woman", "#364", "U+1F930", "People & Body", "person-role"]],
|
||
["🫃", ["pregnant man", "#365", "U+1FAC3", "People & Body", "person-role"]],
|
||
["🫄", ["pregnant person", "#366", "U+1FAC4", "People & Body", "person-role"]],
|
||
["🤱", ["breast-feeding", "#367", "U+1F931", "People & Body", "person-role"]],
|
||
["👩🍼", ["woman feeding baby", "#368", "U+1F469 U+200D U+1F37C", "People & Body", "person-role"]],
|
||
["👨🍼", ["man feeding baby", "#369", "U+1F468 U+200D U+1F37C", "People & Body", "person-role"]],
|
||
["🧑🍼", ["person feeding baby", "#370", "U+1F9D1 U+200D U+1F37C", "People & Body", "person-role"]],
|
||
["👼", ["baby angel", "#371", "U+1F47C", "People & Body", "person-fantasy"]],
|
||
["🎅", ["Santa Claus", "#372", "U+1F385", "People & Body", "person-fantasy"]],
|
||
["🤶", ["Mrs. Claus", "#373", "U+1F936", "People & Body", "person-fantasy"]],
|
||
["🧑🎄", ["Mx Claus", "#374", "U+1F9D1 U+200D U+1F384", "People & Body", "person-fantasy"]],
|
||
["🦸", ["superhero", "#375", "U+1F9B8", "People & Body", "person-fantasy"]],
|
||
["🦸♂️", ["man superhero", "#376", "U+1F9B8 U+200D U+2642 U+FE0F", "People & Body", "person-fantasy"]],
|
||
["🦸♀️", ["woman superhero", "#377", "U+1F9B8 U+200D U+2640 U+FE0F", "People & Body", "person-fantasy"]],
|
||
["🦹", ["supervillain", "#378", "U+1F9B9", "People & Body", "person-fantasy"]],
|
||
["🦹♂️", ["man supervillain", "#379", "U+1F9B9 U+200D U+2642 U+FE0F", "People & Body", "person-fantasy"]],
|
||
["🦹♀️", ["woman supervillain", "#380", "U+1F9B9 U+200D U+2640 U+FE0F", "People & Body", "person-fantasy"]],
|
||
["🧙", ["mage", "#381", "U+1F9D9", "People & Body", "person-fantasy"]],
|
||
["🧙♂️", ["man mage", "#382", "U+1F9D9 U+200D U+2642 U+FE0F", "People & Body", "person-fantasy"]],
|
||
["🧙♀️", ["woman mage", "#383", "U+1F9D9 U+200D U+2640 U+FE0F", "People & Body", "person-fantasy"]],
|
||
["🧚", ["fairy", "#384", "U+1F9DA", "People & Body", "person-fantasy"]],
|
||
["🧚♂️", ["man fairy", "#385", "U+1F9DA U+200D U+2642 U+FE0F", "People & Body", "person-fantasy"]],
|
||
["🧚♀️", ["woman fairy", "#386", "U+1F9DA U+200D U+2640 U+FE0F", "People & Body", "person-fantasy"]],
|
||
["🧛", ["vampire", "#387", "U+1F9DB", "People & Body", "person-fantasy"]],
|
||
["🧛♂️", ["man vampire", "#388", "U+1F9DB U+200D U+2642 U+FE0F", "People & Body", "person-fantasy"]],
|
||
["🧛♀️", ["woman vampire", "#389", "U+1F9DB U+200D U+2640 U+FE0F", "People & Body", "person-fantasy"]],
|
||
["🧜", ["merperson", "#390", "U+1F9DC", "People & Body", "person-fantasy"]],
|
||
["🧜♂️", ["merman", "#391", "U+1F9DC U+200D U+2642 U+FE0F", "People & Body", "person-fantasy"]],
|
||
["🧜♀️", ["mermaid", "#392", "U+1F9DC U+200D U+2640 U+FE0F", "People & Body", "person-fantasy"]],
|
||
["🧝", ["elf", "#393", "U+1F9DD", "People & Body", "person-fantasy"]],
|
||
["🧝♂️", ["man elf", "#394", "U+1F9DD U+200D U+2642 U+FE0F", "People & Body", "person-fantasy"]],
|
||
["🧝♀️", ["woman elf", "#395", "U+1F9DD U+200D U+2640 U+FE0F", "People & Body", "person-fantasy"]],
|
||
["🧞", ["genie", "#396", "U+1F9DE", "People & Body", "person-fantasy"]],
|
||
["🧞♂️", ["man genie", "#397", "U+1F9DE U+200D U+2642 U+FE0F", "People & Body", "person-fantasy"]],
|
||
["🧞♀️", ["woman genie", "#398", "U+1F9DE U+200D U+2640 U+FE0F", "People & Body", "person-fantasy"]],
|
||
["🧟", ["zombie", "#399", "U+1F9DF", "People & Body", "person-fantasy"]],
|
||
["🧟♂️", ["man zombie", "#400", "U+1F9DF U+200D U+2642 U+FE0F", "People & Body", "person-fantasy"]],
|
||
["🧟♀️", ["woman zombie", "#401", "U+1F9DF U+200D U+2640 U+FE0F", "People & Body", "person-fantasy"]],
|
||
["🧌", ["troll", "#402", "U+1F9CC", "People & Body", "person-fantasy"]],
|
||
["💆", ["person getting massage", "#403", "U+1F486", "People & Body", "person-activity"]],
|
||
["💆♂️", ["man getting massage", "#404", "U+1F486 U+200D U+2642 U+FE0F", "People & Body", "person-activity"]],
|
||
["💆♀️", ["woman getting massage", "#405", "U+1F486 U+200D U+2640 U+FE0F", "People & Body", "person-activity"]],
|
||
["💇", ["person getting haircut", "#406", "U+1F487", "People & Body", "person-activity"]],
|
||
["💇♂️", ["man getting haircut", "#407", "U+1F487 U+200D U+2642 U+FE0F", "People & Body", "person-activity"]],
|
||
["💇♀️", ["woman getting haircut", "#408", "U+1F487 U+200D U+2640 U+FE0F", "People & Body", "person-activity"]],
|
||
["🚶", ["person walking", "#409", "U+1F6B6", "People & Body", "person-activity"]],
|
||
["🚶♂️", ["man walking", "#410", "U+1F6B6 U+200D U+2642 U+FE0F", "People & Body", "person-activity"]],
|
||
["🚶♀️", ["woman walking", "#411", "U+1F6B6 U+200D U+2640 U+FE0F", "People & Body", "person-activity"]],
|
||
["🚶➡️", ["person walking facing right", "#412", "U+1F6B6 U+200D U+27A1 U+FE0F", "People & Body", "person-activity"]],
|
||
["🚶♀️➡️", ["woman walking facing right", "#413", "U+1F6B6 U+200D U+2640 U+FE0F U+200D U+27A1 U+FE0F", "People & Body", "person-activity"]],
|
||
["🚶♂️➡️", ["man walking facing right", "#414", "U+1F6B6 U+200D U+2642 U+FE0F U+200D U+27A1 U+FE0F", "People & Body", "person-activity"]],
|
||
["🧍", ["person standing", "#415", "U+1F9CD", "People & Body", "person-activity"]],
|
||
["🧍♂️", ["man standing", "#416", "U+1F9CD U+200D U+2642 U+FE0F", "People & Body", "person-activity"]],
|
||
["🧍♀️", ["woman standing", "#417", "U+1F9CD U+200D U+2640 U+FE0F", "People & Body", "person-activity"]],
|
||
["🧎", ["person kneeling", "#418", "U+1F9CE", "People & Body", "person-activity"]],
|
||
["🧎♂️", ["man kneeling", "#419", "U+1F9CE U+200D U+2642 U+FE0F", "People & Body", "person-activity"]],
|
||
["🧎♀️", ["woman kneeling", "#420", "U+1F9CE U+200D U+2640 U+FE0F", "People & Body", "person-activity"]],
|
||
["🧎➡️", ["person kneeling facing right", "#421", "U+1F9CE U+200D U+27A1 U+FE0F", "People & Body", "person-activity"]],
|
||
["🧎♀️➡️", ["woman kneeling facing right", "#422", "U+1F9CE U+200D U+2640 U+FE0F U+200D U+27A1 U+FE0F", "People & Body", "person-activity"]],
|
||
["🧎♂️➡️", ["man kneeling facing right", "#423", "U+1F9CE U+200D U+2642 U+FE0F U+200D U+27A1 U+FE0F", "People & Body", "person-activity"]],
|
||
["🧑🦯", ["person with white cane", "#424", "U+1F9D1 U+200D U+1F9AF", "People & Body", "person-activity"]],
|
||
["🧑🦯➡️", ["person with white cane facing right", "#425", "U+1F9D1 U+200D U+1F9AF U+200D U+27A1 U+FE0F", "People & Body", "person-activity"]],
|
||
["👨🦯", ["man with white cane", "#426", "U+1F468 U+200D U+1F9AF", "People & Body", "person-activity"]],
|
||
["👨🦯➡️", ["man with white cane facing right", "#427", "U+1F468 U+200D U+1F9AF U+200D U+27A1 U+FE0F", "People & Body", "person-activity"]],
|
||
["👩🦯", ["woman with white cane", "#428", "U+1F469 U+200D U+1F9AF", "People & Body", "person-activity"]],
|
||
["👩🦯➡️", ["woman with white cane facing right", "#429", "U+1F469 U+200D U+1F9AF U+200D U+27A1 U+FE0F", "People & Body", "person-activity"]],
|
||
["🧑🦼", ["person in motorized wheelchair", "#430", "U+1F9D1 U+200D U+1F9BC", "People & Body", "person-activity"]],
|
||
["🧑🦼➡️", ["person in motorized wheelchair facing right", "#431", "U+1F9D1 U+200D U+1F9BC U+200D U+27A1 U+FE0F", "People & Body", "person-activity"]],
|
||
["👨🦼", ["man in motorized wheelchair", "#432", "U+1F468 U+200D U+1F9BC", "People & Body", "person-activity"]],
|
||
["👨🦼➡️", ["man in motorized wheelchair facing right", "#433", "U+1F468 U+200D U+1F9BC U+200D U+27A1 U+FE0F", "People & Body", "person-activity"]],
|
||
["👩🦼", ["woman in motorized wheelchair", "#434", "U+1F469 U+200D U+1F9BC", "People & Body", "person-activity"]],
|
||
["👩🦼➡️", ["woman in motorized wheelchair facing right", "#435", "U+1F469 U+200D U+1F9BC U+200D U+27A1 U+FE0F", "People & Body", "person-activity"]],
|
||
["🧑🦽", ["person in manual wheelchair", "#436", "U+1F9D1 U+200D U+1F9BD", "People & Body", "person-activity"]],
|
||
["🧑🦽➡️", ["person in manual wheelchair facing right", "#437", "U+1F9D1 U+200D U+1F9BD U+200D U+27A1 U+FE0F", "People & Body", "person-activity"]],
|
||
["👨🦽", ["man in manual wheelchair", "#438", "U+1F468 U+200D U+1F9BD", "People & Body", "person-activity"]],
|
||
["👨🦽➡️", ["man in manual wheelchair facing right", "#439", "U+1F468 U+200D U+1F9BD U+200D U+27A1 U+FE0F", "People & Body", "person-activity"]],
|
||
["👩🦽", ["woman in manual wheelchair", "#440", "U+1F469 U+200D U+1F9BD", "People & Body", "person-activity"]],
|
||
["👩🦽➡️", ["woman in manual wheelchair facing right", "#441", "U+1F469 U+200D U+1F9BD U+200D U+27A1 U+FE0F", "People & Body", "person-activity"]],
|
||
["🏃", ["person running", "#442", "U+1F3C3", "People & Body", "person-activity"]],
|
||
["🏃♂️", ["man running", "#443", "U+1F3C3 U+200D U+2642 U+FE0F", "People & Body", "person-activity"]],
|
||
["🏃♀️", ["woman running", "#444", "U+1F3C3 U+200D U+2640 U+FE0F", "People & Body", "person-activity"]],
|
||
["🏃➡️", ["person running facing right", "#445", "U+1F3C3 U+200D U+27A1 U+FE0F", "People & Body", "person-activity"]],
|
||
["🏃♀️➡️", ["woman running facing right", "#446", "U+1F3C3 U+200D U+2640 U+FE0F U+200D U+27A1 U+FE0F", "People & Body", "person-activity"]],
|
||
["🏃♂️➡️", ["man running facing right", "#447", "U+1F3C3 U+200D U+2642 U+FE0F U+200D U+27A1 U+FE0F", "People & Body", "person-activity"]],
|
||
["💃", ["woman dancing", "#448", "U+1F483", "People & Body", "person-activity"]],
|
||
["🕺", ["man dancing", "#449", "U+1F57A", "People & Body", "person-activity"]],
|
||
["🕴", ["person in suit levitating", "#450", "U+1F574", "People & Body", "person-activity"]],
|
||
["👯", ["people with bunny ears", "#451", "U+1F46F", "People & Body", "person-activity"]],
|
||
["👯♂️", ["men with bunny ears", "#452", "U+1F46F U+200D U+2642 U+FE0F", "People & Body", "person-activity"]],
|
||
["👯♀️", ["women with bunny ears", "#453", "U+1F46F U+200D U+2640 U+FE0F", "People & Body", "person-activity"]],
|
||
["🧖", ["person in steamy room", "#454", "U+1F9D6", "People & Body", "person-activity"]],
|
||
["🧖♂️", ["man in steamy room", "#455", "U+1F9D6 U+200D U+2642 U+FE0F", "People & Body", "person-activity"]],
|
||
["🧖♀️", ["woman in steamy room", "#456", "U+1F9D6 U+200D U+2640 U+FE0F", "People & Body", "person-activity"]],
|
||
["🧗", ["person climbing", "#457", "U+1F9D7", "People & Body", "person-activity"]],
|
||
["🧗♂️", ["man climbing", "#458", "U+1F9D7 U+200D U+2642 U+FE0F", "People & Body", "person-activity"]],
|
||
["🧗♀️", ["woman climbing", "#459", "U+1F9D7 U+200D U+2640 U+FE0F", "People & Body", "person-activity"]],
|
||
["🤺", ["person fencing", "#460", "U+1F93A", "People & Body", "person-sport"]],
|
||
["🏇", ["horse racing", "#461", "U+1F3C7", "People & Body", "person-sport"]],
|
||
["⛷", ["skier", "#462", "U+26F7", "People & Body", "person-sport"]],
|
||
["🏂", ["snowboarder", "#463", "U+1F3C2", "People & Body", "person-sport"]],
|
||
["🏌", ["person golfing", "#464", "U+1F3CC", "People & Body", "person-sport"]],
|
||
["🏌️♂️", ["man golfing", "#465", "U+1F3CC U+FE0F U+200D U+2642 U+FE0F", "People & Body", "person-sport"]],
|
||
["🏌️♀️", ["woman golfing", "#466", "U+1F3CC U+FE0F U+200D U+2640 U+FE0F", "People & Body", "person-sport"]],
|
||
["🏄", ["person surfing", "#467", "U+1F3C4", "People & Body", "person-sport"]],
|
||
["🏄♂️", ["man surfing", "#468", "U+1F3C4 U+200D U+2642 U+FE0F", "People & Body", "person-sport"]],
|
||
["🏄♀️", ["woman surfing", "#469", "U+1F3C4 U+200D U+2640 U+FE0F", "People & Body", "person-sport"]],
|
||
["🚣", ["person rowing boat", "#470", "U+1F6A3", "People & Body", "person-sport"]],
|
||
["🚣♂️", ["man rowing boat", "#471", "U+1F6A3 U+200D U+2642 U+FE0F", "People & Body", "person-sport"]],
|
||
["🚣♀️", ["woman rowing boat", "#472", "U+1F6A3 U+200D U+2640 U+FE0F", "People & Body", "person-sport"]],
|
||
["🏊", ["person swimming", "#473", "U+1F3CA", "People & Body", "person-sport"]],
|
||
["🏊♂️", ["man swimming", "#474", "U+1F3CA U+200D U+2642 U+FE0F", "People & Body", "person-sport"]],
|
||
["🏊♀️", ["woman swimming", "#475", "U+1F3CA U+200D U+2640 U+FE0F", "People & Body", "person-sport"]],
|
||
["⛹", ["person bouncing ball", "#476", "U+26F9", "People & Body", "person-sport"]],
|
||
["⛹️♂️", ["man bouncing ball", "#477", "U+26F9 U+FE0F U+200D U+2642 U+FE0F", "People & Body", "person-sport"]],
|
||
["⛹️♀️", ["woman bouncing ball", "#478", "U+26F9 U+FE0F U+200D U+2640 U+FE0F", "People & Body", "person-sport"]],
|
||
["🏋", ["person lifting weights", "#479", "U+1F3CB", "People & Body", "person-sport"]],
|
||
["🏋️♂️", ["man lifting weights", "#480", "U+1F3CB U+FE0F U+200D U+2642 U+FE0F", "People & Body", "person-sport"]],
|
||
["🏋️♀️", ["woman lifting weights", "#481", "U+1F3CB U+FE0F U+200D U+2640 U+FE0F", "People & Body", "person-sport"]],
|
||
["🚴", ["person biking", "#482", "U+1F6B4", "People & Body", "person-sport"]],
|
||
["🚴♂️", ["man biking", "#483", "U+1F6B4 U+200D U+2642 U+FE0F", "People & Body", "person-sport"]],
|
||
["🚴♀️", ["woman biking", "#484", "U+1F6B4 U+200D U+2640 U+FE0F", "People & Body", "person-sport"]],
|
||
["🚵", ["person mountain biking", "#485", "U+1F6B5", "People & Body", "person-sport"]],
|
||
["🚵♂️", ["man mountain biking", "#486", "U+1F6B5 U+200D U+2642 U+FE0F", "People & Body", "person-sport"]],
|
||
["🚵♀️", ["woman mountain biking", "#487", "U+1F6B5 U+200D U+2640 U+FE0F", "People & Body", "person-sport"]],
|
||
["🤸", ["person cartwheeling", "#488", "U+1F938", "People & Body", "person-sport"]],
|
||
["🤸♂️", ["man cartwheeling", "#489", "U+1F938 U+200D U+2642 U+FE0F", "People & Body", "person-sport"]],
|
||
["🤸♀️", ["woman cartwheeling", "#490", "U+1F938 U+200D U+2640 U+FE0F", "People & Body", "person-sport"]],
|
||
["🤼", ["people wrestling", "#491", "U+1F93C", "People & Body", "person-sport"]],
|
||
["🤼♂️", ["men wrestling", "#492", "U+1F93C U+200D U+2642 U+FE0F", "People & Body", "person-sport"]],
|
||
["🤼♀️", ["women wrestling", "#493", "U+1F93C U+200D U+2640 U+FE0F", "People & Body", "person-sport"]],
|
||
["🤽", ["person playing water polo", "#494", "U+1F93D", "People & Body", "person-sport"]],
|
||
["🤽♂️", ["man playing water polo", "#495", "U+1F93D U+200D U+2642 U+FE0F", "People & Body", "person-sport"]],
|
||
["🤽♀️", ["woman playing water polo", "#496", "U+1F93D U+200D U+2640 U+FE0F", "People & Body", "person-sport"]],
|
||
["🤾", ["person playing handball", "#497", "U+1F93E", "People & Body", "person-sport"]],
|
||
["🤾♂️", ["man playing handball", "#498", "U+1F93E U+200D U+2642 U+FE0F", "People & Body", "person-sport"]],
|
||
["🤾♀️", ["woman playing handball", "#499", "U+1F93E U+200D U+2640 U+FE0F", "People & Body", "person-sport"]],
|
||
["🤹", ["person juggling", "#500", "U+1F939", "People & Body", "person-sport"]],
|
||
["🤹♂️", ["man juggling", "#501", "U+1F939 U+200D U+2642 U+FE0F", "People & Body", "person-sport"]],
|
||
["🤹♀️", ["woman juggling", "#502", "U+1F939 U+200D U+2640 U+FE0F", "People & Body", "person-sport"]],
|
||
["🧘", ["person in lotus position", "#503", "U+1F9D8", "People & Body", "person-resting"]],
|
||
["🧘♂️", ["man in lotus position", "#504", "U+1F9D8 U+200D U+2642 U+FE0F", "People & Body", "person-resting"]],
|
||
["🧘♀️", ["woman in lotus position", "#505", "U+1F9D8 U+200D U+2640 U+FE0F", "People & Body", "person-resting"]],
|
||
["🛀", ["person taking bath", "#506", "U+1F6C0", "People & Body", "person-resting"]],
|
||
["🛌", ["person in bed", "#507", "U+1F6CC", "People & Body", "person-resting"]],
|
||
["🧑🤝🧑", ["people holding hands", "#508", "U+1F9D1 U+200D U+1F91D U+200D U+1F9D1", "People & Body", "family"]],
|
||
["👭", ["women holding hands", "#509", "U+1F46D", "People & Body", "family"]],
|
||
["👫", ["woman and man holding hands", "#510", "U+1F46B", "People & Body", "family"]],
|
||
["👬", ["men holding hands", "#511", "U+1F46C", "People & Body", "family"]],
|
||
["💏", ["kiss", "#512", "U+1F48F", "People & Body", "family"]],
|
||
["👩❤️💋👨", ["kiss: woman, man", "#513", "U+1F469 U+200D U+2764 U+FE0F U+200D U+1F48B U+200D U+1F468", "People & Body", "family"]],
|
||
["👨❤️💋👨", ["kiss: man, man", "#514", "U+1F468 U+200D U+2764 U+FE0F U+200D U+1F48B U+200D U+1F468", "People & Body", "family"]],
|
||
["👩❤️💋👩", ["kiss: woman, woman", "#515", "U+1F469 U+200D U+2764 U+FE0F U+200D U+1F48B U+200D U+1F469", "People & Body", "family"]],
|
||
["💑", ["couple with heart", "#516", "U+1F491", "People & Body", "family"]],
|
||
["👩❤️👨", ["couple with heart: woman, man", "#517", "U+1F469 U+200D U+2764 U+FE0F U+200D U+1F468", "People & Body", "family"]],
|
||
["👨❤️👨", ["couple with heart: man, man", "#518", "U+1F468 U+200D U+2764 U+FE0F U+200D U+1F468", "People & Body", "family"]],
|
||
["👩❤️👩", ["couple with heart: woman, woman", "#519", "U+1F469 U+200D U+2764 U+FE0F U+200D U+1F469", "People & Body", "family"]],
|
||
["👨👩👦", ["family: man, woman, boy", "#520", "U+1F468 U+200D U+1F469 U+200D U+1F466", "People & Body", "family"]],
|
||
["👨👩👧", ["family: man, woman, girl", "#521", "U+1F468 U+200D U+1F469 U+200D U+1F467", "People & Body", "family"]],
|
||
["👨👩👧👦", ["family: man, woman, girl, boy", "#522", "U+1F468 U+200D U+1F469 U+200D U+1F467 U+200D U+1F466", "People & Body", "family"]],
|
||
["👨👩👦👦", ["family: man, woman, boy, boy", "#523", "U+1F468 U+200D U+1F469 U+200D U+1F466 U+200D U+1F466", "People & Body", "family"]],
|
||
["👨👩👧👧", ["family: man, woman, girl, girl", "#524", "U+1F468 U+200D U+1F469 U+200D U+1F467 U+200D U+1F467", "People & Body", "family"]],
|
||
["👨👨👦", ["family: man, man, boy", "#525", "U+1F468 U+200D U+1F468 U+200D U+1F466", "People & Body", "family"]],
|
||
["👨👨👧", ["family: man, man, girl", "#526", "U+1F468 U+200D U+1F468 U+200D U+1F467", "People & Body", "family"]],
|
||
["👨👨👧👦", ["family: man, man, girl, boy", "#527", "U+1F468 U+200D U+1F468 U+200D U+1F467 U+200D U+1F466", "People & Body", "family"]],
|
||
["👨👨👦👦", ["family: man, man, boy, boy", "#528", "U+1F468 U+200D U+1F468 U+200D U+1F466 U+200D U+1F466", "People & Body", "family"]],
|
||
["👨👨👧👧", ["family: man, man, girl, girl", "#529", "U+1F468 U+200D U+1F468 U+200D U+1F467 U+200D U+1F467", "People & Body", "family"]],
|
||
["👩👩👦", ["family: woman, woman, boy", "#530", "U+1F469 U+200D U+1F469 U+200D U+1F466", "People & Body", "family"]],
|
||
["👩👩👧", ["family: woman, woman, girl", "#531", "U+1F469 U+200D U+1F469 U+200D U+1F467", "People & Body", "family"]],
|
||
["👩👩👧👦", ["family: woman, woman, girl, boy", "#532", "U+1F469 U+200D U+1F469 U+200D U+1F467 U+200D U+1F466", "People & Body", "family"]],
|
||
["👩👩👦👦", ["family: woman, woman, boy, boy", "#533", "U+1F469 U+200D U+1F469 U+200D U+1F466 U+200D U+1F466", "People & Body", "family"]],
|
||
["👩👩👧👧", ["family: woman, woman, girl, girl", "#534", "U+1F469 U+200D U+1F469 U+200D U+1F467 U+200D U+1F467", "People & Body", "family"]],
|
||
["👨👦", ["family: man, boy", "#535", "U+1F468 U+200D U+1F466", "People & Body", "family"]],
|
||
["👨👦👦", ["family: man, boy, boy", "#536", "U+1F468 U+200D U+1F466 U+200D U+1F466", "People & Body", "family"]],
|
||
["👨👧", ["family: man, girl", "#537", "U+1F468 U+200D U+1F467", "People & Body", "family"]],
|
||
["👨👧👦", ["family: man, girl, boy", "#538", "U+1F468 U+200D U+1F467 U+200D U+1F466", "People & Body", "family"]],
|
||
["👨👧👧", ["family: man, girl, girl", "#539", "U+1F468 U+200D U+1F467 U+200D U+1F467", "People & Body", "family"]],
|
||
["👩👦", ["family: woman, boy", "#540", "U+1F469 U+200D U+1F466", "People & Body", "family"]],
|
||
["👩👦👦", ["family: woman, boy, boy", "#541", "U+1F469 U+200D U+1F466 U+200D U+1F466", "People & Body", "family"]],
|
||
["👩👧", ["family: woman, girl", "#542", "U+1F469 U+200D U+1F467", "People & Body", "family"]],
|
||
["👩👧👦", ["family: woman, girl, boy", "#543", "U+1F469 U+200D U+1F467 U+200D U+1F466", "People & Body", "family"]],
|
||
["👩👧👧", ["family: woman, girl, girl", "#544", "U+1F469 U+200D U+1F467 U+200D U+1F467", "People & Body", "family"]],
|
||
["🗣", ["speaking head", "#545", "U+1F5E3", "People & Body", "person-symbol"]],
|
||
["👤", ["bust in silhouette", "#546", "U+1F464", "People & Body", "person-symbol"]],
|
||
["👥", ["busts in silhouette", "#547", "U+1F465", "People & Body", "person-symbol"]],
|
||
["🫂", ["people hugging", "#548", "U+1FAC2", "People & Body", "person-symbol"]],
|
||
["👪", ["family", "#549", "U+1F46A", "People & Body", "person-symbol"]],
|
||
["🧑🧑🧒", ["family: adult, adult, child", "#550", "U+1F9D1 U+200D U+1F9D1 U+200D U+1F9D2", "People & Body", "person-symbol"]],
|
||
["🧑🧑🧒🧒", ["family: adult, adult, child, child", "#551", "U+1F9D1 U+200D U+1F9D1 U+200D U+1F9D2 U+200D U+1F9D2", "People & Body", "person-symbol"]],
|
||
["🧑🧒", ["family: adult, child", "#552", "U+1F9D1 U+200D U+1F9D2", "People & Body", "person-symbol"]],
|
||
["🧑🧒🧒", ["family: adult, child, child", "#553", "U+1F9D1 U+200D U+1F9D2 U+200D U+1F9D2", "People & Body", "person-symbol"]],
|
||
["👣", ["footprints", "#554", "U+1F463", "People & Body", "person-symbol"]],
|
||
["", ["⊛ fingerprint", "#555", "U+1FAC6", "People & Body", "person-symbol"]],
|
||
["🦰", ["red hair", "#556", "U+1F9B0", "Component", "hair-style"]],
|
||
["🦱", ["curly hair", "#557", "U+1F9B1", "Component", "hair-style"]],
|
||
["🦳", ["white hair", "#558", "U+1F9B3", "Component", "hair-style"]],
|
||
["🦲", ["bald", "#559", "U+1F9B2", "Component", "hair-style"]],
|
||
["🐵", ["monkey face", "#560", "U+1F435", "Animals & Nature", "animal-mammal"]],
|
||
["🐒", ["monkey", "#561", "U+1F412", "Animals & Nature", "animal-mammal"]],
|
||
["🦍", ["gorilla", "#562", "U+1F98D", "Animals & Nature", "animal-mammal"]],
|
||
["🦧", ["orangutan", "#563", "U+1F9A7", "Animals & Nature", "animal-mammal"]],
|
||
["🐶", ["dog face", "#564", "U+1F436", "Animals & Nature", "animal-mammal"]],
|
||
["🐕", ["dog", "#565", "U+1F415", "Animals & Nature", "animal-mammal"]],
|
||
["🦮", ["guide dog", "#566", "U+1F9AE", "Animals & Nature", "animal-mammal"]],
|
||
["🐕🦺", ["service dog", "#567", "U+1F415 U+200D U+1F9BA", "Animals & Nature", "animal-mammal"]],
|
||
["🐩", ["poodle", "#568", "U+1F429", "Animals & Nature", "animal-mammal"]],
|
||
["🐺", ["wolf", "#569", "U+1F43A", "Animals & Nature", "animal-mammal"]],
|
||
["🦊", ["fox", "#570", "U+1F98A", "Animals & Nature", "animal-mammal"]],
|
||
["🦝", ["raccoon", "#571", "U+1F99D", "Animals & Nature", "animal-mammal"]],
|
||
["🐱", ["cat face", "#572", "U+1F431", "Animals & Nature", "animal-mammal"]],
|
||
["🐈", ["cat", "#573", "U+1F408", "Animals & Nature", "animal-mammal"]],
|
||
["🐈⬛", ["black cat", "#574", "U+1F408 U+200D U+2B1B", "Animals & Nature", "animal-mammal"]],
|
||
["🦁", ["lion", "#575", "U+1F981", "Animals & Nature", "animal-mammal"]],
|
||
["🐯", ["tiger face", "#576", "U+1F42F", "Animals & Nature", "animal-mammal"]],
|
||
["🐅", ["tiger", "#577", "U+1F405", "Animals & Nature", "animal-mammal"]],
|
||
["🐆", ["leopard", "#578", "U+1F406", "Animals & Nature", "animal-mammal"]],
|
||
["🐴", ["horse face", "#579", "U+1F434", "Animals & Nature", "animal-mammal"]],
|
||
["🫎", ["moose", "#580", "U+1FACE", "Animals & Nature", "animal-mammal"]],
|
||
["🫏", ["donkey", "#581", "U+1FACF", "Animals & Nature", "animal-mammal"]],
|
||
["🐎", ["horse", "#582", "U+1F40E", "Animals & Nature", "animal-mammal"]],
|
||
["🦄", ["unicorn", "#583", "U+1F984", "Animals & Nature", "animal-mammal"]],
|
||
["🦓", ["zebra", "#584", "U+1F993", "Animals & Nature", "animal-mammal"]],
|
||
["🦌", ["deer", "#585", "U+1F98C", "Animals & Nature", "animal-mammal"]],
|
||
["🦬", ["bison", "#586", "U+1F9AC", "Animals & Nature", "animal-mammal"]],
|
||
["🐮", ["cow face", "#587", "U+1F42E", "Animals & Nature", "animal-mammal"]],
|
||
["🐂", ["ox", "#588", "U+1F402", "Animals & Nature", "animal-mammal"]],
|
||
["🐃", ["water buffalo", "#589", "U+1F403", "Animals & Nature", "animal-mammal"]],
|
||
["🐄", ["cow", "#590", "U+1F404", "Animals & Nature", "animal-mammal"]],
|
||
["🐷", ["pig face", "#591", "U+1F437", "Animals & Nature", "animal-mammal"]],
|
||
["🐖", ["pig", "#592", "U+1F416", "Animals & Nature", "animal-mammal"]],
|
||
["🐗", ["boar", "#593", "U+1F417", "Animals & Nature", "animal-mammal"]],
|
||
["🐽", ["pig nose", "#594", "U+1F43D", "Animals & Nature", "animal-mammal"]],
|
||
["🐏", ["ram", "#595", "U+1F40F", "Animals & Nature", "animal-mammal"]],
|
||
["🐑", ["ewe", "#596", "U+1F411", "Animals & Nature", "animal-mammal"]],
|
||
["🐐", ["goat", "#597", "U+1F410", "Animals & Nature", "animal-mammal"]],
|
||
["🐪", ["camel", "#598", "U+1F42A", "Animals & Nature", "animal-mammal"]],
|
||
["🐫", ["two-hump camel", "#599", "U+1F42B", "Animals & Nature", "animal-mammal"]],
|
||
["🦙", ["llama", "#600", "U+1F999", "Animals & Nature", "animal-mammal"]],
|
||
["🦒", ["giraffe", "#601", "U+1F992", "Animals & Nature", "animal-mammal"]],
|
||
["🐘", ["elephant", "#602", "U+1F418", "Animals & Nature", "animal-mammal"]],
|
||
["🦣", ["mammoth", "#603", "U+1F9A3", "Animals & Nature", "animal-mammal"]],
|
||
["🦏", ["rhinoceros", "#604", "U+1F98F", "Animals & Nature", "animal-mammal"]],
|
||
["🦛", ["hippopotamus", "#605", "U+1F99B", "Animals & Nature", "animal-mammal"]],
|
||
["🐭", ["mouse face", "#606", "U+1F42D", "Animals & Nature", "animal-mammal"]],
|
||
["🐁", ["mouse", "#607", "U+1F401", "Animals & Nature", "animal-mammal"]],
|
||
["🐀", ["rat", "#608", "U+1F400", "Animals & Nature", "animal-mammal"]],
|
||
["🐹", ["hamster", "#609", "U+1F439", "Animals & Nature", "animal-mammal"]],
|
||
["🐰", ["rabbit face", "#610", "U+1F430", "Animals & Nature", "animal-mammal"]],
|
||
["🐇", ["rabbit", "#611", "U+1F407", "Animals & Nature", "animal-mammal"]],
|
||
["🐿", ["chipmunk", "#612", "U+1F43F", "Animals & Nature", "animal-mammal"]],
|
||
["🦫", ["beaver", "#613", "U+1F9AB", "Animals & Nature", "animal-mammal"]],
|
||
["🦔", ["hedgehog", "#614", "U+1F994", "Animals & Nature", "animal-mammal"]],
|
||
["🦇", ["bat", "#615", "U+1F987", "Animals & Nature", "animal-mammal"]],
|
||
["🐻", ["bear", "#616", "U+1F43B", "Animals & Nature", "animal-mammal"]],
|
||
["🐻❄️", ["polar bear", "#617", "U+1F43B U+200D U+2744 U+FE0F", "Animals & Nature", "animal-mammal"]],
|
||
["🐨", ["koala", "#618", "U+1F428", "Animals & Nature", "animal-mammal"]],
|
||
["🐼", ["panda", "#619", "U+1F43C", "Animals & Nature", "animal-mammal"]],
|
||
["🦥", ["sloth", "#620", "U+1F9A5", "Animals & Nature", "animal-mammal"]],
|
||
["🦦", ["otter", "#621", "U+1F9A6", "Animals & Nature", "animal-mammal"]],
|
||
["🦨", ["skunk", "#622", "U+1F9A8", "Animals & Nature", "animal-mammal"]],
|
||
["🦘", ["kangaroo", "#623", "U+1F998", "Animals & Nature", "animal-mammal"]],
|
||
["🦡", ["badger", "#624", "U+1F9A1", "Animals & Nature", "animal-mammal"]],
|
||
["🐾", ["paw prints", "#625", "U+1F43E", "Animals & Nature", "animal-mammal"]],
|
||
["🦃", ["turkey", "#626", "U+1F983", "Animals & Nature", "animal-bird"]],
|
||
["🐔", ["chicken", "#627", "U+1F414", "Animals & Nature", "animal-bird"]],
|
||
["🐓", ["rooster", "#628", "U+1F413", "Animals & Nature", "animal-bird"]],
|
||
["🐣", ["hatching chick", "#629", "U+1F423", "Animals & Nature", "animal-bird"]],
|
||
["🐤", ["baby chick", "#630", "U+1F424", "Animals & Nature", "animal-bird"]],
|
||
["🐥", ["front-facing baby chick", "#631", "U+1F425", "Animals & Nature", "animal-bird"]],
|
||
["🐦", ["bird", "#632", "U+1F426", "Animals & Nature", "animal-bird"]],
|
||
["🐧", ["penguin", "#633", "U+1F427", "Animals & Nature", "animal-bird"]],
|
||
["🕊", ["dove", "#634", "U+1F54A", "Animals & Nature", "animal-bird"]],
|
||
["🦅", ["eagle", "#635", "U+1F985", "Animals & Nature", "animal-bird"]],
|
||
["🦆", ["duck", "#636", "U+1F986", "Animals & Nature", "animal-bird"]],
|
||
["🦢", ["swan", "#637", "U+1F9A2", "Animals & Nature", "animal-bird"]],
|
||
["🦉", ["owl", "#638", "U+1F989", "Animals & Nature", "animal-bird"]],
|
||
["🦤", ["dodo", "#639", "U+1F9A4", "Animals & Nature", "animal-bird"]],
|
||
["🪶", ["feather", "#640", "U+1FAB6", "Animals & Nature", "animal-bird"]],
|
||
["🦩", ["flamingo", "#641", "U+1F9A9", "Animals & Nature", "animal-bird"]],
|
||
["🦚", ["peacock", "#642", "U+1F99A", "Animals & Nature", "animal-bird"]],
|
||
["🦜", ["parrot", "#643", "U+1F99C", "Animals & Nature", "animal-bird"]],
|
||
["🪽", ["wing", "#644", "U+1FABD", "Animals & Nature", "animal-bird"]],
|
||
["🐦⬛", ["black bird", "#645", "U+1F426 U+200D U+2B1B", "Animals & Nature", "animal-bird"]],
|
||
["🪿", ["goose", "#646", "U+1FABF", "Animals & Nature", "animal-bird"]],
|
||
["🐦🔥", ["phoenix", "#647", "U+1F426 U+200D U+1F525", "Animals & Nature", "animal-bird"]],
|
||
["🐸", ["frog", "#648", "U+1F438", "Animals & Nature", "animal-amphibian"]],
|
||
["🐊", ["crocodile", "#649", "U+1F40A", "Animals & Nature", "animal-reptile"]],
|
||
["🐢", ["turtle", "#650", "U+1F422", "Animals & Nature", "animal-reptile"]],
|
||
["🦎", ["lizard", "#651", "U+1F98E", "Animals & Nature", "animal-reptile"]],
|
||
["🐍", ["snake", "#652", "U+1F40D", "Animals & Nature", "animal-reptile"]],
|
||
["🐲", ["dragon face", "#653", "U+1F432", "Animals & Nature", "animal-reptile"]],
|
||
["🐉", ["dragon", "#654", "U+1F409", "Animals & Nature", "animal-reptile"]],
|
||
["🦕", ["sauropod", "#655", "U+1F995", "Animals & Nature", "animal-reptile"]],
|
||
["🦖", ["T-Rex", "#656", "U+1F996", "Animals & Nature", "animal-reptile"]],
|
||
["🐳", ["spouting whale", "#657", "U+1F433", "Animals & Nature", "animal-marine"]],
|
||
["🐋", ["whale", "#658", "U+1F40B", "Animals & Nature", "animal-marine"]],
|
||
["🐬", ["dolphin", "#659", "U+1F42C", "Animals & Nature", "animal-marine"]],
|
||
["🦭", ["seal", "#660", "U+1F9AD", "Animals & Nature", "animal-marine"]],
|
||
["🐟", ["fish", "#661", "U+1F41F", "Animals & Nature", "animal-marine"]],
|
||
["🐠", ["tropical fish", "#662", "U+1F420", "Animals & Nature", "animal-marine"]],
|
||
["🐡", ["blowfish", "#663", "U+1F421", "Animals & Nature", "animal-marine"]],
|
||
["🦈", ["shark", "#664", "U+1F988", "Animals & Nature", "animal-marine"]],
|
||
["🐙", ["octopus", "#665", "U+1F419", "Animals & Nature", "animal-marine"]],
|
||
["🐚", ["spiral shell", "#666", "U+1F41A", "Animals & Nature", "animal-marine"]],
|
||
["🪸", ["coral", "#667", "U+1FAB8", "Animals & Nature", "animal-marine"]],
|
||
["🪼", ["jellyfish", "#668", "U+1FABC", "Animals & Nature", "animal-marine"]],
|
||
["🦀", ["crab", "#669", "U+1F980", "Animals & Nature", "animal-marine"]],
|
||
["🦞", ["lobster", "#670", "U+1F99E", "Animals & Nature", "animal-marine"]],
|
||
["🦐", ["shrimp", "#671", "U+1F990", "Animals & Nature", "animal-marine"]],
|
||
["🦑", ["squid", "#672", "U+1F991", "Animals & Nature", "animal-marine"]],
|
||
["🦪", ["oyster", "#673", "U+1F9AA", "Animals & Nature", "animal-marine"]],
|
||
["🐌", ["snail", "#674", "U+1F40C", "Animals & Nature", "animal-bug"]],
|
||
["🦋", ["butterfly", "#675", "U+1F98B", "Animals & Nature", "animal-bug"]],
|
||
["🐛", ["bug", "#676", "U+1F41B", "Animals & Nature", "animal-bug"]],
|
||
["🐜", ["ant", "#677", "U+1F41C", "Animals & Nature", "animal-bug"]],
|
||
["🐝", ["honeybee", "#678", "U+1F41D", "Animals & Nature", "animal-bug"]],
|
||
["🪲", ["beetle", "#679", "U+1FAB2", "Animals & Nature", "animal-bug"]],
|
||
["🐞", ["lady beetle", "#680", "U+1F41E", "Animals & Nature", "animal-bug"]],
|
||
["🦗", ["cricket", "#681", "U+1F997", "Animals & Nature", "animal-bug"]],
|
||
["🪳", ["cockroach", "#682", "U+1FAB3", "Animals & Nature", "animal-bug"]],
|
||
["🕷", ["spider", "#683", "U+1F577", "Animals & Nature", "animal-bug"]],
|
||
["🕸", ["spider web", "#684", "U+1F578", "Animals & Nature", "animal-bug"]],
|
||
["🦂", ["scorpion", "#685", "U+1F982", "Animals & Nature", "animal-bug"]],
|
||
["🦟", ["mosquito", "#686", "U+1F99F", "Animals & Nature", "animal-bug"]],
|
||
["🪰", ["fly", "#687", "U+1FAB0", "Animals & Nature", "animal-bug"]],
|
||
["🪱", ["worm", "#688", "U+1FAB1", "Animals & Nature", "animal-bug"]],
|
||
["🦠", ["microbe", "#689", "U+1F9A0", "Animals & Nature", "animal-bug"]],
|
||
["💐", ["bouquet", "#690", "U+1F490", "Animals & Nature", "plant-flower"]],
|
||
["🌸", ["cherry blossom", "#691", "U+1F338", "Animals & Nature", "plant-flower"]],
|
||
["💮", ["white flower", "#692", "U+1F4AE", "Animals & Nature", "plant-flower"]],
|
||
["🪷", ["lotus", "#693", "U+1FAB7", "Animals & Nature", "plant-flower"]],
|
||
["🏵", ["rosette", "#694", "U+1F3F5", "Animals & Nature", "plant-flower"]],
|
||
["🌹", ["rose", "#695", "U+1F339", "Animals & Nature", "plant-flower"]],
|
||
["🥀", ["wilted flower", "#696", "U+1F940", "Animals & Nature", "plant-flower"]],
|
||
["🌺", ["hibiscus", "#697", "U+1F33A", "Animals & Nature", "plant-flower"]],
|
||
["🌻", ["sunflower", "#698", "U+1F33B", "Animals & Nature", "plant-flower"]],
|
||
["🌼", ["blossom", "#699", "U+1F33C", "Animals & Nature", "plant-flower"]],
|
||
["🌷", ["tulip", "#700", "U+1F337", "Animals & Nature", "plant-flower"]],
|
||
["🪻", ["hyacinth", "#701", "U+1FABB", "Animals & Nature", "plant-flower"]],
|
||
["🌱", ["seedling", "#702", "U+1F331", "Animals & Nature", "plant-other"]],
|
||
["🪴", ["potted plant", "#703", "U+1FAB4", "Animals & Nature", "plant-other"]],
|
||
["🌲", ["evergreen tree", "#704", "U+1F332", "Animals & Nature", "plant-other"]],
|
||
["🌳", ["deciduous tree", "#705", "U+1F333", "Animals & Nature", "plant-other"]],
|
||
["🌴", ["palm tree", "#706", "U+1F334", "Animals & Nature", "plant-other"]],
|
||
["🌵", ["cactus", "#707", "U+1F335", "Animals & Nature", "plant-other"]],
|
||
["🌾", ["sheaf of rice", "#708", "U+1F33E", "Animals & Nature", "plant-other"]],
|
||
["🌿", ["herb", "#709", "U+1F33F", "Animals & Nature", "plant-other"]],
|
||
["☘", ["shamrock", "#710", "U+2618", "Animals & Nature", "plant-other"]],
|
||
["🍀", ["four leaf clover", "#711", "U+1F340", "Animals & Nature", "plant-other"]],
|
||
["🍁", ["maple leaf", "#712", "U+1F341", "Animals & Nature", "plant-other"]],
|
||
["🍂", ["fallen leaf", "#713", "U+1F342", "Animals & Nature", "plant-other"]],
|
||
["🍃", ["leaf fluttering in wind", "#714", "U+1F343", "Animals & Nature", "plant-other"]],
|
||
["🪹", ["empty nest", "#715", "U+1FAB9", "Animals & Nature", "plant-other"]],
|
||
["🪺", ["nest with eggs", "#716", "U+1FABA", "Animals & Nature", "plant-other"]],
|
||
["🍄", ["mushroom", "#717", "U+1F344", "Animals & Nature", "plant-other"]],
|
||
["", ["⊛ leafless tree", "#718", "U+1FABE", "Animals & Nature", "plant-other"]],
|
||
["🍇", ["grapes", "#719", "U+1F347", "Food & Drink", "food-fruit"]],
|
||
["🍈", ["melon", "#720", "U+1F348", "Food & Drink", "food-fruit"]],
|
||
["🍉", ["watermelon", "#721", "U+1F349", "Food & Drink", "food-fruit"]],
|
||
["🍊", ["tangerine", "#722", "U+1F34A", "Food & Drink", "food-fruit"]],
|
||
["🍋", ["lemon", "#723", "U+1F34B", "Food & Drink", "food-fruit"]],
|
||
["🍋🟩", ["lime", "#724", "U+1F34B U+200D U+1F7E9", "Food & Drink", "food-fruit"]],
|
||
["🍌", ["banana", "#725", "U+1F34C", "Food & Drink", "food-fruit"]],
|
||
["🍍", ["pineapple", "#726", "U+1F34D", "Food & Drink", "food-fruit"]],
|
||
["🥭", ["mango", "#727", "U+1F96D", "Food & Drink", "food-fruit"]],
|
||
["🍎", ["red apple", "#728", "U+1F34E", "Food & Drink", "food-fruit"]],
|
||
["🍏", ["green apple", "#729", "U+1F34F", "Food & Drink", "food-fruit"]],
|
||
["🍐", ["pear", "#730", "U+1F350", "Food & Drink", "food-fruit"]],
|
||
["🍑", ["peach", "#731", "U+1F351", "Food & Drink", "food-fruit"]],
|
||
["🍒", ["cherries", "#732", "U+1F352", "Food & Drink", "food-fruit"]],
|
||
["🍓", ["strawberry", "#733", "U+1F353", "Food & Drink", "food-fruit"]],
|
||
["🫐", ["blueberries", "#734", "U+1FAD0", "Food & Drink", "food-fruit"]],
|
||
["🥝", ["kiwi fruit", "#735", "U+1F95D", "Food & Drink", "food-fruit"]],
|
||
["🍅", ["tomato", "#736", "U+1F345", "Food & Drink", "food-fruit"]],
|
||
["🫒", ["olive", "#737", "U+1FAD2", "Food & Drink", "food-fruit"]],
|
||
["🥥", ["coconut", "#738", "U+1F965", "Food & Drink", "food-fruit"]],
|
||
["🥑", ["avocado", "#739", "U+1F951", "Food & Drink", "food-vegetable"]],
|
||
["🍆", ["eggplant", "#740", "U+1F346", "Food & Drink", "food-vegetable"]],
|
||
["🥔", ["potato", "#741", "U+1F954", "Food & Drink", "food-vegetable"]],
|
||
["🥕", ["carrot", "#742", "U+1F955", "Food & Drink", "food-vegetable"]],
|
||
["🌽", ["ear of corn", "#743", "U+1F33D", "Food & Drink", "food-vegetable"]],
|
||
["🌶", ["hot pepper", "#744", "U+1F336", "Food & Drink", "food-vegetable"]],
|
||
["🫑", ["bell pepper", "#745", "U+1FAD1", "Food & Drink", "food-vegetable"]],
|
||
["🥒", ["cucumber", "#746", "U+1F952", "Food & Drink", "food-vegetable"]],
|
||
["🥬", ["leafy green", "#747", "U+1F96C", "Food & Drink", "food-vegetable"]],
|
||
["🥦", ["broccoli", "#748", "U+1F966", "Food & Drink", "food-vegetable"]],
|
||
["🧄", ["garlic", "#749", "U+1F9C4", "Food & Drink", "food-vegetable"]],
|
||
["🧅", ["onion", "#750", "U+1F9C5", "Food & Drink", "food-vegetable"]],
|
||
["🥜", ["peanuts", "#751", "U+1F95C", "Food & Drink", "food-vegetable"]],
|
||
["🫘", ["beans", "#752", "U+1FAD8", "Food & Drink", "food-vegetable"]],
|
||
["🌰", ["chestnut", "#753", "U+1F330", "Food & Drink", "food-vegetable"]],
|
||
["🫚", ["ginger root", "#754", "U+1FADA", "Food & Drink", "food-vegetable"]],
|
||
["🫛", ["pea pod", "#755", "U+1FADB", "Food & Drink", "food-vegetable"]],
|
||
["🍄🟫", ["brown mushroom", "#756", "U+1F344 U+200D U+1F7EB", "Food & Drink", "food-vegetable"]],
|
||
["", ["⊛ root vegetable", "#757", "U+1FADC", "Food & Drink", "food-vegetable"]],
|
||
["🍞", ["bread", "#758", "U+1F35E", "Food & Drink", "food-prepared"]],
|
||
["🥐", ["croissant", "#759", "U+1F950", "Food & Drink", "food-prepared"]],
|
||
["🥖", ["baguette bread", "#760", "U+1F956", "Food & Drink", "food-prepared"]],
|
||
["🫓", ["flatbread", "#761", "U+1FAD3", "Food & Drink", "food-prepared"]],
|
||
["🥨", ["pretzel", "#762", "U+1F968", "Food & Drink", "food-prepared"]],
|
||
["🥯", ["bagel", "#763", "U+1F96F", "Food & Drink", "food-prepared"]],
|
||
["🥞", ["pancakes", "#764", "U+1F95E", "Food & Drink", "food-prepared"]],
|
||
["🧇", ["waffle", "#765", "U+1F9C7", "Food & Drink", "food-prepared"]],
|
||
["🧀", ["cheese wedge", "#766", "U+1F9C0", "Food & Drink", "food-prepared"]],
|
||
["🍖", ["meat on bone", "#767", "U+1F356", "Food & Drink", "food-prepared"]],
|
||
["🍗", ["poultry leg", "#768", "U+1F357", "Food & Drink", "food-prepared"]],
|
||
["🥩", ["cut of meat", "#769", "U+1F969", "Food & Drink", "food-prepared"]],
|
||
["🥓", ["bacon", "#770", "U+1F953", "Food & Drink", "food-prepared"]],
|
||
["🍔", ["hamburger", "#771", "U+1F354", "Food & Drink", "food-prepared"]],
|
||
["🍟", ["french fries", "#772", "U+1F35F", "Food & Drink", "food-prepared"]],
|
||
["🍕", ["pizza", "#773", "U+1F355", "Food & Drink", "food-prepared"]],
|
||
["🌭", ["hot dog", "#774", "U+1F32D", "Food & Drink", "food-prepared"]],
|
||
["🥪", ["sandwich", "#775", "U+1F96A", "Food & Drink", "food-prepared"]],
|
||
["🌮", ["taco", "#776", "U+1F32E", "Food & Drink", "food-prepared"]],
|
||
["🌯", ["burrito", "#777", "U+1F32F", "Food & Drink", "food-prepared"]],
|
||
["🫔", ["tamale", "#778", "U+1FAD4", "Food & Drink", "food-prepared"]],
|
||
["🥙", ["stuffed flatbread", "#779", "U+1F959", "Food & Drink", "food-prepared"]],
|
||
["🧆", ["falafel", "#780", "U+1F9C6", "Food & Drink", "food-prepared"]],
|
||
["🥚", ["egg", "#781", "U+1F95A", "Food & Drink", "food-prepared"]],
|
||
["🍳", ["cooking", "#782", "U+1F373", "Food & Drink", "food-prepared"]],
|
||
["🥘", ["shallow pan of food", "#783", "U+1F958", "Food & Drink", "food-prepared"]],
|
||
["🍲", ["pot of food", "#784", "U+1F372", "Food & Drink", "food-prepared"]],
|
||
["🫕", ["fondue", "#785", "U+1FAD5", "Food & Drink", "food-prepared"]],
|
||
["🥣", ["bowl with spoon", "#786", "U+1F963", "Food & Drink", "food-prepared"]],
|
||
["🥗", ["green salad", "#787", "U+1F957", "Food & Drink", "food-prepared"]],
|
||
["🍿", ["popcorn", "#788", "U+1F37F", "Food & Drink", "food-prepared"]],
|
||
["🧈", ["butter", "#789", "U+1F9C8", "Food & Drink", "food-prepared"]],
|
||
["🧂", ["salt", "#790", "U+1F9C2", "Food & Drink", "food-prepared"]],
|
||
["🥫", ["canned food", "#791", "U+1F96B", "Food & Drink", "food-prepared"]],
|
||
["🍱", ["bento box", "#792", "U+1F371", "Food & Drink", "food-asian"]],
|
||
["🍘", ["rice cracker", "#793", "U+1F358", "Food & Drink", "food-asian"]],
|
||
["🍙", ["rice ball", "#794", "U+1F359", "Food & Drink", "food-asian"]],
|
||
["🍚", ["cooked rice", "#795", "U+1F35A", "Food & Drink", "food-asian"]],
|
||
["🍛", ["curry rice", "#796", "U+1F35B", "Food & Drink", "food-asian"]],
|
||
["🍜", ["steaming bowl", "#797", "U+1F35C", "Food & Drink", "food-asian"]],
|
||
["🍝", ["spaghetti", "#798", "U+1F35D", "Food & Drink", "food-asian"]],
|
||
["🍠", ["roasted sweet potato", "#799", "U+1F360", "Food & Drink", "food-asian"]],
|
||
["🍢", ["oden", "#800", "U+1F362", "Food & Drink", "food-asian"]],
|
||
["🍣", ["sushi", "#801", "U+1F363", "Food & Drink", "food-asian"]],
|
||
["🍤", ["fried shrimp", "#802", "U+1F364", "Food & Drink", "food-asian"]],
|
||
["🍥", ["fish cake with swirl", "#803", "U+1F365", "Food & Drink", "food-asian"]],
|
||
["🥮", ["moon cake", "#804", "U+1F96E", "Food & Drink", "food-asian"]],
|
||
["🍡", ["dango", "#805", "U+1F361", "Food & Drink", "food-asian"]],
|
||
["🥟", ["dumpling", "#806", "U+1F95F", "Food & Drink", "food-asian"]],
|
||
["🥠", ["fortune cookie", "#807", "U+1F960", "Food & Drink", "food-asian"]],
|
||
["🥡", ["takeout box", "#808", "U+1F961", "Food & Drink", "food-asian"]],
|
||
["🍦", ["soft ice cream", "#809", "U+1F366", "Food & Drink", "food-sweet"]],
|
||
["🍧", ["shaved ice", "#810", "U+1F367", "Food & Drink", "food-sweet"]],
|
||
["🍨", ["ice cream", "#811", "U+1F368", "Food & Drink", "food-sweet"]],
|
||
["🍩", ["doughnut", "#812", "U+1F369", "Food & Drink", "food-sweet"]],
|
||
["🍪", ["cookie", "#813", "U+1F36A", "Food & Drink", "food-sweet"]],
|
||
["🎂", ["birthday cake", "#814", "U+1F382", "Food & Drink", "food-sweet"]],
|
||
["🍰", ["shortcake", "#815", "U+1F370", "Food & Drink", "food-sweet"]],
|
||
["🧁", ["cupcake", "#816", "U+1F9C1", "Food & Drink", "food-sweet"]],
|
||
["🥧", ["pie", "#817", "U+1F967", "Food & Drink", "food-sweet"]],
|
||
["🍫", ["chocolate bar", "#818", "U+1F36B", "Food & Drink", "food-sweet"]],
|
||
["🍬", ["candy", "#819", "U+1F36C", "Food & Drink", "food-sweet"]],
|
||
["🍭", ["lollipop", "#820", "U+1F36D", "Food & Drink", "food-sweet"]],
|
||
["🍮", ["custard", "#821", "U+1F36E", "Food & Drink", "food-sweet"]],
|
||
["🍯", ["honey pot", "#822", "U+1F36F", "Food & Drink", "food-sweet"]],
|
||
["🍼", ["baby bottle", "#823", "U+1F37C", "Food & Drink", "drink"]],
|
||
["🥛", ["glass of milk", "#824", "U+1F95B", "Food & Drink", "drink"]],
|
||
["☕", ["hot beverage", "#825", "U+2615", "Food & Drink", "drink"]],
|
||
["🫖", ["teapot", "#826", "U+1FAD6", "Food & Drink", "drink"]],
|
||
["🍵", ["teacup without handle", "#827", "U+1F375", "Food & Drink", "drink"]],
|
||
["🍶", ["sake", "#828", "U+1F376", "Food & Drink", "drink"]],
|
||
["🍾", ["bottle with popping cork", "#829", "U+1F37E", "Food & Drink", "drink"]],
|
||
["🍷", ["wine glass", "#830", "U+1F377", "Food & Drink", "drink"]],
|
||
["🍸", ["cocktail glass", "#831", "U+1F378", "Food & Drink", "drink"]],
|
||
["🍹", ["tropical drink", "#832", "U+1F379", "Food & Drink", "drink"]],
|
||
["🍺", ["beer mug", "#833", "U+1F37A", "Food & Drink", "drink"]],
|
||
["🍻", ["clinking beer mugs", "#834", "U+1F37B", "Food & Drink", "drink"]],
|
||
["🥂", ["clinking glasses", "#835", "U+1F942", "Food & Drink", "drink"]],
|
||
["🥃", ["tumbler glass", "#836", "U+1F943", "Food & Drink", "drink"]],
|
||
["🫗", ["pouring liquid", "#837", "U+1FAD7", "Food & Drink", "drink"]],
|
||
["🥤", ["cup with straw", "#838", "U+1F964", "Food & Drink", "drink"]],
|
||
["🧋", ["bubble tea", "#839", "U+1F9CB", "Food & Drink", "drink"]],
|
||
["🧃", ["beverage box", "#840", "U+1F9C3", "Food & Drink", "drink"]],
|
||
["🧉", ["mate", "#841", "U+1F9C9", "Food & Drink", "drink"]],
|
||
["🧊", ["ice", "#842", "U+1F9CA", "Food & Drink", "drink"]],
|
||
["🥢", ["chopsticks", "#843", "U+1F962", "Food & Drink", "dishware"]],
|
||
["🍽", ["fork and knife with plate", "#844", "U+1F37D", "Food & Drink", "dishware"]],
|
||
["🍴", ["fork and knife", "#845", "U+1F374", "Food & Drink", "dishware"]],
|
||
["🥄", ["spoon", "#846", "U+1F944", "Food & Drink", "dishware"]],
|
||
["🔪", ["kitchen knife", "#847", "U+1F52A", "Food & Drink", "dishware"]],
|
||
["🫙", ["jar", "#848", "U+1FAD9", "Food & Drink", "dishware"]],
|
||
["🏺", ["amphora", "#849", "U+1F3FA", "Food & Drink", "dishware"]],
|
||
["🌍", ["globe showing Europe-Africa", "#850", "U+1F30D", "Travel & Places", "place-map"]],
|
||
["🌎", ["globe showing Americas", "#851", "U+1F30E", "Travel & Places", "place-map"]],
|
||
["🌏", ["globe showing Asia-Australia", "#852", "U+1F30F", "Travel & Places", "place-map"]],
|
||
["🌐", ["globe with meridians", "#853", "U+1F310", "Travel & Places", "place-map"]],
|
||
["🗺", ["world map", "#854", "U+1F5FA", "Travel & Places", "place-map"]],
|
||
["🗾", ["map of Japan", "#855", "U+1F5FE", "Travel & Places", "place-map"]],
|
||
["🧭", ["compass", "#856", "U+1F9ED", "Travel & Places", "place-map"]],
|
||
["🏔", ["snow-capped mountain", "#857", "U+1F3D4", "Travel & Places", "place-geographic"]],
|
||
["⛰", ["mountain", "#858", "U+26F0", "Travel & Places", "place-geographic"]],
|
||
["🌋", ["volcano", "#859", "U+1F30B", "Travel & Places", "place-geographic"]],
|
||
["🗻", ["mount fuji", "#860", "U+1F5FB", "Travel & Places", "place-geographic"]],
|
||
["🏕", ["camping", "#861", "U+1F3D5", "Travel & Places", "place-geographic"]],
|
||
["🏖", ["beach with umbrella", "#862", "U+1F3D6", "Travel & Places", "place-geographic"]],
|
||
["🏜", ["desert", "#863", "U+1F3DC", "Travel & Places", "place-geographic"]],
|
||
["🏝", ["desert island", "#864", "U+1F3DD", "Travel & Places", "place-geographic"]],
|
||
["🏞", ["national park", "#865", "U+1F3DE", "Travel & Places", "place-geographic"]],
|
||
["🏟", ["stadium", "#866", "U+1F3DF", "Travel & Places", "place-building"]],
|
||
["🏛", ["classical building", "#867", "U+1F3DB", "Travel & Places", "place-building"]],
|
||
["🏗", ["building construction", "#868", "U+1F3D7", "Travel & Places", "place-building"]],
|
||
["🧱", ["brick", "#869", "U+1F9F1", "Travel & Places", "place-building"]],
|
||
["🪨", ["rock", "#870", "U+1FAA8", "Travel & Places", "place-building"]],
|
||
["🪵", ["wood", "#871", "U+1FAB5", "Travel & Places", "place-building"]],
|
||
["🛖", ["hut", "#872", "U+1F6D6", "Travel & Places", "place-building"]],
|
||
["🏘", ["houses", "#873", "U+1F3D8", "Travel & Places", "place-building"]],
|
||
["🏚", ["derelict house", "#874", "U+1F3DA", "Travel & Places", "place-building"]],
|
||
["🏠", ["house", "#875", "U+1F3E0", "Travel & Places", "place-building"]],
|
||
["🏡", ["house with garden", "#876", "U+1F3E1", "Travel & Places", "place-building"]],
|
||
["🏢", ["office building", "#877", "U+1F3E2", "Travel & Places", "place-building"]],
|
||
["🏣", ["Japanese post office", "#878", "U+1F3E3", "Travel & Places", "place-building"]],
|
||
["🏤", ["post office", "#879", "U+1F3E4", "Travel & Places", "place-building"]],
|
||
["🏥", ["hospital", "#880", "U+1F3E5", "Travel & Places", "place-building"]],
|
||
["🏦", ["bank", "#881", "U+1F3E6", "Travel & Places", "place-building"]],
|
||
["🏨", ["hotel", "#882", "U+1F3E8", "Travel & Places", "place-building"]],
|
||
["🏩", ["love hotel", "#883", "U+1F3E9", "Travel & Places", "place-building"]],
|
||
["🏪", ["convenience store", "#884", "U+1F3EA", "Travel & Places", "place-building"]],
|
||
["🏫", ["school", "#885", "U+1F3EB", "Travel & Places", "place-building"]],
|
||
["🏬", ["department store", "#886", "U+1F3EC", "Travel & Places", "place-building"]],
|
||
["🏭", ["factory", "#887", "U+1F3ED", "Travel & Places", "place-building"]],
|
||
["🏯", ["Japanese castle", "#888", "U+1F3EF", "Travel & Places", "place-building"]],
|
||
["🏰", ["castle", "#889", "U+1F3F0", "Travel & Places", "place-building"]],
|
||
["💒", ["wedding", "#890", "U+1F492", "Travel & Places", "place-building"]],
|
||
["🗼", ["Tokyo tower", "#891", "U+1F5FC", "Travel & Places", "place-building"]],
|
||
["🗽", ["Statue of Liberty", "#892", "U+1F5FD", "Travel & Places", "place-building"]],
|
||
["⛪", ["church", "#893", "U+26EA", "Travel & Places", "place-religious"]],
|
||
["🕌", ["mosque", "#894", "U+1F54C", "Travel & Places", "place-religious"]],
|
||
["🛕", ["hindu temple", "#895", "U+1F6D5", "Travel & Places", "place-religious"]],
|
||
["🕍", ["synagogue", "#896", "U+1F54D", "Travel & Places", "place-religious"]],
|
||
["⛩", ["shinto shrine", "#897", "U+26E9", "Travel & Places", "place-religious"]],
|
||
["🕋", ["kaaba", "#898", "U+1F54B", "Travel & Places", "place-religious"]],
|
||
["⛲", ["fountain", "#899", "U+26F2", "Travel & Places", "place-other"]],
|
||
["⛺", ["tent", "#900", "U+26FA", "Travel & Places", "place-other"]],
|
||
["🌁", ["foggy", "#901", "U+1F301", "Travel & Places", "place-other"]],
|
||
["🌃", ["night with stars", "#902", "U+1F303", "Travel & Places", "place-other"]],
|
||
["🏙", ["cityscape", "#903", "U+1F3D9", "Travel & Places", "place-other"]],
|
||
["🌄", ["sunrise over mountains", "#904", "U+1F304", "Travel & Places", "place-other"]],
|
||
["🌅", ["sunrise", "#905", "U+1F305", "Travel & Places", "place-other"]],
|
||
["🌆", ["cityscape at dusk", "#906", "U+1F306", "Travel & Places", "place-other"]],
|
||
["🌇", ["sunset", "#907", "U+1F307", "Travel & Places", "place-other"]],
|
||
["🌉", ["bridge at night", "#908", "U+1F309", "Travel & Places", "place-other"]],
|
||
["♨", ["hot springs", "#909", "U+2668", "Travel & Places", "place-other"]],
|
||
["🎠", ["carousel horse", "#910", "U+1F3A0", "Travel & Places", "place-other"]],
|
||
["🛝", ["playground slide", "#911", "U+1F6DD", "Travel & Places", "place-other"]],
|
||
["🎡", ["ferris wheel", "#912", "U+1F3A1", "Travel & Places", "place-other"]],
|
||
["🎢", ["roller coaster", "#913", "U+1F3A2", "Travel & Places", "place-other"]],
|
||
["💈", ["barber pole", "#914", "U+1F488", "Travel & Places", "place-other"]],
|
||
["🎪", ["circus tent", "#915", "U+1F3AA", "Travel & Places", "place-other"]],
|
||
["🚂", ["locomotive", "#916", "U+1F682", "Travel & Places", "transport-ground"]],
|
||
["🚃", ["railway car", "#917", "U+1F683", "Travel & Places", "transport-ground"]],
|
||
["🚄", ["high-speed train", "#918", "U+1F684", "Travel & Places", "transport-ground"]],
|
||
["🚅", ["bullet train", "#919", "U+1F685", "Travel & Places", "transport-ground"]],
|
||
["🚆", ["train", "#920", "U+1F686", "Travel & Places", "transport-ground"]],
|
||
["🚇", ["metro", "#921", "U+1F687", "Travel & Places", "transport-ground"]],
|
||
["🚈", ["light rail", "#922", "U+1F688", "Travel & Places", "transport-ground"]],
|
||
["🚉", ["station", "#923", "U+1F689", "Travel & Places", "transport-ground"]],
|
||
["🚊", ["tram", "#924", "U+1F68A", "Travel & Places", "transport-ground"]],
|
||
["🚝", ["monorail", "#925", "U+1F69D", "Travel & Places", "transport-ground"]],
|
||
["🚞", ["mountain railway", "#926", "U+1F69E", "Travel & Places", "transport-ground"]],
|
||
["🚋", ["tram car", "#927", "U+1F68B", "Travel & Places", "transport-ground"]],
|
||
["🚌", ["bus", "#928", "U+1F68C", "Travel & Places", "transport-ground"]],
|
||
["🚍", ["oncoming bus", "#929", "U+1F68D", "Travel & Places", "transport-ground"]],
|
||
["🚎", ["trolleybus", "#930", "U+1F68E", "Travel & Places", "transport-ground"]],
|
||
["🚐", ["minibus", "#931", "U+1F690", "Travel & Places", "transport-ground"]],
|
||
["🚑", ["ambulance", "#932", "U+1F691", "Travel & Places", "transport-ground"]],
|
||
["🚒", ["fire engine", "#933", "U+1F692", "Travel & Places", "transport-ground"]],
|
||
["🚓", ["police car", "#934", "U+1F693", "Travel & Places", "transport-ground"]],
|
||
["🚔", ["oncoming police car", "#935", "U+1F694", "Travel & Places", "transport-ground"]],
|
||
["🚕", ["taxi", "#936", "U+1F695", "Travel & Places", "transport-ground"]],
|
||
["🚖", ["oncoming taxi", "#937", "U+1F696", "Travel & Places", "transport-ground"]],
|
||
["🚗", ["automobile", "#938", "U+1F697", "Travel & Places", "transport-ground"]],
|
||
["🚘", ["oncoming automobile", "#939", "U+1F698", "Travel & Places", "transport-ground"]],
|
||
["🚙", ["sport utility vehicle", "#940", "U+1F699", "Travel & Places", "transport-ground"]],
|
||
["🛻", ["pickup truck", "#941", "U+1F6FB", "Travel & Places", "transport-ground"]],
|
||
["🚚", ["delivery truck", "#942", "U+1F69A", "Travel & Places", "transport-ground"]],
|
||
["🚛", ["articulated lorry", "#943", "U+1F69B", "Travel & Places", "transport-ground"]],
|
||
["🚜", ["tractor", "#944", "U+1F69C", "Travel & Places", "transport-ground"]],
|
||
["🏎", ["racing car", "#945", "U+1F3CE", "Travel & Places", "transport-ground"]],
|
||
["🏍", ["motorcycle", "#946", "U+1F3CD", "Travel & Places", "transport-ground"]],
|
||
["🛵", ["motor scooter", "#947", "U+1F6F5", "Travel & Places", "transport-ground"]],
|
||
["🦽", ["manual wheelchair", "#948", "U+1F9BD", "Travel & Places", "transport-ground"]],
|
||
["🦼", ["motorized wheelchair", "#949", "U+1F9BC", "Travel & Places", "transport-ground"]],
|
||
["🛺", ["auto rickshaw", "#950", "U+1F6FA", "Travel & Places", "transport-ground"]],
|
||
["🚲", ["bicycle", "#951", "U+1F6B2", "Travel & Places", "transport-ground"]],
|
||
["🛴", ["kick scooter", "#952", "U+1F6F4", "Travel & Places", "transport-ground"]],
|
||
["🛹", ["skateboard", "#953", "U+1F6F9", "Travel & Places", "transport-ground"]],
|
||
["🛼", ["roller skate", "#954", "U+1F6FC", "Travel & Places", "transport-ground"]],
|
||
["🚏", ["bus stop", "#955", "U+1F68F", "Travel & Places", "transport-ground"]],
|
||
["🛣", ["motorway", "#956", "U+1F6E3", "Travel & Places", "transport-ground"]],
|
||
["🛤", ["railway track", "#957", "U+1F6E4", "Travel & Places", "transport-ground"]],
|
||
["🛢", ["oil drum", "#958", "U+1F6E2", "Travel & Places", "transport-ground"]],
|
||
["⛽", ["fuel pump", "#959", "U+26FD", "Travel & Places", "transport-ground"]],
|
||
["🛞", ["wheel", "#960", "U+1F6DE", "Travel & Places", "transport-ground"]],
|
||
["🚨", ["police car light", "#961", "U+1F6A8", "Travel & Places", "transport-ground"]],
|
||
["🚥", ["horizontal traffic light", "#962", "U+1F6A5", "Travel & Places", "transport-ground"]],
|
||
["🚦", ["vertical traffic light", "#963", "U+1F6A6", "Travel & Places", "transport-ground"]],
|
||
["🛑", ["stop sign", "#964", "U+1F6D1", "Travel & Places", "transport-ground"]],
|
||
["🚧", ["construction", "#965", "U+1F6A7", "Travel & Places", "transport-ground"]],
|
||
["⚓", ["anchor", "#966", "U+2693", "Travel & Places", "transport-water"]],
|
||
["🛟", ["ring buoy", "#967", "U+1F6DF", "Travel & Places", "transport-water"]],
|
||
["⛵", ["sailboat", "#968", "U+26F5", "Travel & Places", "transport-water"]],
|
||
["🛶", ["canoe", "#969", "U+1F6F6", "Travel & Places", "transport-water"]],
|
||
["🚤", ["speedboat", "#970", "U+1F6A4", "Travel & Places", "transport-water"]],
|
||
["🛳", ["passenger ship", "#971", "U+1F6F3", "Travel & Places", "transport-water"]],
|
||
["⛴", ["ferry", "#972", "U+26F4", "Travel & Places", "transport-water"]],
|
||
["🛥", ["motor boat", "#973", "U+1F6E5", "Travel & Places", "transport-water"]],
|
||
["🚢", ["ship", "#974", "U+1F6A2", "Travel & Places", "transport-water"]],
|
||
["✈", ["airplane", "#975", "U+2708", "Travel & Places", "transport-air"]],
|
||
["🛩", ["small airplane", "#976", "U+1F6E9", "Travel & Places", "transport-air"]],
|
||
["🛫", ["airplane departure", "#977", "U+1F6EB", "Travel & Places", "transport-air"]],
|
||
["🛬", ["airplane arrival", "#978", "U+1F6EC", "Travel & Places", "transport-air"]],
|
||
["🪂", ["parachute", "#979", "U+1FA82", "Travel & Places", "transport-air"]],
|
||
["💺", ["seat", "#980", "U+1F4BA", "Travel & Places", "transport-air"]],
|
||
["🚁", ["helicopter", "#981", "U+1F681", "Travel & Places", "transport-air"]],
|
||
["🚟", ["suspension railway", "#982", "U+1F69F", "Travel & Places", "transport-air"]],
|
||
["🚠", ["mountain cableway", "#983", "U+1F6A0", "Travel & Places", "transport-air"]],
|
||
["🚡", ["aerial tramway", "#984", "U+1F6A1", "Travel & Places", "transport-air"]],
|
||
["🛰", ["satellite", "#985", "U+1F6F0", "Travel & Places", "transport-air"]],
|
||
["🚀", ["rocket", "#986", "U+1F680", "Travel & Places", "transport-air"]],
|
||
["🛸", ["flying saucer", "#987", "U+1F6F8", "Travel & Places", "transport-air"]],
|
||
["🛎", ["bellhop bell", "#988", "U+1F6CE", "Travel & Places", "hotel"]],
|
||
["🧳", ["luggage", "#989", "U+1F9F3", "Travel & Places", "hotel"]],
|
||
["⌛", ["hourglass done", "#990", "U+231B", "Travel & Places", "time"]],
|
||
["⏳", ["hourglass not done", "#991", "U+23F3", "Travel & Places", "time"]],
|
||
["⌚", ["watch", "#992", "U+231A", "Travel & Places", "time"]],
|
||
["⏰", ["alarm clock", "#993", "U+23F0", "Travel & Places", "time"]],
|
||
["⏱", ["stopwatch", "#994", "U+23F1", "Travel & Places", "time"]],
|
||
["⏲", ["timer clock", "#995", "U+23F2", "Travel & Places", "time"]],
|
||
["🕰", ["mantelpiece clock", "#996", "U+1F570", "Travel & Places", "time"]],
|
||
["🕛", ["twelve o’clock", "#997", "U+1F55B", "Travel & Places", "time"]],
|
||
["🕧", ["twelve-thirty", "#998", "U+1F567", "Travel & Places", "time"]],
|
||
["🕐", ["one o’clock", "#999", "U+1F550", "Travel & Places", "time"]],
|
||
["🕜", ["one-thirty", "#1000", "U+1F55C", "Travel & Places", "time"]],
|
||
["🕑", ["two o’clock", "#1001", "U+1F551", "Travel & Places", "time"]],
|
||
["🕝", ["two-thirty", "#1002", "U+1F55D", "Travel & Places", "time"]],
|
||
["🕒", ["three o’clock", "#1003", "U+1F552", "Travel & Places", "time"]],
|
||
["🕞", ["three-thirty", "#1004", "U+1F55E", "Travel & Places", "time"]],
|
||
["🕓", ["four o’clock", "#1005", "U+1F553", "Travel & Places", "time"]],
|
||
["🕟", ["four-thirty", "#1006", "U+1F55F", "Travel & Places", "time"]],
|
||
["🕔", ["five o’clock", "#1007", "U+1F554", "Travel & Places", "time"]],
|
||
["🕠", ["five-thirty", "#1008", "U+1F560", "Travel & Places", "time"]],
|
||
["🕕", ["six o’clock", "#1009", "U+1F555", "Travel & Places", "time"]],
|
||
["🕡", ["six-thirty", "#1010", "U+1F561", "Travel & Places", "time"]],
|
||
["🕖", ["seven o’clock", "#1011", "U+1F556", "Travel & Places", "time"]],
|
||
["🕢", ["seven-thirty", "#1012", "U+1F562", "Travel & Places", "time"]],
|
||
["🕗", ["eight o’clock", "#1013", "U+1F557", "Travel & Places", "time"]],
|
||
["🕣", ["eight-thirty", "#1014", "U+1F563", "Travel & Places", "time"]],
|
||
["🕘", ["nine o’clock", "#1015", "U+1F558", "Travel & Places", "time"]],
|
||
["🕤", ["nine-thirty", "#1016", "U+1F564", "Travel & Places", "time"]],
|
||
["🕙", ["ten o’clock", "#1017", "U+1F559", "Travel & Places", "time"]],
|
||
["🕥", ["ten-thirty", "#1018", "U+1F565", "Travel & Places", "time"]],
|
||
["🕚", ["eleven o’clock", "#1019", "U+1F55A", "Travel & Places", "time"]],
|
||
["🕦", ["eleven-thirty", "#1020", "U+1F566", "Travel & Places", "time"]],
|
||
["🌑", ["new moon", "#1021", "U+1F311", "Travel & Places", "sky & weather"]],
|
||
["🌒", ["waxing crescent moon", "#1022", "U+1F312", "Travel & Places", "sky & weather"]],
|
||
["🌓", ["first quarter moon", "#1023", "U+1F313", "Travel & Places", "sky & weather"]],
|
||
["🌔", ["waxing gibbous moon", "#1024", "U+1F314", "Travel & Places", "sky & weather"]],
|
||
["🌕", ["full moon", "#1025", "U+1F315", "Travel & Places", "sky & weather"]],
|
||
["🌖", ["waning gibbous moon", "#1026", "U+1F316", "Travel & Places", "sky & weather"]],
|
||
["🌗", ["last quarter moon", "#1027", "U+1F317", "Travel & Places", "sky & weather"]],
|
||
["🌘", ["waning crescent moon", "#1028", "U+1F318", "Travel & Places", "sky & weather"]],
|
||
["🌙", ["crescent moon", "#1029", "U+1F319", "Travel & Places", "sky & weather"]],
|
||
["🌚", ["new moon face", "#1030", "U+1F31A", "Travel & Places", "sky & weather"]],
|
||
["🌛", ["first quarter moon face", "#1031", "U+1F31B", "Travel & Places", "sky & weather"]],
|
||
["🌜", ["last quarter moon face", "#1032", "U+1F31C", "Travel & Places", "sky & weather"]],
|
||
["🌡", ["thermometer", "#1033", "U+1F321", "Travel & Places", "sky & weather"]],
|
||
["☀", ["sun", "#1034", "U+2600", "Travel & Places", "sky & weather"]],
|
||
["🌝", ["full moon face", "#1035", "U+1F31D", "Travel & Places", "sky & weather"]],
|
||
["🌞", ["sun with face", "#1036", "U+1F31E", "Travel & Places", "sky & weather"]],
|
||
["🪐", ["ringed planet", "#1037", "U+1FA90", "Travel & Places", "sky & weather"]],
|
||
["⭐", ["star", "#1038", "U+2B50", "Travel & Places", "sky & weather"]],
|
||
["🌟", ["glowing star", "#1039", "U+1F31F", "Travel & Places", "sky & weather"]],
|
||
["🌠", ["shooting star", "#1040", "U+1F320", "Travel & Places", "sky & weather"]],
|
||
["🌌", ["milky way", "#1041", "U+1F30C", "Travel & Places", "sky & weather"]],
|
||
["☁", ["cloud", "#1042", "U+2601", "Travel & Places", "sky & weather"]],
|
||
["⛅", ["sun behind cloud", "#1043", "U+26C5", "Travel & Places", "sky & weather"]],
|
||
["⛈", ["cloud with lightning and rain", "#1044", "U+26C8", "Travel & Places", "sky & weather"]],
|
||
["🌤", ["sun behind small cloud", "#1045", "U+1F324", "Travel & Places", "sky & weather"]],
|
||
["🌥", ["sun behind large cloud", "#1046", "U+1F325", "Travel & Places", "sky & weather"]],
|
||
["🌦", ["sun behind rain cloud", "#1047", "U+1F326", "Travel & Places", "sky & weather"]],
|
||
["🌧", ["cloud with rain", "#1048", "U+1F327", "Travel & Places", "sky & weather"]],
|
||
["🌨", ["cloud with snow", "#1049", "U+1F328", "Travel & Places", "sky & weather"]],
|
||
["🌩", ["cloud with lightning", "#1050", "U+1F329", "Travel & Places", "sky & weather"]],
|
||
["🌪", ["tornado", "#1051", "U+1F32A", "Travel & Places", "sky & weather"]],
|
||
["🌫", ["fog", "#1052", "U+1F32B", "Travel & Places", "sky & weather"]],
|
||
["🌬", ["wind face", "#1053", "U+1F32C", "Travel & Places", "sky & weather"]],
|
||
["🌀", ["cyclone", "#1054", "U+1F300", "Travel & Places", "sky & weather"]],
|
||
["🌈", ["rainbow", "#1055", "U+1F308", "Travel & Places", "sky & weather"]],
|
||
["🌂", ["closed umbrella", "#1056", "U+1F302", "Travel & Places", "sky & weather"]],
|
||
["☂", ["umbrella", "#1057", "U+2602", "Travel & Places", "sky & weather"]],
|
||
["☔", ["umbrella with rain drops", "#1058", "U+2614", "Travel & Places", "sky & weather"]],
|
||
["⛱", ["umbrella on ground", "#1059", "U+26F1", "Travel & Places", "sky & weather"]],
|
||
["⚡", ["high voltage", "#1060", "U+26A1", "Travel & Places", "sky & weather"]],
|
||
["❄", ["snowflake", "#1061", "U+2744", "Travel & Places", "sky & weather"]],
|
||
["☃", ["snowman", "#1062", "U+2603", "Travel & Places", "sky & weather"]],
|
||
["⛄", ["snowman without snow", "#1063", "U+26C4", "Travel & Places", "sky & weather"]],
|
||
["☄", ["comet", "#1064", "U+2604", "Travel & Places", "sky & weather"]],
|
||
["🔥", ["fire", "#1065", "U+1F525", "Travel & Places", "sky & weather"]],
|
||
["💧", ["droplet", "#1066", "U+1F4A7", "Travel & Places", "sky & weather"]],
|
||
["🌊", ["water wave", "#1067", "U+1F30A", "Travel & Places", "sky & weather"]],
|
||
["🎃", ["jack-o-lantern", "#1068", "U+1F383", "Activities", "event"]],
|
||
["🎄", ["Christmas tree", "#1069", "U+1F384", "Activities", "event"]],
|
||
["🎆", ["fireworks", "#1070", "U+1F386", "Activities", "event"]],
|
||
["🎇", ["sparkler", "#1071", "U+1F387", "Activities", "event"]],
|
||
["🧨", ["firecracker", "#1072", "U+1F9E8", "Activities", "event"]],
|
||
["✨", ["sparkles", "#1073", "U+2728", "Activities", "event"]],
|
||
["🎈", ["balloon", "#1074", "U+1F388", "Activities", "event"]],
|
||
["🎉", ["party popper", "#1075", "U+1F389", "Activities", "event"]],
|
||
["🎊", ["confetti ball", "#1076", "U+1F38A", "Activities", "event"]],
|
||
["🎋", ["tanabata tree", "#1077", "U+1F38B", "Activities", "event"]],
|
||
["🎍", ["pine decoration", "#1078", "U+1F38D", "Activities", "event"]],
|
||
["🎎", ["Japanese dolls", "#1079", "U+1F38E", "Activities", "event"]],
|
||
["🎏", ["carp streamer", "#1080", "U+1F38F", "Activities", "event"]],
|
||
["🎐", ["wind chime", "#1081", "U+1F390", "Activities", "event"]],
|
||
["🎑", ["moon viewing ceremony", "#1082", "U+1F391", "Activities", "event"]],
|
||
["🧧", ["red envelope", "#1083", "U+1F9E7", "Activities", "event"]],
|
||
["🎀", ["ribbon", "#1084", "U+1F380", "Activities", "event"]],
|
||
["🎁", ["wrapped gift", "#1085", "U+1F381", "Activities", "event"]],
|
||
["🎗", ["reminder ribbon", "#1086", "U+1F397", "Activities", "event"]],
|
||
["🎟", ["admission tickets", "#1087", "U+1F39F", "Activities", "event"]],
|
||
["🎫", ["ticket", "#1088", "U+1F3AB", "Activities", "event"]],
|
||
["🎖", ["military medal", "#1089", "U+1F396", "Activities", "award-medal"]],
|
||
["🏆", ["trophy", "#1090", "U+1F3C6", "Activities", "award-medal"]],
|
||
["🏅", ["sports medal", "#1091", "U+1F3C5", "Activities", "award-medal"]],
|
||
["🥇", ["1st place medal", "#1092", "U+1F947", "Activities", "award-medal"]],
|
||
["🥈", ["2nd place medal", "#1093", "U+1F948", "Activities", "award-medal"]],
|
||
["🥉", ["3rd place medal", "#1094", "U+1F949", "Activities", "award-medal"]],
|
||
["⚽", ["soccer ball", "#1095", "U+26BD", "Activities", "sport"]],
|
||
["⚾", ["baseball", "#1096", "U+26BE", "Activities", "sport"]],
|
||
["🥎", ["softball", "#1097", "U+1F94E", "Activities", "sport"]],
|
||
["🏀", ["basketball", "#1098", "U+1F3C0", "Activities", "sport"]],
|
||
["🏐", ["volleyball", "#1099", "U+1F3D0", "Activities", "sport"]],
|
||
["🏈", ["american football", "#1100", "U+1F3C8", "Activities", "sport"]],
|
||
["🏉", ["rugby football", "#1101", "U+1F3C9", "Activities", "sport"]],
|
||
["🎾", ["tennis", "#1102", "U+1F3BE", "Activities", "sport"]],
|
||
["🥏", ["flying disc", "#1103", "U+1F94F", "Activities", "sport"]],
|
||
["🎳", ["bowling", "#1104", "U+1F3B3", "Activities", "sport"]],
|
||
["🏏", ["cricket game", "#1105", "U+1F3CF", "Activities", "sport"]],
|
||
["🏑", ["field hockey", "#1106", "U+1F3D1", "Activities", "sport"]],
|
||
["🏒", ["ice hockey", "#1107", "U+1F3D2", "Activities", "sport"]],
|
||
["🥍", ["lacrosse", "#1108", "U+1F94D", "Activities", "sport"]],
|
||
["🏓", ["ping pong", "#1109", "U+1F3D3", "Activities", "sport"]],
|
||
["🏸", ["badminton", "#1110", "U+1F3F8", "Activities", "sport"]],
|
||
["🥊", ["boxing glove", "#1111", "U+1F94A", "Activities", "sport"]],
|
||
["🥋", ["martial arts uniform", "#1112", "U+1F94B", "Activities", "sport"]],
|
||
["🥅", ["goal net", "#1113", "U+1F945", "Activities", "sport"]],
|
||
["⛳", ["flag in hole", "#1114", "U+26F3", "Activities", "sport"]],
|
||
["⛸", ["ice skate", "#1115", "U+26F8", "Activities", "sport"]],
|
||
["🎣", ["fishing pole", "#1116", "U+1F3A3", "Activities", "sport"]],
|
||
["🤿", ["diving mask", "#1117", "U+1F93F", "Activities", "sport"]],
|
||
["🎽", ["running shirt", "#1118", "U+1F3BD", "Activities", "sport"]],
|
||
["🎿", ["skis", "#1119", "U+1F3BF", "Activities", "sport"]],
|
||
["🛷", ["sled", "#1120", "U+1F6F7", "Activities", "sport"]],
|
||
["🥌", ["curling stone", "#1121", "U+1F94C", "Activities", "sport"]],
|
||
["🎯", ["bullseye", "#1122", "U+1F3AF", "Activities", "game"]],
|
||
["🪀", ["yo-yo", "#1123", "U+1FA80", "Activities", "game"]],
|
||
["🪁", ["kite", "#1124", "U+1FA81", "Activities", "game"]],
|
||
["🔫", ["water pistol", "#1125", "U+1F52B", "Activities", "game"]],
|
||
["🎱", ["pool 8 ball", "#1126", "U+1F3B1", "Activities", "game"]],
|
||
["🔮", ["crystal ball", "#1127", "U+1F52E", "Activities", "game"]],
|
||
["🪄", ["magic wand", "#1128", "U+1FA84", "Activities", "game"]],
|
||
["🎮", ["video game", "#1129", "U+1F3AE", "Activities", "game"]],
|
||
["🕹", ["joystick", "#1130", "U+1F579", "Activities", "game"]],
|
||
["🎰", ["slot machine", "#1131", "U+1F3B0", "Activities", "game"]],
|
||
["🎲", ["game die", "#1132", "U+1F3B2", "Activities", "game"]],
|
||
["🧩", ["puzzle piece", "#1133", "U+1F9E9", "Activities", "game"]],
|
||
["🧸", ["teddy bear", "#1134", "U+1F9F8", "Activities", "game"]],
|
||
["🪅", ["piñata", "#1135", "U+1FA85", "Activities", "game"]],
|
||
["🪩", ["mirror ball", "#1136", "U+1FAA9", "Activities", "game"]],
|
||
["🪆", ["nesting dolls", "#1137", "U+1FA86", "Activities", "game"]],
|
||
["♠", ["spade suit", "#1138", "U+2660", "Activities", "game"]],
|
||
["♥", ["heart suit", "#1139", "U+2665", "Activities", "game"]],
|
||
["♦", ["diamond suit", "#1140", "U+2666", "Activities", "game"]],
|
||
["♣", ["club suit", "#1141", "U+2663", "Activities", "game"]],
|
||
["♟", ["chess pawn", "#1142", "U+265F", "Activities", "game"]],
|
||
["🃏", ["joker", "#1143", "U+1F0CF", "Activities", "game"]],
|
||
["🀄", ["mahjong red dragon", "#1144", "U+1F004", "Activities", "game"]],
|
||
["🎴", ["flower playing cards", "#1145", "U+1F3B4", "Activities", "game"]],
|
||
["🎭", ["performing arts", "#1146", "U+1F3AD", "Activities", "arts & crafts"]],
|
||
["🖼", ["framed picture", "#1147", "U+1F5BC", "Activities", "arts & crafts"]],
|
||
["🎨", ["artist palette", "#1148", "U+1F3A8", "Activities", "arts & crafts"]],
|
||
["🧵", ["thread", "#1149", "U+1F9F5", "Activities", "arts & crafts"]],
|
||
["🪡", ["sewing needle", "#1150", "U+1FAA1", "Activities", "arts & crafts"]],
|
||
["🧶", ["yarn", "#1151", "U+1F9F6", "Activities", "arts & crafts"]],
|
||
["🪢", ["knot", "#1152", "U+1FAA2", "Activities", "arts & crafts"]],
|
||
["👓", ["glasses", "#1153", "U+1F453", "Objects", "clothing"]],
|
||
["🕶", ["sunglasses", "#1154", "U+1F576", "Objects", "clothing"]],
|
||
["🥽", ["goggles", "#1155", "U+1F97D", "Objects", "clothing"]],
|
||
["🥼", ["lab coat", "#1156", "U+1F97C", "Objects", "clothing"]],
|
||
["🦺", ["safety vest", "#1157", "U+1F9BA", "Objects", "clothing"]],
|
||
["👔", ["necktie", "#1158", "U+1F454", "Objects", "clothing"]],
|
||
["👕", ["t-shirt", "#1159", "U+1F455", "Objects", "clothing"]],
|
||
["👖", ["jeans", "#1160", "U+1F456", "Objects", "clothing"]],
|
||
["🧣", ["scarf", "#1161", "U+1F9E3", "Objects", "clothing"]],
|
||
["🧤", ["gloves", "#1162", "U+1F9E4", "Objects", "clothing"]],
|
||
["🧥", ["coat", "#1163", "U+1F9E5", "Objects", "clothing"]],
|
||
["🧦", ["socks", "#1164", "U+1F9E6", "Objects", "clothing"]],
|
||
["👗", ["dress", "#1165", "U+1F457", "Objects", "clothing"]],
|
||
["👘", ["kimono", "#1166", "U+1F458", "Objects", "clothing"]],
|
||
["🥻", ["sari", "#1167", "U+1F97B", "Objects", "clothing"]],
|
||
["🩱", ["one-piece swimsuit", "#1168", "U+1FA71", "Objects", "clothing"]],
|
||
["🩲", ["briefs", "#1169", "U+1FA72", "Objects", "clothing"]],
|
||
["🩳", ["shorts", "#1170", "U+1FA73", "Objects", "clothing"]],
|
||
["👙", ["bikini", "#1171", "U+1F459", "Objects", "clothing"]],
|
||
["👚", ["woman’s clothes", "#1172", "U+1F45A", "Objects", "clothing"]],
|
||
["🪭", ["folding hand fan", "#1173", "U+1FAAD", "Objects", "clothing"]],
|
||
["👛", ["purse", "#1174", "U+1F45B", "Objects", "clothing"]],
|
||
["👜", ["handbag", "#1175", "U+1F45C", "Objects", "clothing"]],
|
||
["👝", ["clutch bag", "#1176", "U+1F45D", "Objects", "clothing"]],
|
||
["🛍", ["shopping bags", "#1177", "U+1F6CD", "Objects", "clothing"]],
|
||
["🎒", ["backpack", "#1178", "U+1F392", "Objects", "clothing"]],
|
||
["🩴", ["thong sandal", "#1179", "U+1FA74", "Objects", "clothing"]],
|
||
["👞", ["man’s shoe", "#1180", "U+1F45E", "Objects", "clothing"]],
|
||
["👟", ["running shoe", "#1181", "U+1F45F", "Objects", "clothing"]],
|
||
["🥾", ["hiking boot", "#1182", "U+1F97E", "Objects", "clothing"]],
|
||
["🥿", ["flat shoe", "#1183", "U+1F97F", "Objects", "clothing"]],
|
||
["👠", ["high-heeled shoe", "#1184", "U+1F460", "Objects", "clothing"]],
|
||
["👡", ["woman’s sandal", "#1185", "U+1F461", "Objects", "clothing"]],
|
||
["🩰", ["ballet shoes", "#1186", "U+1FA70", "Objects", "clothing"]],
|
||
["👢", ["woman’s boot", "#1187", "U+1F462", "Objects", "clothing"]],
|
||
["🪮", ["hair pick", "#1188", "U+1FAAE", "Objects", "clothing"]],
|
||
["👑", ["crown", "#1189", "U+1F451", "Objects", "clothing"]],
|
||
["👒", ["woman’s hat", "#1190", "U+1F452", "Objects", "clothing"]],
|
||
["🎩", ["top hat", "#1191", "U+1F3A9", "Objects", "clothing"]],
|
||
["🎓", ["graduation cap", "#1192", "U+1F393", "Objects", "clothing"]],
|
||
["🧢", ["billed cap", "#1193", "U+1F9E2", "Objects", "clothing"]],
|
||
["🪖", ["military helmet", "#1194", "U+1FA96", "Objects", "clothing"]],
|
||
["⛑", ["rescue worker’s helmet", "#1195", "U+26D1", "Objects", "clothing"]],
|
||
["📿", ["prayer beads", "#1196", "U+1F4FF", "Objects", "clothing"]],
|
||
["💄", ["lipstick", "#1197", "U+1F484", "Objects", "clothing"]],
|
||
["💍", ["ring", "#1198", "U+1F48D", "Objects", "clothing"]],
|
||
["💎", ["gem stone", "#1199", "U+1F48E", "Objects", "clothing"]],
|
||
["🔇", ["muted speaker", "#1200", "U+1F507", "Objects", "sound"]],
|
||
["🔈", ["speaker low volume", "#1201", "U+1F508", "Objects", "sound"]],
|
||
["🔉", ["speaker medium volume", "#1202", "U+1F509", "Objects", "sound"]],
|
||
["🔊", ["speaker high volume", "#1203", "U+1F50A", "Objects", "sound"]],
|
||
["📢", ["loudspeaker", "#1204", "U+1F4E2", "Objects", "sound"]],
|
||
["📣", ["megaphone", "#1205", "U+1F4E3", "Objects", "sound"]],
|
||
["📯", ["postal horn", "#1206", "U+1F4EF", "Objects", "sound"]],
|
||
["🔔", ["bell", "#1207", "U+1F514", "Objects", "sound"]],
|
||
["🔕", ["bell with slash", "#1208", "U+1F515", "Objects", "sound"]],
|
||
["🎼", ["musical score", "#1209", "U+1F3BC", "Objects", "music"]],
|
||
["🎵", ["musical note", "#1210", "U+1F3B5", "Objects", "music"]],
|
||
["🎶", ["musical notes", "#1211", "U+1F3B6", "Objects", "music"]],
|
||
["🎙", ["studio microphone", "#1212", "U+1F399", "Objects", "music"]],
|
||
["🎚", ["level slider", "#1213", "U+1F39A", "Objects", "music"]],
|
||
["🎛", ["control knobs", "#1214", "U+1F39B", "Objects", "music"]],
|
||
["🎤", ["microphone", "#1215", "U+1F3A4", "Objects", "music"]],
|
||
["🎧", ["headphone", "#1216", "U+1F3A7", "Objects", "music"]],
|
||
["📻", ["radio", "#1217", "U+1F4FB", "Objects", "music"]],
|
||
["🎷", ["saxophone", "#1218", "U+1F3B7", "Objects", "musical-instrument"]],
|
||
["🪗", ["accordion", "#1219", "U+1FA97", "Objects", "musical-instrument"]],
|
||
["🎸", ["guitar", "#1220", "U+1F3B8", "Objects", "musical-instrument"]],
|
||
["🎹", ["musical keyboard", "#1221", "U+1F3B9", "Objects", "musical-instrument"]],
|
||
["🎺", ["trumpet", "#1222", "U+1F3BA", "Objects", "musical-instrument"]],
|
||
["🎻", ["violin", "#1223", "U+1F3BB", "Objects", "musical-instrument"]],
|
||
["🪕", ["banjo", "#1224", "U+1FA95", "Objects", "musical-instrument"]],
|
||
["🥁", ["drum", "#1225", "U+1F941", "Objects", "musical-instrument"]],
|
||
["🪘", ["long drum", "#1226", "U+1FA98", "Objects", "musical-instrument"]],
|
||
["🪇", ["maracas", "#1227", "U+1FA87", "Objects", "musical-instrument"]],
|
||
["🪈", ["flute", "#1228", "U+1FA88", "Objects", "musical-instrument"]],
|
||
["", ["⊛ harp", "#1229", "U+1FA89", "Objects", "musical-instrument"]],
|
||
["📱", ["mobile phone", "#1230", "U+1F4F1", "Objects", "phone"]],
|
||
["📲", ["mobile phone with arrow", "#1231", "U+1F4F2", "Objects", "phone"]],
|
||
["☎", ["telephone", "#1232", "U+260E", "Objects", "phone"]],
|
||
["📞", ["telephone receiver", "#1233", "U+1F4DE", "Objects", "phone"]],
|
||
["📟", ["pager", "#1234", "U+1F4DF", "Objects", "phone"]],
|
||
["📠", ["fax machine", "#1235", "U+1F4E0", "Objects", "phone"]],
|
||
["🔋", ["battery", "#1236", "U+1F50B", "Objects", "computer"]],
|
||
["🪫", ["low battery", "#1237", "U+1FAAB", "Objects", "computer"]],
|
||
["🔌", ["electric plug", "#1238", "U+1F50C", "Objects", "computer"]],
|
||
["💻", ["laptop", "#1239", "U+1F4BB", "Objects", "computer"]],
|
||
["🖥", ["desktop computer", "#1240", "U+1F5A5", "Objects", "computer"]],
|
||
["🖨", ["printer", "#1241", "U+1F5A8", "Objects", "computer"]],
|
||
["⌨", ["keyboard", "#1242", "U+2328", "Objects", "computer"]],
|
||
["🖱", ["computer mouse", "#1243", "U+1F5B1", "Objects", "computer"]],
|
||
["🖲", ["trackball", "#1244", "U+1F5B2", "Objects", "computer"]],
|
||
["💽", ["computer disk", "#1245", "U+1F4BD", "Objects", "computer"]],
|
||
["💾", ["floppy disk", "#1246", "U+1F4BE", "Objects", "computer"]],
|
||
["💿", ["optical disk", "#1247", "U+1F4BF", "Objects", "computer"]],
|
||
["📀", ["dvd", "#1248", "U+1F4C0", "Objects", "computer"]],
|
||
["🧮", ["abacus", "#1249", "U+1F9EE", "Objects", "computer"]],
|
||
["🎥", ["movie camera", "#1250", "U+1F3A5", "Objects", "light & video"]],
|
||
["🎞", ["film frames", "#1251", "U+1F39E", "Objects", "light & video"]],
|
||
["📽", ["film projector", "#1252", "U+1F4FD", "Objects", "light & video"]],
|
||
["🎬", ["clapper board", "#1253", "U+1F3AC", "Objects", "light & video"]],
|
||
["📺", ["television", "#1254", "U+1F4FA", "Objects", "light & video"]],
|
||
["📷", ["camera", "#1255", "U+1F4F7", "Objects", "light & video"]],
|
||
["📸", ["camera with flash", "#1256", "U+1F4F8", "Objects", "light & video"]],
|
||
["📹", ["video camera", "#1257", "U+1F4F9", "Objects", "light & video"]],
|
||
["📼", ["videocassette", "#1258", "U+1F4FC", "Objects", "light & video"]],
|
||
["🔍", ["magnifying glass tilted left", "#1259", "U+1F50D", "Objects", "light & video"]],
|
||
["🔎", ["magnifying glass tilted right", "#1260", "U+1F50E", "Objects", "light & video"]],
|
||
["🕯", ["candle", "#1261", "U+1F56F", "Objects", "light & video"]],
|
||
["💡", ["light bulb", "#1262", "U+1F4A1", "Objects", "light & video"]],
|
||
["🔦", ["flashlight", "#1263", "U+1F526", "Objects", "light & video"]],
|
||
["🏮", ["red paper lantern", "#1264", "U+1F3EE", "Objects", "light & video"]],
|
||
["🪔", ["diya lamp", "#1265", "U+1FA94", "Objects", "light & video"]],
|
||
["📔", ["notebook with decorative cover", "#1266", "U+1F4D4", "Objects", "book-paper"]],
|
||
["📕", ["closed book", "#1267", "U+1F4D5", "Objects", "book-paper"]],
|
||
["📖", ["open book", "#1268", "U+1F4D6", "Objects", "book-paper"]],
|
||
["📗", ["green book", "#1269", "U+1F4D7", "Objects", "book-paper"]],
|
||
["📘", ["blue book", "#1270", "U+1F4D8", "Objects", "book-paper"]],
|
||
["📙", ["orange book", "#1271", "U+1F4D9", "Objects", "book-paper"]],
|
||
["📚", ["books", "#1272", "U+1F4DA", "Objects", "book-paper"]],
|
||
["📓", ["notebook", "#1273", "U+1F4D3", "Objects", "book-paper"]],
|
||
["📒", ["ledger", "#1274", "U+1F4D2", "Objects", "book-paper"]],
|
||
["📃", ["page with curl", "#1275", "U+1F4C3", "Objects", "book-paper"]],
|
||
["📜", ["scroll", "#1276", "U+1F4DC", "Objects", "book-paper"]],
|
||
["📄", ["page facing up", "#1277", "U+1F4C4", "Objects", "book-paper"]],
|
||
["📰", ["newspaper", "#1278", "U+1F4F0", "Objects", "book-paper"]],
|
||
["🗞", ["rolled-up newspaper", "#1279", "U+1F5DE", "Objects", "book-paper"]],
|
||
["📑", ["bookmark tabs", "#1280", "U+1F4D1", "Objects", "book-paper"]],
|
||
["🔖", ["bookmark", "#1281", "U+1F516", "Objects", "book-paper"]],
|
||
["🏷", ["label", "#1282", "U+1F3F7", "Objects", "book-paper"]],
|
||
["💰", ["money bag", "#1283", "U+1F4B0", "Objects", "money"]],
|
||
["🪙", ["coin", "#1284", "U+1FA99", "Objects", "money"]],
|
||
["💴", ["yen banknote", "#1285", "U+1F4B4", "Objects", "money"]],
|
||
["💵", ["dollar banknote", "#1286", "U+1F4B5", "Objects", "money"]],
|
||
["💶", ["euro banknote", "#1287", "U+1F4B6", "Objects", "money"]],
|
||
["💷", ["pound banknote", "#1288", "U+1F4B7", "Objects", "money"]],
|
||
["💸", ["money with wings", "#1289", "U+1F4B8", "Objects", "money"]],
|
||
["💳", ["credit card", "#1290", "U+1F4B3", "Objects", "money"]],
|
||
["🧾", ["receipt", "#1291", "U+1F9FE", "Objects", "money"]],
|
||
["💹", ["chart increasing with yen", "#1292", "U+1F4B9", "Objects", "money"]],
|
||
["✉", ["envelope", "#1293", "U+2709", "Objects", "mail"]],
|
||
["📧", ["e-mail", "#1294", "U+1F4E7", "Objects", "mail"]],
|
||
["📨", ["incoming envelope", "#1295", "U+1F4E8", "Objects", "mail"]],
|
||
["📩", ["envelope with arrow", "#1296", "U+1F4E9", "Objects", "mail"]],
|
||
["📤", ["outbox tray", "#1297", "U+1F4E4", "Objects", "mail"]],
|
||
["📥", ["inbox tray", "#1298", "U+1F4E5", "Objects", "mail"]],
|
||
["📦", ["package", "#1299", "U+1F4E6", "Objects", "mail"]],
|
||
["📫", ["closed mailbox with raised flag", "#1300", "U+1F4EB", "Objects", "mail"]],
|
||
["📪", ["closed mailbox with lowered flag", "#1301", "U+1F4EA", "Objects", "mail"]],
|
||
["📬", ["open mailbox with raised flag", "#1302", "U+1F4EC", "Objects", "mail"]],
|
||
["📭", ["open mailbox with lowered flag", "#1303", "U+1F4ED", "Objects", "mail"]],
|
||
["📮", ["postbox", "#1304", "U+1F4EE", "Objects", "mail"]],
|
||
["🗳", ["ballot box with ballot", "#1305", "U+1F5F3", "Objects", "mail"]],
|
||
["✏", ["pencil", "#1306", "U+270F", "Objects", "writing"]],
|
||
["✒", ["black nib", "#1307", "U+2712", "Objects", "writing"]],
|
||
["🖋", ["fountain pen", "#1308", "U+1F58B", "Objects", "writing"]],
|
||
["🖊", ["pen", "#1309", "U+1F58A", "Objects", "writing"]],
|
||
["🖌", ["paintbrush", "#1310", "U+1F58C", "Objects", "writing"]],
|
||
["🖍", ["crayon", "#1311", "U+1F58D", "Objects", "writing"]],
|
||
["📝", ["memo", "#1312", "U+1F4DD", "Objects", "writing"]],
|
||
["💼", ["briefcase", "#1313", "U+1F4BC", "Objects", "office"]],
|
||
["📁", ["file folder", "#1314", "U+1F4C1", "Objects", "office"]],
|
||
["📂", ["open file folder", "#1315", "U+1F4C2", "Objects", "office"]],
|
||
["🗂", ["card index dividers", "#1316", "U+1F5C2", "Objects", "office"]],
|
||
["📅", ["calendar", "#1317", "U+1F4C5", "Objects", "office"]],
|
||
["📆", ["tear-off calendar", "#1318", "U+1F4C6", "Objects", "office"]],
|
||
["🗒", ["spiral notepad", "#1319", "U+1F5D2", "Objects", "office"]],
|
||
["🗓", ["spiral calendar", "#1320", "U+1F5D3", "Objects", "office"]],
|
||
["📇", ["card index", "#1321", "U+1F4C7", "Objects", "office"]],
|
||
["📈", ["chart increasing", "#1322", "U+1F4C8", "Objects", "office"]],
|
||
["📉", ["chart decreasing", "#1323", "U+1F4C9", "Objects", "office"]],
|
||
["📊", ["bar chart", "#1324", "U+1F4CA", "Objects", "office"]],
|
||
["📋", ["clipboard", "#1325", "U+1F4CB", "Objects", "office"]],
|
||
["📌", ["pushpin", "#1326", "U+1F4CC", "Objects", "office"]],
|
||
["📍", ["round pushpin", "#1327", "U+1F4CD", "Objects", "office"]],
|
||
["📎", ["paperclip", "#1328", "U+1F4CE", "Objects", "office"]],
|
||
["🖇", ["linked paperclips", "#1329", "U+1F587", "Objects", "office"]],
|
||
["📏", ["straight ruler", "#1330", "U+1F4CF", "Objects", "office"]],
|
||
["📐", ["triangular ruler", "#1331", "U+1F4D0", "Objects", "office"]],
|
||
["✂", ["scissors", "#1332", "U+2702", "Objects", "office"]],
|
||
["🗃", ["card file box", "#1333", "U+1F5C3", "Objects", "office"]],
|
||
["🗄", ["file cabinet", "#1334", "U+1F5C4", "Objects", "office"]],
|
||
["🗑", ["wastebasket", "#1335", "U+1F5D1", "Objects", "office"]],
|
||
["🔒", ["locked", "#1336", "U+1F512", "Objects", "lock"]],
|
||
["🔓", ["unlocked", "#1337", "U+1F513", "Objects", "lock"]],
|
||
["🔏", ["locked with pen", "#1338", "U+1F50F", "Objects", "lock"]],
|
||
["🔐", ["locked with key", "#1339", "U+1F510", "Objects", "lock"]],
|
||
["🔑", ["key", "#1340", "U+1F511", "Objects", "lock"]],
|
||
["🗝", ["old key", "#1341", "U+1F5DD", "Objects", "lock"]],
|
||
["🔨", ["hammer", "#1342", "U+1F528", "Objects", "tool"]],
|
||
["🪓", ["axe", "#1343", "U+1FA93", "Objects", "tool"]],
|
||
["⛏", ["pick", "#1344", "U+26CF", "Objects", "tool"]],
|
||
["⚒", ["hammer and pick", "#1345", "U+2692", "Objects", "tool"]],
|
||
["🛠", ["hammer and wrench", "#1346", "U+1F6E0", "Objects", "tool"]],
|
||
["🗡", ["dagger", "#1347", "U+1F5E1", "Objects", "tool"]],
|
||
["⚔", ["crossed swords", "#1348", "U+2694", "Objects", "tool"]],
|
||
["💣", ["bomb", "#1349", "U+1F4A3", "Objects", "tool"]],
|
||
["🪃", ["boomerang", "#1350", "U+1FA83", "Objects", "tool"]],
|
||
["🏹", ["bow and arrow", "#1351", "U+1F3F9", "Objects", "tool"]],
|
||
["🛡", ["shield", "#1352", "U+1F6E1", "Objects", "tool"]],
|
||
["🪚", ["carpentry saw", "#1353", "U+1FA9A", "Objects", "tool"]],
|
||
["🔧", ["wrench", "#1354", "U+1F527", "Objects", "tool"]],
|
||
["🪛", ["screwdriver", "#1355", "U+1FA9B", "Objects", "tool"]],
|
||
["🔩", ["nut and bolt", "#1356", "U+1F529", "Objects", "tool"]],
|
||
["⚙", ["gear", "#1357", "U+2699", "Objects", "tool"]],
|
||
["🗜", ["clamp", "#1358", "U+1F5DC", "Objects", "tool"]],
|
||
["⚖", ["balance scale", "#1359", "U+2696", "Objects", "tool"]],
|
||
["🦯", ["white cane", "#1360", "U+1F9AF", "Objects", "tool"]],
|
||
["🔗", ["link", "#1361", "U+1F517", "Objects", "tool"]],
|
||
["⛓️💥", ["broken chain", "#1362", "U+26D3 U+FE0F U+200D U+1F4A5", "Objects", "tool"]],
|
||
["⛓", ["chains", "#1363", "U+26D3", "Objects", "tool"]],
|
||
["🪝", ["hook", "#1364", "U+1FA9D", "Objects", "tool"]],
|
||
["🧰", ["toolbox", "#1365", "U+1F9F0", "Objects", "tool"]],
|
||
["🧲", ["magnet", "#1366", "U+1F9F2", "Objects", "tool"]],
|
||
["🪜", ["ladder", "#1367", "U+1FA9C", "Objects", "tool"]],
|
||
["", ["⊛ shovel", "#1368", "U+1FA8F", "Objects", "tool"]],
|
||
["⚗", ["alembic", "#1369", "U+2697", "Objects", "science"]],
|
||
["🧪", ["test tube", "#1370", "U+1F9EA", "Objects", "science"]],
|
||
["🧫", ["petri dish", "#1371", "U+1F9EB", "Objects", "science"]],
|
||
["🧬", ["dna", "#1372", "U+1F9EC", "Objects", "science"]],
|
||
["🔬", ["microscope", "#1373", "U+1F52C", "Objects", "science"]],
|
||
["🔭", ["telescope", "#1374", "U+1F52D", "Objects", "science"]],
|
||
["📡", ["satellite antenna", "#1375", "U+1F4E1", "Objects", "science"]],
|
||
["💉", ["syringe", "#1376", "U+1F489", "Objects", "medical"]],
|
||
["🩸", ["drop of blood", "#1377", "U+1FA78", "Objects", "medical"]],
|
||
["💊", ["pill", "#1378", "U+1F48A", "Objects", "medical"]],
|
||
["🩹", ["adhesive bandage", "#1379", "U+1FA79", "Objects", "medical"]],
|
||
["🩼", ["crutch", "#1380", "U+1FA7C", "Objects", "medical"]],
|
||
["🩺", ["stethoscope", "#1381", "U+1FA7A", "Objects", "medical"]],
|
||
["🩻", ["x-ray", "#1382", "U+1FA7B", "Objects", "medical"]],
|
||
["🚪", ["door", "#1383", "U+1F6AA", "Objects", "household"]],
|
||
["🛗", ["elevator", "#1384", "U+1F6D7", "Objects", "household"]],
|
||
["🪞", ["mirror", "#1385", "U+1FA9E", "Objects", "household"]],
|
||
["🪟", ["window", "#1386", "U+1FA9F", "Objects", "household"]],
|
||
["🛏", ["bed", "#1387", "U+1F6CF", "Objects", "household"]],
|
||
["🛋", ["couch and lamp", "#1388", "U+1F6CB", "Objects", "household"]],
|
||
["🪑", ["chair", "#1389", "U+1FA91", "Objects", "household"]],
|
||
["🚽", ["toilet", "#1390", "U+1F6BD", "Objects", "household"]],
|
||
["🪠", ["plunger", "#1391", "U+1FAA0", "Objects", "household"]],
|
||
["🚿", ["shower", "#1392", "U+1F6BF", "Objects", "household"]],
|
||
["🛁", ["bathtub", "#1393", "U+1F6C1", "Objects", "household"]],
|
||
["🪤", ["mouse trap", "#1394", "U+1FAA4", "Objects", "household"]],
|
||
["🪒", ["razor", "#1395", "U+1FA92", "Objects", "household"]],
|
||
["🧴", ["lotion bottle", "#1396", "U+1F9F4", "Objects", "household"]],
|
||
["🧷", ["safety pin", "#1397", "U+1F9F7", "Objects", "household"]],
|
||
["🧹", ["broom", "#1398", "U+1F9F9", "Objects", "household"]],
|
||
["🧺", ["basket", "#1399", "U+1F9FA", "Objects", "household"]],
|
||
["🧻", ["roll of paper", "#1400", "U+1F9FB", "Objects", "household"]],
|
||
["🪣", ["bucket", "#1401", "U+1FAA3", "Objects", "household"]],
|
||
["🧼", ["soap", "#1402", "U+1F9FC", "Objects", "household"]],
|
||
["🫧", ["bubbles", "#1403", "U+1FAE7", "Objects", "household"]],
|
||
["🪥", ["toothbrush", "#1404", "U+1FAA5", "Objects", "household"]],
|
||
["🧽", ["sponge", "#1405", "U+1F9FD", "Objects", "household"]],
|
||
["🧯", ["fire extinguisher", "#1406", "U+1F9EF", "Objects", "household"]],
|
||
["🛒", ["shopping cart", "#1407", "U+1F6D2", "Objects", "household"]],
|
||
["🚬", ["cigarette", "#1408", "U+1F6AC", "Objects", "other-object"]],
|
||
["⚰", ["coffin", "#1409", "U+26B0", "Objects", "other-object"]],
|
||
["🪦", ["headstone", "#1410", "U+1FAA6", "Objects", "other-object"]],
|
||
["⚱", ["funeral urn", "#1411", "U+26B1", "Objects", "other-object"]],
|
||
["🧿", ["nazar amulet", "#1412", "U+1F9FF", "Objects", "other-object"]],
|
||
["🪬", ["hamsa", "#1413", "U+1FAAC", "Objects", "other-object"]],
|
||
["🗿", ["moai", "#1414", "U+1F5FF", "Objects", "other-object"]],
|
||
["🪧", ["placard", "#1415", "U+1FAA7", "Objects", "other-object"]],
|
||
["🪪", ["identification card", "#1416", "U+1FAAA", "Objects", "other-object"]],
|
||
["🏧", ["ATM sign", "#1417", "U+1F3E7", "Symbols", "transport-sign"]],
|
||
["🚮", ["litter in bin sign", "#1418", "U+1F6AE", "Symbols", "transport-sign"]],
|
||
["🚰", ["potable water", "#1419", "U+1F6B0", "Symbols", "transport-sign"]],
|
||
["♿", ["wheelchair symbol", "#1420", "U+267F", "Symbols", "transport-sign"]],
|
||
["🚹", ["men’s room", "#1421", "U+1F6B9", "Symbols", "transport-sign"]],
|
||
["🚺", ["women’s room", "#1422", "U+1F6BA", "Symbols", "transport-sign"]],
|
||
["🚻", ["restroom", "#1423", "U+1F6BB", "Symbols", "transport-sign"]],
|
||
["🚼", ["baby symbol", "#1424", "U+1F6BC", "Symbols", "transport-sign"]],
|
||
["🚾", ["water closet", "#1425", "U+1F6BE", "Symbols", "transport-sign"]],
|
||
["🛂", ["passport control", "#1426", "U+1F6C2", "Symbols", "transport-sign"]],
|
||
["🛃", ["customs", "#1427", "U+1F6C3", "Symbols", "transport-sign"]],
|
||
["🛄", ["baggage claim", "#1428", "U+1F6C4", "Symbols", "transport-sign"]],
|
||
["🛅", ["left luggage", "#1429", "U+1F6C5", "Symbols", "transport-sign"]],
|
||
["⚠", ["warning", "#1430", "U+26A0", "Symbols", "warning"]],
|
||
["🚸", ["children crossing", "#1431", "U+1F6B8", "Symbols", "warning"]],
|
||
["⛔", ["no entry", "#1432", "U+26D4", "Symbols", "warning"]],
|
||
["🚫", ["prohibited", "#1433", "U+1F6AB", "Symbols", "warning"]],
|
||
["🚳", ["no bicycles", "#1434", "U+1F6B3", "Symbols", "warning"]],
|
||
["🚭", ["no smoking", "#1435", "U+1F6AD", "Symbols", "warning"]],
|
||
["🚯", ["no littering", "#1436", "U+1F6AF", "Symbols", "warning"]],
|
||
["🚱", ["non-potable water", "#1437", "U+1F6B1", "Symbols", "warning"]],
|
||
["🚷", ["no pedestrians", "#1438", "U+1F6B7", "Symbols", "warning"]],
|
||
["📵", ["no mobile phones", "#1439", "U+1F4F5", "Symbols", "warning"]],
|
||
["🔞", ["no one under eighteen", "#1440", "U+1F51E", "Symbols", "warning"]],
|
||
["☢", ["radioactive", "#1441", "U+2622", "Symbols", "warning"]],
|
||
["☣", ["biohazard", "#1442", "U+2623", "Symbols", "warning"]],
|
||
["⬆", ["up arrow", "#1443", "U+2B06", "Symbols", "arrow"]],
|
||
["↗", ["up-right arrow", "#1444", "U+2197", "Symbols", "arrow"]],
|
||
["➡", ["right arrow", "#1445", "U+27A1", "Symbols", "arrow"]],
|
||
["↘", ["down-right arrow", "#1446", "U+2198", "Symbols", "arrow"]],
|
||
["⬇", ["down arrow", "#1447", "U+2B07", "Symbols", "arrow"]],
|
||
["↙", ["down-left arrow", "#1448", "U+2199", "Symbols", "arrow"]],
|
||
["⬅", ["left arrow", "#1449", "U+2B05", "Symbols", "arrow"]],
|
||
["↖", ["up-left arrow", "#1450", "U+2196", "Symbols", "arrow"]],
|
||
["↕", ["up-down arrow", "#1451", "U+2195", "Symbols", "arrow"]],
|
||
["↔", ["left-right arrow", "#1452", "U+2194", "Symbols", "arrow"]],
|
||
["↩", ["right arrow curving left", "#1453", "U+21A9", "Symbols", "arrow"]],
|
||
["↪", ["left arrow curving right", "#1454", "U+21AA", "Symbols", "arrow"]],
|
||
["⤴", ["right arrow curving up", "#1455", "U+2934", "Symbols", "arrow"]],
|
||
["⤵", ["right arrow curving down", "#1456", "U+2935", "Symbols", "arrow"]],
|
||
["🔃", ["clockwise vertical arrows", "#1457", "U+1F503", "Symbols", "arrow"]],
|
||
["🔄", ["counterclockwise arrows button", "#1458", "U+1F504", "Symbols", "arrow"]],
|
||
["🔙", ["BACK arrow", "#1459", "U+1F519", "Symbols", "arrow"]],
|
||
["🔚", ["END arrow", "#1460", "U+1F51A", "Symbols", "arrow"]],
|
||
["🔛", ["ON! arrow", "#1461", "U+1F51B", "Symbols", "arrow"]],
|
||
["🔜", ["SOON arrow", "#1462", "U+1F51C", "Symbols", "arrow"]],
|
||
["🔝", ["TOP arrow", "#1463", "U+1F51D", "Symbols", "arrow"]],
|
||
["🛐", ["place of worship", "#1464", "U+1F6D0", "Symbols", "religion"]],
|
||
["⚛", ["atom symbol", "#1465", "U+269B", "Symbols", "religion"]],
|
||
["🕉", ["om", "#1466", "U+1F549", "Symbols", "religion"]],
|
||
["✡", ["star of David", "#1467", "U+2721", "Symbols", "religion"]],
|
||
["☸", ["wheel of dharma", "#1468", "U+2638", "Symbols", "religion"]],
|
||
["☯", ["yin yang", "#1469", "U+262F", "Symbols", "religion"]],
|
||
["✝", ["latin cross", "#1470", "U+271D", "Symbols", "religion"]],
|
||
["☦", ["orthodox cross", "#1471", "U+2626", "Symbols", "religion"]],
|
||
["☪", ["star and crescent", "#1472", "U+262A", "Symbols", "religion"]],
|
||
["☮", ["peace symbol", "#1473", "U+262E", "Symbols", "religion"]],
|
||
["🕎", ["menorah", "#1474", "U+1F54E", "Symbols", "religion"]],
|
||
["🔯", ["dotted six-pointed star", "#1475", "U+1F52F", "Symbols", "religion"]],
|
||
["🪯", ["khanda", "#1476", "U+1FAAF", "Symbols", "religion"]],
|
||
["♈", ["Aries", "#1477", "U+2648", "Symbols", "zodiac"]],
|
||
["♉", ["Taurus", "#1478", "U+2649", "Symbols", "zodiac"]],
|
||
["♊", ["Gemini", "#1479", "U+264A", "Symbols", "zodiac"]],
|
||
["♋", ["Cancer", "#1480", "U+264B", "Symbols", "zodiac"]],
|
||
["♌", ["Leo", "#1481", "U+264C", "Symbols", "zodiac"]],
|
||
["♍", ["Virgo", "#1482", "U+264D", "Symbols", "zodiac"]],
|
||
["♎", ["Libra", "#1483", "U+264E", "Symbols", "zodiac"]],
|
||
["♏", ["Scorpio", "#1484", "U+264F", "Symbols", "zodiac"]],
|
||
["♐", ["Sagittarius", "#1485", "U+2650", "Symbols", "zodiac"]],
|
||
["♑", ["Capricorn", "#1486", "U+2651", "Symbols", "zodiac"]],
|
||
["♒", ["Aquarius", "#1487", "U+2652", "Symbols", "zodiac"]],
|
||
["♓", ["Pisces", "#1488", "U+2653", "Symbols", "zodiac"]],
|
||
["⛎", ["Ophiuchus", "#1489", "U+26CE", "Symbols", "zodiac"]],
|
||
["🔀", ["shuffle tracks button", "#1490", "U+1F500", "Symbols", "av-symbol"]],
|
||
["🔁", ["repeat button", "#1491", "U+1F501", "Symbols", "av-symbol"]],
|
||
["🔂", ["repeat single button", "#1492", "U+1F502", "Symbols", "av-symbol"]],
|
||
["▶", ["play button", "#1493", "U+25B6", "Symbols", "av-symbol"]],
|
||
["⏩", ["fast-forward button", "#1494", "U+23E9", "Symbols", "av-symbol"]],
|
||
["⏭", ["next track button", "#1495", "U+23ED", "Symbols", "av-symbol"]],
|
||
["⏯", ["play or pause button", "#1496", "U+23EF", "Symbols", "av-symbol"]],
|
||
["◀", ["reverse button", "#1497", "U+25C0", "Symbols", "av-symbol"]],
|
||
["⏪", ["fast reverse button", "#1498", "U+23EA", "Symbols", "av-symbol"]],
|
||
["⏮", ["last track button", "#1499", "U+23EE", "Symbols", "av-symbol"]],
|
||
["🔼", ["upwards button", "#1500", "U+1F53C", "Symbols", "av-symbol"]],
|
||
["⏫", ["fast up button", "#1501", "U+23EB", "Symbols", "av-symbol"]],
|
||
["🔽", ["downwards button", "#1502", "U+1F53D", "Symbols", "av-symbol"]],
|
||
["⏬", ["fast down button", "#1503", "U+23EC", "Symbols", "av-symbol"]],
|
||
["⏸", ["pause button", "#1504", "U+23F8", "Symbols", "av-symbol"]],
|
||
["⏹", ["stop button", "#1505", "U+23F9", "Symbols", "av-symbol"]],
|
||
["⏺", ["record button", "#1506", "U+23FA", "Symbols", "av-symbol"]],
|
||
["⏏", ["eject button", "#1507", "U+23CF", "Symbols", "av-symbol"]],
|
||
["🎦", ["cinema", "#1508", "U+1F3A6", "Symbols", "av-symbol"]],
|
||
["🔅", ["dim button", "#1509", "U+1F505", "Symbols", "av-symbol"]],
|
||
["🔆", ["bright button", "#1510", "U+1F506", "Symbols", "av-symbol"]],
|
||
["📶", ["antenna bars", "#1511", "U+1F4F6", "Symbols", "av-symbol"]],
|
||
["🛜", ["wireless", "#1512", "U+1F6DC", "Symbols", "av-symbol"]],
|
||
["📳", ["vibration mode", "#1513", "U+1F4F3", "Symbols", "av-symbol"]],
|
||
["📴", ["mobile phone off", "#1514", "U+1F4F4", "Symbols", "av-symbol"]],
|
||
["♀", ["female sign", "#1515", "U+2640", "Symbols", "gender"]],
|
||
["♂", ["male sign", "#1516", "U+2642", "Symbols", "gender"]],
|
||
["⚧", ["transgender symbol", "#1517", "U+26A7", "Symbols", "gender"]],
|
||
["✖", ["multiply", "#1518", "U+2716", "Symbols", "math"]],
|
||
["➕", ["plus", "#1519", "U+2795", "Symbols", "math"]],
|
||
["➖", ["minus", "#1520", "U+2796", "Symbols", "math"]],
|
||
["➗", ["divide", "#1521", "U+2797", "Symbols", "math"]],
|
||
["🟰", ["heavy equals sign", "#1522", "U+1F7F0", "Symbols", "math"]],
|
||
["♾", ["infinity", "#1523", "U+267E", "Symbols", "math"]],
|
||
["‼", ["double exclamation mark", "#1524", "U+203C", "Symbols", "punctuation"]],
|
||
["⁉", ["exclamation question mark", "#1525", "U+2049", "Symbols", "punctuation"]],
|
||
["❓", ["red question mark", "#1526", "U+2753", "Symbols", "punctuation"]],
|
||
["❔", ["white question mark", "#1527", "U+2754", "Symbols", "punctuation"]],
|
||
["❕", ["white exclamation mark", "#1528", "U+2755", "Symbols", "punctuation"]],
|
||
["❗", ["red exclamation mark", "#1529", "U+2757", "Symbols", "punctuation"]],
|
||
["〰", ["wavy dash", "#1530", "U+3030", "Symbols", "punctuation"]],
|
||
["💱", ["currency exchange", "#1531", "U+1F4B1", "Symbols", "currency"]],
|
||
["💲", ["heavy dollar sign", "#1532", "U+1F4B2", "Symbols", "currency"]],
|
||
["⚕", ["medical symbol", "#1533", "U+2695", "Symbols", "other-symbol"]],
|
||
["♻", ["recycling symbol", "#1534", "U+267B", "Symbols", "other-symbol"]],
|
||
["⚜", ["fleur-de-lis", "#1535", "U+269C", "Symbols", "other-symbol"]],
|
||
["🔱", ["trident emblem", "#1536", "U+1F531", "Symbols", "other-symbol"]],
|
||
["📛", ["name badge", "#1537", "U+1F4DB", "Symbols", "other-symbol"]],
|
||
["🔰", ["Japanese symbol for beginner", "#1538", "U+1F530", "Symbols", "other-symbol"]],
|
||
["⭕", ["hollow red circle", "#1539", "U+2B55", "Symbols", "other-symbol"]],
|
||
["✅", ["check mark button", "#1540", "U+2705", "Symbols", "other-symbol"]],
|
||
["☑", ["check box with check", "#1541", "U+2611", "Symbols", "other-symbol"]],
|
||
["✔", ["check mark", "#1542", "U+2714", "Symbols", "other-symbol"]],
|
||
["❌", ["cross mark", "#1543", "U+274C", "Symbols", "other-symbol"]],
|
||
["❎", ["cross mark button", "#1544", "U+274E", "Symbols", "other-symbol"]],
|
||
["➰", ["curly loop", "#1545", "U+27B0", "Symbols", "other-symbol"]],
|
||
["➿", ["double curly loop", "#1546", "U+27BF", "Symbols", "other-symbol"]],
|
||
["〽", ["part alternation mark", "#1547", "U+303D", "Symbols", "other-symbol"]],
|
||
["✳", ["eight-spoked asterisk", "#1548", "U+2733", "Symbols", "other-symbol"]],
|
||
["✴", ["eight-pointed star", "#1549", "U+2734", "Symbols", "other-symbol"]],
|
||
["❇", ["sparkle", "#1550", "U+2747", "Symbols", "other-symbol"]],
|
||
["©", ["copyright", "#1551", "U+00A9", "Symbols", "other-symbol"]],
|
||
["®", ["registered", "#1552", "U+00AE", "Symbols", "other-symbol"]],
|
||
["™", ["trade mark", "#1553", "U+2122", "Symbols", "other-symbol"]],
|
||
["", ["⊛ splatter", "#1554", "U+1FADF", "Symbols", "other-symbol"]],
|
||
["#️⃣", ["keycap: #", "#1555", "U+0023 U+FE0F U+20E3", "Symbols", "keycap"]],
|
||
["*️⃣", ["keycap: *", "#1556", "U+002A U+FE0F U+20E3", "Symbols", "keycap"]],
|
||
["0️⃣", ["keycap: 0", "#1557", "U+0030 U+FE0F U+20E3", "Symbols", "keycap"]],
|
||
["1️⃣", ["keycap: 1", "#1558", "U+0031 U+FE0F U+20E3", "Symbols", "keycap"]],
|
||
["2️⃣", ["keycap: 2", "#1559", "U+0032 U+FE0F U+20E3", "Symbols", "keycap"]],
|
||
["3️⃣", ["keycap: 3", "#1560", "U+0033 U+FE0F U+20E3", "Symbols", "keycap"]],
|
||
["4️⃣", ["keycap: 4", "#1561", "U+0034 U+FE0F U+20E3", "Symbols", "keycap"]],
|
||
["5️⃣", ["keycap: 5", "#1562", "U+0035 U+FE0F U+20E3", "Symbols", "keycap"]],
|
||
["6️⃣", ["keycap: 6", "#1563", "U+0036 U+FE0F U+20E3", "Symbols", "keycap"]],
|
||
["7️⃣", ["keycap: 7", "#1564", "U+0037 U+FE0F U+20E3", "Symbols", "keycap"]],
|
||
["8️⃣", ["keycap: 8", "#1565", "U+0038 U+FE0F U+20E3", "Symbols", "keycap"]],
|
||
["9️⃣", ["keycap: 9", "#1566", "U+0039 U+FE0F U+20E3", "Symbols", "keycap"]],
|
||
["🔟", ["keycap: 10", "#1567", "U+1F51F", "Symbols", "keycap"]],
|
||
["🔠", ["input latin uppercase", "#1568", "U+1F520", "Symbols", "alphanum"]],
|
||
["🔡", ["input latin lowercase", "#1569", "U+1F521", "Symbols", "alphanum"]],
|
||
["🔢", ["input numbers", "#1570", "U+1F522", "Symbols", "alphanum"]],
|
||
["🔣", ["input symbols", "#1571", "U+1F523", "Symbols", "alphanum"]],
|
||
["🔤", ["input latin letters", "#1572", "U+1F524", "Symbols", "alphanum"]],
|
||
["🅰", ["A button (blood type)", "#1573", "U+1F170", "Symbols", "alphanum"]],
|
||
["🆎", ["AB button (blood type)", "#1574", "U+1F18E", "Symbols", "alphanum"]],
|
||
["🅱", ["B button (blood type)", "#1575", "U+1F171", "Symbols", "alphanum"]],
|
||
["🆑", ["CL button", "#1576", "U+1F191", "Symbols", "alphanum"]],
|
||
["🆒", ["COOL button", "#1577", "U+1F192", "Symbols", "alphanum"]],
|
||
["🆓", ["FREE button", "#1578", "U+1F193", "Symbols", "alphanum"]],
|
||
["ℹ", ["information", "#1579", "U+2139", "Symbols", "alphanum"]],
|
||
["🆔", ["ID button", "#1580", "U+1F194", "Symbols", "alphanum"]],
|
||
["Ⓜ", ["circled M", "#1581", "U+24C2", "Symbols", "alphanum"]],
|
||
["🆕", ["NEW button", "#1582", "U+1F195", "Symbols", "alphanum"]],
|
||
["🆖", ["NG button", "#1583", "U+1F196", "Symbols", "alphanum"]],
|
||
["🅾", ["O button (blood type)", "#1584", "U+1F17E", "Symbols", "alphanum"]],
|
||
["🆗", ["OK button", "#1585", "U+1F197", "Symbols", "alphanum"]],
|
||
["🅿", ["P button", "#1586", "U+1F17F", "Symbols", "alphanum"]],
|
||
["🆘", ["SOS button", "#1587", "U+1F198", "Symbols", "alphanum"]],
|
||
["🆙", ["UP! button", "#1588", "U+1F199", "Symbols", "alphanum"]],
|
||
["🆚", ["VS button", "#1589", "U+1F19A", "Symbols", "alphanum"]],
|
||
["🈁", ["Japanese “here” button", "#1590", "U+1F201", "Symbols", "alphanum"]],
|
||
["🈂", ["Japanese “service charge” button", "#1591", "U+1F202", "Symbols", "alphanum"]],
|
||
["🈷", ["Japanese “monthly amount” button", "#1592", "U+1F237", "Symbols", "alphanum"]],
|
||
["🈶", ["Japanese “not free of charge” button", "#1593", "U+1F236", "Symbols", "alphanum"]],
|
||
["🈯", ["Japanese “reserved” button", "#1594", "U+1F22F", "Symbols", "alphanum"]],
|
||
["🉐", ["Japanese “bargain” button", "#1595", "U+1F250", "Symbols", "alphanum"]],
|
||
["🈹", ["Japanese “discount” button", "#1596", "U+1F239", "Symbols", "alphanum"]],
|
||
["🈚", ["Japanese “free of charge” button", "#1597", "U+1F21A", "Symbols", "alphanum"]],
|
||
["🈲", ["Japanese “prohibited” button", "#1598", "U+1F232", "Symbols", "alphanum"]],
|
||
["🉑", ["Japanese “acceptable” button", "#1599", "U+1F251", "Symbols", "alphanum"]],
|
||
["🈸", ["Japanese “application” button", "#1600", "U+1F238", "Symbols", "alphanum"]],
|
||
["🈴", ["Japanese “passing grade” button", "#1601", "U+1F234", "Symbols", "alphanum"]],
|
||
["🈳", ["Japanese “vacancy” button", "#1602", "U+1F233", "Symbols", "alphanum"]],
|
||
["㊗", ["Japanese “congratulations” button", "#1603", "U+3297", "Symbols", "alphanum"]],
|
||
["㊙", ["Japanese “secret” button", "#1604", "U+3299", "Symbols", "alphanum"]],
|
||
["🈺", ["Japanese “open for business” button", "#1605", "U+1F23A", "Symbols", "alphanum"]],
|
||
["🈵", ["Japanese “no vacancy” button", "#1606", "U+1F235", "Symbols", "alphanum"]],
|
||
["🔴", ["red circle", "#1607", "U+1F534", "Symbols", "geometric"]],
|
||
["🟠", ["orange circle", "#1608", "U+1F7E0", "Symbols", "geometric"]],
|
||
["🟡", ["yellow circle", "#1609", "U+1F7E1", "Symbols", "geometric"]],
|
||
["🟢", ["green circle", "#1610", "U+1F7E2", "Symbols", "geometric"]],
|
||
["🔵", ["blue circle", "#1611", "U+1F535", "Symbols", "geometric"]],
|
||
["🟣", ["purple circle", "#1612", "U+1F7E3", "Symbols", "geometric"]],
|
||
["🟤", ["brown circle", "#1613", "U+1F7E4", "Symbols", "geometric"]],
|
||
["⚫", ["black circle", "#1614", "U+26AB", "Symbols", "geometric"]],
|
||
["⚪", ["white circle", "#1615", "U+26AA", "Symbols", "geometric"]],
|
||
["🟥", ["red square", "#1616", "U+1F7E5", "Symbols", "geometric"]],
|
||
["🟧", ["orange square", "#1617", "U+1F7E7", "Symbols", "geometric"]],
|
||
["🟨", ["yellow square", "#1618", "U+1F7E8", "Symbols", "geometric"]],
|
||
["🟩", ["green square", "#1619", "U+1F7E9", "Symbols", "geometric"]],
|
||
["🟦", ["blue square", "#1620", "U+1F7E6", "Symbols", "geometric"]],
|
||
["🟪", ["purple square", "#1621", "U+1F7EA", "Symbols", "geometric"]],
|
||
["🟫", ["brown square", "#1622", "U+1F7EB", "Symbols", "geometric"]],
|
||
["⬛", ["black large square", "#1623", "U+2B1B", "Symbols", "geometric"]],
|
||
["⬜", ["white large square", "#1624", "U+2B1C", "Symbols", "geometric"]],
|
||
["◼", ["black medium square", "#1625", "U+25FC", "Symbols", "geometric"]],
|
||
["◻", ["white medium square", "#1626", "U+25FB", "Symbols", "geometric"]],
|
||
["◾", ["black medium-small square", "#1627", "U+25FE", "Symbols", "geometric"]],
|
||
["◽", ["white medium-small square", "#1628", "U+25FD", "Symbols", "geometric"]],
|
||
["▪", ["black small square", "#1629", "U+25AA", "Symbols", "geometric"]],
|
||
["▫", ["white small square", "#1630", "U+25AB", "Symbols", "geometric"]],
|
||
["🔶", ["large orange diamond", "#1631", "U+1F536", "Symbols", "geometric"]],
|
||
["🔷", ["large blue diamond", "#1632", "U+1F537", "Symbols", "geometric"]],
|
||
["🔸", ["small orange diamond", "#1633", "U+1F538", "Symbols", "geometric"]],
|
||
["🔹", ["small blue diamond", "#1634", "U+1F539", "Symbols", "geometric"]],
|
||
["🔺", ["red triangle pointed up", "#1635", "U+1F53A", "Symbols", "geometric"]],
|
||
["🔻", ["red triangle pointed down", "#1636", "U+1F53B", "Symbols", "geometric"]],
|
||
["💠", ["diamond with a dot", "#1637", "U+1F4A0", "Symbols", "geometric"]],
|
||
["🔘", ["radio button", "#1638", "U+1F518", "Symbols", "geometric"]],
|
||
["🔳", ["white square button", "#1639", "U+1F533", "Symbols", "geometric"]],
|
||
["🔲", ["black square button", "#1640", "U+1F532", "Symbols", "geometric"]],
|
||
["🏁", ["chequered flag", "#1641", "U+1F3C1", "Flags", "flag"]],
|
||
["🚩", ["triangular flag", "#1642", "U+1F6A9", "Flags", "flag"]],
|
||
["🎌", ["crossed flags", "#1643", "U+1F38C", "Flags", "flag"]],
|
||
["🏴", ["black flag", "#1644", "U+1F3F4", "Flags", "flag"]],
|
||
["🏳", ["white flag", "#1645", "U+1F3F3", "Flags", "flag"]],
|
||
["🏳️🌈", ["rainbow flag", "#1646", "U+1F3F3 U+FE0F U+200D U+1F308", "Flags", "flag"]],
|
||
["🏳️⚧️", ["transgender flag", "#1647", "U+1F3F3 U+FE0F U+200D U+26A7 U+FE0F", "Flags", "flag"]],
|
||
["🏴☠️", ["pirate flag", "#1648", "U+1F3F4 U+200D U+2620 U+FE0F", "Flags", "flag"]],
|
||
["🇦🇨", ["flag: Ascension Island", "#1649", "U+1F1E6 U+1F1E8", "Flags", "country-flag"]],
|
||
["🇦🇩", ["flag: Andorra", "#1650", "U+1F1E6 U+1F1E9", "Flags", "country-flag"]],
|
||
["🇦🇪", ["flag: United Arab Emirates", "#1651", "U+1F1E6 U+1F1EA", "Flags", "country-flag"]],
|
||
["🇦🇫", ["flag: Afghanistan", "#1652", "U+1F1E6 U+1F1EB", "Flags", "country-flag"]],
|
||
["🇦🇬", ["flag: Antigua & Barbuda", "#1653", "U+1F1E6 U+1F1EC", "Flags", "country-flag"]],
|
||
["🇦🇮", ["flag: Anguilla", "#1654", "U+1F1E6 U+1F1EE", "Flags", "country-flag"]],
|
||
["🇦🇱", ["flag: Albania", "#1655", "U+1F1E6 U+1F1F1", "Flags", "country-flag"]],
|
||
["🇦🇲", ["flag: Armenia", "#1656", "U+1F1E6 U+1F1F2", "Flags", "country-flag"]],
|
||
["🇦🇴", ["flag: Angola", "#1657", "U+1F1E6 U+1F1F4", "Flags", "country-flag"]],
|
||
["🇦🇶", ["flag: Antarctica", "#1658", "U+1F1E6 U+1F1F6", "Flags", "country-flag"]],
|
||
["🇦🇷", ["flag: Argentina", "#1659", "U+1F1E6 U+1F1F7", "Flags", "country-flag"]],
|
||
["🇦🇸", ["flag: American Samoa", "#1660", "U+1F1E6 U+1F1F8", "Flags", "country-flag"]],
|
||
["🇦🇹", ["flag: Austria", "#1661", "U+1F1E6 U+1F1F9", "Flags", "country-flag"]],
|
||
["🇦🇺", ["flag: Australia", "#1662", "U+1F1E6 U+1F1FA", "Flags", "country-flag"]],
|
||
["🇦🇼", ["flag: Aruba", "#1663", "U+1F1E6 U+1F1FC", "Flags", "country-flag"]],
|
||
["🇦🇽", ["flag: Åland Islands", "#1664", "U+1F1E6 U+1F1FD", "Flags", "country-flag"]],
|
||
["🇦🇿", ["flag: Azerbaijan", "#1665", "U+1F1E6 U+1F1FF", "Flags", "country-flag"]],
|
||
["🇧🇦", ["flag: Bosnia & Herzegovina", "#1666", "U+1F1E7 U+1F1E6", "Flags", "country-flag"]],
|
||
["🇧🇧", ["flag: Barbados", "#1667", "U+1F1E7 U+1F1E7", "Flags", "country-flag"]],
|
||
["🇧🇩", ["flag: Bangladesh", "#1668", "U+1F1E7 U+1F1E9", "Flags", "country-flag"]],
|
||
["🇧🇪", ["flag: Belgium", "#1669", "U+1F1E7 U+1F1EA", "Flags", "country-flag"]],
|
||
["🇧🇫", ["flag: Burkina Faso", "#1670", "U+1F1E7 U+1F1EB", "Flags", "country-flag"]],
|
||
["🇧🇬", ["flag: Bulgaria", "#1671", "U+1F1E7 U+1F1EC", "Flags", "country-flag"]],
|
||
["🇧🇭", ["flag: Bahrain", "#1672", "U+1F1E7 U+1F1ED", "Flags", "country-flag"]],
|
||
["🇧🇮", ["flag: Burundi", "#1673", "U+1F1E7 U+1F1EE", "Flags", "country-flag"]],
|
||
["🇧🇯", ["flag: Benin", "#1674", "U+1F1E7 U+1F1EF", "Flags", "country-flag"]],
|
||
["🇧🇱", ["flag: St. Barthélemy", "#1675", "U+1F1E7 U+1F1F1", "Flags", "country-flag"]],
|
||
["🇧🇲", ["flag: Bermuda", "#1676", "U+1F1E7 U+1F1F2", "Flags", "country-flag"]],
|
||
["🇧🇳", ["flag: Brunei", "#1677", "U+1F1E7 U+1F1F3", "Flags", "country-flag"]],
|
||
["🇧🇴", ["flag: Bolivia", "#1678", "U+1F1E7 U+1F1F4", "Flags", "country-flag"]],
|
||
["🇧🇶", ["flag: Caribbean Netherlands", "#1679", "U+1F1E7 U+1F1F6", "Flags", "country-flag"]],
|
||
["🇧🇷", ["flag: Brazil", "#1680", "U+1F1E7 U+1F1F7", "Flags", "country-flag"]],
|
||
["🇧🇸", ["flag: Bahamas", "#1681", "U+1F1E7 U+1F1F8", "Flags", "country-flag"]],
|
||
["🇧🇹", ["flag: Bhutan", "#1682", "U+1F1E7 U+1F1F9", "Flags", "country-flag"]],
|
||
["🇧🇻", ["flag: Bouvet Island", "#1683", "U+1F1E7 U+1F1FB", "Flags", "country-flag"]],
|
||
["🇧🇼", ["flag: Botswana", "#1684", "U+1F1E7 U+1F1FC", "Flags", "country-flag"]],
|
||
["🇧🇾", ["flag: Belarus", "#1685", "U+1F1E7 U+1F1FE", "Flags", "country-flag"]],
|
||
["🇧🇿", ["flag: Belize", "#1686", "U+1F1E7 U+1F1FF", "Flags", "country-flag"]],
|
||
["🇨🇦", ["flag: Canada", "#1687", "U+1F1E8 U+1F1E6", "Flags", "country-flag"]],
|
||
["🇨🇨", ["flag: Cocos (Keeling) Islands", "#1688", "U+1F1E8 U+1F1E8", "Flags", "country-flag"]],
|
||
["🇨🇩", ["flag: Congo - Kinshasa", "#1689", "U+1F1E8 U+1F1E9", "Flags", "country-flag"]],
|
||
["🇨🇫", ["flag: Central African Republic", "#1690", "U+1F1E8 U+1F1EB", "Flags", "country-flag"]],
|
||
["🇨🇬", ["flag: Congo - Brazzaville", "#1691", "U+1F1E8 U+1F1EC", "Flags", "country-flag"]],
|
||
["🇨🇭", ["flag: Switzerland", "#1692", "U+1F1E8 U+1F1ED", "Flags", "country-flag"]],
|
||
["🇨🇮", ["flag: Côte d’Ivoire", "#1693", "U+1F1E8 U+1F1EE", "Flags", "country-flag"]],
|
||
["🇨🇰", ["flag: Cook Islands", "#1694", "U+1F1E8 U+1F1F0", "Flags", "country-flag"]],
|
||
["🇨🇱", ["flag: Chile", "#1695", "U+1F1E8 U+1F1F1", "Flags", "country-flag"]],
|
||
["🇨🇲", ["flag: Cameroon", "#1696", "U+1F1E8 U+1F1F2", "Flags", "country-flag"]],
|
||
["🇨🇳", ["flag: China", "#1697", "U+1F1E8 U+1F1F3", "Flags", "country-flag"]],
|
||
["🇨🇴", ["flag: Colombia", "#1698", "U+1F1E8 U+1F1F4", "Flags", "country-flag"]],
|
||
["🇨🇵", ["flag: Clipperton Island", "#1699", "U+1F1E8 U+1F1F5", "Flags", "country-flag"]],
|
||
["🇨🇶", ["⊛ flag: Sark", "#1700", "U+1F1E8 U+1F1F6", "Flags", "country-flag"]],
|
||
["🇨🇷", ["flag: Costa Rica", "#1701", "U+1F1E8 U+1F1F7", "Flags", "country-flag"]],
|
||
["🇨🇺", ["flag: Cuba", "#1702", "U+1F1E8 U+1F1FA", "Flags", "country-flag"]],
|
||
["🇨🇻", ["flag: Cape Verde", "#1703", "U+1F1E8 U+1F1FB", "Flags", "country-flag"]],
|
||
["🇨🇼", ["flag: Curaçao", "#1704", "U+1F1E8 U+1F1FC", "Flags", "country-flag"]],
|
||
["🇨🇽", ["flag: Christmas Island", "#1705", "U+1F1E8 U+1F1FD", "Flags", "country-flag"]],
|
||
["🇨🇾", ["flag: Cyprus", "#1706", "U+1F1E8 U+1F1FE", "Flags", "country-flag"]],
|
||
["🇨🇿", ["flag: Czechia", "#1707", "U+1F1E8 U+1F1FF", "Flags", "country-flag"]],
|
||
["🇩🇪", ["flag: Germany", "#1708", "U+1F1E9 U+1F1EA", "Flags", "country-flag"]],
|
||
["🇩🇬", ["flag: Diego Garcia", "#1709", "U+1F1E9 U+1F1EC", "Flags", "country-flag"]],
|
||
["🇩🇯", ["flag: Djibouti", "#1710", "U+1F1E9 U+1F1EF", "Flags", "country-flag"]],
|
||
["🇩🇰", ["flag: Denmark", "#1711", "U+1F1E9 U+1F1F0", "Flags", "country-flag"]],
|
||
["🇩🇲", ["flag: Dominica", "#1712", "U+1F1E9 U+1F1F2", "Flags", "country-flag"]],
|
||
["🇩🇴", ["flag: Dominican Republic", "#1713", "U+1F1E9 U+1F1F4", "Flags", "country-flag"]],
|
||
["🇩🇿", ["flag: Algeria", "#1714", "U+1F1E9 U+1F1FF", "Flags", "country-flag"]],
|
||
["🇪🇦", ["flag: Ceuta & Melilla", "#1715", "U+1F1EA U+1F1E6", "Flags", "country-flag"]],
|
||
["🇪🇨", ["flag: Ecuador", "#1716", "U+1F1EA U+1F1E8", "Flags", "country-flag"]],
|
||
["🇪🇪", ["flag: Estonia", "#1717", "U+1F1EA U+1F1EA", "Flags", "country-flag"]],
|
||
["🇪🇬", ["flag: Egypt", "#1718", "U+1F1EA U+1F1EC", "Flags", "country-flag"]],
|
||
["🇪🇭", ["flag: Western Sahara", "#1719", "U+1F1EA U+1F1ED", "Flags", "country-flag"]],
|
||
["🇪🇷", ["flag: Eritrea", "#1720", "U+1F1EA U+1F1F7", "Flags", "country-flag"]],
|
||
["🇪🇸", ["flag: Spain", "#1721", "U+1F1EA U+1F1F8", "Flags", "country-flag"]],
|
||
["🇪🇹", ["flag: Ethiopia", "#1722", "U+1F1EA U+1F1F9", "Flags", "country-flag"]],
|
||
["🇪🇺", ["flag: European Union", "#1723", "U+1F1EA U+1F1FA", "Flags", "country-flag"]],
|
||
["🇫🇮", ["flag: Finland", "#1724", "U+1F1EB U+1F1EE", "Flags", "country-flag"]],
|
||
["🇫🇯", ["flag: Fiji", "#1725", "U+1F1EB U+1F1EF", "Flags", "country-flag"]],
|
||
["🇫🇰", ["flag: Falkland Islands", "#1726", "U+1F1EB U+1F1F0", "Flags", "country-flag"]],
|
||
["🇫🇲", ["flag: Micronesia", "#1727", "U+1F1EB U+1F1F2", "Flags", "country-flag"]],
|
||
["🇫🇴", ["flag: Faroe Islands", "#1728", "U+1F1EB U+1F1F4", "Flags", "country-flag"]],
|
||
["🇫🇷", ["flag: France", "#1729", "U+1F1EB U+1F1F7", "Flags", "country-flag"]],
|
||
["🇬🇦", ["flag: Gabon", "#1730", "U+1F1EC U+1F1E6", "Flags", "country-flag"]],
|
||
["🇬🇧", ["flag: United Kingdom", "#1731", "U+1F1EC U+1F1E7", "Flags", "country-flag"]],
|
||
["🇬🇩", ["flag: Grenada", "#1732", "U+1F1EC U+1F1E9", "Flags", "country-flag"]],
|
||
["🇬🇪", ["flag: Georgia", "#1733", "U+1F1EC U+1F1EA", "Flags", "country-flag"]],
|
||
["🇬🇫", ["flag: French Guiana", "#1734", "U+1F1EC U+1F1EB", "Flags", "country-flag"]],
|
||
["🇬🇬", ["flag: Guernsey", "#1735", "U+1F1EC U+1F1EC", "Flags", "country-flag"]],
|
||
["🇬🇭", ["flag: Ghana", "#1736", "U+1F1EC U+1F1ED", "Flags", "country-flag"]],
|
||
["🇬🇮", ["flag: Gibraltar", "#1737", "U+1F1EC U+1F1EE", "Flags", "country-flag"]],
|
||
["🇬🇱", ["flag: Greenland", "#1738", "U+1F1EC U+1F1F1", "Flags", "country-flag"]],
|
||
["🇬🇲", ["flag: Gambia", "#1739", "U+1F1EC U+1F1F2", "Flags", "country-flag"]],
|
||
["🇬🇳", ["flag: Guinea", "#1740", "U+1F1EC U+1F1F3", "Flags", "country-flag"]],
|
||
["🇬🇵", ["flag: Guadeloupe", "#1741", "U+1F1EC U+1F1F5", "Flags", "country-flag"]],
|
||
["🇬🇶", ["flag: Equatorial Guinea", "#1742", "U+1F1EC U+1F1F6", "Flags", "country-flag"]],
|
||
["🇬🇷", ["flag: Greece", "#1743", "U+1F1EC U+1F1F7", "Flags", "country-flag"]],
|
||
["🇬🇸", ["flag: South Georgia & South Sandwich Islands", "#1744", "U+1F1EC U+1F1F8", "Flags", "country-flag"]],
|
||
["🇬🇹", ["flag: Guatemala", "#1745", "U+1F1EC U+1F1F9", "Flags", "country-flag"]],
|
||
["🇬🇺", ["flag: Guam", "#1746", "U+1F1EC U+1F1FA", "Flags", "country-flag"]],
|
||
["🇬🇼", ["flag: Guinea-Bissau", "#1747", "U+1F1EC U+1F1FC", "Flags", "country-flag"]],
|
||
["🇬🇾", ["flag: Guyana", "#1748", "U+1F1EC U+1F1FE", "Flags", "country-flag"]],
|
||
["🇭🇰", ["flag: Hong Kong SAR China", "#1749", "U+1F1ED U+1F1F0", "Flags", "country-flag"]],
|
||
["🇭🇲", ["flag: Heard & McDonald Islands", "#1750", "U+1F1ED U+1F1F2", "Flags", "country-flag"]],
|
||
["🇭🇳", ["flag: Honduras", "#1751", "U+1F1ED U+1F1F3", "Flags", "country-flag"]],
|
||
["🇭🇷", ["flag: Croatia", "#1752", "U+1F1ED U+1F1F7", "Flags", "country-flag"]],
|
||
["🇭🇹", ["flag: Haiti", "#1753", "U+1F1ED U+1F1F9", "Flags", "country-flag"]],
|
||
["🇭🇺", ["flag: Hungary", "#1754", "U+1F1ED U+1F1FA", "Flags", "country-flag"]],
|
||
["🇮🇨", ["flag: Canary Islands", "#1755", "U+1F1EE U+1F1E8", "Flags", "country-flag"]],
|
||
["🇮🇩", ["flag: Indonesia", "#1756", "U+1F1EE U+1F1E9", "Flags", "country-flag"]],
|
||
["🇮🇪", ["flag: Ireland", "#1757", "U+1F1EE U+1F1EA", "Flags", "country-flag"]],
|
||
["🇮🇱", ["flag: Israel", "#1758", "U+1F1EE U+1F1F1", "Flags", "country-flag"]],
|
||
["🇮🇲", ["flag: Isle of Man", "#1759", "U+1F1EE U+1F1F2", "Flags", "country-flag"]],
|
||
["🇮🇳", ["flag: India", "#1760", "U+1F1EE U+1F1F3", "Flags", "country-flag"]],
|
||
["🇮🇴", ["flag: British Indian Ocean Territory", "#1761", "U+1F1EE U+1F1F4", "Flags", "country-flag"]],
|
||
["🇮🇶", ["flag: Iraq", "#1762", "U+1F1EE U+1F1F6", "Flags", "country-flag"]],
|
||
["🇮🇷", ["flag: Iran", "#1763", "U+1F1EE U+1F1F7", "Flags", "country-flag"]],
|
||
["🇮🇸", ["flag: Iceland", "#1764", "U+1F1EE U+1F1F8", "Flags", "country-flag"]],
|
||
["🇮🇹", ["flag: Italy", "#1765", "U+1F1EE U+1F1F9", "Flags", "country-flag"]],
|
||
["🇯🇪", ["flag: Jersey", "#1766", "U+1F1EF U+1F1EA", "Flags", "country-flag"]],
|
||
["🇯🇲", ["flag: Jamaica", "#1767", "U+1F1EF U+1F1F2", "Flags", "country-flag"]],
|
||
["🇯🇴", ["flag: Jordan", "#1768", "U+1F1EF U+1F1F4", "Flags", "country-flag"]],
|
||
["🇯🇵", ["flag: Japan", "#1769", "U+1F1EF U+1F1F5", "Flags", "country-flag"]],
|
||
["🇰🇪", ["flag: Kenya", "#1770", "U+1F1F0 U+1F1EA", "Flags", "country-flag"]],
|
||
["🇰🇬", ["flag: Kyrgyzstan", "#1771", "U+1F1F0 U+1F1EC", "Flags", "country-flag"]],
|
||
["🇰🇭", ["flag: Cambodia", "#1772", "U+1F1F0 U+1F1ED", "Flags", "country-flag"]],
|
||
["🇰🇮", ["flag: Kiribati", "#1773", "U+1F1F0 U+1F1EE", "Flags", "country-flag"]],
|
||
["🇰🇲", ["flag: Comoros", "#1774", "U+1F1F0 U+1F1F2", "Flags", "country-flag"]],
|
||
["🇰🇳", ["flag: St. Kitts & Nevis", "#1775", "U+1F1F0 U+1F1F3", "Flags", "country-flag"]],
|
||
["🇰🇵", ["flag: North Korea", "#1776", "U+1F1F0 U+1F1F5", "Flags", "country-flag"]],
|
||
["🇰🇷", ["flag: South Korea", "#1777", "U+1F1F0 U+1F1F7", "Flags", "country-flag"]],
|
||
["🇰🇼", ["flag: Kuwait", "#1778", "U+1F1F0 U+1F1FC", "Flags", "country-flag"]],
|
||
["🇰🇾", ["flag: Cayman Islands", "#1779", "U+1F1F0 U+1F1FE", "Flags", "country-flag"]],
|
||
["🇰🇿", ["flag: Kazakhstan", "#1780", "U+1F1F0 U+1F1FF", "Flags", "country-flag"]],
|
||
["🇱🇦", ["flag: Laos", "#1781", "U+1F1F1 U+1F1E6", "Flags", "country-flag"]],
|
||
["🇱🇧", ["flag: Lebanon", "#1782", "U+1F1F1 U+1F1E7", "Flags", "country-flag"]],
|
||
["🇱🇨", ["flag: St. Lucia", "#1783", "U+1F1F1 U+1F1E8", "Flags", "country-flag"]],
|
||
["🇱🇮", ["flag: Liechtenstein", "#1784", "U+1F1F1 U+1F1EE", "Flags", "country-flag"]],
|
||
["🇱🇰", ["flag: Sri Lanka", "#1785", "U+1F1F1 U+1F1F0", "Flags", "country-flag"]],
|
||
["🇱🇷", ["flag: Liberia", "#1786", "U+1F1F1 U+1F1F7", "Flags", "country-flag"]],
|
||
["🇱🇸", ["flag: Lesotho", "#1787", "U+1F1F1 U+1F1F8", "Flags", "country-flag"]],
|
||
["🇱🇹", ["flag: Lithuania", "#1788", "U+1F1F1 U+1F1F9", "Flags", "country-flag"]],
|
||
["🇱🇺", ["flag: Luxembourg", "#1789", "U+1F1F1 U+1F1FA", "Flags", "country-flag"]],
|
||
["🇱🇻", ["flag: Latvia", "#1790", "U+1F1F1 U+1F1FB", "Flags", "country-flag"]],
|
||
["🇱🇾", ["flag: Libya", "#1791", "U+1F1F1 U+1F1FE", "Flags", "country-flag"]],
|
||
["🇲🇦", ["flag: Morocco", "#1792", "U+1F1F2 U+1F1E6", "Flags", "country-flag"]],
|
||
["🇲🇨", ["flag: Monaco", "#1793", "U+1F1F2 U+1F1E8", "Flags", "country-flag"]],
|
||
["🇲🇩", ["flag: Moldova", "#1794", "U+1F1F2 U+1F1E9", "Flags", "country-flag"]],
|
||
["🇲🇪", ["flag: Montenegro", "#1795", "U+1F1F2 U+1F1EA", "Flags", "country-flag"]],
|
||
["🇲🇫", ["flag: St. Martin", "#1796", "U+1F1F2 U+1F1EB", "Flags", "country-flag"]],
|
||
["🇲🇬", ["flag: Madagascar", "#1797", "U+1F1F2 U+1F1EC", "Flags", "country-flag"]],
|
||
["🇲🇭", ["flag: Marshall Islands", "#1798", "U+1F1F2 U+1F1ED", "Flags", "country-flag"]],
|
||
["🇲🇰", ["flag: North Macedonia", "#1799", "U+1F1F2 U+1F1F0", "Flags", "country-flag"]],
|
||
["🇲🇱", ["flag: Mali", "#1800", "U+1F1F2 U+1F1F1", "Flags", "country-flag"]],
|
||
["🇲🇲", ["flag: Myanmar (Burma)", "#1801", "U+1F1F2 U+1F1F2", "Flags", "country-flag"]],
|
||
["🇲🇳", ["flag: Mongolia", "#1802", "U+1F1F2 U+1F1F3", "Flags", "country-flag"]],
|
||
["🇲🇴", ["flag: Macao SAR China", "#1803", "U+1F1F2 U+1F1F4", "Flags", "country-flag"]],
|
||
["🇲🇵", ["flag: Northern Mariana Islands", "#1804", "U+1F1F2 U+1F1F5", "Flags", "country-flag"]],
|
||
["🇲🇶", ["flag: Martinique", "#1805", "U+1F1F2 U+1F1F6", "Flags", "country-flag"]],
|
||
["🇲🇷", ["flag: Mauritania", "#1806", "U+1F1F2 U+1F1F7", "Flags", "country-flag"]],
|
||
["🇲🇸", ["flag: Montserrat", "#1807", "U+1F1F2 U+1F1F8", "Flags", "country-flag"]],
|
||
["🇲🇹", ["flag: Malta", "#1808", "U+1F1F2 U+1F1F9", "Flags", "country-flag"]],
|
||
["🇲🇺", ["flag: Mauritius", "#1809", "U+1F1F2 U+1F1FA", "Flags", "country-flag"]],
|
||
["🇲🇻", ["flag: Maldives", "#1810", "U+1F1F2 U+1F1FB", "Flags", "country-flag"]],
|
||
["🇲🇼", ["flag: Malawi", "#1811", "U+1F1F2 U+1F1FC", "Flags", "country-flag"]],
|
||
["🇲🇽", ["flag: Mexico", "#1812", "U+1F1F2 U+1F1FD", "Flags", "country-flag"]],
|
||
["🇲🇾", ["flag: Malaysia", "#1813", "U+1F1F2 U+1F1FE", "Flags", "country-flag"]],
|
||
["🇲🇿", ["flag: Mozambique", "#1814", "U+1F1F2 U+1F1FF", "Flags", "country-flag"]],
|
||
["🇳🇦", ["flag: Namibia", "#1815", "U+1F1F3 U+1F1E6", "Flags", "country-flag"]],
|
||
["🇳🇨", ["flag: New Caledonia", "#1816", "U+1F1F3 U+1F1E8", "Flags", "country-flag"]],
|
||
["🇳🇪", ["flag: Niger", "#1817", "U+1F1F3 U+1F1EA", "Flags", "country-flag"]],
|
||
["🇳🇫", ["flag: Norfolk Island", "#1818", "U+1F1F3 U+1F1EB", "Flags", "country-flag"]],
|
||
["🇳🇬", ["flag: Nigeria", "#1819", "U+1F1F3 U+1F1EC", "Flags", "country-flag"]],
|
||
["🇳🇮", ["flag: Nicaragua", "#1820", "U+1F1F3 U+1F1EE", "Flags", "country-flag"]],
|
||
["🇳🇱", ["flag: Netherlands", "#1821", "U+1F1F3 U+1F1F1", "Flags", "country-flag"]],
|
||
["🇳🇴", ["flag: Norway", "#1822", "U+1F1F3 U+1F1F4", "Flags", "country-flag"]],
|
||
["🇳🇵", ["flag: Nepal", "#1823", "U+1F1F3 U+1F1F5", "Flags", "country-flag"]],
|
||
["🇳🇷", ["flag: Nauru", "#1824", "U+1F1F3 U+1F1F7", "Flags", "country-flag"]],
|
||
["🇳🇺", ["flag: Niue", "#1825", "U+1F1F3 U+1F1FA", "Flags", "country-flag"]],
|
||
["🇳🇿", ["flag: New Zealand", "#1826", "U+1F1F3 U+1F1FF", "Flags", "country-flag"]],
|
||
["🇴🇲", ["flag: Oman", "#1827", "U+1F1F4 U+1F1F2", "Flags", "country-flag"]],
|
||
["🇵🇦", ["flag: Panama", "#1828", "U+1F1F5 U+1F1E6", "Flags", "country-flag"]],
|
||
["🇵🇪", ["flag: Peru", "#1829", "U+1F1F5 U+1F1EA", "Flags", "country-flag"]],
|
||
["🇵🇫", ["flag: French Polynesia", "#1830", "U+1F1F5 U+1F1EB", "Flags", "country-flag"]],
|
||
["🇵🇬", ["flag: Papua New Guinea", "#1831", "U+1F1F5 U+1F1EC", "Flags", "country-flag"]],
|
||
["🇵🇭", ["flag: Philippines", "#1832", "U+1F1F5 U+1F1ED", "Flags", "country-flag"]],
|
||
["🇵🇰", ["flag: Pakistan", "#1833", "U+1F1F5 U+1F1F0", "Flags", "country-flag"]],
|
||
["🇵🇱", ["flag: Poland", "#1834", "U+1F1F5 U+1F1F1", "Flags", "country-flag"]],
|
||
["🇵🇲", ["flag: St. Pierre & Miquelon", "#1835", "U+1F1F5 U+1F1F2", "Flags", "country-flag"]],
|
||
["🇵🇳", ["flag: Pitcairn Islands", "#1836", "U+1F1F5 U+1F1F3", "Flags", "country-flag"]],
|
||
["🇵🇷", ["flag: Puerto Rico", "#1837", "U+1F1F5 U+1F1F7", "Flags", "country-flag"]],
|
||
["🇵🇸", ["flag: Palestinian Territories", "#1838", "U+1F1F5 U+1F1F8", "Flags", "country-flag"]],
|
||
["🇵🇹", ["flag: Portugal", "#1839", "U+1F1F5 U+1F1F9", "Flags", "country-flag"]],
|
||
["🇵🇼", ["flag: Palau", "#1840", "U+1F1F5 U+1F1FC", "Flags", "country-flag"]],
|
||
["🇵🇾", ["flag: Paraguay", "#1841", "U+1F1F5 U+1F1FE", "Flags", "country-flag"]],
|
||
["🇶🇦", ["flag: Qatar", "#1842", "U+1F1F6 U+1F1E6", "Flags", "country-flag"]],
|
||
["🇷🇪", ["flag: Réunion", "#1843", "U+1F1F7 U+1F1EA", "Flags", "country-flag"]],
|
||
["🇷🇴", ["flag: Romania", "#1844", "U+1F1F7 U+1F1F4", "Flags", "country-flag"]],
|
||
["🇷🇸", ["flag: Serbia", "#1845", "U+1F1F7 U+1F1F8", "Flags", "country-flag"]],
|
||
["🇷🇺", ["flag: Russia", "#1846", "U+1F1F7 U+1F1FA", "Flags", "country-flag"]],
|
||
["🇷🇼", ["flag: Rwanda", "#1847", "U+1F1F7 U+1F1FC", "Flags", "country-flag"]],
|
||
["🇸🇦", ["flag: Saudi Arabia", "#1848", "U+1F1F8 U+1F1E6", "Flags", "country-flag"]],
|
||
["🇸🇧", ["flag: Solomon Islands", "#1849", "U+1F1F8 U+1F1E7", "Flags", "country-flag"]],
|
||
["🇸🇨", ["flag: Seychelles", "#1850", "U+1F1F8 U+1F1E8", "Flags", "country-flag"]],
|
||
["🇸🇩", ["flag: Sudan", "#1851", "U+1F1F8 U+1F1E9", "Flags", "country-flag"]],
|
||
["🇸🇪", ["flag: Sweden", "#1852", "U+1F1F8 U+1F1EA", "Flags", "country-flag"]],
|
||
["🇸🇬", ["flag: Singapore", "#1853", "U+1F1F8 U+1F1EC", "Flags", "country-flag"]],
|
||
["🇸🇭", ["flag: St. Helena", "#1854", "U+1F1F8 U+1F1ED", "Flags", "country-flag"]],
|
||
["🇸🇮", ["flag: Slovenia", "#1855", "U+1F1F8 U+1F1EE", "Flags", "country-flag"]],
|
||
["🇸🇯", ["flag: Svalbard & Jan Mayen", "#1856", "U+1F1F8 U+1F1EF", "Flags", "country-flag"]],
|
||
["🇸🇰", ["flag: Slovakia", "#1857", "U+1F1F8 U+1F1F0", "Flags", "country-flag"]],
|
||
["🇸🇱", ["flag: Sierra Leone", "#1858", "U+1F1F8 U+1F1F1", "Flags", "country-flag"]],
|
||
["🇸🇲", ["flag: San Marino", "#1859", "U+1F1F8 U+1F1F2", "Flags", "country-flag"]],
|
||
["🇸🇳", ["flag: Senegal", "#1860", "U+1F1F8 U+1F1F3", "Flags", "country-flag"]],
|
||
["🇸🇴", ["flag: Somalia", "#1861", "U+1F1F8 U+1F1F4", "Flags", "country-flag"]],
|
||
["🇸🇷", ["flag: Suriname", "#1862", "U+1F1F8 U+1F1F7", "Flags", "country-flag"]],
|
||
["🇸🇸", ["flag: South Sudan", "#1863", "U+1F1F8 U+1F1F8", "Flags", "country-flag"]],
|
||
["🇸🇹", ["flag: São Tomé & Príncipe", "#1864", "U+1F1F8 U+1F1F9", "Flags", "country-flag"]],
|
||
["🇸🇻", ["flag: El Salvador", "#1865", "U+1F1F8 U+1F1FB", "Flags", "country-flag"]],
|
||
["🇸🇽", ["flag: Sint Maarten", "#1866", "U+1F1F8 U+1F1FD", "Flags", "country-flag"]],
|
||
["🇸🇾", ["flag: Syria", "#1867", "U+1F1F8 U+1F1FE", "Flags", "country-flag"]],
|
||
["🇸🇿", ["flag: Eswatini", "#1868", "U+1F1F8 U+1F1FF", "Flags", "country-flag"]],
|
||
["🇹🇦", ["flag: Tristan da Cunha", "#1869", "U+1F1F9 U+1F1E6", "Flags", "country-flag"]],
|
||
["🇹🇨", ["flag: Turks & Caicos Islands", "#1870", "U+1F1F9 U+1F1E8", "Flags", "country-flag"]],
|
||
["🇹🇩", ["flag: Chad", "#1871", "U+1F1F9 U+1F1E9", "Flags", "country-flag"]],
|
||
["🇹🇫", ["flag: French Southern Territories", "#1872", "U+1F1F9 U+1F1EB", "Flags", "country-flag"]],
|
||
["🇹🇬", ["flag: Togo", "#1873", "U+1F1F9 U+1F1EC", "Flags", "country-flag"]],
|
||
["🇹🇭", ["flag: Thailand", "#1874", "U+1F1F9 U+1F1ED", "Flags", "country-flag"]],
|
||
["🇹🇯", ["flag: Tajikistan", "#1875", "U+1F1F9 U+1F1EF", "Flags", "country-flag"]],
|
||
["🇹🇰", ["flag: Tokelau", "#1876", "U+1F1F9 U+1F1F0", "Flags", "country-flag"]],
|
||
["🇹🇱", ["flag: Timor-Leste", "#1877", "U+1F1F9 U+1F1F1", "Flags", "country-flag"]],
|
||
["🇹🇲", ["flag: Turkmenistan", "#1878", "U+1F1F9 U+1F1F2", "Flags", "country-flag"]],
|
||
["🇹🇳", ["flag: Tunisia", "#1879", "U+1F1F9 U+1F1F3", "Flags", "country-flag"]],
|
||
["🇹🇴", ["flag: Tonga", "#1880", "U+1F1F9 U+1F1F4", "Flags", "country-flag"]],
|
||
["🇹🇷", ["flag: Türkiye", "#1881", "U+1F1F9 U+1F1F7", "Flags", "country-flag"]],
|
||
["🇹🇹", ["flag: Trinidad & Tobago", "#1882", "U+1F1F9 U+1F1F9", "Flags", "country-flag"]],
|
||
["🇹🇻", ["flag: Tuvalu", "#1883", "U+1F1F9 U+1F1FB", "Flags", "country-flag"]],
|
||
["🇹🇼", ["flag: Taiwan", "#1884", "U+1F1F9 U+1F1FC", "Flags", "country-flag"]],
|
||
["🇹🇿", ["flag: Tanzania", "#1885", "U+1F1F9 U+1F1FF", "Flags", "country-flag"]],
|
||
["🇺🇦", ["flag: Ukraine", "#1886", "U+1F1FA U+1F1E6", "Flags", "country-flag"]],
|
||
["🇺🇬", ["flag: Uganda", "#1887", "U+1F1FA U+1F1EC", "Flags", "country-flag"]],
|
||
["🇺🇲", ["flag: U.S. Outlying Islands", "#1888", "U+1F1FA U+1F1F2", "Flags", "country-flag"]],
|
||
["🇺🇳", ["flag: United Nations", "#1889", "U+1F1FA U+1F1F3", "Flags", "country-flag"]],
|
||
["🇺🇸", ["flag: United States", "#1890", "U+1F1FA U+1F1F8", "Flags", "country-flag"]],
|
||
["🇺🇾", ["flag: Uruguay", "#1891", "U+1F1FA U+1F1FE", "Flags", "country-flag"]],
|
||
["🇺🇿", ["flag: Uzbekistan", "#1892", "U+1F1FA U+1F1FF", "Flags", "country-flag"]],
|
||
["🇻🇦", ["flag: Vatican City", "#1893", "U+1F1FB U+1F1E6", "Flags", "country-flag"]],
|
||
["🇻🇨", ["flag: St. Vincent & Grenadines", "#1894", "U+1F1FB U+1F1E8", "Flags", "country-flag"]],
|
||
["🇻🇪", ["flag: Venezuela", "#1895", "U+1F1FB U+1F1EA", "Flags", "country-flag"]],
|
||
["🇻🇬", ["flag: British Virgin Islands", "#1896", "U+1F1FB U+1F1EC", "Flags", "country-flag"]],
|
||
["🇻🇮", ["flag: U.S. Virgin Islands", "#1897", "U+1F1FB U+1F1EE", "Flags", "country-flag"]],
|
||
["🇻🇳", ["flag: Vietnam", "#1898", "U+1F1FB U+1F1F3", "Flags", "country-flag"]],
|
||
["🇻🇺", ["flag: Vanuatu", "#1899", "U+1F1FB U+1F1FA", "Flags", "country-flag"]],
|
||
["🇼🇫", ["flag: Wallis & Futuna", "#1900", "U+1F1FC U+1F1EB", "Flags", "country-flag"]],
|
||
["🇼🇸", ["flag: Samoa", "#1901", "U+1F1FC U+1F1F8", "Flags", "country-flag"]],
|
||
["🇽🇰", ["flag: Kosovo", "#1902", "U+1F1FD U+1F1F0", "Flags", "country-flag"]],
|
||
["🇾🇪", ["flag: Yemen", "#1903", "U+1F1FE U+1F1EA", "Flags", "country-flag"]],
|
||
["🇾🇹", ["flag: Mayotte", "#1904", "U+1F1FE U+1F1F9", "Flags", "country-flag"]],
|
||
["🇿🇦", ["flag: South Africa", "#1905", "U+1F1FF U+1F1E6", "Flags", "country-flag"]],
|
||
["🇿🇲", ["flag: Zambia", "#1906", "U+1F1FF U+1F1F2", "Flags", "country-flag"]],
|
||
["🇿🇼", ["flag: Zimbabwe", "#1907", "U+1F1FF U+1F1FC", "Flags", "country-flag"]],
|
||
["🏴", ["flag: England", "#1908", "U+1F3F4 U+E0067 U+E0062 U+E0065 U+E006E U+E0067 U+E007F", "Flags", "subdivision-flag"]],
|
||
["🏴", ["flag: Scotland", "#1909", "U+1F3F4 U+E0067 U+E0062 U+E0073 U+E0063 U+E0074 U+E007F", "Flags", "subdivision-flag"]],
|
||
["🏴", ["flag: Wales", "#1910", "U+1F3F4 U+E0067 U+E0062 U+E0077 U+E006C U+E0073 U+E007F", "Flags", "subdivision-flag"]]
|
||
];
|
||
|
||
</script>
|
||
|
||
<script data-module="styles" data-type="text/javascript" data-lagnuage="ECMAScript 2015" charset="utf-8">
|
||
"use strict";
|
||
|
||
/**
|
||
* @class SASS
|
||
* @constuctor
|
||
* @returns {void}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
const SASS = (function(){
|
||
|
||
/**
|
||
* @constructs SASS
|
||
* @returns {void}
|
||
* @access private
|
||
* @static
|
||
*/
|
||
const SASS = function(){};
|
||
|
||
/**
|
||
* @param {!string} string
|
||
* @returns {string}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
SASS.to_kebab = string => string.replace(/([A-Z]+)|([^a-z0-9]+)/g, (_, upper, special) => upper ? "-" + upper.toLowerCase() : "-");
|
||
|
||
/**
|
||
* @param {?any} item
|
||
* @returns {boolean}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
SASS.is_css_block = item => item && item.constructor == Object;
|
||
|
||
/**
|
||
* @param {!Object.<string, any|null>} data
|
||
* @returns {void}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
SASS.set = data => {
|
||
|
||
/** @type {HTMLStyleElement} */
|
||
let style = document.querySelector("head>style");
|
||
|
||
if(!style){
|
||
style = document.querySelector("head").appendChild(document.createElement("style"));
|
||
Object.entries({
|
||
data_type : "text/css;charset=utf-8",
|
||
data_language : "CSS3",
|
||
charset : "utf-8"
|
||
}).forEach(([key, value]) => style.setAttribute(SASS.to_kebab(key), (
|
||
value === null ? "none" :
|
||
value)));
|
||
};
|
||
|
||
style.appendChild(document.createTextNode(SASS.build(data).join("")));
|
||
|
||
};
|
||
|
||
/**
|
||
* @method build
|
||
* @param {!Object.<string, any|null>} data
|
||
* @param {!string} [selector = ""]
|
||
* @returns {Array<string>}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
SASS.build = (data, selector = "") => {
|
||
|
||
/** @type {Arrya.<string>} */
|
||
const childs = [];
|
||
/** @type {string} */
|
||
let css = ``;
|
||
|
||
Object.entries(data).forEach(([key, value]) => {
|
||
if(SASS.is_css_block(value))
|
||
key.split(",").forEach(key => {
|
||
|
||
/** @type {string} */
|
||
const subselector = `${(selector ? selector + (
|
||
key[0] == "&" ? "" : " "
|
||
) : "") + (
|
||
key[0] == "&" ? key.substring(1) : key
|
||
)}`,
|
||
/** @type {Array<string>} */
|
||
subcss = SASS.build(value, subselector);
|
||
|
||
childs.push(`\n\n${subselector} {${subcss[0]}\n}`, ...subcss.slice(1));
|
||
|
||
});
|
||
else
|
||
css += `\n ${SASS.to_kebab(key)} : ${value === null ? "none" : value};`;
|
||
});
|
||
|
||
return [css, ...childs];
|
||
};
|
||
|
||
return SASS
|
||
})();
|
||
|
||
SASS.set({
|
||
|
||
"html,body" : {
|
||
height : "100%",
|
||
margin : "0em"
|
||
},
|
||
|
||
".petro-glyph-scout" : {
|
||
|
||
position : "relative",
|
||
top : "0em",
|
||
left : "0em",
|
||
width : "100%",
|
||
height : "100%",
|
||
backgroundColor : SETTINGS.color_back,
|
||
overflow : "hidden",
|
||
"&,input,button" : {
|
||
fontFamily : SETTINGS.font_family,
|
||
fontSize : "1em",
|
||
color : SETTINGS.color_fore
|
||
},
|
||
|
||
"[data-visible=false]" : {display : null},
|
||
|
||
"a[href]" : {textDecoration : null},
|
||
"a[href],button,[role=button]" : {
|
||
color : SETTINGS.color_primary,
|
||
cursor : "pointer",
|
||
transitionDuration : SETTINGS.transition_out + "s",
|
||
transitionProperty : "color",
|
||
"&:hover" : {
|
||
color : SETTINGS.color_secondary,
|
||
transitionDuration : SETTINGS.transition_in + "s"
|
||
}
|
||
},
|
||
|
||
"header,main,footer" : {
|
||
position : "absolute",
|
||
left : "0em",
|
||
width : "100%"
|
||
},
|
||
header : {
|
||
top : "0em",
|
||
height : SETTINGS.header_height + "em",
|
||
zIndex : 20
|
||
},
|
||
main : {
|
||
top : SETTINGS.header_height + "em",
|
||
bottom : SETTINGS.footer_height + "em",
|
||
zIndex : 10,
|
||
overflow : "hidden",
|
||
"&>*" : {position : "absolute"}
|
||
},
|
||
footer : {
|
||
bottom : "0em",
|
||
height : SETTINGS.footer_height + "em",
|
||
zIndex : 30
|
||
},
|
||
|
||
h1 : {
|
||
margin : "0em",
|
||
fontSize : "1em",
|
||
img : {
|
||
width : "auto",
|
||
height : .9 * SETTINGS.header_height + "em",
|
||
"&+span" : {display : null}
|
||
},
|
||
".image" : {
|
||
display : null,
|
||
"&+span" : {
|
||
marginLeft : ".4em",
|
||
fontSize : .85 * SETTINGS.header_height + "em",
|
||
fontWeight : 900
|
||
}
|
||
},
|
||
},
|
||
|
||
".licenses" : {
|
||
margin : "0em",
|
||
textAlign : "center",
|
||
fontSize : ".85em",
|
||
fontWeight : 900,
|
||
"&,*" : {verticalAlign : "middle"},
|
||
"&>*" : {margin : "0em 1em"},
|
||
img : {
|
||
width : "auto",
|
||
height : "2em",
|
||
marginLeft : ".4em"
|
||
}
|
||
},
|
||
".copyright" : {
|
||
"&>:first-child::after" : {content : '". "'},
|
||
"&::after" : {content : '"."'}
|
||
},
|
||
|
||
".search label" : {
|
||
padding : ".1em .3em",
|
||
fontWeight : 900,
|
||
"&::after" : {content : '":"'}
|
||
},
|
||
"form,fieldset" : {width : "100%"},
|
||
fieldset : {
|
||
margin : "0em",
|
||
paddingLeft : "1em",
|
||
paddingRight : "1em",
|
||
border : null,
|
||
boxSizing : "border-box",
|
||
"&>legend" : {display : null},
|
||
"&>div" : {
|
||
display : "flex",
|
||
flexDirection : "row",
|
||
width : "100%",
|
||
"&>*" : {
|
||
boxSizing : "border-box",
|
||
flex : "0 0 auto"
|
||
},
|
||
input : {
|
||
width : "0em",
|
||
flex : "1 1 0%"
|
||
},
|
||
"[data-icon]" : {
|
||
"&::before" : {margin : "0em"},
|
||
"&+span" : {display : null}
|
||
}
|
||
}
|
||
},
|
||
|
||
"[type=checkbox]~[data-i18n]" : {display : null},
|
||
".glyphs-box" : {
|
||
top : 2 * SETTINGS.item_margin + 2 + "em",
|
||
left : SETTINGS.item_margin + "em",
|
||
right : SETTINGS.item_margin + "em",
|
||
bottom : SETTINGS.item_margin + "em",
|
||
padding : "0em 1em",
|
||
textAlign : "center",
|
||
overflow : "auto",
|
||
},
|
||
article : {
|
||
display : "inline-block",
|
||
position : "relative",
|
||
maxWidth : "5em",
|
||
margin : ".5em",
|
||
padding : ".5em",
|
||
border : ".1em solid " + SETTINGS.color_grey,
|
||
textAlign : "center",
|
||
verticalAlign : "middle",
|
||
borderRadius : ".5em",
|
||
boxShadow : "0 0 .5em inset " + SETTINGS.color_grey + ",.2em .2em .4em " + SETTINGS.color_fore,
|
||
"&>*" : {display : "block"},
|
||
".emoji" : {fontSize : "3em"},
|
||
".checkbox" : {
|
||
position : "absolute",
|
||
top : ".5em",
|
||
left : ".5em",
|
||
cursor : "pointer",
|
||
opacity : .5,
|
||
"&:hover" : {
|
||
opacity : 1
|
||
}
|
||
}
|
||
},
|
||
|
||
".menu-bar" : {
|
||
position : "absolute",
|
||
top : "1em",
|
||
right : "1em",
|
||
fontSize : "1.5em",
|
||
fontWeight : "900",
|
||
ul : {
|
||
margin : "0em",
|
||
padding : "0em",
|
||
listStyleType : null
|
||
}
|
||
},
|
||
|
||
"[data-icon=load_data]::before" : {content : '"📂"'},
|
||
"[data-icon=save_data]::before" : {content : '"💾"'},
|
||
"[data-icon=remove_data]::before" : {content : '"🗑"'},
|
||
"[data-icon=search]::before" : {content : '"🔍"'},
|
||
"[data-toggle=true]" : {
|
||
"&>[data-icon=case_sensitive]::before" : {content : '"🔗"'},
|
||
"&>[data-icon=patterns]::before" : {content : '"🔢"'},
|
||
"&>[data-icon=show_checked]::before" : {content : '"👁️⃤"'},
|
||
"&>[data-icon=autosearch]::before,[data-icon=autofilter]::before" : {content : '"⚡"'}
|
||
},
|
||
"[data-toggle=false]" : {
|
||
opacity : .5,
|
||
"&>[data-icon=case_sensitive]::before" : {content : '"⛓️💥"'},
|
||
"&>[data-icon=patterns]::before" : {content : '"🔤"'},
|
||
"&>[data-icon=show_checked]::before" : {content : '"🕳️⃤"'},
|
||
"&>[data-icon=autosearch]::before,&>[data-icon=autofilter]::before" : {content : '"🔌"'}
|
||
},
|
||
"[type=checkbox]" : {
|
||
display : null,
|
||
"&+[data-icon]::before" : {content : '"❎"'},
|
||
"&:checked+[data-icon]::before" : {content : '"✅"'},
|
||
}
|
||
|
||
},
|
||
|
||
});
|
||
|
||
</script>
|
||
|
||
<script data-module="common" data-type="text/javascript" data-lagnuage="ECMAScript 2015" charset="utf-8">
|
||
"use strict";
|
||
|
||
/**
|
||
* @class Utils
|
||
* @constructor
|
||
* @returns {void}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
const Utils = (function(){
|
||
|
||
/**
|
||
* @callback utils_execute_callback
|
||
* @param {...(any|null)} [parameters]
|
||
* @returns {any|null}
|
||
*/
|
||
|
||
/**
|
||
* @callback utils_upload_callback
|
||
* @param {...Object.<string, any|null>} data
|
||
* @returns {void}
|
||
*/
|
||
|
||
/**
|
||
* @callback utils_preload_callback
|
||
* @param {?HTMLElement} item
|
||
* @param {!number} error
|
||
* @param {!boolean} asynchronous
|
||
* @returns {void}
|
||
*/
|
||
|
||
/**
|
||
* @constructs Utils
|
||
* @returns {void}
|
||
* @access private
|
||
* @static
|
||
*/
|
||
const Utils = function(){};
|
||
|
||
/**
|
||
* @param {?any} item
|
||
* @returns {boolean}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
Utils.is_string = item => typeof item == "string";
|
||
|
||
/**
|
||
* @param {?any} item
|
||
* @returns {boolean}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
Utils.is_key = item => Utils.is_string(item) && /^[a-z_][a-z0-9_]*$/.test(item);
|
||
|
||
/**
|
||
* @param {?any} item
|
||
* @returns {boolean}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
Utils.is_array = item => item instanceof Array;
|
||
|
||
/**
|
||
* @param {?any} item
|
||
* @returns {boolean}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
Utils.is_dictionary = item => item && item.constructor == Object;
|
||
|
||
/**
|
||
* @param {?any} item
|
||
* @returns {boolean}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
Utils.is_function = item => typeof item == "function";
|
||
|
||
/**
|
||
* @param {?any} item
|
||
* @returns {boolean}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
Utils.is_html_item = item => item && (item.tagName || item.nodeType);
|
||
|
||
/**
|
||
* @param {?any} item
|
||
* @returns {boolean}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
Utils.is_null_or_undefined = item => item === undefined || item === null;
|
||
|
||
/**
|
||
* @param {!utils_execute_callback} callback
|
||
* @param {...(any|null)} [parameters]
|
||
* @returns {any|null}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
Utils.execute = (callback, ...parameters) => Utils.is_function(callback) ? callback(...parameters) : null;
|
||
|
||
/**
|
||
* @param {...(any|null)} items
|
||
* @returns {Array.<string>}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
Utils.get_strings = (...items) => items.reduce((strings, item) => (
|
||
Utils.is_string(item) ? strings.concat([item]) :
|
||
Utils.is_array(item) ? strings.concat(Utils.get_strings(...item)) :
|
||
strings), []);
|
||
|
||
/**
|
||
* @param {...(any|null)} items
|
||
* @returns {Array.<string>}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
Utils.get_keys = (...items) => {
|
||
|
||
/** @type {Array.<string>} */
|
||
const keys = [];
|
||
|
||
items.forEach(subitem => {
|
||
if(Utils.is_key(subitem))
|
||
keys.push(subitem);
|
||
else if(Utils.is_array(subitem))
|
||
keys.push(...Utils.get_keys(...subitem));
|
||
});
|
||
|
||
return keys;
|
||
};
|
||
|
||
/**
|
||
* @param {...(any|null)} items
|
||
* @returns {Array.<Object.<string, any|null>>}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
Utils.get_dictionaries = (...items) => items.reduce((dictionaries, item) => (
|
||
Utils.is_dictionary(item) ? dictionaries.concat([item]) :
|
||
Utils.is_array(item) ? dictionaries.concat(Utils.get_dictionary(...item)) :
|
||
dictionaries), []);
|
||
|
||
/**
|
||
* @param {...(any|null)} items
|
||
* @returns {Object.<string, any|null>}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
Utils.get_dictionary = (...items) => items.reduce((dictionary, item) => (
|
||
Utils.is_dictionary(item) ? Object.assign(dictionary, item) :
|
||
Utils.is_array(item) ? Object.assign(dictionary, Utils.get_dictionary(...item)) :
|
||
dictionary), {});
|
||
|
||
/**
|
||
* @param {!(string|Array.<string>)} keys
|
||
* @param {!(Object.<string, any|null>|Array.<any|null>} inputs
|
||
* @param {?any} [_default = null]
|
||
* @returns {any|null}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
Utils.get_value = (keys, inputs, _default = null) => {
|
||
|
||
/** @type {number} */
|
||
const l = (inputs = Utils.get_dictionaries(inputs)).length,
|
||
/** @type {number} */
|
||
m = (keys = Utils.get_keys(keys)).length;
|
||
|
||
for(let i = 0; i < l; i ++)
|
||
for(let j = 0; j < m; j ++)
|
||
if(inputs[j] && inputs[j][keys[i]] !== undefined)
|
||
return inputs[j][keys[i]];
|
||
return _default;
|
||
};
|
||
|
||
/**
|
||
* @param {!utils_upload_callback} callback
|
||
* @param {?(Object.<string, any|null>|Array.<any|null>)} [options = null]
|
||
* @returns {void}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
Utils.upload = (callback, options = null) => {
|
||
|
||
/** @type {HTMLInputElement} */
|
||
const input = document.createElement("input");
|
||
|
||
Object.entries({
|
||
type : "file",
|
||
accept : Utils.get_value("accept", options, "*/*"),
|
||
multiple : Utils.get_value("multiple", options, false)
|
||
}).forEach(([key, value]) => {
|
||
input.setAttribute(key, value);
|
||
});
|
||
|
||
input.addEventListener("change", (event) => {
|
||
|
||
/* @type {number} */
|
||
let loaded = 0;
|
||
/** @type {number} */
|
||
const l = event.target.files.length,
|
||
/** @type {Array.<Object.<string, any|null>>} */
|
||
data = [],
|
||
/**
|
||
* @param {!number} i
|
||
* @param {!Object.<string, any|null>} response
|
||
* @returns {void}
|
||
*/
|
||
end = (i, response) => {
|
||
data[i] = response;
|
||
if(++ loaded == l)
|
||
callback(...data);
|
||
};
|
||
|
||
[...event.target.files].forEach((file, i) => {
|
||
|
||
/** @type {FileReader} */
|
||
const reader = new FileReader();
|
||
|
||
reader.onload = event => {
|
||
end(i, {
|
||
name : file.name,
|
||
mime : file.type,
|
||
last_modified : file.lastModified,
|
||
data : event.target.result
|
||
});
|
||
};
|
||
reader.readAsText(file);
|
||
|
||
});
|
||
|
||
});
|
||
|
||
input.click();
|
||
|
||
};
|
||
|
||
/**
|
||
* @param {!string} data
|
||
* @returns {?(Object.<string, any|null>|Array.<any|null>)}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
Utils.json_decode = data => {
|
||
try{
|
||
return JSON.parse(data);
|
||
}catch(exception){};
|
||
return null;
|
||
};
|
||
|
||
/**
|
||
* @param {!(string|HTMLElement)} item
|
||
* @param {!utils_preload_callback} callback
|
||
* @param {?(Object.<string, any|null>|Array.<any|null>)} [options = null]
|
||
* @returns {[HTMLElement|null, number, boolean]}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
Utils.preload = (selector, callback, options = null) => {
|
||
|
||
/** @type {number} */
|
||
let error = (
|
||
!Utils.is_function(callback) ? 1 << 1 :
|
||
0),
|
||
/** @type {boolean} */
|
||
asynchronous = false,
|
||
/** @type {HTMLElement|null} */
|
||
item = null;
|
||
|
||
if(!error){
|
||
if(Utils.is_string(selector)){
|
||
if(selector){
|
||
|
||
try{
|
||
if(item = document.querySelector(selector))
|
||
Utils.execute(callback, item, error, asynchronous);
|
||
}catch(exception){
|
||
error |= 1 << 4;
|
||
};
|
||
|
||
if(asynchronous = !error && !item){
|
||
|
||
/** @type {number} */
|
||
const date = Date.now(),
|
||
/** @type {number} */
|
||
timeout = Utils.get_value("timeout", options, 2000);
|
||
/** @type {number} */
|
||
let preload = setInterval(() => {
|
||
if(item = document.querySelector(selector)){
|
||
clearInterval(preload);
|
||
Utils.execute(callback, item, error, asynchronous);
|
||
}else if(Date.now() - date > timeout){
|
||
clearInterval(preload);
|
||
error |= 1 << 5;
|
||
Utils.execute(callback, item, error, asynchronous);
|
||
};
|
||
}, Utils.get_value("timer", options, 100));
|
||
|
||
};
|
||
|
||
}else
|
||
error |= 1 << 3;
|
||
}else if(Utils.is_html_item(selector))
|
||
Utils.execute(callback, item = selector, error, asynchronous);
|
||
else
|
||
error |= 1 << 2;
|
||
|
||
};
|
||
|
||
return [item, error, asynchronous];
|
||
};
|
||
|
||
/**
|
||
* @param {!string} string
|
||
* @returns {string}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
Utils.to_kebab = string => string.replace(/([A-Z]+)|([^a-z0-9]+)/g, (_, upper, special) => upper ? "-" + upper.toLowerCase() : "-");
|
||
|
||
/**
|
||
* @param {!HTMLElement} item
|
||
* @param {!Object.<string, any>} attributes
|
||
* @returns {void}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
Utils.attributes = (item, attributes) => {
|
||
Object.entries(attributes).forEach(([key, value]) => {
|
||
|
||
if(/^on[_\_]?/i.test(key)){
|
||
item.addEventListener(key.replace(/^on[_\_]?|[_\-]+/gi, ""), event => {
|
||
value(item, event);
|
||
});
|
||
return;
|
||
};
|
||
|
||
key = Utils.to_kebab(key);
|
||
|
||
if(Utils.is_null_or_undefined(value))
|
||
item.hasAttribute(key) && item.removeAttribute(key);
|
||
else
|
||
item.setAttribute(key, value);
|
||
|
||
});
|
||
};
|
||
|
||
/**
|
||
* @param {!HTMLElement} item
|
||
* @param {...[string, Object.<string, any>|null, Array.<any|null>|null]} structure
|
||
* @returns {Array.<HTMLElement>}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
Utils.html = (item, ...structure) => {
|
||
|
||
/** @type {Array.<HTMLElement>} */
|
||
const items = [];
|
||
|
||
structure.forEach(subitem => {
|
||
if(Utils.is_string(subitem))
|
||
item.innerHTML += subitem;
|
||
else if(Utils.is_html_item(subitem))
|
||
items.push(item.appendChild(subitem));
|
||
else if(Utils.is_array(subitem)){
|
||
|
||
/** @type {[string, Object.<string, any>|null, Array.<any|null>|null]} */
|
||
const [tag, attributes, children] = subitem.concat([null, null]),
|
||
/** @type {HTMLElement} */
|
||
html_item = item.appendChild(document.createElement(tag));
|
||
|
||
Utils.is_dictionary(attributes) && Utils.attributes(html_item, attributes);
|
||
if(Utils.is_array(children))
|
||
Utils.html(html_item, ...children);
|
||
else if(Utils.is_string(children))
|
||
html_item.innerHTML = children;
|
||
|
||
items.push(html_item);
|
||
|
||
};
|
||
});
|
||
|
||
return items;
|
||
};
|
||
|
||
/**
|
||
* @param {!string} string
|
||
* @param {!(Object.<string, any>|Array.<any|null>)} variables
|
||
* @param {?any} [_default = null]
|
||
* @returns {string}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
Utils.string_variables = (string, variables, _default = null) => {
|
||
|
||
variables = Utils.get_dictionary(variables);
|
||
|
||
return ("" + string).replace(/\{([^\{\}]+)\}/g, (origin, key) => (
|
||
variables[key] !== undefined ? variables[key] :
|
||
_default !== null ? _default :
|
||
origin));
|
||
};
|
||
|
||
/**
|
||
* @param {?any} item
|
||
* @param {!number} [i = 0]
|
||
* @returns {any|null}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
Utils.get = (item, i = 0) => (Utils.is_array(item) ? item : [item])[i];
|
||
|
||
/**
|
||
* @param {?any} item
|
||
* @returns {Array.<any|null>}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
Utils.get_array = item => Utils.is_array(item) ? item : [item];
|
||
|
||
/**
|
||
* @param {...(any|null)} items
|
||
* @returns {any|null}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
Utils.get_random_from = (...items) => items[Math.random() * items.length >> 0];
|
||
|
||
/**
|
||
* @param {!number} from
|
||
* @param {?number} [to = null]
|
||
* @returns {number}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
Utils.get_random_integer = (from, to = null) => to === null ? Math.random() * from >> 0 : Math.random() * (to - from) + from;
|
||
|
||
return Utils;
|
||
})();
|
||
|
||
</script>
|
||
|
||
<script data-module="application" data-type="text/javascript" data-lagnuage="ECMAScript 2015" charset="utf-8">
|
||
"use strict";
|
||
|
||
/**
|
||
* @class PetroGlyphScout
|
||
* @constructor
|
||
* @param {?(Object.<string, any|null>|Array.<any|null>)} [customs = null]
|
||
* @returns {void}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
const PetroGlyphScout = (function(){
|
||
|
||
/**
|
||
* @constructs PetroGlyphScout
|
||
* @param {?(Object.<string, any|null>|Array.<any|null>)} [customs = null]
|
||
* @returns {void}
|
||
* @access private
|
||
* @static
|
||
*/
|
||
const PetroGlyphScout = function(customs = null){
|
||
|
||
/**
|
||
* @callback petro_glyph_scout_event_callback
|
||
* @param {!HTMLElement} item
|
||
* @param {!Event} event
|
||
* @returns {any|null}
|
||
*/
|
||
|
||
/**
|
||
* @callback petro_glyph_scout_default_callback
|
||
* @returns {void}
|
||
*/
|
||
|
||
/** @type {PetroGlyphScout} */
|
||
const self = this,
|
||
/** @type {Array.<string>} */
|
||
ids = [],
|
||
/** @type {Object.<string, Object.<string, boolean>>} */
|
||
filters = {
|
||
search : {}
|
||
},
|
||
/** @type {Object.<string, string>} */
|
||
cache = {
|
||
search : ""
|
||
},
|
||
/** @type {Object.<string, number>} */
|
||
screen = {x : 0, y : 0}
|
||
/** @type {string|Array.<string>} */
|
||
let id_alphabet = ['1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'J', 'K', 'L', 'M', 'N', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z'],
|
||
/** @type {number} */
|
||
id_length = 11,
|
||
/** @type {number} */
|
||
cells = 40,
|
||
/** @type {number} */
|
||
minimum_size = 12;
|
||
|
||
/** @type {HTMLDivElement} */
|
||
this.item_self;
|
||
|
||
/**
|
||
* @returns {void}
|
||
* @access private
|
||
*/
|
||
const constructor = () => {
|
||
Utils.preload(self.get("position"), (position, error, asynchronous) => {
|
||
if(error){
|
||
console.error("position_error");
|
||
return;
|
||
};
|
||
|
||
/** @type {Array.<[string, null, Array.<[string, Object.<string, string>, string]>]} */
|
||
const data_headers = [
|
||
["tr", null, [
|
||
self.i18n("title", "th", "Título"),
|
||
self.i18n("description", "th", "Descripción"),
|
||
self.i18n("tags", "th", "Etiquetas"),
|
||
self.i18n("patterns", "th", "Patrones"),
|
||
self.i18n("links", "th", "Links")
|
||
]]
|
||
];
|
||
|
||
self.item_self = Utils.html(position, ["div", {
|
||
class : "petro-glyph-scout",
|
||
data_cells : cells = self.get("cells"),
|
||
data_minimum_size : minimum_size = self.get("minimum_size")
|
||
}, [
|
||
["header", null, [
|
||
["h1", {
|
||
class : "logo",
|
||
data_i18n : "petro_glyph_scout",
|
||
data_i18n_without : true,
|
||
title : self.get_i18n("petro_glyph_scout", null, "PetroGlyphScout")
|
||
}, [
|
||
["a", {
|
||
href : "#",
|
||
target : "_blank"
|
||
}, [
|
||
["span", {class : "image"}, [
|
||
["img", {src : "", data_i18n : "petro_glyph_scout", data_i18n_without : true, alt : self.get_i18n("petro_glyph_scout", null, "PetroGlyphScout")}],
|
||
["span", {style : "background-image:url('');"}]
|
||
]],
|
||
self.i18n("petro_glyph_scout", "span", "PetroGlyphScout")
|
||
]]
|
||
]],
|
||
["nav", {class : "menu-bar"}, [
|
||
["ul", null, [
|
||
["li", {class : "git"}, [
|
||
["a", {
|
||
href : "https://git.k3y.pw/CopilotLab/PetroGlyphScout",
|
||
target : "_blank",
|
||
data_i18n : "git",
|
||
data_i18n_without : true,
|
||
title : self.get_i18n("git", null, "Git")
|
||
}, self.get_i18n("git", null, "Git")]
|
||
]]
|
||
]]
|
||
]]
|
||
]],
|
||
["main", null, [
|
||
["form", {class : "search", action : "#", method : "get", on_submit : search}, [
|
||
["fieldset", null, [
|
||
self.i18n("search", "legend", "Buscar"),
|
||
["div", {data_name : "search"}, [
|
||
["label", {for : "search-input", data_i18n : "search"}, self.get_i18n("search", null, "Buscar")],
|
||
["input", {type : "text", id : "search-input", name : "search", placeholder : self.get_i18n("search", "input", "Search") + "..."}],
|
||
self.button("search", null, "submit", null, "Buscar"),
|
||
...Object.entries(PetroGlyphScout.FILTERS_SETTINGS).map(([key, [value, text]]) => (
|
||
self.button(key, filter_change, "button", filters.search[key] = self.get(key, null, value), text)
|
||
))
|
||
]]
|
||
]],
|
||
]],
|
||
["section", {class : "glyphs-box"}, GLYPHS.map(([emoji, names]) => (
|
||
["article", {data_visible : true, data_selected : false, data_base64 : PetroGlyphScout.encode(names.map(name => name.replace(/[^a-z0-9_\-:;,\. ]+/gi, "")))}, [
|
||
self.checkbox("selected", false, emoji_select, null, "Seleccionar"),
|
||
["span", {class : "emoji"}, emoji],
|
||
["span", {class : "names"}, names[0]]
|
||
]]
|
||
))]
|
||
]],
|
||
["footer", null, [
|
||
["p", {class : "licenses"}, [
|
||
["span", {class : "copyright", data_i18n : "copyright", data_i18n_without : true, title : self.get_i18n("copyright", null, "© CopyRight 2025-2026")}, [
|
||
self.i18n("copyright", "span", "© CopyRight 2025-2026"),
|
||
["span", {class : "kyman"}, "KyMAN"],
|
||
["span", {class : "copilot"}, "Copilot"]
|
||
]],
|
||
["a", {
|
||
class : "cc-by-nc-sa-4",
|
||
href : "https://creativecommons.org/licenses/by-nc-sa/4.0/",
|
||
target : "_blank",
|
||
data_i18n : "cc_by_nc_sa_4",
|
||
data_i18n_without : true,
|
||
title : self.get_i18n("cc_by_nc_sa_4", null, "Creative Commons BY-NC-SA (Attribution-NoCommerce-ShareDAlike) 4.0")
|
||
}, [
|
||
self.i18n("cc_by_nc_sa_4", "span", "Creative Commons BY-NC-SA (Attribution-NoCommerce-ShareDAlike) 4.0"),
|
||
["img", {src : "https://licensebuttons.net/l/by-nc-sa/3.0/88x31.png", alt : "Creative Commons BY-NC-SA 4.0"}]
|
||
]]
|
||
]]
|
||
]]
|
||
]])[0];
|
||
|
||
setInterval(() => {
|
||
if(screen.x != self.item_self.offsetWidth || screen.y != self.item_self.offsetHeight) {
|
||
screen.x = self.item_self.offsetWidth;
|
||
screen.y = self.item_self.offsetHeight;
|
||
self.item_self.style.fontSize = ((screen.x < screen.y ? screen.x : screen.y) / 40) + "px";
|
||
};
|
||
filters.search.autosearch && search_glyphs();
|
||
}, 100);
|
||
|
||
});
|
||
};
|
||
|
||
/**
|
||
* @param {string} keys
|
||
* @param {?(Object.<string, any|null>|Array.<any|null>)} [inputs = null]
|
||
* @param {?(Object.<string, any|null>|Array.<any|null>)} [_default = null]
|
||
* @returns {any|null}
|
||
* @access public
|
||
*/
|
||
this.get = (keys, inputs = null, _default = null) => Utils.get_value(keys, [inputs, customs, SETTINGS], _default);
|
||
|
||
/**
|
||
* @param {string} keys
|
||
* @param {?(Object.<string, any|null>|Array.<any|null>)} [inputs = null]
|
||
* @param {?(Object.<string, any|null>|Array.<any|null>)} [_default = null]
|
||
* @returns {any|null}
|
||
* @access public
|
||
*/
|
||
this.get_i18n = (keys, inputs = null, _default = null) => {
|
||
|
||
/** @type {string} */
|
||
const text = _default || Utils.get_strings(keys)[0] || "";
|
||
|
||
return inputs ? Utils.string_variables(text, inputs) : text;
|
||
};
|
||
|
||
/**
|
||
* @param {string} name
|
||
* @returns {[string, Object.<string, string>]}
|
||
* @access public
|
||
*/
|
||
this.icon = name => ["span", {data_icon : name}];
|
||
|
||
/**
|
||
* @param {!string} name
|
||
* @param {!string} [tag = "span"]
|
||
* @param {?string} [text = null]
|
||
* @param {?(Object.<string, any|null>|Array.<any|null>)} [inputs = null]
|
||
* @returns {[string, Object.<string, string>, string]}
|
||
* @access public
|
||
*/
|
||
this.i18n = (name, tag = "span", text = null, inputs = null) => [tag, {data_i18n : name}, self.get_i18n(name, inputs, text)];
|
||
|
||
/**
|
||
* @param {!string} name
|
||
* @param {!petro_glyph_scout_event_callback} action
|
||
* @param {!string} [type = "button"]
|
||
* @param {?string} [text = null]
|
||
* @returns {[string, Object.<string, any>, Array.<[string, Object.<string, any>, string|null]>]}
|
||
* @access public
|
||
*/
|
||
this.button = (name, action, type = "button", toggle = null, text = null) => ["button", {
|
||
type : type,
|
||
data_i18n : name,
|
||
data_i18n_without : true,
|
||
title : self.get_i18n(name, null, text),
|
||
...(action ? {on_click : action} : {}),
|
||
...(toggle !== null ? {data_toggle : toggle} : {})
|
||
}, [
|
||
self.icon(name),
|
||
self.i18n(name, "span", text)
|
||
]];
|
||
|
||
/**
|
||
* @param {!string} name
|
||
* @param {!boolean} [checked = false]
|
||
* @param {?opo_quiz_tiny_event_callback} [on_change = null]
|
||
* @param {?(Object.<string, any|null>|Array.<any|null>)} [input = null]
|
||
* @param {?string} [text = null]
|
||
* @returns {Array.<any|null>}
|
||
* @access public
|
||
*/
|
||
this.checkbox = (name, checked = false, on_change = null, input = null, text = null) => ["label", {
|
||
class : "checkbox",
|
||
data_i18n : name,
|
||
data_i18n_without : true,
|
||
title : self.get_i18n(name, input, text),
|
||
...Utils.get_dictionary(input)
|
||
}, [
|
||
["input", {
|
||
type : "checkbox",
|
||
name : name,
|
||
...(checked ? {checked : checked} : {}),
|
||
...(on_change ? {on_change : on_change} : {})
|
||
}],
|
||
self.icon("checkbox"),
|
||
self.i18n(name, "span", text)
|
||
]];
|
||
|
||
/**
|
||
* @returns {string}
|
||
* @access public
|
||
*/
|
||
this.get_id = () => {
|
||
|
||
/** @type {number} */
|
||
let l = id_alphabet.length;
|
||
/** @type {string} */
|
||
let id;
|
||
|
||
do{
|
||
id = "";
|
||
while((id += id_alphabet[Math.random() * l >> 0]).length < id_length);
|
||
}while(
|
||
ids.includes(id) ||
|
||
/^[^a-z]/i.test(id) ||
|
||
document.querySelector("." + id + ",#" + id + ",[name=" + id + "]")
|
||
);
|
||
ids.push(id);
|
||
|
||
return id;
|
||
};
|
||
|
||
/**
|
||
* @returns {void}
|
||
* @access public
|
||
*/
|
||
const search_glyphs = () => {
|
||
|
||
/** @type {HTMLInputElement} */
|
||
const text_box = self.item_self.querySelector("[type=text][name=search]");
|
||
|
||
if(text_box.value != cache.search) {
|
||
|
||
/** @type {Array.<string>} */
|
||
const fragments = (cache.search = text_box.value).split("|"),
|
||
/** @type {boolean} */
|
||
show_all = !cache.search;
|
||
|
||
self.item_self.querySelectorAll(".glyphs-box>article").forEach(glyph => {
|
||
glyph.setAttribute("data-visible", (show_all || (
|
||
filters.search.show_checked &&
|
||
glyph.getAttribute("data-selected") == "true"
|
||
) ||fragments.some(fragment => glyph.textContent.toLowerCase().includes(fragment.toLowerCase()))));
|
||
});
|
||
|
||
};
|
||
|
||
};
|
||
|
||
/**
|
||
* @param {!HTMLElement} item
|
||
* @param {!Event} event
|
||
* @returns {boolean}
|
||
* @access public
|
||
*/
|
||
const search = (item, event) => {
|
||
|
||
event.preventDefault();
|
||
search_glyphs();
|
||
|
||
return false;
|
||
};
|
||
|
||
/**
|
||
* @param {!HTMLElement} item
|
||
* @param {!Event} event
|
||
* @returns {void}
|
||
* @access private
|
||
*/
|
||
const filter_change = (item, event) => {
|
||
|
||
/** @type {string} */
|
||
const name = item.parentNode.getAttribute("data-name"),
|
||
/** @type {boolean} */
|
||
unchecked = item.getAttribute("data-toggle") != "true";
|
||
|
||
item.setAttribute("data-toggle", unchecked);
|
||
filters[name][item.getAttribute("data-i18n")] = unchecked;
|
||
|
||
if(filters.search.autosearch && name == "search"){
|
||
cache.search = "";
|
||
search_glyphs();
|
||
};
|
||
|
||
};
|
||
|
||
/**
|
||
* @param {!HTMLElement} item
|
||
* @param {!Event} event
|
||
* @returns {void}
|
||
* @access private
|
||
*/
|
||
const emoji_select = (item, event) => {
|
||
item.parentNode.parentNode.setAttribute("data-selected", item.checked);
|
||
};
|
||
|
||
constructor();
|
||
|
||
};
|
||
|
||
/** @type {Object.<string, [boolean, string]>} */
|
||
PetroGlyphScout.FILTERS_SETTINGS = {
|
||
autosearch : [true, "Autobuscar"],
|
||
patterns : [true, "Patrones"],
|
||
show_checked : [true, "Mostrar seleccionados"]
|
||
};
|
||
|
||
/**
|
||
* @param {!(Object.<string, any|null>|Array.<any|null>)} data
|
||
* @returns {string}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
PetroGlyphScout.encode = data => btoa(JSON.stringify(data)).replace(/=/g, "-");
|
||
|
||
/**
|
||
* @param {!string} data
|
||
* @returns {Object.<string, any|null>|Array.<any|null>}
|
||
* @access public
|
||
* @static
|
||
*/
|
||
PetroGlyphScout.decode = data => JSON.parse(atob(data.replace(/-/g, "=")));
|
||
|
||
return PetroGlyphScout;
|
||
})();
|
||
|
||
</script>
|
||
|
||
<script data-module="starter" data-type="text/javascript" data-lagnuage="ECMAScript 2015" charset="utf-8">
|
||
"use strict";
|
||
|
||
/** @type {PetroGlyphScout} */
|
||
const petro_glyph_scout = new PetroGlyphScout();
|
||
|
||
</script>
|
||
|
||
</head>
|
||
<body></body>
|
||
</html> |