1
2
3
4
5
6
7 package markdown
8
9
10 var emoji = map[string]string{
11 "+1": "\U0001f44d",
12 "-1": "\U0001f44e",
13 "100": "\U0001f4af",
14 "1234": "\U0001f522",
15 "1st_place_medal": "\U0001f947",
16 "2nd_place_medal": "\U0001f948",
17 "3rd_place_medal": "\U0001f949",
18 "8ball": "\U0001f3b1",
19 "a": "\U0001f170\ufe0f",
20 "ab": "\U0001f18e",
21 "abacus": "\U0001f9ee",
22 "abc": "\U0001f524",
23 "abcd": "\U0001f521",
24 "accept": "\U0001f251",
25 "accordion": "\U0001fa97",
26 "adhesive_bandage": "\U0001fa79",
27 "adult": "\U0001f9d1",
28 "aerial_tramway": "\U0001f6a1",
29 "afghanistan": "\U0001f1e6\U0001f1eb",
30 "airplane": "\u2708\ufe0f",
31 "aland_islands": "\U0001f1e6\U0001f1fd",
32 "alarm_clock": "\u23f0",
33 "albania": "\U0001f1e6\U0001f1f1",
34 "alembic": "\u2697\ufe0f",
35 "algeria": "\U0001f1e9\U0001f1ff",
36 "alien": "\U0001f47d",
37 "ambulance": "\U0001f691",
38 "american_samoa": "\U0001f1e6\U0001f1f8",
39 "amphora": "\U0001f3fa",
40 "anatomical_heart": "\U0001fac0",
41 "anchor": "\u2693",
42 "andorra": "\U0001f1e6\U0001f1e9",
43 "angel": "\U0001f47c",
44 "anger": "\U0001f4a2",
45 "angola": "\U0001f1e6\U0001f1f4",
46 "angry": "\U0001f620",
47 "anguilla": "\U0001f1e6\U0001f1ee",
48 "anguished": "\U0001f627",
49 "ant": "\U0001f41c",
50 "antarctica": "\U0001f1e6\U0001f1f6",
51 "antigua_barbuda": "\U0001f1e6\U0001f1ec",
52 "apple": "\U0001f34e",
53 "aquarius": "\u2652",
54 "argentina": "\U0001f1e6\U0001f1f7",
55 "aries": "\u2648",
56 "armenia": "\U0001f1e6\U0001f1f2",
57 "arrow_backward": "\u25c0\ufe0f",
58 "arrow_double_down": "\u23ec",
59 "arrow_double_up": "\u23eb",
60 "arrow_down": "\u2b07\ufe0f",
61 "arrow_down_small": "\U0001f53d",
62 "arrow_forward": "\u25b6\ufe0f",
63 "arrow_heading_down": "\u2935\ufe0f",
64 "arrow_heading_up": "\u2934\ufe0f",
65 "arrow_left": "\u2b05\ufe0f",
66 "arrow_lower_left": "\u2199\ufe0f",
67 "arrow_lower_right": "\u2198\ufe0f",
68 "arrow_right": "\u27a1\ufe0f",
69 "arrow_right_hook": "\u21aa\ufe0f",
70 "arrow_up": "\u2b06\ufe0f",
71 "arrow_up_down": "\u2195\ufe0f",
72 "arrow_up_small": "\U0001f53c",
73 "arrow_upper_left": "\u2196\ufe0f",
74 "arrow_upper_right": "\u2197\ufe0f",
75 "arrows_clockwise": "\U0001f503",
76 "arrows_counterclockwise": "\U0001f504",
77 "art": "\U0001f3a8",
78 "articulated_lorry": "\U0001f69b",
79 "artificial_satellite": "\U0001f6f0\ufe0f",
80 "artist": "\U0001f9d1\u200d\U0001f3a8",
81 "aruba": "\U0001f1e6\U0001f1fc",
82 "ascension_island": "\U0001f1e6\U0001f1e8",
83 "asterisk": "*\ufe0f\u20e3",
84 "astonished": "\U0001f632",
85 "astronaut": "\U0001f9d1\u200d\U0001f680",
86 "athletic_shoe": "\U0001f45f",
87 "atm": "\U0001f3e7",
88 "atom_symbol": "\u269b\ufe0f",
89 "australia": "\U0001f1e6\U0001f1fa",
90 "austria": "\U0001f1e6\U0001f1f9",
91 "auto_rickshaw": "\U0001f6fa",
92 "avocado": "\U0001f951",
93 "axe": "\U0001fa93",
94 "azerbaijan": "\U0001f1e6\U0001f1ff",
95 "b": "\U0001f171\ufe0f",
96 "baby": "\U0001f476",
97 "baby_bottle": "\U0001f37c",
98 "baby_chick": "\U0001f424",
99 "baby_symbol": "\U0001f6bc",
100 "back": "\U0001f519",
101 "bacon": "\U0001f953",
102 "badger": "\U0001f9a1",
103 "badminton": "\U0001f3f8",
104 "bagel": "\U0001f96f",
105 "baggage_claim": "\U0001f6c4",
106 "baguette_bread": "\U0001f956",
107 "bahamas": "\U0001f1e7\U0001f1f8",
108 "bahrain": "\U0001f1e7\U0001f1ed",
109 "balance_scale": "\u2696\ufe0f",
110 "bald_man": "\U0001f468\u200d\U0001f9b2",
111 "bald_woman": "\U0001f469\u200d\U0001f9b2",
112 "ballet_shoes": "\U0001fa70",
113 "balloon": "\U0001f388",
114 "ballot_box": "\U0001f5f3\ufe0f",
115 "ballot_box_with_check": "\u2611\ufe0f",
116 "bamboo": "\U0001f38d",
117 "banana": "\U0001f34c",
118 "bangbang": "\u203c\ufe0f",
119 "bangladesh": "\U0001f1e7\U0001f1e9",
120 "banjo": "\U0001fa95",
121 "bank": "\U0001f3e6",
122 "bar_chart": "\U0001f4ca",
123 "barbados": "\U0001f1e7\U0001f1e7",
124 "barber": "\U0001f488",
125 "baseball": "\u26be",
126 "basket": "\U0001f9fa",
127 "basketball": "\U0001f3c0",
128 "basketball_man": "\u26f9\ufe0f\u200d\u2642\ufe0f",
129 "basketball_woman": "\u26f9\ufe0f\u200d\u2640\ufe0f",
130 "bat": "\U0001f987",
131 "bath": "\U0001f6c0",
132 "bathtub": "\U0001f6c1",
133 "battery": "\U0001f50b",
134 "beach_umbrella": "\U0001f3d6\ufe0f",
135 "bear": "\U0001f43b",
136 "bearded_person": "\U0001f9d4",
137 "beaver": "\U0001f9ab",
138 "bed": "\U0001f6cf\ufe0f",
139 "bee": "\U0001f41d",
140 "beer": "\U0001f37a",
141 "beers": "\U0001f37b",
142 "beetle": "\U0001fab2",
143 "beginner": "\U0001f530",
144 "belarus": "\U0001f1e7\U0001f1fe",
145 "belgium": "\U0001f1e7\U0001f1ea",
146 "belize": "\U0001f1e7\U0001f1ff",
147 "bell": "\U0001f514",
148 "bell_pepper": "\U0001fad1",
149 "bellhop_bell": "\U0001f6ce\ufe0f",
150 "benin": "\U0001f1e7\U0001f1ef",
151 "bento": "\U0001f371",
152 "bermuda": "\U0001f1e7\U0001f1f2",
153 "beverage_box": "\U0001f9c3",
154 "bhutan": "\U0001f1e7\U0001f1f9",
155 "bicyclist": "\U0001f6b4",
156 "bike": "\U0001f6b2",
157 "biking_man": "\U0001f6b4\u200d\u2642\ufe0f",
158 "biking_woman": "\U0001f6b4\u200d\u2640\ufe0f",
159 "bikini": "\U0001f459",
160 "billed_cap": "\U0001f9e2",
161 "biohazard": "\u2623\ufe0f",
162 "bird": "\U0001f426",
163 "birthday": "\U0001f382",
164 "bison": "\U0001f9ac",
165 "black_cat": "\U0001f408\u200d\u2b1b",
166 "black_circle": "\u26ab",
167 "black_flag": "\U0001f3f4",
168 "black_heart": "\U0001f5a4",
169 "black_joker": "\U0001f0cf",
170 "black_large_square": "\u2b1b",
171 "black_medium_small_square": "\u25fe",
172 "black_medium_square": "\u25fc\ufe0f",
173 "black_nib": "\u2712\ufe0f",
174 "black_small_square": "\u25aa\ufe0f",
175 "black_square_button": "\U0001f532",
176 "blond_haired_man": "\U0001f471\u200d\u2642\ufe0f",
177 "blond_haired_person": "\U0001f471",
178 "blond_haired_woman": "\U0001f471\u200d\u2640\ufe0f",
179 "blonde_woman": "\U0001f471\u200d\u2640\ufe0f",
180 "blossom": "\U0001f33c",
181 "blowfish": "\U0001f421",
182 "blue_book": "\U0001f4d8",
183 "blue_car": "\U0001f699",
184 "blue_heart": "\U0001f499",
185 "blue_square": "\U0001f7e6",
186 "blueberries": "\U0001fad0",
187 "blush": "\U0001f60a",
188 "boar": "\U0001f417",
189 "boat": "\u26f5",
190 "bolivia": "\U0001f1e7\U0001f1f4",
191 "bomb": "\U0001f4a3",
192 "bone": "\U0001f9b4",
193 "book": "\U0001f4d6",
194 "bookmark": "\U0001f516",
195 "bookmark_tabs": "\U0001f4d1",
196 "books": "\U0001f4da",
197 "boom": "\U0001f4a5",
198 "boomerang": "\U0001fa83",
199 "boot": "\U0001f462",
200 "bosnia_herzegovina": "\U0001f1e7\U0001f1e6",
201 "botswana": "\U0001f1e7\U0001f1fc",
202 "bouncing_ball_man": "\u26f9\ufe0f\u200d\u2642\ufe0f",
203 "bouncing_ball_person": "\u26f9\ufe0f",
204 "bouncing_ball_woman": "\u26f9\ufe0f\u200d\u2640\ufe0f",
205 "bouquet": "\U0001f490",
206 "bouvet_island": "\U0001f1e7\U0001f1fb",
207 "bow": "\U0001f647",
208 "bow_and_arrow": "\U0001f3f9",
209 "bowing_man": "\U0001f647\u200d\u2642\ufe0f",
210 "bowing_woman": "\U0001f647\u200d\u2640\ufe0f",
211 "bowl_with_spoon": "\U0001f963",
212 "bowling": "\U0001f3b3",
213 "boxing_glove": "\U0001f94a",
214 "boy": "\U0001f466",
215 "brain": "\U0001f9e0",
216 "brazil": "\U0001f1e7\U0001f1f7",
217 "bread": "\U0001f35e",
218 "breast_feeding": "\U0001f931",
219 "bricks": "\U0001f9f1",
220 "bride_with_veil": "\U0001f470\u200d\u2640\ufe0f",
221 "bridge_at_night": "\U0001f309",
222 "briefcase": "\U0001f4bc",
223 "british_indian_ocean_territory": "\U0001f1ee\U0001f1f4",
224 "british_virgin_islands": "\U0001f1fb\U0001f1ec",
225 "broccoli": "\U0001f966",
226 "broken_heart": "\U0001f494",
227 "broom": "\U0001f9f9",
228 "brown_circle": "\U0001f7e4",
229 "brown_heart": "\U0001f90e",
230 "brown_square": "\U0001f7eb",
231 "brunei": "\U0001f1e7\U0001f1f3",
232 "bubble_tea": "\U0001f9cb",
233 "bucket": "\U0001faa3",
234 "bug": "\U0001f41b",
235 "building_construction": "\U0001f3d7\ufe0f",
236 "bulb": "\U0001f4a1",
237 "bulgaria": "\U0001f1e7\U0001f1ec",
238 "bullettrain_front": "\U0001f685",
239 "bullettrain_side": "\U0001f684",
240 "burkina_faso": "\U0001f1e7\U0001f1eb",
241 "burrito": "\U0001f32f",
242 "burundi": "\U0001f1e7\U0001f1ee",
243 "bus": "\U0001f68c",
244 "business_suit_levitating": "\U0001f574\ufe0f",
245 "busstop": "\U0001f68f",
246 "bust_in_silhouette": "\U0001f464",
247 "busts_in_silhouette": "\U0001f465",
248 "butter": "\U0001f9c8",
249 "butterfly": "\U0001f98b",
250 "cactus": "\U0001f335",
251 "cake": "\U0001f370",
252 "calendar": "\U0001f4c6",
253 "call_me_hand": "\U0001f919",
254 "calling": "\U0001f4f2",
255 "cambodia": "\U0001f1f0\U0001f1ed",
256 "camel": "\U0001f42b",
257 "camera": "\U0001f4f7",
258 "camera_flash": "\U0001f4f8",
259 "cameroon": "\U0001f1e8\U0001f1f2",
260 "camping": "\U0001f3d5\ufe0f",
261 "canada": "\U0001f1e8\U0001f1e6",
262 "canary_islands": "\U0001f1ee\U0001f1e8",
263 "cancer": "\u264b",
264 "candle": "\U0001f56f\ufe0f",
265 "candy": "\U0001f36c",
266 "canned_food": "\U0001f96b",
267 "canoe": "\U0001f6f6",
268 "cape_verde": "\U0001f1e8\U0001f1fb",
269 "capital_abcd": "\U0001f520",
270 "capricorn": "\u2651",
271 "car": "\U0001f697",
272 "card_file_box": "\U0001f5c3\ufe0f",
273 "card_index": "\U0001f4c7",
274 "card_index_dividers": "\U0001f5c2\ufe0f",
275 "caribbean_netherlands": "\U0001f1e7\U0001f1f6",
276 "carousel_horse": "\U0001f3a0",
277 "carpentry_saw": "\U0001fa9a",
278 "carrot": "\U0001f955",
279 "cartwheeling": "\U0001f938",
280 "cat": "\U0001f431",
281 "cat2": "\U0001f408",
282 "cayman_islands": "\U0001f1f0\U0001f1fe",
283 "cd": "\U0001f4bf",
284 "central_african_republic": "\U0001f1e8\U0001f1eb",
285 "ceuta_melilla": "\U0001f1ea\U0001f1e6",
286 "chad": "\U0001f1f9\U0001f1e9",
287 "chains": "\u26d3\ufe0f",
288 "chair": "\U0001fa91",
289 "champagne": "\U0001f37e",
290 "chart": "\U0001f4b9",
291 "chart_with_downwards_trend": "\U0001f4c9",
292 "chart_with_upwards_trend": "\U0001f4c8",
293 "checkered_flag": "\U0001f3c1",
294 "cheese": "\U0001f9c0",
295 "cherries": "\U0001f352",
296 "cherry_blossom": "\U0001f338",
297 "chess_pawn": "\u265f\ufe0f",
298 "chestnut": "\U0001f330",
299 "chicken": "\U0001f414",
300 "child": "\U0001f9d2",
301 "children_crossing": "\U0001f6b8",
302 "chile": "\U0001f1e8\U0001f1f1",
303 "chipmunk": "\U0001f43f\ufe0f",
304 "chocolate_bar": "\U0001f36b",
305 "chopsticks": "\U0001f962",
306 "christmas_island": "\U0001f1e8\U0001f1fd",
307 "christmas_tree": "\U0001f384",
308 "church": "\u26ea",
309 "cinema": "\U0001f3a6",
310 "circus_tent": "\U0001f3aa",
311 "city_sunrise": "\U0001f307",
312 "city_sunset": "\U0001f306",
313 "cityscape": "\U0001f3d9\ufe0f",
314 "cl": "\U0001f191",
315 "clamp": "\U0001f5dc\ufe0f",
316 "clap": "\U0001f44f",
317 "clapper": "\U0001f3ac",
318 "classical_building": "\U0001f3db\ufe0f",
319 "climbing": "\U0001f9d7",
320 "climbing_man": "\U0001f9d7\u200d\u2642\ufe0f",
321 "climbing_woman": "\U0001f9d7\u200d\u2640\ufe0f",
322 "clinking_glasses": "\U0001f942",
323 "clipboard": "\U0001f4cb",
324 "clipperton_island": "\U0001f1e8\U0001f1f5",
325 "clock1": "\U0001f550",
326 "clock10": "\U0001f559",
327 "clock1030": "\U0001f565",
328 "clock11": "\U0001f55a",
329 "clock1130": "\U0001f566",
330 "clock12": "\U0001f55b",
331 "clock1230": "\U0001f567",
332 "clock130": "\U0001f55c",
333 "clock2": "\U0001f551",
334 "clock230": "\U0001f55d",
335 "clock3": "\U0001f552",
336 "clock330": "\U0001f55e",
337 "clock4": "\U0001f553",
338 "clock430": "\U0001f55f",
339 "clock5": "\U0001f554",
340 "clock530": "\U0001f560",
341 "clock6": "\U0001f555",
342 "clock630": "\U0001f561",
343 "clock7": "\U0001f556",
344 "clock730": "\U0001f562",
345 "clock8": "\U0001f557",
346 "clock830": "\U0001f563",
347 "clock9": "\U0001f558",
348 "clock930": "\U0001f564",
349 "closed_book": "\U0001f4d5",
350 "closed_lock_with_key": "\U0001f510",
351 "closed_umbrella": "\U0001f302",
352 "cloud": "\u2601\ufe0f",
353 "cloud_with_lightning": "\U0001f329\ufe0f",
354 "cloud_with_lightning_and_rain": "\u26c8\ufe0f",
355 "cloud_with_rain": "\U0001f327\ufe0f",
356 "cloud_with_snow": "\U0001f328\ufe0f",
357 "clown_face": "\U0001f921",
358 "clubs": "\u2663\ufe0f",
359 "cn": "\U0001f1e8\U0001f1f3",
360 "coat": "\U0001f9e5",
361 "cockroach": "\U0001fab3",
362 "cocktail": "\U0001f378",
363 "coconut": "\U0001f965",
364 "cocos_islands": "\U0001f1e8\U0001f1e8",
365 "coffee": "\u2615",
366 "coffin": "\u26b0\ufe0f",
367 "coin": "\U0001fa99",
368 "cold_face": "\U0001f976",
369 "cold_sweat": "\U0001f630",
370 "collision": "\U0001f4a5",
371 "colombia": "\U0001f1e8\U0001f1f4",
372 "comet": "\u2604\ufe0f",
373 "comoros": "\U0001f1f0\U0001f1f2",
374 "compass": "\U0001f9ed",
375 "computer": "\U0001f4bb",
376 "computer_mouse": "\U0001f5b1\ufe0f",
377 "confetti_ball": "\U0001f38a",
378 "confounded": "\U0001f616",
379 "confused": "\U0001f615",
380 "congo_brazzaville": "\U0001f1e8\U0001f1ec",
381 "congo_kinshasa": "\U0001f1e8\U0001f1e9",
382 "congratulations": "\u3297\ufe0f",
383 "construction": "\U0001f6a7",
384 "construction_worker": "\U0001f477",
385 "construction_worker_man": "\U0001f477\u200d\u2642\ufe0f",
386 "construction_worker_woman": "\U0001f477\u200d\u2640\ufe0f",
387 "control_knobs": "\U0001f39b\ufe0f",
388 "convenience_store": "\U0001f3ea",
389 "cook": "\U0001f9d1\u200d\U0001f373",
390 "cook_islands": "\U0001f1e8\U0001f1f0",
391 "cookie": "\U0001f36a",
392 "cool": "\U0001f192",
393 "cop": "\U0001f46e",
394 "copyright": "\u00a9\ufe0f",
395 "corn": "\U0001f33d",
396 "costa_rica": "\U0001f1e8\U0001f1f7",
397 "cote_divoire": "\U0001f1e8\U0001f1ee",
398 "couch_and_lamp": "\U0001f6cb\ufe0f",
399 "couple": "\U0001f46b",
400 "couple_with_heart": "\U0001f491",
401 "couple_with_heart_man_man": "\U0001f468\u200d\u2764\ufe0f\u200d\U0001f468",
402 "couple_with_heart_woman_man": "\U0001f469\u200d\u2764\ufe0f\u200d\U0001f468",
403 "couple_with_heart_woman_woman": "\U0001f469\u200d\u2764\ufe0f\u200d\U0001f469",
404 "couplekiss": "\U0001f48f",
405 "couplekiss_man_man": "\U0001f468\u200d\u2764\ufe0f\u200d\U0001f48b\u200d\U0001f468",
406 "couplekiss_man_woman": "\U0001f469\u200d\u2764\ufe0f\u200d\U0001f48b\u200d\U0001f468",
407 "couplekiss_woman_woman": "\U0001f469\u200d\u2764\ufe0f\u200d\U0001f48b\u200d\U0001f469",
408 "cow": "\U0001f42e",
409 "cow2": "\U0001f404",
410 "cowboy_hat_face": "\U0001f920",
411 "crab": "\U0001f980",
412 "crayon": "\U0001f58d\ufe0f",
413 "credit_card": "\U0001f4b3",
414 "crescent_moon": "\U0001f319",
415 "cricket": "\U0001f997",
416 "cricket_game": "\U0001f3cf",
417 "croatia": "\U0001f1ed\U0001f1f7",
418 "crocodile": "\U0001f40a",
419 "croissant": "\U0001f950",
420 "crossed_fingers": "\U0001f91e",
421 "crossed_flags": "\U0001f38c",
422 "crossed_swords": "\u2694\ufe0f",
423 "crown": "\U0001f451",
424 "cry": "\U0001f622",
425 "crying_cat_face": "\U0001f63f",
426 "crystal_ball": "\U0001f52e",
427 "cuba": "\U0001f1e8\U0001f1fa",
428 "cucumber": "\U0001f952",
429 "cup_with_straw": "\U0001f964",
430 "cupcake": "\U0001f9c1",
431 "cupid": "\U0001f498",
432 "curacao": "\U0001f1e8\U0001f1fc",
433 "curling_stone": "\U0001f94c",
434 "curly_haired_man": "\U0001f468\u200d\U0001f9b1",
435 "curly_haired_woman": "\U0001f469\u200d\U0001f9b1",
436 "curly_loop": "\u27b0",
437 "currency_exchange": "\U0001f4b1",
438 "curry": "\U0001f35b",
439 "cursing_face": "\U0001f92c",
440 "custard": "\U0001f36e",
441 "customs": "\U0001f6c3",
442 "cut_of_meat": "\U0001f969",
443 "cyclone": "\U0001f300",
444 "cyprus": "\U0001f1e8\U0001f1fe",
445 "czech_republic": "\U0001f1e8\U0001f1ff",
446 "dagger": "\U0001f5e1\ufe0f",
447 "dancer": "\U0001f483",
448 "dancers": "\U0001f46f",
449 "dancing_men": "\U0001f46f\u200d\u2642\ufe0f",
450 "dancing_women": "\U0001f46f\u200d\u2640\ufe0f",
451 "dango": "\U0001f361",
452 "dark_sunglasses": "\U0001f576\ufe0f",
453 "dart": "\U0001f3af",
454 "dash": "\U0001f4a8",
455 "date": "\U0001f4c5",
456 "de": "\U0001f1e9\U0001f1ea",
457 "deaf_man": "\U0001f9cf\u200d\u2642\ufe0f",
458 "deaf_person": "\U0001f9cf",
459 "deaf_woman": "\U0001f9cf\u200d\u2640\ufe0f",
460 "deciduous_tree": "\U0001f333",
461 "deer": "\U0001f98c",
462 "denmark": "\U0001f1e9\U0001f1f0",
463 "department_store": "\U0001f3ec",
464 "derelict_house": "\U0001f3da\ufe0f",
465 "desert": "\U0001f3dc\ufe0f",
466 "desert_island": "\U0001f3dd\ufe0f",
467 "desktop_computer": "\U0001f5a5\ufe0f",
468 "detective": "\U0001f575\ufe0f",
469 "diamond_shape_with_a_dot_inside": "\U0001f4a0",
470 "diamonds": "\u2666\ufe0f",
471 "diego_garcia": "\U0001f1e9\U0001f1ec",
472 "disappointed": "\U0001f61e",
473 "disappointed_relieved": "\U0001f625",
474 "disguised_face": "\U0001f978",
475 "diving_mask": "\U0001f93f",
476 "diya_lamp": "\U0001fa94",
477 "dizzy": "\U0001f4ab",
478 "dizzy_face": "\U0001f635",
479 "djibouti": "\U0001f1e9\U0001f1ef",
480 "dna": "\U0001f9ec",
481 "do_not_litter": "\U0001f6af",
482 "dodo": "\U0001f9a4",
483 "dog": "\U0001f436",
484 "dog2": "\U0001f415",
485 "dollar": "\U0001f4b5",
486 "dolls": "\U0001f38e",
487 "dolphin": "\U0001f42c",
488 "dominica": "\U0001f1e9\U0001f1f2",
489 "dominican_republic": "\U0001f1e9\U0001f1f4",
490 "door": "\U0001f6aa",
491 "doughnut": "\U0001f369",
492 "dove": "\U0001f54a\ufe0f",
493 "dragon": "\U0001f409",
494 "dragon_face": "\U0001f432",
495 "dress": "\U0001f457",
496 "dromedary_camel": "\U0001f42a",
497 "drooling_face": "\U0001f924",
498 "drop_of_blood": "\U0001fa78",
499 "droplet": "\U0001f4a7",
500 "drum": "\U0001f941",
501 "duck": "\U0001f986",
502 "dumpling": "\U0001f95f",
503 "dvd": "\U0001f4c0",
504 "e-mail": "\U0001f4e7",
505 "eagle": "\U0001f985",
506 "ear": "\U0001f442",
507 "ear_of_rice": "\U0001f33e",
508 "ear_with_hearing_aid": "\U0001f9bb",
509 "earth_africa": "\U0001f30d",
510 "earth_americas": "\U0001f30e",
511 "earth_asia": "\U0001f30f",
512 "ecuador": "\U0001f1ea\U0001f1e8",
513 "egg": "\U0001f95a",
514 "eggplant": "\U0001f346",
515 "egypt": "\U0001f1ea\U0001f1ec",
516 "eight": "8\ufe0f\u20e3",
517 "eight_pointed_black_star": "\u2734\ufe0f",
518 "eight_spoked_asterisk": "\u2733\ufe0f",
519 "eject_button": "\u23cf\ufe0f",
520 "el_salvador": "\U0001f1f8\U0001f1fb",
521 "electric_plug": "\U0001f50c",
522 "elephant": "\U0001f418",
523 "elevator": "\U0001f6d7",
524 "elf": "\U0001f9dd",
525 "elf_man": "\U0001f9dd\u200d\u2642\ufe0f",
526 "elf_woman": "\U0001f9dd\u200d\u2640\ufe0f",
527 "email": "\U0001f4e7",
528 "end": "\U0001f51a",
529 "england": "\U0001f3f4\U000e0067\U000e0062\U000e0065\U000e006e\U000e0067\U000e007f",
530 "envelope": "\u2709\ufe0f",
531 "envelope_with_arrow": "\U0001f4e9",
532 "equatorial_guinea": "\U0001f1ec\U0001f1f6",
533 "eritrea": "\U0001f1ea\U0001f1f7",
534 "es": "\U0001f1ea\U0001f1f8",
535 "estonia": "\U0001f1ea\U0001f1ea",
536 "ethiopia": "\U0001f1ea\U0001f1f9",
537 "eu": "\U0001f1ea\U0001f1fa",
538 "euro": "\U0001f4b6",
539 "european_castle": "\U0001f3f0",
540 "european_post_office": "\U0001f3e4",
541 "european_union": "\U0001f1ea\U0001f1fa",
542 "evergreen_tree": "\U0001f332",
543 "exclamation": "\u2757",
544 "exploding_head": "\U0001f92f",
545 "expressionless": "\U0001f611",
546 "eye": "\U0001f441\ufe0f",
547 "eye_speech_bubble": "\U0001f441\ufe0f\u200d\U0001f5e8\ufe0f",
548 "eyeglasses": "\U0001f453",
549 "eyes": "\U0001f440",
550 "face_exhaling": "\U0001f62e\u200d\U0001f4a8",
551 "face_in_clouds": "\U0001f636\u200d\U0001f32b\ufe0f",
552 "face_with_head_bandage": "\U0001f915",
553 "face_with_spiral_eyes": "\U0001f635\u200d\U0001f4ab",
554 "face_with_thermometer": "\U0001f912",
555 "facepalm": "\U0001f926",
556 "facepunch": "\U0001f44a",
557 "factory": "\U0001f3ed",
558 "factory_worker": "\U0001f9d1\u200d\U0001f3ed",
559 "fairy": "\U0001f9da",
560 "fairy_man": "\U0001f9da\u200d\u2642\ufe0f",
561 "fairy_woman": "\U0001f9da\u200d\u2640\ufe0f",
562 "falafel": "\U0001f9c6",
563 "falkland_islands": "\U0001f1eb\U0001f1f0",
564 "fallen_leaf": "\U0001f342",
565 "family": "\U0001f46a",
566 "family_man_boy": "\U0001f468\u200d\U0001f466",
567 "family_man_boy_boy": "\U0001f468\u200d\U0001f466\u200d\U0001f466",
568 "family_man_girl": "\U0001f468\u200d\U0001f467",
569 "family_man_girl_boy": "\U0001f468\u200d\U0001f467\u200d\U0001f466",
570 "family_man_girl_girl": "\U0001f468\u200d\U0001f467\u200d\U0001f467",
571 "family_man_man_boy": "\U0001f468\u200d\U0001f468\u200d\U0001f466",
572 "family_man_man_boy_boy": "\U0001f468\u200d\U0001f468\u200d\U0001f466\u200d\U0001f466",
573 "family_man_man_girl": "\U0001f468\u200d\U0001f468\u200d\U0001f467",
574 "family_man_man_girl_boy": "\U0001f468\u200d\U0001f468\u200d\U0001f467\u200d\U0001f466",
575 "family_man_man_girl_girl": "\U0001f468\u200d\U0001f468\u200d\U0001f467\u200d\U0001f467",
576 "family_man_woman_boy": "\U0001f468\u200d\U0001f469\u200d\U0001f466",
577 "family_man_woman_boy_boy": "\U0001f468\u200d\U0001f469\u200d\U0001f466\u200d\U0001f466",
578 "family_man_woman_girl": "\U0001f468\u200d\U0001f469\u200d\U0001f467",
579 "family_man_woman_girl_boy": "\U0001f468\u200d\U0001f469\u200d\U0001f467\u200d\U0001f466",
580 "family_man_woman_girl_girl": "\U0001f468\u200d\U0001f469\u200d\U0001f467\u200d\U0001f467",
581 "family_woman_boy": "\U0001f469\u200d\U0001f466",
582 "family_woman_boy_boy": "\U0001f469\u200d\U0001f466\u200d\U0001f466",
583 "family_woman_girl": "\U0001f469\u200d\U0001f467",
584 "family_woman_girl_boy": "\U0001f469\u200d\U0001f467\u200d\U0001f466",
585 "family_woman_girl_girl": "\U0001f469\u200d\U0001f467\u200d\U0001f467",
586 "family_woman_woman_boy": "\U0001f469\u200d\U0001f469\u200d\U0001f466",
587 "family_woman_woman_boy_boy": "\U0001f469\u200d\U0001f469\u200d\U0001f466\u200d\U0001f466",
588 "family_woman_woman_girl": "\U0001f469\u200d\U0001f469\u200d\U0001f467",
589 "family_woman_woman_girl_boy": "\U0001f469\u200d\U0001f469\u200d\U0001f467\u200d\U0001f466",
590 "family_woman_woman_girl_girl": "\U0001f469\u200d\U0001f469\u200d\U0001f467\u200d\U0001f467",
591 "farmer": "\U0001f9d1\u200d\U0001f33e",
592 "faroe_islands": "\U0001f1eb\U0001f1f4",
593 "fast_forward": "\u23e9",
594 "fax": "\U0001f4e0",
595 "fearful": "\U0001f628",
596 "feather": "\U0001fab6",
597 "feet": "\U0001f43e",
598 "female_detective": "\U0001f575\ufe0f\u200d\u2640\ufe0f",
599 "female_sign": "\u2640\ufe0f",
600 "ferris_wheel": "\U0001f3a1",
601 "ferry": "\u26f4\ufe0f",
602 "field_hockey": "\U0001f3d1",
603 "fiji": "\U0001f1eb\U0001f1ef",
604 "file_cabinet": "\U0001f5c4\ufe0f",
605 "file_folder": "\U0001f4c1",
606 "film_projector": "\U0001f4fd\ufe0f",
607 "film_strip": "\U0001f39e\ufe0f",
608 "finland": "\U0001f1eb\U0001f1ee",
609 "fire": "\U0001f525",
610 "fire_engine": "\U0001f692",
611 "fire_extinguisher": "\U0001f9ef",
612 "firecracker": "\U0001f9e8",
613 "firefighter": "\U0001f9d1\u200d\U0001f692",
614 "fireworks": "\U0001f386",
615 "first_quarter_moon": "\U0001f313",
616 "first_quarter_moon_with_face": "\U0001f31b",
617 "fish": "\U0001f41f",
618 "fish_cake": "\U0001f365",
619 "fishing_pole_and_fish": "\U0001f3a3",
620 "fist": "\u270a",
621 "fist_left": "\U0001f91b",
622 "fist_oncoming": "\U0001f44a",
623 "fist_raised": "\u270a",
624 "fist_right": "\U0001f91c",
625 "five": "5\ufe0f\u20e3",
626 "flags": "\U0001f38f",
627 "flamingo": "\U0001f9a9",
628 "flashlight": "\U0001f526",
629 "flat_shoe": "\U0001f97f",
630 "flatbread": "\U0001fad3",
631 "fleur_de_lis": "\u269c\ufe0f",
632 "flight_arrival": "\U0001f6ec",
633 "flight_departure": "\U0001f6eb",
634 "flipper": "\U0001f42c",
635 "floppy_disk": "\U0001f4be",
636 "flower_playing_cards": "\U0001f3b4",
637 "flushed": "\U0001f633",
638 "fly": "\U0001fab0",
639 "flying_disc": "\U0001f94f",
640 "flying_saucer": "\U0001f6f8",
641 "fog": "\U0001f32b\ufe0f",
642 "foggy": "\U0001f301",
643 "fondue": "\U0001fad5",
644 "foot": "\U0001f9b6",
645 "football": "\U0001f3c8",
646 "footprints": "\U0001f463",
647 "fork_and_knife": "\U0001f374",
648 "fortune_cookie": "\U0001f960",
649 "fountain": "\u26f2",
650 "fountain_pen": "\U0001f58b\ufe0f",
651 "four": "4\ufe0f\u20e3",
652 "four_leaf_clover": "\U0001f340",
653 "fox_face": "\U0001f98a",
654 "fr": "\U0001f1eb\U0001f1f7",
655 "framed_picture": "\U0001f5bc\ufe0f",
656 "free": "\U0001f193",
657 "french_guiana": "\U0001f1ec\U0001f1eb",
658 "french_polynesia": "\U0001f1f5\U0001f1eb",
659 "french_southern_territories": "\U0001f1f9\U0001f1eb",
660 "fried_egg": "\U0001f373",
661 "fried_shrimp": "\U0001f364",
662 "fries": "\U0001f35f",
663 "frog": "\U0001f438",
664 "frowning": "\U0001f626",
665 "frowning_face": "\u2639\ufe0f",
666 "frowning_man": "\U0001f64d\u200d\u2642\ufe0f",
667 "frowning_person": "\U0001f64d",
668 "frowning_woman": "\U0001f64d\u200d\u2640\ufe0f",
669 "fu": "\U0001f595",
670 "fuelpump": "\u26fd",
671 "full_moon": "\U0001f315",
672 "full_moon_with_face": "\U0001f31d",
673 "funeral_urn": "\u26b1\ufe0f",
674 "gabon": "\U0001f1ec\U0001f1e6",
675 "gambia": "\U0001f1ec\U0001f1f2",
676 "game_die": "\U0001f3b2",
677 "garlic": "\U0001f9c4",
678 "gb": "\U0001f1ec\U0001f1e7",
679 "gear": "\u2699\ufe0f",
680 "gem": "\U0001f48e",
681 "gemini": "\u264a",
682 "genie": "\U0001f9de",
683 "genie_man": "\U0001f9de\u200d\u2642\ufe0f",
684 "genie_woman": "\U0001f9de\u200d\u2640\ufe0f",
685 "georgia": "\U0001f1ec\U0001f1ea",
686 "ghana": "\U0001f1ec\U0001f1ed",
687 "ghost": "\U0001f47b",
688 "gibraltar": "\U0001f1ec\U0001f1ee",
689 "gift": "\U0001f381",
690 "gift_heart": "\U0001f49d",
691 "giraffe": "\U0001f992",
692 "girl": "\U0001f467",
693 "globe_with_meridians": "\U0001f310",
694 "gloves": "\U0001f9e4",
695 "goal_net": "\U0001f945",
696 "goat": "\U0001f410",
697 "goggles": "\U0001f97d",
698 "golf": "\u26f3",
699 "golfing": "\U0001f3cc\ufe0f",
700 "golfing_man": "\U0001f3cc\ufe0f\u200d\u2642\ufe0f",
701 "golfing_woman": "\U0001f3cc\ufe0f\u200d\u2640\ufe0f",
702 "gorilla": "\U0001f98d",
703 "grapes": "\U0001f347",
704 "greece": "\U0001f1ec\U0001f1f7",
705 "green_apple": "\U0001f34f",
706 "green_book": "\U0001f4d7",
707 "green_circle": "\U0001f7e2",
708 "green_heart": "\U0001f49a",
709 "green_salad": "\U0001f957",
710 "green_square": "\U0001f7e9",
711 "greenland": "\U0001f1ec\U0001f1f1",
712 "grenada": "\U0001f1ec\U0001f1e9",
713 "grey_exclamation": "\u2755",
714 "grey_question": "\u2754",
715 "grimacing": "\U0001f62c",
716 "grin": "\U0001f601",
717 "grinning": "\U0001f600",
718 "guadeloupe": "\U0001f1ec\U0001f1f5",
719 "guam": "\U0001f1ec\U0001f1fa",
720 "guard": "\U0001f482",
721 "guardsman": "\U0001f482\u200d\u2642\ufe0f",
722 "guardswoman": "\U0001f482\u200d\u2640\ufe0f",
723 "guatemala": "\U0001f1ec\U0001f1f9",
724 "guernsey": "\U0001f1ec\U0001f1ec",
725 "guide_dog": "\U0001f9ae",
726 "guinea": "\U0001f1ec\U0001f1f3",
727 "guinea_bissau": "\U0001f1ec\U0001f1fc",
728 "guitar": "\U0001f3b8",
729 "gun": "\U0001f52b",
730 "guyana": "\U0001f1ec\U0001f1fe",
731 "haircut": "\U0001f487",
732 "haircut_man": "\U0001f487\u200d\u2642\ufe0f",
733 "haircut_woman": "\U0001f487\u200d\u2640\ufe0f",
734 "haiti": "\U0001f1ed\U0001f1f9",
735 "hamburger": "\U0001f354",
736 "hammer": "\U0001f528",
737 "hammer_and_pick": "\u2692\ufe0f",
738 "hammer_and_wrench": "\U0001f6e0\ufe0f",
739 "hamster": "\U0001f439",
740 "hand": "\u270b",
741 "hand_over_mouth": "\U0001f92d",
742 "handbag": "\U0001f45c",
743 "handball_person": "\U0001f93e",
744 "handshake": "\U0001f91d",
745 "hankey": "\U0001f4a9",
746 "hash": "#\ufe0f\u20e3",
747 "hatched_chick": "\U0001f425",
748 "hatching_chick": "\U0001f423",
749 "headphones": "\U0001f3a7",
750 "headstone": "\U0001faa6",
751 "health_worker": "\U0001f9d1\u200d\u2695\ufe0f",
752 "hear_no_evil": "\U0001f649",
753 "heard_mcdonald_islands": "\U0001f1ed\U0001f1f2",
754 "heart": "\u2764\ufe0f",
755 "heart_decoration": "\U0001f49f",
756 "heart_eyes": "\U0001f60d",
757 "heart_eyes_cat": "\U0001f63b",
758 "heart_on_fire": "\u2764\ufe0f\u200d\U0001f525",
759 "heartbeat": "\U0001f493",
760 "heartpulse": "\U0001f497",
761 "hearts": "\u2665\ufe0f",
762 "heavy_check_mark": "\u2714\ufe0f",
763 "heavy_division_sign": "\u2797",
764 "heavy_dollar_sign": "\U0001f4b2",
765 "heavy_exclamation_mark": "\u2757",
766 "heavy_heart_exclamation": "\u2763\ufe0f",
767 "heavy_minus_sign": "\u2796",
768 "heavy_multiplication_x": "\u2716\ufe0f",
769 "heavy_plus_sign": "\u2795",
770 "hedgehog": "\U0001f994",
771 "helicopter": "\U0001f681",
772 "herb": "\U0001f33f",
773 "hibiscus": "\U0001f33a",
774 "high_brightness": "\U0001f506",
775 "high_heel": "\U0001f460",
776 "hiking_boot": "\U0001f97e",
777 "hindu_temple": "\U0001f6d5",
778 "hippopotamus": "\U0001f99b",
779 "hocho": "\U0001f52a",
780 "hole": "\U0001f573\ufe0f",
781 "honduras": "\U0001f1ed\U0001f1f3",
782 "honey_pot": "\U0001f36f",
783 "honeybee": "\U0001f41d",
784 "hong_kong": "\U0001f1ed\U0001f1f0",
785 "hook": "\U0001fa9d",
786 "horse": "\U0001f434",
787 "horse_racing": "\U0001f3c7",
788 "hospital": "\U0001f3e5",
789 "hot_face": "\U0001f975",
790 "hot_pepper": "\U0001f336\ufe0f",
791 "hotdog": "\U0001f32d",
792 "hotel": "\U0001f3e8",
793 "hotsprings": "\u2668\ufe0f",
794 "hourglass": "\u231b",
795 "hourglass_flowing_sand": "\u23f3",
796 "house": "\U0001f3e0",
797 "house_with_garden": "\U0001f3e1",
798 "houses": "\U0001f3d8\ufe0f",
799 "hugs": "\U0001f917",
800 "hungary": "\U0001f1ed\U0001f1fa",
801 "hushed": "\U0001f62f",
802 "hut": "\U0001f6d6",
803 "ice_cream": "\U0001f368",
804 "ice_cube": "\U0001f9ca",
805 "ice_hockey": "\U0001f3d2",
806 "ice_skate": "\u26f8\ufe0f",
807 "icecream": "\U0001f366",
808 "iceland": "\U0001f1ee\U0001f1f8",
809 "id": "\U0001f194",
810 "ideograph_advantage": "\U0001f250",
811 "imp": "\U0001f47f",
812 "inbox_tray": "\U0001f4e5",
813 "incoming_envelope": "\U0001f4e8",
814 "india": "\U0001f1ee\U0001f1f3",
815 "indonesia": "\U0001f1ee\U0001f1e9",
816 "infinity": "\u267e\ufe0f",
817 "information_desk_person": "\U0001f481",
818 "information_source": "\u2139\ufe0f",
819 "innocent": "\U0001f607",
820 "interrobang": "\u2049\ufe0f",
821 "iphone": "\U0001f4f1",
822 "iran": "\U0001f1ee\U0001f1f7",
823 "iraq": "\U0001f1ee\U0001f1f6",
824 "ireland": "\U0001f1ee\U0001f1ea",
825 "isle_of_man": "\U0001f1ee\U0001f1f2",
826 "israel": "\U0001f1ee\U0001f1f1",
827 "it": "\U0001f1ee\U0001f1f9",
828 "izakaya_lantern": "\U0001f3ee",
829 "jack_o_lantern": "\U0001f383",
830 "jamaica": "\U0001f1ef\U0001f1f2",
831 "japan": "\U0001f5fe",
832 "japanese_castle": "\U0001f3ef",
833 "japanese_goblin": "\U0001f47a",
834 "japanese_ogre": "\U0001f479",
835 "jeans": "\U0001f456",
836 "jersey": "\U0001f1ef\U0001f1ea",
837 "jigsaw": "\U0001f9e9",
838 "jordan": "\U0001f1ef\U0001f1f4",
839 "joy": "\U0001f602",
840 "joy_cat": "\U0001f639",
841 "joystick": "\U0001f579\ufe0f",
842 "jp": "\U0001f1ef\U0001f1f5",
843 "judge": "\U0001f9d1\u200d\u2696\ufe0f",
844 "juggling_person": "\U0001f939",
845 "kaaba": "\U0001f54b",
846 "kangaroo": "\U0001f998",
847 "kazakhstan": "\U0001f1f0\U0001f1ff",
848 "kenya": "\U0001f1f0\U0001f1ea",
849 "key": "\U0001f511",
850 "keyboard": "\u2328\ufe0f",
851 "keycap_ten": "\U0001f51f",
852 "kick_scooter": "\U0001f6f4",
853 "kimono": "\U0001f458",
854 "kiribati": "\U0001f1f0\U0001f1ee",
855 "kiss": "\U0001f48b",
856 "kissing": "\U0001f617",
857 "kissing_cat": "\U0001f63d",
858 "kissing_closed_eyes": "\U0001f61a",
859 "kissing_heart": "\U0001f618",
860 "kissing_smiling_eyes": "\U0001f619",
861 "kite": "\U0001fa81",
862 "kiwi_fruit": "\U0001f95d",
863 "kneeling_man": "\U0001f9ce\u200d\u2642\ufe0f",
864 "kneeling_person": "\U0001f9ce",
865 "kneeling_woman": "\U0001f9ce\u200d\u2640\ufe0f",
866 "knife": "\U0001f52a",
867 "knot": "\U0001faa2",
868 "koala": "\U0001f428",
869 "koko": "\U0001f201",
870 "kosovo": "\U0001f1fd\U0001f1f0",
871 "kr": "\U0001f1f0\U0001f1f7",
872 "kuwait": "\U0001f1f0\U0001f1fc",
873 "kyrgyzstan": "\U0001f1f0\U0001f1ec",
874 "lab_coat": "\U0001f97c",
875 "label": "\U0001f3f7\ufe0f",
876 "lacrosse": "\U0001f94d",
877 "ladder": "\U0001fa9c",
878 "lady_beetle": "\U0001f41e",
879 "lantern": "\U0001f3ee",
880 "laos": "\U0001f1f1\U0001f1e6",
881 "large_blue_circle": "\U0001f535",
882 "large_blue_diamond": "\U0001f537",
883 "large_orange_diamond": "\U0001f536",
884 "last_quarter_moon": "\U0001f317",
885 "last_quarter_moon_with_face": "\U0001f31c",
886 "latin_cross": "\u271d\ufe0f",
887 "latvia": "\U0001f1f1\U0001f1fb",
888 "laughing": "\U0001f606",
889 "leafy_green": "\U0001f96c",
890 "leaves": "\U0001f343",
891 "lebanon": "\U0001f1f1\U0001f1e7",
892 "ledger": "\U0001f4d2",
893 "left_luggage": "\U0001f6c5",
894 "left_right_arrow": "\u2194\ufe0f",
895 "left_speech_bubble": "\U0001f5e8\ufe0f",
896 "leftwards_arrow_with_hook": "\u21a9\ufe0f",
897 "leg": "\U0001f9b5",
898 "lemon": "\U0001f34b",
899 "leo": "\u264c",
900 "leopard": "\U0001f406",
901 "lesotho": "\U0001f1f1\U0001f1f8",
902 "level_slider": "\U0001f39a\ufe0f",
903 "liberia": "\U0001f1f1\U0001f1f7",
904 "libra": "\u264e",
905 "libya": "\U0001f1f1\U0001f1fe",
906 "liechtenstein": "\U0001f1f1\U0001f1ee",
907 "light_rail": "\U0001f688",
908 "link": "\U0001f517",
909 "lion": "\U0001f981",
910 "lips": "\U0001f444",
911 "lipstick": "\U0001f484",
912 "lithuania": "\U0001f1f1\U0001f1f9",
913 "lizard": "\U0001f98e",
914 "llama": "\U0001f999",
915 "lobster": "\U0001f99e",
916 "lock": "\U0001f512",
917 "lock_with_ink_pen": "\U0001f50f",
918 "lollipop": "\U0001f36d",
919 "long_drum": "\U0001fa98",
920 "loop": "\u27bf",
921 "lotion_bottle": "\U0001f9f4",
922 "lotus_position": "\U0001f9d8",
923 "lotus_position_man": "\U0001f9d8\u200d\u2642\ufe0f",
924 "lotus_position_woman": "\U0001f9d8\u200d\u2640\ufe0f",
925 "loud_sound": "\U0001f50a",
926 "loudspeaker": "\U0001f4e2",
927 "love_hotel": "\U0001f3e9",
928 "love_letter": "\U0001f48c",
929 "love_you_gesture": "\U0001f91f",
930 "low_brightness": "\U0001f505",
931 "luggage": "\U0001f9f3",
932 "lungs": "\U0001fac1",
933 "luxembourg": "\U0001f1f1\U0001f1fa",
934 "lying_face": "\U0001f925",
935 "m": "\u24c2\ufe0f",
936 "macau": "\U0001f1f2\U0001f1f4",
937 "macedonia": "\U0001f1f2\U0001f1f0",
938 "madagascar": "\U0001f1f2\U0001f1ec",
939 "mag": "\U0001f50d",
940 "mag_right": "\U0001f50e",
941 "mage": "\U0001f9d9",
942 "mage_man": "\U0001f9d9\u200d\u2642\ufe0f",
943 "mage_woman": "\U0001f9d9\u200d\u2640\ufe0f",
944 "magic_wand": "\U0001fa84",
945 "magnet": "\U0001f9f2",
946 "mahjong": "\U0001f004",
947 "mailbox": "\U0001f4eb",
948 "mailbox_closed": "\U0001f4ea",
949 "mailbox_with_mail": "\U0001f4ec",
950 "mailbox_with_no_mail": "\U0001f4ed",
951 "malawi": "\U0001f1f2\U0001f1fc",
952 "malaysia": "\U0001f1f2\U0001f1fe",
953 "maldives": "\U0001f1f2\U0001f1fb",
954 "male_detective": "\U0001f575\ufe0f\u200d\u2642\ufe0f",
955 "male_sign": "\u2642\ufe0f",
956 "mali": "\U0001f1f2\U0001f1f1",
957 "malta": "\U0001f1f2\U0001f1f9",
958 "mammoth": "\U0001f9a3",
959 "man": "\U0001f468",
960 "man_artist": "\U0001f468\u200d\U0001f3a8",
961 "man_astronaut": "\U0001f468\u200d\U0001f680",
962 "man_beard": "\U0001f9d4\u200d\u2642\ufe0f",
963 "man_cartwheeling": "\U0001f938\u200d\u2642\ufe0f",
964 "man_cook": "\U0001f468\u200d\U0001f373",
965 "man_dancing": "\U0001f57a",
966 "man_facepalming": "\U0001f926\u200d\u2642\ufe0f",
967 "man_factory_worker": "\U0001f468\u200d\U0001f3ed",
968 "man_farmer": "\U0001f468\u200d\U0001f33e",
969 "man_feeding_baby": "\U0001f468\u200d\U0001f37c",
970 "man_firefighter": "\U0001f468\u200d\U0001f692",
971 "man_health_worker": "\U0001f468\u200d\u2695\ufe0f",
972 "man_in_manual_wheelchair": "\U0001f468\u200d\U0001f9bd",
973 "man_in_motorized_wheelchair": "\U0001f468\u200d\U0001f9bc",
974 "man_in_tuxedo": "\U0001f935\u200d\u2642\ufe0f",
975 "man_judge": "\U0001f468\u200d\u2696\ufe0f",
976 "man_juggling": "\U0001f939\u200d\u2642\ufe0f",
977 "man_mechanic": "\U0001f468\u200d\U0001f527",
978 "man_office_worker": "\U0001f468\u200d\U0001f4bc",
979 "man_pilot": "\U0001f468\u200d\u2708\ufe0f",
980 "man_playing_handball": "\U0001f93e\u200d\u2642\ufe0f",
981 "man_playing_water_polo": "\U0001f93d\u200d\u2642\ufe0f",
982 "man_scientist": "\U0001f468\u200d\U0001f52c",
983 "man_shrugging": "\U0001f937\u200d\u2642\ufe0f",
984 "man_singer": "\U0001f468\u200d\U0001f3a4",
985 "man_student": "\U0001f468\u200d\U0001f393",
986 "man_teacher": "\U0001f468\u200d\U0001f3eb",
987 "man_technologist": "\U0001f468\u200d\U0001f4bb",
988 "man_with_gua_pi_mao": "\U0001f472",
989 "man_with_probing_cane": "\U0001f468\u200d\U0001f9af",
990 "man_with_turban": "\U0001f473\u200d\u2642\ufe0f",
991 "man_with_veil": "\U0001f470\u200d\u2642\ufe0f",
992 "mandarin": "\U0001f34a",
993 "mango": "\U0001f96d",
994 "mans_shoe": "\U0001f45e",
995 "mantelpiece_clock": "\U0001f570\ufe0f",
996 "manual_wheelchair": "\U0001f9bd",
997 "maple_leaf": "\U0001f341",
998 "marshall_islands": "\U0001f1f2\U0001f1ed",
999 "martial_arts_uniform": "\U0001f94b",
1000 "martinique": "\U0001f1f2\U0001f1f6",
1001 "mask": "\U0001f637",
1002 "massage": "\U0001f486",
1003 "massage_man": "\U0001f486\u200d\u2642\ufe0f",
1004 "massage_woman": "\U0001f486\u200d\u2640\ufe0f",
1005 "mate": "\U0001f9c9",
1006 "mauritania": "\U0001f1f2\U0001f1f7",
1007 "mauritius": "\U0001f1f2\U0001f1fa",
1008 "mayotte": "\U0001f1fe\U0001f1f9",
1009 "meat_on_bone": "\U0001f356",
1010 "mechanic": "\U0001f9d1\u200d\U0001f527",
1011 "mechanical_arm": "\U0001f9be",
1012 "mechanical_leg": "\U0001f9bf",
1013 "medal_military": "\U0001f396\ufe0f",
1014 "medal_sports": "\U0001f3c5",
1015 "medical_symbol": "\u2695\ufe0f",
1016 "mega": "\U0001f4e3",
1017 "melon": "\U0001f348",
1018 "memo": "\U0001f4dd",
1019 "men_wrestling": "\U0001f93c\u200d\u2642\ufe0f",
1020 "mending_heart": "\u2764\ufe0f\u200d\U0001fa79",
1021 "menorah": "\U0001f54e",
1022 "mens": "\U0001f6b9",
1023 "mermaid": "\U0001f9dc\u200d\u2640\ufe0f",
1024 "merman": "\U0001f9dc\u200d\u2642\ufe0f",
1025 "merperson": "\U0001f9dc",
1026 "metal": "\U0001f918",
1027 "metro": "\U0001f687",
1028 "mexico": "\U0001f1f2\U0001f1fd",
1029 "microbe": "\U0001f9a0",
1030 "micronesia": "\U0001f1eb\U0001f1f2",
1031 "microphone": "\U0001f3a4",
1032 "microscope": "\U0001f52c",
1033 "middle_finger": "\U0001f595",
1034 "military_helmet": "\U0001fa96",
1035 "milk_glass": "\U0001f95b",
1036 "milky_way": "\U0001f30c",
1037 "minibus": "\U0001f690",
1038 "minidisc": "\U0001f4bd",
1039 "mirror": "\U0001fa9e",
1040 "mobile_phone_off": "\U0001f4f4",
1041 "moldova": "\U0001f1f2\U0001f1e9",
1042 "monaco": "\U0001f1f2\U0001f1e8",
1043 "money_mouth_face": "\U0001f911",
1044 "money_with_wings": "\U0001f4b8",
1045 "moneybag": "\U0001f4b0",
1046 "mongolia": "\U0001f1f2\U0001f1f3",
1047 "monkey": "\U0001f412",
1048 "monkey_face": "\U0001f435",
1049 "monocle_face": "\U0001f9d0",
1050 "monorail": "\U0001f69d",
1051 "montenegro": "\U0001f1f2\U0001f1ea",
1052 "montserrat": "\U0001f1f2\U0001f1f8",
1053 "moon": "\U0001f314",
1054 "moon_cake": "\U0001f96e",
1055 "morocco": "\U0001f1f2\U0001f1e6",
1056 "mortar_board": "\U0001f393",
1057 "mosque": "\U0001f54c",
1058 "mosquito": "\U0001f99f",
1059 "motor_boat": "\U0001f6e5\ufe0f",
1060 "motor_scooter": "\U0001f6f5",
1061 "motorcycle": "\U0001f3cd\ufe0f",
1062 "motorized_wheelchair": "\U0001f9bc",
1063 "motorway": "\U0001f6e3\ufe0f",
1064 "mount_fuji": "\U0001f5fb",
1065 "mountain": "\u26f0\ufe0f",
1066 "mountain_bicyclist": "\U0001f6b5",
1067 "mountain_biking_man": "\U0001f6b5\u200d\u2642\ufe0f",
1068 "mountain_biking_woman": "\U0001f6b5\u200d\u2640\ufe0f",
1069 "mountain_cableway": "\U0001f6a0",
1070 "mountain_railway": "\U0001f69e",
1071 "mountain_snow": "\U0001f3d4\ufe0f",
1072 "mouse": "\U0001f42d",
1073 "mouse2": "\U0001f401",
1074 "mouse_trap": "\U0001faa4",
1075 "movie_camera": "\U0001f3a5",
1076 "moyai": "\U0001f5ff",
1077 "mozambique": "\U0001f1f2\U0001f1ff",
1078 "mrs_claus": "\U0001f936",
1079 "muscle": "\U0001f4aa",
1080 "mushroom": "\U0001f344",
1081 "musical_keyboard": "\U0001f3b9",
1082 "musical_note": "\U0001f3b5",
1083 "musical_score": "\U0001f3bc",
1084 "mute": "\U0001f507",
1085 "mx_claus": "\U0001f9d1\u200d\U0001f384",
1086 "myanmar": "\U0001f1f2\U0001f1f2",
1087 "nail_care": "\U0001f485",
1088 "name_badge": "\U0001f4db",
1089 "namibia": "\U0001f1f3\U0001f1e6",
1090 "national_park": "\U0001f3de\ufe0f",
1091 "nauru": "\U0001f1f3\U0001f1f7",
1092 "nauseated_face": "\U0001f922",
1093 "nazar_amulet": "\U0001f9ff",
1094 "necktie": "\U0001f454",
1095 "negative_squared_cross_mark": "\u274e",
1096 "nepal": "\U0001f1f3\U0001f1f5",
1097 "nerd_face": "\U0001f913",
1098 "nesting_dolls": "\U0001fa86",
1099 "netherlands": "\U0001f1f3\U0001f1f1",
1100 "neutral_face": "\U0001f610",
1101 "new": "\U0001f195",
1102 "new_caledonia": "\U0001f1f3\U0001f1e8",
1103 "new_moon": "\U0001f311",
1104 "new_moon_with_face": "\U0001f31a",
1105 "new_zealand": "\U0001f1f3\U0001f1ff",
1106 "newspaper": "\U0001f4f0",
1107 "newspaper_roll": "\U0001f5de\ufe0f",
1108 "next_track_button": "\u23ed\ufe0f",
1109 "ng": "\U0001f196",
1110 "ng_man": "\U0001f645\u200d\u2642\ufe0f",
1111 "ng_woman": "\U0001f645\u200d\u2640\ufe0f",
1112 "nicaragua": "\U0001f1f3\U0001f1ee",
1113 "niger": "\U0001f1f3\U0001f1ea",
1114 "nigeria": "\U0001f1f3\U0001f1ec",
1115 "night_with_stars": "\U0001f303",
1116 "nine": "9\ufe0f\u20e3",
1117 "ninja": "\U0001f977",
1118 "niue": "\U0001f1f3\U0001f1fa",
1119 "no_bell": "\U0001f515",
1120 "no_bicycles": "\U0001f6b3",
1121 "no_entry": "\u26d4",
1122 "no_entry_sign": "\U0001f6ab",
1123 "no_good": "\U0001f645",
1124 "no_good_man": "\U0001f645\u200d\u2642\ufe0f",
1125 "no_good_woman": "\U0001f645\u200d\u2640\ufe0f",
1126 "no_mobile_phones": "\U0001f4f5",
1127 "no_mouth": "\U0001f636",
1128 "no_pedestrians": "\U0001f6b7",
1129 "no_smoking": "\U0001f6ad",
1130 "non-potable_water": "\U0001f6b1",
1131 "norfolk_island": "\U0001f1f3\U0001f1eb",
1132 "north_korea": "\U0001f1f0\U0001f1f5",
1133 "northern_mariana_islands": "\U0001f1f2\U0001f1f5",
1134 "norway": "\U0001f1f3\U0001f1f4",
1135 "nose": "\U0001f443",
1136 "notebook": "\U0001f4d3",
1137 "notebook_with_decorative_cover": "\U0001f4d4",
1138 "notes": "\U0001f3b6",
1139 "nut_and_bolt": "\U0001f529",
1140 "o": "\u2b55",
1141 "o2": "\U0001f17e\ufe0f",
1142 "ocean": "\U0001f30a",
1143 "octopus": "\U0001f419",
1144 "oden": "\U0001f362",
1145 "office": "\U0001f3e2",
1146 "office_worker": "\U0001f9d1\u200d\U0001f4bc",
1147 "oil_drum": "\U0001f6e2\ufe0f",
1148 "ok": "\U0001f197",
1149 "ok_hand": "\U0001f44c",
1150 "ok_man": "\U0001f646\u200d\u2642\ufe0f",
1151 "ok_person": "\U0001f646",
1152 "ok_woman": "\U0001f646\u200d\u2640\ufe0f",
1153 "old_key": "\U0001f5dd\ufe0f",
1154 "older_adult": "\U0001f9d3",
1155 "older_man": "\U0001f474",
1156 "older_woman": "\U0001f475",
1157 "olive": "\U0001fad2",
1158 "om": "\U0001f549\ufe0f",
1159 "oman": "\U0001f1f4\U0001f1f2",
1160 "on": "\U0001f51b",
1161 "oncoming_automobile": "\U0001f698",
1162 "oncoming_bus": "\U0001f68d",
1163 "oncoming_police_car": "\U0001f694",
1164 "oncoming_taxi": "\U0001f696",
1165 "one": "1\ufe0f\u20e3",
1166 "one_piece_swimsuit": "\U0001fa71",
1167 "onion": "\U0001f9c5",
1168 "open_book": "\U0001f4d6",
1169 "open_file_folder": "\U0001f4c2",
1170 "open_hands": "\U0001f450",
1171 "open_mouth": "\U0001f62e",
1172 "open_umbrella": "\u2602\ufe0f",
1173 "ophiuchus": "\u26ce",
1174 "orange": "\U0001f34a",
1175 "orange_book": "\U0001f4d9",
1176 "orange_circle": "\U0001f7e0",
1177 "orange_heart": "\U0001f9e1",
1178 "orange_square": "\U0001f7e7",
1179 "orangutan": "\U0001f9a7",
1180 "orthodox_cross": "\u2626\ufe0f",
1181 "otter": "\U0001f9a6",
1182 "outbox_tray": "\U0001f4e4",
1183 "owl": "\U0001f989",
1184 "ox": "\U0001f402",
1185 "oyster": "\U0001f9aa",
1186 "package": "\U0001f4e6",
1187 "page_facing_up": "\U0001f4c4",
1188 "page_with_curl": "\U0001f4c3",
1189 "pager": "\U0001f4df",
1190 "paintbrush": "\U0001f58c\ufe0f",
1191 "pakistan": "\U0001f1f5\U0001f1f0",
1192 "palau": "\U0001f1f5\U0001f1fc",
1193 "palestinian_territories": "\U0001f1f5\U0001f1f8",
1194 "palm_tree": "\U0001f334",
1195 "palms_up_together": "\U0001f932",
1196 "panama": "\U0001f1f5\U0001f1e6",
1197 "pancakes": "\U0001f95e",
1198 "panda_face": "\U0001f43c",
1199 "paperclip": "\U0001f4ce",
1200 "paperclips": "\U0001f587\ufe0f",
1201 "papua_new_guinea": "\U0001f1f5\U0001f1ec",
1202 "parachute": "\U0001fa82",
1203 "paraguay": "\U0001f1f5\U0001f1fe",
1204 "parasol_on_ground": "\u26f1\ufe0f",
1205 "parking": "\U0001f17f\ufe0f",
1206 "parrot": "\U0001f99c",
1207 "part_alternation_mark": "\u303d\ufe0f",
1208 "partly_sunny": "\u26c5",
1209 "partying_face": "\U0001f973",
1210 "passenger_ship": "\U0001f6f3\ufe0f",
1211 "passport_control": "\U0001f6c2",
1212 "pause_button": "\u23f8\ufe0f",
1213 "paw_prints": "\U0001f43e",
1214 "peace_symbol": "\u262e\ufe0f",
1215 "peach": "\U0001f351",
1216 "peacock": "\U0001f99a",
1217 "peanuts": "\U0001f95c",
1218 "pear": "\U0001f350",
1219 "pen": "\U0001f58a\ufe0f",
1220 "pencil": "\U0001f4dd",
1221 "pencil2": "\u270f\ufe0f",
1222 "penguin": "\U0001f427",
1223 "pensive": "\U0001f614",
1224 "people_holding_hands": "\U0001f9d1\u200d\U0001f91d\u200d\U0001f9d1",
1225 "people_hugging": "\U0001fac2",
1226 "performing_arts": "\U0001f3ad",
1227 "persevere": "\U0001f623",
1228 "person_bald": "\U0001f9d1\u200d\U0001f9b2",
1229 "person_curly_hair": "\U0001f9d1\u200d\U0001f9b1",
1230 "person_feeding_baby": "\U0001f9d1\u200d\U0001f37c",
1231 "person_fencing": "\U0001f93a",
1232 "person_in_manual_wheelchair": "\U0001f9d1\u200d\U0001f9bd",
1233 "person_in_motorized_wheelchair": "\U0001f9d1\u200d\U0001f9bc",
1234 "person_in_tuxedo": "\U0001f935",
1235 "person_red_hair": "\U0001f9d1\u200d\U0001f9b0",
1236 "person_white_hair": "\U0001f9d1\u200d\U0001f9b3",
1237 "person_with_probing_cane": "\U0001f9d1\u200d\U0001f9af",
1238 "person_with_turban": "\U0001f473",
1239 "person_with_veil": "\U0001f470",
1240 "peru": "\U0001f1f5\U0001f1ea",
1241 "petri_dish": "\U0001f9eb",
1242 "philippines": "\U0001f1f5\U0001f1ed",
1243 "phone": "\u260e\ufe0f",
1244 "pick": "\u26cf\ufe0f",
1245 "pickup_truck": "\U0001f6fb",
1246 "pie": "\U0001f967",
1247 "pig": "\U0001f437",
1248 "pig2": "\U0001f416",
1249 "pig_nose": "\U0001f43d",
1250 "pill": "\U0001f48a",
1251 "pilot": "\U0001f9d1\u200d\u2708\ufe0f",
1252 "pinata": "\U0001fa85",
1253 "pinched_fingers": "\U0001f90c",
1254 "pinching_hand": "\U0001f90f",
1255 "pineapple": "\U0001f34d",
1256 "ping_pong": "\U0001f3d3",
1257 "pirate_flag": "\U0001f3f4\u200d\u2620\ufe0f",
1258 "pisces": "\u2653",
1259 "pitcairn_islands": "\U0001f1f5\U0001f1f3",
1260 "pizza": "\U0001f355",
1261 "placard": "\U0001faa7",
1262 "place_of_worship": "\U0001f6d0",
1263 "plate_with_cutlery": "\U0001f37d\ufe0f",
1264 "play_or_pause_button": "\u23ef\ufe0f",
1265 "pleading_face": "\U0001f97a",
1266 "plunger": "\U0001faa0",
1267 "point_down": "\U0001f447",
1268 "point_left": "\U0001f448",
1269 "point_right": "\U0001f449",
1270 "point_up": "\u261d\ufe0f",
1271 "point_up_2": "\U0001f446",
1272 "poland": "\U0001f1f5\U0001f1f1",
1273 "polar_bear": "\U0001f43b\u200d\u2744\ufe0f",
1274 "police_car": "\U0001f693",
1275 "police_officer": "\U0001f46e",
1276 "policeman": "\U0001f46e\u200d\u2642\ufe0f",
1277 "policewoman": "\U0001f46e\u200d\u2640\ufe0f",
1278 "poodle": "\U0001f429",
1279 "poop": "\U0001f4a9",
1280 "popcorn": "\U0001f37f",
1281 "portugal": "\U0001f1f5\U0001f1f9",
1282 "post_office": "\U0001f3e3",
1283 "postal_horn": "\U0001f4ef",
1284 "postbox": "\U0001f4ee",
1285 "potable_water": "\U0001f6b0",
1286 "potato": "\U0001f954",
1287 "potted_plant": "\U0001fab4",
1288 "pouch": "\U0001f45d",
1289 "poultry_leg": "\U0001f357",
1290 "pound": "\U0001f4b7",
1291 "pout": "\U0001f621",
1292 "pouting_cat": "\U0001f63e",
1293 "pouting_face": "\U0001f64e",
1294 "pouting_man": "\U0001f64e\u200d\u2642\ufe0f",
1295 "pouting_woman": "\U0001f64e\u200d\u2640\ufe0f",
1296 "pray": "\U0001f64f",
1297 "prayer_beads": "\U0001f4ff",
1298 "pregnant_woman": "\U0001f930",
1299 "pretzel": "\U0001f968",
1300 "previous_track_button": "\u23ee\ufe0f",
1301 "prince": "\U0001f934",
1302 "princess": "\U0001f478",
1303 "printer": "\U0001f5a8\ufe0f",
1304 "probing_cane": "\U0001f9af",
1305 "puerto_rico": "\U0001f1f5\U0001f1f7",
1306 "punch": "\U0001f44a",
1307 "purple_circle": "\U0001f7e3",
1308 "purple_heart": "\U0001f49c",
1309 "purple_square": "\U0001f7ea",
1310 "purse": "\U0001f45b",
1311 "pushpin": "\U0001f4cc",
1312 "put_litter_in_its_place": "\U0001f6ae",
1313 "qatar": "\U0001f1f6\U0001f1e6",
1314 "question": "\u2753",
1315 "rabbit": "\U0001f430",
1316 "rabbit2": "\U0001f407",
1317 "raccoon": "\U0001f99d",
1318 "racehorse": "\U0001f40e",
1319 "racing_car": "\U0001f3ce\ufe0f",
1320 "radio": "\U0001f4fb",
1321 "radio_button": "\U0001f518",
1322 "radioactive": "\u2622\ufe0f",
1323 "rage": "\U0001f621",
1324 "railway_car": "\U0001f683",
1325 "railway_track": "\U0001f6e4\ufe0f",
1326 "rainbow": "\U0001f308",
1327 "rainbow_flag": "\U0001f3f3\ufe0f\u200d\U0001f308",
1328 "raised_back_of_hand": "\U0001f91a",
1329 "raised_eyebrow": "\U0001f928",
1330 "raised_hand": "\u270b",
1331 "raised_hand_with_fingers_splayed": "\U0001f590\ufe0f",
1332 "raised_hands": "\U0001f64c",
1333 "raising_hand": "\U0001f64b",
1334 "raising_hand_man": "\U0001f64b\u200d\u2642\ufe0f",
1335 "raising_hand_woman": "\U0001f64b\u200d\u2640\ufe0f",
1336 "ram": "\U0001f40f",
1337 "ramen": "\U0001f35c",
1338 "rat": "\U0001f400",
1339 "razor": "\U0001fa92",
1340 "receipt": "\U0001f9fe",
1341 "record_button": "\u23fa\ufe0f",
1342 "recycle": "\u267b\ufe0f",
1343 "red_car": "\U0001f697",
1344 "red_circle": "\U0001f534",
1345 "red_envelope": "\U0001f9e7",
1346 "red_haired_man": "\U0001f468\u200d\U0001f9b0",
1347 "red_haired_woman": "\U0001f469\u200d\U0001f9b0",
1348 "red_square": "\U0001f7e5",
1349 "registered": "\u00ae\ufe0f",
1350 "relaxed": "\u263a\ufe0f",
1351 "relieved": "\U0001f60c",
1352 "reminder_ribbon": "\U0001f397\ufe0f",
1353 "repeat": "\U0001f501",
1354 "repeat_one": "\U0001f502",
1355 "rescue_worker_helmet": "\u26d1\ufe0f",
1356 "restroom": "\U0001f6bb",
1357 "reunion": "\U0001f1f7\U0001f1ea",
1358 "revolving_hearts": "\U0001f49e",
1359 "rewind": "\u23ea",
1360 "rhinoceros": "\U0001f98f",
1361 "ribbon": "\U0001f380",
1362 "rice": "\U0001f35a",
1363 "rice_ball": "\U0001f359",
1364 "rice_cracker": "\U0001f358",
1365 "rice_scene": "\U0001f391",
1366 "right_anger_bubble": "\U0001f5ef\ufe0f",
1367 "ring": "\U0001f48d",
1368 "ringed_planet": "\U0001fa90",
1369 "robot": "\U0001f916",
1370 "rock": "\U0001faa8",
1371 "rocket": "\U0001f680",
1372 "rofl": "\U0001f923",
1373 "roll_eyes": "\U0001f644",
1374 "roll_of_paper": "\U0001f9fb",
1375 "roller_coaster": "\U0001f3a2",
1376 "roller_skate": "\U0001f6fc",
1377 "romania": "\U0001f1f7\U0001f1f4",
1378 "rooster": "\U0001f413",
1379 "rose": "\U0001f339",
1380 "rosette": "\U0001f3f5\ufe0f",
1381 "rotating_light": "\U0001f6a8",
1382 "round_pushpin": "\U0001f4cd",
1383 "rowboat": "\U0001f6a3",
1384 "rowing_man": "\U0001f6a3\u200d\u2642\ufe0f",
1385 "rowing_woman": "\U0001f6a3\u200d\u2640\ufe0f",
1386 "ru": "\U0001f1f7\U0001f1fa",
1387 "rugby_football": "\U0001f3c9",
1388 "runner": "\U0001f3c3",
1389 "running": "\U0001f3c3",
1390 "running_man": "\U0001f3c3\u200d\u2642\ufe0f",
1391 "running_shirt_with_sash": "\U0001f3bd",
1392 "running_woman": "\U0001f3c3\u200d\u2640\ufe0f",
1393 "rwanda": "\U0001f1f7\U0001f1fc",
1394 "sa": "\U0001f202\ufe0f",
1395 "safety_pin": "\U0001f9f7",
1396 "safety_vest": "\U0001f9ba",
1397 "sagittarius": "\u2650",
1398 "sailboat": "\u26f5",
1399 "sake": "\U0001f376",
1400 "salt": "\U0001f9c2",
1401 "samoa": "\U0001f1fc\U0001f1f8",
1402 "san_marino": "\U0001f1f8\U0001f1f2",
1403 "sandal": "\U0001f461",
1404 "sandwich": "\U0001f96a",
1405 "santa": "\U0001f385",
1406 "sao_tome_principe": "\U0001f1f8\U0001f1f9",
1407 "sari": "\U0001f97b",
1408 "sassy_man": "\U0001f481\u200d\u2642\ufe0f",
1409 "sassy_woman": "\U0001f481\u200d\u2640\ufe0f",
1410 "satellite": "\U0001f4e1",
1411 "satisfied": "\U0001f606",
1412 "saudi_arabia": "\U0001f1f8\U0001f1e6",
1413 "sauna_man": "\U0001f9d6\u200d\u2642\ufe0f",
1414 "sauna_person": "\U0001f9d6",
1415 "sauna_woman": "\U0001f9d6\u200d\u2640\ufe0f",
1416 "sauropod": "\U0001f995",
1417 "saxophone": "\U0001f3b7",
1418 "scarf": "\U0001f9e3",
1419 "school": "\U0001f3eb",
1420 "school_satchel": "\U0001f392",
1421 "scientist": "\U0001f9d1\u200d\U0001f52c",
1422 "scissors": "\u2702\ufe0f",
1423 "scorpion": "\U0001f982",
1424 "scorpius": "\u264f",
1425 "scotland": "\U0001f3f4\U000e0067\U000e0062\U000e0073\U000e0063\U000e0074\U000e007f",
1426 "scream": "\U0001f631",
1427 "scream_cat": "\U0001f640",
1428 "screwdriver": "\U0001fa9b",
1429 "scroll": "\U0001f4dc",
1430 "seal": "\U0001f9ad",
1431 "seat": "\U0001f4ba",
1432 "secret": "\u3299\ufe0f",
1433 "see_no_evil": "\U0001f648",
1434 "seedling": "\U0001f331",
1435 "selfie": "\U0001f933",
1436 "senegal": "\U0001f1f8\U0001f1f3",
1437 "serbia": "\U0001f1f7\U0001f1f8",
1438 "service_dog": "\U0001f415\u200d\U0001f9ba",
1439 "seven": "7\ufe0f\u20e3",
1440 "sewing_needle": "\U0001faa1",
1441 "seychelles": "\U0001f1f8\U0001f1e8",
1442 "shallow_pan_of_food": "\U0001f958",
1443 "shamrock": "\u2618\ufe0f",
1444 "shark": "\U0001f988",
1445 "shaved_ice": "\U0001f367",
1446 "sheep": "\U0001f411",
1447 "shell": "\U0001f41a",
1448 "shield": "\U0001f6e1\ufe0f",
1449 "shinto_shrine": "\u26e9\ufe0f",
1450 "ship": "\U0001f6a2",
1451 "shirt": "\U0001f455",
1452 "shit": "\U0001f4a9",
1453 "shoe": "\U0001f45e",
1454 "shopping": "\U0001f6cd\ufe0f",
1455 "shopping_cart": "\U0001f6d2",
1456 "shorts": "\U0001fa73",
1457 "shower": "\U0001f6bf",
1458 "shrimp": "\U0001f990",
1459 "shrug": "\U0001f937",
1460 "shushing_face": "\U0001f92b",
1461 "sierra_leone": "\U0001f1f8\U0001f1f1",
1462 "signal_strength": "\U0001f4f6",
1463 "singapore": "\U0001f1f8\U0001f1ec",
1464 "singer": "\U0001f9d1\u200d\U0001f3a4",
1465 "sint_maarten": "\U0001f1f8\U0001f1fd",
1466 "six": "6\ufe0f\u20e3",
1467 "six_pointed_star": "\U0001f52f",
1468 "skateboard": "\U0001f6f9",
1469 "ski": "\U0001f3bf",
1470 "skier": "\u26f7\ufe0f",
1471 "skull": "\U0001f480",
1472 "skull_and_crossbones": "\u2620\ufe0f",
1473 "skunk": "\U0001f9a8",
1474 "sled": "\U0001f6f7",
1475 "sleeping": "\U0001f634",
1476 "sleeping_bed": "\U0001f6cc",
1477 "sleepy": "\U0001f62a",
1478 "slightly_frowning_face": "\U0001f641",
1479 "slightly_smiling_face": "\U0001f642",
1480 "slot_machine": "\U0001f3b0",
1481 "sloth": "\U0001f9a5",
1482 "slovakia": "\U0001f1f8\U0001f1f0",
1483 "slovenia": "\U0001f1f8\U0001f1ee",
1484 "small_airplane": "\U0001f6e9\ufe0f",
1485 "small_blue_diamond": "\U0001f539",
1486 "small_orange_diamond": "\U0001f538",
1487 "small_red_triangle": "\U0001f53a",
1488 "small_red_triangle_down": "\U0001f53b",
1489 "smile": "\U0001f604",
1490 "smile_cat": "\U0001f638",
1491 "smiley": "\U0001f603",
1492 "smiley_cat": "\U0001f63a",
1493 "smiling_face_with_tear": "\U0001f972",
1494 "smiling_face_with_three_hearts": "\U0001f970",
1495 "smiling_imp": "\U0001f608",
1496 "smirk": "\U0001f60f",
1497 "smirk_cat": "\U0001f63c",
1498 "smoking": "\U0001f6ac",
1499 "snail": "\U0001f40c",
1500 "snake": "\U0001f40d",
1501 "sneezing_face": "\U0001f927",
1502 "snowboarder": "\U0001f3c2",
1503 "snowflake": "\u2744\ufe0f",
1504 "snowman": "\u26c4",
1505 "snowman_with_snow": "\u2603\ufe0f",
1506 "soap": "\U0001f9fc",
1507 "sob": "\U0001f62d",
1508 "soccer": "\u26bd",
1509 "socks": "\U0001f9e6",
1510 "softball": "\U0001f94e",
1511 "solomon_islands": "\U0001f1f8\U0001f1e7",
1512 "somalia": "\U0001f1f8\U0001f1f4",
1513 "soon": "\U0001f51c",
1514 "sos": "\U0001f198",
1515 "sound": "\U0001f509",
1516 "south_africa": "\U0001f1ff\U0001f1e6",
1517 "south_georgia_south_sandwich_islands": "\U0001f1ec\U0001f1f8",
1518 "south_sudan": "\U0001f1f8\U0001f1f8",
1519 "space_invader": "\U0001f47e",
1520 "spades": "\u2660\ufe0f",
1521 "spaghetti": "\U0001f35d",
1522 "sparkle": "\u2747\ufe0f",
1523 "sparkler": "\U0001f387",
1524 "sparkles": "\u2728",
1525 "sparkling_heart": "\U0001f496",
1526 "speak_no_evil": "\U0001f64a",
1527 "speaker": "\U0001f508",
1528 "speaking_head": "\U0001f5e3\ufe0f",
1529 "speech_balloon": "\U0001f4ac",
1530 "speedboat": "\U0001f6a4",
1531 "spider": "\U0001f577\ufe0f",
1532 "spider_web": "\U0001f578\ufe0f",
1533 "spiral_calendar": "\U0001f5d3\ufe0f",
1534 "spiral_notepad": "\U0001f5d2\ufe0f",
1535 "sponge": "\U0001f9fd",
1536 "spoon": "\U0001f944",
1537 "squid": "\U0001f991",
1538 "sri_lanka": "\U0001f1f1\U0001f1f0",
1539 "st_barthelemy": "\U0001f1e7\U0001f1f1",
1540 "st_helena": "\U0001f1f8\U0001f1ed",
1541 "st_kitts_nevis": "\U0001f1f0\U0001f1f3",
1542 "st_lucia": "\U0001f1f1\U0001f1e8",
1543 "st_martin": "\U0001f1f2\U0001f1eb",
1544 "st_pierre_miquelon": "\U0001f1f5\U0001f1f2",
1545 "st_vincent_grenadines": "\U0001f1fb\U0001f1e8",
1546 "stadium": "\U0001f3df\ufe0f",
1547 "standing_man": "\U0001f9cd\u200d\u2642\ufe0f",
1548 "standing_person": "\U0001f9cd",
1549 "standing_woman": "\U0001f9cd\u200d\u2640\ufe0f",
1550 "star": "\u2b50",
1551 "star2": "\U0001f31f",
1552 "star_and_crescent": "\u262a\ufe0f",
1553 "star_of_david": "\u2721\ufe0f",
1554 "star_struck": "\U0001f929",
1555 "stars": "\U0001f320",
1556 "station": "\U0001f689",
1557 "statue_of_liberty": "\U0001f5fd",
1558 "steam_locomotive": "\U0001f682",
1559 "stethoscope": "\U0001fa7a",
1560 "stew": "\U0001f372",
1561 "stop_button": "\u23f9\ufe0f",
1562 "stop_sign": "\U0001f6d1",
1563 "stopwatch": "\u23f1\ufe0f",
1564 "straight_ruler": "\U0001f4cf",
1565 "strawberry": "\U0001f353",
1566 "stuck_out_tongue": "\U0001f61b",
1567 "stuck_out_tongue_closed_eyes": "\U0001f61d",
1568 "stuck_out_tongue_winking_eye": "\U0001f61c",
1569 "student": "\U0001f9d1\u200d\U0001f393",
1570 "studio_microphone": "\U0001f399\ufe0f",
1571 "stuffed_flatbread": "\U0001f959",
1572 "sudan": "\U0001f1f8\U0001f1e9",
1573 "sun_behind_large_cloud": "\U0001f325\ufe0f",
1574 "sun_behind_rain_cloud": "\U0001f326\ufe0f",
1575 "sun_behind_small_cloud": "\U0001f324\ufe0f",
1576 "sun_with_face": "\U0001f31e",
1577 "sunflower": "\U0001f33b",
1578 "sunglasses": "\U0001f60e",
1579 "sunny": "\u2600\ufe0f",
1580 "sunrise": "\U0001f305",
1581 "sunrise_over_mountains": "\U0001f304",
1582 "superhero": "\U0001f9b8",
1583 "superhero_man": "\U0001f9b8\u200d\u2642\ufe0f",
1584 "superhero_woman": "\U0001f9b8\u200d\u2640\ufe0f",
1585 "supervillain": "\U0001f9b9",
1586 "supervillain_man": "\U0001f9b9\u200d\u2642\ufe0f",
1587 "supervillain_woman": "\U0001f9b9\u200d\u2640\ufe0f",
1588 "surfer": "\U0001f3c4",
1589 "surfing_man": "\U0001f3c4\u200d\u2642\ufe0f",
1590 "surfing_woman": "\U0001f3c4\u200d\u2640\ufe0f",
1591 "suriname": "\U0001f1f8\U0001f1f7",
1592 "sushi": "\U0001f363",
1593 "suspension_railway": "\U0001f69f",
1594 "svalbard_jan_mayen": "\U0001f1f8\U0001f1ef",
1595 "swan": "\U0001f9a2",
1596 "swaziland": "\U0001f1f8\U0001f1ff",
1597 "sweat": "\U0001f613",
1598 "sweat_drops": "\U0001f4a6",
1599 "sweat_smile": "\U0001f605",
1600 "sweden": "\U0001f1f8\U0001f1ea",
1601 "sweet_potato": "\U0001f360",
1602 "swim_brief": "\U0001fa72",
1603 "swimmer": "\U0001f3ca",
1604 "swimming_man": "\U0001f3ca\u200d\u2642\ufe0f",
1605 "swimming_woman": "\U0001f3ca\u200d\u2640\ufe0f",
1606 "switzerland": "\U0001f1e8\U0001f1ed",
1607 "symbols": "\U0001f523",
1608 "synagogue": "\U0001f54d",
1609 "syria": "\U0001f1f8\U0001f1fe",
1610 "syringe": "\U0001f489",
1611 "t-rex": "\U0001f996",
1612 "taco": "\U0001f32e",
1613 "tada": "\U0001f389",
1614 "taiwan": "\U0001f1f9\U0001f1fc",
1615 "tajikistan": "\U0001f1f9\U0001f1ef",
1616 "takeout_box": "\U0001f961",
1617 "tamale": "\U0001fad4",
1618 "tanabata_tree": "\U0001f38b",
1619 "tangerine": "\U0001f34a",
1620 "tanzania": "\U0001f1f9\U0001f1ff",
1621 "taurus": "\u2649",
1622 "taxi": "\U0001f695",
1623 "tea": "\U0001f375",
1624 "teacher": "\U0001f9d1\u200d\U0001f3eb",
1625 "teapot": "\U0001fad6",
1626 "technologist": "\U0001f9d1\u200d\U0001f4bb",
1627 "teddy_bear": "\U0001f9f8",
1628 "telephone": "\u260e\ufe0f",
1629 "telephone_receiver": "\U0001f4de",
1630 "telescope": "\U0001f52d",
1631 "tennis": "\U0001f3be",
1632 "tent": "\u26fa",
1633 "test_tube": "\U0001f9ea",
1634 "thailand": "\U0001f1f9\U0001f1ed",
1635 "thermometer": "\U0001f321\ufe0f",
1636 "thinking": "\U0001f914",
1637 "thong_sandal": "\U0001fa74",
1638 "thought_balloon": "\U0001f4ad",
1639 "thread": "\U0001f9f5",
1640 "three": "3\ufe0f\u20e3",
1641 "thumbsdown": "\U0001f44e",
1642 "thumbsup": "\U0001f44d",
1643 "ticket": "\U0001f3ab",
1644 "tickets": "\U0001f39f\ufe0f",
1645 "tiger": "\U0001f42f",
1646 "tiger2": "\U0001f405",
1647 "timer_clock": "\u23f2\ufe0f",
1648 "timor_leste": "\U0001f1f9\U0001f1f1",
1649 "tipping_hand_man": "\U0001f481\u200d\u2642\ufe0f",
1650 "tipping_hand_person": "\U0001f481",
1651 "tipping_hand_woman": "\U0001f481\u200d\u2640\ufe0f",
1652 "tired_face": "\U0001f62b",
1653 "tm": "\u2122\ufe0f",
1654 "togo": "\U0001f1f9\U0001f1ec",
1655 "toilet": "\U0001f6bd",
1656 "tokelau": "\U0001f1f9\U0001f1f0",
1657 "tokyo_tower": "\U0001f5fc",
1658 "tomato": "\U0001f345",
1659 "tonga": "\U0001f1f9\U0001f1f4",
1660 "tongue": "\U0001f445",
1661 "toolbox": "\U0001f9f0",
1662 "tooth": "\U0001f9b7",
1663 "toothbrush": "\U0001faa5",
1664 "top": "\U0001f51d",
1665 "tophat": "\U0001f3a9",
1666 "tornado": "\U0001f32a\ufe0f",
1667 "tr": "\U0001f1f9\U0001f1f7",
1668 "trackball": "\U0001f5b2\ufe0f",
1669 "tractor": "\U0001f69c",
1670 "traffic_light": "\U0001f6a5",
1671 "train": "\U0001f68b",
1672 "train2": "\U0001f686",
1673 "tram": "\U0001f68a",
1674 "transgender_flag": "\U0001f3f3\ufe0f\u200d\u26a7\ufe0f",
1675 "transgender_symbol": "\u26a7\ufe0f",
1676 "triangular_flag_on_post": "\U0001f6a9",
1677 "triangular_ruler": "\U0001f4d0",
1678 "trident": "\U0001f531",
1679 "trinidad_tobago": "\U0001f1f9\U0001f1f9",
1680 "tristan_da_cunha": "\U0001f1f9\U0001f1e6",
1681 "triumph": "\U0001f624",
1682 "trolleybus": "\U0001f68e",
1683 "trophy": "\U0001f3c6",
1684 "tropical_drink": "\U0001f379",
1685 "tropical_fish": "\U0001f420",
1686 "truck": "\U0001f69a",
1687 "trumpet": "\U0001f3ba",
1688 "tshirt": "\U0001f455",
1689 "tulip": "\U0001f337",
1690 "tumbler_glass": "\U0001f943",
1691 "tunisia": "\U0001f1f9\U0001f1f3",
1692 "turkey": "\U0001f983",
1693 "turkmenistan": "\U0001f1f9\U0001f1f2",
1694 "turks_caicos_islands": "\U0001f1f9\U0001f1e8",
1695 "turtle": "\U0001f422",
1696 "tuvalu": "\U0001f1f9\U0001f1fb",
1697 "tv": "\U0001f4fa",
1698 "twisted_rightwards_arrows": "\U0001f500",
1699 "two": "2\ufe0f\u20e3",
1700 "two_hearts": "\U0001f495",
1701 "two_men_holding_hands": "\U0001f46c",
1702 "two_women_holding_hands": "\U0001f46d",
1703 "u5272": "\U0001f239",
1704 "u5408": "\U0001f234",
1705 "u55b6": "\U0001f23a",
1706 "u6307": "\U0001f22f",
1707 "u6708": "\U0001f237\ufe0f",
1708 "u6709": "\U0001f236",
1709 "u6e80": "\U0001f235",
1710 "u7121": "\U0001f21a",
1711 "u7533": "\U0001f238",
1712 "u7981": "\U0001f232",
1713 "u7a7a": "\U0001f233",
1714 "uganda": "\U0001f1fa\U0001f1ec",
1715 "uk": "\U0001f1ec\U0001f1e7",
1716 "ukraine": "\U0001f1fa\U0001f1e6",
1717 "umbrella": "\u2614",
1718 "unamused": "\U0001f612",
1719 "underage": "\U0001f51e",
1720 "unicorn": "\U0001f984",
1721 "united_arab_emirates": "\U0001f1e6\U0001f1ea",
1722 "united_nations": "\U0001f1fa\U0001f1f3",
1723 "unlock": "\U0001f513",
1724 "up": "\U0001f199",
1725 "upside_down_face": "\U0001f643",
1726 "uruguay": "\U0001f1fa\U0001f1fe",
1727 "us": "\U0001f1fa\U0001f1f8",
1728 "us_outlying_islands": "\U0001f1fa\U0001f1f2",
1729 "us_virgin_islands": "\U0001f1fb\U0001f1ee",
1730 "uzbekistan": "\U0001f1fa\U0001f1ff",
1731 "v": "\u270c\ufe0f",
1732 "vampire": "\U0001f9db",
1733 "vampire_man": "\U0001f9db\u200d\u2642\ufe0f",
1734 "vampire_woman": "\U0001f9db\u200d\u2640\ufe0f",
1735 "vanuatu": "\U0001f1fb\U0001f1fa",
1736 "vatican_city": "\U0001f1fb\U0001f1e6",
1737 "venezuela": "\U0001f1fb\U0001f1ea",
1738 "vertical_traffic_light": "\U0001f6a6",
1739 "vhs": "\U0001f4fc",
1740 "vibration_mode": "\U0001f4f3",
1741 "video_camera": "\U0001f4f9",
1742 "video_game": "\U0001f3ae",
1743 "vietnam": "\U0001f1fb\U0001f1f3",
1744 "violin": "\U0001f3bb",
1745 "virgo": "\u264d",
1746 "volcano": "\U0001f30b",
1747 "volleyball": "\U0001f3d0",
1748 "vomiting_face": "\U0001f92e",
1749 "vs": "\U0001f19a",
1750 "vulcan_salute": "\U0001f596",
1751 "waffle": "\U0001f9c7",
1752 "wales": "\U0001f3f4\U000e0067\U000e0062\U000e0077\U000e006c\U000e0073\U000e007f",
1753 "walking": "\U0001f6b6",
1754 "walking_man": "\U0001f6b6\u200d\u2642\ufe0f",
1755 "walking_woman": "\U0001f6b6\u200d\u2640\ufe0f",
1756 "wallis_futuna": "\U0001f1fc\U0001f1eb",
1757 "waning_crescent_moon": "\U0001f318",
1758 "waning_gibbous_moon": "\U0001f316",
1759 "warning": "\u26a0\ufe0f",
1760 "wastebasket": "\U0001f5d1\ufe0f",
1761 "watch": "\u231a",
1762 "water_buffalo": "\U0001f403",
1763 "water_polo": "\U0001f93d",
1764 "watermelon": "\U0001f349",
1765 "wave": "\U0001f44b",
1766 "wavy_dash": "\u3030\ufe0f",
1767 "waxing_crescent_moon": "\U0001f312",
1768 "waxing_gibbous_moon": "\U0001f314",
1769 "wc": "\U0001f6be",
1770 "weary": "\U0001f629",
1771 "wedding": "\U0001f492",
1772 "weight_lifting": "\U0001f3cb\ufe0f",
1773 "weight_lifting_man": "\U0001f3cb\ufe0f\u200d\u2642\ufe0f",
1774 "weight_lifting_woman": "\U0001f3cb\ufe0f\u200d\u2640\ufe0f",
1775 "western_sahara": "\U0001f1ea\U0001f1ed",
1776 "whale": "\U0001f433",
1777 "whale2": "\U0001f40b",
1778 "wheel_of_dharma": "\u2638\ufe0f",
1779 "wheelchair": "\u267f",
1780 "white_check_mark": "\u2705",
1781 "white_circle": "\u26aa",
1782 "white_flag": "\U0001f3f3\ufe0f",
1783 "white_flower": "\U0001f4ae",
1784 "white_haired_man": "\U0001f468\u200d\U0001f9b3",
1785 "white_haired_woman": "\U0001f469\u200d\U0001f9b3",
1786 "white_heart": "\U0001f90d",
1787 "white_large_square": "\u2b1c",
1788 "white_medium_small_square": "\u25fd",
1789 "white_medium_square": "\u25fb\ufe0f",
1790 "white_small_square": "\u25ab\ufe0f",
1791 "white_square_button": "\U0001f533",
1792 "wilted_flower": "\U0001f940",
1793 "wind_chime": "\U0001f390",
1794 "wind_face": "\U0001f32c\ufe0f",
1795 "window": "\U0001fa9f",
1796 "wine_glass": "\U0001f377",
1797 "wink": "\U0001f609",
1798 "wolf": "\U0001f43a",
1799 "woman": "\U0001f469",
1800 "woman_artist": "\U0001f469\u200d\U0001f3a8",
1801 "woman_astronaut": "\U0001f469\u200d\U0001f680",
1802 "woman_beard": "\U0001f9d4\u200d\u2640\ufe0f",
1803 "woman_cartwheeling": "\U0001f938\u200d\u2640\ufe0f",
1804 "woman_cook": "\U0001f469\u200d\U0001f373",
1805 "woman_dancing": "\U0001f483",
1806 "woman_facepalming": "\U0001f926\u200d\u2640\ufe0f",
1807 "woman_factory_worker": "\U0001f469\u200d\U0001f3ed",
1808 "woman_farmer": "\U0001f469\u200d\U0001f33e",
1809 "woman_feeding_baby": "\U0001f469\u200d\U0001f37c",
1810 "woman_firefighter": "\U0001f469\u200d\U0001f692",
1811 "woman_health_worker": "\U0001f469\u200d\u2695\ufe0f",
1812 "woman_in_manual_wheelchair": "\U0001f469\u200d\U0001f9bd",
1813 "woman_in_motorized_wheelchair": "\U0001f469\u200d\U0001f9bc",
1814 "woman_in_tuxedo": "\U0001f935\u200d\u2640\ufe0f",
1815 "woman_judge": "\U0001f469\u200d\u2696\ufe0f",
1816 "woman_juggling": "\U0001f939\u200d\u2640\ufe0f",
1817 "woman_mechanic": "\U0001f469\u200d\U0001f527",
1818 "woman_office_worker": "\U0001f469\u200d\U0001f4bc",
1819 "woman_pilot": "\U0001f469\u200d\u2708\ufe0f",
1820 "woman_playing_handball": "\U0001f93e\u200d\u2640\ufe0f",
1821 "woman_playing_water_polo": "\U0001f93d\u200d\u2640\ufe0f",
1822 "woman_scientist": "\U0001f469\u200d\U0001f52c",
1823 "woman_shrugging": "\U0001f937\u200d\u2640\ufe0f",
1824 "woman_singer": "\U0001f469\u200d\U0001f3a4",
1825 "woman_student": "\U0001f469\u200d\U0001f393",
1826 "woman_teacher": "\U0001f469\u200d\U0001f3eb",
1827 "woman_technologist": "\U0001f469\u200d\U0001f4bb",
1828 "woman_with_headscarf": "\U0001f9d5",
1829 "woman_with_probing_cane": "\U0001f469\u200d\U0001f9af",
1830 "woman_with_turban": "\U0001f473\u200d\u2640\ufe0f",
1831 "woman_with_veil": "\U0001f470\u200d\u2640\ufe0f",
1832 "womans_clothes": "\U0001f45a",
1833 "womans_hat": "\U0001f452",
1834 "women_wrestling": "\U0001f93c\u200d\u2640\ufe0f",
1835 "womens": "\U0001f6ba",
1836 "wood": "\U0001fab5",
1837 "woozy_face": "\U0001f974",
1838 "world_map": "\U0001f5fa\ufe0f",
1839 "worm": "\U0001fab1",
1840 "worried": "\U0001f61f",
1841 "wrench": "\U0001f527",
1842 "wrestling": "\U0001f93c",
1843 "writing_hand": "\u270d\ufe0f",
1844 "x": "\u274c",
1845 "yarn": "\U0001f9f6",
1846 "yawning_face": "\U0001f971",
1847 "yellow_circle": "\U0001f7e1",
1848 "yellow_heart": "\U0001f49b",
1849 "yellow_square": "\U0001f7e8",
1850 "yemen": "\U0001f1fe\U0001f1ea",
1851 "yen": "\U0001f4b4",
1852 "yin_yang": "\u262f\ufe0f",
1853 "yo_yo": "\U0001fa80",
1854 "yum": "\U0001f60b",
1855 "zambia": "\U0001f1ff\U0001f1f2",
1856 "zany_face": "\U0001f92a",
1857 "zap": "\u26a1",
1858 "zebra": "\U0001f993",
1859 "zero": "0\ufe0f\u20e3",
1860 "zimbabwe": "\U0001f1ff\U0001f1fc",
1861 "zipper_mouth_face": "\U0001f910",
1862 "zombie": "\U0001f9df",
1863 "zombie_man": "\U0001f9df\u200d\u2642\ufe0f",
1864 "zombie_woman": "\U0001f9df\u200d\u2640\ufe0f",
1865 "zzz": "\U0001f4a4",
1866 }
1867
1868 const maxEmojiLen = 36
1869
View as plain text