@joewinke/jatui 0.1.0 โ†’ 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1208 @@
1
+ /**
2
+ * Full Unicode emoji dataset organized by category.
3
+ * Each emoji has a character and searchable name.
4
+ * Based on Unicode CLDR emoji ordering, minus most flags.
5
+ */
6
+
7
+ export interface EmojiEntry {
8
+ char: string;
9
+ name: string;
10
+ }
11
+
12
+ export interface EmojiGroup {
13
+ label: string;
14
+ emojis: EmojiEntry[];
15
+ }
16
+
17
+ export const EMOJI_DATA: EmojiGroup[] = [
18
+ {
19
+ label: 'Smileys & Emotion',
20
+ emojis: [
21
+ { char: '๐Ÿ˜€', name: 'grinning face' },
22
+ { char: '๐Ÿ˜ƒ', name: 'grinning face with big eyes' },
23
+ { char: '๐Ÿ˜„', name: 'grinning face with smiling eyes' },
24
+ { char: '๐Ÿ˜', name: 'beaming face with smiling eyes' },
25
+ { char: '๐Ÿ˜†', name: 'grinning squinting face' },
26
+ { char: '๐Ÿ˜…', name: 'grinning face with sweat' },
27
+ { char: '๐Ÿคฃ', name: 'rolling on the floor laughing' },
28
+ { char: '๐Ÿ˜‚', name: 'face with tears of joy' },
29
+ { char: '๐Ÿ™‚', name: 'slightly smiling face' },
30
+ { char: '๐Ÿ™ƒ', name: 'upside down face' },
31
+ { char: '๐Ÿ˜‰', name: 'winking face' },
32
+ { char: '๐Ÿ˜Š', name: 'smiling face with smiling eyes' },
33
+ { char: '๐Ÿ˜‡', name: 'smiling face with halo' },
34
+ { char: '๐Ÿฅฐ', name: 'smiling face with hearts' },
35
+ { char: '๐Ÿ˜', name: 'smiling face with heart eyes' },
36
+ { char: '๐Ÿคฉ', name: 'star struck' },
37
+ { char: '๐Ÿ˜˜', name: 'face blowing a kiss' },
38
+ { char: '๐Ÿ˜—', name: 'kissing face' },
39
+ { char: '๐Ÿ˜š', name: 'kissing face with closed eyes' },
40
+ { char: '๐Ÿ˜™', name: 'kissing face with smiling eyes' },
41
+ { char: '๐Ÿฅฒ', name: 'smiling face with tear' },
42
+ { char: '๐Ÿ˜‹', name: 'face savoring food' },
43
+ { char: '๐Ÿ˜›', name: 'face with tongue' },
44
+ { char: '๐Ÿ˜œ', name: 'winking face with tongue' },
45
+ { char: '๐Ÿคช', name: 'zany face' },
46
+ { char: '๐Ÿ˜', name: 'squinting face with tongue' },
47
+ { char: '๐Ÿค‘', name: 'money mouth face' },
48
+ { char: '๐Ÿค—', name: 'hugging face' },
49
+ { char: '๐Ÿคญ', name: 'face with hand over mouth' },
50
+ { char: '๐Ÿคซ', name: 'shushing face' },
51
+ { char: '๐Ÿค”', name: 'thinking face' },
52
+ { char: '๐Ÿซก', name: 'saluting face' },
53
+ { char: '๐Ÿค', name: 'zipper mouth face' },
54
+ { char: '๐Ÿคจ', name: 'face with raised eyebrow' },
55
+ { char: '๐Ÿ˜', name: 'neutral face' },
56
+ { char: '๐Ÿ˜‘', name: 'expressionless face' },
57
+ { char: '๐Ÿ˜ถ', name: 'face without mouth' },
58
+ { char: '๐Ÿซฅ', name: 'dotted line face' },
59
+ { char: '๐Ÿ˜', name: 'smirking face' },
60
+ { char: '๐Ÿ˜’', name: 'unamused face' },
61
+ { char: '๐Ÿ™„', name: 'face with rolling eyes' },
62
+ { char: '๐Ÿ˜ฌ', name: 'grimacing face' },
63
+ { char: '๐Ÿคฅ', name: 'lying face' },
64
+ { char: '๐Ÿซจ', name: 'shaking face' },
65
+ { char: '๐Ÿ˜Œ', name: 'relieved face' },
66
+ { char: '๐Ÿ˜”', name: 'pensive face' },
67
+ { char: '๐Ÿ˜ช', name: 'sleepy face' },
68
+ { char: '๐Ÿคค', name: 'drooling face' },
69
+ { char: '๐Ÿ˜ด', name: 'sleeping face' },
70
+ { char: '๐Ÿ˜ท', name: 'face with medical mask' },
71
+ { char: '๐Ÿค’', name: 'face with thermometer' },
72
+ { char: '๐Ÿค•', name: 'face with head bandage' },
73
+ { char: '๐Ÿคข', name: 'nauseated face' },
74
+ { char: '๐Ÿคฎ', name: 'face vomiting' },
75
+ { char: '๐Ÿฅต', name: 'hot face' },
76
+ { char: '๐Ÿฅถ', name: 'cold face' },
77
+ { char: '๐Ÿฅด', name: 'woozy face' },
78
+ { char: '๐Ÿ˜ต', name: 'face with crossed out eyes' },
79
+ { char: '๐Ÿคฏ', name: 'exploding head' },
80
+ { char: '๐Ÿค ', name: 'cowboy hat face' },
81
+ { char: '๐Ÿฅณ', name: 'partying face' },
82
+ { char: '๐Ÿฅธ', name: 'disguised face' },
83
+ { char: '๐Ÿ˜Ž', name: 'smiling face with sunglasses cool' },
84
+ { char: '๐Ÿค“', name: 'nerd face' },
85
+ { char: '๐Ÿง', name: 'face with monocle' },
86
+ { char: '๐Ÿ˜•', name: 'confused face' },
87
+ { char: '๐Ÿซค', name: 'face with diagonal mouth' },
88
+ { char: '๐Ÿ˜Ÿ', name: 'worried face' },
89
+ { char: '๐Ÿ™', name: 'slightly frowning face' },
90
+ { char: '๐Ÿ˜ฎ', name: 'face with open mouth' },
91
+ { char: '๐Ÿ˜ฏ', name: 'hushed face' },
92
+ { char: '๐Ÿ˜ฒ', name: 'astonished face' },
93
+ { char: '๐Ÿ˜ณ', name: 'flushed face' },
94
+ { char: '๐Ÿฅบ', name: 'pleading face' },
95
+ { char: '๐Ÿฅน', name: 'face holding back tears' },
96
+ { char: '๐Ÿ˜ฆ', name: 'frowning face with open mouth' },
97
+ { char: '๐Ÿ˜ง', name: 'anguished face' },
98
+ { char: '๐Ÿ˜จ', name: 'fearful face' },
99
+ { char: '๐Ÿ˜ฐ', name: 'anxious face with sweat' },
100
+ { char: '๐Ÿ˜ฅ', name: 'sad but relieved face' },
101
+ { char: '๐Ÿ˜ข', name: 'crying face' },
102
+ { char: '๐Ÿ˜ญ', name: 'loudly crying face' },
103
+ { char: '๐Ÿ˜ฑ', name: 'face screaming in fear' },
104
+ { char: '๐Ÿ˜–', name: 'confounded face' },
105
+ { char: '๐Ÿ˜ฃ', name: 'persevering face' },
106
+ { char: '๐Ÿ˜ž', name: 'disappointed face' },
107
+ { char: '๐Ÿ˜“', name: 'downcast face with sweat' },
108
+ { char: '๐Ÿ˜ฉ', name: 'weary face' },
109
+ { char: '๐Ÿ˜ซ', name: 'tired face' },
110
+ { char: '๐Ÿฅฑ', name: 'yawning face' },
111
+ { char: '๐Ÿ˜ค', name: 'face with steam from nose' },
112
+ { char: '๐Ÿ˜ก', name: 'pouting face angry' },
113
+ { char: '๐Ÿ˜ ', name: 'angry face' },
114
+ { char: '๐Ÿคฌ', name: 'face with symbols on mouth' },
115
+ { char: '๐Ÿ˜ˆ', name: 'smiling face with horns' },
116
+ { char: '๐Ÿ‘ฟ', name: 'angry face with horns' },
117
+ { char: '๐Ÿ’€', name: 'skull' },
118
+ { char: 'โ˜ ๏ธ', name: 'skull and crossbones' },
119
+ { char: '๐Ÿ’ฉ', name: 'pile of poo' },
120
+ { char: '๐Ÿคก', name: 'clown face' },
121
+ { char: '๐Ÿ‘น', name: 'ogre' },
122
+ { char: '๐Ÿ‘บ', name: 'goblin' },
123
+ { char: '๐Ÿ‘ป', name: 'ghost' },
124
+ { char: '๐Ÿ‘ฝ', name: 'alien' },
125
+ { char: '๐Ÿ‘พ', name: 'alien monster' },
126
+ { char: '๐Ÿค–', name: 'robot' },
127
+ { char: '๐Ÿ˜บ', name: 'grinning cat' },
128
+ { char: '๐Ÿ˜ธ', name: 'grinning cat with smiling eyes' },
129
+ { char: '๐Ÿ˜น', name: 'cat with tears of joy' },
130
+ { char: '๐Ÿ˜ป', name: 'smiling cat with heart eyes' },
131
+ { char: '๐Ÿ˜ผ', name: 'cat with wry smile' },
132
+ { char: '๐Ÿ˜ฝ', name: 'kissing cat' },
133
+ { char: '๐Ÿ™€', name: 'weary cat' },
134
+ { char: '๐Ÿ˜ฟ', name: 'crying cat' },
135
+ { char: '๐Ÿ˜พ', name: 'pouting cat' },
136
+ { char: '๐Ÿซถ', name: 'heart hands' },
137
+ { char: '๐Ÿ’‹', name: 'kiss mark' },
138
+ { char: '๐Ÿ’Œ', name: 'love letter' },
139
+ { char: '๐Ÿ’˜', name: 'heart with arrow' },
140
+ { char: '๐Ÿ’', name: 'heart with ribbon' },
141
+ { char: '๐Ÿ’–', name: 'sparkling heart' },
142
+ { char: '๐Ÿ’—', name: 'growing heart' },
143
+ { char: '๐Ÿ’“', name: 'beating heart' },
144
+ { char: '๐Ÿ’ž', name: 'revolving hearts' },
145
+ { char: '๐Ÿ’•', name: 'two hearts' },
146
+ { char: '๐Ÿ’Ÿ', name: 'heart decoration' },
147
+ { char: 'โฃ๏ธ', name: 'heart exclamation' },
148
+ { char: '๐Ÿ’”', name: 'broken heart' },
149
+ { char: 'โค๏ธ', name: 'red heart' },
150
+ { char: '๐Ÿฉท', name: 'pink heart' },
151
+ { char: '๐Ÿงก', name: 'orange heart' },
152
+ { char: '๐Ÿ’›', name: 'yellow heart' },
153
+ { char: '๐Ÿ’š', name: 'green heart' },
154
+ { char: '๐Ÿ’™', name: 'blue heart' },
155
+ { char: '๐Ÿฉต', name: 'light blue heart' },
156
+ { char: '๐Ÿ’œ', name: 'purple heart' },
157
+ { char: '๐ŸคŽ', name: 'brown heart' },
158
+ { char: '๐Ÿ–ค', name: 'black heart' },
159
+ { char: '๐Ÿฉถ', name: 'grey heart' },
160
+ { char: '๐Ÿค', name: 'white heart' },
161
+ { char: '๐Ÿ’ฏ', name: 'hundred points' },
162
+ { char: '๐Ÿ’ข', name: 'anger symbol' },
163
+ { char: '๐Ÿ’ฅ', name: 'collision' },
164
+ { char: '๐Ÿ’ซ', name: 'dizzy star' },
165
+ { char: '๐Ÿ’ฆ', name: 'sweat droplets' },
166
+ { char: '๐Ÿ’จ', name: 'dashing away' },
167
+ { char: '๐Ÿ•ณ๏ธ', name: 'hole' },
168
+ { char: '๐Ÿ’ฃ', name: 'bomb' },
169
+ { char: '๐Ÿ’ฌ', name: 'speech balloon' },
170
+ { char: '๐Ÿ’ญ', name: 'thought balloon' },
171
+ { char: '๐Ÿ—ฏ๏ธ', name: 'right anger bubble' },
172
+ { char: '๐Ÿ’ค', name: 'zzz sleeping' },
173
+ ],
174
+ },
175
+ {
176
+ label: 'People & Body',
177
+ emojis: [
178
+ { char: '๐Ÿ‘‹', name: 'waving hand' },
179
+ { char: '๐Ÿคš', name: 'raised back of hand' },
180
+ { char: '๐Ÿ–๏ธ', name: 'hand with fingers splayed' },
181
+ { char: 'โœ‹', name: 'raised hand stop' },
182
+ { char: '๐Ÿ––', name: 'vulcan salute' },
183
+ { char: '๐Ÿซฑ', name: 'rightwards hand' },
184
+ { char: '๐Ÿซฒ', name: 'leftwards hand' },
185
+ { char: '๐Ÿซณ', name: 'palm down hand' },
186
+ { char: '๐Ÿซด', name: 'palm up hand' },
187
+ { char: '๐Ÿซท', name: 'leftwards pushing hand' },
188
+ { char: '๐Ÿซธ', name: 'rightwards pushing hand' },
189
+ { char: '๐Ÿ‘Œ', name: 'ok hand' },
190
+ { char: '๐ŸคŒ', name: 'pinched fingers' },
191
+ { char: '๐Ÿค', name: 'pinching hand' },
192
+ { char: 'โœŒ๏ธ', name: 'victory hand peace' },
193
+ { char: '๐Ÿคž', name: 'crossed fingers' },
194
+ { char: '๐Ÿซฐ', name: 'hand with index finger and thumb crossed' },
195
+ { char: '๐ŸคŸ', name: 'love you gesture' },
196
+ { char: '๐Ÿค˜', name: 'sign of the horns rock' },
197
+ { char: '๐Ÿค™', name: 'call me hand' },
198
+ { char: '๐Ÿ‘ˆ', name: 'backhand index pointing left' },
199
+ { char: '๐Ÿ‘‰', name: 'backhand index pointing right' },
200
+ { char: '๐Ÿ‘†', name: 'backhand index pointing up' },
201
+ { char: '๐Ÿ–•', name: 'middle finger' },
202
+ { char: '๐Ÿ‘‡', name: 'backhand index pointing down' },
203
+ { char: 'โ˜๏ธ', name: 'index pointing up' },
204
+ { char: '๐Ÿซต', name: 'index pointing at the viewer' },
205
+ { char: '๐Ÿ‘', name: 'thumbs up' },
206
+ { char: '๐Ÿ‘Ž', name: 'thumbs down' },
207
+ { char: 'โœŠ', name: 'raised fist' },
208
+ { char: '๐Ÿ‘Š', name: 'oncoming fist bump' },
209
+ { char: '๐Ÿค›', name: 'left facing fist' },
210
+ { char: '๐Ÿคœ', name: 'right facing fist' },
211
+ { char: '๐Ÿ‘', name: 'clapping hands' },
212
+ { char: '๐Ÿ™Œ', name: 'raising hands' },
213
+ { char: '๐Ÿซถ', name: 'heart hands' },
214
+ { char: '๐Ÿ‘', name: 'open hands' },
215
+ { char: '๐Ÿคฒ', name: 'palms up together' },
216
+ { char: '๐Ÿค', name: 'handshake' },
217
+ { char: '๐Ÿ™', name: 'folded hands pray please' },
218
+ { char: 'โœ๏ธ', name: 'writing hand' },
219
+ { char: '๐Ÿ’…', name: 'nail polish' },
220
+ { char: '๐Ÿคณ', name: 'selfie' },
221
+ { char: '๐Ÿ’ช', name: 'flexed biceps strong' },
222
+ { char: '๐Ÿฆพ', name: 'mechanical arm' },
223
+ { char: '๐Ÿฆฟ', name: 'mechanical leg' },
224
+ { char: '๐Ÿฆต', name: 'leg' },
225
+ { char: '๐Ÿฆถ', name: 'foot' },
226
+ { char: '๐Ÿ‘‚', name: 'ear' },
227
+ { char: '๐Ÿฆป', name: 'ear with hearing aid' },
228
+ { char: '๐Ÿ‘ƒ', name: 'nose' },
229
+ { char: '๐Ÿง ', name: 'brain' },
230
+ { char: '๐Ÿซ€', name: 'anatomical heart' },
231
+ { char: '๐Ÿซ', name: 'lungs' },
232
+ { char: '๐Ÿฆท', name: 'tooth' },
233
+ { char: '๐Ÿฆด', name: 'bone' },
234
+ { char: '๐Ÿ‘€', name: 'eyes' },
235
+ { char: '๐Ÿ‘๏ธ', name: 'eye' },
236
+ { char: '๐Ÿ‘…', name: 'tongue' },
237
+ { char: '๐Ÿ‘„', name: 'mouth' },
238
+ { char: '๐Ÿซฆ', name: 'biting lip' },
239
+ { char: '๐Ÿ‘ถ', name: 'baby' },
240
+ { char: '๐Ÿง’', name: 'child' },
241
+ { char: '๐Ÿ‘ฆ', name: 'boy' },
242
+ { char: '๐Ÿ‘ง', name: 'girl' },
243
+ { char: '๐Ÿง‘', name: 'person' },
244
+ { char: '๐Ÿ‘ฑ', name: 'person blond hair' },
245
+ { char: '๐Ÿ‘จ', name: 'man' },
246
+ { char: '๐Ÿง”', name: 'person beard' },
247
+ { char: '๐Ÿ‘ฉ', name: 'woman' },
248
+ { char: '๐Ÿง“', name: 'older person' },
249
+ { char: '๐Ÿ‘ด', name: 'old man' },
250
+ { char: '๐Ÿ‘ต', name: 'old woman' },
251
+ { char: '๐Ÿ™', name: 'person frowning' },
252
+ { char: '๐Ÿ™Ž', name: 'person pouting' },
253
+ { char: '๐Ÿ™…', name: 'person gesturing no' },
254
+ { char: '๐Ÿ™†', name: 'person gesturing ok' },
255
+ { char: '๐Ÿ’', name: 'person tipping hand' },
256
+ { char: '๐Ÿ™‹', name: 'person raising hand' },
257
+ { char: '๐Ÿง', name: 'deaf person' },
258
+ { char: '๐Ÿ™‡', name: 'person bowing' },
259
+ { char: '๐Ÿคฆ', name: 'person facepalming' },
260
+ { char: '๐Ÿคท', name: 'person shrugging' },
261
+ { char: '๐Ÿง‘โ€๐Ÿ’ป', name: 'technologist coder developer' },
262
+ { char: '๐Ÿ‘จโ€๐Ÿ’ป', name: 'man technologist' },
263
+ { char: '๐Ÿ‘ฉโ€๐Ÿ’ป', name: 'woman technologist' },
264
+ { char: '๐Ÿง‘โ€๐Ÿ”ฌ', name: 'scientist' },
265
+ { char: '๐Ÿ‘จโ€๐Ÿ”ฌ', name: 'man scientist' },
266
+ { char: '๐Ÿ‘ฉโ€๐Ÿ”ฌ', name: 'woman scientist' },
267
+ { char: '๐Ÿง‘โ€๐ŸŽจ', name: 'artist' },
268
+ { char: '๐Ÿง‘โ€๐Ÿš€', name: 'astronaut' },
269
+ { char: '๐Ÿง‘โ€๐Ÿซ', name: 'teacher' },
270
+ { char: '๐Ÿง‘โ€โš•๏ธ', name: 'health worker doctor' },
271
+ { char: '๐Ÿง‘โ€๐Ÿณ', name: 'cook chef' },
272
+ { char: '๐Ÿง‘โ€๐Ÿ”ง', name: 'mechanic' },
273
+ { char: '๐Ÿง‘โ€๐Ÿญ', name: 'factory worker' },
274
+ { char: '๐Ÿง‘โ€๐Ÿ’ผ', name: 'office worker' },
275
+ { char: '๐Ÿง‘โ€๐Ÿš’', name: 'firefighter' },
276
+ { char: '๐Ÿ‘ฎ', name: 'police officer' },
277
+ { char: '๐Ÿ•ต๏ธ', name: 'detective' },
278
+ { char: '๐Ÿ’‚', name: 'guard' },
279
+ { char: '๐Ÿฅท', name: 'ninja' },
280
+ { char: '๐Ÿง™', name: 'mage wizard' },
281
+ { char: '๐Ÿง', name: 'elf' },
282
+ { char: '๐Ÿง›', name: 'vampire' },
283
+ { char: '๐ŸงŸ', name: 'zombie' },
284
+ { char: '๐Ÿฆธ', name: 'superhero' },
285
+ { char: '๐Ÿฆน', name: 'supervillain' },
286
+ { char: '๐Ÿ‘ค', name: 'bust in silhouette person' },
287
+ { char: '๐Ÿ‘ฅ', name: 'busts in silhouette people' },
288
+ { char: '๐Ÿ‘ช', name: 'family' },
289
+ { char: '๐Ÿ‘ซ', name: 'woman and man holding hands couple' },
290
+ { char: '๐Ÿ‘ฌ', name: 'men holding hands' },
291
+ { char: '๐Ÿ‘ญ', name: 'women holding hands' },
292
+ { char: '๐Ÿง‘โ€๐Ÿคโ€๐Ÿง‘', name: 'people holding hands' },
293
+ { char: '๐Ÿ’', name: 'kiss' },
294
+ { char: '๐Ÿ’‘', name: 'couple with heart' },
295
+ { char: '๐Ÿ—ฃ๏ธ', name: 'speaking head' },
296
+ { char: '๐Ÿ‘ฃ', name: 'footprints' },
297
+ ],
298
+ },
299
+ {
300
+ label: 'Animals & Nature',
301
+ emojis: [
302
+ { char: '๐Ÿถ', name: 'dog face' },
303
+ { char: '๐Ÿฑ', name: 'cat face' },
304
+ { char: '๐Ÿญ', name: 'mouse face' },
305
+ { char: '๐Ÿน', name: 'hamster' },
306
+ { char: '๐Ÿฐ', name: 'rabbit face bunny' },
307
+ { char: '๐ŸฆŠ', name: 'fox' },
308
+ { char: '๐Ÿป', name: 'bear' },
309
+ { char: '๐Ÿผ', name: 'panda' },
310
+ { char: '๐Ÿปโ€โ„๏ธ', name: 'polar bear' },
311
+ { char: '๐Ÿจ', name: 'koala' },
312
+ { char: '๐Ÿฏ', name: 'tiger face' },
313
+ { char: '๐Ÿฆ', name: 'lion' },
314
+ { char: '๐Ÿฎ', name: 'cow face' },
315
+ { char: '๐Ÿท', name: 'pig face' },
316
+ { char: '๐Ÿธ', name: 'frog' },
317
+ { char: '๐Ÿต', name: 'monkey face' },
318
+ { char: '๐Ÿ™ˆ', name: 'see no evil monkey' },
319
+ { char: '๐Ÿ™‰', name: 'hear no evil monkey' },
320
+ { char: '๐Ÿ™Š', name: 'speak no evil monkey' },
321
+ { char: '๐Ÿ’', name: 'monkey' },
322
+ { char: '๐Ÿฆ', name: 'gorilla' },
323
+ { char: '๐Ÿฆง', name: 'orangutan' },
324
+ { char: '๐Ÿ”', name: 'chicken' },
325
+ { char: '๐Ÿง', name: 'penguin' },
326
+ { char: '๐Ÿฆ', name: 'bird' },
327
+ { char: '๐Ÿค', name: 'baby chick' },
328
+ { char: '๐Ÿฆ†', name: 'duck' },
329
+ { char: '๐Ÿฆ…', name: 'eagle' },
330
+ { char: '๐Ÿฆ‰', name: 'owl' },
331
+ { char: '๐Ÿฆ‡', name: 'bat' },
332
+ { char: '๐Ÿบ', name: 'wolf' },
333
+ { char: '๐Ÿ—', name: 'boar' },
334
+ { char: '๐Ÿด', name: 'horse face' },
335
+ { char: '๐Ÿฆ„', name: 'unicorn' },
336
+ { char: '๐Ÿ', name: 'honeybee bee' },
337
+ { char: '๐Ÿชฑ', name: 'worm' },
338
+ { char: '๐Ÿ›', name: 'bug caterpillar' },
339
+ { char: '๐Ÿฆ‹', name: 'butterfly' },
340
+ { char: '๐ŸŒ', name: 'snail' },
341
+ { char: '๐Ÿž', name: 'lady beetle ladybug' },
342
+ { char: '๐Ÿœ', name: 'ant' },
343
+ { char: '๐Ÿชฒ', name: 'beetle' },
344
+ { char: '๐Ÿชณ', name: 'cockroach' },
345
+ { char: '๐Ÿฆ—', name: 'cricket' },
346
+ { char: '๐Ÿ•ท๏ธ', name: 'spider' },
347
+ { char: '๐Ÿ•ธ๏ธ', name: 'spider web' },
348
+ { char: '๐Ÿฆ‚', name: 'scorpion' },
349
+ { char: '๐Ÿข', name: 'turtle' },
350
+ { char: '๐Ÿ', name: 'snake' },
351
+ { char: '๐ŸฆŽ', name: 'lizard' },
352
+ { char: '๐ŸŠ', name: 'crocodile' },
353
+ { char: '๐Ÿฆ–', name: 'dinosaur trex' },
354
+ { char: '๐Ÿฆ•', name: 'sauropod dinosaur' },
355
+ { char: '๐Ÿ™', name: 'octopus' },
356
+ { char: '๐Ÿฆ‘', name: 'squid' },
357
+ { char: '๐Ÿฆ', name: 'shrimp' },
358
+ { char: '๐Ÿฆž', name: 'lobster' },
359
+ { char: '๐Ÿฆ€', name: 'crab' },
360
+ { char: '๐Ÿก', name: 'blowfish' },
361
+ { char: '๐Ÿ ', name: 'tropical fish' },
362
+ { char: '๐ŸŸ', name: 'fish' },
363
+ { char: '๐Ÿฌ', name: 'dolphin' },
364
+ { char: '๐Ÿณ', name: 'spouting whale' },
365
+ { char: '๐Ÿ‹', name: 'whale' },
366
+ { char: '๐Ÿฆˆ', name: 'shark' },
367
+ { char: '๐Ÿฆญ', name: 'seal' },
368
+ { char: '๐ŸŠ', name: 'alligator' },
369
+ { char: '๐Ÿ…', name: 'tiger' },
370
+ { char: '๐Ÿ†', name: 'leopard' },
371
+ { char: '๐Ÿฆ“', name: 'zebra' },
372
+ { char: '๐Ÿฆ', name: 'rhinoceros' },
373
+ { char: '๐Ÿฆ›', name: 'hippopotamus hippo' },
374
+ { char: '๐Ÿ˜', name: 'elephant' },
375
+ { char: '๐Ÿฆฃ', name: 'mammoth' },
376
+ { char: '๐Ÿฆฌ', name: 'bison' },
377
+ { char: '๐Ÿƒ', name: 'water buffalo' },
378
+ { char: '๐Ÿ‚', name: 'ox' },
379
+ { char: '๐Ÿ„', name: 'cow' },
380
+ { char: '๐ŸŽ', name: 'horse racing' },
381
+ { char: '๐Ÿ–', name: 'pig' },
382
+ { char: '๐Ÿ', name: 'ram sheep' },
383
+ { char: '๐Ÿ‘', name: 'ewe sheep' },
384
+ { char: '๐Ÿฆ™', name: 'llama' },
385
+ { char: '๐Ÿ', name: 'goat' },
386
+ { char: '๐ŸฆŒ', name: 'deer' },
387
+ { char: '๐Ÿ•', name: 'dog' },
388
+ { char: '๐Ÿฉ', name: 'poodle' },
389
+ { char: '๐Ÿฆฎ', name: 'guide dog' },
390
+ { char: '๐Ÿ•โ€๐Ÿฆบ', name: 'service dog' },
391
+ { char: '๐Ÿˆ', name: 'cat' },
392
+ { char: '๐Ÿˆโ€โฌ›', name: 'black cat' },
393
+ { char: '๐Ÿชถ', name: 'feather' },
394
+ { char: '๐Ÿฆฉ', name: 'flamingo' },
395
+ { char: '๐Ÿฆš', name: 'peacock' },
396
+ { char: '๐Ÿฆœ', name: 'parrot' },
397
+ { char: '๐Ÿฆข', name: 'swan' },
398
+ { char: '๐Ÿฆค', name: 'dodo' },
399
+ { char: '๐Ÿชบ', name: 'nest with eggs' },
400
+ { char: '๐ŸŠ', name: 'crocodile' },
401
+ { char: '๐ŸŒธ', name: 'cherry blossom' },
402
+ { char: '๐Ÿ’ฎ', name: 'white flower' },
403
+ { char: '๐Ÿต๏ธ', name: 'rosette' },
404
+ { char: '๐ŸŒน', name: 'rose' },
405
+ { char: '๐Ÿฅ€', name: 'wilted flower' },
406
+ { char: '๐ŸŒบ', name: 'hibiscus' },
407
+ { char: '๐ŸŒป', name: 'sunflower' },
408
+ { char: '๐ŸŒผ', name: 'blossom' },
409
+ { char: '๐ŸŒท', name: 'tulip' },
410
+ { char: '๐Ÿชป', name: 'hyacinth' },
411
+ { char: '๐ŸŒฑ', name: 'seedling sprout' },
412
+ { char: '๐Ÿชด', name: 'potted plant' },
413
+ { char: '๐ŸŒฒ', name: 'evergreen tree pine' },
414
+ { char: '๐ŸŒณ', name: 'deciduous tree' },
415
+ { char: '๐ŸŒด', name: 'palm tree' },
416
+ { char: '๐ŸŒต', name: 'cactus' },
417
+ { char: '๐ŸŒพ', name: 'sheaf of rice' },
418
+ { char: '๐ŸŒฟ', name: 'herb' },
419
+ { char: 'โ˜˜๏ธ', name: 'shamrock' },
420
+ { char: '๐Ÿ€', name: 'four leaf clover luck' },
421
+ { char: '๐Ÿ', name: 'maple leaf' },
422
+ { char: '๐Ÿ‚', name: 'fallen leaf' },
423
+ { char: '๐Ÿƒ', name: 'leaf fluttering in wind' },
424
+ { char: '๐Ÿชน', name: 'empty nest' },
425
+ { char: '๐Ÿ„', name: 'mushroom' },
426
+ ],
427
+ },
428
+ {
429
+ label: 'Food & Drink',
430
+ emojis: [
431
+ { char: '๐Ÿ‡', name: 'grapes' },
432
+ { char: '๐Ÿˆ', name: 'melon' },
433
+ { char: '๐Ÿ‰', name: 'watermelon' },
434
+ { char: '๐ŸŠ', name: 'tangerine orange' },
435
+ { char: '๐Ÿ‹', name: 'lemon' },
436
+ { char: '๐ŸŒ', name: 'banana' },
437
+ { char: '๐Ÿ', name: 'pineapple' },
438
+ { char: '๐Ÿฅญ', name: 'mango' },
439
+ { char: '๐ŸŽ', name: 'red apple' },
440
+ { char: '๐Ÿ', name: 'green apple' },
441
+ { char: '๐Ÿ', name: 'pear' },
442
+ { char: '๐Ÿ‘', name: 'peach' },
443
+ { char: '๐Ÿ’', name: 'cherries' },
444
+ { char: '๐Ÿ“', name: 'strawberry' },
445
+ { char: '๐Ÿซ', name: 'blueberries' },
446
+ { char: '๐Ÿฅ', name: 'kiwi fruit' },
447
+ { char: '๐Ÿ…', name: 'tomato' },
448
+ { char: '๐Ÿซ’', name: 'olive' },
449
+ { char: '๐Ÿฅฅ', name: 'coconut' },
450
+ { char: '๐Ÿฅ‘', name: 'avocado' },
451
+ { char: '๐Ÿ†', name: 'eggplant' },
452
+ { char: '๐Ÿฅ”', name: 'potato' },
453
+ { char: '๐Ÿฅ•', name: 'carrot' },
454
+ { char: '๐ŸŒฝ', name: 'ear of corn' },
455
+ { char: '๐ŸŒถ๏ธ', name: 'hot pepper chili' },
456
+ { char: '๐Ÿซ‘', name: 'bell pepper' },
457
+ { char: '๐Ÿฅ’', name: 'cucumber' },
458
+ { char: '๐Ÿฅฌ', name: 'leafy green' },
459
+ { char: '๐Ÿฅฆ', name: 'broccoli' },
460
+ { char: '๐Ÿง„', name: 'garlic' },
461
+ { char: '๐Ÿง…', name: 'onion' },
462
+ { char: '๐Ÿฅœ', name: 'peanuts' },
463
+ { char: '๐Ÿซ˜', name: 'beans' },
464
+ { char: '๐ŸŒฐ', name: 'chestnut' },
465
+ { char: '๐Ÿซš', name: 'ginger root' },
466
+ { char: '๐Ÿž', name: 'bread' },
467
+ { char: '๐Ÿฅ', name: 'croissant' },
468
+ { char: '๐Ÿฅ–', name: 'baguette bread' },
469
+ { char: '๐Ÿซ“', name: 'flatbread' },
470
+ { char: '๐Ÿฅจ', name: 'pretzel' },
471
+ { char: '๐Ÿฅฏ', name: 'bagel' },
472
+ { char: '๐Ÿฅž', name: 'pancakes' },
473
+ { char: '๐Ÿง‡', name: 'waffle' },
474
+ { char: '๐Ÿง€', name: 'cheese wedge' },
475
+ { char: '๐Ÿ–', name: 'meat on bone' },
476
+ { char: '๐Ÿ—', name: 'poultry leg chicken' },
477
+ { char: '๐Ÿฅฉ', name: 'cut of meat steak' },
478
+ { char: '๐Ÿฅ“', name: 'bacon' },
479
+ { char: '๐Ÿ”', name: 'hamburger burger' },
480
+ { char: '๐ŸŸ', name: 'french fries' },
481
+ { char: '๐Ÿ•', name: 'pizza' },
482
+ { char: '๐ŸŒญ', name: 'hot dog' },
483
+ { char: '๐Ÿฅช', name: 'sandwich' },
484
+ { char: '๐ŸŒฎ', name: 'taco' },
485
+ { char: '๐ŸŒฏ', name: 'burrito' },
486
+ { char: '๐Ÿซ”', name: 'tamale' },
487
+ { char: '๐Ÿฅ™', name: 'stuffed flatbread' },
488
+ { char: '๐Ÿง†', name: 'falafel' },
489
+ { char: '๐Ÿฅš', name: 'egg' },
490
+ { char: '๐Ÿณ', name: 'cooking fried egg' },
491
+ { char: '๐Ÿฅ˜', name: 'shallow pan of food' },
492
+ { char: '๐Ÿฒ', name: 'pot of food stew' },
493
+ { char: '๐Ÿซ•', name: 'fondue' },
494
+ { char: '๐Ÿฅฃ', name: 'bowl with spoon cereal' },
495
+ { char: '๐Ÿฅ—', name: 'green salad' },
496
+ { char: '๐Ÿฟ', name: 'popcorn' },
497
+ { char: '๐Ÿงˆ', name: 'butter' },
498
+ { char: '๐Ÿง‚', name: 'salt' },
499
+ { char: '๐Ÿฅซ', name: 'canned food' },
500
+ { char: '๐Ÿฑ', name: 'bento box' },
501
+ { char: '๐Ÿ˜', name: 'rice cracker' },
502
+ { char: '๐Ÿ™', name: 'rice ball' },
503
+ { char: '๐Ÿš', name: 'cooked rice' },
504
+ { char: '๐Ÿ›', name: 'curry rice' },
505
+ { char: '๐Ÿœ', name: 'steaming bowl noodles ramen' },
506
+ { char: '๐Ÿ', name: 'spaghetti pasta' },
507
+ { char: '๐Ÿ ', name: 'roasted sweet potato' },
508
+ { char: '๐Ÿข', name: 'oden' },
509
+ { char: '๐Ÿฃ', name: 'sushi' },
510
+ { char: '๐Ÿค', name: 'fried shrimp tempura' },
511
+ { char: '๐Ÿฅ', name: 'fish cake' },
512
+ { char: '๐Ÿฅฎ', name: 'moon cake' },
513
+ { char: '๐Ÿก', name: 'dango' },
514
+ { char: '๐ŸฅŸ', name: 'dumpling' },
515
+ { char: '๐Ÿฅ ', name: 'fortune cookie' },
516
+ { char: '๐Ÿฅก', name: 'takeout box' },
517
+ { char: '๐Ÿฆ€', name: 'crab' },
518
+ { char: '๐Ÿฆž', name: 'lobster' },
519
+ { char: '๐Ÿฆ', name: 'shrimp' },
520
+ { char: '๐Ÿฆ‘', name: 'squid' },
521
+ { char: '๐Ÿฆ', name: 'soft ice cream' },
522
+ { char: '๐Ÿง', name: 'shaved ice' },
523
+ { char: '๐Ÿจ', name: 'ice cream' },
524
+ { char: '๐Ÿฉ', name: 'doughnut donut' },
525
+ { char: '๐Ÿช', name: 'cookie' },
526
+ { char: '๐ŸŽ‚', name: 'birthday cake' },
527
+ { char: '๐Ÿฐ', name: 'shortcake' },
528
+ { char: '๐Ÿง', name: 'cupcake' },
529
+ { char: '๐Ÿฅง', name: 'pie' },
530
+ { char: '๐Ÿซ', name: 'chocolate bar' },
531
+ { char: '๐Ÿฌ', name: 'candy' },
532
+ { char: '๐Ÿญ', name: 'lollipop' },
533
+ { char: '๐Ÿฎ', name: 'custard pudding' },
534
+ { char: '๐Ÿฏ', name: 'honey pot' },
535
+ { char: '๐Ÿผ', name: 'baby bottle' },
536
+ { char: '๐Ÿฅ›', name: 'glass of milk' },
537
+ { char: 'โ˜•', name: 'hot beverage coffee tea' },
538
+ { char: '๐Ÿซ–', name: 'teapot' },
539
+ { char: '๐Ÿต', name: 'teacup without handle' },
540
+ { char: '๐Ÿถ', name: 'sake' },
541
+ { char: '๐Ÿพ', name: 'bottle with popping cork champagne' },
542
+ { char: '๐Ÿท', name: 'wine glass' },
543
+ { char: '๐Ÿธ', name: 'cocktail glass martini' },
544
+ { char: '๐Ÿน', name: 'tropical drink' },
545
+ { char: '๐Ÿบ', name: 'beer mug' },
546
+ { char: '๐Ÿป', name: 'clinking beer mugs cheers' },
547
+ { char: '๐Ÿฅ‚', name: 'clinking glasses' },
548
+ { char: '๐Ÿฅƒ', name: 'tumbler glass whiskey' },
549
+ { char: '๐Ÿซ—', name: 'pouring liquid' },
550
+ { char: '๐Ÿฅค', name: 'cup with straw' },
551
+ { char: '๐Ÿง‹', name: 'bubble tea boba' },
552
+ { char: '๐Ÿงƒ', name: 'beverage box juice' },
553
+ { char: '๐Ÿง‰', name: 'mate' },
554
+ { char: '๐ŸงŠ', name: 'ice' },
555
+ { char: '๐Ÿฅข', name: 'chopsticks' },
556
+ { char: '๐Ÿฝ๏ธ', name: 'fork and knife with plate' },
557
+ { char: '๐Ÿด', name: 'fork and knife' },
558
+ { char: '๐Ÿฅ„', name: 'spoon' },
559
+ { char: '๐Ÿ”ช', name: 'kitchen knife' },
560
+ { char: '๐Ÿซ™', name: 'jar' },
561
+ { char: '๐Ÿบ', name: 'amphora' },
562
+ ],
563
+ },
564
+ {
565
+ label: 'Activities',
566
+ emojis: [
567
+ { char: 'โšฝ', name: 'soccer ball football' },
568
+ { char: '๐Ÿ€', name: 'basketball' },
569
+ { char: '๐Ÿˆ', name: 'american football' },
570
+ { char: 'โšพ', name: 'baseball' },
571
+ { char: '๐ŸฅŽ', name: 'softball' },
572
+ { char: '๐ŸŽพ', name: 'tennis' },
573
+ { char: '๐Ÿ', name: 'volleyball' },
574
+ { char: '๐Ÿ‰', name: 'rugby football' },
575
+ { char: '๐Ÿฅ', name: 'flying disc frisbee' },
576
+ { char: '๐ŸŽฑ', name: 'pool 8 ball billiards' },
577
+ { char: '๐Ÿช€', name: 'yo-yo' },
578
+ { char: '๐Ÿ“', name: 'ping pong table tennis' },
579
+ { char: '๐Ÿธ', name: 'badminton' },
580
+ { char: '๐Ÿ’', name: 'ice hockey' },
581
+ { char: '๐Ÿ‘', name: 'field hockey' },
582
+ { char: '๐Ÿฅ', name: 'lacrosse' },
583
+ { char: '๐Ÿ', name: 'cricket game' },
584
+ { char: '๐Ÿชƒ', name: 'boomerang' },
585
+ { char: '๐Ÿฅ…', name: 'goal net' },
586
+ { char: 'โ›ณ', name: 'flag in hole golf' },
587
+ { char: '๐Ÿช', name: 'kite' },
588
+ { char: '๐Ÿน', name: 'bow and arrow archery' },
589
+ { char: '๐ŸŽฃ', name: 'fishing pole' },
590
+ { char: '๐Ÿคฟ', name: 'diving mask snorkel' },
591
+ { char: '๐ŸฅŠ', name: 'boxing glove' },
592
+ { char: '๐Ÿฅ‹', name: 'martial arts uniform' },
593
+ { char: '๐ŸŽฝ', name: 'running shirt' },
594
+ { char: 'โ›ธ๏ธ', name: 'ice skate' },
595
+ { char: '๐ŸฅŒ', name: 'curling stone' },
596
+ { char: '๐Ÿ›ท', name: 'sled' },
597
+ { char: '๐ŸŽฟ', name: 'skis skiing' },
598
+ { char: 'โ›ท๏ธ', name: 'skier' },
599
+ { char: '๐Ÿ‚', name: 'snowboarder' },
600
+ { char: '๐Ÿช‚', name: 'parachute' },
601
+ { char: '๐Ÿ‹๏ธ', name: 'person lifting weights' },
602
+ { char: '๐Ÿคผ', name: 'people wrestling' },
603
+ { char: '๐Ÿคธ', name: 'person cartwheeling' },
604
+ { char: '๐Ÿคบ', name: 'person fencing' },
605
+ { char: 'โ›น๏ธ', name: 'person bouncing ball' },
606
+ { char: '๐Ÿง—', name: 'person climbing' },
607
+ { char: '๐Ÿšต', name: 'person mountain biking' },
608
+ { char: '๐Ÿšด', name: 'person biking cycling' },
609
+ { char: '๐ŸŠ', name: 'person swimming' },
610
+ { char: '๐Ÿคฝ', name: 'person playing water polo' },
611
+ { char: '๐Ÿ„', name: 'person surfing' },
612
+ { char: '๐Ÿ‡', name: 'horse racing' },
613
+ { char: '๐Ÿง˜', name: 'person in lotus position yoga meditation' },
614
+ { char: '๐ŸŽช', name: 'circus tent' },
615
+ { char: '๐Ÿ›น', name: 'skateboard' },
616
+ { char: '๐Ÿ›ผ', name: 'roller skate' },
617
+ { char: '๐ŸŽ—๏ธ', name: 'reminder ribbon' },
618
+ { char: '๐ŸŽŸ๏ธ', name: 'admission tickets' },
619
+ { char: '๐ŸŽซ', name: 'ticket' },
620
+ { char: '๐ŸŽ–๏ธ', name: 'military medal' },
621
+ { char: '๐Ÿ†', name: 'trophy' },
622
+ { char: '๐Ÿ…', name: 'sports medal' },
623
+ { char: '๐Ÿฅ‡', name: 'first place medal gold' },
624
+ { char: '๐Ÿฅˆ', name: 'second place medal silver' },
625
+ { char: '๐Ÿฅ‰', name: 'third place medal bronze' },
626
+ { char: '๐ŸŽญ', name: 'performing arts theater' },
627
+ { char: '๐Ÿฉฐ', name: 'ballet shoes' },
628
+ { char: '๐ŸŽจ', name: 'artist palette paint' },
629
+ { char: '๐ŸŽฌ', name: 'clapper board movie film' },
630
+ { char: '๐ŸŽค', name: 'microphone karaoke' },
631
+ { char: '๐ŸŽง', name: 'headphone' },
632
+ { char: '๐ŸŽผ', name: 'musical score' },
633
+ { char: '๐ŸŽน', name: 'musical keyboard piano' },
634
+ { char: '๐Ÿฅ', name: 'drum' },
635
+ { char: '๐Ÿช˜', name: 'long drum' },
636
+ { char: '๐ŸŽท', name: 'saxophone' },
637
+ { char: '๐ŸŽบ', name: 'trumpet' },
638
+ { char: '๐Ÿช—', name: 'accordion' },
639
+ { char: '๐ŸŽธ', name: 'guitar' },
640
+ { char: '๐Ÿช•', name: 'banjo' },
641
+ { char: '๐ŸŽป', name: 'violin' },
642
+ { char: '๐ŸŽฒ', name: 'game die dice' },
643
+ { char: 'โ™Ÿ๏ธ', name: 'chess pawn' },
644
+ { char: '๐ŸŽฏ', name: 'bullseye target direct hit' },
645
+ { char: '๐ŸŽณ', name: 'bowling' },
646
+ { char: '๐ŸŽฎ', name: 'video game controller' },
647
+ { char: '๐Ÿ•น๏ธ', name: 'joystick' },
648
+ { char: '๐ŸŽฐ', name: 'slot machine' },
649
+ { char: '๐Ÿงฉ', name: 'puzzle piece jigsaw' },
650
+ { char: '๐Ÿงธ', name: 'teddy bear' },
651
+ { char: '๐Ÿช…', name: 'pinata' },
652
+ { char: '๐Ÿช†', name: 'nesting dolls' },
653
+ { char: '๐ŸŽ€', name: 'ribbon bow' },
654
+ { char: '๐ŸŽ', name: 'wrapped gift present' },
655
+ { char: '๐ŸŽ†', name: 'fireworks' },
656
+ { char: '๐ŸŽ‡', name: 'sparkler' },
657
+ { char: 'โœจ', name: 'sparkles' },
658
+ { char: '๐ŸŽˆ', name: 'balloon' },
659
+ { char: '๐ŸŽ‰', name: 'party popper tada celebration' },
660
+ { char: '๐ŸŽŠ', name: 'confetti ball' },
661
+ { char: '๐ŸŽ‹', name: 'tanabata tree' },
662
+ { char: '๐ŸŽ', name: 'pine decoration' },
663
+ { char: '๐ŸŽŽ', name: 'japanese dolls' },
664
+ { char: '๐ŸŽ', name: 'carp streamer' },
665
+ { char: '๐ŸŽ', name: 'wind chime' },
666
+ { char: '๐Ÿงง', name: 'red envelope' },
667
+ { char: '๐ŸŽ‘', name: 'moon viewing ceremony' },
668
+ { char: '๐ŸŽ„', name: 'christmas tree' },
669
+ { char: '๐ŸŽƒ', name: 'jack o lantern pumpkin halloween' },
670
+ ],
671
+ },
672
+ {
673
+ label: 'Travel & Places',
674
+ emojis: [
675
+ { char: '๐Ÿš—', name: 'automobile car' },
676
+ { char: '๐Ÿš•', name: 'taxi cab' },
677
+ { char: '๐Ÿš™', name: 'sport utility vehicle suv' },
678
+ { char: '๐ŸšŒ', name: 'bus' },
679
+ { char: '๐ŸšŽ', name: 'trolleybus' },
680
+ { char: '๐ŸŽ๏ธ', name: 'racing car' },
681
+ { char: '๐Ÿš“', name: 'police car' },
682
+ { char: '๐Ÿš‘', name: 'ambulance' },
683
+ { char: '๐Ÿš’', name: 'fire engine' },
684
+ { char: '๐Ÿš', name: 'minibus' },
685
+ { char: '๐Ÿ›ป', name: 'pickup truck' },
686
+ { char: '๐Ÿšš', name: 'delivery truck' },
687
+ { char: '๐Ÿš›', name: 'articulated lorry' },
688
+ { char: '๐Ÿšœ', name: 'tractor' },
689
+ { char: '๐Ÿ๏ธ', name: 'motorcycle' },
690
+ { char: '๐Ÿ›ต', name: 'motor scooter' },
691
+ { char: '๐Ÿšฒ', name: 'bicycle bike' },
692
+ { char: '๐Ÿ›ด', name: 'kick scooter' },
693
+ { char: '๐Ÿš', name: 'oncoming bus' },
694
+ { char: '๐Ÿš”', name: 'oncoming police car' },
695
+ { char: '๐Ÿš˜', name: 'oncoming automobile' },
696
+ { char: '๐Ÿ›ž', name: 'wheel tire' },
697
+ { char: '๐Ÿšก', name: 'aerial tramway' },
698
+ { char: '๐Ÿš ', name: 'mountain cableway' },
699
+ { char: '๐ŸšŸ', name: 'suspension railway' },
700
+ { char: '๐Ÿšƒ', name: 'railway car' },
701
+ { char: '๐Ÿš‹', name: 'tram car' },
702
+ { char: '๐Ÿšž', name: 'mountain railway' },
703
+ { char: '๐Ÿš', name: 'monorail' },
704
+ { char: '๐Ÿš„', name: 'high speed train bullet' },
705
+ { char: '๐Ÿš…', name: 'bullet train' },
706
+ { char: '๐Ÿšˆ', name: 'light rail' },
707
+ { char: '๐Ÿš‚', name: 'locomotive train' },
708
+ { char: '๐Ÿš†', name: 'train' },
709
+ { char: '๐Ÿš‡', name: 'metro subway' },
710
+ { char: '๐ŸšŠ', name: 'tram' },
711
+ { char: '๐Ÿš‰', name: 'station' },
712
+ { char: 'โœˆ๏ธ', name: 'airplane' },
713
+ { char: '๐Ÿ›ซ', name: 'airplane departure' },
714
+ { char: '๐Ÿ›ฌ', name: 'airplane arrival' },
715
+ { char: '๐Ÿ›ฉ๏ธ', name: 'small airplane' },
716
+ { char: '๐Ÿ’บ', name: 'seat' },
717
+ { char: '๐Ÿ›ฐ๏ธ', name: 'satellite' },
718
+ { char: '๐Ÿš€', name: 'rocket launch' },
719
+ { char: '๐Ÿ›ธ', name: 'flying saucer ufo' },
720
+ { char: '๐Ÿš', name: 'helicopter' },
721
+ { char: '๐Ÿ›ถ', name: 'canoe' },
722
+ { char: 'โ›ต', name: 'sailboat' },
723
+ { char: '๐Ÿšค', name: 'speedboat' },
724
+ { char: '๐Ÿ›ฅ๏ธ', name: 'motor boat' },
725
+ { char: '๐Ÿ›ณ๏ธ', name: 'passenger ship cruise' },
726
+ { char: 'โ›ด๏ธ', name: 'ferry' },
727
+ { char: '๐Ÿšข', name: 'ship' },
728
+ { char: 'โš“', name: 'anchor' },
729
+ { char: '๐Ÿช', name: 'hook' },
730
+ { char: 'โ›ฝ', name: 'fuel pump gas' },
731
+ { char: '๐Ÿšง', name: 'construction' },
732
+ { char: '๐Ÿšฆ', name: 'vertical traffic light' },
733
+ { char: '๐Ÿšฅ', name: 'horizontal traffic light' },
734
+ { char: '๐Ÿš', name: 'bus stop' },
735
+ { char: '๐Ÿ—บ๏ธ', name: 'world map' },
736
+ { char: '๐Ÿ—ฟ', name: 'moai statue' },
737
+ { char: '๐Ÿ—ฝ', name: 'statue of liberty' },
738
+ { char: '๐Ÿ—ผ', name: 'tokyo tower' },
739
+ { char: '๐Ÿฐ', name: 'castle' },
740
+ { char: '๐Ÿฏ', name: 'japanese castle' },
741
+ { char: '๐ŸŸ๏ธ', name: 'stadium' },
742
+ { char: '๐ŸŽก', name: 'ferris wheel' },
743
+ { char: '๐ŸŽข', name: 'roller coaster' },
744
+ { char: '๐ŸŽ ', name: 'carousel horse' },
745
+ { char: 'โ›ฒ', name: 'fountain' },
746
+ { char: 'โ›ฑ๏ธ', name: 'umbrella on ground beach' },
747
+ { char: '๐Ÿ–๏ธ', name: 'beach with umbrella' },
748
+ { char: '๐Ÿ๏ธ', name: 'desert island' },
749
+ { char: '๐Ÿœ๏ธ', name: 'desert' },
750
+ { char: '๐ŸŒ‹', name: 'volcano' },
751
+ { char: 'โ›ฐ๏ธ', name: 'mountain' },
752
+ { char: '๐Ÿ”๏ธ', name: 'snow capped mountain' },
753
+ { char: '๐Ÿ—ป', name: 'mount fuji' },
754
+ { char: '๐Ÿ•๏ธ', name: 'camping tent' },
755
+ { char: 'โ›บ', name: 'tent' },
756
+ { char: '๐Ÿ ', name: 'house building home' },
757
+ { char: '๐Ÿก', name: 'house with garden' },
758
+ { char: '๐Ÿข', name: 'office building' },
759
+ { char: '๐Ÿฃ', name: 'japanese post office' },
760
+ { char: '๐Ÿค', name: 'post office' },
761
+ { char: '๐Ÿฅ', name: 'hospital' },
762
+ { char: '๐Ÿฆ', name: 'bank' },
763
+ { char: '๐Ÿจ', name: 'hotel' },
764
+ { char: '๐Ÿฉ', name: 'love hotel' },
765
+ { char: '๐Ÿช', name: 'convenience store' },
766
+ { char: '๐Ÿซ', name: 'school' },
767
+ { char: '๐Ÿฌ', name: 'department store' },
768
+ { char: '๐Ÿญ', name: 'factory' },
769
+ { char: '๐Ÿ—๏ธ', name: 'building construction crane' },
770
+ { char: '๐Ÿงฑ', name: 'brick' },
771
+ { char: '๐Ÿชจ', name: 'rock' },
772
+ { char: '๐Ÿชต', name: 'wood log' },
773
+ { char: '๐Ÿ›–', name: 'hut' },
774
+ { char: '๐Ÿ˜๏ธ', name: 'houses' },
775
+ { char: '๐Ÿš๏ธ', name: 'derelict house' },
776
+ { char: '๐Ÿ›๏ธ', name: 'classical building' },
777
+ { char: 'โ›ช', name: 'church' },
778
+ { char: '๐Ÿ•Œ', name: 'mosque' },
779
+ { char: '๐Ÿ•', name: 'synagogue' },
780
+ { char: 'โ›ฉ๏ธ', name: 'shinto shrine' },
781
+ { char: '๐Ÿ•‹', name: 'kaaba' },
782
+ { char: '๐ŸŒ…', name: 'sunrise' },
783
+ { char: '๐ŸŒ„', name: 'sunrise over mountains' },
784
+ { char: '๐ŸŒ†', name: 'cityscape at dusk' },
785
+ { char: '๐ŸŒ‡', name: 'sunset' },
786
+ { char: '๐ŸŒƒ', name: 'night with stars' },
787
+ { char: '๐ŸŒ‰', name: 'bridge at night' },
788
+ { char: '๐ŸŒŒ', name: 'milky way galaxy' },
789
+ { char: '๐ŸŒ', name: 'foggy' },
790
+ ],
791
+ },
792
+ {
793
+ label: 'Objects',
794
+ emojis: [
795
+ { char: 'โŒš', name: 'watch' },
796
+ { char: '๐Ÿ“ฑ', name: 'mobile phone smartphone' },
797
+ { char: '๐Ÿ“ฒ', name: 'mobile phone with arrow' },
798
+ { char: '๐Ÿ’ป', name: 'laptop computer' },
799
+ { char: 'โŒจ๏ธ', name: 'keyboard' },
800
+ { char: '๐Ÿ–ฅ๏ธ', name: 'desktop computer monitor' },
801
+ { char: '๐Ÿ–จ๏ธ', name: 'printer' },
802
+ { char: '๐Ÿ–ฑ๏ธ', name: 'computer mouse' },
803
+ { char: '๐Ÿ–ฒ๏ธ', name: 'trackball' },
804
+ { char: '๐Ÿ’ฝ', name: 'computer disk minidisc' },
805
+ { char: '๐Ÿ’พ', name: 'floppy disk save' },
806
+ { char: '๐Ÿ’ฟ', name: 'optical disk cd' },
807
+ { char: '๐Ÿ“€', name: 'dvd' },
808
+ { char: '๐Ÿงฎ', name: 'abacus' },
809
+ { char: '๐ŸŽฅ', name: 'movie camera' },
810
+ { char: '๐ŸŽž๏ธ', name: 'film frames' },
811
+ { char: '๐Ÿ“ฝ๏ธ', name: 'film projector' },
812
+ { char: '๐Ÿ“บ', name: 'television tv' },
813
+ { char: '๐Ÿ“ท', name: 'camera' },
814
+ { char: '๐Ÿ“ธ', name: 'camera with flash' },
815
+ { char: '๐Ÿ“น', name: 'video camera' },
816
+ { char: '๐Ÿ“ผ', name: 'videocassette vhs' },
817
+ { char: '๐Ÿ”', name: 'magnifying glass tilted left search' },
818
+ { char: '๐Ÿ”Ž', name: 'magnifying glass tilted right' },
819
+ { char: '๐Ÿ•ฏ๏ธ', name: 'candle' },
820
+ { char: '๐Ÿ’ก', name: 'light bulb idea' },
821
+ { char: '๐Ÿ”ฆ', name: 'flashlight' },
822
+ { char: '๐Ÿฎ', name: 'red paper lantern' },
823
+ { char: '๐Ÿช”', name: 'diya lamp' },
824
+ { char: '๐Ÿ“”', name: 'notebook with decorative cover' },
825
+ { char: '๐Ÿ“•', name: 'closed book' },
826
+ { char: '๐Ÿ“–', name: 'open book' },
827
+ { char: '๐Ÿ“—', name: 'green book' },
828
+ { char: '๐Ÿ“˜', name: 'blue book' },
829
+ { char: '๐Ÿ“™', name: 'orange book' },
830
+ { char: '๐Ÿ“š', name: 'books' },
831
+ { char: '๐Ÿ““', name: 'notebook' },
832
+ { char: '๐Ÿ“’', name: 'ledger' },
833
+ { char: '๐Ÿ“ƒ', name: 'page with curl' },
834
+ { char: '๐Ÿ“œ', name: 'scroll' },
835
+ { char: '๐Ÿ“„', name: 'page facing up document' },
836
+ { char: '๐Ÿ“ฐ', name: 'newspaper' },
837
+ { char: '๐Ÿ—ž๏ธ', name: 'rolled up newspaper' },
838
+ { char: '๐Ÿ“‘', name: 'bookmark tabs' },
839
+ { char: '๐Ÿ”–', name: 'bookmark' },
840
+ { char: '๐Ÿท๏ธ', name: 'label tag' },
841
+ { char: '๐Ÿ’ฐ', name: 'money bag' },
842
+ { char: '๐Ÿช™', name: 'coin' },
843
+ { char: '๐Ÿ’ด', name: 'yen banknote' },
844
+ { char: '๐Ÿ’ต', name: 'dollar banknote' },
845
+ { char: '๐Ÿ’ถ', name: 'euro banknote' },
846
+ { char: '๐Ÿ’ท', name: 'pound banknote' },
847
+ { char: '๐Ÿ’ธ', name: 'money with wings' },
848
+ { char: '๐Ÿ’ณ', name: 'credit card' },
849
+ { char: '๐Ÿงพ', name: 'receipt' },
850
+ { char: 'โœ‰๏ธ', name: 'envelope email' },
851
+ { char: '๐Ÿ“ง', name: 'e-mail' },
852
+ { char: '๐Ÿ“จ', name: 'incoming envelope' },
853
+ { char: '๐Ÿ“ฉ', name: 'envelope with arrow' },
854
+ { char: '๐Ÿ“ค', name: 'outbox tray' },
855
+ { char: '๐Ÿ“ฅ', name: 'inbox tray' },
856
+ { char: '๐Ÿ“ฆ', name: 'package box' },
857
+ { char: '๐Ÿ“ซ', name: 'mailbox' },
858
+ { char: '๐Ÿ“ฌ', name: 'mailbox with mail' },
859
+ { char: '๐Ÿ“ญ', name: 'mailbox with no mail' },
860
+ { char: '๐Ÿ“ฎ', name: 'postbox' },
861
+ { char: '๐Ÿ—ณ๏ธ', name: 'ballot box' },
862
+ { char: 'โœ๏ธ', name: 'pencil' },
863
+ { char: 'โœ’๏ธ', name: 'black nib pen' },
864
+ { char: '๐Ÿ–‹๏ธ', name: 'fountain pen' },
865
+ { char: '๐Ÿ–Š๏ธ', name: 'pen' },
866
+ { char: '๐Ÿ–Œ๏ธ', name: 'paintbrush' },
867
+ { char: '๐Ÿ–๏ธ', name: 'crayon' },
868
+ { char: '๐Ÿ“', name: 'memo note' },
869
+ { char: '๐Ÿ“', name: 'file folder' },
870
+ { char: '๐Ÿ“‚', name: 'open file folder' },
871
+ { char: '๐Ÿ—‚๏ธ', name: 'card index dividers' },
872
+ { char: '๐Ÿ“…', name: 'calendar' },
873
+ { char: '๐Ÿ“†', name: 'tear off calendar' },
874
+ { char: '๐Ÿ—’๏ธ', name: 'spiral notepad' },
875
+ { char: '๐Ÿ—“๏ธ', name: 'spiral calendar' },
876
+ { char: '๐Ÿ“‡', name: 'card index' },
877
+ { char: '๐Ÿ“ˆ', name: 'chart increasing up trend' },
878
+ { char: '๐Ÿ“‰', name: 'chart decreasing down trend' },
879
+ { char: '๐Ÿ“Š', name: 'bar chart graph' },
880
+ { char: '๐Ÿ“‹', name: 'clipboard' },
881
+ { char: '๐Ÿ“Œ', name: 'pushpin pin' },
882
+ { char: '๐Ÿ“', name: 'round pushpin location' },
883
+ { char: '๐Ÿ“Ž', name: 'paperclip' },
884
+ { char: '๐Ÿ–‡๏ธ', name: 'linked paperclips' },
885
+ { char: '๐Ÿ“', name: 'straight ruler' },
886
+ { char: '๐Ÿ“', name: 'triangular ruler' },
887
+ { char: 'โœ‚๏ธ', name: 'scissors' },
888
+ { char: '๐Ÿ—ƒ๏ธ', name: 'card file box' },
889
+ { char: '๐Ÿ—„๏ธ', name: 'file cabinet' },
890
+ { char: '๐Ÿ—‘๏ธ', name: 'wastebasket trash delete' },
891
+ { char: '๐Ÿ”’', name: 'locked lock' },
892
+ { char: '๐Ÿ”“', name: 'unlocked' },
893
+ { char: '๐Ÿ”', name: 'locked with pen' },
894
+ { char: '๐Ÿ”', name: 'locked with key' },
895
+ { char: '๐Ÿ”‘', name: 'key' },
896
+ { char: '๐Ÿ—๏ธ', name: 'old key' },
897
+ { char: '๐Ÿ”จ', name: 'hammer' },
898
+ { char: '๐Ÿช“', name: 'axe' },
899
+ { char: 'โ›๏ธ', name: 'pick' },
900
+ { char: 'โš’๏ธ', name: 'hammer and pick' },
901
+ { char: '๐Ÿ› ๏ธ', name: 'hammer and wrench tools' },
902
+ { char: '๐Ÿ—ก๏ธ', name: 'dagger' },
903
+ { char: 'โš”๏ธ', name: 'crossed swords' },
904
+ { char: '๐Ÿ”ซ', name: 'water pistol gun' },
905
+ { char: '๐Ÿชƒ', name: 'boomerang' },
906
+ { char: '๐Ÿ›ก๏ธ', name: 'shield' },
907
+ { char: '๐Ÿชš', name: 'carpentry saw' },
908
+ { char: '๐Ÿ”ง', name: 'wrench spanner' },
909
+ { char: '๐Ÿช›', name: 'screwdriver' },
910
+ { char: '๐Ÿ”ฉ', name: 'nut and bolt' },
911
+ { char: 'โš™๏ธ', name: 'gear settings cog' },
912
+ { char: '๐Ÿ—œ๏ธ', name: 'clamp' },
913
+ { char: 'โš–๏ธ', name: 'balance scale' },
914
+ { char: '๐Ÿฆฏ', name: 'white cane' },
915
+ { char: '๐Ÿ”—', name: 'link chain' },
916
+ { char: 'โ›“๏ธ', name: 'chains' },
917
+ { char: '๐Ÿช', name: 'hook' },
918
+ { char: '๐Ÿงฐ', name: 'toolbox' },
919
+ { char: '๐Ÿงฒ', name: 'magnet' },
920
+ { char: '๐Ÿชœ', name: 'ladder' },
921
+ { char: '๐Ÿงช', name: 'test tube' },
922
+ { char: '๐Ÿงซ', name: 'petri dish' },
923
+ { char: '๐Ÿงฌ', name: 'dna' },
924
+ { char: '๐Ÿ”ฌ', name: 'microscope' },
925
+ { char: '๐Ÿ”ญ', name: 'telescope' },
926
+ { char: '๐Ÿ“ก', name: 'satellite antenna' },
927
+ { char: '๐Ÿ’‰', name: 'syringe' },
928
+ { char: '๐Ÿฉธ', name: 'drop of blood' },
929
+ { char: '๐Ÿ’Š', name: 'pill medicine' },
930
+ { char: '๐Ÿฉน', name: 'adhesive bandage' },
931
+ { char: '๐Ÿฉผ', name: 'crutch' },
932
+ { char: '๐Ÿฉบ', name: 'stethoscope' },
933
+ { char: '๐Ÿšช', name: 'door' },
934
+ { char: '๐Ÿ›—', name: 'elevator' },
935
+ { char: '๐Ÿชž', name: 'mirror' },
936
+ { char: '๐ŸชŸ', name: 'window' },
937
+ { char: '๐Ÿ›๏ธ', name: 'bed' },
938
+ { char: '๐Ÿ›‹๏ธ', name: 'couch and lamp' },
939
+ { char: '๐Ÿช‘', name: 'chair' },
940
+ { char: '๐Ÿšฝ', name: 'toilet' },
941
+ { char: '๐Ÿช ', name: 'plunger' },
942
+ { char: '๐Ÿšฟ', name: 'shower' },
943
+ { char: '๐Ÿ›', name: 'bathtub' },
944
+ { char: '๐Ÿชค', name: 'mouse trap' },
945
+ { char: '๐Ÿช’', name: 'razor' },
946
+ { char: '๐Ÿงด', name: 'lotion bottle' },
947
+ { char: '๐Ÿงท', name: 'safety pin' },
948
+ { char: '๐Ÿงน', name: 'broom' },
949
+ { char: '๐Ÿงบ', name: 'basket' },
950
+ { char: '๐Ÿงป', name: 'roll of paper toilet paper' },
951
+ { char: '๐Ÿชฃ', name: 'bucket' },
952
+ { char: '๐Ÿงผ', name: 'soap' },
953
+ { char: '๐Ÿซง', name: 'bubbles' },
954
+ { char: '๐Ÿชฅ', name: 'toothbrush' },
955
+ { char: '๐Ÿงฝ', name: 'sponge' },
956
+ { char: '๐Ÿงฏ', name: 'fire extinguisher' },
957
+ { char: '๐Ÿ›’', name: 'shopping cart' },
958
+ { char: '๐Ÿšฌ', name: 'cigarette smoking' },
959
+ { char: 'โšฐ๏ธ', name: 'coffin' },
960
+ { char: '๐Ÿชฆ', name: 'headstone' },
961
+ { char: 'โšฑ๏ธ', name: 'funeral urn' },
962
+ { char: '๐Ÿ—ฟ', name: 'moai' },
963
+ { char: '๐Ÿง', name: 'atm sign' },
964
+ { char: '๐Ÿชง', name: 'placard sign' },
965
+ { char: '๐Ÿ’Ž', name: 'gem stone diamond' },
966
+ ],
967
+ },
968
+ {
969
+ label: 'Symbols',
970
+ emojis: [
971
+ { char: 'โœ…', name: 'check mark button done yes' },
972
+ { char: 'โ˜‘๏ธ', name: 'check box with check ballot' },
973
+ { char: 'โœ”๏ธ', name: 'check mark heavy' },
974
+ { char: 'โŒ', name: 'cross mark no wrong' },
975
+ { char: 'โŽ', name: 'cross mark button' },
976
+ { char: 'โฌœ', name: 'white large square' },
977
+ { char: 'โฌ›', name: 'black large square' },
978
+ { char: 'โ—ป๏ธ', name: 'white medium square' },
979
+ { char: 'โ—ผ๏ธ', name: 'black medium square' },
980
+ { char: 'โ—ฝ', name: 'white medium small square' },
981
+ { char: 'โ—พ', name: 'black medium small square' },
982
+ { char: 'โ–ซ๏ธ', name: 'white small square' },
983
+ { char: 'โ–ช๏ธ', name: 'black small square' },
984
+ { char: '๐Ÿ”ฒ', name: 'black square button' },
985
+ { char: '๐Ÿ”ณ', name: 'white square button' },
986
+ { char: '๐ŸŸฅ', name: 'red square' },
987
+ { char: '๐ŸŸง', name: 'orange square' },
988
+ { char: '๐ŸŸจ', name: 'yellow square' },
989
+ { char: '๐ŸŸฉ', name: 'green square' },
990
+ { char: '๐ŸŸฆ', name: 'blue square' },
991
+ { char: '๐ŸŸช', name: 'purple square' },
992
+ { char: '๐ŸŸซ', name: 'brown square' },
993
+ { char: '๐Ÿ”ด', name: 'red circle' },
994
+ { char: '๐ŸŸ ', name: 'orange circle' },
995
+ { char: '๐ŸŸก', name: 'yellow circle' },
996
+ { char: '๐ŸŸข', name: 'green circle' },
997
+ { char: '๐Ÿ”ต', name: 'blue circle' },
998
+ { char: '๐ŸŸฃ', name: 'purple circle' },
999
+ { char: '๐ŸŸค', name: 'brown circle' },
1000
+ { char: 'โšซ', name: 'black circle' },
1001
+ { char: 'โšช', name: 'white circle' },
1002
+ { char: 'โญ•', name: 'hollow red circle' },
1003
+ { char: 'โž•', name: 'plus sign add' },
1004
+ { char: 'โž–', name: 'minus sign subtract' },
1005
+ { char: 'โž—', name: 'division sign divide' },
1006
+ { char: 'โœ–๏ธ', name: 'multiply heavy multiplication' },
1007
+ { char: 'โ™พ๏ธ', name: 'infinity' },
1008
+ { char: 'โ€ผ๏ธ', name: 'double exclamation mark' },
1009
+ { char: 'โ‰๏ธ', name: 'exclamation question mark' },
1010
+ { char: 'โ“', name: 'red question mark' },
1011
+ { char: 'โ”', name: 'white question mark' },
1012
+ { char: 'โ•', name: 'white exclamation mark' },
1013
+ { char: 'โ—', name: 'red exclamation mark' },
1014
+ { char: 'ใ€ฐ๏ธ', name: 'wavy dash' },
1015
+ { char: '๐Ÿ’ฑ', name: 'currency exchange' },
1016
+ { char: '๐Ÿ’ฒ', name: 'heavy dollar sign' },
1017
+ { char: 'โš•๏ธ', name: 'medical symbol' },
1018
+ { char: 'โ™ป๏ธ', name: 'recycling symbol' },
1019
+ { char: 'โšœ๏ธ', name: 'fleur de lis' },
1020
+ { char: '๐Ÿ”ฑ', name: 'trident emblem' },
1021
+ { char: '๐Ÿ“›', name: 'name badge' },
1022
+ { char: '๐Ÿ”ฐ', name: 'japanese symbol for beginner' },
1023
+ { char: 'โญ', name: 'star' },
1024
+ { char: '๐ŸŒŸ', name: 'glowing star' },
1025
+ { char: '๐Ÿ’ซ', name: 'shooting star dizzy' },
1026
+ { char: '๐Ÿ”†', name: 'bright button high brightness' },
1027
+ { char: '๐Ÿ”…', name: 'dim button low brightness' },
1028
+ { char: '#๏ธโƒฃ', name: 'keycap hash number sign' },
1029
+ { char: '*๏ธโƒฃ', name: 'keycap asterisk star' },
1030
+ { char: '0๏ธโƒฃ', name: 'keycap zero' },
1031
+ { char: '1๏ธโƒฃ', name: 'keycap one' },
1032
+ { char: '2๏ธโƒฃ', name: 'keycap two' },
1033
+ { char: '3๏ธโƒฃ', name: 'keycap three' },
1034
+ { char: '4๏ธโƒฃ', name: 'keycap four' },
1035
+ { char: '5๏ธโƒฃ', name: 'keycap five' },
1036
+ { char: '6๏ธโƒฃ', name: 'keycap six' },
1037
+ { char: '7๏ธโƒฃ', name: 'keycap seven' },
1038
+ { char: '8๏ธโƒฃ', name: 'keycap eight' },
1039
+ { char: '9๏ธโƒฃ', name: 'keycap nine' },
1040
+ { char: '๐Ÿ”Ÿ', name: 'keycap ten' },
1041
+ { char: '๐Ÿ”ข', name: 'input numbers' },
1042
+ { char: '๐Ÿ”ค', name: 'input latin letters abc' },
1043
+ { char: '๐Ÿ…ฐ๏ธ', name: 'a button blood type' },
1044
+ { char: '๐Ÿ†Ž', name: 'ab button blood type' },
1045
+ { char: '๐Ÿ…ฑ๏ธ', name: 'b button blood type' },
1046
+ { char: '๐Ÿ†‘', name: 'cl button' },
1047
+ { char: '๐Ÿ†’', name: 'cool button' },
1048
+ { char: '๐Ÿ†“', name: 'free button' },
1049
+ { char: '๐Ÿ†”', name: 'id button' },
1050
+ { char: 'โ“‚๏ธ', name: 'circled m' },
1051
+ { char: '๐Ÿ†•', name: 'new button' },
1052
+ { char: '๐Ÿ†–', name: 'ng button' },
1053
+ { char: '๐Ÿ…พ๏ธ', name: 'o button blood type' },
1054
+ { char: '๐Ÿ†—', name: 'ok button' },
1055
+ { char: '๐Ÿ…ฟ๏ธ', name: 'p button parking' },
1056
+ { char: '๐Ÿ†˜', name: 'sos button' },
1057
+ { char: '๐Ÿ†™', name: 'up button' },
1058
+ { char: '๐Ÿ†š', name: 'vs button' },
1059
+ { char: '๐Ÿˆ', name: 'japanese here button' },
1060
+ { char: '๐Ÿ”€', name: 'shuffle tracks button' },
1061
+ { char: '๐Ÿ”', name: 'repeat button loop' },
1062
+ { char: '๐Ÿ”‚', name: 'repeat single button' },
1063
+ { char: 'โ–ถ๏ธ', name: 'play button' },
1064
+ { char: 'โฉ', name: 'fast forward button' },
1065
+ { char: 'โญ๏ธ', name: 'next track button' },
1066
+ { char: 'โฏ๏ธ', name: 'play or pause button' },
1067
+ { char: 'โ—€๏ธ', name: 'reverse button' },
1068
+ { char: 'โช', name: 'fast reverse button rewind' },
1069
+ { char: 'โฎ๏ธ', name: 'last track button' },
1070
+ { char: '๐Ÿ”ผ', name: 'upwards button' },
1071
+ { char: 'โซ', name: 'fast up button' },
1072
+ { char: '๐Ÿ”ฝ', name: 'downwards button' },
1073
+ { char: 'โฌ', name: 'fast down button' },
1074
+ { char: 'โธ๏ธ', name: 'pause button' },
1075
+ { char: 'โน๏ธ', name: 'stop button' },
1076
+ { char: 'โบ๏ธ', name: 'record button' },
1077
+ { char: 'โ๏ธ', name: 'eject button' },
1078
+ { char: '๐Ÿ”˜', name: 'radio button' },
1079
+ { char: '๐Ÿ”Š', name: 'speaker high volume loud' },
1080
+ { char: '๐Ÿ”‰', name: 'speaker medium volume' },
1081
+ { char: '๐Ÿ”ˆ', name: 'speaker low volume' },
1082
+ { char: '๐Ÿ”‡', name: 'muted speaker' },
1083
+ { char: '๐Ÿ“ฃ', name: 'megaphone' },
1084
+ { char: '๐Ÿ“ข', name: 'loudspeaker' },
1085
+ { char: '๐Ÿ””', name: 'bell notification' },
1086
+ { char: '๐Ÿ”•', name: 'bell with slash muted' },
1087
+ { char: '๐ŸŽต', name: 'musical note' },
1088
+ { char: '๐ŸŽถ', name: 'musical notes' },
1089
+ { char: 'โ†—๏ธ', name: 'up right arrow' },
1090
+ { char: 'โžก๏ธ', name: 'right arrow' },
1091
+ { char: 'โ†˜๏ธ', name: 'down right arrow' },
1092
+ { char: 'โฌ‡๏ธ', name: 'down arrow' },
1093
+ { char: 'โ†™๏ธ', name: 'down left arrow' },
1094
+ { char: 'โฌ…๏ธ', name: 'left arrow' },
1095
+ { char: 'โ†–๏ธ', name: 'up left arrow' },
1096
+ { char: 'โฌ†๏ธ', name: 'up arrow' },
1097
+ { char: 'โ†•๏ธ', name: 'up down arrow' },
1098
+ { char: 'โ†”๏ธ', name: 'left right arrow' },
1099
+ { char: 'โ†ฉ๏ธ', name: 'right arrow curving left undo' },
1100
+ { char: 'โ†ช๏ธ', name: 'left arrow curving right redo' },
1101
+ { char: '๐Ÿ”ƒ', name: 'clockwise arrows reload' },
1102
+ { char: '๐Ÿ”„', name: 'counterclockwise arrows refresh' },
1103
+ { char: '๐Ÿ”™', name: 'back arrow' },
1104
+ { char: '๐Ÿ”š', name: 'end arrow' },
1105
+ { char: '๐Ÿ”›', name: 'on arrow' },
1106
+ { char: '๐Ÿ”œ', name: 'soon arrow' },
1107
+ { char: '๐Ÿ”', name: 'top arrow' },
1108
+ { char: 'โšก', name: 'high voltage lightning zap' },
1109
+ { char: '๐Ÿ”ฅ', name: 'fire hot flame' },
1110
+ { char: '๐Ÿ’ง', name: 'droplet water' },
1111
+ { char: '๐ŸŒŠ', name: 'water wave ocean' },
1112
+ { char: '๐ŸŒ', name: 'globe earth europe africa' },
1113
+ { char: '๐ŸŒŽ', name: 'globe earth americas' },
1114
+ { char: '๐ŸŒ', name: 'globe earth asia australia' },
1115
+ { char: '๐ŸŒ', name: 'globe with meridians web internet' },
1116
+ { char: 'โ˜€๏ธ', name: 'sun' },
1117
+ { char: '๐ŸŒ™', name: 'crescent moon' },
1118
+ { char: '๐ŸŒˆ', name: 'rainbow' },
1119
+ { char: 'โ˜๏ธ', name: 'cloud' },
1120
+ { char: 'โ›…', name: 'sun behind cloud partly' },
1121
+ { char: '๐ŸŒค๏ธ', name: 'sun behind small cloud' },
1122
+ { char: '๐ŸŒง๏ธ', name: 'cloud with rain' },
1123
+ { char: 'โ›ˆ๏ธ', name: 'cloud with lightning and rain storm' },
1124
+ { char: '๐ŸŒฉ๏ธ', name: 'cloud with lightning' },
1125
+ { char: '๐ŸŒจ๏ธ', name: 'cloud with snow' },
1126
+ { char: 'โ„๏ธ', name: 'snowflake' },
1127
+ { char: 'โ˜ƒ๏ธ', name: 'snowman' },
1128
+ { char: '๐ŸŒช๏ธ', name: 'tornado' },
1129
+ { char: '๐ŸŒซ๏ธ', name: 'fog' },
1130
+ { char: 'โ˜‚๏ธ', name: 'umbrella' },
1131
+ { char: 'โ˜”', name: 'umbrella with rain drops' },
1132
+ { char: '๐Ÿ”‘', name: 'key' },
1133
+ { char: '๐Ÿด', name: 'black flag' },
1134
+ { char: '๐Ÿณ๏ธ', name: 'white flag' },
1135
+ { char: '๐Ÿšฉ', name: 'triangular flag' },
1136
+ { char: '๐ŸŽŒ', name: 'crossed flags' },
1137
+ { char: '๐Ÿ', name: 'chequered flag finish' },
1138
+ { char: '๐Ÿณ๏ธโ€๐ŸŒˆ', name: 'rainbow flag pride' },
1139
+ { char: '๐Ÿณ๏ธโ€โšง๏ธ', name: 'transgender flag' },
1140
+ { char: '๐Ÿดโ€โ˜ ๏ธ', name: 'pirate flag' },
1141
+ { char: 'โ™ ๏ธ', name: 'spade suit' },
1142
+ { char: 'โ™ฅ๏ธ', name: 'heart suit' },
1143
+ { char: 'โ™ฆ๏ธ', name: 'diamond suit' },
1144
+ { char: 'โ™ฃ๏ธ', name: 'club suit' },
1145
+ { char: '๐Ÿƒ', name: 'joker card' },
1146
+ { char: '๐Ÿ€„', name: 'mahjong red dragon' },
1147
+ { char: '๐ŸŽด', name: 'flower playing cards' },
1148
+ { char: 'ยฉ๏ธ', name: 'copyright' },
1149
+ { char: 'ยฎ๏ธ', name: 'registered' },
1150
+ { char: 'โ„ข๏ธ', name: 'trade mark' },
1151
+ ],
1152
+ },
1153
+ {
1154
+ label: 'Flags',
1155
+ emojis: [
1156
+ { char: '๐Ÿ‡บ๐Ÿ‡ธ', name: 'flag united states usa america' },
1157
+ { char: '๐Ÿ‡ฌ๐Ÿ‡ง', name: 'flag united kingdom uk britain' },
1158
+ { char: '๐Ÿ‡จ๐Ÿ‡ฆ', name: 'flag canada' },
1159
+ { char: '๐Ÿ‡ฆ๐Ÿ‡บ', name: 'flag australia' },
1160
+ { char: '๐Ÿ‡ณ๐Ÿ‡ฟ', name: 'flag new zealand' },
1161
+ { char: '๐Ÿ‡ฎ๐Ÿ‡ช', name: 'flag ireland' },
1162
+ { char: '๐Ÿ‡ซ๐Ÿ‡ท', name: 'flag france' },
1163
+ { char: '๐Ÿ‡ฉ๐Ÿ‡ช', name: 'flag germany' },
1164
+ { char: '๐Ÿ‡ฎ๐Ÿ‡น', name: 'flag italy' },
1165
+ { char: '๐Ÿ‡ช๐Ÿ‡ธ', name: 'flag spain' },
1166
+ { char: '๐Ÿ‡ต๐Ÿ‡น', name: 'flag portugal' },
1167
+ { char: '๐Ÿ‡ณ๐Ÿ‡ฑ', name: 'flag netherlands' },
1168
+ { char: '๐Ÿ‡ง๐Ÿ‡ช', name: 'flag belgium' },
1169
+ { char: '๐Ÿ‡จ๐Ÿ‡ญ', name: 'flag switzerland' },
1170
+ { char: '๐Ÿ‡ฆ๐Ÿ‡น', name: 'flag austria' },
1171
+ { char: '๐Ÿ‡ธ๐Ÿ‡ช', name: 'flag sweden' },
1172
+ { char: '๐Ÿ‡ณ๐Ÿ‡ด', name: 'flag norway' },
1173
+ { char: '๐Ÿ‡ฉ๐Ÿ‡ฐ', name: 'flag denmark' },
1174
+ { char: '๐Ÿ‡ซ๐Ÿ‡ฎ', name: 'flag finland' },
1175
+ { char: '๐Ÿ‡ฎ๐Ÿ‡ธ', name: 'flag iceland' },
1176
+ { char: '๐Ÿ‡ฌ๐Ÿ‡ท', name: 'flag greece' },
1177
+ { char: '๐Ÿ‡ต๐Ÿ‡ฑ', name: 'flag poland' },
1178
+ { char: '๐Ÿ‡จ๐Ÿ‡ฟ', name: 'flag czech republic czechia' },
1179
+ { char: '๐Ÿ‡ท๐Ÿ‡ด', name: 'flag romania' },
1180
+ { char: '๐Ÿ‡บ๐Ÿ‡ฆ', name: 'flag ukraine' },
1181
+ { char: '๐Ÿ‡ฏ๐Ÿ‡ต', name: 'flag japan' },
1182
+ { char: '๐Ÿ‡ฐ๐Ÿ‡ท', name: 'flag south korea' },
1183
+ { char: '๐Ÿ‡ฎ๐Ÿ‡ณ', name: 'flag india' },
1184
+ { char: '๐Ÿ‡ง๐Ÿ‡ท', name: 'flag brazil' },
1185
+ { char: '๐Ÿ‡ฒ๐Ÿ‡ฝ', name: 'flag mexico' },
1186
+ { char: '๐Ÿ‡ฎ๐Ÿ‡ฑ', name: 'flag israel' },
1187
+ { char: '๐Ÿ‡น๐Ÿ‡ท', name: 'flag turkey turkiye' },
1188
+ { char: '๐Ÿ‡ฟ๐Ÿ‡ฆ', name: 'flag south africa' },
1189
+ { char: '๐Ÿ‡ธ๐Ÿ‡ฌ', name: 'flag singapore' },
1190
+ { char: '๐Ÿ‡ญ๐Ÿ‡ฐ', name: 'flag hong kong' },
1191
+ { char: '๐Ÿ‡น๐Ÿ‡ผ', name: 'flag taiwan' },
1192
+ { char: '๐Ÿ‡ฆ๐Ÿ‡ท', name: 'flag argentina' },
1193
+ { char: '๐Ÿ‡จ๐Ÿ‡ฑ', name: 'flag chile' },
1194
+ { char: '๐Ÿ‡จ๐Ÿ‡ด', name: 'flag colombia' },
1195
+ { char: '๐Ÿ‡ช๐Ÿ‡บ', name: 'flag european union eu' },
1196
+ ],
1197
+ },
1198
+ ];
1199
+
1200
+ /** Flat array of all emojis for search */
1201
+ export const ALL_EMOJIS: EmojiEntry[] = EMOJI_DATA.flatMap((g) => g.emojis);
1202
+
1203
+ /** Search emojis by name, returns matching entries */
1204
+ export function searchEmojis(query: string): EmojiEntry[] {
1205
+ if (!query.trim()) return [];
1206
+ const terms = query.toLowerCase().split(/\s+/);
1207
+ return ALL_EMOJIS.filter((e) => terms.every((t) => e.name.includes(t)));
1208
+ }