Skip to content

Instantly share code, notes, and snippets.

@itiut
Last active December 10, 2016 06:10
Show Gist options
  • Save itiut/22eb382c6ee45ff6d0874e9f2fbebb5e to your computer and use it in GitHub Desktop.
Save itiut/22eb382c6ee45ff6d0874e9f2fbebb5e to your computer and use it in GitHub Desktop.
Render emoji-datasource v2.4.4 `.short_name`s
// usage: node ./emoji-datasource-v2.4.4-to-md.js > emoji-datasource-v2.4.4.md
const data = require('emoji-datasource');
console.log('| # | short_name | rendered |');
console.log('|----:|----|----|');
for (const [i, emoji] of data.entries()) {
const shortName = `:${emoji.short_name}:`;
console.log(`| ${i} | \`${shortName}\` | ${shortName} |`);
}
# short_name rendered
0 :copyright: ยฉ๏ธ
1 :registered: ยฎ๏ธ
2 :bangbang: โ€ผ๏ธ
3 :interrobang: โ‰๏ธ
4 :tm: โ„ข๏ธ
5 :information_source: โ„น๏ธ
6 :left_right_arrow: โ†”๏ธ
7 :arrow_up_down: โ†•๏ธ
8 :arrow_upper_left: โ†–๏ธ
9 :arrow_upper_right: โ†—๏ธ
10 :arrow_lower_right: โ†˜๏ธ
11 :arrow_lower_left: โ†™๏ธ
12 :leftwards_arrow_with_hook: โ†ฉ๏ธ
13 :arrow_right_hook: โ†ช๏ธ
14 :watch: โŒš
15 :hourglass: โŒ›
16 :keyboard: โŒจ๏ธ
17 :eject: :eject:
18 :fast_forward: โฉ
19 :rewind: โช
20 :arrow_double_up: โซ
21 :arrow_double_down: โฌ
22 :black_right_pointing_double_triangle_with_vertical_bar: :black_right_pointing_double_triangle_with_vertical_bar:
23 :black_left_pointing_double_triangle_with_vertical_bar: :black_left_pointing_double_triangle_with_vertical_bar:
24 :black_right_pointing_triangle_with_double_vertical_bar: :black_right_pointing_triangle_with_double_vertical_bar:
25 :alarm_clock: โฐ
26 :stopwatch: โฑ๏ธ
27 :timer_clock: โฒ๏ธ
28 :hourglass_flowing_sand: โณ
29 :double_vertical_bar: :double_vertical_bar:
30 :black_square_for_stop: :black_square_for_stop:
31 :black_circle_for_record: :black_circle_for_record:
32 :m: โ“‚๏ธ
33 :black_small_square: โ–ช๏ธ
34 :white_small_square: โ–ซ๏ธ
35 :arrow_forward: โ–ถ๏ธ
36 :arrow_backward: โ—€๏ธ
37 :white_medium_square: โ—ป๏ธ
38 :black_medium_square: โ—ผ๏ธ
39 :white_medium_small_square: โ—ฝ
40 :black_medium_small_square: โ—พ
41 :sunny: โ˜€๏ธ
42 :cloud: โ˜๏ธ
43 :umbrella: โ˜”
44 :snowman: โ›„
45 :comet: โ˜„๏ธ
46 :phone: โ˜Ž๏ธ
47 :ballot_box_with_check: โ˜‘๏ธ
48 :umbrella_with_rain_drops: :umbrella_with_rain_drops:
49 :coffee: โ˜•
50 :shamrock: โ˜˜๏ธ
51 :point_up: โ˜๏ธ
52 :skull_and_crossbones: โ˜ ๏ธ
53 :radioactive_sign: :radioactive_sign:
54 :biohazard_sign: :biohazard_sign:
55 :orthodox_cross: โ˜ฆ๏ธ
56 :star_and_crescent: โ˜ช๏ธ
57 :peace_symbol: โ˜ฎ๏ธ
58 :yin_yang: โ˜ฏ๏ธ
59 :wheel_of_dharma: โ˜ธ๏ธ
60 :white_frowning_face: :white_frowning_face:
61 :relaxed: โ˜บ๏ธ
62 :aries: โ™ˆ
63 :taurus: โ™‰
64 :gemini: โ™Š
65 :cancer: โ™‹
66 :leo: โ™Œ
67 :virgo: โ™
68 :libra: โ™Ž
69 :scorpius: โ™
70 :sagittarius: โ™
71 :capricorn: โ™‘
72 :aquarius: โ™’
73 :pisces: โ™“
74 :spades: โ™ ๏ธ
75 :clubs: โ™ฃ๏ธ
76 :hearts: โ™ฅ๏ธ
77 :diamonds: โ™ฆ๏ธ
78 :hotsprings: โ™จ๏ธ
79 :recycle: โ™ป๏ธ
80 :wheelchair: โ™ฟ
81 :hammer_and_pick: โš’๏ธ
82 :anchor: โš“
83 :crossed_swords: โš”๏ธ
84 :scales: :scales:
85 :alembic: โš—๏ธ
86 :gear: โš™๏ธ
87 :atom_symbol: โš›๏ธ
88 :fleur_de_lis: โšœ๏ธ
89 :warning: โš ๏ธ
90 :zap: โšก
91 :white_circle: โšช
92 :black_circle: โšซ
93 :coffin: โšฐ๏ธ
94 :funeral_urn: โšฑ๏ธ
95 :soccer: โšฝ
96 :baseball: โšพ
97 :snowman_without_snow: :snowman_without_snow:
98 :partly_sunny: โ›…
99 :thunder_cloud_and_rain: :thunder_cloud_and_rain:
100 :ophiuchus: โ›Ž
101 :pick: โ›๏ธ
102 :helmet_with_white_cross: :helmet_with_white_cross:
103 :chains: โ›“๏ธ
104 :no_entry: โ›”
105 :shinto_shrine: โ›ฉ๏ธ
106 :church: โ›ช
107 :mountain: โ›ฐ๏ธ
108 :umbrella_on_ground: :umbrella_on_ground:
109 :fountain: โ›ฒ
110 :golf: โ›ณ
111 :ferry: โ›ด๏ธ
112 :boat: โ›ต
113 :skier: โ›ท๏ธ
114 :ice_skate: โ›ธ๏ธ
115 :person_with_ball: :person_with_ball:
116 :tent: โ›บ
117 :fuelpump: โ›ฝ
118 :scissors: โœ‚๏ธ
119 :white_check_mark: โœ…
120 :airplane: โœˆ๏ธ
121 :email: ๐Ÿ“ง
122 :fist: โœŠ
123 :hand: โœ‹
124 :v: โœŒ๏ธ
125 :writing_hand: โœ๏ธ
126 :pencil2: โœ๏ธ
127 :black_nib: โœ’๏ธ
128 :heavy_check_mark: โœ”๏ธ
129 :heavy_multiplication_x: โœ–๏ธ
130 :latin_cross: โœ๏ธ
131 :star_of_david: โœก๏ธ
132 :sparkles: โœจ
133 :eight_spoked_asterisk: โœณ๏ธ
134 :eight_pointed_black_star: โœด๏ธ
135 :snowflake: โ„๏ธ
136 :sparkle: โ‡๏ธ
137 :x: โŒ
138 :negative_squared_cross_mark: โŽ
139 :question: โ“
140 :grey_question: โ”
141 :grey_exclamation: โ•
142 :exclamation: โ—
143 :heavy_heart_exclamation_mark_ornament: :heavy_heart_exclamation_mark_ornament:
144 :heart: โค๏ธ
145 :heavy_plus_sign: โž•
146 :heavy_minus_sign: โž–
147 :heavy_division_sign: โž—
148 :arrow_right: โžก๏ธ
149 :curly_loop: โžฐ
150 :loop: โžฟ
151 :arrow_heading_up: โคด๏ธ
152 :arrow_heading_down: โคต๏ธ
153 :arrow_left: โฌ…๏ธ
154 :arrow_up: โฌ†๏ธ
155 :arrow_down: โฌ‡๏ธ
156 :black_large_square: โฌ›
157 :white_large_square: โฌœ
158 :star: โญ
159 :o: โญ•
160 :wavy_dash: ใ€ฐ๏ธ
161 :part_alternation_mark: ใ€ฝ๏ธ
162 :congratulations: ใŠ—๏ธ
163 :secret: ใŠ™๏ธ
164 :mahjong: ๐Ÿ€„
165 :black_joker: ๐Ÿƒ
166 :a: ๐Ÿ…ฐ๏ธ
167 :b: ๐Ÿ…ฑ๏ธ
168 :o2: ๐Ÿ…พ๏ธ
169 :parking: ๐Ÿ…ฟ๏ธ
170 :ab: ๐Ÿ†Ž
171 :cl: ๐Ÿ†‘
172 :cool: ๐Ÿ†’
173 :free: ๐Ÿ†“
174 :id: ๐Ÿ†”
175 :new: ๐Ÿ†•
176 :ng: ๐Ÿ†–
177 :ok: ๐Ÿ†—
178 :sos: ๐Ÿ†˜
179 :up: ๐Ÿ†™
180 :vs: ๐Ÿ†š
181 :koko: ๐Ÿˆ
182 :sa: ๐Ÿˆ‚๏ธ
183 :u7121: ๐Ÿˆš
184 :u6307: ๐Ÿˆฏ
185 :u7981: ๐Ÿˆฒ
186 :u7a7a: ๐Ÿˆณ
187 :u5408: ๐Ÿˆด
188 :u6e80: ๐Ÿˆต
189 :u6709: ๐Ÿˆถ
190 :u6708: ๐Ÿˆท๏ธ
191 :u7533: ๐Ÿˆธ
192 :u5272: ๐Ÿˆน
193 :u55b6: ๐Ÿˆบ
194 :ideograph_advantage: ๐Ÿ‰
195 :accept: ๐Ÿ‰‘
196 :cyclone: ๐ŸŒ€
197 :foggy: ๐ŸŒ
198 :closed_umbrella: ๐ŸŒ‚
199 :night_with_stars: ๐ŸŒƒ
200 :sunrise_over_mountains: ๐ŸŒ„
201 :sunrise: ๐ŸŒ…
202 :city_sunset: ๐ŸŒ†
203 :city_sunrise: ๐ŸŒ‡
204 :rainbow: ๐ŸŒˆ
205 :bridge_at_night: ๐ŸŒ‰
206 :ocean: ๐ŸŒŠ
207 :volcano: ๐ŸŒ‹
208 :milky_way: ๐ŸŒŒ
209 :earth_africa: ๐ŸŒ
210 :earth_americas: ๐ŸŒŽ
211 :earth_asia: ๐ŸŒ
212 :globe_with_meridians: ๐ŸŒ
213 :new_moon: ๐ŸŒ‘
214 :waxing_crescent_moon: ๐ŸŒ’
215 :first_quarter_moon: ๐ŸŒ“
216 :moon: ๐ŸŒ”
217 :full_moon: ๐ŸŒ•
218 :waning_gibbous_moon: ๐ŸŒ–
219 :last_quarter_moon: ๐ŸŒ—
220 :waning_crescent_moon: ๐ŸŒ˜
221 :crescent_moon: ๐ŸŒ™
222 :new_moon_with_face: ๐ŸŒš
223 :first_quarter_moon_with_face: ๐ŸŒ›
224 :last_quarter_moon_with_face: ๐ŸŒœ
225 :full_moon_with_face: ๐ŸŒ
226 :sun_with_face: ๐ŸŒž
227 :star2: ๐ŸŒŸ
228 :stars: ๐ŸŒ 
229 :thermometer: ๐ŸŒก๏ธ
230 :mostly_sunny: :mostly_sunny:
231 :barely_sunny: :barely_sunny:
232 :partly_sunny_rain: :partly_sunny_rain:
233 :rain_cloud: :rain_cloud:
234 :snow_cloud: :snow_cloud:
235 :lightning: :lightning:
236 :tornado: ๐ŸŒช๏ธ
237 :fog: ๐ŸŒซ๏ธ
238 :wind_blowing_face: :wind_blowing_face:
239 :hotdog: ๐ŸŒญ
240 :taco: ๐ŸŒฎ
241 :burrito: ๐ŸŒฏ
242 :chestnut: ๐ŸŒฐ
243 :seedling: ๐ŸŒฑ
244 :evergreen_tree: ๐ŸŒฒ
245 :deciduous_tree: ๐ŸŒณ
246 :palm_tree: ๐ŸŒด
247 :cactus: ๐ŸŒต
248 :hot_pepper: ๐ŸŒถ๏ธ
249 :tulip: ๐ŸŒท
250 :cherry_blossom: ๐ŸŒธ
251 :rose: ๐ŸŒน
252 :hibiscus: ๐ŸŒบ
253 :sunflower: ๐ŸŒป
254 :blossom: ๐ŸŒผ
255 :corn: ๐ŸŒฝ
256 :ear_of_rice: ๐ŸŒพ
257 :herb: ๐ŸŒฟ
258 :four_leaf_clover: ๐Ÿ€
259 :maple_leaf: ๐Ÿ
260 :fallen_leaf: ๐Ÿ‚
261 :leaves: ๐Ÿƒ
262 :mushroom: ๐Ÿ„
263 :tomato: ๐Ÿ…
264 :eggplant: ๐Ÿ†
265 :grapes: ๐Ÿ‡
266 :melon: ๐Ÿˆ
267 :watermelon: ๐Ÿ‰
268 :tangerine: ๐ŸŠ
269 :lemon: ๐Ÿ‹
270 :banana: ๐ŸŒ
271 :pineapple: ๐Ÿ
272 :apple: ๐ŸŽ
273 :green_apple: ๐Ÿ
274 :pear: ๐Ÿ
275 :peach: ๐Ÿ‘
276 :cherries: ๐Ÿ’
277 :strawberry: ๐Ÿ“
278 :hamburger: ๐Ÿ”
279 :pizza: ๐Ÿ•
280 :meat_on_bone: ๐Ÿ–
281 :poultry_leg: ๐Ÿ—
282 :rice_cracker: ๐Ÿ˜
283 :rice_ball: ๐Ÿ™
284 :rice: ๐Ÿš
285 :curry: ๐Ÿ›
286 :ramen: ๐Ÿœ
287 :spaghetti: ๐Ÿ
288 :bread: ๐Ÿž
289 :fries: ๐ŸŸ
290 :sweet_potato: ๐Ÿ 
291 :dango: ๐Ÿก
292 :oden: ๐Ÿข
293 :sushi: ๐Ÿฃ
294 :fried_shrimp: ๐Ÿค
295 :fish_cake: ๐Ÿฅ
296 :icecream: ๐Ÿฆ
297 :shaved_ice: ๐Ÿง
298 :ice_cream: ๐Ÿจ
299 :doughnut: ๐Ÿฉ
300 :cookie: ๐Ÿช
301 :chocolate_bar: ๐Ÿซ
302 :candy: ๐Ÿฌ
303 :lollipop: ๐Ÿญ
304 :custard: ๐Ÿฎ
305 :honey_pot: ๐Ÿฏ
306 :cake: ๐Ÿฐ
307 :bento: ๐Ÿฑ
308 :stew: ๐Ÿฒ
309 :egg: ๐Ÿฅš
310 :fork_and_knife: ๐Ÿด
311 :tea: ๐Ÿต
312 :sake: ๐Ÿถ
313 :wine_glass: ๐Ÿท
314 :cocktail: ๐Ÿธ
315 :tropical_drink: ๐Ÿน
316 :beer: ๐Ÿบ
317 :beers: ๐Ÿป
318 :baby_bottle: ๐Ÿผ
319 :knife_fork_plate: :knife_fork_plate:
320 :champagne: ๐Ÿพ
321 :popcorn: ๐Ÿฟ
322 :ribbon: ๐ŸŽ€
323 :gift: ๐ŸŽ
324 :birthday: ๐ŸŽ‚
325 :jack_o_lantern: ๐ŸŽƒ
326 :christmas_tree: ๐ŸŽ„
327 :santa: ๐ŸŽ…
328 :fireworks: ๐ŸŽ†
329 :sparkler: ๐ŸŽ‡
330 :balloon: ๐ŸŽˆ
331 :tada: ๐ŸŽ‰
332 :confetti_ball: ๐ŸŽŠ
333 :tanabata_tree: ๐ŸŽ‹
334 :crossed_flags: ๐ŸŽŒ
335 :bamboo: ๐ŸŽ
336 :dolls: ๐ŸŽŽ
337 :flags: ๐ŸŽ
338 :wind_chime: ๐ŸŽ
339 :rice_scene: ๐ŸŽ‘
340 :school_satchel: ๐ŸŽ’
341 :mortar_board: ๐ŸŽ“
342 :medal: :medal:
343 :reminder_ribbon: ๐ŸŽ—๏ธ
344 :studio_microphone: ๐ŸŽ™๏ธ
345 :level_slider: ๐ŸŽš๏ธ
346 :control_knobs: ๐ŸŽ›๏ธ
347 :film_frames: :film_frames:
348 :admission_tickets: :admission_tickets:
349 :carousel_horse: ๐ŸŽ 
350 :ferris_wheel: ๐ŸŽก
351 :roller_coaster: ๐ŸŽข
352 :fishing_pole_and_fish: ๐ŸŽฃ
353 :microphone: ๐ŸŽค
354 :movie_camera: ๐ŸŽฅ
355 :cinema: ๐ŸŽฆ
356 :headphones: ๐ŸŽง
357 :art: ๐ŸŽจ
358 :tophat: ๐ŸŽฉ
359 :circus_tent: ๐ŸŽช
360 :ticket: ๐ŸŽซ
361 :clapper: ๐ŸŽฌ
362 :performing_arts: ๐ŸŽญ
363 :video_game: ๐ŸŽฎ
364 :dart: ๐ŸŽฏ
365 :slot_machine: ๐ŸŽฐ
366 :8ball: ๐ŸŽฑ
367 :game_die: ๐ŸŽฒ
368 :bowling: ๐ŸŽณ
369 :flower_playing_cards: ๐ŸŽด
370 :musical_note: ๐ŸŽต
371 :notes: ๐ŸŽถ
372 :saxophone: ๐ŸŽท
373 :guitar: ๐ŸŽธ
374 :musical_keyboard: ๐ŸŽน
375 :trumpet: ๐ŸŽบ
376 :violin: ๐ŸŽป
377 :musical_score: ๐ŸŽผ
378 :running_shirt_with_sash: ๐ŸŽฝ
379 :tennis: ๐ŸŽพ
380 :ski: ๐ŸŽฟ
381 :basketball: ๐Ÿ€
382 :checkered_flag: ๐Ÿ
383 :snowboarder: ๐Ÿ‚
384 :runner: ๐Ÿƒ
385 :surfer: ๐Ÿ„
386 :sports_medal: :sports_medal:
387 :trophy: ๐Ÿ†
388 :horse_racing: ๐Ÿ‡
389 :football: ๐Ÿˆ
390 :rugby_football: ๐Ÿ‰
391 :swimmer: ๐ŸŠ
392 :weight_lifter: :weight_lifter:
393 :golfer: :golfer:
394 :racing_motorcycle: :racing_motorcycle:
395 :racing_car: ๐ŸŽ๏ธ
396 :cricket_bat_and_ball: :cricket_bat_and_ball:
397 :volleyball: ๐Ÿ
398 :field_hockey_stick_and_ball: :field_hockey_stick_and_ball:
399 :ice_hockey_stick_and_puck: :ice_hockey_stick_and_puck:
400 :table_tennis_paddle_and_ball: :table_tennis_paddle_and_ball:
401 :snow_capped_mountain: :snow_capped_mountain:
402 :camping: ๐Ÿ•๏ธ
403 :beach_with_umbrella: :beach_with_umbrella:
404 :building_construction: ๐Ÿ—๏ธ
405 :house_buildings: :house_buildings:
406 :cityscape: ๐Ÿ™๏ธ
407 :derelict_house_building: :derelict_house_building:
408 :classical_building: ๐Ÿ›๏ธ
409 :desert: ๐Ÿœ๏ธ
410 :desert_island: ๐Ÿ๏ธ
411 :national_park: ๐Ÿž๏ธ
412 :stadium: ๐ŸŸ๏ธ
413 :house: ๐Ÿ 
414 :house_with_garden: ๐Ÿก
415 :office: ๐Ÿข
416 :post_office: ๐Ÿฃ
417 :european_post_office: ๐Ÿค
418 :hospital: ๐Ÿฅ
419 :bank: ๐Ÿฆ
420 :atm: ๐Ÿง
421 :hotel: ๐Ÿจ
422 :love_hotel: ๐Ÿฉ
423 :convenience_store: ๐Ÿช
424 :school: ๐Ÿซ
425 :department_store: ๐Ÿฌ
426 :factory: ๐Ÿญ
427 :izakaya_lantern: ๐Ÿฎ
428 :japanese_castle: ๐Ÿฏ
429 :european_castle: ๐Ÿฐ
430 :waving_white_flag: :waving_white_flag:
431 :waving_black_flag: :waving_black_flag:
432 :rosette: ๐Ÿต๏ธ
433 :label: ๐Ÿท๏ธ
434 :badminton_racquet_and_shuttlecock: :badminton_racquet_and_shuttlecock:
435 :bow_and_arrow: ๐Ÿน
436 :amphora: ๐Ÿบ
437 :skin-tone-2: :skin-tone-2:
438 :skin-tone-3: :skin-tone-3:
439 :skin-tone-4: :skin-tone-4:
440 :skin-tone-5: :skin-tone-5:
441 :skin-tone-6: :skin-tone-6:
442 :rat: ๐Ÿ€
443 :mouse2: ๐Ÿ
444 :ox: ๐Ÿ‚
445 :water_buffalo: ๐Ÿƒ
446 :cow2: ๐Ÿ„
447 :tiger2: ๐Ÿ…
448 :leopard: ๐Ÿ†
449 :rabbit2: ๐Ÿ‡
450 :cat2: ๐Ÿˆ
451 :dragon: ๐Ÿ‰
452 :crocodile: ๐ŸŠ
453 :whale2: ๐Ÿ‹
454 :snail: ๐ŸŒ
455 :snake: ๐Ÿ
456 :racehorse: ๐ŸŽ
457 :ram: ๐Ÿ
458 :goat: ๐Ÿ
459 :sheep: ๐Ÿ‘
460 :monkey: ๐Ÿ’
461 :rooster: ๐Ÿ“
462 :chicken: ๐Ÿ”
463 :dog2: ๐Ÿ•
464 :pig2: ๐Ÿ–
465 :boar: ๐Ÿ—
466 :elephant: ๐Ÿ˜
467 :octopus: ๐Ÿ™
468 :shell: ๐Ÿš
469 :bug: ๐Ÿ›
470 :ant: ๐Ÿœ
471 :bee: ๐Ÿ
472 :beetle: ๐Ÿชฒ
473 :fish: ๐ŸŸ
474 :tropical_fish: ๐Ÿ 
475 :blowfish: ๐Ÿก
476 :turtle: ๐Ÿข
477 :hatching_chick: ๐Ÿฃ
478 :baby_chick: ๐Ÿค
479 :hatched_chick: ๐Ÿฅ
480 :bird: ๐Ÿฆ
481 :penguin: ๐Ÿง
482 :koala: ๐Ÿจ
483 :poodle: ๐Ÿฉ
484 :dromedary_camel: ๐Ÿช
485 :camel: ๐Ÿซ
486 :dolphin: ๐Ÿฌ
487 :mouse: ๐Ÿญ
488 :cow: ๐Ÿฎ
489 :tiger: ๐Ÿฏ
490 :rabbit: ๐Ÿฐ
491 :cat: ๐Ÿฑ
492 :dragon_face: ๐Ÿฒ
493 :whale: ๐Ÿณ
494 :horse: ๐Ÿด
495 :monkey_face: ๐Ÿต
496 :dog: ๐Ÿถ
497 :pig: ๐Ÿท
498 :frog: ๐Ÿธ
499 :hamster: ๐Ÿน
500 :wolf: ๐Ÿบ
501 :bear: ๐Ÿป
502 :panda_face: ๐Ÿผ
503 :pig_nose: ๐Ÿฝ
504 :feet: ๐Ÿพ
505 :chipmunk: ๐Ÿฟ๏ธ
506 :eyes: ๐Ÿ‘€
507 :eye: ๐Ÿ‘๏ธ
508 :ear: ๐Ÿ‘‚
509 :nose: ๐Ÿ‘ƒ
510 :lips: ๐Ÿ‘„
511 :tongue: ๐Ÿ‘…
512 :point_up_2: ๐Ÿ‘†
513 :point_down: ๐Ÿ‘‡
514 :point_left: ๐Ÿ‘ˆ
515 :point_right: ๐Ÿ‘‰
516 :facepunch: ๐Ÿ‘Š
517 :wave: ๐Ÿ‘‹
518 :ok_hand: ๐Ÿ‘Œ
519 :+1: ๐Ÿ‘
520 :-1: ๐Ÿ‘Ž
521 :clap: ๐Ÿ‘
522 :open_hands: ๐Ÿ‘
523 :crown: ๐Ÿ‘‘
524 :womans_hat: ๐Ÿ‘’
525 :eyeglasses: ๐Ÿ‘“
526 :necktie: ๐Ÿ‘”
527 :shirt: ๐Ÿ‘•
528 :jeans: ๐Ÿ‘–
529 :dress: ๐Ÿ‘—
530 :kimono: ๐Ÿ‘˜
531 :bikini: ๐Ÿ‘™
532 :womans_clothes: ๐Ÿ‘š
533 :purse: ๐Ÿ‘›
534 :handbag: ๐Ÿ‘œ
535 :pouch: ๐Ÿ‘
536 :mans_shoe: ๐Ÿ‘ž
537 :athletic_shoe: ๐Ÿ‘Ÿ
538 :high_heel: ๐Ÿ‘ 
539 :sandal: ๐Ÿ‘ก
540 :boot: ๐Ÿ‘ข
541 :footprints: ๐Ÿ‘ฃ
542 :bust_in_silhouette: ๐Ÿ‘ค
543 :busts_in_silhouette: ๐Ÿ‘ฅ
544 :boy: ๐Ÿ‘ฆ
545 :girl: ๐Ÿ‘ง
546 :man: ๐Ÿ‘จ
547 :woman: ๐Ÿ‘ฉ
548 :family: ๐Ÿ‘ช
549 :couple: ๐Ÿ‘ซ
550 :two_men_holding_hands: ๐Ÿ‘ฌ
551 :two_women_holding_hands: ๐Ÿ‘ญ
552 :cop: ๐Ÿ‘ฎ
553 :dancers: ๐Ÿ‘ฏ
554 :bride_with_veil: ๐Ÿ‘ฐโ€โ™€๏ธ
555 :person_with_blond_hair: :person_with_blond_hair:
556 :man_with_gua_pi_mao: ๐Ÿ‘ฒ
557 :man_with_turban: ๐Ÿ‘ณโ€โ™‚๏ธ
558 :older_man: ๐Ÿ‘ด
559 :older_woman: ๐Ÿ‘ต
560 :baby: ๐Ÿ‘ถ
561 :construction_worker: ๐Ÿ‘ท
562 :princess: ๐Ÿ‘ธ
563 :japanese_ogre: ๐Ÿ‘น
564 :japanese_goblin: ๐Ÿ‘บ
565 :ghost: ๐Ÿ‘ป
566 :angel: ๐Ÿ‘ผ
567 :alien: ๐Ÿ‘ฝ
568 :space_invader: ๐Ÿ‘พ
569 :imp: ๐Ÿ‘ฟ
570 :skull: ๐Ÿ’€
571 :information_desk_person: ๐Ÿ’
572 :guardsman: ๐Ÿ’‚โ€โ™‚๏ธ
573 :dancer: ๐Ÿ’ƒ
574 :lipstick: ๐Ÿ’„
575 :nail_care: ๐Ÿ’…
576 :massage: ๐Ÿ’†
577 :haircut: ๐Ÿ’‡
578 :barber: ๐Ÿ’ˆ
579 :syringe: ๐Ÿ’‰
580 :pill: ๐Ÿ’Š
581 :kiss: ๐Ÿ’‹
582 :love_letter: ๐Ÿ’Œ
583 :ring: ๐Ÿ’
584 :gem: ๐Ÿ’Ž
585 :couplekiss: ๐Ÿ’
586 :bouquet: ๐Ÿ’
587 :couple_with_heart: ๐Ÿ’‘
588 :wedding: ๐Ÿ’’
589 :heartbeat: ๐Ÿ’“
590 :broken_heart: ๐Ÿ’”
591 :two_hearts: ๐Ÿ’•
592 :sparkling_heart: ๐Ÿ’–
593 :heartpulse: ๐Ÿ’—
594 :cupid: ๐Ÿ’˜
595 :blue_heart: ๐Ÿ’™
596 :green_heart: ๐Ÿ’š
597 :yellow_heart: ๐Ÿ’›
598 :purple_heart: ๐Ÿ’œ
599 :gift_heart: ๐Ÿ’
600 :revolving_hearts: ๐Ÿ’ž
601 :heart_decoration: ๐Ÿ’Ÿ
602 :diamond_shape_with_a_dot_inside: ๐Ÿ’ 
603 :bulb: ๐Ÿ’ก
604 :anger: ๐Ÿ’ข
605 :bomb: ๐Ÿ’ฃ
606 :zzz: ๐Ÿ’ค
607 :boom: ๐Ÿ’ฅ
608 :sweat_drops: ๐Ÿ’ฆ
609 :droplet: ๐Ÿ’ง
610 :dash: ๐Ÿ’จ
611 :hankey: ๐Ÿ’ฉ
612 :muscle: ๐Ÿ’ช
613 :dizzy: ๐Ÿ’ซ
614 :speech_balloon: ๐Ÿ’ฌ
615 :thought_balloon: ๐Ÿ’ญ
616 :white_flower: ๐Ÿ’ฎ
617 :100: ๐Ÿ’ฏ
618 :moneybag: ๐Ÿ’ฐ
619 :currency_exchange: ๐Ÿ’ฑ
620 :heavy_dollar_sign: ๐Ÿ’ฒ
621 :credit_card: ๐Ÿ’ณ
622 :yen: ๐Ÿ’ด
623 :dollar: ๐Ÿ’ต
624 :euro: ๐Ÿ’ถ
625 :pound: ๐Ÿ’ท
626 :money_with_wings: ๐Ÿ’ธ
627 :chart: ๐Ÿ’น
628 :seat: ๐Ÿ’บ
629 :computer: ๐Ÿ’ป
630 :briefcase: ๐Ÿ’ผ
631 :minidisc: ๐Ÿ’ฝ
632 :floppy_disk: ๐Ÿ’พ
633 :cd: ๐Ÿ’ฟ
634 :dvd: ๐Ÿ“€
635 :file_folder: ๐Ÿ“
636 :open_file_folder: ๐Ÿ“‚
637 :page_with_curl: ๐Ÿ“ƒ
638 :page_facing_up: ๐Ÿ“„
639 :date: ๐Ÿ“…
640 :calendar: ๐Ÿ“†
641 :card_index: ๐Ÿ“‡
642 :chart_with_upwards_trend: ๐Ÿ“ˆ
643 :chart_with_downwards_trend: ๐Ÿ“‰
644 :bar_chart: ๐Ÿ“Š
645 :clipboard: ๐Ÿ“‹
646 :pushpin: ๐Ÿ“Œ
647 :round_pushpin: ๐Ÿ“
648 :paperclip: ๐Ÿ“Ž
649 :straight_ruler: ๐Ÿ“
650 :triangular_ruler: ๐Ÿ“
651 :bookmark_tabs: ๐Ÿ“‘
652 :ledger: ๐Ÿ“’
653 :notebook: ๐Ÿ““
654 :notebook_with_decorative_cover: ๐Ÿ“”
655 :closed_book: ๐Ÿ“•
656 :book: ๐Ÿ“–
657 :green_book: ๐Ÿ“—
658 :blue_book: ๐Ÿ“˜
659 :orange_book: ๐Ÿ“™
660 :books: ๐Ÿ“š
661 :name_badge: ๐Ÿ“›
662 :scroll: ๐Ÿ“œ
663 :memo: ๐Ÿ“
664 :telephone_receiver: ๐Ÿ“ž
665 :pager: ๐Ÿ“Ÿ
666 :fax: ๐Ÿ“ 
667 :satellite_antenna: :satellite_antenna:
668 :loudspeaker: ๐Ÿ“ข
669 :mega: ๐Ÿ“ฃ
670 :outbox_tray: ๐Ÿ“ค
671 :inbox_tray: ๐Ÿ“ฅ
672 :package: ๐Ÿ“ฆ
673 :e-mail: ๐Ÿ“ง
674 :incoming_envelope: ๐Ÿ“จ
675 :envelope_with_arrow: ๐Ÿ“ฉ
676 :mailbox_closed: ๐Ÿ“ช
677 :mailbox: ๐Ÿ“ซ
678 :mailbox_with_mail: ๐Ÿ“ฌ
679 :mailbox_with_no_mail: ๐Ÿ“ญ
680 :postbox: ๐Ÿ“ฎ
681 :postal_horn: ๐Ÿ“ฏ
682 :newspaper: ๐Ÿ“ฐ
683 :iphone: ๐Ÿ“ฑ
684 :calling: ๐Ÿ“ฒ
685 :vibration_mode: ๐Ÿ“ณ
686 :mobile_phone_off: ๐Ÿ“ด
687 :no_mobile_phones: ๐Ÿ“ต
688 :signal_strength: ๐Ÿ“ถ
689 :camera: ๐Ÿ“ท
690 :camera_with_flash: :camera_with_flash:
691 :video_camera: ๐Ÿ“น
692 :tv: ๐Ÿ“บ
693 :radio: ๐Ÿ“ป
694 :vhs: ๐Ÿ“ผ
695 :film_projector: ๐Ÿ“ฝ๏ธ
696 :prayer_beads: ๐Ÿ“ฟ
697 :twisted_rightwards_arrows: ๐Ÿ”€
698 :repeat: ๐Ÿ”
699 :repeat_one: ๐Ÿ”‚
700 :arrows_clockwise: ๐Ÿ”ƒ
701 :arrows_counterclockwise: ๐Ÿ”„
702 :low_brightness: ๐Ÿ”…
703 :high_brightness: ๐Ÿ”†
704 :mute: ๐Ÿ”‡
705 :speaker: ๐Ÿ”ˆ
706 :sound: ๐Ÿ”‰
707 :loud_sound: ๐Ÿ”Š
708 :battery: ๐Ÿ”‹
709 :electric_plug: ๐Ÿ”Œ
710 :mag: ๐Ÿ”
711 :mag_right: ๐Ÿ”Ž
712 :lock_with_ink_pen: ๐Ÿ”
713 :closed_lock_with_key: ๐Ÿ”
714 :key: ๐Ÿ”‘
715 :lock: ๐Ÿ”’
716 :unlock: ๐Ÿ”“
717 :bell: ๐Ÿ””
718 :no_bell: ๐Ÿ”•
719 :bookmark: ๐Ÿ”–
720 :link: ๐Ÿ”—
721 :radio_button: ๐Ÿ”˜
722 :back: ๐Ÿ”™
723 :end: ๐Ÿ”š
724 :on: ๐Ÿ”›
725 :soon: ๐Ÿ”œ
726 :top: ๐Ÿ”
727 :underage: ๐Ÿ”ž
728 :keycap_ten: ๐Ÿ”Ÿ
729 :capital_abcd: ๐Ÿ” 
730 :abcd: ๐Ÿ”ก
731 :1234: ๐Ÿ”ข
732 :symbols: ๐Ÿ”ฃ
733 :abc: ๐Ÿ”ค
734 :fire: ๐Ÿ”ฅ
735 :flashlight: ๐Ÿ”ฆ
736 :wrench: ๐Ÿ”ง
737 :hammer: ๐Ÿ”จ
738 :nut_and_bolt: ๐Ÿ”ฉ
739 :hocho: ๐Ÿ”ช
740 :gun: ๐Ÿ”ซ
741 :microscope: ๐Ÿ”ฌ
742 :telescope: ๐Ÿ”ญ
743 :crystal_ball: ๐Ÿ”ฎ
744 :six_pointed_star: ๐Ÿ”ฏ
745 :beginner: ๐Ÿ”ฐ
746 :trident: ๐Ÿ”ฑ
747 :black_square_button: ๐Ÿ”ฒ
748 :white_square_button: ๐Ÿ”ณ
749 :red_circle: ๐Ÿ”ด
750 :large_blue_circle: ๐Ÿ”ต
751 :large_orange_diamond: ๐Ÿ”ถ
752 :large_blue_diamond: ๐Ÿ”ท
753 :small_orange_diamond: ๐Ÿ”ธ
754 :small_blue_diamond: ๐Ÿ”น
755 :small_red_triangle: ๐Ÿ”บ
756 :small_red_triangle_down: ๐Ÿ”ป
757 :arrow_up_small: ๐Ÿ”ผ
758 :arrow_down_small: ๐Ÿ”ฝ
759 :om_symbol: :om_symbol:
760 :dove_of_peace: :dove_of_peace:
761 :kaaba: ๐Ÿ•‹
762 :mosque: ๐Ÿ•Œ
763 :synagogue: ๐Ÿ•
764 :menorah_with_nine_branches: :menorah_with_nine_branches:
765 :clock1: ๐Ÿ•
766 :clock2: ๐Ÿ•‘
767 :clock3: ๐Ÿ•’
768 :clock4: ๐Ÿ•“
769 :clock5: ๐Ÿ•”
770 :clock6: ๐Ÿ••
771 :clock7: ๐Ÿ•–
772 :clock8: ๐Ÿ•—
773 :clock9: ๐Ÿ•˜
774 :clock10: ๐Ÿ•™
775 :clock11: ๐Ÿ•š
776 :clock12: ๐Ÿ•›
777 :clock130: ๐Ÿ•œ
778 :clock230: ๐Ÿ•
779 :clock330: ๐Ÿ•ž
780 :clock430: ๐Ÿ•Ÿ
781 :clock530: ๐Ÿ• 
782 :clock630: ๐Ÿ•ก
783 :clock730: ๐Ÿ•ข
784 :clock830: ๐Ÿ•ฃ
785 :clock930: ๐Ÿ•ค
786 :clock1030: ๐Ÿ•ฅ
787 :clock1130: ๐Ÿ•ฆ
788 :clock1230: ๐Ÿ•ง
789 :candle: ๐Ÿ•ฏ๏ธ
790 :mantelpiece_clock: ๐Ÿ•ฐ๏ธ
791 :hole: ๐Ÿ•ณ๏ธ
792 :man_in_business_suit_levitating: :man_in_business_suit_levitating:
793 :sleuth_or_spy: :sleuth_or_spy:
794 :dark_sunglasses: ๐Ÿ•ถ๏ธ
795 :spider: ๐Ÿ•ท๏ธ
796 :spider_web: ๐Ÿ•ธ๏ธ
797 :joystick: ๐Ÿ•น๏ธ
798 :linked_paperclips: :linked_paperclips:
799 :lower_left_ballpoint_pen: :lower_left_ballpoint_pen:
800 :lower_left_fountain_pen: :lower_left_fountain_pen:
801 :lower_left_paintbrush: :lower_left_paintbrush:
802 :lower_left_crayon: :lower_left_crayon:
803 :raised_hand_with_fingers_splayed: ๐Ÿ–๏ธ
804 :middle_finger: ๐Ÿ–•
805 :spock-hand: :spock-hand:
806 :desktop_computer: ๐Ÿ–ฅ๏ธ
807 :printer: ๐Ÿ–จ๏ธ
808 :three_button_mouse: :three_button_mouse:
809 :trackball: ๐Ÿ–ฒ๏ธ
810 :frame_with_picture: :frame_with_picture:
811 :card_index_dividers: ๐Ÿ—‚๏ธ
812 :card_file_box: ๐Ÿ—ƒ๏ธ
813 :file_cabinet: ๐Ÿ—„๏ธ
814 :wastebasket: ๐Ÿ—‘๏ธ
815 :spiral_note_pad: :spiral_note_pad:
816 :spiral_calendar_pad: :spiral_calendar_pad:
817 :compression: :compression:
818 :old_key: ๐Ÿ—๏ธ
819 :rolled_up_newspaper: :rolled_up_newspaper:
820 :dagger_knife: :dagger_knife:
821 :speaking_head_in_silhouette: :speaking_head_in_silhouette:
822 :left_speech_bubble: ๐Ÿ—จ๏ธ
823 :right_anger_bubble: ๐Ÿ—ฏ๏ธ
824 :ballot_box_with_ballot: :ballot_box_with_ballot:
825 :world_map: ๐Ÿ—บ๏ธ
826 :mount_fuji: ๐Ÿ—ป
827 :tokyo_tower: ๐Ÿ—ผ
828 :statue_of_liberty: ๐Ÿ—ฝ
829 :japan: ๐Ÿ—พ
830 :moyai: ๐Ÿ—ฟ
831 :grinning: ๐Ÿ˜€
832 :grin: ๐Ÿ˜
833 :joy: ๐Ÿ˜‚
834 :smiley: ๐Ÿ˜ƒ
835 :smile: ๐Ÿ˜„
836 :sweat_smile: ๐Ÿ˜…
837 :laughing: ๐Ÿ˜†
838 :innocent: ๐Ÿ˜‡
839 :smiling_imp: ๐Ÿ˜ˆ
840 :wink: ๐Ÿ˜‰
841 :blush: ๐Ÿ˜Š
842 :yum: ๐Ÿ˜‹
843 :relieved: ๐Ÿ˜Œ
844 :heart_eyes: ๐Ÿ˜
845 :sunglasses: ๐Ÿ˜Ž
846 :smirk: ๐Ÿ˜
847 :neutral_face: ๐Ÿ˜
848 :expressionless: ๐Ÿ˜‘
849 :unamused: ๐Ÿ˜’
850 :sweat: ๐Ÿ˜“
851 :pensive: ๐Ÿ˜”
852 :confused: ๐Ÿ˜•
853 :confounded: ๐Ÿ˜–
854 :kissing: ๐Ÿ˜—
855 :kissing_heart: ๐Ÿ˜˜
856 :kissing_smiling_eyes: ๐Ÿ˜™
857 :kissing_closed_eyes: ๐Ÿ˜š
858 :stuck_out_tongue: ๐Ÿ˜›
859 :stuck_out_tongue_winking_eye: ๐Ÿ˜œ
860 :stuck_out_tongue_closed_eyes: ๐Ÿ˜
861 :disappointed: ๐Ÿ˜ž
862 :worried: ๐Ÿ˜Ÿ
863 :angry: ๐Ÿ˜ 
864 :rage: ๐Ÿ˜ก
865 :cry: ๐Ÿ˜ข
866 :persevere: ๐Ÿ˜ฃ
867 :triumph: ๐Ÿ˜ค
868 :disappointed_relieved: ๐Ÿ˜ฅ
869 :frowning: ๐Ÿ˜ฆ
870 :anguished: ๐Ÿ˜ง
871 :fearful: ๐Ÿ˜จ
872 :weary: ๐Ÿ˜ฉ
873 :sleepy: ๐Ÿ˜ช
874 :tired_face: ๐Ÿ˜ซ
875 :grimacing: ๐Ÿ˜ฌ
876 :sob: ๐Ÿ˜ญ
877 :open_mouth: ๐Ÿ˜ฎ
878 :hushed: ๐Ÿ˜ฏ
879 :cold_sweat: ๐Ÿ˜ฐ
880 :scream: ๐Ÿ˜ฑ
881 :astonished: ๐Ÿ˜ฒ
882 :flushed: ๐Ÿ˜ณ
883 :sleeping: ๐Ÿ˜ด
884 :dizzy_face: ๐Ÿ˜ต
885 :no_mouth: ๐Ÿ˜ถ
886 :mask: ๐Ÿ˜ท
887 :smile_cat: ๐Ÿ˜ธ
888 :joy_cat: ๐Ÿ˜น
889 :smiley_cat: ๐Ÿ˜บ
890 :heart_eyes_cat: ๐Ÿ˜ป
891 :smirk_cat: ๐Ÿ˜ผ
892 :kissing_cat: ๐Ÿ˜ฝ
893 :pouting_cat: ๐Ÿ˜พ
894 :crying_cat_face: ๐Ÿ˜ฟ
895 :scream_cat: ๐Ÿ™€
896 :slightly_frowning_face: ๐Ÿ™
897 :slightly_smiling_face: ๐Ÿ™‚
898 :upside_down_face: ๐Ÿ™ƒ
899 :face_with_rolling_eyes: :face_with_rolling_eyes:
900 :no_good: ๐Ÿ™…
901 :ok_woman: ๐Ÿ™†โ€โ™€๏ธ
902 :bow: ๐Ÿ™‡
903 :see_no_evil: ๐Ÿ™ˆ
904 :hear_no_evil: ๐Ÿ™‰
905 :speak_no_evil: ๐Ÿ™Š
906 :raising_hand: ๐Ÿ™‹
907 :raised_hands: ๐Ÿ™Œ
908 :person_frowning: :person_frowning:
909 :person_with_pouting_face: :person_with_pouting_face:
910 :pray: ๐Ÿ™
911 :rocket: ๐Ÿš€
912 :helicopter: ๐Ÿš
913 :steam_locomotive: ๐Ÿš‚
914 :railway_car: ๐Ÿšƒ
915 :bullettrain_side: ๐Ÿš„
916 :bullettrain_front: ๐Ÿš…
917 :train2: ๐Ÿš†
918 :metro: ๐Ÿš‡
919 :light_rail: ๐Ÿšˆ
920 :station: ๐Ÿš‰
921 :tram: ๐ŸšŠ
922 :train: ๐Ÿš‹
923 :bus: ๐ŸšŒ
924 :oncoming_bus: ๐Ÿš
925 :trolleybus: ๐ŸšŽ
926 :busstop: ๐Ÿš
927 :minibus: ๐Ÿš
928 :ambulance: ๐Ÿš‘
929 :fire_engine: ๐Ÿš’
930 :police_car: ๐Ÿš“
931 :oncoming_police_car: ๐Ÿš”
932 :taxi: ๐Ÿš•
933 :oncoming_taxi: ๐Ÿš–
934 :car: ๐Ÿš—
935 :oncoming_automobile: ๐Ÿš˜
936 :blue_car: ๐Ÿš™
937 :truck: ๐Ÿšš
938 :articulated_lorry: ๐Ÿš›
939 :tractor: ๐Ÿšœ
940 :monorail: ๐Ÿš
941 :mountain_railway: ๐Ÿšž
942 :suspension_railway: ๐ŸšŸ
943 :mountain_cableway: ๐Ÿš 
944 :aerial_tramway: ๐Ÿšก
945 :ship: ๐Ÿšข
946 :rowboat: ๐Ÿšฃ
947 :speedboat: ๐Ÿšค
948 :traffic_light: ๐Ÿšฅ
949 :vertical_traffic_light: ๐Ÿšฆ
950 :construction: ๐Ÿšง
951 :rotating_light: ๐Ÿšจ
952 :triangular_flag_on_post: ๐Ÿšฉ
953 :door: ๐Ÿšช
954 :no_entry_sign: ๐Ÿšซ
955 :smoking: ๐Ÿšฌ
956 :no_smoking: ๐Ÿšญ
957 :put_litter_in_its_place: ๐Ÿšฎ
958 :do_not_litter: ๐Ÿšฏ
959 :potable_water: ๐Ÿšฐ
960 :non-potable_water: ๐Ÿšฑ
961 :bike: ๐Ÿšฒ
962 :no_bicycles: ๐Ÿšณ
963 :bicyclist: ๐Ÿšด
964 :mountain_bicyclist: ๐Ÿšต
965 :walking: ๐Ÿšถ
966 :no_pedestrians: ๐Ÿšท
967 :children_crossing: ๐Ÿšธ
968 :mens: ๐Ÿšน
969 :womens: ๐Ÿšบ
970 :restroom: ๐Ÿšป
971 :baby_symbol: ๐Ÿšผ
972 :toilet: ๐Ÿšฝ
973 :wc: ๐Ÿšพ
974 :shower: ๐Ÿšฟ
975 :bath: ๐Ÿ›€
976 :bathtub: ๐Ÿ›
977 :passport_control: ๐Ÿ›‚
978 :customs: ๐Ÿ›ƒ
979 :baggage_claim: ๐Ÿ›„
980 :left_luggage: ๐Ÿ›…
981 :couch_and_lamp: ๐Ÿ›‹๏ธ
982 :sleeping_accommodation: :sleeping_accommodation:
983 :shopping_bags: :shopping_bags:
984 :bellhop_bell: ๐Ÿ›Ž๏ธ
985 :bed: ๐Ÿ›๏ธ
986 :place_of_worship: ๐Ÿ›
987 :hammer_and_wrench: ๐Ÿ› ๏ธ
988 :shield: ๐Ÿ›ก๏ธ
989 :oil_drum: ๐Ÿ›ข๏ธ
990 :motorway: ๐Ÿ›ฃ๏ธ
991 :railway_track: ๐Ÿ›ค๏ธ
992 :motor_boat: ๐Ÿ›ฅ๏ธ
993 :small_airplane: ๐Ÿ›ฉ๏ธ
994 :airplane_departure: :airplane_departure:
995 :airplane_arriving: :airplane_arriving:
996 :satellite: ๐Ÿ“ก
997 :passenger_ship: ๐Ÿ›ณ๏ธ
998 :zipper_mouth_face: ๐Ÿค
999 :money_mouth_face: ๐Ÿค‘
1000 :face_with_thermometer: ๐Ÿค’
1001 :nerd_face: ๐Ÿค“
1002 :thinking_face: :thinking_face:
1003 :face_with_head_bandage: ๐Ÿค•
1004 :robot_face: :robot_face:
1005 :hugging_face: :hugging_face:
1006 :the_horns: :the_horns:
1007 :crab: ๐Ÿฆ€
1008 :lion_face: :lion_face:
1009 :scorpion: ๐Ÿฆ‚
1010 :turkey: ๐Ÿฆƒ
1011 :unicorn_face: :unicorn_face:
1012 :cheese_wedge: :cheese_wedge:
1013 :hash: #๏ธโƒฃ
1014 :keycap_star: :keycap_star:
1015 :zero: 0๏ธโƒฃ
1016 :one: 1๏ธโƒฃ
1017 :two: 2๏ธโƒฃ
1018 :three: 3๏ธโƒฃ
1019 :four: 4๏ธโƒฃ
1020 :five: 5๏ธโƒฃ
1021 :six: 6๏ธโƒฃ
1022 :seven: 7๏ธโƒฃ
1023 :eight: 8๏ธโƒฃ
1024 :nine: 9๏ธโƒฃ
1025 :flag-ac: :flag-ac:
1026 :flag-ad: :flag-ad:
1027 :flag-ae: :flag-ae:
1028 :flag-af: :flag-af:
1029 :flag-ag: :flag-ag:
1030 :flag-ai: :flag-ai:
1031 :flag-al: :flag-al:
1032 :flag-am: :flag-am:
1033 :flag-ao: :flag-ao:
1034 :flag-aq: :flag-aq:
1035 :flag-ar: :flag-ar:
1036 :flag-as: :flag-as:
1037 :flag-at: :flag-at:
1038 :flag-au: :flag-au:
1039 :flag-aw: :flag-aw:
1040 :flag-ax: :flag-ax:
1041 :flag-az: :flag-az:
1042 :flag-ba: :flag-ba:
1043 :flag-bb: :flag-bb:
1044 :flag-bd: :flag-bd:
1045 :flag-be: :flag-be:
1046 :flag-bf: :flag-bf:
1047 :flag-bg: :flag-bg:
1048 :flag-bh: :flag-bh:
1049 :flag-bi: :flag-bi:
1050 :flag-bj: :flag-bj:
1051 :flag-bl: :flag-bl:
1052 :flag-bm: :flag-bm:
1053 :flag-bn: :flag-bn:
1054 :flag-bo: :flag-bo:
1055 :flag-bq: :flag-bq:
1056 :flag-br: :flag-br:
1057 :flag-bs: :flag-bs:
1058 :flag-bt: :flag-bt:
1059 :flag-bv: :flag-bv:
1060 :flag-bw: :flag-bw:
1061 :flag-by: :flag-by:
1062 :flag-bz: :flag-bz:
1063 :flag-ca: :flag-ca:
1064 :flag-cc: :flag-cc:
1065 :flag-cd: :flag-cd:
1066 :flag-cf: :flag-cf:
1067 :flag-cg: :flag-cg:
1068 :flag-ch: :flag-ch:
1069 :flag-ci: :flag-ci:
1070 :flag-ck: :flag-ck:
1071 :flag-cl: :flag-cl:
1072 :flag-cm: :flag-cm:
1073 :flag-cn: :flag-cn:
1074 :flag-co: :flag-co:
1075 :flag-cp: :flag-cp:
1076 :flag-cr: :flag-cr:
1077 :flag-cu: :flag-cu:
1078 :flag-cv: :flag-cv:
1079 :flag-cw: :flag-cw:
1080 :flag-cx: :flag-cx:
1081 :flag-cy: :flag-cy:
1082 :flag-cz: :flag-cz:
1083 :flag-de: :flag-de:
1084 :flag-dg: :flag-dg:
1085 :flag-dj: :flag-dj:
1086 :flag-dk: :flag-dk:
1087 :flag-dm: :flag-dm:
1088 :flag-do: :flag-do:
1089 :flag-dz: :flag-dz:
1090 :flag-ea: :flag-ea:
1091 :flag-ec: :flag-ec:
1092 :flag-ee: :flag-ee:
1093 :flag-eg: :flag-eg:
1094 :flag-eh: :flag-eh:
1095 :flag-er: :flag-er:
1096 :flag-es: :flag-es:
1097 :flag-et: :flag-et:
1098 :flag-eu: :flag-eu:
1099 :flag-fi: :flag-fi:
1100 :flag-fj: :flag-fj:
1101 :flag-fk: :flag-fk:
1102 :flag-fm: :flag-fm:
1103 :flag-fo: :flag-fo:
1104 :flag-fr: :flag-fr:
1105 :flag-ga: :flag-ga:
1106 :flag-gb: :flag-gb:
1107 :flag-gd: :flag-gd:
1108 :flag-ge: :flag-ge:
1109 :flag-gf: :flag-gf:
1110 :flag-gg: :flag-gg:
1111 :flag-gh: :flag-gh:
1112 :flag-gi: :flag-gi:
1113 :flag-gl: :flag-gl:
1114 :flag-gm: :flag-gm:
1115 :flag-gn: :flag-gn:
1116 :flag-gp: :flag-gp:
1117 :flag-gq: :flag-gq:
1118 :flag-gr: :flag-gr:
1119 :flag-gs: :flag-gs:
1120 :flag-gt: :flag-gt:
1121 :flag-gu: :flag-gu:
1122 :flag-gw: :flag-gw:
1123 :flag-gy: :flag-gy:
1124 :flag-hk: :flag-hk:
1125 :flag-hm: :flag-hm:
1126 :flag-hn: :flag-hn:
1127 :flag-hr: :flag-hr:
1128 :flag-ht: :flag-ht:
1129 :flag-hu: :flag-hu:
1130 :flag-ic: :flag-ic:
1131 :flag-id: :flag-id:
1132 :flag-ie: :flag-ie:
1133 :flag-il: :flag-il:
1134 :flag-im: :flag-im:
1135 :flag-in: :flag-in:
1136 :flag-io: :flag-io:
1137 :flag-iq: :flag-iq:
1138 :flag-ir: :flag-ir:
1139 :flag-is: :flag-is:
1140 :flag-it: :flag-it:
1141 :flag-je: :flag-je:
1142 :flag-jm: :flag-jm:
1143 :flag-jo: :flag-jo:
1144 :flag-jp: :flag-jp:
1145 :flag-ke: :flag-ke:
1146 :flag-kg: :flag-kg:
1147 :flag-kh: :flag-kh:
1148 :flag-ki: :flag-ki:
1149 :flag-km: :flag-km:
1150 :flag-kn: :flag-kn:
1151 :flag-kp: :flag-kp:
1152 :flag-kr: :flag-kr:
1153 :flag-kw: :flag-kw:
1154 :flag-ky: :flag-ky:
1155 :flag-kz: :flag-kz:
1156 :flag-la: :flag-la:
1157 :flag-lb: :flag-lb:
1158 :flag-lc: :flag-lc:
1159 :flag-li: :flag-li:
1160 :flag-lk: :flag-lk:
1161 :flag-lr: :flag-lr:
1162 :flag-ls: :flag-ls:
1163 :flag-lt: :flag-lt:
1164 :flag-lu: :flag-lu:
1165 :flag-lv: :flag-lv:
1166 :flag-ly: :flag-ly:
1167 :flag-ma: :flag-ma:
1168 :flag-mc: :flag-mc:
1169 :flag-md: :flag-md:
1170 :flag-me: :flag-me:
1171 :flag-mf: :flag-mf:
1172 :flag-mg: :flag-mg:
1173 :flag-mh: :flag-mh:
1174 :flag-mk: :flag-mk:
1175 :flag-ml: :flag-ml:
1176 :flag-mm: :flag-mm:
1177 :flag-mn: :flag-mn:
1178 :flag-mo: :flag-mo:
1179 :flag-mp: :flag-mp:
1180 :flag-mq: :flag-mq:
1181 :flag-mr: :flag-mr:
1182 :flag-ms: :flag-ms:
1183 :flag-mt: :flag-mt:
1184 :flag-mu: :flag-mu:
1185 :flag-mv: :flag-mv:
1186 :flag-mw: :flag-mw:
1187 :flag-mx: :flag-mx:
1188 :flag-my: :flag-my:
1189 :flag-mz: :flag-mz:
1190 :flag-na: :flag-na:
1191 :flag-nc: :flag-nc:
1192 :flag-ne: :flag-ne:
1193 :flag-nf: :flag-nf:
1194 :flag-ng: :flag-ng:
1195 :flag-ni: :flag-ni:
1196 :flag-nl: :flag-nl:
1197 :flag-no: :flag-no:
1198 :flag-np: :flag-np:
1199 :flag-nr: :flag-nr:
1200 :flag-nu: :flag-nu:
1201 :flag-nz: :flag-nz:
1202 :flag-om: :flag-om:
1203 :flag-pa: :flag-pa:
1204 :flag-pe: :flag-pe:
1205 :flag-pf: :flag-pf:
1206 :flag-pg: :flag-pg:
1207 :flag-ph: :flag-ph:
1208 :flag-pk: :flag-pk:
1209 :flag-pl: :flag-pl:
1210 :flag-pm: :flag-pm:
1211 :flag-pn: :flag-pn:
1212 :flag-pr: :flag-pr:
1213 :flag-ps: :flag-ps:
1214 :flag-pt: :flag-pt:
1215 :flag-pw: :flag-pw:
1216 :flag-py: :flag-py:
1217 :flag-qa: :flag-qa:
1218 :flag-re: :flag-re:
1219 :flag-ro: :flag-ro:
1220 :flag-rs: :flag-rs:
1221 :flag-ru: :flag-ru:
1222 :flag-rw: :flag-rw:
1223 :flag-sa: :flag-sa:
1224 :flag-sb: :flag-sb:
1225 :flag-sc: :flag-sc:
1226 :flag-sd: :flag-sd:
1227 :flag-se: :flag-se:
1228 :flag-sg: :flag-sg:
1229 :flag-sh: :flag-sh:
1230 :flag-si: :flag-si:
1231 :flag-sj: :flag-sj:
1232 :flag-sk: :flag-sk:
1233 :flag-sl: :flag-sl:
1234 :flag-sm: :flag-sm:
1235 :flag-sn: :flag-sn:
1236 :flag-so: :flag-so:
1237 :flag-sr: :flag-sr:
1238 :flag-ss: :flag-ss:
1239 :flag-st: :flag-st:
1240 :flag-sv: :flag-sv:
1241 :flag-sx: :flag-sx:
1242 :flag-sy: :flag-sy:
1243 :flag-sz: :flag-sz:
1244 :flag-ta: :flag-ta:
1245 :flag-tc: :flag-tc:
1246 :flag-td: :flag-td:
1247 :flag-tf: :flag-tf:
1248 :flag-tg: :flag-tg:
1249 :flag-th: :flag-th:
1250 :flag-tj: :flag-tj:
1251 :flag-tk: :flag-tk:
1252 :flag-tl: :flag-tl:
1253 :flag-tm: :flag-tm:
1254 :flag-tn: :flag-tn:
1255 :flag-to: :flag-to:
1256 :flag-tr: :flag-tr:
1257 :flag-tt: :flag-tt:
1258 :flag-tv: :flag-tv:
1259 :flag-tw: :flag-tw:
1260 :flag-tz: :flag-tz:
1261 :flag-ua: :flag-ua:
1262 :flag-ug: :flag-ug:
1263 :flag-um: :flag-um:
1264 :flag-us: :flag-us:
1265 :flag-uy: :flag-uy:
1266 :flag-uz: :flag-uz:
1267 :flag-va: :flag-va:
1268 :flag-vc: :flag-vc:
1269 :flag-ve: :flag-ve:
1270 :flag-vg: :flag-vg:
1271 :flag-vi: :flag-vi:
1272 :flag-vn: :flag-vn:
1273 :flag-vu: :flag-vu:
1274 :flag-wf: :flag-wf:
1275 :flag-ws: :flag-ws:
1276 :flag-xk: :flag-xk:
1277 :flag-ye: :flag-ye:
1278 :flag-yt: :flag-yt:
1279 :flag-za: :flag-za:
1280 :flag-zm: :flag-zm:
1281 :flag-zw: :flag-zw:
1282 :man-man-boy: :man-man-boy:
1283 :man-man-boy-boy: :man-man-boy-boy:
1284 :man-man-girl: :man-man-girl:
1285 :man-man-girl-boy: :man-man-girl-boy:
1286 :man-man-girl-girl: :man-man-girl-girl:
1287 :man-woman-boy-boy: :man-woman-boy-boy:
1288 :man-woman-girl: :man-woman-girl:
1289 :man-woman-girl-boy: :man-woman-girl-boy:
1290 :man-woman-girl-girl: :man-woman-girl-girl:
1291 :man-heart-man: :man-heart-man:
1292 :man-kiss-man: :man-kiss-man:
1293 :woman-woman-boy: :woman-woman-boy:
1294 :woman-woman-boy-boy: :woman-woman-boy-boy:
1295 :woman-woman-girl: :woman-woman-girl:
1296 :woman-woman-girl-boy: :woman-woman-girl-boy:
1297 :woman-woman-girl-girl: :woman-woman-girl-girl:
1298 :woman-heart-woman: :woman-heart-woman:
1299 :woman-kiss-woman: :woman-kiss-woman:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment