mathpix-markdown-it 2.0.3 â 2.0.4
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.
- package/doc/icons/emoji-icons.html +21808 -0
- package/doc/icons/fa-icons.html +1368 -0
- package/doc/icons/icons.md +6 -0
- package/doc/icons/squared-icons.html +1264 -0
- package/doc/icons/unicode-icons.html +4048 -0
- package/es5/bundle.js +6 -6
- package/es5/index.js +6 -6
- package/lib/helpers/icons/emoji-icons.d.ts +2 -0
- package/lib/helpers/icons/emoji-icons.js +1486 -0
- package/lib/helpers/icons/emoji-icons.js.map +1 -0
- package/lib/helpers/icons/emoji.d.ts +1482 -0
- package/lib/helpers/icons/emoji.js +1486 -0
- package/lib/helpers/icons/emoji.js.map +1 -0
- package/lib/helpers/icons/fa-icons.d.ts +2 -0
- package/lib/helpers/icons/fa-icons.js +50 -0
- package/lib/helpers/icons/fa-icons.js.map +1 -0
- package/lib/helpers/icons/icons.d.ts +24 -0
- package/lib/helpers/icons/icons.js +1585 -0
- package/lib/helpers/icons/icons.js.map +1 -0
- package/lib/helpers/icons/index.d.ts +13 -0
- package/lib/helpers/icons/index.js +37 -0
- package/lib/helpers/icons/index.js.map +1 -0
- package/lib/helpers/icons/squared-icons.d.ts +2 -0
- package/lib/helpers/icons/squared-icons.js +16 -0
- package/lib/helpers/icons/squared-icons.js.map +1 -0
- package/lib/helpers/icons/unicode-icons.d.ts +2 -0
- package/lib/helpers/icons/unicode-icons.js +190 -0
- package/lib/helpers/icons/unicode-icons.js.map +1 -0
- package/lib/markdown/common/mmdRules.js +5 -0
- package/lib/markdown/common/mmdRules.js.map +1 -1
- package/lib/markdown/md-inline-rule/mmd-icon.d.ts +2 -0
- package/lib/markdown/md-inline-rule/mmd-icon.js +61 -0
- package/lib/markdown/md-inline-rule/mmd-icon.js.map +1 -0
- package/lib/markdown/mdPluginRaw.js +2 -0
- package/lib/markdown/mdPluginRaw.js.map +1 -1
- package/lib/markdown/mdPluginText.js +23 -1
- package/lib/markdown/mdPluginText.js.map +1 -1
- package/lib/mathjax/helpers/icon/IconConfiguration.d.ts +4 -0
- package/lib/mathjax/helpers/icon/IconConfiguration.js +54 -0
- package/lib/mathjax/helpers/icon/IconConfiguration.js.map +1 -0
- package/lib/mathjax/helpers/icon/IconConstants.d.ts +1 -0
- package/lib/mathjax/helpers/icon/IconConstants.js +74 -0
- package/lib/mathjax/helpers/icon/IconConstants.js.map +1 -0
- package/lib/mathjax/helpers/icon/IconMethods.d.ts +2 -0
- package/lib/mathjax/helpers/icon/IconMethods.js +105 -0
- package/lib/mathjax/helpers/icon/IconMethods.js.map +1 -0
- package/lib/mathjax/helpers/icon/IconUtil.d.ts +49 -0
- package/lib/mathjax/helpers/icon/IconUtil.js +189 -0
- package/lib/mathjax/helpers/icon/IconUtil.js.map +1 -0
- package/lib/mathjax/mathJaxConfig.js +1 -1
- package/lib/mathjax/mathJaxConfig.js.map +1 -1
- package/lib/mathjax/mathjax.d.ts +2 -0
- package/lib/mathjax/mathjax.js +2 -0
- package/lib/mathjax/mathjax.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,1486 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.emojies = void 0;
|
|
4
|
+
exports.emojies = {
|
|
5
|
+
"100": "đ¯",
|
|
6
|
+
"1234": "đĸ",
|
|
7
|
+
"grinning": "đ",
|
|
8
|
+
"smiley": "đ",
|
|
9
|
+
"smile": "đ",
|
|
10
|
+
"grin": "đ",
|
|
11
|
+
"laughing": "đ",
|
|
12
|
+
"satisfied": "đ",
|
|
13
|
+
"sweat_smile": "đ
",
|
|
14
|
+
"joy": "đ",
|
|
15
|
+
"rofl": "đ¤Ŗ",
|
|
16
|
+
"relaxed": "âēī¸",
|
|
17
|
+
"blush": "đ",
|
|
18
|
+
"innocent": "đ",
|
|
19
|
+
"slightly_smiling_face": "đ",
|
|
20
|
+
"upside_down_face": "đ",
|
|
21
|
+
"wink": "đ",
|
|
22
|
+
"relieved": "đ",
|
|
23
|
+
"heart_eyes": "đ",
|
|
24
|
+
"kissing_heart": "đ",
|
|
25
|
+
"kissing": "đ",
|
|
26
|
+
"kissing_smiling_eyes": "đ",
|
|
27
|
+
"kissing_closed_eyes": "đ",
|
|
28
|
+
"yum": "đ",
|
|
29
|
+
"stuck_out_tongue_winking_eye": "đ",
|
|
30
|
+
"stuck_out_tongue_closed_eyes": "đ",
|
|
31
|
+
"stuck_out_tongue": "đ",
|
|
32
|
+
"money_mouth_face": "đ¤",
|
|
33
|
+
"hugs": "đ¤",
|
|
34
|
+
"nerd_face": "đ¤",
|
|
35
|
+
"sunglasses": "đ",
|
|
36
|
+
"clown_face": "đ¤Ą",
|
|
37
|
+
"cowboy_hat_face": "đ¤ ",
|
|
38
|
+
"smirk": "đ",
|
|
39
|
+
"unamused": "đ",
|
|
40
|
+
"disappointed": "đ",
|
|
41
|
+
"pensive": "đ",
|
|
42
|
+
"worried": "đ",
|
|
43
|
+
"confused": "đ",
|
|
44
|
+
"slightly_frowning_face": "đ",
|
|
45
|
+
"frowning_face": "âšī¸",
|
|
46
|
+
"persevere": "đŖ",
|
|
47
|
+
"confounded": "đ",
|
|
48
|
+
"tired_face": "đĢ",
|
|
49
|
+
"weary": "đŠ",
|
|
50
|
+
"triumph": "đ¤",
|
|
51
|
+
"angry": "đ ",
|
|
52
|
+
"rage": "đĄ",
|
|
53
|
+
"pout": "đĄ",
|
|
54
|
+
"no_mouth": "đļ",
|
|
55
|
+
"neutral_face": "đ",
|
|
56
|
+
"expressionless": "đ",
|
|
57
|
+
"hushed": "đ¯",
|
|
58
|
+
"frowning": "đĻ",
|
|
59
|
+
"anguished": "đ§",
|
|
60
|
+
"open_mouth": "đŽ",
|
|
61
|
+
"astonished": "đ˛",
|
|
62
|
+
"dizzy_face": "đĩ",
|
|
63
|
+
"flushed": "đŗ",
|
|
64
|
+
"scream": "đą",
|
|
65
|
+
"fearful": "đ¨",
|
|
66
|
+
"cold_sweat": "đ°",
|
|
67
|
+
"cry": "đĸ",
|
|
68
|
+
"disappointed_relieved": "đĨ",
|
|
69
|
+
"drooling_face": "đ¤¤",
|
|
70
|
+
"sob": "đ",
|
|
71
|
+
"sweat": "đ",
|
|
72
|
+
"sleepy": "đĒ",
|
|
73
|
+
"sleeping": "đ´",
|
|
74
|
+
"roll_eyes": "đ",
|
|
75
|
+
"thinking": "đ¤",
|
|
76
|
+
"lying_face": "đ¤Ĩ",
|
|
77
|
+
"grimacing": "đŦ",
|
|
78
|
+
"zipper_mouth_face": "đ¤",
|
|
79
|
+
"nauseated_face": "đ¤ĸ",
|
|
80
|
+
"sneezing_face": "đ¤§",
|
|
81
|
+
"mask": "đˇ",
|
|
82
|
+
"face_with_thermometer": "đ¤",
|
|
83
|
+
"face_with_head_bandage": "đ¤",
|
|
84
|
+
"smiling_imp": "đ",
|
|
85
|
+
"imp": "đŋ",
|
|
86
|
+
"japanese_ogre": "đš",
|
|
87
|
+
"japanese_goblin": "đē",
|
|
88
|
+
"hankey": "đŠ",
|
|
89
|
+
"poop": "đŠ",
|
|
90
|
+
"shit": "đŠ",
|
|
91
|
+
"ghost": "đģ",
|
|
92
|
+
"skull": "đ",
|
|
93
|
+
"skull_and_crossbones": "â ī¸",
|
|
94
|
+
"alien": "đŊ",
|
|
95
|
+
"space_invader": "đž",
|
|
96
|
+
"robot": "đ¤",
|
|
97
|
+
"jack_o_lantern": "đ",
|
|
98
|
+
"smiley_cat": "đē",
|
|
99
|
+
"smile_cat": "đ¸",
|
|
100
|
+
"joy_cat": "đš",
|
|
101
|
+
"heart_eyes_cat": "đģ",
|
|
102
|
+
"smirk_cat": "đŧ",
|
|
103
|
+
"kissing_cat": "đŊ",
|
|
104
|
+
"scream_cat": "đ",
|
|
105
|
+
"crying_cat_face": "đŋ",
|
|
106
|
+
"pouting_cat": "đž",
|
|
107
|
+
"open_hands": "đ",
|
|
108
|
+
"raised_hands": "đ",
|
|
109
|
+
"clap": "đ",
|
|
110
|
+
"pray": "đ",
|
|
111
|
+
"handshake": "đ¤",
|
|
112
|
+
"+1": "đ",
|
|
113
|
+
"thumbsup": "đ",
|
|
114
|
+
"-1": "đ",
|
|
115
|
+
"thumbsdown": "đ",
|
|
116
|
+
"fist_oncoming": "đ",
|
|
117
|
+
"facepunch": "đ",
|
|
118
|
+
"punch": "đ",
|
|
119
|
+
"fist_raised": "â",
|
|
120
|
+
"fist": "â",
|
|
121
|
+
"fist_left": "đ¤",
|
|
122
|
+
"fist_right": "đ¤",
|
|
123
|
+
"crossed_fingers": "đ¤",
|
|
124
|
+
"v": "âī¸",
|
|
125
|
+
"metal": "đ¤",
|
|
126
|
+
"ok_hand": "đ",
|
|
127
|
+
"point_left": "đ",
|
|
128
|
+
"point_right": "đ",
|
|
129
|
+
"point_up_2": "đ",
|
|
130
|
+
"point_down": "đ",
|
|
131
|
+
"point_up": "âī¸",
|
|
132
|
+
"hand": "â",
|
|
133
|
+
"raised_hand": "â",
|
|
134
|
+
"raised_back_of_hand": "đ¤",
|
|
135
|
+
"raised_hand_with_fingers_splayed": "đ",
|
|
136
|
+
"vulcan_salute": "đ",
|
|
137
|
+
"wave": "đ",
|
|
138
|
+
"call_me_hand": "đ¤",
|
|
139
|
+
"muscle": "đĒ",
|
|
140
|
+
"middle_finger": "đ",
|
|
141
|
+
"fu": "đ",
|
|
142
|
+
"writing_hand": "âī¸",
|
|
143
|
+
"selfie": "đ¤ŗ",
|
|
144
|
+
"nail_care": "đ
",
|
|
145
|
+
"ring": "đ",
|
|
146
|
+
"lipstick": "đ",
|
|
147
|
+
"kiss": "đ",
|
|
148
|
+
"lips": "đ",
|
|
149
|
+
"tongue": "đ
",
|
|
150
|
+
"ear": "đ",
|
|
151
|
+
"nose": "đ",
|
|
152
|
+
"footprints": "đŖ",
|
|
153
|
+
"eye": "đ",
|
|
154
|
+
"eyes": "đ",
|
|
155
|
+
"speaking_head": "đŖ",
|
|
156
|
+
"bust_in_silhouette": "đ¤",
|
|
157
|
+
"busts_in_silhouette": "đĨ",
|
|
158
|
+
"baby": "đļ",
|
|
159
|
+
"boy": "đĻ",
|
|
160
|
+
"girl": "đ§",
|
|
161
|
+
"man": "đ¨",
|
|
162
|
+
"woman": "đŠ",
|
|
163
|
+
"blonde_woman": "đąââ",
|
|
164
|
+
"blonde_man": "đą",
|
|
165
|
+
"person_with_blond_hair": "đą",
|
|
166
|
+
"older_man": "đ´",
|
|
167
|
+
"older_woman": "đĩ",
|
|
168
|
+
"man_with_gua_pi_mao": "đ˛",
|
|
169
|
+
"woman_with_turban": "đŗââ",
|
|
170
|
+
"man_with_turban": "đŗ",
|
|
171
|
+
"policewoman": "đŽââ",
|
|
172
|
+
"policeman": "đŽ",
|
|
173
|
+
"cop": "đŽ",
|
|
174
|
+
"construction_worker_woman": "đˇââ",
|
|
175
|
+
"construction_worker_man": "đˇ",
|
|
176
|
+
"construction_worker": "đˇ",
|
|
177
|
+
"guardswoman": "đââ",
|
|
178
|
+
"guardsman": "đ",
|
|
179
|
+
"female_detective": "đĩī¸ââī¸",
|
|
180
|
+
"male_detective": "đĩ",
|
|
181
|
+
"detective": "đĩ",
|
|
182
|
+
"woman_health_worker": "đŠââ",
|
|
183
|
+
"man_health_worker": "đ¨ââ",
|
|
184
|
+
"woman_farmer": "đŠâđž",
|
|
185
|
+
"man_farmer": "đ¨âđž",
|
|
186
|
+
"woman_cook": "đŠâđŗ",
|
|
187
|
+
"man_cook": "đ¨âđŗ",
|
|
188
|
+
"woman_student": "đŠâđ",
|
|
189
|
+
"man_student": "đ¨âđ",
|
|
190
|
+
"woman_singer": "đŠâđ¤",
|
|
191
|
+
"man_singer": "đ¨âđ¤",
|
|
192
|
+
"woman_teacher": "đŠâđĢ",
|
|
193
|
+
"man_teacher": "đ¨âđĢ",
|
|
194
|
+
"woman_factory_worker": "đŠâđ",
|
|
195
|
+
"man_factory_worker": "đ¨âđ",
|
|
196
|
+
"woman_technologist": "đŠâđģ",
|
|
197
|
+
"man_technologist": "đ¨âđģ",
|
|
198
|
+
"woman_office_worker": "đŠâđŧ",
|
|
199
|
+
"man_office_worker": "đ¨âđŧ",
|
|
200
|
+
"woman_mechanic": "đŠâđ§",
|
|
201
|
+
"man_mechanic": "đ¨âđ§",
|
|
202
|
+
"woman_scientist": "đŠâđŦ",
|
|
203
|
+
"man_scientist": "đ¨âđŦ",
|
|
204
|
+
"woman_artist": "đŠâđ¨",
|
|
205
|
+
"man_artist": "đ¨âđ¨",
|
|
206
|
+
"woman_firefighter": "đŠâđ",
|
|
207
|
+
"man_firefighter": "đ¨âđ",
|
|
208
|
+
"woman_pilot": "đŠââ",
|
|
209
|
+
"man_pilot": "đ¨ââ",
|
|
210
|
+
"woman_astronaut": "đŠâđ",
|
|
211
|
+
"man_astronaut": "đ¨âđ",
|
|
212
|
+
"woman_judge": "đŠââ",
|
|
213
|
+
"man_judge": "đ¨ââ",
|
|
214
|
+
"mrs_claus": "đ¤ļ",
|
|
215
|
+
"santa": "đ
",
|
|
216
|
+
"princess": "đ¸",
|
|
217
|
+
"prince": "đ¤´",
|
|
218
|
+
"bride_with_veil": "đ°",
|
|
219
|
+
"man_in_tuxedo": "đ¤ĩ",
|
|
220
|
+
"angel": "đŧ",
|
|
221
|
+
"pregnant_woman": "đ¤°",
|
|
222
|
+
"bowing_woman": "đââ",
|
|
223
|
+
"bowing_man": "đ",
|
|
224
|
+
"bow": "đ",
|
|
225
|
+
"tipping_hand_woman": "đ",
|
|
226
|
+
"information_desk_person": "đ",
|
|
227
|
+
"sassy_woman": "đ",
|
|
228
|
+
"tipping_hand_man": "đââ",
|
|
229
|
+
"sassy_man": "đââ",
|
|
230
|
+
"no_good_woman": "đ
",
|
|
231
|
+
"no_good": "đ
",
|
|
232
|
+
"ng_woman": "đ
",
|
|
233
|
+
"no_good_man": "đ
ââ",
|
|
234
|
+
"ng_man": "đ
ââ",
|
|
235
|
+
"ok_woman": "đ",
|
|
236
|
+
"ok_man": "đââ",
|
|
237
|
+
"raising_hand_woman": "đ",
|
|
238
|
+
"raising_hand": "đ",
|
|
239
|
+
"raising_hand_man": "đââ",
|
|
240
|
+
"woman_facepalming": "đ¤Ļââ",
|
|
241
|
+
"man_facepalming": "đ¤Ļââ",
|
|
242
|
+
"woman_shrugging": "đ¤ˇââ",
|
|
243
|
+
"man_shrugging": "đ¤ˇââ",
|
|
244
|
+
"pouting_woman": "đ",
|
|
245
|
+
"person_with_pouting_face": "đ",
|
|
246
|
+
"pouting_man": "đââ",
|
|
247
|
+
"frowning_woman": "đ",
|
|
248
|
+
"person_frowning": "đ",
|
|
249
|
+
"frowning_man": "đââ",
|
|
250
|
+
"haircut_woman": "đ",
|
|
251
|
+
"haircut": "đ",
|
|
252
|
+
"haircut_man": "đââ",
|
|
253
|
+
"massage_woman": "đ",
|
|
254
|
+
"massage": "đ",
|
|
255
|
+
"massage_man": "đââ",
|
|
256
|
+
"business_suit_levitating": "đ´",
|
|
257
|
+
"dancer": "đ",
|
|
258
|
+
"man_dancing": "đē",
|
|
259
|
+
"dancing_women": "đ¯",
|
|
260
|
+
"dancers": "đ¯",
|
|
261
|
+
"dancing_men": "đ¯ââ",
|
|
262
|
+
"walking_woman": "đļââ",
|
|
263
|
+
"walking_man": "đļ",
|
|
264
|
+
"walking": "đļ",
|
|
265
|
+
"running_woman": "đââ",
|
|
266
|
+
"running_man": "đ",
|
|
267
|
+
"runner": "đ",
|
|
268
|
+
"running": "đ",
|
|
269
|
+
"couple": "đĢ",
|
|
270
|
+
"two_women_holding_hands": "đ",
|
|
271
|
+
"two_men_holding_hands": "đŦ",
|
|
272
|
+
"couple_with_heart_woman_man": "đ",
|
|
273
|
+
"couple_with_heart": "đ",
|
|
274
|
+
"couple_with_heart_woman_woman": "đŠââ¤ī¸âđŠ",
|
|
275
|
+
"couple_with_heart_man_man": "đ¨ââ¤ī¸âđ¨",
|
|
276
|
+
"couplekiss_man_woman": "đ",
|
|
277
|
+
"couplekiss_woman_woman": "đŠââ¤ī¸âđâđŠ",
|
|
278
|
+
"couplekiss_man_man": "đ¨ââ¤ī¸âđâđ¨",
|
|
279
|
+
"family_man_woman_boy": "đĒ",
|
|
280
|
+
"family": "đĒ",
|
|
281
|
+
"family_man_woman_girl": "đ¨âđŠâđ§",
|
|
282
|
+
"family_man_woman_girl_boy": "đ¨âđŠâđ§âđĻ",
|
|
283
|
+
"family_man_woman_boy_boy": "đ¨âđŠâđĻâđĻ",
|
|
284
|
+
"family_man_woman_girl_girl": "đ¨âđŠâđ§âđ§",
|
|
285
|
+
"family_woman_woman_boy": "đŠâđŠâđĻ",
|
|
286
|
+
"family_woman_woman_girl": "đŠâđŠâđ§",
|
|
287
|
+
"family_woman_woman_girl_boy": "đŠâđŠâđ§âđĻ",
|
|
288
|
+
"family_woman_woman_boy_boy": "đŠâđŠâđĻâđĻ",
|
|
289
|
+
"family_woman_woman_girl_girl": "đŠâđŠâđ§âđ§",
|
|
290
|
+
"family_man_man_boy": "đ¨âđ¨âđĻ",
|
|
291
|
+
"family_man_man_girl": "đ¨âđ¨âđ§",
|
|
292
|
+
"family_man_man_girl_boy": "đ¨âđ¨âđ§âđĻ",
|
|
293
|
+
"family_man_man_boy_boy": "đ¨âđ¨âđĻâđĻ",
|
|
294
|
+
"family_man_man_girl_girl": "đ¨âđ¨âđ§âđ§",
|
|
295
|
+
"family_woman_boy": "đŠâđĻ",
|
|
296
|
+
"family_woman_girl": "đŠâđ§",
|
|
297
|
+
"family_woman_girl_boy": "đŠâđ§âđĻ",
|
|
298
|
+
"family_woman_boy_boy": "đŠâđĻâđĻ",
|
|
299
|
+
"family_woman_girl_girl": "đŠâđ§âđ§",
|
|
300
|
+
"family_man_boy": "đ¨âđĻ",
|
|
301
|
+
"family_man_girl": "đ¨âđ§",
|
|
302
|
+
"family_man_girl_boy": "đ¨âđ§âđĻ",
|
|
303
|
+
"family_man_boy_boy": "đ¨âđĻâđĻ",
|
|
304
|
+
"family_man_girl_girl": "đ¨âđ§âđ§",
|
|
305
|
+
"womans_clothes": "đ",
|
|
306
|
+
"shirt": "đ",
|
|
307
|
+
"tshirt": "đ",
|
|
308
|
+
"jeans": "đ",
|
|
309
|
+
"necktie": "đ",
|
|
310
|
+
"dress": "đ",
|
|
311
|
+
"bikini": "đ",
|
|
312
|
+
"kimono": "đ",
|
|
313
|
+
"high_heel": "đ ",
|
|
314
|
+
"sandal": "đĄ",
|
|
315
|
+
"boot": "đĸ",
|
|
316
|
+
"mans_shoe": "đ",
|
|
317
|
+
"shoe": "đ",
|
|
318
|
+
"athletic_shoe": "đ",
|
|
319
|
+
"womans_hat": "đ",
|
|
320
|
+
"tophat": "đŠ",
|
|
321
|
+
"mortar_board": "đ",
|
|
322
|
+
"crown": "đ",
|
|
323
|
+
"rescue_worker_helmet": "â",
|
|
324
|
+
"school_satchel": "đ",
|
|
325
|
+
"pouch": "đ",
|
|
326
|
+
"purse": "đ",
|
|
327
|
+
"handbag": "đ",
|
|
328
|
+
"briefcase": "đŧ",
|
|
329
|
+
"eyeglasses": "đ",
|
|
330
|
+
"dark_sunglasses": "đļ",
|
|
331
|
+
"closed_umbrella": "đ",
|
|
332
|
+
"open_umbrella": "âī¸",
|
|
333
|
+
"dog": "đļ",
|
|
334
|
+
"cat": "đą",
|
|
335
|
+
"mouse": "đ",
|
|
336
|
+
"hamster": "đš",
|
|
337
|
+
"rabbit": "đ°",
|
|
338
|
+
"fox_face": "đĻ",
|
|
339
|
+
"bear": "đģ",
|
|
340
|
+
"panda_face": "đŧ",
|
|
341
|
+
"koala": "đ¨",
|
|
342
|
+
"tiger": "đ¯",
|
|
343
|
+
"lion": "đĻ",
|
|
344
|
+
"cow": "đŽ",
|
|
345
|
+
"pig": "đˇ",
|
|
346
|
+
"pig_nose": "đŊ",
|
|
347
|
+
"frog": "đ¸",
|
|
348
|
+
"monkey_face": "đĩ",
|
|
349
|
+
"see_no_evil": "đ",
|
|
350
|
+
"hear_no_evil": "đ",
|
|
351
|
+
"speak_no_evil": "đ",
|
|
352
|
+
"monkey": "đ",
|
|
353
|
+
"chicken": "đ",
|
|
354
|
+
"penguin": "đ§",
|
|
355
|
+
"bird": "đĻ",
|
|
356
|
+
"baby_chick": "đ¤",
|
|
357
|
+
"hatching_chick": "đŖ",
|
|
358
|
+
"hatched_chick": "đĨ",
|
|
359
|
+
"duck": "đĻ",
|
|
360
|
+
"eagle": "đĻ
",
|
|
361
|
+
"owl": "đĻ",
|
|
362
|
+
"bat": "đĻ",
|
|
363
|
+
"wolf": "đē",
|
|
364
|
+
"boar": "đ",
|
|
365
|
+
"horse": "đ´",
|
|
366
|
+
"unicorn": "đĻ",
|
|
367
|
+
"bee": "đ",
|
|
368
|
+
"honeybee": "đ",
|
|
369
|
+
"bug": "đ",
|
|
370
|
+
"butterfly": "đĻ",
|
|
371
|
+
"snail": "đ",
|
|
372
|
+
"shell": "đ",
|
|
373
|
+
"beetle": "đ",
|
|
374
|
+
"ant": "đ",
|
|
375
|
+
"spider": "đˇ",
|
|
376
|
+
"spider_web": "đ¸",
|
|
377
|
+
"turtle": "đĸ",
|
|
378
|
+
"snake": "đ",
|
|
379
|
+
"lizard": "đĻ",
|
|
380
|
+
"scorpion": "đĻ",
|
|
381
|
+
"crab": "đĻ",
|
|
382
|
+
"squid": "đĻ",
|
|
383
|
+
"octopus": "đ",
|
|
384
|
+
"shrimp": "đĻ",
|
|
385
|
+
"tropical_fish": "đ ",
|
|
386
|
+
"fish": "đ",
|
|
387
|
+
"blowfish": "đĄ",
|
|
388
|
+
"dolphin": "đŦ",
|
|
389
|
+
"flipper": "đŦ",
|
|
390
|
+
"shark": "đĻ",
|
|
391
|
+
"whale": "đŗ",
|
|
392
|
+
"whale2": "đ",
|
|
393
|
+
"crocodile": "đ",
|
|
394
|
+
"leopard": "đ",
|
|
395
|
+
"tiger2": "đ
",
|
|
396
|
+
"water_buffalo": "đ",
|
|
397
|
+
"ox": "đ",
|
|
398
|
+
"cow2": "đ",
|
|
399
|
+
"deer": "đĻ",
|
|
400
|
+
"dromedary_camel": "đĒ",
|
|
401
|
+
"camel": "đĢ",
|
|
402
|
+
"elephant": "đ",
|
|
403
|
+
"rhinoceros": "đĻ",
|
|
404
|
+
"gorilla": "đĻ",
|
|
405
|
+
"racehorse": "đ",
|
|
406
|
+
"pig2": "đ",
|
|
407
|
+
"goat": "đ",
|
|
408
|
+
"ram": "đ",
|
|
409
|
+
"sheep": "đ",
|
|
410
|
+
"dog2": "đ",
|
|
411
|
+
"poodle": "đŠ",
|
|
412
|
+
"cat2": "đ",
|
|
413
|
+
"rooster": "đ",
|
|
414
|
+
"turkey": "đĻ",
|
|
415
|
+
"dove": "đ",
|
|
416
|
+
"rabbit2": "đ",
|
|
417
|
+
"mouse2": "đ",
|
|
418
|
+
"rat": "đ",
|
|
419
|
+
"chipmunk": "đŋ",
|
|
420
|
+
"feet": "đž",
|
|
421
|
+
"paw_prints": "đž",
|
|
422
|
+
"dragon": "đ",
|
|
423
|
+
"dragon_face": "đ˛",
|
|
424
|
+
"cactus": "đĩ",
|
|
425
|
+
"christmas_tree": "đ",
|
|
426
|
+
"evergreen_tree": "đ˛",
|
|
427
|
+
"deciduous_tree": "đŗ",
|
|
428
|
+
"palm_tree": "đ´",
|
|
429
|
+
"seedling": "đą",
|
|
430
|
+
"herb": "đŋ",
|
|
431
|
+
"shamrock": "âī¸",
|
|
432
|
+
"four_leaf_clover": "đ",
|
|
433
|
+
"bamboo": "đ",
|
|
434
|
+
"tanabata_tree": "đ",
|
|
435
|
+
"leaves": "đ",
|
|
436
|
+
"fallen_leaf": "đ",
|
|
437
|
+
"maple_leaf": "đ",
|
|
438
|
+
"mushroom": "đ",
|
|
439
|
+
"ear_of_rice": "đž",
|
|
440
|
+
"bouquet": "đ",
|
|
441
|
+
"tulip": "đˇ",
|
|
442
|
+
"rose": "đš",
|
|
443
|
+
"wilted_flower": "đĨ",
|
|
444
|
+
"sunflower": "đģ",
|
|
445
|
+
"blossom": "đŧ",
|
|
446
|
+
"cherry_blossom": "đ¸",
|
|
447
|
+
"hibiscus": "đē",
|
|
448
|
+
"earth_americas": "đ",
|
|
449
|
+
"earth_africa": "đ",
|
|
450
|
+
"earth_asia": "đ",
|
|
451
|
+
"full_moon": "đ",
|
|
452
|
+
"waning_gibbous_moon": "đ",
|
|
453
|
+
"last_quarter_moon": "đ",
|
|
454
|
+
"waning_crescent_moon": "đ",
|
|
455
|
+
"new_moon": "đ",
|
|
456
|
+
"waxing_crescent_moon": "đ",
|
|
457
|
+
"first_quarter_moon": "đ",
|
|
458
|
+
"moon": "đ",
|
|
459
|
+
"waxing_gibbous_moon": "đ",
|
|
460
|
+
"new_moon_with_face": "đ",
|
|
461
|
+
"full_moon_with_face": "đ",
|
|
462
|
+
"sun_with_face": "đ",
|
|
463
|
+
"first_quarter_moon_with_face": "đ",
|
|
464
|
+
"last_quarter_moon_with_face": "đ",
|
|
465
|
+
"crescent_moon": "đ",
|
|
466
|
+
"dizzy": "đĢ",
|
|
467
|
+
"star": "âī¸",
|
|
468
|
+
"star2": "đ",
|
|
469
|
+
"sparkles": "â¨",
|
|
470
|
+
"zap": "âĄī¸",
|
|
471
|
+
"fire": "đĨ",
|
|
472
|
+
"boom": "đĨ",
|
|
473
|
+
"collision": "đĨ",
|
|
474
|
+
"comet": "â",
|
|
475
|
+
"sunny": "âī¸",
|
|
476
|
+
"sun_behind_small_cloud": "đ¤",
|
|
477
|
+
"partly_sunny": "â
ī¸",
|
|
478
|
+
"sun_behind_large_cloud": "đĨ",
|
|
479
|
+
"sun_behind_rain_cloud": "đĻ",
|
|
480
|
+
"rainbow": "đ",
|
|
481
|
+
"cloud": "âī¸",
|
|
482
|
+
"cloud_with_rain": "đ§",
|
|
483
|
+
"cloud_with_lightning_and_rain": "â",
|
|
484
|
+
"cloud_with_lightning": "đŠ",
|
|
485
|
+
"cloud_with_snow": "đ¨",
|
|
486
|
+
"snowman_with_snow": "âī¸",
|
|
487
|
+
"snowman": "âī¸",
|
|
488
|
+
"snowflake": "âī¸",
|
|
489
|
+
"wind_face": "đŦ",
|
|
490
|
+
"dash": "đ¨",
|
|
491
|
+
"tornado": "đĒ",
|
|
492
|
+
"fog": "đĢ",
|
|
493
|
+
"ocean": "đ",
|
|
494
|
+
"droplet": "đ§",
|
|
495
|
+
"sweat_drops": "đĻ",
|
|
496
|
+
"umbrella": "âī¸",
|
|
497
|
+
"green_apple": "đ",
|
|
498
|
+
"apple": "đ",
|
|
499
|
+
"pear": "đ",
|
|
500
|
+
"tangerine": "đ",
|
|
501
|
+
"orange": "đ",
|
|
502
|
+
"mandarin": "đ",
|
|
503
|
+
"lemon": "đ",
|
|
504
|
+
"banana": "đ",
|
|
505
|
+
"watermelon": "đ",
|
|
506
|
+
"grapes": "đ",
|
|
507
|
+
"strawberry": "đ",
|
|
508
|
+
"melon": "đ",
|
|
509
|
+
"cherries": "đ",
|
|
510
|
+
"peach": "đ",
|
|
511
|
+
"pineapple": "đ",
|
|
512
|
+
"kiwi_fruit": "đĨ",
|
|
513
|
+
"avocado": "đĨ",
|
|
514
|
+
"tomato": "đ
",
|
|
515
|
+
"eggplant": "đ",
|
|
516
|
+
"cucumber": "đĨ",
|
|
517
|
+
"carrot": "đĨ",
|
|
518
|
+
"corn": "đŊ",
|
|
519
|
+
"hot_pepper": "đļ",
|
|
520
|
+
"potato": "đĨ",
|
|
521
|
+
"sweet_potato": "đ ",
|
|
522
|
+
"chestnut": "đ°",
|
|
523
|
+
"peanuts": "đĨ",
|
|
524
|
+
"honey_pot": "đ¯",
|
|
525
|
+
"croissant": "đĨ",
|
|
526
|
+
"bread": "đ",
|
|
527
|
+
"baguette_bread": "đĨ",
|
|
528
|
+
"cheese": "đ§",
|
|
529
|
+
"egg": "đĨ",
|
|
530
|
+
"fried_egg": "đŗ",
|
|
531
|
+
"bacon": "đĨ",
|
|
532
|
+
"pancakes": "đĨ",
|
|
533
|
+
"fried_shrimp": "đ¤",
|
|
534
|
+
"poultry_leg": "đ",
|
|
535
|
+
"meat_on_bone": "đ",
|
|
536
|
+
"pizza": "đ",
|
|
537
|
+
"hotdog": "đ",
|
|
538
|
+
"hamburger": "đ",
|
|
539
|
+
"fries": "đ",
|
|
540
|
+
"stuffed_flatbread": "đĨ",
|
|
541
|
+
"taco": "đŽ",
|
|
542
|
+
"burrito": "đ¯",
|
|
543
|
+
"green_salad": "đĨ",
|
|
544
|
+
"shallow_pan_of_food": "đĨ",
|
|
545
|
+
"spaghetti": "đ",
|
|
546
|
+
"ramen": "đ",
|
|
547
|
+
"stew": "đ˛",
|
|
548
|
+
"fish_cake": "đĨ",
|
|
549
|
+
"sushi": "đŖ",
|
|
550
|
+
"bento": "đą",
|
|
551
|
+
"curry": "đ",
|
|
552
|
+
"rice": "đ",
|
|
553
|
+
"rice_ball": "đ",
|
|
554
|
+
"rice_cracker": "đ",
|
|
555
|
+
"oden": "đĸ",
|
|
556
|
+
"dango": "đĄ",
|
|
557
|
+
"shaved_ice": "đ§",
|
|
558
|
+
"ice_cream": "đ¨",
|
|
559
|
+
"icecream": "đĻ",
|
|
560
|
+
"cake": "đ°",
|
|
561
|
+
"birthday": "đ",
|
|
562
|
+
"custard": "đŽ",
|
|
563
|
+
"lollipop": "đ",
|
|
564
|
+
"candy": "đŦ",
|
|
565
|
+
"chocolate_bar": "đĢ",
|
|
566
|
+
"popcorn": "đŋ",
|
|
567
|
+
"doughnut": "đŠ",
|
|
568
|
+
"cookie": "đĒ",
|
|
569
|
+
"milk_glass": "đĨ",
|
|
570
|
+
"baby_bottle": "đŧ",
|
|
571
|
+
"coffee": "âī¸",
|
|
572
|
+
"tea": "đĩ",
|
|
573
|
+
"sake": "đļ",
|
|
574
|
+
"beer": "đē",
|
|
575
|
+
"beers": "đģ",
|
|
576
|
+
"clinking_glasses": "đĨ",
|
|
577
|
+
"wine_glass": "đˇ",
|
|
578
|
+
"tumbler_glass": "đĨ",
|
|
579
|
+
"cocktail": "đ¸",
|
|
580
|
+
"tropical_drink": "đš",
|
|
581
|
+
"champagne": "đž",
|
|
582
|
+
"spoon": "đĨ",
|
|
583
|
+
"fork_and_knife": "đ´",
|
|
584
|
+
"plate_with_cutlery": "đŊ",
|
|
585
|
+
"soccer": "âŊī¸",
|
|
586
|
+
"basketball": "đ",
|
|
587
|
+
"football": "đ",
|
|
588
|
+
"baseball": "âžī¸",
|
|
589
|
+
"tennis": "đž",
|
|
590
|
+
"volleyball": "đ",
|
|
591
|
+
"rugby_football": "đ",
|
|
592
|
+
"8ball": "đą",
|
|
593
|
+
"ping_pong": "đ",
|
|
594
|
+
"badminton": "đ¸",
|
|
595
|
+
"goal_net": "đĨ
",
|
|
596
|
+
"ice_hockey": "đ",
|
|
597
|
+
"field_hockey": "đ",
|
|
598
|
+
"cricket": "đ",
|
|
599
|
+
"golf": "âŗī¸",
|
|
600
|
+
"bow_and_arrow": "đš",
|
|
601
|
+
"fishing_pole_and_fish": "đŖ",
|
|
602
|
+
"boxing_glove": "đĨ",
|
|
603
|
+
"martial_arts_uniform": "đĨ",
|
|
604
|
+
"ice_skate": "â¸",
|
|
605
|
+
"ski": "đŋ",
|
|
606
|
+
"skier": "âˇ",
|
|
607
|
+
"snowboarder": "đ",
|
|
608
|
+
"weight_lifting_woman": "đī¸ââī¸",
|
|
609
|
+
"weight_lifting_man": "đ",
|
|
610
|
+
"person_fencing": "đ¤ē",
|
|
611
|
+
"women_wrestling": "đ¤ŧââ",
|
|
612
|
+
"men_wrestling": "đ¤ŧââ",
|
|
613
|
+
"woman_cartwheeling": "đ¤¸ââ",
|
|
614
|
+
"man_cartwheeling": "đ¤¸ââ",
|
|
615
|
+
"basketball_woman": "âšī¸ââī¸",
|
|
616
|
+
"basketball_man": "âš",
|
|
617
|
+
"woman_playing_handball": "đ¤žââ",
|
|
618
|
+
"man_playing_handball": "đ¤žââ",
|
|
619
|
+
"golfing_woman": "đī¸ââī¸",
|
|
620
|
+
"golfing_man": "đ",
|
|
621
|
+
"surfing_woman": "đââ",
|
|
622
|
+
"surfing_man": "đ",
|
|
623
|
+
"surfer": "đ",
|
|
624
|
+
"swimming_woman": "đââ",
|
|
625
|
+
"swimming_man": "đ",
|
|
626
|
+
"swimmer": "đ",
|
|
627
|
+
"woman_playing_water_polo": "đ¤Ŋââ",
|
|
628
|
+
"man_playing_water_polo": "đ¤Ŋââ",
|
|
629
|
+
"rowing_woman": "đŖââ",
|
|
630
|
+
"rowing_man": "đŖ",
|
|
631
|
+
"rowboat": "đŖ",
|
|
632
|
+
"horse_racing": "đ",
|
|
633
|
+
"biking_woman": "đ´ââ",
|
|
634
|
+
"biking_man": "đ´",
|
|
635
|
+
"bicyclist": "đ´",
|
|
636
|
+
"mountain_biking_woman": "đĩââ",
|
|
637
|
+
"mountain_biking_man": "đĩ",
|
|
638
|
+
"mountain_bicyclist": "đĩ",
|
|
639
|
+
"running_shirt_with_sash": "đŊ",
|
|
640
|
+
"medal_sports": "đ
",
|
|
641
|
+
"medal_military": "đ",
|
|
642
|
+
"1st_place_medal": "đĨ",
|
|
643
|
+
"2nd_place_medal": "đĨ",
|
|
644
|
+
"3rd_place_medal": "đĨ",
|
|
645
|
+
"trophy": "đ",
|
|
646
|
+
"rosette": "đĩ",
|
|
647
|
+
"reminder_ribbon": "đ",
|
|
648
|
+
"ticket": "đĢ",
|
|
649
|
+
"tickets": "đ",
|
|
650
|
+
"circus_tent": "đĒ",
|
|
651
|
+
"woman_juggling": "đ¤šââ",
|
|
652
|
+
"man_juggling": "đ¤šââ",
|
|
653
|
+
"performing_arts": "đ",
|
|
654
|
+
"art": "đ¨",
|
|
655
|
+
"clapper": "đŦ",
|
|
656
|
+
"microphone": "đ¤",
|
|
657
|
+
"headphones": "đ§",
|
|
658
|
+
"musical_score": "đŧ",
|
|
659
|
+
"musical_keyboard": "đš",
|
|
660
|
+
"drum": "đĨ",
|
|
661
|
+
"saxophone": "đˇ",
|
|
662
|
+
"trumpet": "đē",
|
|
663
|
+
"guitar": "đ¸",
|
|
664
|
+
"violin": "đģ",
|
|
665
|
+
"game_die": "đ˛",
|
|
666
|
+
"dart": "đ¯",
|
|
667
|
+
"bowling": "đŗ",
|
|
668
|
+
"video_game": "đŽ",
|
|
669
|
+
"slot_machine": "đ°",
|
|
670
|
+
"car": "đ",
|
|
671
|
+
"red_car": "đ",
|
|
672
|
+
"taxi": "đ",
|
|
673
|
+
"blue_car": "đ",
|
|
674
|
+
"bus": "đ",
|
|
675
|
+
"trolleybus": "đ",
|
|
676
|
+
"racing_car": "đ",
|
|
677
|
+
"police_car": "đ",
|
|
678
|
+
"ambulance": "đ",
|
|
679
|
+
"fire_engine": "đ",
|
|
680
|
+
"minibus": "đ",
|
|
681
|
+
"truck": "đ",
|
|
682
|
+
"articulated_lorry": "đ",
|
|
683
|
+
"tractor": "đ",
|
|
684
|
+
"kick_scooter": "đ´",
|
|
685
|
+
"bike": "đ˛",
|
|
686
|
+
"motor_scooter": "đĩ",
|
|
687
|
+
"motorcycle": "đ",
|
|
688
|
+
"rotating_light": "đ¨",
|
|
689
|
+
"oncoming_police_car": "đ",
|
|
690
|
+
"oncoming_bus": "đ",
|
|
691
|
+
"oncoming_automobile": "đ",
|
|
692
|
+
"oncoming_taxi": "đ",
|
|
693
|
+
"aerial_tramway": "đĄ",
|
|
694
|
+
"mountain_cableway": "đ ",
|
|
695
|
+
"suspension_railway": "đ",
|
|
696
|
+
"railway_car": "đ",
|
|
697
|
+
"train": "đ",
|
|
698
|
+
"mountain_railway": "đ",
|
|
699
|
+
"monorail": "đ",
|
|
700
|
+
"bullettrain_side": "đ",
|
|
701
|
+
"bullettrain_front": "đ
",
|
|
702
|
+
"light_rail": "đ",
|
|
703
|
+
"steam_locomotive": "đ",
|
|
704
|
+
"train2": "đ",
|
|
705
|
+
"metro": "đ",
|
|
706
|
+
"tram": "đ",
|
|
707
|
+
"station": "đ",
|
|
708
|
+
"helicopter": "đ",
|
|
709
|
+
"small_airplane": "đŠ",
|
|
710
|
+
"airplane": "âī¸",
|
|
711
|
+
"flight_departure": "đĢ",
|
|
712
|
+
"flight_arrival": "đŦ",
|
|
713
|
+
"rocket": "đ",
|
|
714
|
+
"artificial_satellite": "đ°",
|
|
715
|
+
"seat": "đē",
|
|
716
|
+
"canoe": "đļ",
|
|
717
|
+
"boat": "âĩī¸",
|
|
718
|
+
"sailboat": "âĩī¸",
|
|
719
|
+
"motor_boat": "đĨ",
|
|
720
|
+
"speedboat": "đ¤",
|
|
721
|
+
"passenger_ship": "đŗ",
|
|
722
|
+
"ferry": "â´",
|
|
723
|
+
"ship": "đĸ",
|
|
724
|
+
"anchor": "âī¸",
|
|
725
|
+
"construction": "đ§",
|
|
726
|
+
"fuelpump": "âŊī¸",
|
|
727
|
+
"busstop": "đ",
|
|
728
|
+
"vertical_traffic_light": "đĻ",
|
|
729
|
+
"traffic_light": "đĨ",
|
|
730
|
+
"world_map": "đē",
|
|
731
|
+
"moyai": "đŋ",
|
|
732
|
+
"statue_of_liberty": "đŊ",
|
|
733
|
+
"fountain": "â˛ī¸",
|
|
734
|
+
"tokyo_tower": "đŧ",
|
|
735
|
+
"european_castle": "đ°",
|
|
736
|
+
"japanese_castle": "đ¯",
|
|
737
|
+
"stadium": "đ",
|
|
738
|
+
"ferris_wheel": "đĄ",
|
|
739
|
+
"roller_coaster": "đĸ",
|
|
740
|
+
"carousel_horse": "đ ",
|
|
741
|
+
"parasol_on_ground": "âą",
|
|
742
|
+
"beach_umbrella": "đ",
|
|
743
|
+
"desert_island": "đ",
|
|
744
|
+
"mountain": "â°",
|
|
745
|
+
"mountain_snow": "đ",
|
|
746
|
+
"mount_fuji": "đģ",
|
|
747
|
+
"volcano": "đ",
|
|
748
|
+
"desert": "đ",
|
|
749
|
+
"camping": "đ",
|
|
750
|
+
"tent": "âēī¸",
|
|
751
|
+
"railway_track": "đ¤",
|
|
752
|
+
"motorway": "đŖ",
|
|
753
|
+
"building_construction": "đ",
|
|
754
|
+
"factory": "đ",
|
|
755
|
+
"house": "đ ",
|
|
756
|
+
"house_with_garden": "đĄ",
|
|
757
|
+
"houses": "đ",
|
|
758
|
+
"derelict_house": "đ",
|
|
759
|
+
"office": "đĸ",
|
|
760
|
+
"department_store": "đŦ",
|
|
761
|
+
"post_office": "đŖ",
|
|
762
|
+
"european_post_office": "đ¤",
|
|
763
|
+
"hospital": "đĨ",
|
|
764
|
+
"bank": "đĻ",
|
|
765
|
+
"hotel": "đ¨",
|
|
766
|
+
"convenience_store": "đĒ",
|
|
767
|
+
"school": "đĢ",
|
|
768
|
+
"love_hotel": "đŠ",
|
|
769
|
+
"wedding": "đ",
|
|
770
|
+
"classical_building": "đ",
|
|
771
|
+
"church": "âĒī¸",
|
|
772
|
+
"mosque": "đ",
|
|
773
|
+
"synagogue": "đ",
|
|
774
|
+
"kaaba": "đ",
|
|
775
|
+
"shinto_shrine": "âŠ",
|
|
776
|
+
"japan": "đž",
|
|
777
|
+
"rice_scene": "đ",
|
|
778
|
+
"national_park": "đ",
|
|
779
|
+
"sunrise": "đ
",
|
|
780
|
+
"sunrise_over_mountains": "đ",
|
|
781
|
+
"stars": "đ ",
|
|
782
|
+
"sparkler": "đ",
|
|
783
|
+
"fireworks": "đ",
|
|
784
|
+
"city_sunrise": "đ",
|
|
785
|
+
"city_sunset": "đ",
|
|
786
|
+
"cityscape": "đ",
|
|
787
|
+
"night_with_stars": "đ",
|
|
788
|
+
"milky_way": "đ",
|
|
789
|
+
"bridge_at_night": "đ",
|
|
790
|
+
"foggy": "đ",
|
|
791
|
+
"watch": "âī¸",
|
|
792
|
+
"iphone": "đą",
|
|
793
|
+
"calling": "đ˛",
|
|
794
|
+
"computer": "đģ",
|
|
795
|
+
"keyboard": "â¨ī¸",
|
|
796
|
+
"desktop_computer": "đĨ",
|
|
797
|
+
"printer": "đ¨",
|
|
798
|
+
"computer_mouse": "đą",
|
|
799
|
+
"trackball": "đ˛",
|
|
800
|
+
"joystick": "đš",
|
|
801
|
+
"clamp": "đ",
|
|
802
|
+
"minidisc": "đŊ",
|
|
803
|
+
"floppy_disk": "đž",
|
|
804
|
+
"cd": "đŋ",
|
|
805
|
+
"dvd": "đ",
|
|
806
|
+
"vhs": "đŧ",
|
|
807
|
+
"camera": "đˇ",
|
|
808
|
+
"camera_flash": "đ¸",
|
|
809
|
+
"video_camera": "đš",
|
|
810
|
+
"movie_camera": "đĨ",
|
|
811
|
+
"film_projector": "đŊ",
|
|
812
|
+
"film_strip": "đ",
|
|
813
|
+
"telephone_receiver": "đ",
|
|
814
|
+
"phone": "âī¸",
|
|
815
|
+
"telephone": "âī¸",
|
|
816
|
+
"pager": "đ",
|
|
817
|
+
"fax": "đ ",
|
|
818
|
+
"tv": "đē",
|
|
819
|
+
"radio": "đģ",
|
|
820
|
+
"studio_microphone": "đ",
|
|
821
|
+
"level_slider": "đ",
|
|
822
|
+
"control_knobs": "đ",
|
|
823
|
+
"stopwatch": "âą",
|
|
824
|
+
"timer_clock": "â˛",
|
|
825
|
+
"alarm_clock": "â°",
|
|
826
|
+
"mantelpiece_clock": "đ°",
|
|
827
|
+
"hourglass": "âī¸",
|
|
828
|
+
"hourglass_flowing_sand": "âŗ",
|
|
829
|
+
"satellite": "đĄ",
|
|
830
|
+
"battery": "đ",
|
|
831
|
+
"electric_plug": "đ",
|
|
832
|
+
"bulb": "đĄ",
|
|
833
|
+
"flashlight": "đĻ",
|
|
834
|
+
"candle": "đ¯",
|
|
835
|
+
"wastebasket": "đ",
|
|
836
|
+
"oil_drum": "đĸ",
|
|
837
|
+
"money_with_wings": "đ¸",
|
|
838
|
+
"dollar": "đĩ",
|
|
839
|
+
"yen": "đ´",
|
|
840
|
+
"euro": "đļ",
|
|
841
|
+
"pound": "đˇ",
|
|
842
|
+
"moneybag": "đ°",
|
|
843
|
+
"credit_card": "đŗ",
|
|
844
|
+
"gem": "đ",
|
|
845
|
+
"balance_scale": "âī¸",
|
|
846
|
+
"wrench": "đ§",
|
|
847
|
+
"hammer": "đ¨",
|
|
848
|
+
"hammer_and_pick": "â",
|
|
849
|
+
"hammer_and_wrench": "đ ",
|
|
850
|
+
"pick": "â",
|
|
851
|
+
"nut_and_bolt": "đŠ",
|
|
852
|
+
"gear": "âī¸",
|
|
853
|
+
"chains": "â",
|
|
854
|
+
"gun": "đĢ",
|
|
855
|
+
"bomb": "đŖ",
|
|
856
|
+
"hocho": "đĒ",
|
|
857
|
+
"knife": "đĒ",
|
|
858
|
+
"dagger": "đĄ",
|
|
859
|
+
"crossed_swords": "âī¸",
|
|
860
|
+
"shield": "đĄ",
|
|
861
|
+
"smoking": "đŦ",
|
|
862
|
+
"coffin": "â°ī¸",
|
|
863
|
+
"funeral_urn": "âąī¸",
|
|
864
|
+
"amphora": "đē",
|
|
865
|
+
"crystal_ball": "đŽ",
|
|
866
|
+
"prayer_beads": "đŋ",
|
|
867
|
+
"barber": "đ",
|
|
868
|
+
"alembic": "âī¸",
|
|
869
|
+
"telescope": "đ",
|
|
870
|
+
"microscope": "đŦ",
|
|
871
|
+
"hole": "đŗ",
|
|
872
|
+
"pill": "đ",
|
|
873
|
+
"syringe": "đ",
|
|
874
|
+
"thermometer": "đĄ",
|
|
875
|
+
"toilet": "đŊ",
|
|
876
|
+
"potable_water": "đ°",
|
|
877
|
+
"shower": "đŋ",
|
|
878
|
+
"bathtub": "đ",
|
|
879
|
+
"bath": "đ",
|
|
880
|
+
"bellhop_bell": "đ",
|
|
881
|
+
"key": "đ",
|
|
882
|
+
"old_key": "đ",
|
|
883
|
+
"door": "đĒ",
|
|
884
|
+
"couch_and_lamp": "đ",
|
|
885
|
+
"bed": "đ",
|
|
886
|
+
"sleeping_bed": "đ",
|
|
887
|
+
"framed_picture": "đŧ",
|
|
888
|
+
"shopping": "đ",
|
|
889
|
+
"shopping_cart": "đ",
|
|
890
|
+
"gift": "đ",
|
|
891
|
+
"balloon": "đ",
|
|
892
|
+
"flags": "đ",
|
|
893
|
+
"ribbon": "đ",
|
|
894
|
+
"confetti_ball": "đ",
|
|
895
|
+
"tada": "đ",
|
|
896
|
+
"dolls": "đ",
|
|
897
|
+
"izakaya_lantern": "đŽ",
|
|
898
|
+
"lantern": "đŽ",
|
|
899
|
+
"wind_chime": "đ",
|
|
900
|
+
"email": "âī¸",
|
|
901
|
+
"envelope": "âī¸",
|
|
902
|
+
"envelope_with_arrow": "đŠ",
|
|
903
|
+
"incoming_envelope": "đ¨",
|
|
904
|
+
"e-mail": "đ§",
|
|
905
|
+
"love_letter": "đ",
|
|
906
|
+
"inbox_tray": "đĨ",
|
|
907
|
+
"outbox_tray": "đ¤",
|
|
908
|
+
"package": "đĻ",
|
|
909
|
+
"label": "đˇ",
|
|
910
|
+
"mailbox_closed": "đĒ",
|
|
911
|
+
"mailbox": "đĢ",
|
|
912
|
+
"mailbox_with_mail": "đŦ",
|
|
913
|
+
"mailbox_with_no_mail": "đ",
|
|
914
|
+
"postbox": "đŽ",
|
|
915
|
+
"postal_horn": "đ¯",
|
|
916
|
+
"scroll": "đ",
|
|
917
|
+
"page_with_curl": "đ",
|
|
918
|
+
"page_facing_up": "đ",
|
|
919
|
+
"bookmark_tabs": "đ",
|
|
920
|
+
"bar_chart": "đ",
|
|
921
|
+
"chart_with_upwards_trend": "đ",
|
|
922
|
+
"chart_with_downwards_trend": "đ",
|
|
923
|
+
"spiral_notepad": "đ",
|
|
924
|
+
"spiral_calendar": "đ",
|
|
925
|
+
"calendar": "đ",
|
|
926
|
+
"date": "đ
",
|
|
927
|
+
"card_index": "đ",
|
|
928
|
+
"card_file_box": "đ",
|
|
929
|
+
"ballot_box": "đŗ",
|
|
930
|
+
"file_cabinet": "đ",
|
|
931
|
+
"clipboard": "đ",
|
|
932
|
+
"file_folder": "đ",
|
|
933
|
+
"open_file_folder": "đ",
|
|
934
|
+
"card_index_dividers": "đ",
|
|
935
|
+
"newspaper_roll": "đ",
|
|
936
|
+
"newspaper": "đ°",
|
|
937
|
+
"notebook": "đ",
|
|
938
|
+
"notebook_with_decorative_cover": "đ",
|
|
939
|
+
"ledger": "đ",
|
|
940
|
+
"closed_book": "đ",
|
|
941
|
+
"green_book": "đ",
|
|
942
|
+
"blue_book": "đ",
|
|
943
|
+
"orange_book": "đ",
|
|
944
|
+
"books": "đ",
|
|
945
|
+
"book": "đ",
|
|
946
|
+
"open_book": "đ",
|
|
947
|
+
"bookmark": "đ",
|
|
948
|
+
"link": "đ",
|
|
949
|
+
"paperclip": "đ",
|
|
950
|
+
"paperclips": "đ",
|
|
951
|
+
"triangular_ruler": "đ",
|
|
952
|
+
"straight_ruler": "đ",
|
|
953
|
+
"pushpin": "đ",
|
|
954
|
+
"round_pushpin": "đ",
|
|
955
|
+
"scissors": "âī¸",
|
|
956
|
+
"pen": "đ",
|
|
957
|
+
"fountain_pen": "đ",
|
|
958
|
+
"black_nib": "âī¸",
|
|
959
|
+
"paintbrush": "đ",
|
|
960
|
+
"crayon": "đ",
|
|
961
|
+
"memo": "đ",
|
|
962
|
+
"pencil": "đ",
|
|
963
|
+
"pencil2": "âī¸",
|
|
964
|
+
"mag": "đ",
|
|
965
|
+
"mag_right": "đ",
|
|
966
|
+
"lock_with_ink_pen": "đ",
|
|
967
|
+
"closed_lock_with_key": "đ",
|
|
968
|
+
"lock": "đ",
|
|
969
|
+
"unlock": "đ",
|
|
970
|
+
"heart": "â¤ī¸",
|
|
971
|
+
"yellow_heart": "đ",
|
|
972
|
+
"green_heart": "đ",
|
|
973
|
+
"blue_heart": "đ",
|
|
974
|
+
"purple_heart": "đ",
|
|
975
|
+
"black_heart": "đ¤",
|
|
976
|
+
"broken_heart": "đ",
|
|
977
|
+
"heavy_heart_exclamation": "âŖī¸",
|
|
978
|
+
"two_hearts": "đ",
|
|
979
|
+
"revolving_hearts": "đ",
|
|
980
|
+
"heartbeat": "đ",
|
|
981
|
+
"heartpulse": "đ",
|
|
982
|
+
"sparkling_heart": "đ",
|
|
983
|
+
"cupid": "đ",
|
|
984
|
+
"gift_heart": "đ",
|
|
985
|
+
"heart_decoration": "đ",
|
|
986
|
+
"peace_symbol": "âŽī¸",
|
|
987
|
+
"latin_cross": "âī¸",
|
|
988
|
+
"star_and_crescent": "âĒī¸",
|
|
989
|
+
"om": "đ",
|
|
990
|
+
"wheel_of_dharma": "â¸ī¸",
|
|
991
|
+
"star_of_david": "âĄī¸",
|
|
992
|
+
"six_pointed_star": "đ¯",
|
|
993
|
+
"menorah": "đ",
|
|
994
|
+
"yin_yang": "â¯ī¸",
|
|
995
|
+
"orthodox_cross": "âĻī¸",
|
|
996
|
+
"place_of_worship": "đ",
|
|
997
|
+
"ophiuchus": "â",
|
|
998
|
+
"aries": "âī¸",
|
|
999
|
+
"taurus": "âī¸",
|
|
1000
|
+
"gemini": "âī¸",
|
|
1001
|
+
"cancer": "âī¸",
|
|
1002
|
+
"leo": "âī¸",
|
|
1003
|
+
"virgo": "âī¸",
|
|
1004
|
+
"libra": "âī¸",
|
|
1005
|
+
"scorpius": "âī¸",
|
|
1006
|
+
"sagittarius": "âī¸",
|
|
1007
|
+
"capricorn": "âī¸",
|
|
1008
|
+
"aquarius": "âī¸",
|
|
1009
|
+
"pisces": "âī¸",
|
|
1010
|
+
"id": "đ",
|
|
1011
|
+
"atom_symbol": "âī¸",
|
|
1012
|
+
"accept": "đ",
|
|
1013
|
+
"radioactive": "âĸī¸",
|
|
1014
|
+
"biohazard": "âŖī¸",
|
|
1015
|
+
"mobile_phone_off": "đ´",
|
|
1016
|
+
"vibration_mode": "đŗ",
|
|
1017
|
+
"eight_pointed_black_star": "â´ī¸",
|
|
1018
|
+
"vs": "đ",
|
|
1019
|
+
"white_flower": "đŽ",
|
|
1020
|
+
"ideograph_advantage": "đ",
|
|
1021
|
+
"secret": "ãī¸",
|
|
1022
|
+
"congratulations": "ãī¸",
|
|
1023
|
+
"u6e80": "đĩ",
|
|
1024
|
+
"a": "đ
°ī¸",
|
|
1025
|
+
"b": "đ
ąī¸",
|
|
1026
|
+
"ab": "đ",
|
|
1027
|
+
"cl": "đ",
|
|
1028
|
+
"o2": "đ
žī¸",
|
|
1029
|
+
"sos": "đ",
|
|
1030
|
+
"x": "â",
|
|
1031
|
+
"o": "âī¸",
|
|
1032
|
+
"stop_sign": "đ",
|
|
1033
|
+
"no_entry": "âī¸",
|
|
1034
|
+
"name_badge": "đ",
|
|
1035
|
+
"no_entry_sign": "đĢ",
|
|
1036
|
+
"anger": "đĸ",
|
|
1037
|
+
"hotsprings": "â¨ī¸",
|
|
1038
|
+
"no_pedestrians": "đˇ",
|
|
1039
|
+
"do_not_litter": "đ¯",
|
|
1040
|
+
"no_bicycles": "đŗ",
|
|
1041
|
+
"non-potable_water": "đą",
|
|
1042
|
+
"underage": "đ",
|
|
1043
|
+
"no_mobile_phones": "đĩ",
|
|
1044
|
+
"no_smoking": "đ",
|
|
1045
|
+
"exclamation": "âī¸",
|
|
1046
|
+
"heavy_exclamation_mark": "âī¸",
|
|
1047
|
+
"grey_exclamation": "â",
|
|
1048
|
+
"question": "â",
|
|
1049
|
+
"grey_question": "â",
|
|
1050
|
+
"bangbang": "âŧī¸",
|
|
1051
|
+
"interrobang": "âī¸",
|
|
1052
|
+
"low_brightness": "đ
",
|
|
1053
|
+
"high_brightness": "đ",
|
|
1054
|
+
"part_alternation_mark": "ãŊī¸",
|
|
1055
|
+
"warning": "â ī¸",
|
|
1056
|
+
"children_crossing": "đ¸",
|
|
1057
|
+
"trident": "đą",
|
|
1058
|
+
"fleur_de_lis": "âī¸",
|
|
1059
|
+
"beginner": "đ°",
|
|
1060
|
+
"recycle": "âģī¸",
|
|
1061
|
+
"white_check_mark": "â
",
|
|
1062
|
+
"chart": "đš",
|
|
1063
|
+
"sparkle": "âī¸",
|
|
1064
|
+
"eight_spoked_asterisk": "âŗī¸",
|
|
1065
|
+
"negative_squared_cross_mark": "â",
|
|
1066
|
+
"globe_with_meridians": "đ",
|
|
1067
|
+
"diamond_shape_with_a_dot_inside": "đ ",
|
|
1068
|
+
"m": "âī¸",
|
|
1069
|
+
"cyclone": "đ",
|
|
1070
|
+
"zzz": "đ¤",
|
|
1071
|
+
"atm": "đ§",
|
|
1072
|
+
"wc": "đž",
|
|
1073
|
+
"wheelchair": "âŋī¸",
|
|
1074
|
+
"parking": "đ
ŋī¸",
|
|
1075
|
+
"sa": "đī¸",
|
|
1076
|
+
"passport_control": "đ",
|
|
1077
|
+
"customs": "đ",
|
|
1078
|
+
"baggage_claim": "đ",
|
|
1079
|
+
"left_luggage": "đ
",
|
|
1080
|
+
"mens": "đš",
|
|
1081
|
+
"womens": "đē",
|
|
1082
|
+
"baby_symbol": "đŧ",
|
|
1083
|
+
"restroom": "đģ",
|
|
1084
|
+
"put_litter_in_its_place": "đŽ",
|
|
1085
|
+
"cinema": "đĻ",
|
|
1086
|
+
"signal_strength": "đļ",
|
|
1087
|
+
"koko": "đ",
|
|
1088
|
+
"symbols": "đŖ",
|
|
1089
|
+
"information_source": "âšī¸",
|
|
1090
|
+
"abc": "đ¤",
|
|
1091
|
+
"abcd": "đĄ",
|
|
1092
|
+
"capital_abcd": "đ ",
|
|
1093
|
+
"ng": "đ",
|
|
1094
|
+
"ok": "đ",
|
|
1095
|
+
"up": "đ",
|
|
1096
|
+
"cool": "đ",
|
|
1097
|
+
"new": "đ",
|
|
1098
|
+
"free": "đ",
|
|
1099
|
+
"zero": "0ī¸âŖ",
|
|
1100
|
+
"one": "1ī¸âŖ",
|
|
1101
|
+
"two": "2ī¸âŖ",
|
|
1102
|
+
"three": "3ī¸âŖ",
|
|
1103
|
+
"four": "4ī¸âŖ",
|
|
1104
|
+
"five": "5ī¸âŖ",
|
|
1105
|
+
"six": "6ī¸âŖ",
|
|
1106
|
+
"seven": "7ī¸âŖ",
|
|
1107
|
+
"eight": "8ī¸âŖ",
|
|
1108
|
+
"nine": "9ī¸âŖ",
|
|
1109
|
+
"keycap_ten": "đ",
|
|
1110
|
+
"hash": "#ī¸âŖ",
|
|
1111
|
+
"asterisk": "*ī¸âŖ",
|
|
1112
|
+
"arrow_forward": "âļī¸",
|
|
1113
|
+
"pause_button": "â¸",
|
|
1114
|
+
"play_or_pause_button": "â¯",
|
|
1115
|
+
"stop_button": "âš",
|
|
1116
|
+
"record_button": "âē",
|
|
1117
|
+
"next_track_button": "â",
|
|
1118
|
+
"previous_track_button": "âŽ",
|
|
1119
|
+
"fast_forward": "âŠ",
|
|
1120
|
+
"rewind": "âĒ",
|
|
1121
|
+
"arrow_double_up": "âĢ",
|
|
1122
|
+
"arrow_double_down": "âŦ",
|
|
1123
|
+
"arrow_backward": "âī¸",
|
|
1124
|
+
"arrow_up_small": "đŧ",
|
|
1125
|
+
"arrow_down_small": "đŊ",
|
|
1126
|
+
"arrow_right": "âĄī¸",
|
|
1127
|
+
"arrow_left": "âŦ
ī¸",
|
|
1128
|
+
"arrow_up": "âŦī¸",
|
|
1129
|
+
"arrow_down": "âŦī¸",
|
|
1130
|
+
"arrow_upper_right": "âī¸",
|
|
1131
|
+
"arrow_lower_right": "âī¸",
|
|
1132
|
+
"arrow_lower_left": "âī¸",
|
|
1133
|
+
"arrow_upper_left": "âī¸",
|
|
1134
|
+
"arrow_up_down": "âī¸",
|
|
1135
|
+
"left_right_arrow": "âī¸",
|
|
1136
|
+
"arrow_right_hook": "âĒī¸",
|
|
1137
|
+
"leftwards_arrow_with_hook": "âŠī¸",
|
|
1138
|
+
"arrow_heading_up": "⤴ī¸",
|
|
1139
|
+
"arrow_heading_down": "â¤ĩī¸",
|
|
1140
|
+
"twisted_rightwards_arrows": "đ",
|
|
1141
|
+
"repeat": "đ",
|
|
1142
|
+
"repeat_one": "đ",
|
|
1143
|
+
"arrows_counterclockwise": "đ",
|
|
1144
|
+
"arrows_clockwise": "đ",
|
|
1145
|
+
"musical_note": "đĩ",
|
|
1146
|
+
"notes": "đļ",
|
|
1147
|
+
"heavy_plus_sign": "â",
|
|
1148
|
+
"heavy_minus_sign": "â",
|
|
1149
|
+
"heavy_division_sign": "â",
|
|
1150
|
+
"heavy_multiplication_x": "âī¸",
|
|
1151
|
+
"heavy_dollar_sign": "đ˛",
|
|
1152
|
+
"currency_exchange": "đą",
|
|
1153
|
+
"tm": "âĸī¸",
|
|
1154
|
+
"copyright": "Šī¸",
|
|
1155
|
+
"registered": "ÂŽī¸",
|
|
1156
|
+
"wavy_dash": "ã°ī¸",
|
|
1157
|
+
"curly_loop": "â°",
|
|
1158
|
+
"loop": "âŋ",
|
|
1159
|
+
"end": "đ",
|
|
1160
|
+
"back": "đ",
|
|
1161
|
+
"on": "đ",
|
|
1162
|
+
"top": "đ",
|
|
1163
|
+
"soon": "đ",
|
|
1164
|
+
"heavy_check_mark": "âī¸",
|
|
1165
|
+
"ballot_box_with_check": "âī¸",
|
|
1166
|
+
"radio_button": "đ",
|
|
1167
|
+
"white_circle": "âĒī¸",
|
|
1168
|
+
"black_circle": "âĢī¸",
|
|
1169
|
+
"red_circle": "đ´",
|
|
1170
|
+
"large_blue_circle": "đĩ",
|
|
1171
|
+
"small_red_triangle": "đē",
|
|
1172
|
+
"small_red_triangle_down": "đģ",
|
|
1173
|
+
"small_orange_diamond": "đ¸",
|
|
1174
|
+
"small_blue_diamond": "đš",
|
|
1175
|
+
"large_orange_diamond": "đļ",
|
|
1176
|
+
"large_blue_diamond": "đˇ",
|
|
1177
|
+
"white_square_button": "đŗ",
|
|
1178
|
+
"black_square_button": "đ˛",
|
|
1179
|
+
"black_small_square": "âĒī¸",
|
|
1180
|
+
"white_small_square": "âĢī¸",
|
|
1181
|
+
"black_medium_small_square": "âžī¸",
|
|
1182
|
+
"white_medium_small_square": "âŊī¸",
|
|
1183
|
+
"black_medium_square": "âŧī¸",
|
|
1184
|
+
"white_medium_square": "âģī¸",
|
|
1185
|
+
"black_large_square": "âŦī¸",
|
|
1186
|
+
"white_large_square": "âŦī¸",
|
|
1187
|
+
"speaker": "đ",
|
|
1188
|
+
"mute": "đ",
|
|
1189
|
+
"sound": "đ",
|
|
1190
|
+
"loud_sound": "đ",
|
|
1191
|
+
"bell": "đ",
|
|
1192
|
+
"no_bell": "đ",
|
|
1193
|
+
"mega": "đŖ",
|
|
1194
|
+
"loudspeaker": "đĸ",
|
|
1195
|
+
"eye_speech_bubble": "đâđ¨",
|
|
1196
|
+
"speech_balloon": "đŦ",
|
|
1197
|
+
"thought_balloon": "đ",
|
|
1198
|
+
"right_anger_bubble": "đ¯",
|
|
1199
|
+
"spades": "â ī¸",
|
|
1200
|
+
"clubs": "âŖī¸",
|
|
1201
|
+
"hearts": "âĨī¸",
|
|
1202
|
+
"diamonds": "âĻī¸",
|
|
1203
|
+
"black_joker": "đ",
|
|
1204
|
+
"flower_playing_cards": "đ´",
|
|
1205
|
+
"mahjong": "đī¸",
|
|
1206
|
+
"clock1": "đ",
|
|
1207
|
+
"clock2": "đ",
|
|
1208
|
+
"clock3": "đ",
|
|
1209
|
+
"clock4": "đ",
|
|
1210
|
+
"clock5": "đ",
|
|
1211
|
+
"clock6": "đ",
|
|
1212
|
+
"clock7": "đ",
|
|
1213
|
+
"clock8": "đ",
|
|
1214
|
+
"clock9": "đ",
|
|
1215
|
+
"clock10": "đ",
|
|
1216
|
+
"clock11": "đ",
|
|
1217
|
+
"clock12": "đ",
|
|
1218
|
+
"clock130": "đ",
|
|
1219
|
+
"clock230": "đ",
|
|
1220
|
+
"clock330": "đ",
|
|
1221
|
+
"clock430": "đ",
|
|
1222
|
+
"clock530": "đ ",
|
|
1223
|
+
"clock630": "đĄ",
|
|
1224
|
+
"clock730": "đĸ",
|
|
1225
|
+
"clock830": "đŖ",
|
|
1226
|
+
"clock930": "đ¤",
|
|
1227
|
+
"clock1030": "đĨ",
|
|
1228
|
+
"clock1130": "đĻ",
|
|
1229
|
+
"clock1230": "đ§",
|
|
1230
|
+
"white_flag": "đŗī¸",
|
|
1231
|
+
"black_flag": "đ´",
|
|
1232
|
+
"checkered_flag": "đ",
|
|
1233
|
+
"triangular_flag_on_post": "đŠ",
|
|
1234
|
+
"rainbow_flag": "đŗī¸âđ",
|
|
1235
|
+
"afghanistan": "đĻđĢ",
|
|
1236
|
+
"aland_islands": "đĻđŊ",
|
|
1237
|
+
"albania": "đĻđą",
|
|
1238
|
+
"algeria": "đŠđŋ",
|
|
1239
|
+
"american_samoa": "đĻđ¸",
|
|
1240
|
+
"andorra": "đĻđŠ",
|
|
1241
|
+
"angola": "đĻđ´",
|
|
1242
|
+
"anguilla": "đĻđŽ",
|
|
1243
|
+
"antarctica": "đĻđļ",
|
|
1244
|
+
"antigua_barbuda": "đĻđŦ",
|
|
1245
|
+
"argentina": "đĻđˇ",
|
|
1246
|
+
"armenia": "đĻđ˛",
|
|
1247
|
+
"aruba": "đĻđŧ",
|
|
1248
|
+
"australia": "đĻđē",
|
|
1249
|
+
"austria": "đĻđš",
|
|
1250
|
+
"azerbaijan": "đĻđŋ",
|
|
1251
|
+
"bahamas": "đ§đ¸",
|
|
1252
|
+
"bahrain": "đ§đ",
|
|
1253
|
+
"bangladesh": "đ§đŠ",
|
|
1254
|
+
"barbados": "đ§đ§",
|
|
1255
|
+
"belarus": "đ§đž",
|
|
1256
|
+
"belgium": "đ§đĒ",
|
|
1257
|
+
"belize": "đ§đŋ",
|
|
1258
|
+
"benin": "đ§đ¯",
|
|
1259
|
+
"bermuda": "đ§đ˛",
|
|
1260
|
+
"bhutan": "đ§đš",
|
|
1261
|
+
"bolivia": "đ§đ´",
|
|
1262
|
+
"caribbean_netherlands": "đ§đļ",
|
|
1263
|
+
"bosnia_herzegovina": "đ§đĻ",
|
|
1264
|
+
"botswana": "đ§đŧ",
|
|
1265
|
+
"brazil": "đ§đˇ",
|
|
1266
|
+
"british_indian_ocean_territory": "đŽđ´",
|
|
1267
|
+
"british_virgin_islands": "đģđŦ",
|
|
1268
|
+
"brunei": "đ§đŗ",
|
|
1269
|
+
"bulgaria": "đ§đŦ",
|
|
1270
|
+
"burkina_faso": "đ§đĢ",
|
|
1271
|
+
"burundi": "đ§đŽ",
|
|
1272
|
+
"cape_verde": "đ¨đģ",
|
|
1273
|
+
"cambodia": "đ°đ",
|
|
1274
|
+
"cameroon": "đ¨đ˛",
|
|
1275
|
+
"canada": "đ¨đĻ",
|
|
1276
|
+
"canary_islands": "đŽđ¨",
|
|
1277
|
+
"cayman_islands": "đ°đž",
|
|
1278
|
+
"central_african_republic": "đ¨đĢ",
|
|
1279
|
+
"chad": "đšđŠ",
|
|
1280
|
+
"chile": "đ¨đą",
|
|
1281
|
+
"cn": "đ¨đŗ",
|
|
1282
|
+
"christmas_island": "đ¨đŊ",
|
|
1283
|
+
"cocos_islands": "đ¨đ¨",
|
|
1284
|
+
"colombia": "đ¨đ´",
|
|
1285
|
+
"comoros": "đ°đ˛",
|
|
1286
|
+
"congo_brazzaville": "đ¨đŦ",
|
|
1287
|
+
"congo_kinshasa": "đ¨đŠ",
|
|
1288
|
+
"cook_islands": "đ¨đ°",
|
|
1289
|
+
"costa_rica": "đ¨đˇ",
|
|
1290
|
+
"cote_divoire": "đ¨đŽ",
|
|
1291
|
+
"croatia": "đđˇ",
|
|
1292
|
+
"cuba": "đ¨đē",
|
|
1293
|
+
"curacao": "đ¨đŧ",
|
|
1294
|
+
"cyprus": "đ¨đž",
|
|
1295
|
+
"czech_republic": "đ¨đŋ",
|
|
1296
|
+
"denmark": "đŠđ°",
|
|
1297
|
+
"djibouti": "đŠđ¯",
|
|
1298
|
+
"dominica": "đŠđ˛",
|
|
1299
|
+
"dominican_republic": "đŠđ´",
|
|
1300
|
+
"ecuador": "đĒđ¨",
|
|
1301
|
+
"egypt": "đĒđŦ",
|
|
1302
|
+
"el_salvador": "đ¸đģ",
|
|
1303
|
+
"equatorial_guinea": "đŦđļ",
|
|
1304
|
+
"eritrea": "đĒđˇ",
|
|
1305
|
+
"estonia": "đĒđĒ",
|
|
1306
|
+
"ethiopia": "đĒđš",
|
|
1307
|
+
"eu": "đĒđē",
|
|
1308
|
+
"european_union": "đĒđē",
|
|
1309
|
+
"falkland_islands": "đĢđ°",
|
|
1310
|
+
"faroe_islands": "đĢđ´",
|
|
1311
|
+
"fiji": "đĢđ¯",
|
|
1312
|
+
"finland": "đĢđŽ",
|
|
1313
|
+
"fr": "đĢđˇ",
|
|
1314
|
+
"french_guiana": "đŦđĢ",
|
|
1315
|
+
"french_polynesia": "đĩđĢ",
|
|
1316
|
+
"french_southern_territories": "đšđĢ",
|
|
1317
|
+
"gabon": "đŦđĻ",
|
|
1318
|
+
"gambia": "đŦđ˛",
|
|
1319
|
+
"georgia": "đŦđĒ",
|
|
1320
|
+
"de": "đŠđĒ",
|
|
1321
|
+
"ghana": "đŦđ",
|
|
1322
|
+
"gibraltar": "đŦđŽ",
|
|
1323
|
+
"greece": "đŦđˇ",
|
|
1324
|
+
"greenland": "đŦđą",
|
|
1325
|
+
"grenada": "đŦđŠ",
|
|
1326
|
+
"guadeloupe": "đŦđĩ",
|
|
1327
|
+
"guam": "đŦđē",
|
|
1328
|
+
"guatemala": "đŦđš",
|
|
1329
|
+
"guernsey": "đŦđŦ",
|
|
1330
|
+
"guinea": "đŦđŗ",
|
|
1331
|
+
"guinea_bissau": "đŦđŧ",
|
|
1332
|
+
"guyana": "đŦđž",
|
|
1333
|
+
"haiti": "đđš",
|
|
1334
|
+
"honduras": "đđŗ",
|
|
1335
|
+
"hong_kong": "đđ°",
|
|
1336
|
+
"hungary": "đđē",
|
|
1337
|
+
"iceland": "đŽđ¸",
|
|
1338
|
+
"india": "đŽđŗ",
|
|
1339
|
+
"indonesia": "đŽđŠ",
|
|
1340
|
+
"iran": "đŽđˇ",
|
|
1341
|
+
"iraq": "đŽđļ",
|
|
1342
|
+
"ireland": "đŽđĒ",
|
|
1343
|
+
"isle_of_man": "đŽđ˛",
|
|
1344
|
+
"israel": "đŽđą",
|
|
1345
|
+
"it": "đŽđš",
|
|
1346
|
+
"jamaica": "đ¯đ˛",
|
|
1347
|
+
"jp": "đ¯đĩ",
|
|
1348
|
+
"crossed_flags": "đ",
|
|
1349
|
+
"jersey": "đ¯đĒ",
|
|
1350
|
+
"jordan": "đ¯đ´",
|
|
1351
|
+
"kazakhstan": "đ°đŋ",
|
|
1352
|
+
"kenya": "đ°đĒ",
|
|
1353
|
+
"kiribati": "đ°đŽ",
|
|
1354
|
+
"kosovo": "đŊđ°",
|
|
1355
|
+
"kuwait": "đ°đŧ",
|
|
1356
|
+
"kyrgyzstan": "đ°đŦ",
|
|
1357
|
+
"laos": "đąđĻ",
|
|
1358
|
+
"latvia": "đąđģ",
|
|
1359
|
+
"lebanon": "đąđ§",
|
|
1360
|
+
"lesotho": "đąđ¸",
|
|
1361
|
+
"liberia": "đąđˇ",
|
|
1362
|
+
"libya": "đąđž",
|
|
1363
|
+
"liechtenstein": "đąđŽ",
|
|
1364
|
+
"lithuania": "đąđš",
|
|
1365
|
+
"luxembourg": "đąđē",
|
|
1366
|
+
"macau": "đ˛đ´",
|
|
1367
|
+
"macedonia": "đ˛đ°",
|
|
1368
|
+
"madagascar": "đ˛đŦ",
|
|
1369
|
+
"malawi": "đ˛đŧ",
|
|
1370
|
+
"malaysia": "đ˛đž",
|
|
1371
|
+
"maldives": "đ˛đģ",
|
|
1372
|
+
"mali": "đ˛đą",
|
|
1373
|
+
"malta": "đ˛đš",
|
|
1374
|
+
"marshall_islands": "đ˛đ",
|
|
1375
|
+
"martinique": "đ˛đļ",
|
|
1376
|
+
"mauritania": "đ˛đˇ",
|
|
1377
|
+
"mauritius": "đ˛đē",
|
|
1378
|
+
"mayotte": "đžđš",
|
|
1379
|
+
"mexico": "đ˛đŊ",
|
|
1380
|
+
"micronesia": "đĢđ˛",
|
|
1381
|
+
"moldova": "đ˛đŠ",
|
|
1382
|
+
"monaco": "đ˛đ¨",
|
|
1383
|
+
"mongolia": "đ˛đŗ",
|
|
1384
|
+
"montenegro": "đ˛đĒ",
|
|
1385
|
+
"montserrat": "đ˛đ¸",
|
|
1386
|
+
"morocco": "đ˛đĻ",
|
|
1387
|
+
"mozambique": "đ˛đŋ",
|
|
1388
|
+
"myanmar": "đ˛đ˛",
|
|
1389
|
+
"namibia": "đŗđĻ",
|
|
1390
|
+
"nauru": "đŗđˇ",
|
|
1391
|
+
"nepal": "đŗđĩ",
|
|
1392
|
+
"netherlands": "đŗđą",
|
|
1393
|
+
"new_caledonia": "đŗđ¨",
|
|
1394
|
+
"new_zealand": "đŗđŋ",
|
|
1395
|
+
"nicaragua": "đŗđŽ",
|
|
1396
|
+
"niger": "đŗđĒ",
|
|
1397
|
+
"nigeria": "đŗđŦ",
|
|
1398
|
+
"niue": "đŗđē",
|
|
1399
|
+
"norfolk_island": "đŗđĢ",
|
|
1400
|
+
"northern_mariana_islands": "đ˛đĩ",
|
|
1401
|
+
"north_korea": "đ°đĩ",
|
|
1402
|
+
"norway": "đŗđ´",
|
|
1403
|
+
"oman": "đ´đ˛",
|
|
1404
|
+
"pakistan": "đĩđ°",
|
|
1405
|
+
"palau": "đĩđŧ",
|
|
1406
|
+
"palestinian_territories": "đĩđ¸",
|
|
1407
|
+
"panama": "đĩđĻ",
|
|
1408
|
+
"papua_new_guinea": "đĩđŦ",
|
|
1409
|
+
"paraguay": "đĩđž",
|
|
1410
|
+
"peru": "đĩđĒ",
|
|
1411
|
+
"philippines": "đĩđ",
|
|
1412
|
+
"pitcairn_islands": "đĩđŗ",
|
|
1413
|
+
"poland": "đĩđą",
|
|
1414
|
+
"portugal": "đĩđš",
|
|
1415
|
+
"puerto_rico": "đĩđˇ",
|
|
1416
|
+
"qatar": "đļđĻ",
|
|
1417
|
+
"reunion": "đˇđĒ",
|
|
1418
|
+
"romania": "đˇđ´",
|
|
1419
|
+
"ru": "đˇđē",
|
|
1420
|
+
"rwanda": "đˇđŧ",
|
|
1421
|
+
"st_barthelemy": "đ§đą",
|
|
1422
|
+
"st_helena": "đ¸đ",
|
|
1423
|
+
"st_kitts_nevis": "đ°đŗ",
|
|
1424
|
+
"st_lucia": "đąđ¨",
|
|
1425
|
+
"st_pierre_miquelon": "đĩđ˛",
|
|
1426
|
+
"st_vincent_grenadines": "đģđ¨",
|
|
1427
|
+
"samoa": "đŧđ¸",
|
|
1428
|
+
"san_marino": "đ¸đ˛",
|
|
1429
|
+
"sao_tome_principe": "đ¸đš",
|
|
1430
|
+
"saudi_arabia": "đ¸đĻ",
|
|
1431
|
+
"senegal": "đ¸đŗ",
|
|
1432
|
+
"serbia": "đˇđ¸",
|
|
1433
|
+
"seychelles": "đ¸đ¨",
|
|
1434
|
+
"sierra_leone": "đ¸đą",
|
|
1435
|
+
"singapore": "đ¸đŦ",
|
|
1436
|
+
"sint_maarten": "đ¸đŊ",
|
|
1437
|
+
"slovakia": "đ¸đ°",
|
|
1438
|
+
"slovenia": "đ¸đŽ",
|
|
1439
|
+
"solomon_islands": "đ¸đ§",
|
|
1440
|
+
"somalia": "đ¸đ´",
|
|
1441
|
+
"south_africa": "đŋđĻ",
|
|
1442
|
+
"south_georgia_south_sandwich_islands": "đŦđ¸",
|
|
1443
|
+
"kr": "đ°đˇ",
|
|
1444
|
+
"south_sudan": "đ¸đ¸",
|
|
1445
|
+
"es": "đĒđ¸",
|
|
1446
|
+
"sri_lanka": "đąđ°",
|
|
1447
|
+
"sudan": "đ¸đŠ",
|
|
1448
|
+
"suriname": "đ¸đˇ",
|
|
1449
|
+
"swaziland": "đ¸đŋ",
|
|
1450
|
+
"sweden": "đ¸đĒ",
|
|
1451
|
+
"switzerland": "đ¨đ",
|
|
1452
|
+
"syria": "đ¸đž",
|
|
1453
|
+
"taiwan": "đšđŧ",
|
|
1454
|
+
"tajikistan": "đšđ¯",
|
|
1455
|
+
"tanzania": "đšđŋ",
|
|
1456
|
+
"thailand": "đšđ",
|
|
1457
|
+
"timor_leste": "đšđą",
|
|
1458
|
+
"togo": "đšđŦ",
|
|
1459
|
+
"tokelau": "đšđ°",
|
|
1460
|
+
"tonga": "đšđ´",
|
|
1461
|
+
"trinidad_tobago": "đšđš",
|
|
1462
|
+
"tunisia": "đšđŗ",
|
|
1463
|
+
"tr": "đšđˇ",
|
|
1464
|
+
"turkmenistan": "đšđ˛",
|
|
1465
|
+
"turks_caicos_islands": "đšđ¨",
|
|
1466
|
+
"tuvalu": "đšđģ",
|
|
1467
|
+
"uganda": "đēđŦ",
|
|
1468
|
+
"ukraine": "đēđĻ",
|
|
1469
|
+
"united_arab_emirates": "đĻđĒ",
|
|
1470
|
+
"gb": "đŦđ§",
|
|
1471
|
+
"uk": "đŦđ§",
|
|
1472
|
+
"us": "đēđ¸",
|
|
1473
|
+
"us_virgin_islands": "đģđŽ",
|
|
1474
|
+
"uruguay": "đēđž",
|
|
1475
|
+
"uzbekistan": "đēđŋ",
|
|
1476
|
+
"vanuatu": "đģđē",
|
|
1477
|
+
"vatican_city": "đģđĻ",
|
|
1478
|
+
"venezuela": "đģđĒ",
|
|
1479
|
+
"vietnam": "đģđŗ",
|
|
1480
|
+
"wallis_futuna": "đŧđĢ",
|
|
1481
|
+
"western_sahara": "đĒđ",
|
|
1482
|
+
"yemen": "đžđĒ",
|
|
1483
|
+
"zambia": "đŋđ˛",
|
|
1484
|
+
"zimbabwe": "đŋđŧ"
|
|
1485
|
+
};
|
|
1486
|
+
//# sourceMappingURL=emoji.js.map
|