all repos — emoji @ master

A minimalistic emoji package for Go (golang)

constants.go (view raw)

   1package emoji
   2
   3// Code generated by github.com/enescakir/emoji/internal/generator DO NOT EDIT.
   4
   5// Source: https://unicode.org/Public/emoji/15.1/emoji-test.txt
   6// Create at: 2024-06-24T14:40:00+02:00
   7
   8var (
   9
  10	// GROUP: Smileys & Emotion
  11	// SUBGROUP: face-smiling
  12	GrinningFace                Emoji = "\U0001f600" // grinning face
  13	GrinningFaceWithBigEyes     Emoji = "\U0001f603" // grinning face with big eyes
  14	GrinningFaceWithSmilingEyes Emoji = "\U0001f604" // grinning face with smiling eyes
  15	BeamingFaceWithSmilingEyes  Emoji = "\U0001f601" // beaming face with smiling eyes
  16	GrinningSquintingFace       Emoji = "\U0001f606" // grinning squinting face
  17	GrinningFaceWithSweat       Emoji = "\U0001f605" // grinning face with sweat
  18	RollingOnTheFloorLaughing   Emoji = "\U0001f923" // rolling on the floor laughing
  19	FaceWithTearsOfJoy          Emoji = "\U0001f602" // face with tears of joy
  20	SlightlySmilingFace         Emoji = "\U0001f642" // slightly smiling face
  21	UpsideDownFace              Emoji = "\U0001f643" // upside-down face
  22	MeltingFace                 Emoji = "\U0001fae0" // melting face
  23	WinkingFace                 Emoji = "\U0001f609" // winking face
  24	SmilingFaceWithSmilingEyes  Emoji = "\U0001f60a" // smiling face with smiling eyes
  25	SmilingFaceWithHalo         Emoji = "\U0001f607" // smiling face with halo
  26	// SUBGROUP: face-affection
  27	SmilingFaceWithHearts      Emoji = "\U0001f970"   // smiling face with hearts
  28	SmilingFaceWithHeartEyes   Emoji = "\U0001f60d"   // smiling face with heart-eyes
  29	StarStruck                 Emoji = "\U0001f929"   // star-struck
  30	FaceBlowingAKiss           Emoji = "\U0001f618"   // face blowing a kiss
  31	KissingFace                Emoji = "\U0001f617"   // kissing face
  32	SmilingFace                Emoji = "\u263a\ufe0f" // smiling face
  33	KissingFaceWithClosedEyes  Emoji = "\U0001f61a"   // kissing face with closed eyes
  34	KissingFaceWithSmilingEyes Emoji = "\U0001f619"   // kissing face with smiling eyes
  35	SmilingFaceWithTear        Emoji = "\U0001f972"   // smiling face with tear
  36	// SUBGROUP: face-tongue
  37	FaceSavoringFood        Emoji = "\U0001f60b" // face savoring food
  38	FaceWithTongue          Emoji = "\U0001f61b" // face with tongue
  39	WinkingFaceWithTongue   Emoji = "\U0001f61c" // winking face with tongue
  40	ZanyFace                Emoji = "\U0001f92a" // zany face
  41	SquintingFaceWithTongue Emoji = "\U0001f61d" // squinting face with tongue
  42	MoneyMouthFace          Emoji = "\U0001f911" // money-mouth face
  43	// SUBGROUP: face-hand
  44	SmilingFaceWithOpenHands         Emoji = "\U0001f917" // smiling face with open hands
  45	FaceWithHandOverMouth            Emoji = "\U0001f92d" // face with hand over mouth
  46	FaceWithOpenEyesAndHandOverMouth Emoji = "\U0001fae2" // face with open eyes and hand over mouth
  47	FaceWithPeekingEye               Emoji = "\U0001fae3" // face with peeking eye
  48	ShushingFace                     Emoji = "\U0001f92b" // shushing face
  49	ThinkingFace                     Emoji = "\U0001f914" // thinking face
  50	SalutingFace                     Emoji = "\U0001fae1" // saluting face
  51	// SUBGROUP: face-neutral-skeptical
  52	ZipperMouthFace         Emoji = "\U0001f910"                       // zipper-mouth face
  53	FaceWithRaisedEyebrow   Emoji = "\U0001f928"                       // face with raised eyebrow
  54	NeutralFace             Emoji = "\U0001f610"                       // neutral face
  55	ExpressionlessFace      Emoji = "\U0001f611"                       // expressionless face
  56	FaceWithoutMouth        Emoji = "\U0001f636"                       // face without mouth
  57	DottedLineFace          Emoji = "\U0001fae5"                       // dotted line face
  58	FaceInClouds            Emoji = "\U0001f636\u200d\U0001f32b\ufe0f" // face in clouds
  59	SmirkingFace            Emoji = "\U0001f60f"                       // smirking face
  60	UnamusedFace            Emoji = "\U0001f612"                       // unamused face
  61	FaceWithRollingEyes     Emoji = "\U0001f644"                       // face with rolling eyes
  62	GrimacingFace           Emoji = "\U0001f62c"                       // grimacing face
  63	FaceExhaling            Emoji = "\U0001f62e\u200d\U0001f4a8"       // face exhaling
  64	LyingFace               Emoji = "\U0001f925"                       // lying face
  65	ShakingFace             Emoji = "\U0001fae8"                       // shaking face
  66	HeadShakingHorizontally Emoji = "\U0001f642\u200d\u2194\ufe0f"     // head shaking horizontally
  67	HeadShakingVertically   Emoji = "\U0001f642\u200d\u2195\ufe0f"     // head shaking vertically
  68	// SUBGROUP: face-sleepy
  69	RelievedFace Emoji = "\U0001f60c" // relieved face
  70	PensiveFace  Emoji = "\U0001f614" // pensive face
  71	SleepyFace   Emoji = "\U0001f62a" // sleepy face
  72	DroolingFace Emoji = "\U0001f924" // drooling face
  73	SleepingFace Emoji = "\U0001f634" // sleeping face
  74	// SUBGROUP: face-unwell
  75	FaceWithMedicalMask    Emoji = "\U0001f637"                 // face with medical mask
  76	FaceWithThermometer    Emoji = "\U0001f912"                 // face with thermometer
  77	FaceWithHeadBandage    Emoji = "\U0001f915"                 // face with head-bandage
  78	NauseatedFace          Emoji = "\U0001f922"                 // nauseated face
  79	FaceVomiting           Emoji = "\U0001f92e"                 // face vomiting
  80	SneezingFace           Emoji = "\U0001f927"                 // sneezing face
  81	HotFace                Emoji = "\U0001f975"                 // hot face
  82	ColdFace               Emoji = "\U0001f976"                 // cold face
  83	WoozyFace              Emoji = "\U0001f974"                 // woozy face
  84	FaceWithCrossedOutEyes Emoji = "\U0001f635"                 // face with crossed-out eyes
  85	FaceWithSpiralEyes     Emoji = "\U0001f635\u200d\U0001f4ab" // face with spiral eyes
  86	ExplodingHead          Emoji = "\U0001f92f"                 // exploding head
  87	// SUBGROUP: face-hat
  88	CowboyHatFace Emoji = "\U0001f920" // cowboy hat face
  89	PartyingFace  Emoji = "\U0001f973" // partying face
  90	DisguisedFace Emoji = "\U0001f978" // disguised face
  91	// SUBGROUP: face-glasses
  92	SmilingFaceWithSunglasses Emoji = "\U0001f60e" // smiling face with sunglasses
  93	NerdFace                  Emoji = "\U0001f913" // nerd face
  94	FaceWithMonocle           Emoji = "\U0001f9d0" // face with monocle
  95	// SUBGROUP: face-concerned
  96	ConfusedFace              Emoji = "\U0001f615"   // confused face
  97	FaceWithDiagonalMouth     Emoji = "\U0001fae4"   // face with diagonal mouth
  98	WorriedFace               Emoji = "\U0001f61f"   // worried face
  99	SlightlyFrowningFace      Emoji = "\U0001f641"   // slightly frowning face
 100	FrowningFace              Emoji = "\u2639\ufe0f" // frowning face
 101	FaceWithOpenMouth         Emoji = "\U0001f62e"   // face with open mouth
 102	HushedFace                Emoji = "\U0001f62f"   // hushed face
 103	AstonishedFace            Emoji = "\U0001f632"   // astonished face
 104	FlushedFace               Emoji = "\U0001f633"   // flushed face
 105	PleadingFace              Emoji = "\U0001f97a"   // pleading face
 106	FaceHoldingBackTears      Emoji = "\U0001f979"   // face holding back tears
 107	FrowningFaceWithOpenMouth Emoji = "\U0001f626"   // frowning face with open mouth
 108	AnguishedFace             Emoji = "\U0001f627"   // anguished face
 109	FearfulFace               Emoji = "\U0001f628"   // fearful face
 110	AnxiousFaceWithSweat      Emoji = "\U0001f630"   // anxious face with sweat
 111	SadButRelievedFace        Emoji = "\U0001f625"   // sad but relieved face
 112	CryingFace                Emoji = "\U0001f622"   // crying face
 113	LoudlyCryingFace          Emoji = "\U0001f62d"   // loudly crying face
 114	FaceScreamingInFear       Emoji = "\U0001f631"   // face screaming in fear
 115	ConfoundedFace            Emoji = "\U0001f616"   // confounded face
 116	PerseveringFace           Emoji = "\U0001f623"   // persevering face
 117	DisappointedFace          Emoji = "\U0001f61e"   // disappointed face
 118	DowncastFaceWithSweat     Emoji = "\U0001f613"   // downcast face with sweat
 119	WearyFace                 Emoji = "\U0001f629"   // weary face
 120	TiredFace                 Emoji = "\U0001f62b"   // tired face
 121	YawningFace               Emoji = "\U0001f971"   // yawning face
 122	// SUBGROUP: face-negative
 123	FaceWithSteamFromNose  Emoji = "\U0001f624"   // face with steam from nose
 124	EnragedFace            Emoji = "\U0001f621"   // enraged face
 125	AngryFace              Emoji = "\U0001f620"   // angry face
 126	FaceWithSymbolsOnMouth Emoji = "\U0001f92c"   // face with symbols on mouth
 127	SmilingFaceWithHorns   Emoji = "\U0001f608"   // smiling face with horns
 128	AngryFaceWithHorns     Emoji = "\U0001f47f"   // angry face with horns
 129	Skull                  Emoji = "\U0001f480"   // skull
 130	SkullAndCrossbones     Emoji = "\u2620\ufe0f" // skull and crossbones
 131	// SUBGROUP: face-costume
 132	PileOfPoo    Emoji = "\U0001f4a9" // pile of poo
 133	ClownFace    Emoji = "\U0001f921" // clown face
 134	Ogre         Emoji = "\U0001f479" // ogre
 135	Goblin       Emoji = "\U0001f47a" // goblin
 136	Ghost        Emoji = "\U0001f47b" // ghost
 137	Alien        Emoji = "\U0001f47d" // alien
 138	AlienMonster Emoji = "\U0001f47e" // alien monster
 139	Robot        Emoji = "\U0001f916" // robot
 140	// SUBGROUP: cat-face
 141	GrinningCat                Emoji = "\U0001f63a" // grinning cat
 142	GrinningCatWithSmilingEyes Emoji = "\U0001f638" // grinning cat with smiling eyes
 143	CatWithTearsOfJoy          Emoji = "\U0001f639" // cat with tears of joy
 144	SmilingCatWithHeartEyes    Emoji = "\U0001f63b" // smiling cat with heart-eyes
 145	CatWithWrySmile            Emoji = "\U0001f63c" // cat with wry smile
 146	KissingCat                 Emoji = "\U0001f63d" // kissing cat
 147	WearyCat                   Emoji = "\U0001f640" // weary cat
 148	CryingCat                  Emoji = "\U0001f63f" // crying cat
 149	PoutingCat                 Emoji = "\U0001f63e" // pouting cat
 150	// SUBGROUP: monkey-face
 151	SeeNoEvilMonkey   Emoji = "\U0001f648" // see-no-evil monkey
 152	HearNoEvilMonkey  Emoji = "\U0001f649" // hear-no-evil monkey
 153	SpeakNoEvilMonkey Emoji = "\U0001f64a" // speak-no-evil monkey
 154	// SUBGROUP: heart
 155	LoveLetter       Emoji = "\U0001f48c"                   // love letter
 156	HeartWithArrow   Emoji = "\U0001f498"                   // heart with arrow
 157	HeartWithRibbon  Emoji = "\U0001f49d"                   // heart with ribbon
 158	SparklingHeart   Emoji = "\U0001f496"                   // sparkling heart
 159	GrowingHeart     Emoji = "\U0001f497"                   // growing heart
 160	BeatingHeart     Emoji = "\U0001f493"                   // beating heart
 161	RevolvingHearts  Emoji = "\U0001f49e"                   // revolving hearts
 162	TwoHearts        Emoji = "\U0001f495"                   // two hearts
 163	HeartDecoration  Emoji = "\U0001f49f"                   // heart decoration
 164	HeartExclamation Emoji = "\u2763\ufe0f"                 // heart exclamation
 165	BrokenHeart      Emoji = "\U0001f494"                   // broken heart
 166	HeartOnFire      Emoji = "\u2764\ufe0f\u200d\U0001f525" // heart on fire
 167	MendingHeart     Emoji = "\u2764\ufe0f\u200d\U0001fa79" // mending heart
 168	RedHeart         Emoji = "\u2764\ufe0f"                 // red heart
 169	PinkHeart        Emoji = "\U0001fa77"                   // pink heart
 170	OrangeHeart      Emoji = "\U0001f9e1"                   // orange heart
 171	YellowHeart      Emoji = "\U0001f49b"                   // yellow heart
 172	GreenHeart       Emoji = "\U0001f49a"                   // green heart
 173	BlueHeart        Emoji = "\U0001f499"                   // blue heart
 174	LightBlueHeart   Emoji = "\U0001fa75"                   // light blue heart
 175	PurpleHeart      Emoji = "\U0001f49c"                   // purple heart
 176	BrownHeart       Emoji = "\U0001f90e"                   // brown heart
 177	BlackHeart       Emoji = "\U0001f5a4"                   // black heart
 178	GreyHeart        Emoji = "\U0001fa76"                   // grey heart
 179	WhiteHeart       Emoji = "\U0001f90d"                   // white heart
 180	// SUBGROUP: emotion
 181	KissMark          Emoji = "\U0001f48b"                             // kiss mark
 182	HundredPoints     Emoji = "\U0001f4af"                             // hundred points
 183	AngerSymbol       Emoji = "\U0001f4a2"                             // anger symbol
 184	Collision         Emoji = "\U0001f4a5"                             // collision
 185	Dizzy             Emoji = "\U0001f4ab"                             // dizzy
 186	SweatDroplets     Emoji = "\U0001f4a6"                             // sweat droplets
 187	DashingAway       Emoji = "\U0001f4a8"                             // dashing away
 188	Hole              Emoji = "\U0001f573\ufe0f"                       // hole
 189	SpeechBalloon     Emoji = "\U0001f4ac"                             // speech balloon
 190	EyeInSpeechBubble Emoji = "\U0001f441\ufe0f\u200d\U0001f5e8\ufe0f" // eye in speech bubble
 191	LeftSpeechBubble  Emoji = "\U0001f5e8\ufe0f"                       // left speech bubble
 192	RightAngerBubble  Emoji = "\U0001f5ef\ufe0f"                       // right anger bubble
 193	ThoughtBalloon    Emoji = "\U0001f4ad"                             // thought balloon
 194	Zzz               Emoji = "\U0001f4a4"                             // ZZZ
 195
 196	// GROUP: People & Body
 197	// SUBGROUP: hand-fingers-open
 198	WavingHand             EmojiWithTone = newEmojiWithTone("\U0001f44b@")                           // waving hand
 199	RaisedBackOfHand       EmojiWithTone = newEmojiWithTone("\U0001f91a@")                           // raised back of hand
 200	HandWithFingersSplayed EmojiWithTone = newEmojiWithTone("\U0001f590@").withDefaultTone("\ufe0f") // hand with fingers splayed
 201	RaisedHand             EmojiWithTone = newEmojiWithTone("\u270b@")                               // raised hand
 202	VulcanSalute           EmojiWithTone = newEmojiWithTone("\U0001f596@")                           // vulcan salute
 203	RightwardsHand         EmojiWithTone = newEmojiWithTone("\U0001faf1@")                           // rightwards hand
 204	LeftwardsHand          EmojiWithTone = newEmojiWithTone("\U0001faf2@")                           // leftwards hand
 205	PalmDownHand           EmojiWithTone = newEmojiWithTone("\U0001faf3@")                           // palm down hand
 206	PalmUpHand             EmojiWithTone = newEmojiWithTone("\U0001faf4@")                           // palm up hand
 207	LeftwardsPushingHand   EmojiWithTone = newEmojiWithTone("\U0001faf7@")                           // leftwards pushing hand
 208	RightwardsPushingHand  EmojiWithTone = newEmojiWithTone("\U0001faf8@")                           // rightwards pushing hand
 209	// SUBGROUP: hand-fingers-partial
 210	OkHand                             EmojiWithTone = newEmojiWithTone("\U0001f44c@")                       // OK hand
 211	PinchedFingers                     EmojiWithTone = newEmojiWithTone("\U0001f90c@")                       // pinched fingers
 212	PinchingHand                       EmojiWithTone = newEmojiWithTone("\U0001f90f@")                       // pinching hand
 213	VictoryHand                        EmojiWithTone = newEmojiWithTone("\u270c@").withDefaultTone("\ufe0f") // victory hand
 214	CrossedFingers                     EmojiWithTone = newEmojiWithTone("\U0001f91e@")                       // crossed fingers
 215	HandWithIndexFingerAndThumbCrossed EmojiWithTone = newEmojiWithTone("\U0001faf0@")                       // hand with index finger and thumb crossed
 216	LoveYouGesture                     EmojiWithTone = newEmojiWithTone("\U0001f91f@")                       // love-you gesture
 217	SignOfTheHorns                     EmojiWithTone = newEmojiWithTone("\U0001f918@")                       // sign of the horns
 218	CallMeHand                         EmojiWithTone = newEmojiWithTone("\U0001f919@")                       // call me hand
 219	// SUBGROUP: hand-single-finger
 220	BackhandIndexPointingLeft  EmojiWithTone = newEmojiWithTone("\U0001f448@")                       // backhand index pointing left
 221	BackhandIndexPointingRight EmojiWithTone = newEmojiWithTone("\U0001f449@")                       // backhand index pointing right
 222	BackhandIndexPointingUp    EmojiWithTone = newEmojiWithTone("\U0001f446@")                       // backhand index pointing up
 223	MiddleFinger               EmojiWithTone = newEmojiWithTone("\U0001f595@")                       // middle finger
 224	BackhandIndexPointingDown  EmojiWithTone = newEmojiWithTone("\U0001f447@")                       // backhand index pointing down
 225	IndexPointingUp            EmojiWithTone = newEmojiWithTone("\u261d@").withDefaultTone("\ufe0f") // index pointing up
 226	IndexPointingAtTheViewer   EmojiWithTone = newEmojiWithTone("\U0001faf5@")                       // index pointing at the viewer
 227	// SUBGROUP: hand-fingers-closed
 228	ThumbsUp        EmojiWithTone = newEmojiWithTone("\U0001f44d@") // thumbs up
 229	ThumbsDown      EmojiWithTone = newEmojiWithTone("\U0001f44e@") // thumbs down
 230	RaisedFist      EmojiWithTone = newEmojiWithTone("\u270a@")     // raised fist
 231	OncomingFist    EmojiWithTone = newEmojiWithTone("\U0001f44a@") // oncoming fist
 232	LeftFacingFist  EmojiWithTone = newEmojiWithTone("\U0001f91b@") // left-facing fist
 233	RightFacingFist EmojiWithTone = newEmojiWithTone("\U0001f91c@") // right-facing fist
 234	// SUBGROUP: hands
 235	ClappingHands   EmojiWithTone = newEmojiWithTone("\U0001f44f@")                // clapping hands
 236	RaisingHands    EmojiWithTone = newEmojiWithTone("\U0001f64c@")                // raising hands
 237	HeartHands      EmojiWithTone = newEmojiWithTone("\U0001faf6@")                // heart hands
 238	OpenHands       EmojiWithTone = newEmojiWithTone("\U0001f450@")                // open hands
 239	PalmsUpTogether EmojiWithTone = newEmojiWithTone("\U0001f932@")                // palms up together
 240	Handshake       EmojiWithTone = newEmojiWithTone("\U0001f91d@", "\U0001f91d@") // handshake
 241	FoldedHands     EmojiWithTone = newEmojiWithTone("\U0001f64f@")                // folded hands
 242	// SUBGROUP: hand-prop
 243	WritingHand EmojiWithTone = newEmojiWithTone("\u270d@").withDefaultTone("\ufe0f") // writing hand
 244	NailPolish  EmojiWithTone = newEmojiWithTone("\U0001f485@")                       // nail polish
 245	Selfie      EmojiWithTone = newEmojiWithTone("\U0001f933@")                       // selfie
 246	// SUBGROUP: body-parts
 247	FlexedBiceps      EmojiWithTone = newEmojiWithTone("\U0001f4aa@") // flexed biceps
 248	MechanicalArm     Emoji         = "\U0001f9be"                    // mechanical arm
 249	MechanicalLeg     Emoji         = "\U0001f9bf"                    // mechanical leg
 250	Leg               EmojiWithTone = newEmojiWithTone("\U0001f9b5@") // leg
 251	Foot              EmojiWithTone = newEmojiWithTone("\U0001f9b6@") // foot
 252	Ear               EmojiWithTone = newEmojiWithTone("\U0001f442@") // ear
 253	EarWithHearingAid EmojiWithTone = newEmojiWithTone("\U0001f9bb@") // ear with hearing aid
 254	Nose              EmojiWithTone = newEmojiWithTone("\U0001f443@") // nose
 255	Brain             Emoji         = "\U0001f9e0"                    // brain
 256	AnatomicalHeart   Emoji         = "\U0001fac0"                    // anatomical heart
 257	Lungs             Emoji         = "\U0001fac1"                    // lungs
 258	Tooth             Emoji         = "\U0001f9b7"                    // tooth
 259	Bone              Emoji         = "\U0001f9b4"                    // bone
 260	Eyes              Emoji         = "\U0001f440"                    // eyes
 261	Eye               Emoji         = "\U0001f441\ufe0f"              // eye
 262	Tongue            Emoji         = "\U0001f445"                    // tongue
 263	Mouth             Emoji         = "\U0001f444"                    // mouth
 264	BitingLip         Emoji         = "\U0001fae6"                    // biting lip
 265	// SUBGROUP: person
 266	Baby                EmojiWithTone = newEmojiWithTone("\U0001f476@")                   // baby
 267	Child               EmojiWithTone = newEmojiWithTone("\U0001f9d2@")                   // child
 268	Boy                 EmojiWithTone = newEmojiWithTone("\U0001f466@")                   // boy
 269	Girl                EmojiWithTone = newEmojiWithTone("\U0001f467@")                   // girl
 270	Person              EmojiWithTone = newEmojiWithTone("\U0001f9d1@")                   // person
 271	PersonWithBlondHair EmojiWithTone = newEmojiWithTone("\U0001f471@")                   // person: blond hair
 272	Man                 EmojiWithTone = newEmojiWithTone("\U0001f468@")                   // man
 273	PersonWithBeard     EmojiWithTone = newEmojiWithTone("\U0001f9d4@")                   // person: beard
 274	ManWithBeard        EmojiWithTone = newEmojiWithTone("\U0001f9d4@\u200d\u2642\ufe0f") // man: beard
 275	WomanWithBeard      EmojiWithTone = newEmojiWithTone("\U0001f9d4@\u200d\u2640\ufe0f") // woman: beard
 276	ManWithRedHair      EmojiWithTone = newEmojiWithTone("\U0001f468@\u200d\U0001f9b0")   // man: red hair
 277	ManWithCurlyHair    EmojiWithTone = newEmojiWithTone("\U0001f468@\u200d\U0001f9b1")   // man: curly hair
 278	ManWithWhiteHair    EmojiWithTone = newEmojiWithTone("\U0001f468@\u200d\U0001f9b3")   // man: white hair
 279	ManBald             EmojiWithTone = newEmojiWithTone("\U0001f468@\u200d\U0001f9b2")   // man: bald
 280	Woman               EmojiWithTone = newEmojiWithTone("\U0001f469@")                   // woman
 281	WomanWithRedHair    EmojiWithTone = newEmojiWithTone("\U0001f469@\u200d\U0001f9b0")   // woman: red hair
 282	PersonWithRedHair   EmojiWithTone = newEmojiWithTone("\U0001f9d1@\u200d\U0001f9b0")   // person: red hair
 283	WomanWithCurlyHair  EmojiWithTone = newEmojiWithTone("\U0001f469@\u200d\U0001f9b1")   // woman: curly hair
 284	PersonWithCurlyHair EmojiWithTone = newEmojiWithTone("\U0001f9d1@\u200d\U0001f9b1")   // person: curly hair
 285	WomanWithWhiteHair  EmojiWithTone = newEmojiWithTone("\U0001f469@\u200d\U0001f9b3")   // woman: white hair
 286	PersonWithWhiteHair EmojiWithTone = newEmojiWithTone("\U0001f9d1@\u200d\U0001f9b3")   // person: white hair
 287	WomanBald           EmojiWithTone = newEmojiWithTone("\U0001f469@\u200d\U0001f9b2")   // woman: bald
 288	PersonBald          EmojiWithTone = newEmojiWithTone("\U0001f9d1@\u200d\U0001f9b2")   // person: bald
 289	WomanWithBlondHair  EmojiWithTone = newEmojiWithTone("\U0001f471@\u200d\u2640\ufe0f") // woman: blond hair
 290	ManWithBlondHair    EmojiWithTone = newEmojiWithTone("\U0001f471@\u200d\u2642\ufe0f") // man: blond hair
 291	OlderPerson         EmojiWithTone = newEmojiWithTone("\U0001f9d3@")                   // older person
 292	OldMan              EmojiWithTone = newEmojiWithTone("\U0001f474@")                   // old man
 293	OldWoman            EmojiWithTone = newEmojiWithTone("\U0001f475@")                   // old woman
 294	// SUBGROUP: person-gesture
 295	PersonFrowning    EmojiWithTone = newEmojiWithTone("\U0001f64d@")                   // person frowning
 296	ManFrowning       EmojiWithTone = newEmojiWithTone("\U0001f64d@\u200d\u2642\ufe0f") // man frowning
 297	WomanFrowning     EmojiWithTone = newEmojiWithTone("\U0001f64d@\u200d\u2640\ufe0f") // woman frowning
 298	PersonPouting     EmojiWithTone = newEmojiWithTone("\U0001f64e@")                   // person pouting
 299	ManPouting        EmojiWithTone = newEmojiWithTone("\U0001f64e@\u200d\u2642\ufe0f") // man pouting
 300	WomanPouting      EmojiWithTone = newEmojiWithTone("\U0001f64e@\u200d\u2640\ufe0f") // woman pouting
 301	PersonGesturingNo EmojiWithTone = newEmojiWithTone("\U0001f645@")                   // person gesturing NO
 302	ManGesturingNo    EmojiWithTone = newEmojiWithTone("\U0001f645@\u200d\u2642\ufe0f") // man gesturing NO
 303	WomanGesturingNo  EmojiWithTone = newEmojiWithTone("\U0001f645@\u200d\u2640\ufe0f") // woman gesturing NO
 304	PersonGesturingOk EmojiWithTone = newEmojiWithTone("\U0001f646@")                   // person gesturing OK
 305	ManGesturingOk    EmojiWithTone = newEmojiWithTone("\U0001f646@\u200d\u2642\ufe0f") // man gesturing OK
 306	WomanGesturingOk  EmojiWithTone = newEmojiWithTone("\U0001f646@\u200d\u2640\ufe0f") // woman gesturing OK
 307	PersonTippingHand EmojiWithTone = newEmojiWithTone("\U0001f481@")                   // person tipping hand
 308	ManTippingHand    EmojiWithTone = newEmojiWithTone("\U0001f481@\u200d\u2642\ufe0f") // man tipping hand
 309	WomanTippingHand  EmojiWithTone = newEmojiWithTone("\U0001f481@\u200d\u2640\ufe0f") // woman tipping hand
 310	PersonRaisingHand EmojiWithTone = newEmojiWithTone("\U0001f64b@")                   // person raising hand
 311	ManRaisingHand    EmojiWithTone = newEmojiWithTone("\U0001f64b@\u200d\u2642\ufe0f") // man raising hand
 312	WomanRaisingHand  EmojiWithTone = newEmojiWithTone("\U0001f64b@\u200d\u2640\ufe0f") // woman raising hand
 313	DeafPerson        EmojiWithTone = newEmojiWithTone("\U0001f9cf@")                   // deaf person
 314	DeafMan           EmojiWithTone = newEmojiWithTone("\U0001f9cf@\u200d\u2642\ufe0f") // deaf man
 315	DeafWoman         EmojiWithTone = newEmojiWithTone("\U0001f9cf@\u200d\u2640\ufe0f") // deaf woman
 316	PersonBowing      EmojiWithTone = newEmojiWithTone("\U0001f647@")                   // person bowing
 317	ManBowing         EmojiWithTone = newEmojiWithTone("\U0001f647@\u200d\u2642\ufe0f") // man bowing
 318	WomanBowing       EmojiWithTone = newEmojiWithTone("\U0001f647@\u200d\u2640\ufe0f") // woman bowing
 319	PersonFacepalming EmojiWithTone = newEmojiWithTone("\U0001f926@")                   // person facepalming
 320	ManFacepalming    EmojiWithTone = newEmojiWithTone("\U0001f926@\u200d\u2642\ufe0f") // man facepalming
 321	WomanFacepalming  EmojiWithTone = newEmojiWithTone("\U0001f926@\u200d\u2640\ufe0f") // woman facepalming
 322	PersonShrugging   EmojiWithTone = newEmojiWithTone("\U0001f937@")                   // person shrugging
 323	ManShrugging      EmojiWithTone = newEmojiWithTone("\U0001f937@\u200d\u2642\ufe0f") // man shrugging
 324	WomanShrugging    EmojiWithTone = newEmojiWithTone("\U0001f937@\u200d\u2640\ufe0f") // woman shrugging
 325	// SUBGROUP: person-role
 326	HealthWorker            EmojiWithTone = newEmojiWithTone("\U0001f9d1@\u200d\u2695\ufe0f")                           // health worker
 327	ManHealthWorker         EmojiWithTone = newEmojiWithTone("\U0001f468@\u200d\u2695\ufe0f")                           // man health worker
 328	WomanHealthWorker       EmojiWithTone = newEmojiWithTone("\U0001f469@\u200d\u2695\ufe0f")                           // woman health worker
 329	Student                 EmojiWithTone = newEmojiWithTone("\U0001f9d1@\u200d\U0001f393")                             // student
 330	ManStudent              EmojiWithTone = newEmojiWithTone("\U0001f468@\u200d\U0001f393")                             // man student
 331	WomanStudent            EmojiWithTone = newEmojiWithTone("\U0001f469@\u200d\U0001f393")                             // woman student
 332	Teacher                 EmojiWithTone = newEmojiWithTone("\U0001f9d1@\u200d\U0001f3eb")                             // teacher
 333	ManTeacher              EmojiWithTone = newEmojiWithTone("\U0001f468@\u200d\U0001f3eb")                             // man teacher
 334	WomanTeacher            EmojiWithTone = newEmojiWithTone("\U0001f469@\u200d\U0001f3eb")                             // woman teacher
 335	Judge                   EmojiWithTone = newEmojiWithTone("\U0001f9d1@\u200d\u2696\ufe0f")                           // judge
 336	ManJudge                EmojiWithTone = newEmojiWithTone("\U0001f468@\u200d\u2696\ufe0f")                           // man judge
 337	WomanJudge              EmojiWithTone = newEmojiWithTone("\U0001f469@\u200d\u2696\ufe0f")                           // woman judge
 338	Farmer                  EmojiWithTone = newEmojiWithTone("\U0001f9d1@\u200d\U0001f33e")                             // farmer
 339	ManFarmer               EmojiWithTone = newEmojiWithTone("\U0001f468@\u200d\U0001f33e")                             // man farmer
 340	WomanFarmer             EmojiWithTone = newEmojiWithTone("\U0001f469@\u200d\U0001f33e")                             // woman farmer
 341	Cook                    EmojiWithTone = newEmojiWithTone("\U0001f9d1@\u200d\U0001f373")                             // cook
 342	ManCook                 EmojiWithTone = newEmojiWithTone("\U0001f468@\u200d\U0001f373")                             // man cook
 343	WomanCook               EmojiWithTone = newEmojiWithTone("\U0001f469@\u200d\U0001f373")                             // woman cook
 344	Mechanic                EmojiWithTone = newEmojiWithTone("\U0001f9d1@\u200d\U0001f527")                             // mechanic
 345	ManMechanic             EmojiWithTone = newEmojiWithTone("\U0001f468@\u200d\U0001f527")                             // man mechanic
 346	WomanMechanic           EmojiWithTone = newEmojiWithTone("\U0001f469@\u200d\U0001f527")                             // woman mechanic
 347	FactoryWorker           EmojiWithTone = newEmojiWithTone("\U0001f9d1@\u200d\U0001f3ed")                             // factory worker
 348	ManFactoryWorker        EmojiWithTone = newEmojiWithTone("\U0001f468@\u200d\U0001f3ed")                             // man factory worker
 349	WomanFactoryWorker      EmojiWithTone = newEmojiWithTone("\U0001f469@\u200d\U0001f3ed")                             // woman factory worker
 350	OfficeWorker            EmojiWithTone = newEmojiWithTone("\U0001f9d1@\u200d\U0001f4bc")                             // office worker
 351	ManOfficeWorker         EmojiWithTone = newEmojiWithTone("\U0001f468@\u200d\U0001f4bc")                             // man office worker
 352	WomanOfficeWorker       EmojiWithTone = newEmojiWithTone("\U0001f469@\u200d\U0001f4bc")                             // woman office worker
 353	Scientist               EmojiWithTone = newEmojiWithTone("\U0001f9d1@\u200d\U0001f52c")                             // scientist
 354	ManScientist            EmojiWithTone = newEmojiWithTone("\U0001f468@\u200d\U0001f52c")                             // man scientist
 355	WomanScientist          EmojiWithTone = newEmojiWithTone("\U0001f469@\u200d\U0001f52c")                             // woman scientist
 356	Technologist            EmojiWithTone = newEmojiWithTone("\U0001f9d1@\u200d\U0001f4bb")                             // technologist
 357	ManTechnologist         EmojiWithTone = newEmojiWithTone("\U0001f468@\u200d\U0001f4bb")                             // man technologist
 358	WomanTechnologist       EmojiWithTone = newEmojiWithTone("\U0001f469@\u200d\U0001f4bb")                             // woman technologist
 359	Singer                  EmojiWithTone = newEmojiWithTone("\U0001f9d1@\u200d\U0001f3a4")                             // singer
 360	ManSinger               EmojiWithTone = newEmojiWithTone("\U0001f468@\u200d\U0001f3a4")                             // man singer
 361	WomanSinger             EmojiWithTone = newEmojiWithTone("\U0001f469@\u200d\U0001f3a4")                             // woman singer
 362	Artist                  EmojiWithTone = newEmojiWithTone("\U0001f9d1@\u200d\U0001f3a8")                             // artist
 363	ManArtist               EmojiWithTone = newEmojiWithTone("\U0001f468@\u200d\U0001f3a8")                             // man artist
 364	WomanArtist             EmojiWithTone = newEmojiWithTone("\U0001f469@\u200d\U0001f3a8")                             // woman artist
 365	Pilot                   EmojiWithTone = newEmojiWithTone("\U0001f9d1@\u200d\u2708\ufe0f")                           // pilot
 366	ManPilot                EmojiWithTone = newEmojiWithTone("\U0001f468@\u200d\u2708\ufe0f")                           // man pilot
 367	WomanPilot              EmojiWithTone = newEmojiWithTone("\U0001f469@\u200d\u2708\ufe0f")                           // woman pilot
 368	Astronaut               EmojiWithTone = newEmojiWithTone("\U0001f9d1@\u200d\U0001f680")                             // astronaut
 369	ManAstronaut            EmojiWithTone = newEmojiWithTone("\U0001f468@\u200d\U0001f680")                             // man astronaut
 370	WomanAstronaut          EmojiWithTone = newEmojiWithTone("\U0001f469@\u200d\U0001f680")                             // woman astronaut
 371	Firefighter             EmojiWithTone = newEmojiWithTone("\U0001f9d1@\u200d\U0001f692")                             // firefighter
 372	ManFirefighter          EmojiWithTone = newEmojiWithTone("\U0001f468@\u200d\U0001f692")                             // man firefighter
 373	WomanFirefighter        EmojiWithTone = newEmojiWithTone("\U0001f469@\u200d\U0001f692")                             // woman firefighter
 374	PoliceOfficer           EmojiWithTone = newEmojiWithTone("\U0001f46e@")                                             // police officer
 375	ManPoliceOfficer        EmojiWithTone = newEmojiWithTone("\U0001f46e@\u200d\u2642\ufe0f")                           // man police officer
 376	WomanPoliceOfficer      EmojiWithTone = newEmojiWithTone("\U0001f46e@\u200d\u2640\ufe0f")                           // woman police officer
 377	Detective               EmojiWithTone = newEmojiWithTone("\U0001f575@").withDefaultTone("\ufe0f")                   // detective
 378	ManDetective            EmojiWithTone = newEmojiWithTone("\U0001f575@\u200d\u2642\ufe0f").withDefaultTone("\ufe0f") // man detective
 379	WomanDetective          EmojiWithTone = newEmojiWithTone("\U0001f575@\u200d\u2640\ufe0f").withDefaultTone("\ufe0f") // woman detective
 380	Guard                   EmojiWithTone = newEmojiWithTone("\U0001f482@")                                             // guard
 381	ManGuard                EmojiWithTone = newEmojiWithTone("\U0001f482@\u200d\u2642\ufe0f")                           // man guard
 382	WomanGuard              EmojiWithTone = newEmojiWithTone("\U0001f482@\u200d\u2640\ufe0f")                           // woman guard
 383	Ninja                   EmojiWithTone = newEmojiWithTone("\U0001f977@")                                             // ninja
 384	ConstructionWorker      EmojiWithTone = newEmojiWithTone("\U0001f477@")                                             // construction worker
 385	ManConstructionWorker   EmojiWithTone = newEmojiWithTone("\U0001f477@\u200d\u2642\ufe0f")                           // man construction worker
 386	WomanConstructionWorker EmojiWithTone = newEmojiWithTone("\U0001f477@\u200d\u2640\ufe0f")                           // woman construction worker
 387	PersonWithCrown         EmojiWithTone = newEmojiWithTone("\U0001fac5@")                                             // person with crown
 388	Prince                  EmojiWithTone = newEmojiWithTone("\U0001f934@")                                             // prince
 389	Princess                EmojiWithTone = newEmojiWithTone("\U0001f478@")                                             // princess
 390	PersonWearingTurban     EmojiWithTone = newEmojiWithTone("\U0001f473@")                                             // person wearing turban
 391	ManWearingTurban        EmojiWithTone = newEmojiWithTone("\U0001f473@\u200d\u2642\ufe0f")                           // man wearing turban
 392	WomanWearingTurban      EmojiWithTone = newEmojiWithTone("\U0001f473@\u200d\u2640\ufe0f")                           // woman wearing turban
 393	PersonWithSkullcap      EmojiWithTone = newEmojiWithTone("\U0001f472@")                                             // person with skullcap
 394	WomanWithHeadscarf      EmojiWithTone = newEmojiWithTone("\U0001f9d5@")                                             // woman with headscarf
 395	PersonInTuxedo          EmojiWithTone = newEmojiWithTone("\U0001f935@")                                             // person in tuxedo
 396	ManInTuxedo             EmojiWithTone = newEmojiWithTone("\U0001f935@\u200d\u2642\ufe0f")                           // man in tuxedo
 397	WomanInTuxedo           EmojiWithTone = newEmojiWithTone("\U0001f935@\u200d\u2640\ufe0f")                           // woman in tuxedo
 398	PersonWithVeil          EmojiWithTone = newEmojiWithTone("\U0001f470@")                                             // person with veil
 399	ManWithVeil             EmojiWithTone = newEmojiWithTone("\U0001f470@\u200d\u2642\ufe0f")                           // man with veil
 400	WomanWithVeil           EmojiWithTone = newEmojiWithTone("\U0001f470@\u200d\u2640\ufe0f")                           // woman with veil
 401	PregnantWoman           EmojiWithTone = newEmojiWithTone("\U0001f930@")                                             // pregnant woman
 402	PregnantMan             EmojiWithTone = newEmojiWithTone("\U0001fac3@")                                             // pregnant man
 403	PregnantPerson          EmojiWithTone = newEmojiWithTone("\U0001fac4@")                                             // pregnant person
 404	BreastFeeding           EmojiWithTone = newEmojiWithTone("\U0001f931@")                                             // breast-feeding
 405	WomanFeedingBaby        EmojiWithTone = newEmojiWithTone("\U0001f469@\u200d\U0001f37c")                             // woman feeding baby
 406	ManFeedingBaby          EmojiWithTone = newEmojiWithTone("\U0001f468@\u200d\U0001f37c")                             // man feeding baby
 407	PersonFeedingBaby       EmojiWithTone = newEmojiWithTone("\U0001f9d1@\u200d\U0001f37c")                             // person feeding baby
 408	// SUBGROUP: person-fantasy
 409	BabyAngel         EmojiWithTone = newEmojiWithTone("\U0001f47c@")                   // baby angel
 410	SantaClaus        EmojiWithTone = newEmojiWithTone("\U0001f385@")                   // Santa Claus
 411	MrsClaus          EmojiWithTone = newEmojiWithTone("\U0001f936@")                   // Mrs. Claus
 412	MxClaus           EmojiWithTone = newEmojiWithTone("\U0001f9d1@\u200d\U0001f384")   // mx claus
 413	Superhero         EmojiWithTone = newEmojiWithTone("\U0001f9b8@")                   // superhero
 414	ManSuperhero      EmojiWithTone = newEmojiWithTone("\U0001f9b8@\u200d\u2642\ufe0f") // man superhero
 415	WomanSuperhero    EmojiWithTone = newEmojiWithTone("\U0001f9b8@\u200d\u2640\ufe0f") // woman superhero
 416	Supervillain      EmojiWithTone = newEmojiWithTone("\U0001f9b9@")                   // supervillain
 417	ManSupervillain   EmojiWithTone = newEmojiWithTone("\U0001f9b9@\u200d\u2642\ufe0f") // man supervillain
 418	WomanSupervillain EmojiWithTone = newEmojiWithTone("\U0001f9b9@\u200d\u2640\ufe0f") // woman supervillain
 419	Mage              EmojiWithTone = newEmojiWithTone("\U0001f9d9@")                   // mage
 420	ManMage           EmojiWithTone = newEmojiWithTone("\U0001f9d9@\u200d\u2642\ufe0f") // man mage
 421	WomanMage         EmojiWithTone = newEmojiWithTone("\U0001f9d9@\u200d\u2640\ufe0f") // woman mage
 422	Fairy             EmojiWithTone = newEmojiWithTone("\U0001f9da@")                   // fairy
 423	ManFairy          EmojiWithTone = newEmojiWithTone("\U0001f9da@\u200d\u2642\ufe0f") // man fairy
 424	WomanFairy        EmojiWithTone = newEmojiWithTone("\U0001f9da@\u200d\u2640\ufe0f") // woman fairy
 425	Vampire           EmojiWithTone = newEmojiWithTone("\U0001f9db@")                   // vampire
 426	ManVampire        EmojiWithTone = newEmojiWithTone("\U0001f9db@\u200d\u2642\ufe0f") // man vampire
 427	WomanVampire      EmojiWithTone = newEmojiWithTone("\U0001f9db@\u200d\u2640\ufe0f") // woman vampire
 428	Merperson         EmojiWithTone = newEmojiWithTone("\U0001f9dc@")                   // merperson
 429	Merman            EmojiWithTone = newEmojiWithTone("\U0001f9dc@\u200d\u2642\ufe0f") // merman
 430	Mermaid           EmojiWithTone = newEmojiWithTone("\U0001f9dc@\u200d\u2640\ufe0f") // mermaid
 431	Elf               EmojiWithTone = newEmojiWithTone("\U0001f9dd@")                   // elf
 432	ManElf            EmojiWithTone = newEmojiWithTone("\U0001f9dd@\u200d\u2642\ufe0f") // man elf
 433	WomanElf          EmojiWithTone = newEmojiWithTone("\U0001f9dd@\u200d\u2640\ufe0f") // woman elf
 434	Genie             Emoji         = "\U0001f9de"                                      // genie
 435	ManGenie          Emoji         = "\U0001f9de\u200d\u2642\ufe0f"                    // man genie
 436	WomanGenie        Emoji         = "\U0001f9de\u200d\u2640\ufe0f"                    // woman genie
 437	Zombie            Emoji         = "\U0001f9df"                                      // zombie
 438	ManZombie         Emoji         = "\U0001f9df\u200d\u2642\ufe0f"                    // man zombie
 439	WomanZombie       Emoji         = "\U0001f9df\u200d\u2640\ufe0f"                    // woman zombie
 440	Troll             Emoji         = "\U0001f9cc"                                      // troll
 441	// SUBGROUP: person-activity
 442	PersonGettingMassage                   EmojiWithTone = newEmojiWithTone("\U0001f486@")                                     // person getting massage
 443	ManGettingMassage                      EmojiWithTone = newEmojiWithTone("\U0001f486@\u200d\u2642\ufe0f")                   // man getting massage
 444	WomanGettingMassage                    EmojiWithTone = newEmojiWithTone("\U0001f486@\u200d\u2640\ufe0f")                   // woman getting massage
 445	PersonGettingHaircut                   EmojiWithTone = newEmojiWithTone("\U0001f487@")                                     // person getting haircut
 446	ManGettingHaircut                      EmojiWithTone = newEmojiWithTone("\U0001f487@\u200d\u2642\ufe0f")                   // man getting haircut
 447	WomanGettingHaircut                    EmojiWithTone = newEmojiWithTone("\U0001f487@\u200d\u2640\ufe0f")                   // woman getting haircut
 448	PersonWalking                          EmojiWithTone = newEmojiWithTone("\U0001f6b6@")                                     // person walking
 449	ManWalking                             EmojiWithTone = newEmojiWithTone("\U0001f6b6@\u200d\u2642\ufe0f")                   // man walking
 450	WomanWalking                           EmojiWithTone = newEmojiWithTone("\U0001f6b6@\u200d\u2640\ufe0f")                   // woman walking
 451	PersonWalkingFacingRight               EmojiWithTone = newEmojiWithTone("\U0001f6b6@\u200d\u27a1\ufe0f")                   // person walking facing right
 452	WomanWalkingFacingRight                EmojiWithTone = newEmojiWithTone("\U0001f6b6@\u200d\u2640\ufe0f\u200d\u27a1\ufe0f") // woman walking facing right
 453	ManWalkingFacingRight                  EmojiWithTone = newEmojiWithTone("\U0001f6b6@\u200d\u2642\ufe0f\u200d\u27a1\ufe0f") // man walking facing right
 454	PersonStanding                         EmojiWithTone = newEmojiWithTone("\U0001f9cd@")                                     // person standing
 455	ManStanding                            EmojiWithTone = newEmojiWithTone("\U0001f9cd@\u200d\u2642\ufe0f")                   // man standing
 456	WomanStanding                          EmojiWithTone = newEmojiWithTone("\U0001f9cd@\u200d\u2640\ufe0f")                   // woman standing
 457	PersonKneeling                         EmojiWithTone = newEmojiWithTone("\U0001f9ce@")                                     // person kneeling
 458	ManKneeling                            EmojiWithTone = newEmojiWithTone("\U0001f9ce@\u200d\u2642\ufe0f")                   // man kneeling
 459	WomanKneeling                          EmojiWithTone = newEmojiWithTone("\U0001f9ce@\u200d\u2640\ufe0f")                   // woman kneeling
 460	PersonKneelingFacingRight              EmojiWithTone = newEmojiWithTone("\U0001f9ce@\u200d\u27a1\ufe0f")                   // person kneeling facing right
 461	WomanKneelingFacingRight               EmojiWithTone = newEmojiWithTone("\U0001f9ce@\u200d\u2640\ufe0f\u200d\u27a1\ufe0f") // woman kneeling facing right
 462	ManKneelingFacingRight                 EmojiWithTone = newEmojiWithTone("\U0001f9ce@\u200d\u2642\ufe0f\u200d\u27a1\ufe0f") // man kneeling facing right
 463	PersonWithWhiteCane                    EmojiWithTone = newEmojiWithTone("\U0001f9d1@\u200d\U0001f9af")                     // person with white cane
 464	PersonWithWhiteCaneFacingRight         EmojiWithTone = newEmojiWithTone("\U0001f9d1@\u200d\U0001f9af\u200d\u27a1\ufe0f")   // person with white cane facing right
 465	ManWithWhiteCane                       EmojiWithTone = newEmojiWithTone("\U0001f468@\u200d\U0001f9af")                     // man with white cane
 466	ManWithWhiteCaneFacingRight            EmojiWithTone = newEmojiWithTone("\U0001f468@\u200d\U0001f9af\u200d\u27a1\ufe0f")   // man with white cane facing right
 467	WomanWithWhiteCane                     EmojiWithTone = newEmojiWithTone("\U0001f469@\u200d\U0001f9af")                     // woman with white cane
 468	WomanWithWhiteCaneFacingRight          EmojiWithTone = newEmojiWithTone("\U0001f469@\u200d\U0001f9af\u200d\u27a1\ufe0f")   // woman with white cane facing right
 469	PersonInMotorizedWheelchair            EmojiWithTone = newEmojiWithTone("\U0001f9d1@\u200d\U0001f9bc")                     // person in motorized wheelchair
 470	PersonInMotorizedWheelchairFacingRight EmojiWithTone = newEmojiWithTone("\U0001f9d1@\u200d\U0001f9bc\u200d\u27a1\ufe0f")   // person in motorized wheelchair facing right
 471	ManInMotorizedWheelchair               EmojiWithTone = newEmojiWithTone("\U0001f468@\u200d\U0001f9bc")                     // man in motorized wheelchair
 472	ManInMotorizedWheelchairFacingRight    EmojiWithTone = newEmojiWithTone("\U0001f468@\u200d\U0001f9bc\u200d\u27a1\ufe0f")   // man in motorized wheelchair facing right
 473	WomanInMotorizedWheelchair             EmojiWithTone = newEmojiWithTone("\U0001f469@\u200d\U0001f9bc")                     // woman in motorized wheelchair
 474	WomanInMotorizedWheelchairFacingRight  EmojiWithTone = newEmojiWithTone("\U0001f469@\u200d\U0001f9bc\u200d\u27a1\ufe0f")   // woman in motorized wheelchair facing right
 475	PersonInManualWheelchair               EmojiWithTone = newEmojiWithTone("\U0001f9d1@\u200d\U0001f9bd")                     // person in manual wheelchair
 476	PersonInManualWheelchairFacingRight    EmojiWithTone = newEmojiWithTone("\U0001f9d1@\u200d\U0001f9bd\u200d\u27a1\ufe0f")   // person in manual wheelchair facing right
 477	ManInManualWheelchair                  EmojiWithTone = newEmojiWithTone("\U0001f468@\u200d\U0001f9bd")                     // man in manual wheelchair
 478	ManInManualWheelchairFacingRight       EmojiWithTone = newEmojiWithTone("\U0001f468@\u200d\U0001f9bd\u200d\u27a1\ufe0f")   // man in manual wheelchair facing right
 479	WomanInManualWheelchair                EmojiWithTone = newEmojiWithTone("\U0001f469@\u200d\U0001f9bd")                     // woman in manual wheelchair
 480	WomanInManualWheelchairFacingRight     EmojiWithTone = newEmojiWithTone("\U0001f469@\u200d\U0001f9bd\u200d\u27a1\ufe0f")   // woman in manual wheelchair facing right
 481	PersonRunning                          EmojiWithTone = newEmojiWithTone("\U0001f3c3@")                                     // person running
 482	ManRunning                             EmojiWithTone = newEmojiWithTone("\U0001f3c3@\u200d\u2642\ufe0f")                   // man running
 483	WomanRunning                           EmojiWithTone = newEmojiWithTone("\U0001f3c3@\u200d\u2640\ufe0f")                   // woman running
 484	PersonRunningFacingRight               EmojiWithTone = newEmojiWithTone("\U0001f3c3@\u200d\u27a1\ufe0f")                   // person running facing right
 485	WomanRunningFacingRight                EmojiWithTone = newEmojiWithTone("\U0001f3c3@\u200d\u2640\ufe0f\u200d\u27a1\ufe0f") // woman running facing right
 486	ManRunningFacingRight                  EmojiWithTone = newEmojiWithTone("\U0001f3c3@\u200d\u2642\ufe0f\u200d\u27a1\ufe0f") // man running facing right
 487	WomanDancing                           EmojiWithTone = newEmojiWithTone("\U0001f483@")                                     // woman dancing
 488	ManDancing                             EmojiWithTone = newEmojiWithTone("\U0001f57a@")                                     // man dancing
 489	PersonInSuitLevitating                 EmojiWithTone = newEmojiWithTone("\U0001f574@").withDefaultTone("\ufe0f")           // person in suit levitating
 490	PeopleWithBunnyEars                    Emoji         = "\U0001f46f"                                                        // people with bunny ears
 491	MenWithBunnyEars                       Emoji         = "\U0001f46f\u200d\u2642\ufe0f"                                      // men with bunny ears
 492	WomenWithBunnyEars                     Emoji         = "\U0001f46f\u200d\u2640\ufe0f"                                      // women with bunny ears
 493	PersonInSteamyRoom                     EmojiWithTone = newEmojiWithTone("\U0001f9d6@")                                     // person in steamy room
 494	ManInSteamyRoom                        EmojiWithTone = newEmojiWithTone("\U0001f9d6@\u200d\u2642\ufe0f")                   // man in steamy room
 495	WomanInSteamyRoom                      EmojiWithTone = newEmojiWithTone("\U0001f9d6@\u200d\u2640\ufe0f")                   // woman in steamy room
 496	PersonClimbing                         EmojiWithTone = newEmojiWithTone("\U0001f9d7@")                                     // person climbing
 497	ManClimbing                            EmojiWithTone = newEmojiWithTone("\U0001f9d7@\u200d\u2642\ufe0f")                   // man climbing
 498	WomanClimbing                          EmojiWithTone = newEmojiWithTone("\U0001f9d7@\u200d\u2640\ufe0f")                   // woman climbing
 499	// SUBGROUP: person-sport
 500	PersonFencing          Emoji         = "\U0001f93a"                                                                // person fencing
 501	HorseRacing            EmojiWithTone = newEmojiWithTone("\U0001f3c7@")                                             // horse racing
 502	Skier                  Emoji         = "\u26f7\ufe0f"                                                              // skier
 503	Snowboarder            EmojiWithTone = newEmojiWithTone("\U0001f3c2@")                                             // snowboarder
 504	PersonGolfing          EmojiWithTone = newEmojiWithTone("\U0001f3cc@").withDefaultTone("\ufe0f")                   // person golfing
 505	ManGolfing             EmojiWithTone = newEmojiWithTone("\U0001f3cc@\u200d\u2642\ufe0f").withDefaultTone("\ufe0f") // man golfing
 506	WomanGolfing           EmojiWithTone = newEmojiWithTone("\U0001f3cc@\u200d\u2640\ufe0f").withDefaultTone("\ufe0f") // woman golfing
 507	PersonSurfing          EmojiWithTone = newEmojiWithTone("\U0001f3c4@")                                             // person surfing
 508	ManSurfing             EmojiWithTone = newEmojiWithTone("\U0001f3c4@\u200d\u2642\ufe0f")                           // man surfing
 509	WomanSurfing           EmojiWithTone = newEmojiWithTone("\U0001f3c4@\u200d\u2640\ufe0f")                           // woman surfing
 510	PersonRowingBoat       EmojiWithTone = newEmojiWithTone("\U0001f6a3@")                                             // person rowing boat
 511	ManRowingBoat          EmojiWithTone = newEmojiWithTone("\U0001f6a3@\u200d\u2642\ufe0f")                           // man rowing boat
 512	WomanRowingBoat        EmojiWithTone = newEmojiWithTone("\U0001f6a3@\u200d\u2640\ufe0f")                           // woman rowing boat
 513	PersonSwimming         EmojiWithTone = newEmojiWithTone("\U0001f3ca@")                                             // person swimming
 514	ManSwimming            EmojiWithTone = newEmojiWithTone("\U0001f3ca@\u200d\u2642\ufe0f")                           // man swimming
 515	WomanSwimming          EmojiWithTone = newEmojiWithTone("\U0001f3ca@\u200d\u2640\ufe0f")                           // woman swimming
 516	PersonBouncingBall     EmojiWithTone = newEmojiWithTone("\u26f9@").withDefaultTone("\ufe0f")                       // person bouncing ball
 517	ManBouncingBall        EmojiWithTone = newEmojiWithTone("\u26f9@\u200d\u2642\ufe0f").withDefaultTone("\ufe0f")     // man bouncing ball
 518	WomanBouncingBall      EmojiWithTone = newEmojiWithTone("\u26f9@\u200d\u2640\ufe0f").withDefaultTone("\ufe0f")     // woman bouncing ball
 519	PersonLiftingWeights   EmojiWithTone = newEmojiWithTone("\U0001f3cb@").withDefaultTone("\ufe0f")                   // person lifting weights
 520	ManLiftingWeights      EmojiWithTone = newEmojiWithTone("\U0001f3cb@\u200d\u2642\ufe0f").withDefaultTone("\ufe0f") // man lifting weights
 521	WomanLiftingWeights    EmojiWithTone = newEmojiWithTone("\U0001f3cb@\u200d\u2640\ufe0f").withDefaultTone("\ufe0f") // woman lifting weights
 522	PersonBiking           EmojiWithTone = newEmojiWithTone("\U0001f6b4@")                                             // person biking
 523	ManBiking              EmojiWithTone = newEmojiWithTone("\U0001f6b4@\u200d\u2642\ufe0f")                           // man biking
 524	WomanBiking            EmojiWithTone = newEmojiWithTone("\U0001f6b4@\u200d\u2640\ufe0f")                           // woman biking
 525	PersonMountainBiking   EmojiWithTone = newEmojiWithTone("\U0001f6b5@")                                             // person mountain biking
 526	ManMountainBiking      EmojiWithTone = newEmojiWithTone("\U0001f6b5@\u200d\u2642\ufe0f")                           // man mountain biking
 527	WomanMountainBiking    EmojiWithTone = newEmojiWithTone("\U0001f6b5@\u200d\u2640\ufe0f")                           // woman mountain biking
 528	PersonCartwheeling     EmojiWithTone = newEmojiWithTone("\U0001f938@")                                             // person cartwheeling
 529	ManCartwheeling        EmojiWithTone = newEmojiWithTone("\U0001f938@\u200d\u2642\ufe0f")                           // man cartwheeling
 530	WomanCartwheeling      EmojiWithTone = newEmojiWithTone("\U0001f938@\u200d\u2640\ufe0f")                           // woman cartwheeling
 531	PeopleWrestling        Emoji         = "\U0001f93c"                                                                // people wrestling
 532	MenWrestling           Emoji         = "\U0001f93c\u200d\u2642\ufe0f"                                              // men wrestling
 533	WomenWrestling         Emoji         = "\U0001f93c\u200d\u2640\ufe0f"                                              // women wrestling
 534	PersonPlayingWaterPolo EmojiWithTone = newEmojiWithTone("\U0001f93d@")                                             // person playing water polo
 535	ManPlayingWaterPolo    EmojiWithTone = newEmojiWithTone("\U0001f93d@\u200d\u2642\ufe0f")                           // man playing water polo
 536	WomanPlayingWaterPolo  EmojiWithTone = newEmojiWithTone("\U0001f93d@\u200d\u2640\ufe0f")                           // woman playing water polo
 537	PersonPlayingHandball  EmojiWithTone = newEmojiWithTone("\U0001f93e@")                                             // person playing handball
 538	ManPlayingHandball     EmojiWithTone = newEmojiWithTone("\U0001f93e@\u200d\u2642\ufe0f")                           // man playing handball
 539	WomanPlayingHandball   EmojiWithTone = newEmojiWithTone("\U0001f93e@\u200d\u2640\ufe0f")                           // woman playing handball
 540	PersonJuggling         EmojiWithTone = newEmojiWithTone("\U0001f939@")                                             // person juggling
 541	ManJuggling            EmojiWithTone = newEmojiWithTone("\U0001f939@\u200d\u2642\ufe0f")                           // man juggling
 542	WomanJuggling          EmojiWithTone = newEmojiWithTone("\U0001f939@\u200d\u2640\ufe0f")                           // woman juggling
 543	// SUBGROUP: person-resting
 544	PersonInLotusPosition EmojiWithTone = newEmojiWithTone("\U0001f9d8@")                   // person in lotus position
 545	ManInLotusPosition    EmojiWithTone = newEmojiWithTone("\U0001f9d8@\u200d\u2642\ufe0f") // man in lotus position
 546	WomanInLotusPosition  EmojiWithTone = newEmojiWithTone("\U0001f9d8@\u200d\u2640\ufe0f") // woman in lotus position
 547	PersonTakingBath      EmojiWithTone = newEmojiWithTone("\U0001f6c0@")                   // person taking bath
 548	PersonInBed           EmojiWithTone = newEmojiWithTone("\U0001f6cc@")                   // person in bed
 549	// SUBGROUP: family
 550	PeopleHoldingHands          EmojiWithTone = newEmojiWithTone("\U0001f9d1@\u200d\U0001f91d\u200d\U0001f9d1@", "\U0001f9d1@\u200d\U0001f91d\u200d\U0001f9d1@")                                     // people holding hands
 551	WomenHoldingHands           EmojiWithTone = newEmojiWithTone("\U0001f46d@", "\U0001f469@\u200d\U0001f91d\u200d\U0001f469@")                                                                      // women holding hands
 552	WomanAndManHoldingHands     EmojiWithTone = newEmojiWithTone("\U0001f46b@", "\U0001f469@\u200d\U0001f91d\u200d\U0001f468@")                                                                      // woman and man holding hands
 553	MenHoldingHands             EmojiWithTone = newEmojiWithTone("\U0001f46c@", "\U0001f468@\u200d\U0001f91d\u200d\U0001f468@")                                                                      // men holding hands
 554	Kiss                        EmojiWithTone = newEmojiWithTone("\U0001f48f@")                                                                                                                      // kiss
 555	KissPersonPerson            EmojiWithTone = newEmojiWithTone("\U0001f9d1@\u200d\u2764\ufe0f\u200d\U0001f48b\u200d\U0001f9d1@", "\U0001f9d1@\u200d\u2764\ufe0f\u200d\U0001f48b\u200d\U0001f9d1@") // kiss: person, person, light skin tone, medium-light skin tone
 556	KissWomanMan                EmojiWithTone = newEmojiWithTone("\U0001f469@\u200d\u2764\ufe0f\u200d\U0001f48b\u200d\U0001f468@", "\U0001f469@\u200d\u2764\ufe0f\u200d\U0001f48b\u200d\U0001f468@") // kiss: woman, man
 557	KissManMan                  EmojiWithTone = newEmojiWithTone("\U0001f468@\u200d\u2764\ufe0f\u200d\U0001f48b\u200d\U0001f468@", "\U0001f468@\u200d\u2764\ufe0f\u200d\U0001f48b\u200d\U0001f468@") // kiss: man, man
 558	KissWomanWoman              EmojiWithTone = newEmojiWithTone("\U0001f469@\u200d\u2764\ufe0f\u200d\U0001f48b\u200d\U0001f469@", "\U0001f469@\u200d\u2764\ufe0f\u200d\U0001f48b\u200d\U0001f469@") // kiss: woman, woman
 559	CoupleWithHeart             EmojiWithTone = newEmojiWithTone("\U0001f491@")                                                                                                                      // couple with heart
 560	CoupleWithHeartPersonPerson EmojiWithTone = newEmojiWithTone("\U0001f9d1@\u200d\u2764\ufe0f\u200d\U0001f9d1@", "\U0001f9d1@\u200d\u2764\ufe0f\u200d\U0001f9d1@")                                 // couple with heart: person, person, light skin tone, medium-light skin tone
 561	CoupleWithHeartWomanMan     EmojiWithTone = newEmojiWithTone("\U0001f469@\u200d\u2764\ufe0f\u200d\U0001f468@", "\U0001f469@\u200d\u2764\ufe0f\u200d\U0001f468@")                                 // couple with heart: woman, man
 562	CoupleWithHeartManMan       EmojiWithTone = newEmojiWithTone("\U0001f468@\u200d\u2764\ufe0f\u200d\U0001f468@", "\U0001f468@\u200d\u2764\ufe0f\u200d\U0001f468@")                                 // couple with heart: man, man
 563	CoupleWithHeartWomanWoman   EmojiWithTone = newEmojiWithTone("\U0001f469@\u200d\u2764\ufe0f\u200d\U0001f469@", "\U0001f469@\u200d\u2764\ufe0f\u200d\U0001f469@")                                 // couple with heart: woman, woman
 564	FamilyManWomanBoy           Emoji         = "\U0001f468\u200d\U0001f469\u200d\U0001f466"                                                                                                         // family: man, woman, boy
 565	FamilyManWomanGirl          Emoji         = "\U0001f468\u200d\U0001f469\u200d\U0001f467"                                                                                                         // family: man, woman, girl
 566	FamilyManWomanGirlBoy       Emoji         = "\U0001f468\u200d\U0001f469\u200d\U0001f467\u200d\U0001f466"                                                                                         // family: man, woman, girl, boy
 567	FamilyManWomanBoyBoy        Emoji         = "\U0001f468\u200d\U0001f469\u200d\U0001f466\u200d\U0001f466"                                                                                         // family: man, woman, boy, boy
 568	FamilyManWomanGirlGirl      Emoji         = "\U0001f468\u200d\U0001f469\u200d\U0001f467\u200d\U0001f467"                                                                                         // family: man, woman, girl, girl
 569	FamilyManManBoy             Emoji         = "\U0001f468\u200d\U0001f468\u200d\U0001f466"                                                                                                         // family: man, man, boy
 570	FamilyManManGirl            Emoji         = "\U0001f468\u200d\U0001f468\u200d\U0001f467"                                                                                                         // family: man, man, girl
 571	FamilyManManGirlBoy         Emoji         = "\U0001f468\u200d\U0001f468\u200d\U0001f467\u200d\U0001f466"                                                                                         // family: man, man, girl, boy
 572	FamilyManManBoyBoy          Emoji         = "\U0001f468\u200d\U0001f468\u200d\U0001f466\u200d\U0001f466"                                                                                         // family: man, man, boy, boy
 573	FamilyManManGirlGirl        Emoji         = "\U0001f468\u200d\U0001f468\u200d\U0001f467\u200d\U0001f467"                                                                                         // family: man, man, girl, girl
 574	FamilyWomanWomanBoy         Emoji         = "\U0001f469\u200d\U0001f469\u200d\U0001f466"                                                                                                         // family: woman, woman, boy
 575	FamilyWomanWomanGirl        Emoji         = "\U0001f469\u200d\U0001f469\u200d\U0001f467"                                                                                                         // family: woman, woman, girl
 576	FamilyWomanWomanGirlBoy     Emoji         = "\U0001f469\u200d\U0001f469\u200d\U0001f467\u200d\U0001f466"                                                                                         // family: woman, woman, girl, boy
 577	FamilyWomanWomanBoyBoy      Emoji         = "\U0001f469\u200d\U0001f469\u200d\U0001f466\u200d\U0001f466"                                                                                         // family: woman, woman, boy, boy
 578	FamilyWomanWomanGirlGirl    Emoji         = "\U0001f469\u200d\U0001f469\u200d\U0001f467\u200d\U0001f467"                                                                                         // family: woman, woman, girl, girl
 579	FamilyManBoy                Emoji         = "\U0001f468\u200d\U0001f466"                                                                                                                         // family: man, boy
 580	FamilyManBoyBoy             Emoji         = "\U0001f468\u200d\U0001f466\u200d\U0001f466"                                                                                                         // family: man, boy, boy
 581	FamilyManGirl               Emoji         = "\U0001f468\u200d\U0001f467"                                                                                                                         // family: man, girl
 582	FamilyManGirlBoy            Emoji         = "\U0001f468\u200d\U0001f467\u200d\U0001f466"                                                                                                         // family: man, girl, boy
 583	FamilyManGirlGirl           Emoji         = "\U0001f468\u200d\U0001f467\u200d\U0001f467"                                                                                                         // family: man, girl, girl
 584	FamilyWomanBoy              Emoji         = "\U0001f469\u200d\U0001f466"                                                                                                                         // family: woman, boy
 585	FamilyWomanBoyBoy           Emoji         = "\U0001f469\u200d\U0001f466\u200d\U0001f466"                                                                                                         // family: woman, boy, boy
 586	FamilyWomanGirl             Emoji         = "\U0001f469\u200d\U0001f467"                                                                                                                         // family: woman, girl
 587	FamilyWomanGirlBoy          Emoji         = "\U0001f469\u200d\U0001f467\u200d\U0001f466"                                                                                                         // family: woman, girl, boy
 588	FamilyWomanGirlGirl         Emoji         = "\U0001f469\u200d\U0001f467\u200d\U0001f467"                                                                                                         // family: woman, girl, girl
 589	// SUBGROUP: person-symbol
 590	SpeakingHead               Emoji = "\U0001f5e3\ufe0f"                                           // speaking head
 591	BustInSilhouette           Emoji = "\U0001f464"                                                 // bust in silhouette
 592	BustsInSilhouette          Emoji = "\U0001f465"                                                 // busts in silhouette
 593	PeopleHugging              Emoji = "\U0001fac2"                                                 // people hugging
 594	Family                     Emoji = "\U0001f46a"                                                 // family
 595	FamilyAdultAdultChild      Emoji = "\U0001f9d1\u200d\U0001f9d1\u200d\U0001f9d2"                 // family: adult, adult, child
 596	FamilyAdultAdultChildChild Emoji = "\U0001f9d1\u200d\U0001f9d1\u200d\U0001f9d2\u200d\U0001f9d2" // family: adult, adult, child, child
 597	FamilyAdultChild           Emoji = "\U0001f9d1\u200d\U0001f9d2"                                 // family: adult, child
 598	FamilyAdultChildChild      Emoji = "\U0001f9d1\u200d\U0001f9d2\u200d\U0001f9d2"                 // family: adult, child, child
 599	Footprints                 Emoji = "\U0001f463"                                                 // footprints
 600
 601	// GROUP: Component
 602	// SUBGROUP: skin-tone
 603	LightSkinTone       Emoji = "\U0001f3fb" // light skin tone
 604	MediumLightSkinTone Emoji = "\U0001f3fc" // medium-light skin tone
 605	MediumSkinTone      Emoji = "\U0001f3fd" // medium skin tone
 606	MediumDarkSkinTone  Emoji = "\U0001f3fe" // medium-dark skin tone
 607	DarkSkinTone        Emoji = "\U0001f3ff" // dark skin tone
 608	// SUBGROUP: hair-style
 609	RedHair   Emoji = "\U0001f9b0" // red hair
 610	CurlyHair Emoji = "\U0001f9b1" // curly hair
 611	WhiteHair Emoji = "\U0001f9b3" // white hair
 612	Bald      Emoji = "\U0001f9b2" // bald
 613
 614	// GROUP: Animals & Nature
 615	// SUBGROUP: animal-mammal
 616	MonkeyFace   Emoji = "\U0001f435"                   // monkey face
 617	Monkey       Emoji = "\U0001f412"                   // monkey
 618	Gorilla      Emoji = "\U0001f98d"                   // gorilla
 619	Orangutan    Emoji = "\U0001f9a7"                   // orangutan
 620	DogFace      Emoji = "\U0001f436"                   // dog face
 621	Dog          Emoji = "\U0001f415"                   // dog
 622	GuideDog     Emoji = "\U0001f9ae"                   // guide dog
 623	ServiceDog   Emoji = "\U0001f415\u200d\U0001f9ba"   // service dog
 624	Poodle       Emoji = "\U0001f429"                   // poodle
 625	Wolf         Emoji = "\U0001f43a"                   // wolf
 626	Fox          Emoji = "\U0001f98a"                   // fox
 627	Raccoon      Emoji = "\U0001f99d"                   // raccoon
 628	CatFace      Emoji = "\U0001f431"                   // cat face
 629	Cat          Emoji = "\U0001f408"                   // cat
 630	BlackCat     Emoji = "\U0001f408\u200d\u2b1b"       // black cat
 631	Lion         Emoji = "\U0001f981"                   // lion
 632	TigerFace    Emoji = "\U0001f42f"                   // tiger face
 633	Tiger        Emoji = "\U0001f405"                   // tiger
 634	Leopard      Emoji = "\U0001f406"                   // leopard
 635	HorseFace    Emoji = "\U0001f434"                   // horse face
 636	Moose        Emoji = "\U0001face"                   // moose
 637	Donkey       Emoji = "\U0001facf"                   // donkey
 638	Horse        Emoji = "\U0001f40e"                   // horse
 639	Unicorn      Emoji = "\U0001f984"                   // unicorn
 640	Zebra        Emoji = "\U0001f993"                   // zebra
 641	Deer         Emoji = "\U0001f98c"                   // deer
 642	Bison        Emoji = "\U0001f9ac"                   // bison
 643	CowFace      Emoji = "\U0001f42e"                   // cow face
 644	Ox           Emoji = "\U0001f402"                   // ox
 645	WaterBuffalo Emoji = "\U0001f403"                   // water buffalo
 646	Cow          Emoji = "\U0001f404"                   // cow
 647	PigFace      Emoji = "\U0001f437"                   // pig face
 648	Pig          Emoji = "\U0001f416"                   // pig
 649	Boar         Emoji = "\U0001f417"                   // boar
 650	PigNose      Emoji = "\U0001f43d"                   // pig nose
 651	Ram          Emoji = "\U0001f40f"                   // ram
 652	Ewe          Emoji = "\U0001f411"                   // ewe
 653	Goat         Emoji = "\U0001f410"                   // goat
 654	Camel        Emoji = "\U0001f42a"                   // camel
 655	TwoHumpCamel Emoji = "\U0001f42b"                   // two-hump camel
 656	Llama        Emoji = "\U0001f999"                   // llama
 657	Giraffe      Emoji = "\U0001f992"                   // giraffe
 658	Elephant     Emoji = "\U0001f418"                   // elephant
 659	Mammoth      Emoji = "\U0001f9a3"                   // mammoth
 660	Rhinoceros   Emoji = "\U0001f98f"                   // rhinoceros
 661	Hippopotamus Emoji = "\U0001f99b"                   // hippopotamus
 662	MouseFace    Emoji = "\U0001f42d"                   // mouse face
 663	Mouse        Emoji = "\U0001f401"                   // mouse
 664	Rat          Emoji = "\U0001f400"                   // rat
 665	Hamster      Emoji = "\U0001f439"                   // hamster
 666	RabbitFace   Emoji = "\U0001f430"                   // rabbit face
 667	Rabbit       Emoji = "\U0001f407"                   // rabbit
 668	Chipmunk     Emoji = "\U0001f43f\ufe0f"             // chipmunk
 669	Beaver       Emoji = "\U0001f9ab"                   // beaver
 670	Hedgehog     Emoji = "\U0001f994"                   // hedgehog
 671	Bat          Emoji = "\U0001f987"                   // bat
 672	Bear         Emoji = "\U0001f43b"                   // bear
 673	PolarBear    Emoji = "\U0001f43b\u200d\u2744\ufe0f" // polar bear
 674	Koala        Emoji = "\U0001f428"                   // koala
 675	Panda        Emoji = "\U0001f43c"                   // panda
 676	Sloth        Emoji = "\U0001f9a5"                   // sloth
 677	Otter        Emoji = "\U0001f9a6"                   // otter
 678	Skunk        Emoji = "\U0001f9a8"                   // skunk
 679	Kangaroo     Emoji = "\U0001f998"                   // kangaroo
 680	Badger       Emoji = "\U0001f9a1"                   // badger
 681	PawPrints    Emoji = "\U0001f43e"                   // paw prints
 682	// SUBGROUP: animal-bird
 683	Turkey               Emoji = "\U0001f983"                 // turkey
 684	Chicken              Emoji = "\U0001f414"                 // chicken
 685	Rooster              Emoji = "\U0001f413"                 // rooster
 686	HatchingChick        Emoji = "\U0001f423"                 // hatching chick
 687	BabyChick            Emoji = "\U0001f424"                 // baby chick
 688	FrontFacingBabyChick Emoji = "\U0001f425"                 // front-facing baby chick
 689	Bird                 Emoji = "\U0001f426"                 // bird
 690	Penguin              Emoji = "\U0001f427"                 // penguin
 691	Dove                 Emoji = "\U0001f54a\ufe0f"           // dove
 692	Eagle                Emoji = "\U0001f985"                 // eagle
 693	Duck                 Emoji = "\U0001f986"                 // duck
 694	Swan                 Emoji = "\U0001f9a2"                 // swan
 695	Owl                  Emoji = "\U0001f989"                 // owl
 696	Dodo                 Emoji = "\U0001f9a4"                 // dodo
 697	Feather              Emoji = "\U0001fab6"                 // feather
 698	Flamingo             Emoji = "\U0001f9a9"                 // flamingo
 699	Peacock              Emoji = "\U0001f99a"                 // peacock
 700	Parrot               Emoji = "\U0001f99c"                 // parrot
 701	Wing                 Emoji = "\U0001fabd"                 // wing
 702	BlackBird            Emoji = "\U0001f426\u200d\u2b1b"     // black bird
 703	Goose                Emoji = "\U0001fabf"                 // goose
 704	Phoenix              Emoji = "\U0001f426\u200d\U0001f525" // phoenix
 705	// SUBGROUP: animal-amphibian
 706	Frog Emoji = "\U0001f438" // frog
 707	// SUBGROUP: animal-reptile
 708	Crocodile  Emoji = "\U0001f40a" // crocodile
 709	Turtle     Emoji = "\U0001f422" // turtle
 710	Lizard     Emoji = "\U0001f98e" // lizard
 711	Snake      Emoji = "\U0001f40d" // snake
 712	DragonFace Emoji = "\U0001f432" // dragon face
 713	Dragon     Emoji = "\U0001f409" // dragon
 714	Sauropod   Emoji = "\U0001f995" // sauropod
 715	TRex       Emoji = "\U0001f996" // T-Rex
 716	// SUBGROUP: animal-marine
 717	SpoutingWhale Emoji = "\U0001f433" // spouting whale
 718	Whale         Emoji = "\U0001f40b" // whale
 719	Dolphin       Emoji = "\U0001f42c" // dolphin
 720	Seal          Emoji = "\U0001f9ad" // seal
 721	Fish          Emoji = "\U0001f41f" // fish
 722	TropicalFish  Emoji = "\U0001f420" // tropical fish
 723	Blowfish      Emoji = "\U0001f421" // blowfish
 724	Shark         Emoji = "\U0001f988" // shark
 725	Octopus       Emoji = "\U0001f419" // octopus
 726	SpiralShell   Emoji = "\U0001f41a" // spiral shell
 727	Coral         Emoji = "\U0001fab8" // coral
 728	Jellyfish     Emoji = "\U0001fabc" // jellyfish
 729	// SUBGROUP: animal-bug
 730	Snail      Emoji = "\U0001f40c"       // snail
 731	Butterfly  Emoji = "\U0001f98b"       // butterfly
 732	Bug        Emoji = "\U0001f41b"       // bug
 733	Ant        Emoji = "\U0001f41c"       // ant
 734	Honeybee   Emoji = "\U0001f41d"       // honeybee
 735	Beetle     Emoji = "\U0001fab2"       // beetle
 736	LadyBeetle Emoji = "\U0001f41e"       // lady beetle
 737	Cricket    Emoji = "\U0001f997"       // cricket
 738	Cockroach  Emoji = "\U0001fab3"       // cockroach
 739	Spider     Emoji = "\U0001f577\ufe0f" // spider
 740	SpiderWeb  Emoji = "\U0001f578\ufe0f" // spider web
 741	Scorpion   Emoji = "\U0001f982"       // scorpion
 742	Mosquito   Emoji = "\U0001f99f"       // mosquito
 743	Fly        Emoji = "\U0001fab0"       // fly
 744	Worm       Emoji = "\U0001fab1"       // worm
 745	Microbe    Emoji = "\U0001f9a0"       // microbe
 746	// SUBGROUP: plant-flower
 747	Bouquet       Emoji = "\U0001f490"       // bouquet
 748	CherryBlossom Emoji = "\U0001f338"       // cherry blossom
 749	WhiteFlower   Emoji = "\U0001f4ae"       // white flower
 750	Lotus         Emoji = "\U0001fab7"       // lotus
 751	Rosette       Emoji = "\U0001f3f5\ufe0f" // rosette
 752	Rose          Emoji = "\U0001f339"       // rose
 753	WiltedFlower  Emoji = "\U0001f940"       // wilted flower
 754	Hibiscus      Emoji = "\U0001f33a"       // hibiscus
 755	Sunflower     Emoji = "\U0001f33b"       // sunflower
 756	Blossom       Emoji = "\U0001f33c"       // blossom
 757	Tulip         Emoji = "\U0001f337"       // tulip
 758	Hyacinth      Emoji = "\U0001fabb"       // hyacinth
 759	// SUBGROUP: plant-other
 760	Seedling             Emoji = "\U0001f331"   // seedling
 761	PottedPlant          Emoji = "\U0001fab4"   // potted plant
 762	EvergreenTree        Emoji = "\U0001f332"   // evergreen tree
 763	DeciduousTree        Emoji = "\U0001f333"   // deciduous tree
 764	PalmTree             Emoji = "\U0001f334"   // palm tree
 765	Cactus               Emoji = "\U0001f335"   // cactus
 766	SheafOfRice          Emoji = "\U0001f33e"   // sheaf of rice
 767	Herb                 Emoji = "\U0001f33f"   // herb
 768	Shamrock             Emoji = "\u2618\ufe0f" // shamrock
 769	FourLeafClover       Emoji = "\U0001f340"   // four leaf clover
 770	MapleLeaf            Emoji = "\U0001f341"   // maple leaf
 771	FallenLeaf           Emoji = "\U0001f342"   // fallen leaf
 772	LeafFlutteringInWind Emoji = "\U0001f343"   // leaf fluttering in wind
 773	EmptyNest            Emoji = "\U0001fab9"   // empty nest
 774	NestWithEggs         Emoji = "\U0001faba"   // nest with eggs
 775	Mushroom             Emoji = "\U0001f344"   // mushroom
 776
 777	// GROUP: Food & Drink
 778	// SUBGROUP: food-fruit
 779	Grapes      Emoji = "\U0001f347"                 // grapes
 780	Melon       Emoji = "\U0001f348"                 // melon
 781	Watermelon  Emoji = "\U0001f349"                 // watermelon
 782	Tangerine   Emoji = "\U0001f34a"                 // tangerine
 783	Lemon       Emoji = "\U0001f34b"                 // lemon
 784	Lime        Emoji = "\U0001f34b\u200d\U0001f7e9" // lime
 785	Banana      Emoji = "\U0001f34c"                 // banana
 786	Pineapple   Emoji = "\U0001f34d"                 // pineapple
 787	Mango       Emoji = "\U0001f96d"                 // mango
 788	RedApple    Emoji = "\U0001f34e"                 // red apple
 789	GreenApple  Emoji = "\U0001f34f"                 // green apple
 790	Pear        Emoji = "\U0001f350"                 // pear
 791	Peach       Emoji = "\U0001f351"                 // peach
 792	Cherries    Emoji = "\U0001f352"                 // cherries
 793	Strawberry  Emoji = "\U0001f353"                 // strawberry
 794	Blueberries Emoji = "\U0001fad0"                 // blueberries
 795	KiwiFruit   Emoji = "\U0001f95d"                 // kiwi fruit
 796	Tomato      Emoji = "\U0001f345"                 // tomato
 797	Olive       Emoji = "\U0001fad2"                 // olive
 798	Coconut     Emoji = "\U0001f965"                 // coconut
 799	// SUBGROUP: food-vegetable
 800	Avocado       Emoji = "\U0001f951"                 // avocado
 801	Eggplant      Emoji = "\U0001f346"                 // eggplant
 802	Potato        Emoji = "\U0001f954"                 // potato
 803	Carrot        Emoji = "\U0001f955"                 // carrot
 804	EarOfCorn     Emoji = "\U0001f33d"                 // ear of corn
 805	HotPepper     Emoji = "\U0001f336\ufe0f"           // hot pepper
 806	BellPepper    Emoji = "\U0001fad1"                 // bell pepper
 807	Cucumber      Emoji = "\U0001f952"                 // cucumber
 808	LeafyGreen    Emoji = "\U0001f96c"                 // leafy green
 809	Broccoli      Emoji = "\U0001f966"                 // broccoli
 810	Garlic        Emoji = "\U0001f9c4"                 // garlic
 811	Onion         Emoji = "\U0001f9c5"                 // onion
 812	Peanuts       Emoji = "\U0001f95c"                 // peanuts
 813	Beans         Emoji = "\U0001fad8"                 // beans
 814	Chestnut      Emoji = "\U0001f330"                 // chestnut
 815	GingerRoot    Emoji = "\U0001fada"                 // ginger root
 816	PeaPod        Emoji = "\U0001fadb"                 // pea pod
 817	BrownMushroom Emoji = "\U0001f344\u200d\U0001f7eb" // brown mushroom
 818	// SUBGROUP: food-prepared
 819	Bread            Emoji = "\U0001f35e" // bread
 820	Croissant        Emoji = "\U0001f950" // croissant
 821	BaguetteBread    Emoji = "\U0001f956" // baguette bread
 822	Flatbread        Emoji = "\U0001fad3" // flatbread
 823	Pretzel          Emoji = "\U0001f968" // pretzel
 824	Bagel            Emoji = "\U0001f96f" // bagel
 825	Pancakes         Emoji = "\U0001f95e" // pancakes
 826	Waffle           Emoji = "\U0001f9c7" // waffle
 827	CheeseWedge      Emoji = "\U0001f9c0" // cheese wedge
 828	MeatOnBone       Emoji = "\U0001f356" // meat on bone
 829	PoultryLeg       Emoji = "\U0001f357" // poultry leg
 830	CutOfMeat        Emoji = "\U0001f969" // cut of meat
 831	Bacon            Emoji = "\U0001f953" // bacon
 832	Hamburger        Emoji = "\U0001f354" // hamburger
 833	FrenchFries      Emoji = "\U0001f35f" // french fries
 834	Pizza            Emoji = "\U0001f355" // pizza
 835	HotDog           Emoji = "\U0001f32d" // hot dog
 836	Sandwich         Emoji = "\U0001f96a" // sandwich
 837	Taco             Emoji = "\U0001f32e" // taco
 838	Burrito          Emoji = "\U0001f32f" // burrito
 839	Tamale           Emoji = "\U0001fad4" // tamale
 840	StuffedFlatbread Emoji = "\U0001f959" // stuffed flatbread
 841	Falafel          Emoji = "\U0001f9c6" // falafel
 842	Egg              Emoji = "\U0001f95a" // egg
 843	Cooking          Emoji = "\U0001f373" // cooking
 844	ShallowPanOfFood Emoji = "\U0001f958" // shallow pan of food
 845	PotOfFood        Emoji = "\U0001f372" // pot of food
 846	Fondue           Emoji = "\U0001fad5" // fondue
 847	BowlWithSpoon    Emoji = "\U0001f963" // bowl with spoon
 848	GreenSalad       Emoji = "\U0001f957" // green salad
 849	Popcorn          Emoji = "\U0001f37f" // popcorn
 850	Butter           Emoji = "\U0001f9c8" // butter
 851	Salt             Emoji = "\U0001f9c2" // salt
 852	CannedFood       Emoji = "\U0001f96b" // canned food
 853	// SUBGROUP: food-asian
 854	BentoBox           Emoji = "\U0001f371" // bento box
 855	RiceCracker        Emoji = "\U0001f358" // rice cracker
 856	RiceBall           Emoji = "\U0001f359" // rice ball
 857	CookedRice         Emoji = "\U0001f35a" // cooked rice
 858	CurryRice          Emoji = "\U0001f35b" // curry rice
 859	SteamingBowl       Emoji = "\U0001f35c" // steaming bowl
 860	Spaghetti          Emoji = "\U0001f35d" // spaghetti
 861	RoastedSweetPotato Emoji = "\U0001f360" // roasted sweet potato
 862	Oden               Emoji = "\U0001f362" // oden
 863	Sushi              Emoji = "\U0001f363" // sushi
 864	FriedShrimp        Emoji = "\U0001f364" // fried shrimp
 865	FishCakeWithSwirl  Emoji = "\U0001f365" // fish cake with swirl
 866	MoonCake           Emoji = "\U0001f96e" // moon cake
 867	Dango              Emoji = "\U0001f361" // dango
 868	Dumpling           Emoji = "\U0001f95f" // dumpling
 869	FortuneCookie      Emoji = "\U0001f960" // fortune cookie
 870	TakeoutBox         Emoji = "\U0001f961" // takeout box
 871	// SUBGROUP: food-marine
 872	Crab    Emoji = "\U0001f980" // crab
 873	Lobster Emoji = "\U0001f99e" // lobster
 874	Shrimp  Emoji = "\U0001f990" // shrimp
 875	Squid   Emoji = "\U0001f991" // squid
 876	Oyster  Emoji = "\U0001f9aa" // oyster
 877	// SUBGROUP: food-sweet
 878	SoftIceCream Emoji = "\U0001f366" // soft ice cream
 879	ShavedIce    Emoji = "\U0001f367" // shaved ice
 880	IceCream     Emoji = "\U0001f368" // ice cream
 881	Doughnut     Emoji = "\U0001f369" // doughnut
 882	Cookie       Emoji = "\U0001f36a" // cookie
 883	BirthdayCake Emoji = "\U0001f382" // birthday cake
 884	Shortcake    Emoji = "\U0001f370" // shortcake
 885	Cupcake      Emoji = "\U0001f9c1" // cupcake
 886	Pie          Emoji = "\U0001f967" // pie
 887	ChocolateBar Emoji = "\U0001f36b" // chocolate bar
 888	Candy        Emoji = "\U0001f36c" // candy
 889	Lollipop     Emoji = "\U0001f36d" // lollipop
 890	Custard      Emoji = "\U0001f36e" // custard
 891	HoneyPot     Emoji = "\U0001f36f" // honey pot
 892	// SUBGROUP: drink
 893	BabyBottle            Emoji = "\U0001f37c" // baby bottle
 894	GlassOfMilk           Emoji = "\U0001f95b" // glass of milk
 895	HotBeverage           Emoji = "\u2615"     // hot beverage
 896	Teapot                Emoji = "\U0001fad6" // teapot
 897	TeacupWithoutHandle   Emoji = "\U0001f375" // teacup without handle
 898	Sake                  Emoji = "\U0001f376" // sake
 899	BottleWithPoppingCork Emoji = "\U0001f37e" // bottle with popping cork
 900	WineGlass             Emoji = "\U0001f377" // wine glass
 901	CocktailGlass         Emoji = "\U0001f378" // cocktail glass
 902	TropicalDrink         Emoji = "\U0001f379" // tropical drink
 903	BeerMug               Emoji = "\U0001f37a" // beer mug
 904	ClinkingBeerMugs      Emoji = "\U0001f37b" // clinking beer mugs
 905	ClinkingGlasses       Emoji = "\U0001f942" // clinking glasses
 906	TumblerGlass          Emoji = "\U0001f943" // tumbler glass
 907	PouringLiquid         Emoji = "\U0001fad7" // pouring liquid
 908	CupWithStraw          Emoji = "\U0001f964" // cup with straw
 909	BubbleTea             Emoji = "\U0001f9cb" // bubble tea
 910	BeverageBox           Emoji = "\U0001f9c3" // beverage box
 911	Mate                  Emoji = "\U0001f9c9" // mate
 912	Ice                   Emoji = "\U0001f9ca" // ice
 913	// SUBGROUP: dishware
 914	Chopsticks            Emoji = "\U0001f962"       // chopsticks
 915	ForkAndKnifeWithPlate Emoji = "\U0001f37d\ufe0f" // fork and knife with plate
 916	ForkAndKnife          Emoji = "\U0001f374"       // fork and knife
 917	Spoon                 Emoji = "\U0001f944"       // spoon
 918	KitchenKnife          Emoji = "\U0001f52a"       // kitchen knife
 919	Jar                   Emoji = "\U0001fad9"       // jar
 920	Amphora               Emoji = "\U0001f3fa"       // amphora
 921
 922	// GROUP: Travel & Places
 923	// SUBGROUP: place-map
 924	GlobeShowingEuropeAfrica  Emoji = "\U0001f30d"       // globe showing Europe-Africa
 925	GlobeShowingAmericas      Emoji = "\U0001f30e"       // globe showing Americas
 926	GlobeShowingAsiaAustralia Emoji = "\U0001f30f"       // globe showing Asia-Australia
 927	GlobeWithMeridians        Emoji = "\U0001f310"       // globe with meridians
 928	WorldMap                  Emoji = "\U0001f5fa\ufe0f" // world map
 929	MapOfJapan                Emoji = "\U0001f5fe"       // map of Japan
 930	Compass                   Emoji = "\U0001f9ed"       // compass
 931	// SUBGROUP: place-geographic
 932	SnowCappedMountain Emoji = "\U0001f3d4\ufe0f" // snow-capped mountain
 933	Mountain           Emoji = "\u26f0\ufe0f"     // mountain
 934	Volcano            Emoji = "\U0001f30b"       // volcano
 935	MountFuji          Emoji = "\U0001f5fb"       // mount fuji
 936	Camping            Emoji = "\U0001f3d5\ufe0f" // camping
 937	BeachWithUmbrella  Emoji = "\U0001f3d6\ufe0f" // beach with umbrella
 938	Desert             Emoji = "\U0001f3dc\ufe0f" // desert
 939	DesertIsland       Emoji = "\U0001f3dd\ufe0f" // desert island
 940	NationalPark       Emoji = "\U0001f3de\ufe0f" // national park
 941	// SUBGROUP: place-building
 942	Stadium              Emoji = "\U0001f3df\ufe0f" // stadium
 943	ClassicalBuilding    Emoji = "\U0001f3db\ufe0f" // classical building
 944	BuildingConstruction Emoji = "\U0001f3d7\ufe0f" // building construction
 945	Brick                Emoji = "\U0001f9f1"       // brick
 946	Rock                 Emoji = "\U0001faa8"       // rock
 947	Wood                 Emoji = "\U0001fab5"       // wood
 948	Hut                  Emoji = "\U0001f6d6"       // hut
 949	Houses               Emoji = "\U0001f3d8\ufe0f" // houses
 950	DerelictHouse        Emoji = "\U0001f3da\ufe0f" // derelict house
 951	House                Emoji = "\U0001f3e0"       // house
 952	HouseWithGarden      Emoji = "\U0001f3e1"       // house with garden
 953	OfficeBuilding       Emoji = "\U0001f3e2"       // office building
 954	JapanesePostOffice   Emoji = "\U0001f3e3"       // Japanese post office
 955	PostOffice           Emoji = "\U0001f3e4"       // post office
 956	Hospital             Emoji = "\U0001f3e5"       // hospital
 957	Bank                 Emoji = "\U0001f3e6"       // bank
 958	Hotel                Emoji = "\U0001f3e8"       // hotel
 959	LoveHotel            Emoji = "\U0001f3e9"       // love hotel
 960	ConvenienceStore     Emoji = "\U0001f3ea"       // convenience store
 961	School               Emoji = "\U0001f3eb"       // school
 962	DepartmentStore      Emoji = "\U0001f3ec"       // department store
 963	Factory              Emoji = "\U0001f3ed"       // factory
 964	JapaneseCastle       Emoji = "\U0001f3ef"       // Japanese castle
 965	Castle               Emoji = "\U0001f3f0"       // castle
 966	Wedding              Emoji = "\U0001f492"       // wedding
 967	TokyoTower           Emoji = "\U0001f5fc"       // Tokyo tower
 968	StatueOfLiberty      Emoji = "\U0001f5fd"       // Statue of Liberty
 969	// SUBGROUP: place-religious
 970	Church       Emoji = "\u26ea"       // church
 971	Mosque       Emoji = "\U0001f54c"   // mosque
 972	HinduTemple  Emoji = "\U0001f6d5"   // hindu temple
 973	Synagogue    Emoji = "\U0001f54d"   // synagogue
 974	ShintoShrine Emoji = "\u26e9\ufe0f" // shinto shrine
 975	Kaaba        Emoji = "\U0001f54b"   // kaaba
 976	// SUBGROUP: place-other
 977	Fountain             Emoji = "\u26f2"           // fountain
 978	Tent                 Emoji = "\u26fa"           // tent
 979	Foggy                Emoji = "\U0001f301"       // foggy
 980	NightWithStars       Emoji = "\U0001f303"       // night with stars
 981	Cityscape            Emoji = "\U0001f3d9\ufe0f" // cityscape
 982	SunriseOverMountains Emoji = "\U0001f304"       // sunrise over mountains
 983	Sunrise              Emoji = "\U0001f305"       // sunrise
 984	CityscapeAtDusk      Emoji = "\U0001f306"       // cityscape at dusk
 985	Sunset               Emoji = "\U0001f307"       // sunset
 986	BridgeAtNight        Emoji = "\U0001f309"       // bridge at night
 987	HotSprings           Emoji = "\u2668\ufe0f"     // hot springs
 988	CarouselHorse        Emoji = "\U0001f3a0"       // carousel horse
 989	PlaygroundSlide      Emoji = "\U0001f6dd"       // playground slide
 990	FerrisWheel          Emoji = "\U0001f3a1"       // ferris wheel
 991	RollerCoaster        Emoji = "\U0001f3a2"       // roller coaster
 992	BarberPole           Emoji = "\U0001f488"       // barber pole
 993	CircusTent           Emoji = "\U0001f3aa"       // circus tent
 994	// SUBGROUP: transport-ground
 995	Locomotive             Emoji = "\U0001f682"       // locomotive
 996	RailwayCar             Emoji = "\U0001f683"       // railway car
 997	HighSpeedTrain         Emoji = "\U0001f684"       // high-speed train
 998	BulletTrain            Emoji = "\U0001f685"       // bullet train
 999	Train                  Emoji = "\U0001f686"       // train
1000	Metro                  Emoji = "\U0001f687"       // metro
1001	LightRail              Emoji = "\U0001f688"       // light rail
1002	Station                Emoji = "\U0001f689"       // station
1003	Tram                   Emoji = "\U0001f68a"       // tram
1004	Monorail               Emoji = "\U0001f69d"       // monorail
1005	MountainRailway        Emoji = "\U0001f69e"       // mountain railway
1006	TramCar                Emoji = "\U0001f68b"       // tram car
1007	Bus                    Emoji = "\U0001f68c"       // bus
1008	OncomingBus            Emoji = "\U0001f68d"       // oncoming bus
1009	Trolleybus             Emoji = "\U0001f68e"       // trolleybus
1010	Minibus                Emoji = "\U0001f690"       // minibus
1011	Ambulance              Emoji = "\U0001f691"       // ambulance
1012	FireEngine             Emoji = "\U0001f692"       // fire engine
1013	PoliceCar              Emoji = "\U0001f693"       // police car
1014	OncomingPoliceCar      Emoji = "\U0001f694"       // oncoming police car
1015	Taxi                   Emoji = "\U0001f695"       // taxi
1016	OncomingTaxi           Emoji = "\U0001f696"       // oncoming taxi
1017	Automobile             Emoji = "\U0001f697"       // automobile
1018	OncomingAutomobile     Emoji = "\U0001f698"       // oncoming automobile
1019	SportUtilityVehicle    Emoji = "\U0001f699"       // sport utility vehicle
1020	PickupTruck            Emoji = "\U0001f6fb"       // pickup truck
1021	DeliveryTruck          Emoji = "\U0001f69a"       // delivery truck
1022	ArticulatedLorry       Emoji = "\U0001f69b"       // articulated lorry
1023	Tractor                Emoji = "\U0001f69c"       // tractor
1024	RacingCar              Emoji = "\U0001f3ce\ufe0f" // racing car
1025	Motorcycle             Emoji = "\U0001f3cd\ufe0f" // motorcycle
1026	MotorScooter           Emoji = "\U0001f6f5"       // motor scooter
1027	ManualWheelchair       Emoji = "\U0001f9bd"       // manual wheelchair
1028	MotorizedWheelchair    Emoji = "\U0001f9bc"       // motorized wheelchair
1029	AutoRickshaw           Emoji = "\U0001f6fa"       // auto rickshaw
1030	Bicycle                Emoji = "\U0001f6b2"       // bicycle
1031	KickScooter            Emoji = "\U0001f6f4"       // kick scooter
1032	Skateboard             Emoji = "\U0001f6f9"       // skateboard
1033	RollerSkate            Emoji = "\U0001f6fc"       // roller skate
1034	BusStop                Emoji = "\U0001f68f"       // bus stop
1035	Motorway               Emoji = "\U0001f6e3\ufe0f" // motorway
1036	RailwayTrack           Emoji = "\U0001f6e4\ufe0f" // railway track
1037	OilDrum                Emoji = "\U0001f6e2\ufe0f" // oil drum
1038	FuelPump               Emoji = "\u26fd"           // fuel pump
1039	Wheel                  Emoji = "\U0001f6de"       // wheel
1040	PoliceCarLight         Emoji = "\U0001f6a8"       // police car light
1041	HorizontalTrafficLight Emoji = "\U0001f6a5"       // horizontal traffic light
1042	VerticalTrafficLight   Emoji = "\U0001f6a6"       // vertical traffic light
1043	StopSign               Emoji = "\U0001f6d1"       // stop sign
1044	Construction           Emoji = "\U0001f6a7"       // construction
1045	// SUBGROUP: transport-water
1046	Anchor        Emoji = "\u2693"           // anchor
1047	RingBuoy      Emoji = "\U0001f6df"       // ring buoy
1048	Sailboat      Emoji = "\u26f5"           // sailboat
1049	Canoe         Emoji = "\U0001f6f6"       // canoe
1050	Speedboat     Emoji = "\U0001f6a4"       // speedboat
1051	PassengerShip Emoji = "\U0001f6f3\ufe0f" // passenger ship
1052	Ferry         Emoji = "\u26f4\ufe0f"     // ferry
1053	MotorBoat     Emoji = "\U0001f6e5\ufe0f" // motor boat
1054	Ship          Emoji = "\U0001f6a2"       // ship
1055	// SUBGROUP: transport-air
1056	Airplane          Emoji = "\u2708\ufe0f"     // airplane
1057	SmallAirplane     Emoji = "\U0001f6e9\ufe0f" // small airplane
1058	AirplaneDeparture Emoji = "\U0001f6eb"       // airplane departure
1059	AirplaneArrival   Emoji = "\U0001f6ec"       // airplane arrival
1060	Parachute         Emoji = "\U0001fa82"       // parachute
1061	Seat              Emoji = "\U0001f4ba"       // seat
1062	Helicopter        Emoji = "\U0001f681"       // helicopter
1063	SuspensionRailway Emoji = "\U0001f69f"       // suspension railway
1064	MountainCableway  Emoji = "\U0001f6a0"       // mountain cableway
1065	AerialTramway     Emoji = "\U0001f6a1"       // aerial tramway
1066	Satellite         Emoji = "\U0001f6f0\ufe0f" // satellite
1067	Rocket            Emoji = "\U0001f680"       // rocket
1068	FlyingSaucer      Emoji = "\U0001f6f8"       // flying saucer
1069	// SUBGROUP: hotel
1070	BellhopBell Emoji = "\U0001f6ce\ufe0f" // bellhop bell
1071	Luggage     Emoji = "\U0001f9f3"       // luggage
1072	// SUBGROUP: time
1073	HourglassDone    Emoji = "\u231b"           // hourglass done
1074	HourglassNotDone Emoji = "\u23f3"           // hourglass not done
1075	Watch            Emoji = "\u231a"           // watch
1076	AlarmClock       Emoji = "\u23f0"           // alarm clock
1077	Stopwatch        Emoji = "\u23f1\ufe0f"     // stopwatch
1078	TimerClock       Emoji = "\u23f2\ufe0f"     // timer clock
1079	MantelpieceClock Emoji = "\U0001f570\ufe0f" // mantelpiece clock
1080	TwelveOClock     Emoji = "\U0001f55b"       // twelve o’clock
1081	TwelveThirty     Emoji = "\U0001f567"       // twelve-thirty
1082	OneOClock        Emoji = "\U0001f550"       // one o’clock
1083	OneThirty        Emoji = "\U0001f55c"       // one-thirty
1084	TwoOClock        Emoji = "\U0001f551"       // two o’clock
1085	TwoThirty        Emoji = "\U0001f55d"       // two-thirty
1086	ThreeOClock      Emoji = "\U0001f552"       // three o’clock
1087	ThreeThirty      Emoji = "\U0001f55e"       // three-thirty
1088	FourOClock       Emoji = "\U0001f553"       // four o’clock
1089	FourThirty       Emoji = "\U0001f55f"       // four-thirty
1090	FiveOClock       Emoji = "\U0001f554"       // five o’clock
1091	FiveThirty       Emoji = "\U0001f560"       // five-thirty
1092	SixOClock        Emoji = "\U0001f555"       // six o’clock
1093	SixThirty        Emoji = "\U0001f561"       // six-thirty
1094	SevenOClock      Emoji = "\U0001f556"       // seven o’clock
1095	SevenThirty      Emoji = "\U0001f562"       // seven-thirty
1096	EightOClock      Emoji = "\U0001f557"       // eight o’clock
1097	EightThirty      Emoji = "\U0001f563"       // eight-thirty
1098	NineOClock       Emoji = "\U0001f558"       // nine o’clock
1099	NineThirty       Emoji = "\U0001f564"       // nine-thirty
1100	TenOClock        Emoji = "\U0001f559"       // ten o’clock
1101	TenThirty        Emoji = "\U0001f565"       // ten-thirty
1102	ElevenOClock     Emoji = "\U0001f55a"       // eleven o’clock
1103	ElevenThirty     Emoji = "\U0001f566"       // eleven-thirty
1104	// SUBGROUP: sky & weather
1105	NewMoon                   Emoji = "\U0001f311"       // new moon
1106	WaxingCrescentMoon        Emoji = "\U0001f312"       // waxing crescent moon
1107	FirstQuarterMoon          Emoji = "\U0001f313"       // first quarter moon
1108	WaxingGibbousMoon         Emoji = "\U0001f314"       // waxing gibbous moon
1109	FullMoon                  Emoji = "\U0001f315"       // full moon
1110	WaningGibbousMoon         Emoji = "\U0001f316"       // waning gibbous moon
1111	LastQuarterMoon           Emoji = "\U0001f317"       // last quarter moon
1112	WaningCrescentMoon        Emoji = "\U0001f318"       // waning crescent moon
1113	CrescentMoon              Emoji = "\U0001f319"       // crescent moon
1114	NewMoonFace               Emoji = "\U0001f31a"       // new moon face
1115	FirstQuarterMoonFace      Emoji = "\U0001f31b"       // first quarter moon face
1116	LastQuarterMoonFace       Emoji = "\U0001f31c"       // last quarter moon face
1117	Thermometer               Emoji = "\U0001f321\ufe0f" // thermometer
1118	Sun                       Emoji = "\u2600\ufe0f"     // sun
1119	FullMoonFace              Emoji = "\U0001f31d"       // full moon face
1120	SunWithFace               Emoji = "\U0001f31e"       // sun with face
1121	RingedPlanet              Emoji = "\U0001fa90"       // ringed planet
1122	Star                      Emoji = "\u2b50"           // star
1123	GlowingStar               Emoji = "\U0001f31f"       // glowing star
1124	ShootingStar              Emoji = "\U0001f320"       // shooting star
1125	MilkyWay                  Emoji = "\U0001f30c"       // milky way
1126	Cloud                     Emoji = "\u2601\ufe0f"     // cloud
1127	SunBehindCloud            Emoji = "\u26c5"           // sun behind cloud
1128	CloudWithLightningAndRain Emoji = "\u26c8\ufe0f"     // cloud with lightning and rain
1129	SunBehindSmallCloud       Emoji = "\U0001f324\ufe0f" // sun behind small cloud
1130	SunBehindLargeCloud       Emoji = "\U0001f325\ufe0f" // sun behind large cloud
1131	SunBehindRainCloud        Emoji = "\U0001f326\ufe0f" // sun behind rain cloud
1132	CloudWithRain             Emoji = "\U0001f327\ufe0f" // cloud with rain
1133	CloudWithSnow             Emoji = "\U0001f328\ufe0f" // cloud with snow
1134	CloudWithLightning        Emoji = "\U0001f329\ufe0f" // cloud with lightning
1135	Tornado                   Emoji = "\U0001f32a\ufe0f" // tornado
1136	Fog                       Emoji = "\U0001f32b\ufe0f" // fog
1137	WindFace                  Emoji = "\U0001f32c\ufe0f" // wind face
1138	Cyclone                   Emoji = "\U0001f300"       // cyclone
1139	Rainbow                   Emoji = "\U0001f308"       // rainbow
1140	ClosedUmbrella            Emoji = "\U0001f302"       // closed umbrella
1141	Umbrella                  Emoji = "\u2602\ufe0f"     // umbrella
1142	UmbrellaWithRainDrops     Emoji = "\u2614"           // umbrella with rain drops
1143	UmbrellaOnGround          Emoji = "\u26f1\ufe0f"     // umbrella on ground
1144	HighVoltage               Emoji = "\u26a1"           // high voltage
1145	Snowflake                 Emoji = "\u2744\ufe0f"     // snowflake
1146	Snowman                   Emoji = "\u2603\ufe0f"     // snowman
1147	SnowmanWithoutSnow        Emoji = "\u26c4"           // snowman without snow
1148	Comet                     Emoji = "\u2604\ufe0f"     // comet
1149	Fire                      Emoji = "\U0001f525"       // fire
1150	Droplet                   Emoji = "\U0001f4a7"       // droplet
1151	WaterWave                 Emoji = "\U0001f30a"       // water wave
1152
1153	// GROUP: Activities
1154	// SUBGROUP: event
1155	JackOLantern        Emoji = "\U0001f383"       // jack-o-lantern
1156	ChristmasTree       Emoji = "\U0001f384"       // Christmas tree
1157	Fireworks           Emoji = "\U0001f386"       // fireworks
1158	Sparkler            Emoji = "\U0001f387"       // sparkler
1159	Firecracker         Emoji = "\U0001f9e8"       // firecracker
1160	Sparkles            Emoji = "\u2728"           // sparkles
1161	Balloon             Emoji = "\U0001f388"       // balloon
1162	PartyPopper         Emoji = "\U0001f389"       // party popper
1163	ConfettiBall        Emoji = "\U0001f38a"       // confetti ball
1164	TanabataTree        Emoji = "\U0001f38b"       // tanabata tree
1165	PineDecoration      Emoji = "\U0001f38d"       // pine decoration
1166	JapaneseDolls       Emoji = "\U0001f38e"       // Japanese dolls
1167	CarpStreamer        Emoji = "\U0001f38f"       // carp streamer
1168	WindChime           Emoji = "\U0001f390"       // wind chime
1169	MoonViewingCeremony Emoji = "\U0001f391"       // moon viewing ceremony
1170	RedEnvelope         Emoji = "\U0001f9e7"       // red envelope
1171	Ribbon              Emoji = "\U0001f380"       // ribbon
1172	WrappedGift         Emoji = "\U0001f381"       // wrapped gift
1173	ReminderRibbon      Emoji = "\U0001f397\ufe0f" // reminder ribbon
1174	AdmissionTickets    Emoji = "\U0001f39f\ufe0f" // admission tickets
1175	Ticket              Emoji = "\U0001f3ab"       // ticket
1176	// SUBGROUP: award-medal
1177	MilitaryMedal    Emoji = "\U0001f396\ufe0f" // military medal
1178	Trophy           Emoji = "\U0001f3c6"       // trophy
1179	SportsMedal      Emoji = "\U0001f3c5"       // sports medal
1180	FirstPlaceMedal  Emoji = "\U0001f947"       // 1st place medal
1181	SecondPlaceMedal Emoji = "\U0001f948"       // 2nd place medal
1182	ThirdPlaceMedal  Emoji = "\U0001f949"       // 3rd place medal
1183	// SUBGROUP: sport
1184	SoccerBall         Emoji = "\u26bd"       // soccer ball
1185	Baseball           Emoji = "\u26be"       // baseball
1186	Softball           Emoji = "\U0001f94e"   // softball
1187	Basketball         Emoji = "\U0001f3c0"   // basketball
1188	Volleyball         Emoji = "\U0001f3d0"   // volleyball
1189	AmericanFootball   Emoji = "\U0001f3c8"   // american football
1190	RugbyFootball      Emoji = "\U0001f3c9"   // rugby football
1191	Tennis             Emoji = "\U0001f3be"   // tennis
1192	FlyingDisc         Emoji = "\U0001f94f"   // flying disc
1193	Bowling            Emoji = "\U0001f3b3"   // bowling
1194	CricketGame        Emoji = "\U0001f3cf"   // cricket game
1195	FieldHockey        Emoji = "\U0001f3d1"   // field hockey
1196	IceHockey          Emoji = "\U0001f3d2"   // ice hockey
1197	Lacrosse           Emoji = "\U0001f94d"   // lacrosse
1198	PingPong           Emoji = "\U0001f3d3"   // ping pong
1199	Badminton          Emoji = "\U0001f3f8"   // badminton
1200	BoxingGlove        Emoji = "\U0001f94a"   // boxing glove
1201	MartialArtsUniform Emoji = "\U0001f94b"   // martial arts uniform
1202	GoalNet            Emoji = "\U0001f945"   // goal net
1203	FlagInHole         Emoji = "\u26f3"       // flag in hole
1204	IceSkate           Emoji = "\u26f8\ufe0f" // ice skate
1205	FishingPole        Emoji = "\U0001f3a3"   // fishing pole
1206	DivingMask         Emoji = "\U0001f93f"   // diving mask
1207	RunningShirt       Emoji = "\U0001f3bd"   // running shirt
1208	Skis               Emoji = "\U0001f3bf"   // skis
1209	Sled               Emoji = "\U0001f6f7"   // sled
1210	CurlingStone       Emoji = "\U0001f94c"   // curling stone
1211	// SUBGROUP: game
1212	Bullseye           Emoji = "\U0001f3af"       // bullseye
1213	YoYo               Emoji = "\U0001fa80"       // yo-yo
1214	Kite               Emoji = "\U0001fa81"       // kite
1215	WaterPistol        Emoji = "\U0001f52b"       // water pistol
1216	Pool8Ball          Emoji = "\U0001f3b1"       // pool 8 ball
1217	CrystalBall        Emoji = "\U0001f52e"       // crystal ball
1218	MagicWand          Emoji = "\U0001fa84"       // magic wand
1219	VideoGame          Emoji = "\U0001f3ae"       // video game
1220	Joystick           Emoji = "\U0001f579\ufe0f" // joystick
1221	SlotMachine        Emoji = "\U0001f3b0"       // slot machine
1222	GameDie            Emoji = "\U0001f3b2"       // game die
1223	PuzzlePiece        Emoji = "\U0001f9e9"       // puzzle piece
1224	TeddyBear          Emoji = "\U0001f9f8"       // teddy bear
1225	Pinata             Emoji = "\U0001fa85"       // piñata
1226	MirrorBall         Emoji = "\U0001faa9"       // mirror ball
1227	NestingDolls       Emoji = "\U0001fa86"       // nesting dolls
1228	SpadeSuit          Emoji = "\u2660\ufe0f"     // spade suit
1229	HeartSuit          Emoji = "\u2665\ufe0f"     // heart suit
1230	DiamondSuit        Emoji = "\u2666\ufe0f"     // diamond suit
1231	ClubSuit           Emoji = "\u2663\ufe0f"     // club suit
1232	ChessPawn          Emoji = "\u265f\ufe0f"     // chess pawn
1233	Joker              Emoji = "\U0001f0cf"       // joker
1234	MahjongRedDragon   Emoji = "\U0001f004"       // mahjong red dragon
1235	FlowerPlayingCards Emoji = "\U0001f3b4"       // flower playing cards
1236	// SUBGROUP: arts & crafts
1237	PerformingArts Emoji = "\U0001f3ad"       // performing arts
1238	FramedPicture  Emoji = "\U0001f5bc\ufe0f" // framed picture
1239	ArtistPalette  Emoji = "\U0001f3a8"       // artist palette
1240	Thread         Emoji = "\U0001f9f5"       // thread
1241	SewingNeedle   Emoji = "\U0001faa1"       // sewing needle
1242	Yarn           Emoji = "\U0001f9f6"       // yarn
1243	Knot           Emoji = "\U0001faa2"       // knot
1244
1245	// GROUP: Objects
1246	// SUBGROUP: clothing
1247	Glasses             Emoji = "\U0001f453"       // glasses
1248	Sunglasses          Emoji = "\U0001f576\ufe0f" // sunglasses
1249	Goggles             Emoji = "\U0001f97d"       // goggles
1250	LabCoat             Emoji = "\U0001f97c"       // lab coat
1251	SafetyVest          Emoji = "\U0001f9ba"       // safety vest
1252	Necktie             Emoji = "\U0001f454"       // necktie
1253	TShirt              Emoji = "\U0001f455"       // t-shirt
1254	Jeans               Emoji = "\U0001f456"       // jeans
1255	Scarf               Emoji = "\U0001f9e3"       // scarf
1256	Gloves              Emoji = "\U0001f9e4"       // gloves
1257	Coat                Emoji = "\U0001f9e5"       // coat
1258	Socks               Emoji = "\U0001f9e6"       // socks
1259	Dress               Emoji = "\U0001f457"       // dress
1260	Kimono              Emoji = "\U0001f458"       // kimono
1261	Sari                Emoji = "\U0001f97b"       // sari
1262	OnePieceSwimsuit    Emoji = "\U0001fa71"       // one-piece swimsuit
1263	Briefs              Emoji = "\U0001fa72"       // briefs
1264	Shorts              Emoji = "\U0001fa73"       // shorts
1265	Bikini              Emoji = "\U0001f459"       // bikini
1266	WomanSClothes       Emoji = "\U0001f45a"       // woman’s clothes
1267	FoldingHandFan      Emoji = "\U0001faad"       // folding hand fan
1268	Purse               Emoji = "\U0001f45b"       // purse
1269	Handbag             Emoji = "\U0001f45c"       // handbag
1270	ClutchBag           Emoji = "\U0001f45d"       // clutch bag
1271	ShoppingBags        Emoji = "\U0001f6cd\ufe0f" // shopping bags
1272	Backpack            Emoji = "\U0001f392"       // backpack
1273	ThongSandal         Emoji = "\U0001fa74"       // thong sandal
1274	ManSShoe            Emoji = "\U0001f45e"       // man’s shoe
1275	RunningShoe         Emoji = "\U0001f45f"       // running shoe
1276	HikingBoot          Emoji = "\U0001f97e"       // hiking boot
1277	FlatShoe            Emoji = "\U0001f97f"       // flat shoe
1278	HighHeeledShoe      Emoji = "\U0001f460"       // high-heeled shoe
1279	WomanSSandal        Emoji = "\U0001f461"       // woman’s sandal
1280	BalletShoes         Emoji = "\U0001fa70"       // ballet shoes
1281	WomanSBoot          Emoji = "\U0001f462"       // woman’s boot
1282	HairPick            Emoji = "\U0001faae"       // hair pick
1283	Crown               Emoji = "\U0001f451"       // crown
1284	WomanSHat           Emoji = "\U0001f452"       // woman’s hat
1285	TopHat              Emoji = "\U0001f3a9"       // top hat
1286	GraduationCap       Emoji = "\U0001f393"       // graduation cap
1287	BilledCap           Emoji = "\U0001f9e2"       // billed cap
1288	MilitaryHelmet      Emoji = "\U0001fa96"       // military helmet
1289	RescueWorkerSHelmet Emoji = "\u26d1\ufe0f"     // rescue worker’s helmet
1290	PrayerBeads         Emoji = "\U0001f4ff"       // prayer beads
1291	Lipstick            Emoji = "\U0001f484"       // lipstick
1292	Ring                Emoji = "\U0001f48d"       // ring
1293	GemStone            Emoji = "\U0001f48e"       // gem stone
1294	// SUBGROUP: sound
1295	MutedSpeaker        Emoji = "\U0001f507" // muted speaker
1296	SpeakerLowVolume    Emoji = "\U0001f508" // speaker low volume
1297	SpeakerMediumVolume Emoji = "\U0001f509" // speaker medium volume
1298	SpeakerHighVolume   Emoji = "\U0001f50a" // speaker high volume
1299	Loudspeaker         Emoji = "\U0001f4e2" // loudspeaker
1300	Megaphone           Emoji = "\U0001f4e3" // megaphone
1301	PostalHorn          Emoji = "\U0001f4ef" // postal horn
1302	Bell                Emoji = "\U0001f514" // bell
1303	BellWithSlash       Emoji = "\U0001f515" // bell with slash
1304	// SUBGROUP: music
1305	MusicalScore     Emoji = "\U0001f3bc"       // musical score
1306	MusicalNote      Emoji = "\U0001f3b5"       // musical note
1307	MusicalNotes     Emoji = "\U0001f3b6"       // musical notes
1308	StudioMicrophone Emoji = "\U0001f399\ufe0f" // studio microphone
1309	LevelSlider      Emoji = "\U0001f39a\ufe0f" // level slider
1310	ControlKnobs     Emoji = "\U0001f39b\ufe0f" // control knobs
1311	Microphone       Emoji = "\U0001f3a4"       // microphone
1312	Headphone        Emoji = "\U0001f3a7"       // headphone
1313	Radio            Emoji = "\U0001f4fb"       // radio
1314	// SUBGROUP: musical-instrument
1315	Saxophone       Emoji = "\U0001f3b7" // saxophone
1316	Accordion       Emoji = "\U0001fa97" // accordion
1317	Guitar          Emoji = "\U0001f3b8" // guitar
1318	MusicalKeyboard Emoji = "\U0001f3b9" // musical keyboard
1319	Trumpet         Emoji = "\U0001f3ba" // trumpet
1320	Violin          Emoji = "\U0001f3bb" // violin
1321	Banjo           Emoji = "\U0001fa95" // banjo
1322	Drum            Emoji = "\U0001f941" // drum
1323	LongDrum        Emoji = "\U0001fa98" // long drum
1324	Maracas         Emoji = "\U0001fa87" // maracas
1325	Flute           Emoji = "\U0001fa88" // flute
1326	// SUBGROUP: phone
1327	MobilePhone          Emoji = "\U0001f4f1"   // mobile phone
1328	MobilePhoneWithArrow Emoji = "\U0001f4f2"   // mobile phone with arrow
1329	Telephone            Emoji = "\u260e\ufe0f" // telephone
1330	TelephoneReceiver    Emoji = "\U0001f4de"   // telephone receiver
1331	Pager                Emoji = "\U0001f4df"   // pager
1332	FaxMachine           Emoji = "\U0001f4e0"   // fax machine
1333	// SUBGROUP: computer
1334	Battery         Emoji = "\U0001f50b"       // battery
1335	LowBattery      Emoji = "\U0001faab"       // low battery
1336	ElectricPlug    Emoji = "\U0001f50c"       // electric plug
1337	Laptop          Emoji = "\U0001f4bb"       // laptop
1338	DesktopComputer Emoji = "\U0001f5a5\ufe0f" // desktop computer
1339	Printer         Emoji = "\U0001f5a8\ufe0f" // printer
1340	Keyboard        Emoji = "\u2328\ufe0f"     // keyboard
1341	ComputerMouse   Emoji = "\U0001f5b1\ufe0f" // computer mouse
1342	Trackball       Emoji = "\U0001f5b2\ufe0f" // trackball
1343	ComputerDisk    Emoji = "\U0001f4bd"       // computer disk
1344	FloppyDisk      Emoji = "\U0001f4be"       // floppy disk
1345	OpticalDisk     Emoji = "\U0001f4bf"       // optical disk
1346	Dvd             Emoji = "\U0001f4c0"       // dvd
1347	Abacus          Emoji = "\U0001f9ee"       // abacus
1348	// SUBGROUP: light & video
1349	MovieCamera                Emoji = "\U0001f3a5"       // movie camera
1350	FilmFrames                 Emoji = "\U0001f39e\ufe0f" // film frames
1351	FilmProjector              Emoji = "\U0001f4fd\ufe0f" // film projector
1352	ClapperBoard               Emoji = "\U0001f3ac"       // clapper board
1353	Television                 Emoji = "\U0001f4fa"       // television
1354	Camera                     Emoji = "\U0001f4f7"       // camera
1355	CameraWithFlash            Emoji = "\U0001f4f8"       // camera with flash
1356	VideoCamera                Emoji = "\U0001f4f9"       // video camera
1357	Videocassette              Emoji = "\U0001f4fc"       // videocassette
1358	MagnifyingGlassTiltedLeft  Emoji = "\U0001f50d"       // magnifying glass tilted left
1359	MagnifyingGlassTiltedRight Emoji = "\U0001f50e"       // magnifying glass tilted right
1360	Candle                     Emoji = "\U0001f56f\ufe0f" // candle
1361	LightBulb                  Emoji = "\U0001f4a1"       // light bulb
1362	Flashlight                 Emoji = "\U0001f526"       // flashlight
1363	RedPaperLantern            Emoji = "\U0001f3ee"       // red paper lantern
1364	DiyaLamp                   Emoji = "\U0001fa94"       // diya lamp
1365	// SUBGROUP: book-paper
1366	NotebookWithDecorativeCover Emoji = "\U0001f4d4"       // notebook with decorative cover
1367	ClosedBook                  Emoji = "\U0001f4d5"       // closed book
1368	OpenBook                    Emoji = "\U0001f4d6"       // open book
1369	GreenBook                   Emoji = "\U0001f4d7"       // green book
1370	BlueBook                    Emoji = "\U0001f4d8"       // blue book
1371	OrangeBook                  Emoji = "\U0001f4d9"       // orange book
1372	Books                       Emoji = "\U0001f4da"       // books
1373	Notebook                    Emoji = "\U0001f4d3"       // notebook
1374	Ledger                      Emoji = "\U0001f4d2"       // ledger
1375	PageWithCurl                Emoji = "\U0001f4c3"       // page with curl
1376	Scroll                      Emoji = "\U0001f4dc"       // scroll
1377	PageFacingUp                Emoji = "\U0001f4c4"       // page facing up
1378	Newspaper                   Emoji = "\U0001f4f0"       // newspaper
1379	RolledUpNewspaper           Emoji = "\U0001f5de\ufe0f" // rolled-up newspaper
1380	BookmarkTabs                Emoji = "\U0001f4d1"       // bookmark tabs
1381	Bookmark                    Emoji = "\U0001f516"       // bookmark
1382	Label                       Emoji = "\U0001f3f7\ufe0f" // label
1383	// SUBGROUP: money
1384	MoneyBag               Emoji = "\U0001f4b0" // money bag
1385	Coin                   Emoji = "\U0001fa99" // coin
1386	YenBanknote            Emoji = "\U0001f4b4" // yen banknote
1387	DollarBanknote         Emoji = "\U0001f4b5" // dollar banknote
1388	EuroBanknote           Emoji = "\U0001f4b6" // euro banknote
1389	PoundBanknote          Emoji = "\U0001f4b7" // pound banknote
1390	MoneyWithWings         Emoji = "\U0001f4b8" // money with wings
1391	CreditCard             Emoji = "\U0001f4b3" // credit card
1392	Receipt                Emoji = "\U0001f9fe" // receipt
1393	ChartIncreasingWithYen Emoji = "\U0001f4b9" // chart increasing with yen
1394	// SUBGROUP: mail
1395	Envelope                     Emoji = "\u2709\ufe0f"     // envelope
1396	EMail                        Emoji = "\U0001f4e7"       // e-mail
1397	IncomingEnvelope             Emoji = "\U0001f4e8"       // incoming envelope
1398	EnvelopeWithArrow            Emoji = "\U0001f4e9"       // envelope with arrow
1399	OutboxTray                   Emoji = "\U0001f4e4"       // outbox tray
1400	InboxTray                    Emoji = "\U0001f4e5"       // inbox tray
1401	Package                      Emoji = "\U0001f4e6"       // package
1402	ClosedMailboxWithRaisedFlag  Emoji = "\U0001f4eb"       // closed mailbox with raised flag
1403	ClosedMailboxWithLoweredFlag Emoji = "\U0001f4ea"       // closed mailbox with lowered flag
1404	OpenMailboxWithRaisedFlag    Emoji = "\U0001f4ec"       // open mailbox with raised flag
1405	OpenMailboxWithLoweredFlag   Emoji = "\U0001f4ed"       // open mailbox with lowered flag
1406	Postbox                      Emoji = "\U0001f4ee"       // postbox
1407	BallotBoxWithBallot          Emoji = "\U0001f5f3\ufe0f" // ballot box with ballot
1408	// SUBGROUP: writing
1409	Pencil      Emoji = "\u270f\ufe0f"     // pencil
1410	BlackNib    Emoji = "\u2712\ufe0f"     // black nib
1411	FountainPen Emoji = "\U0001f58b\ufe0f" // fountain pen
1412	Pen         Emoji = "\U0001f58a\ufe0f" // pen
1413	Paintbrush  Emoji = "\U0001f58c\ufe0f" // paintbrush
1414	Crayon      Emoji = "\U0001f58d\ufe0f" // crayon
1415	Memo        Emoji = "\U0001f4dd"       // memo
1416	// SUBGROUP: office
1417	Briefcase         Emoji = "\U0001f4bc"       // briefcase
1418	FileFolder        Emoji = "\U0001f4c1"       // file folder
1419	OpenFileFolder    Emoji = "\U0001f4c2"       // open file folder
1420	CardIndexDividers Emoji = "\U0001f5c2\ufe0f" // card index dividers
1421	Calendar          Emoji = "\U0001f4c5"       // calendar
1422	TearOffCalendar   Emoji = "\U0001f4c6"       // tear-off calendar
1423	SpiralNotepad     Emoji = "\U0001f5d2\ufe0f" // spiral notepad
1424	SpiralCalendar    Emoji = "\U0001f5d3\ufe0f" // spiral calendar
1425	CardIndex         Emoji = "\U0001f4c7"       // card index
1426	ChartIncreasing   Emoji = "\U0001f4c8"       // chart increasing
1427	ChartDecreasing   Emoji = "\U0001f4c9"       // chart decreasing
1428	BarChart          Emoji = "\U0001f4ca"       // bar chart
1429	Clipboard         Emoji = "\U0001f4cb"       // clipboard
1430	Pushpin           Emoji = "\U0001f4cc"       // pushpin
1431	RoundPushpin      Emoji = "\U0001f4cd"       // round pushpin
1432	Paperclip         Emoji = "\U0001f4ce"       // paperclip
1433	LinkedPaperclips  Emoji = "\U0001f587\ufe0f" // linked paperclips
1434	StraightRuler     Emoji = "\U0001f4cf"       // straight ruler
1435	TriangularRuler   Emoji = "\U0001f4d0"       // triangular ruler
1436	Scissors          Emoji = "\u2702\ufe0f"     // scissors
1437	CardFileBox       Emoji = "\U0001f5c3\ufe0f" // card file box
1438	FileCabinet       Emoji = "\U0001f5c4\ufe0f" // file cabinet
1439	Wastebasket       Emoji = "\U0001f5d1\ufe0f" // wastebasket
1440	// SUBGROUP: lock
1441	Locked        Emoji = "\U0001f512"       // locked
1442	Unlocked      Emoji = "\U0001f513"       // unlocked
1443	LockedWithPen Emoji = "\U0001f50f"       // locked with pen
1444	LockedWithKey Emoji = "\U0001f510"       // locked with key
1445	Key           Emoji = "\U0001f511"       // key
1446	OldKey        Emoji = "\U0001f5dd\ufe0f" // old key
1447	// SUBGROUP: tool
1448	Hammer          Emoji = "\U0001f528"                   // hammer
1449	Axe             Emoji = "\U0001fa93"                   // axe
1450	Pick            Emoji = "\u26cf\ufe0f"                 // pick
1451	HammerAndPick   Emoji = "\u2692\ufe0f"                 // hammer and pick
1452	HammerAndWrench Emoji = "\U0001f6e0\ufe0f"             // hammer and wrench
1453	Dagger          Emoji = "\U0001f5e1\ufe0f"             // dagger
1454	CrossedSwords   Emoji = "\u2694\ufe0f"                 // crossed swords
1455	Bomb            Emoji = "\U0001f4a3"                   // bomb
1456	Boomerang       Emoji = "\U0001fa83"                   // boomerang
1457	BowAndArrow     Emoji = "\U0001f3f9"                   // bow and arrow
1458	Shield          Emoji = "\U0001f6e1\ufe0f"             // shield
1459	CarpentrySaw    Emoji = "\U0001fa9a"                   // carpentry saw
1460	Wrench          Emoji = "\U0001f527"                   // wrench
1461	Screwdriver     Emoji = "\U0001fa9b"                   // screwdriver
1462	NutAndBolt      Emoji = "\U0001f529"                   // nut and bolt
1463	Gear            Emoji = "\u2699\ufe0f"                 // gear
1464	Clamp           Emoji = "\U0001f5dc\ufe0f"             // clamp
1465	BalanceScale    Emoji = "\u2696\ufe0f"                 // balance scale
1466	WhiteCane       Emoji = "\U0001f9af"                   // white cane
1467	Link            Emoji = "\U0001f517"                   // link
1468	BrokenChain     Emoji = "\u26d3\ufe0f\u200d\U0001f4a5" // broken chain
1469	Chains          Emoji = "\u26d3\ufe0f"                 // chains
1470	Hook            Emoji = "\U0001fa9d"                   // hook
1471	Toolbox         Emoji = "\U0001f9f0"                   // toolbox
1472	Magnet          Emoji = "\U0001f9f2"                   // magnet
1473	Ladder          Emoji = "\U0001fa9c"                   // ladder
1474	// SUBGROUP: science
1475	Alembic          Emoji = "\u2697\ufe0f" // alembic
1476	TestTube         Emoji = "\U0001f9ea"   // test tube
1477	PetriDish        Emoji = "\U0001f9eb"   // petri dish
1478	Dna              Emoji = "\U0001f9ec"   // dna
1479	Microscope       Emoji = "\U0001f52c"   // microscope
1480	Telescope        Emoji = "\U0001f52d"   // telescope
1481	SatelliteAntenna Emoji = "\U0001f4e1"   // satellite antenna
1482	// SUBGROUP: medical
1483	Syringe         Emoji = "\U0001f489" // syringe
1484	DropOfBlood     Emoji = "\U0001fa78" // drop of blood
1485	Pill            Emoji = "\U0001f48a" // pill
1486	AdhesiveBandage Emoji = "\U0001fa79" // adhesive bandage
1487	Crutch          Emoji = "\U0001fa7c" // crutch
1488	Stethoscope     Emoji = "\U0001fa7a" // stethoscope
1489	XRay            Emoji = "\U0001fa7b" // x-ray
1490	// SUBGROUP: household
1491	Door             Emoji = "\U0001f6aa"       // door
1492	Elevator         Emoji = "\U0001f6d7"       // elevator
1493	Mirror           Emoji = "\U0001fa9e"       // mirror
1494	Window           Emoji = "\U0001fa9f"       // window
1495	Bed              Emoji = "\U0001f6cf\ufe0f" // bed
1496	CouchAndLamp     Emoji = "\U0001f6cb\ufe0f" // couch and lamp
1497	Chair            Emoji = "\U0001fa91"       // chair
1498	Toilet           Emoji = "\U0001f6bd"       // toilet
1499	Plunger          Emoji = "\U0001faa0"       // plunger
1500	Shower           Emoji = "\U0001f6bf"       // shower
1501	Bathtub          Emoji = "\U0001f6c1"       // bathtub
1502	MouseTrap        Emoji = "\U0001faa4"       // mouse trap
1503	Razor            Emoji = "\U0001fa92"       // razor
1504	LotionBottle     Emoji = "\U0001f9f4"       // lotion bottle
1505	SafetyPin        Emoji = "\U0001f9f7"       // safety pin
1506	Broom            Emoji = "\U0001f9f9"       // broom
1507	Basket           Emoji = "\U0001f9fa"       // basket
1508	RollOfPaper      Emoji = "\U0001f9fb"       // roll of paper
1509	Bucket           Emoji = "\U0001faa3"       // bucket
1510	Soap             Emoji = "\U0001f9fc"       // soap
1511	Bubbles          Emoji = "\U0001fae7"       // bubbles
1512	Toothbrush       Emoji = "\U0001faa5"       // toothbrush
1513	Sponge           Emoji = "\U0001f9fd"       // sponge
1514	FireExtinguisher Emoji = "\U0001f9ef"       // fire extinguisher
1515	ShoppingCart     Emoji = "\U0001f6d2"       // shopping cart
1516	// SUBGROUP: other-object
1517	Cigarette          Emoji = "\U0001f6ac"   // cigarette
1518	Coffin             Emoji = "\u26b0\ufe0f" // coffin
1519	Headstone          Emoji = "\U0001faa6"   // headstone
1520	FuneralUrn         Emoji = "\u26b1\ufe0f" // funeral urn
1521	NazarAmulet        Emoji = "\U0001f9ff"   // nazar amulet
1522	Hamsa              Emoji = "\U0001faac"   // hamsa
1523	Moai               Emoji = "\U0001f5ff"   // moai
1524	Placard            Emoji = "\U0001faa7"   // placard
1525	IdentificationCard Emoji = "\U0001faaa"   // identification card
1526
1527	// GROUP: Symbols
1528	// SUBGROUP: transport-sign
1529	AtmSign          Emoji = "\U0001f3e7" // ATM sign
1530	LitterInBinSign  Emoji = "\U0001f6ae" // litter in bin sign
1531	PotableWater     Emoji = "\U0001f6b0" // potable water
1532	WheelchairSymbol Emoji = "\u267f"     // wheelchair symbol
1533	MenSRoom         Emoji = "\U0001f6b9" // men’s room
1534	WomenSRoom       Emoji = "\U0001f6ba" // women’s room
1535	Restroom         Emoji = "\U0001f6bb" // restroom
1536	BabySymbol       Emoji = "\U0001f6bc" // baby symbol
1537	WaterCloset      Emoji = "\U0001f6be" // water closet
1538	PassportControl  Emoji = "\U0001f6c2" // passport control
1539	Customs          Emoji = "\U0001f6c3" // customs
1540	BaggageClaim     Emoji = "\U0001f6c4" // baggage claim
1541	LeftLuggage      Emoji = "\U0001f6c5" // left luggage
1542	// SUBGROUP: warning
1543	Warning            Emoji = "\u26a0\ufe0f" // warning
1544	ChildrenCrossing   Emoji = "\U0001f6b8"   // children crossing
1545	NoEntry            Emoji = "\u26d4"       // no entry
1546	Prohibited         Emoji = "\U0001f6ab"   // prohibited
1547	NoBicycles         Emoji = "\U0001f6b3"   // no bicycles
1548	NoSmoking          Emoji = "\U0001f6ad"   // no smoking
1549	NoLittering        Emoji = "\U0001f6af"   // no littering
1550	NonPotableWater    Emoji = "\U0001f6b1"   // non-potable water
1551	NoPedestrians      Emoji = "\U0001f6b7"   // no pedestrians
1552	NoMobilePhones     Emoji = "\U0001f4f5"   // no mobile phones
1553	NoOneUnderEighteen Emoji = "\U0001f51e"   // no one under eighteen
1554	Radioactive        Emoji = "\u2622\ufe0f" // radioactive
1555	Biohazard          Emoji = "\u2623\ufe0f" // biohazard
1556	// SUBGROUP: arrow
1557	UpArrow                      Emoji = "\u2b06\ufe0f" // up arrow
1558	UpRightArrow                 Emoji = "\u2197\ufe0f" // up-right arrow
1559	RightArrow                   Emoji = "\u27a1\ufe0f" // right arrow
1560	DownRightArrow               Emoji = "\u2198\ufe0f" // down-right arrow
1561	DownArrow                    Emoji = "\u2b07\ufe0f" // down arrow
1562	DownLeftArrow                Emoji = "\u2199\ufe0f" // down-left arrow
1563	LeftArrow                    Emoji = "\u2b05\ufe0f" // left arrow
1564	UpLeftArrow                  Emoji = "\u2196\ufe0f" // up-left arrow
1565	UpDownArrow                  Emoji = "\u2195\ufe0f" // up-down arrow
1566	LeftRightArrow               Emoji = "\u2194\ufe0f" // left-right arrow
1567	RightArrowCurvingLeft        Emoji = "\u21a9\ufe0f" // right arrow curving left
1568	LeftArrowCurvingRight        Emoji = "\u21aa\ufe0f" // left arrow curving right
1569	RightArrowCurvingUp          Emoji = "\u2934\ufe0f" // right arrow curving up
1570	RightArrowCurvingDown        Emoji = "\u2935\ufe0f" // right arrow curving down
1571	ClockwiseVerticalArrows      Emoji = "\U0001f503"   // clockwise vertical arrows
1572	CounterclockwiseArrowsButton Emoji = "\U0001f504"   // counterclockwise arrows button
1573	BackArrow                    Emoji = "\U0001f519"   // BACK arrow
1574	EndArrow                     Emoji = "\U0001f51a"   // END arrow
1575	OnArrow                      Emoji = "\U0001f51b"   // ON! arrow
1576	SoonArrow                    Emoji = "\U0001f51c"   // SOON arrow
1577	TopArrow                     Emoji = "\U0001f51d"   // TOP arrow
1578	// SUBGROUP: religion
1579	PlaceOfWorship       Emoji = "\U0001f6d0"       // place of worship
1580	AtomSymbol           Emoji = "\u269b\ufe0f"     // atom symbol
1581	Om                   Emoji = "\U0001f549\ufe0f" // om
1582	StarOfDavid          Emoji = "\u2721\ufe0f"     // star of David
1583	WheelOfDharma        Emoji = "\u2638\ufe0f"     // wheel of dharma
1584	YinYang              Emoji = "\u262f\ufe0f"     // yin yang
1585	LatinCross           Emoji = "\u271d\ufe0f"     // latin cross
1586	OrthodoxCross        Emoji = "\u2626\ufe0f"     // orthodox cross
1587	StarAndCrescent      Emoji = "\u262a\ufe0f"     // star and crescent
1588	PeaceSymbol          Emoji = "\u262e\ufe0f"     // peace symbol
1589	Menorah              Emoji = "\U0001f54e"       // menorah
1590	DottedSixPointedStar Emoji = "\U0001f52f"       // dotted six-pointed star
1591	Khanda               Emoji = "\U0001faaf"       // khanda
1592	// SUBGROUP: zodiac
1593	Aries       Emoji = "\u2648" // Aries
1594	Taurus      Emoji = "\u2649" // Taurus
1595	Gemini      Emoji = "\u264a" // Gemini
1596	Cancer      Emoji = "\u264b" // Cancer
1597	Leo         Emoji = "\u264c" // Leo
1598	Virgo       Emoji = "\u264d" // Virgo
1599	Libra       Emoji = "\u264e" // Libra
1600	Scorpio     Emoji = "\u264f" // Scorpio
1601	Sagittarius Emoji = "\u2650" // Sagittarius
1602	Capricorn   Emoji = "\u2651" // Capricorn
1603	Aquarius    Emoji = "\u2652" // Aquarius
1604	Pisces      Emoji = "\u2653" // Pisces
1605	Ophiuchus   Emoji = "\u26ce" // Ophiuchus
1606	// SUBGROUP: av-symbol
1607	ShuffleTracksButton Emoji = "\U0001f500"   // shuffle tracks button
1608	RepeatButton        Emoji = "\U0001f501"   // repeat button
1609	RepeatSingleButton  Emoji = "\U0001f502"   // repeat single button
1610	PlayButton          Emoji = "\u25b6\ufe0f" // play button
1611	FastForwardButton   Emoji = "\u23e9"       // fast-forward button
1612	NextTrackButton     Emoji = "\u23ed\ufe0f" // next track button
1613	PlayOrPauseButton   Emoji = "\u23ef\ufe0f" // play or pause button
1614	ReverseButton       Emoji = "\u25c0\ufe0f" // reverse button
1615	FastReverseButton   Emoji = "\u23ea"       // fast reverse button
1616	LastTrackButton     Emoji = "\u23ee\ufe0f" // last track button
1617	UpwardsButton       Emoji = "\U0001f53c"   // upwards button
1618	FastUpButton        Emoji = "\u23eb"       // fast up button
1619	DownwardsButton     Emoji = "\U0001f53d"   // downwards button
1620	FastDownButton      Emoji = "\u23ec"       // fast down button
1621	PauseButton         Emoji = "\u23f8\ufe0f" // pause button
1622	StopButton          Emoji = "\u23f9\ufe0f" // stop button
1623	RecordButton        Emoji = "\u23fa\ufe0f" // record button
1624	EjectButton         Emoji = "\u23cf\ufe0f" // eject button
1625	Cinema              Emoji = "\U0001f3a6"   // cinema
1626	DimButton           Emoji = "\U0001f505"   // dim button
1627	BrightButton        Emoji = "\U0001f506"   // bright button
1628	AntennaBars         Emoji = "\U0001f4f6"   // antenna bars
1629	Wireless            Emoji = "\U0001f6dc"   // wireless
1630	VibrationMode       Emoji = "\U0001f4f3"   // vibration mode
1631	MobilePhoneOff      Emoji = "\U0001f4f4"   // mobile phone off
1632	// SUBGROUP: gender
1633	FemaleSign        Emoji = "\u2640\ufe0f" // female sign
1634	MaleSign          Emoji = "\u2642\ufe0f" // male sign
1635	TransgenderSymbol Emoji = "\u26a7\ufe0f" // transgender symbol
1636	// SUBGROUP: math
1637	Multiply        Emoji = "\u2716\ufe0f" // multiply
1638	Plus            Emoji = "\u2795"       // plus
1639	Minus           Emoji = "\u2796"       // minus
1640	Divide          Emoji = "\u2797"       // divide
1641	HeavyEqualsSign Emoji = "\U0001f7f0"   // heavy equals sign
1642	Infinity        Emoji = "\u267e\ufe0f" // infinity
1643	// SUBGROUP: punctuation
1644	DoubleExclamationMark   Emoji = "\u203c\ufe0f" // double exclamation mark
1645	ExclamationQuestionMark Emoji = "\u2049\ufe0f" // exclamation question mark
1646	RedQuestionMark         Emoji = "\u2753"       // red question mark
1647	WhiteQuestionMark       Emoji = "\u2754"       // white question mark
1648	WhiteExclamationMark    Emoji = "\u2755"       // white exclamation mark
1649	RedExclamationMark      Emoji = "\u2757"       // red exclamation mark
1650	WavyDash                Emoji = "\u3030\ufe0f" // wavy dash
1651	// SUBGROUP: currency
1652	CurrencyExchange Emoji = "\U0001f4b1" // currency exchange
1653	HeavyDollarSign  Emoji = "\U0001f4b2" // heavy dollar sign
1654	// SUBGROUP: other-symbol
1655	MedicalSymbol             Emoji = "\u2695\ufe0f" // medical symbol
1656	RecyclingSymbol           Emoji = "\u267b\ufe0f" // recycling symbol
1657	FleurDeLis                Emoji = "\u269c\ufe0f" // fleur-de-lis
1658	TridentEmblem             Emoji = "\U0001f531"   // trident emblem
1659	NameBadge                 Emoji = "\U0001f4db"   // name badge
1660	JapaneseSymbolForBeginner Emoji = "\U0001f530"   // Japanese symbol for beginner
1661	HollowRedCircle           Emoji = "\u2b55"       // hollow red circle
1662	CheckMarkButton           Emoji = "\u2705"       // check mark button
1663	CheckBoxWithCheck         Emoji = "\u2611\ufe0f" // check box with check
1664	CheckMark                 Emoji = "\u2714\ufe0f" // check mark
1665	CrossMark                 Emoji = "\u274c"       // cross mark
1666	CrossMarkButton           Emoji = "\u274e"       // cross mark button
1667	CurlyLoop                 Emoji = "\u27b0"       // curly loop
1668	DoubleCurlyLoop           Emoji = "\u27bf"       // double curly loop
1669	PartAlternationMark       Emoji = "\u303d\ufe0f" // part alternation mark
1670	EightSpokedAsterisk       Emoji = "\u2733\ufe0f" // eight-spoked asterisk
1671	EightPointedStar          Emoji = "\u2734\ufe0f" // eight-pointed star
1672	Sparkle                   Emoji = "\u2747\ufe0f" // sparkle
1673	Copyright                 Emoji = "\u00a9\ufe0f" // copyright
1674	Registered                Emoji = "\u00ae\ufe0f" // registered
1675	TradeMark                 Emoji = "\u2122\ufe0f" // trade mark
1676	// SUBGROUP: keycap
1677	KeycapHash     Emoji = "#\ufe0f\u20e3" // keycap: #
1678	KeycapAsterisk Emoji = "*\ufe0f\u20e3" // keycap: *
1679	Keycap0        Emoji = "0\ufe0f\u20e3" // keycap: 0
1680	Keycap1        Emoji = "1\ufe0f\u20e3" // keycap: 1
1681	Keycap2        Emoji = "2\ufe0f\u20e3" // keycap: 2
1682	Keycap3        Emoji = "3\ufe0f\u20e3" // keycap: 3
1683	Keycap4        Emoji = "4\ufe0f\u20e3" // keycap: 4
1684	Keycap5        Emoji = "5\ufe0f\u20e3" // keycap: 5
1685	Keycap6        Emoji = "6\ufe0f\u20e3" // keycap: 6
1686	Keycap7        Emoji = "7\ufe0f\u20e3" // keycap: 7
1687	Keycap8        Emoji = "8\ufe0f\u20e3" // keycap: 8
1688	Keycap9        Emoji = "9\ufe0f\u20e3" // keycap: 9
1689	Keycap10       Emoji = "\U0001f51f"    // keycap: 10
1690	// SUBGROUP: alphanum
1691	InputLatinUppercase           Emoji = "\U0001f520"       // input latin uppercase
1692	InputLatinLowercase           Emoji = "\U0001f521"       // input latin lowercase
1693	InputNumbers                  Emoji = "\U0001f522"       // input numbers
1694	InputSymbols                  Emoji = "\U0001f523"       // input symbols
1695	InputLatinLetters             Emoji = "\U0001f524"       // input latin letters
1696	AButtonBloodType              Emoji = "\U0001f170\ufe0f" // A button (blood type)
1697	AbButtonBloodType             Emoji = "\U0001f18e"       // AB button (blood type)
1698	BButtonBloodType              Emoji = "\U0001f171\ufe0f" // B button (blood type)
1699	ClButton                      Emoji = "\U0001f191"       // CL button
1700	CoolButton                    Emoji = "\U0001f192"       // COOL button
1701	FreeButton                    Emoji = "\U0001f193"       // FREE button
1702	Information                   Emoji = "\u2139\ufe0f"     // information
1703	IdButton                      Emoji = "\U0001f194"       // ID button
1704	CircledM                      Emoji = "\u24c2\ufe0f"     // circled M
1705	NewButton                     Emoji = "\U0001f195"       // NEW button
1706	NgButton                      Emoji = "\U0001f196"       // NG button
1707	OButtonBloodType              Emoji = "\U0001f17e\ufe0f" // O button (blood type)
1708	OkButton                      Emoji = "\U0001f197"       // OK button
1709	PButton                       Emoji = "\U0001f17f\ufe0f" // P button
1710	SosButton                     Emoji = "\U0001f198"       // SOS button
1711	UpButton                      Emoji = "\U0001f199"       // UP! button
1712	VsButton                      Emoji = "\U0001f19a"       // VS button
1713	JapaneseHereButton            Emoji = "\U0001f201"       // Japanese “here” button
1714	JapaneseServiceChargeButton   Emoji = "\U0001f202\ufe0f" // Japanese “service charge” button
1715	JapaneseMonthlyAmountButton   Emoji = "\U0001f237\ufe0f" // Japanese “monthly amount” button
1716	JapaneseNotFreeOfChargeButton Emoji = "\U0001f236"       // Japanese “not free of charge” button
1717	JapaneseReservedButton        Emoji = "\U0001f22f"       // Japanese “reserved” button
1718	JapaneseBargainButton         Emoji = "\U0001f250"       // Japanese “bargain” button
1719	JapaneseDiscountButton        Emoji = "\U0001f239"       // Japanese “discount” button
1720	JapaneseFreeOfChargeButton    Emoji = "\U0001f21a"       // Japanese “free of charge” button
1721	JapaneseProhibitedButton      Emoji = "\U0001f232"       // Japanese “prohibited” button
1722	JapaneseAcceptableButton      Emoji = "\U0001f251"       // Japanese “acceptable” button
1723	JapaneseApplicationButton     Emoji = "\U0001f238"       // Japanese “application” button
1724	JapanesePassingGradeButton    Emoji = "\U0001f234"       // Japanese “passing grade” button
1725	JapaneseVacancyButton         Emoji = "\U0001f233"       // Japanese “vacancy” button
1726	JapaneseCongratulationsButton Emoji = "\u3297\ufe0f"     // Japanese “congratulations” button
1727	JapaneseSecretButton          Emoji = "\u3299\ufe0f"     // Japanese “secret” button
1728	JapaneseOpenForBusinessButton Emoji = "\U0001f23a"       // Japanese “open for business” button
1729	JapaneseNoVacancyButton       Emoji = "\U0001f235"       // Japanese “no vacancy” button
1730	// SUBGROUP: geometric
1731	RedCircle              Emoji = "\U0001f534"   // red circle
1732	OrangeCircle           Emoji = "\U0001f7e0"   // orange circle
1733	YellowCircle           Emoji = "\U0001f7e1"   // yellow circle
1734	GreenCircle            Emoji = "\U0001f7e2"   // green circle
1735	BlueCircle             Emoji = "\U0001f535"   // blue circle
1736	PurpleCircle           Emoji = "\U0001f7e3"   // purple circle
1737	BrownCircle            Emoji = "\U0001f7e4"   // brown circle
1738	BlackCircle            Emoji = "\u26ab"       // black circle
1739	WhiteCircle            Emoji = "\u26aa"       // white circle
1740	RedSquare              Emoji = "\U0001f7e5"   // red square
1741	OrangeSquare           Emoji = "\U0001f7e7"   // orange square
1742	YellowSquare           Emoji = "\U0001f7e8"   // yellow square
1743	GreenSquare            Emoji = "\U0001f7e9"   // green square
1744	BlueSquare             Emoji = "\U0001f7e6"   // blue square
1745	PurpleSquare           Emoji = "\U0001f7ea"   // purple square
1746	BrownSquare            Emoji = "\U0001f7eb"   // brown square
1747	BlackLargeSquare       Emoji = "\u2b1b"       // black large square
1748	WhiteLargeSquare       Emoji = "\u2b1c"       // white large square
1749	BlackMediumSquare      Emoji = "\u25fc\ufe0f" // black medium square
1750	WhiteMediumSquare      Emoji = "\u25fb\ufe0f" // white medium square
1751	BlackMediumSmallSquare Emoji = "\u25fe"       // black medium-small square
1752	WhiteMediumSmallSquare Emoji = "\u25fd"       // white medium-small square
1753	BlackSmallSquare       Emoji = "\u25aa\ufe0f" // black small square
1754	WhiteSmallSquare       Emoji = "\u25ab\ufe0f" // white small square
1755	LargeOrangeDiamond     Emoji = "\U0001f536"   // large orange diamond
1756	LargeBlueDiamond       Emoji = "\U0001f537"   // large blue diamond
1757	SmallOrangeDiamond     Emoji = "\U0001f538"   // small orange diamond
1758	SmallBlueDiamond       Emoji = "\U0001f539"   // small blue diamond
1759	RedTrianglePointedUp   Emoji = "\U0001f53a"   // red triangle pointed up
1760	RedTrianglePointedDown Emoji = "\U0001f53b"   // red triangle pointed down
1761	DiamondWithADot        Emoji = "\U0001f4a0"   // diamond with a dot
1762	RadioButton            Emoji = "\U0001f518"   // radio button
1763	WhiteSquareButton      Emoji = "\U0001f533"   // white square button
1764	BlackSquareButton      Emoji = "\U0001f532"   // black square button
1765
1766	// GROUP: Flags
1767	// SUBGROUP: flag
1768	ChequeredFlag   Emoji = "\U0001f3c1"                         // chequered flag
1769	TriangularFlag  Emoji = "\U0001f6a9"                         // triangular flag
1770	CrossedFlags    Emoji = "\U0001f38c"                         // crossed flags
1771	BlackFlag       Emoji = "\U0001f3f4"                         // black flag
1772	WhiteFlag       Emoji = "\U0001f3f3\ufe0f"                   // white flag
1773	RainbowFlag     Emoji = "\U0001f3f3\ufe0f\u200d\U0001f308"   // rainbow flag
1774	TransgenderFlag Emoji = "\U0001f3f3\ufe0f\u200d\u26a7\ufe0f" // transgender flag
1775	PirateFlag      Emoji = "\U0001f3f4\u200d\u2620\ufe0f"       // pirate flag
1776	// SUBGROUP: country-flag
1777	FlagForAscensionIsland                     Emoji = "\U0001f1e6\U0001f1e8" // flag: Ascension Island
1778	FlagForAndorra                             Emoji = "\U0001f1e6\U0001f1e9" // flag: Andorra
1779	FlagForUnitedArabEmirates                  Emoji = "\U0001f1e6\U0001f1ea" // flag: United Arab Emirates
1780	FlagForAfghanistan                         Emoji = "\U0001f1e6\U0001f1eb" // flag: Afghanistan
1781	FlagForAntiguaAndBarbuda                   Emoji = "\U0001f1e6\U0001f1ec" // flag: Antigua & Barbuda
1782	FlagForAnguilla                            Emoji = "\U0001f1e6\U0001f1ee" // flag: Anguilla
1783	FlagForAlbania                             Emoji = "\U0001f1e6\U0001f1f1" // flag: Albania
1784	FlagForArmenia                             Emoji = "\U0001f1e6\U0001f1f2" // flag: Armenia
1785	FlagForAngola                              Emoji = "\U0001f1e6\U0001f1f4" // flag: Angola
1786	FlagForAntarctica                          Emoji = "\U0001f1e6\U0001f1f6" // flag: Antarctica
1787	FlagForArgentina                           Emoji = "\U0001f1e6\U0001f1f7" // flag: Argentina
1788	FlagForAmericanSamoa                       Emoji = "\U0001f1e6\U0001f1f8" // flag: American Samoa
1789	FlagForAustria                             Emoji = "\U0001f1e6\U0001f1f9" // flag: Austria
1790	FlagForAustralia                           Emoji = "\U0001f1e6\U0001f1fa" // flag: Australia
1791	FlagForAruba                               Emoji = "\U0001f1e6\U0001f1fc" // flag: Aruba
1792	FlagForAlandIslands                        Emoji = "\U0001f1e6\U0001f1fd" // flag: Åland Islands
1793	FlagForAzerbaijan                          Emoji = "\U0001f1e6\U0001f1ff" // flag: Azerbaijan
1794	FlagForBosniaAndHerzegovina                Emoji = "\U0001f1e7\U0001f1e6" // flag: Bosnia & Herzegovina
1795	FlagForBarbados                            Emoji = "\U0001f1e7\U0001f1e7" // flag: Barbados
1796	FlagForBangladesh                          Emoji = "\U0001f1e7\U0001f1e9" // flag: Bangladesh
1797	FlagForBelgium                             Emoji = "\U0001f1e7\U0001f1ea" // flag: Belgium
1798	FlagForBurkinaFaso                         Emoji = "\U0001f1e7\U0001f1eb" // flag: Burkina Faso
1799	FlagForBulgaria                            Emoji = "\U0001f1e7\U0001f1ec" // flag: Bulgaria
1800	FlagForBahrain                             Emoji = "\U0001f1e7\U0001f1ed" // flag: Bahrain
1801	FlagForBurundi                             Emoji = "\U0001f1e7\U0001f1ee" // flag: Burundi
1802	FlagForBenin                               Emoji = "\U0001f1e7\U0001f1ef" // flag: Benin
1803	FlagForStBarthelemy                        Emoji = "\U0001f1e7\U0001f1f1" // flag: St. Barthélemy
1804	FlagForBermuda                             Emoji = "\U0001f1e7\U0001f1f2" // flag: Bermuda
1805	FlagForBrunei                              Emoji = "\U0001f1e7\U0001f1f3" // flag: Brunei
1806	FlagForBolivia                             Emoji = "\U0001f1e7\U0001f1f4" // flag: Bolivia
1807	FlagForCaribbeanNetherlands                Emoji = "\U0001f1e7\U0001f1f6" // flag: Caribbean Netherlands
1808	FlagForBrazil                              Emoji = "\U0001f1e7\U0001f1f7" // flag: Brazil
1809	FlagForBahamas                             Emoji = "\U0001f1e7\U0001f1f8" // flag: Bahamas
1810	FlagForBhutan                              Emoji = "\U0001f1e7\U0001f1f9" // flag: Bhutan
1811	FlagForBouvetIsland                        Emoji = "\U0001f1e7\U0001f1fb" // flag: Bouvet Island
1812	FlagForBotswana                            Emoji = "\U0001f1e7\U0001f1fc" // flag: Botswana
1813	FlagForBelarus                             Emoji = "\U0001f1e7\U0001f1fe" // flag: Belarus
1814	FlagForBelize                              Emoji = "\U0001f1e7\U0001f1ff" // flag: Belize
1815	FlagForCanada                              Emoji = "\U0001f1e8\U0001f1e6" // flag: Canada
1816	FlagForCocosKeelingIslands                 Emoji = "\U0001f1e8\U0001f1e8" // flag: Cocos (Keeling) Islands
1817	FlagForCongoKinshasa                       Emoji = "\U0001f1e8\U0001f1e9" // flag: Congo - Kinshasa
1818	FlagForCentralAfricanRepublic              Emoji = "\U0001f1e8\U0001f1eb" // flag: Central African Republic
1819	FlagForCongoBrazzaville                    Emoji = "\U0001f1e8\U0001f1ec" // flag: Congo - Brazzaville
1820	FlagForSwitzerland                         Emoji = "\U0001f1e8\U0001f1ed" // flag: Switzerland
1821	FlagForCoteDIvoire                         Emoji = "\U0001f1e8\U0001f1ee" // flag: Côte d’Ivoire
1822	FlagForCookIslands                         Emoji = "\U0001f1e8\U0001f1f0" // flag: Cook Islands
1823	FlagForChile                               Emoji = "\U0001f1e8\U0001f1f1" // flag: Chile
1824	FlagForCameroon                            Emoji = "\U0001f1e8\U0001f1f2" // flag: Cameroon
1825	FlagForChina                               Emoji = "\U0001f1e8\U0001f1f3" // flag: China
1826	FlagForColombia                            Emoji = "\U0001f1e8\U0001f1f4" // flag: Colombia
1827	FlagForClippertonIsland                    Emoji = "\U0001f1e8\U0001f1f5" // flag: Clipperton Island
1828	FlagForCostaRica                           Emoji = "\U0001f1e8\U0001f1f7" // flag: Costa Rica
1829	FlagForCuba                                Emoji = "\U0001f1e8\U0001f1fa" // flag: Cuba
1830	FlagForCapeVerde                           Emoji = "\U0001f1e8\U0001f1fb" // flag: Cape Verde
1831	FlagForCuracao                             Emoji = "\U0001f1e8\U0001f1fc" // flag: Curaçao
1832	FlagForChristmasIsland                     Emoji = "\U0001f1e8\U0001f1fd" // flag: Christmas Island
1833	FlagForCyprus                              Emoji = "\U0001f1e8\U0001f1fe" // flag: Cyprus
1834	FlagForCzechia                             Emoji = "\U0001f1e8\U0001f1ff" // flag: Czechia
1835	FlagForGermany                             Emoji = "\U0001f1e9\U0001f1ea" // flag: Germany
1836	FlagForDiegoGarcia                         Emoji = "\U0001f1e9\U0001f1ec" // flag: Diego Garcia
1837	FlagForDjibouti                            Emoji = "\U0001f1e9\U0001f1ef" // flag: Djibouti
1838	FlagForDenmark                             Emoji = "\U0001f1e9\U0001f1f0" // flag: Denmark
1839	FlagForDominica                            Emoji = "\U0001f1e9\U0001f1f2" // flag: Dominica
1840	FlagForDominicanRepublic                   Emoji = "\U0001f1e9\U0001f1f4" // flag: Dominican Republic
1841	FlagForAlgeria                             Emoji = "\U0001f1e9\U0001f1ff" // flag: Algeria
1842	FlagForCeutaAndMelilla                     Emoji = "\U0001f1ea\U0001f1e6" // flag: Ceuta & Melilla
1843	FlagForEcuador                             Emoji = "\U0001f1ea\U0001f1e8" // flag: Ecuador
1844	FlagForEstonia                             Emoji = "\U0001f1ea\U0001f1ea" // flag: Estonia
1845	FlagForEgypt                               Emoji = "\U0001f1ea\U0001f1ec" // flag: Egypt
1846	FlagForWesternSahara                       Emoji = "\U0001f1ea\U0001f1ed" // flag: Western Sahara
1847	FlagForEritrea                             Emoji = "\U0001f1ea\U0001f1f7" // flag: Eritrea
1848	FlagForSpain                               Emoji = "\U0001f1ea\U0001f1f8" // flag: Spain
1849	FlagForEthiopia                            Emoji = "\U0001f1ea\U0001f1f9" // flag: Ethiopia
1850	FlagForEuropeanUnion                       Emoji = "\U0001f1ea\U0001f1fa" // flag: European Union
1851	FlagForFinland                             Emoji = "\U0001f1eb\U0001f1ee" // flag: Finland
1852	FlagForFiji                                Emoji = "\U0001f1eb\U0001f1ef" // flag: Fiji
1853	FlagForFalklandIslands                     Emoji = "\U0001f1eb\U0001f1f0" // flag: Falkland Islands
1854	FlagForMicronesia                          Emoji = "\U0001f1eb\U0001f1f2" // flag: Micronesia
1855	FlagForFaroeIslands                        Emoji = "\U0001f1eb\U0001f1f4" // flag: Faroe Islands
1856	FlagForFrance                              Emoji = "\U0001f1eb\U0001f1f7" // flag: France
1857	FlagForGabon                               Emoji = "\U0001f1ec\U0001f1e6" // flag: Gabon
1858	FlagForUnitedKingdom                       Emoji = "\U0001f1ec\U0001f1e7" // flag: United Kingdom
1859	FlagForGrenada                             Emoji = "\U0001f1ec\U0001f1e9" // flag: Grenada
1860	FlagForGeorgia                             Emoji = "\U0001f1ec\U0001f1ea" // flag: Georgia
1861	FlagForFrenchGuiana                        Emoji = "\U0001f1ec\U0001f1eb" // flag: French Guiana
1862	FlagForGuernsey                            Emoji = "\U0001f1ec\U0001f1ec" // flag: Guernsey
1863	FlagForGhana                               Emoji = "\U0001f1ec\U0001f1ed" // flag: Ghana
1864	FlagForGibraltar                           Emoji = "\U0001f1ec\U0001f1ee" // flag: Gibraltar
1865	FlagForGreenland                           Emoji = "\U0001f1ec\U0001f1f1" // flag: Greenland
1866	FlagForGambia                              Emoji = "\U0001f1ec\U0001f1f2" // flag: Gambia
1867	FlagForGuinea                              Emoji = "\U0001f1ec\U0001f1f3" // flag: Guinea
1868	FlagForGuadeloupe                          Emoji = "\U0001f1ec\U0001f1f5" // flag: Guadeloupe
1869	FlagForEquatorialGuinea                    Emoji = "\U0001f1ec\U0001f1f6" // flag: Equatorial Guinea
1870	FlagForGreece                              Emoji = "\U0001f1ec\U0001f1f7" // flag: Greece
1871	FlagForSouthGeorgiaAndSouthSandwichIslands Emoji = "\U0001f1ec\U0001f1f8" // flag: South Georgia & South Sandwich Islands
1872	FlagForGuatemala                           Emoji = "\U0001f1ec\U0001f1f9" // flag: Guatemala
1873	FlagForGuam                                Emoji = "\U0001f1ec\U0001f1fa" // flag: Guam
1874	FlagForGuineaBissau                        Emoji = "\U0001f1ec\U0001f1fc" // flag: Guinea-Bissau
1875	FlagForGuyana                              Emoji = "\U0001f1ec\U0001f1fe" // flag: Guyana
1876	FlagForHongKongSarChina                    Emoji = "\U0001f1ed\U0001f1f0" // flag: Hong Kong SAR China
1877	FlagForHeardAndMcdonaldIslands             Emoji = "\U0001f1ed\U0001f1f2" // flag: Heard & McDonald Islands
1878	FlagForHonduras                            Emoji = "\U0001f1ed\U0001f1f3" // flag: Honduras
1879	FlagForCroatia                             Emoji = "\U0001f1ed\U0001f1f7" // flag: Croatia
1880	FlagForHaiti                               Emoji = "\U0001f1ed\U0001f1f9" // flag: Haiti
1881	FlagForHungary                             Emoji = "\U0001f1ed\U0001f1fa" // flag: Hungary
1882	FlagForCanaryIslands                       Emoji = "\U0001f1ee\U0001f1e8" // flag: Canary Islands
1883	FlagForIndonesia                           Emoji = "\U0001f1ee\U0001f1e9" // flag: Indonesia
1884	FlagForIreland                             Emoji = "\U0001f1ee\U0001f1ea" // flag: Ireland
1885	FlagForIsrael                              Emoji = "\U0001f1ee\U0001f1f1" // flag: Israel
1886	FlagForIsleOfMan                           Emoji = "\U0001f1ee\U0001f1f2" // flag: Isle of Man
1887	FlagForIndia                               Emoji = "\U0001f1ee\U0001f1f3" // flag: India
1888	FlagForBritishIndianOceanTerritory         Emoji = "\U0001f1ee\U0001f1f4" // flag: British Indian Ocean Territory
1889	FlagForIraq                                Emoji = "\U0001f1ee\U0001f1f6" // flag: Iraq
1890	FlagForIran                                Emoji = "\U0001f1ee\U0001f1f7" // flag: Iran
1891	FlagForIceland                             Emoji = "\U0001f1ee\U0001f1f8" // flag: Iceland
1892	FlagForItaly                               Emoji = "\U0001f1ee\U0001f1f9" // flag: Italy
1893	FlagForJersey                              Emoji = "\U0001f1ef\U0001f1ea" // flag: Jersey
1894	FlagForJamaica                             Emoji = "\U0001f1ef\U0001f1f2" // flag: Jamaica
1895	FlagForJordan                              Emoji = "\U0001f1ef\U0001f1f4" // flag: Jordan
1896	FlagForJapan                               Emoji = "\U0001f1ef\U0001f1f5" // flag: Japan
1897	FlagForKenya                               Emoji = "\U0001f1f0\U0001f1ea" // flag: Kenya
1898	FlagForKyrgyzstan                          Emoji = "\U0001f1f0\U0001f1ec" // flag: Kyrgyzstan
1899	FlagForCambodia                            Emoji = "\U0001f1f0\U0001f1ed" // flag: Cambodia
1900	FlagForKiribati                            Emoji = "\U0001f1f0\U0001f1ee" // flag: Kiribati
1901	FlagForComoros                             Emoji = "\U0001f1f0\U0001f1f2" // flag: Comoros
1902	FlagForStKittsAndNevis                     Emoji = "\U0001f1f0\U0001f1f3" // flag: St. Kitts & Nevis
1903	FlagForNorthKorea                          Emoji = "\U0001f1f0\U0001f1f5" // flag: North Korea
1904	FlagForSouthKorea                          Emoji = "\U0001f1f0\U0001f1f7" // flag: South Korea
1905	FlagForKuwait                              Emoji = "\U0001f1f0\U0001f1fc" // flag: Kuwait
1906	FlagForCaymanIslands                       Emoji = "\U0001f1f0\U0001f1fe" // flag: Cayman Islands
1907	FlagForKazakhstan                          Emoji = "\U0001f1f0\U0001f1ff" // flag: Kazakhstan
1908	FlagForLaos                                Emoji = "\U0001f1f1\U0001f1e6" // flag: Laos
1909	FlagForLebanon                             Emoji = "\U0001f1f1\U0001f1e7" // flag: Lebanon
1910	FlagForStLucia                             Emoji = "\U0001f1f1\U0001f1e8" // flag: St. Lucia
1911	FlagForLiechtenstein                       Emoji = "\U0001f1f1\U0001f1ee" // flag: Liechtenstein
1912	FlagForSriLanka                            Emoji = "\U0001f1f1\U0001f1f0" // flag: Sri Lanka
1913	FlagForLiberia                             Emoji = "\U0001f1f1\U0001f1f7" // flag: Liberia
1914	FlagForLesotho                             Emoji = "\U0001f1f1\U0001f1f8" // flag: Lesotho
1915	FlagForLithuania                           Emoji = "\U0001f1f1\U0001f1f9" // flag: Lithuania
1916	FlagForLuxembourg                          Emoji = "\U0001f1f1\U0001f1fa" // flag: Luxembourg
1917	FlagForLatvia                              Emoji = "\U0001f1f1\U0001f1fb" // flag: Latvia
1918	FlagForLibya                               Emoji = "\U0001f1f1\U0001f1fe" // flag: Libya
1919	FlagForMorocco                             Emoji = "\U0001f1f2\U0001f1e6" // flag: Morocco
1920	FlagForMonaco                              Emoji = "\U0001f1f2\U0001f1e8" // flag: Monaco
1921	FlagForMoldova                             Emoji = "\U0001f1f2\U0001f1e9" // flag: Moldova
1922	FlagForMontenegro                          Emoji = "\U0001f1f2\U0001f1ea" // flag: Montenegro
1923	FlagForStMartin                            Emoji = "\U0001f1f2\U0001f1eb" // flag: St. Martin
1924	FlagForMadagascar                          Emoji = "\U0001f1f2\U0001f1ec" // flag: Madagascar
1925	FlagForMarshallIslands                     Emoji = "\U0001f1f2\U0001f1ed" // flag: Marshall Islands
1926	FlagForNorthMacedonia                      Emoji = "\U0001f1f2\U0001f1f0" // flag: North Macedonia
1927	FlagForMali                                Emoji = "\U0001f1f2\U0001f1f1" // flag: Mali
1928	FlagForMyanmarBurma                        Emoji = "\U0001f1f2\U0001f1f2" // flag: Myanmar (Burma)
1929	FlagForMongolia                            Emoji = "\U0001f1f2\U0001f1f3" // flag: Mongolia
1930	FlagForMacaoSarChina                       Emoji = "\U0001f1f2\U0001f1f4" // flag: Macao SAR China
1931	FlagForNorthernMarianaIslands              Emoji = "\U0001f1f2\U0001f1f5" // flag: Northern Mariana Islands
1932	FlagForMartinique                          Emoji = "\U0001f1f2\U0001f1f6" // flag: Martinique
1933	FlagForMauritania                          Emoji = "\U0001f1f2\U0001f1f7" // flag: Mauritania
1934	FlagForMontserrat                          Emoji = "\U0001f1f2\U0001f1f8" // flag: Montserrat
1935	FlagForMalta                               Emoji = "\U0001f1f2\U0001f1f9" // flag: Malta
1936	FlagForMauritius                           Emoji = "\U0001f1f2\U0001f1fa" // flag: Mauritius
1937	FlagForMaldives                            Emoji = "\U0001f1f2\U0001f1fb" // flag: Maldives
1938	FlagForMalawi                              Emoji = "\U0001f1f2\U0001f1fc" // flag: Malawi
1939	FlagForMexico                              Emoji = "\U0001f1f2\U0001f1fd" // flag: Mexico
1940	FlagForMalaysia                            Emoji = "\U0001f1f2\U0001f1fe" // flag: Malaysia
1941	FlagForMozambique                          Emoji = "\U0001f1f2\U0001f1ff" // flag: Mozambique
1942	FlagForNamibia                             Emoji = "\U0001f1f3\U0001f1e6" // flag: Namibia
1943	FlagForNewCaledonia                        Emoji = "\U0001f1f3\U0001f1e8" // flag: New Caledonia
1944	FlagForNiger                               Emoji = "\U0001f1f3\U0001f1ea" // flag: Niger
1945	FlagForNorfolkIsland                       Emoji = "\U0001f1f3\U0001f1eb" // flag: Norfolk Island
1946	FlagForNigeria                             Emoji = "\U0001f1f3\U0001f1ec" // flag: Nigeria
1947	FlagForNicaragua                           Emoji = "\U0001f1f3\U0001f1ee" // flag: Nicaragua
1948	FlagForNetherlands                         Emoji = "\U0001f1f3\U0001f1f1" // flag: Netherlands
1949	FlagForNorway                              Emoji = "\U0001f1f3\U0001f1f4" // flag: Norway
1950	FlagForNepal                               Emoji = "\U0001f1f3\U0001f1f5" // flag: Nepal
1951	FlagForNauru                               Emoji = "\U0001f1f3\U0001f1f7" // flag: Nauru
1952	FlagForNiue                                Emoji = "\U0001f1f3\U0001f1fa" // flag: Niue
1953	FlagForNewZealand                          Emoji = "\U0001f1f3\U0001f1ff" // flag: New Zealand
1954	FlagForOman                                Emoji = "\U0001f1f4\U0001f1f2" // flag: Oman
1955	FlagForPanama                              Emoji = "\U0001f1f5\U0001f1e6" // flag: Panama
1956	FlagForPeru                                Emoji = "\U0001f1f5\U0001f1ea" // flag: Peru
1957	FlagForFrenchPolynesia                     Emoji = "\U0001f1f5\U0001f1eb" // flag: French Polynesia
1958	FlagForPapuaNewGuinea                      Emoji = "\U0001f1f5\U0001f1ec" // flag: Papua New Guinea
1959	FlagForPhilippines                         Emoji = "\U0001f1f5\U0001f1ed" // flag: Philippines
1960	FlagForPakistan                            Emoji = "\U0001f1f5\U0001f1f0" // flag: Pakistan
1961	FlagForPoland                              Emoji = "\U0001f1f5\U0001f1f1" // flag: Poland
1962	FlagForStPierreAndMiquelon                 Emoji = "\U0001f1f5\U0001f1f2" // flag: St. Pierre & Miquelon
1963	FlagForPitcairnIslands                     Emoji = "\U0001f1f5\U0001f1f3" // flag: Pitcairn Islands
1964	FlagForPuertoRico                          Emoji = "\U0001f1f5\U0001f1f7" // flag: Puerto Rico
1965	FlagForPalestinianTerritories              Emoji = "\U0001f1f5\U0001f1f8" // flag: Palestinian Territories
1966	FlagForPortugal                            Emoji = "\U0001f1f5\U0001f1f9" // flag: Portugal
1967	FlagForPalau                               Emoji = "\U0001f1f5\U0001f1fc" // flag: Palau
1968	FlagForParaguay                            Emoji = "\U0001f1f5\U0001f1fe" // flag: Paraguay
1969	FlagForQatar                               Emoji = "\U0001f1f6\U0001f1e6" // flag: Qatar
1970	FlagForReunion                             Emoji = "\U0001f1f7\U0001f1ea" // flag: Réunion
1971	FlagForRomania                             Emoji = "\U0001f1f7\U0001f1f4" // flag: Romania
1972	FlagForSerbia                              Emoji = "\U0001f1f7\U0001f1f8" // flag: Serbia
1973	FlagForRussia                              Emoji = "\U0001f1f7\U0001f1fa" // flag: Russia
1974	FlagForRwanda                              Emoji = "\U0001f1f7\U0001f1fc" // flag: Rwanda
1975	FlagForSaudiArabia                         Emoji = "\U0001f1f8\U0001f1e6" // flag: Saudi Arabia
1976	FlagForSolomonIslands                      Emoji = "\U0001f1f8\U0001f1e7" // flag: Solomon Islands
1977	FlagForSeychelles                          Emoji = "\U0001f1f8\U0001f1e8" // flag: Seychelles
1978	FlagForSudan                               Emoji = "\U0001f1f8\U0001f1e9" // flag: Sudan
1979	FlagForSweden                              Emoji = "\U0001f1f8\U0001f1ea" // flag: Sweden
1980	FlagForSingapore                           Emoji = "\U0001f1f8\U0001f1ec" // flag: Singapore
1981	FlagForStHelena                            Emoji = "\U0001f1f8\U0001f1ed" // flag: St. Helena
1982	FlagForSlovenia                            Emoji = "\U0001f1f8\U0001f1ee" // flag: Slovenia
1983	FlagForSvalbardAndJanMayen                 Emoji = "\U0001f1f8\U0001f1ef" // flag: Svalbard & Jan Mayen
1984	FlagForSlovakia                            Emoji = "\U0001f1f8\U0001f1f0" // flag: Slovakia
1985	FlagForSierraLeone                         Emoji = "\U0001f1f8\U0001f1f1" // flag: Sierra Leone
1986	FlagForSanMarino                           Emoji = "\U0001f1f8\U0001f1f2" // flag: San Marino
1987	FlagForSenegal                             Emoji = "\U0001f1f8\U0001f1f3" // flag: Senegal
1988	FlagForSomalia                             Emoji = "\U0001f1f8\U0001f1f4" // flag: Somalia
1989	FlagForSuriname                            Emoji = "\U0001f1f8\U0001f1f7" // flag: Suriname
1990	FlagForSouthSudan                          Emoji = "\U0001f1f8\U0001f1f8" // flag: South Sudan
1991	FlagForSaoTomeAndPrincipe                  Emoji = "\U0001f1f8\U0001f1f9" // flag: São Tomé & Príncipe
1992	FlagForElSalvador                          Emoji = "\U0001f1f8\U0001f1fb" // flag: El Salvador
1993	FlagForSintMaarten                         Emoji = "\U0001f1f8\U0001f1fd" // flag: Sint Maarten
1994	FlagForSyria                               Emoji = "\U0001f1f8\U0001f1fe" // flag: Syria
1995	FlagForEswatini                            Emoji = "\U0001f1f8\U0001f1ff" // flag: Eswatini
1996	FlagForTristanDaCunha                      Emoji = "\U0001f1f9\U0001f1e6" // flag: Tristan da Cunha
1997	FlagForTurksAndCaicosIslands               Emoji = "\U0001f1f9\U0001f1e8" // flag: Turks & Caicos Islands
1998	FlagForChad                                Emoji = "\U0001f1f9\U0001f1e9" // flag: Chad
1999	FlagForFrenchSouthernTerritories           Emoji = "\U0001f1f9\U0001f1eb" // flag: French Southern Territories
2000	FlagForTogo                                Emoji = "\U0001f1f9\U0001f1ec" // flag: Togo
2001	FlagForThailand                            Emoji = "\U0001f1f9\U0001f1ed" // flag: Thailand
2002	FlagForTajikistan                          Emoji = "\U0001f1f9\U0001f1ef" // flag: Tajikistan
2003	FlagForTokelau                             Emoji = "\U0001f1f9\U0001f1f0" // flag: Tokelau
2004	FlagForTimorLeste                          Emoji = "\U0001f1f9\U0001f1f1" // flag: Timor-Leste
2005	FlagForTurkmenistan                        Emoji = "\U0001f1f9\U0001f1f2" // flag: Turkmenistan
2006	FlagForTunisia                             Emoji = "\U0001f1f9\U0001f1f3" // flag: Tunisia
2007	FlagForTonga                               Emoji = "\U0001f1f9\U0001f1f4" // flag: Tonga
2008	FlagForTurkiye                             Emoji = "\U0001f1f9\U0001f1f7" // flag: Türkiye
2009	FlagForTrinidadAndTobago                   Emoji = "\U0001f1f9\U0001f1f9" // flag: Trinidad & Tobago
2010	FlagForTuvalu                              Emoji = "\U0001f1f9\U0001f1fb" // flag: Tuvalu
2011	FlagForTaiwan                              Emoji = "\U0001f1f9\U0001f1fc" // flag: Taiwan
2012	FlagForTanzania                            Emoji = "\U0001f1f9\U0001f1ff" // flag: Tanzania
2013	FlagForUkraine                             Emoji = "\U0001f1fa\U0001f1e6" // flag: Ukraine
2014	FlagForUganda                              Emoji = "\U0001f1fa\U0001f1ec" // flag: Uganda
2015	FlagForUsOutlyingIslands                   Emoji = "\U0001f1fa\U0001f1f2" // flag: U.S. Outlying Islands
2016	FlagForUnitedNations                       Emoji = "\U0001f1fa\U0001f1f3" // flag: United Nations
2017	FlagForUnitedStates                        Emoji = "\U0001f1fa\U0001f1f8" // flag: United States
2018	FlagForUruguay                             Emoji = "\U0001f1fa\U0001f1fe" // flag: Uruguay
2019	FlagForUzbekistan                          Emoji = "\U0001f1fa\U0001f1ff" // flag: Uzbekistan
2020	FlagForVaticanCity                         Emoji = "\U0001f1fb\U0001f1e6" // flag: Vatican City
2021	FlagForStVincentAndGrenadines              Emoji = "\U0001f1fb\U0001f1e8" // flag: St. Vincent & Grenadines
2022	FlagForVenezuela                           Emoji = "\U0001f1fb\U0001f1ea" // flag: Venezuela
2023	FlagForBritishVirginIslands                Emoji = "\U0001f1fb\U0001f1ec" // flag: British Virgin Islands
2024	FlagForUsVirginIslands                     Emoji = "\U0001f1fb\U0001f1ee" // flag: U.S. Virgin Islands
2025	FlagForVietnam                             Emoji = "\U0001f1fb\U0001f1f3" // flag: Vietnam
2026	FlagForVanuatu                             Emoji = "\U0001f1fb\U0001f1fa" // flag: Vanuatu
2027	FlagForWallisAndFutuna                     Emoji = "\U0001f1fc\U0001f1eb" // flag: Wallis & Futuna
2028	FlagForSamoa                               Emoji = "\U0001f1fc\U0001f1f8" // flag: Samoa
2029	FlagForKosovo                              Emoji = "\U0001f1fd\U0001f1f0" // flag: Kosovo
2030	FlagForYemen                               Emoji = "\U0001f1fe\U0001f1ea" // flag: Yemen
2031	FlagForMayotte                             Emoji = "\U0001f1fe\U0001f1f9" // flag: Mayotte
2032	FlagForSouthAfrica                         Emoji = "\U0001f1ff\U0001f1e6" // flag: South Africa
2033	FlagForZambia                              Emoji = "\U0001f1ff\U0001f1f2" // flag: Zambia
2034	FlagForZimbabwe                            Emoji = "\U0001f1ff\U0001f1fc" // flag: Zimbabwe
2035	// SUBGROUP: subdivision-flag
2036	FlagForEngland  Emoji = "\U0001f3f4\U000e0067\U000e0062\U000e0065\U000e006e\U000e0067\U000e007f" // flag: England
2037	FlagForScotland Emoji = "\U0001f3f4\U000e0067\U000e0062\U000e0073\U000e0063\U000e0074\U000e007f" // flag: Scotland
2038	FlagForWales    Emoji = "\U0001f3f4\U000e0067\U000e0062\U000e0077\U000e006c\U000e0073\U000e007f" // flag: Wales
2039
2040)