[READ-ONLY] a fast, modern browser for the npm registry
at main 1919 lines 50 kB view raw
1// copied from https://github.com/markdown-it/markdown-it-emoji/blob/master/lib/data/full.mjs 2const emojis = { 3 '100': '💯', 4 '1234': '🔢', 5 'grinning': '😀', 6 'smiley': '😃', 7 'smile': '😄', 8 'grin': '😁', 9 'laughing': '😆', 10 'satisfied': '😆', 11 'sweat_smile': '😅', 12 'rofl': '🤣', 13 'joy': '😂', 14 'slightly_smiling_face': '🙂', 15 'upside_down_face': '🙃', 16 'melting_face': '🫠', 17 'wink': '😉', 18 'blush': '😊', 19 'innocent': '😇', 20 'smiling_face_with_three_hearts': '🥰', 21 'heart_eyes': '😍', 22 'star_struck': '🤩', 23 'kissing_heart': '😘', 24 'kissing': '😗', 25 'relaxed': '☺️', 26 'kissing_closed_eyes': '😚', 27 'kissing_smiling_eyes': '😙', 28 'smiling_face_with_tear': '🥲', 29 'yum': '😋', 30 'stuck_out_tongue': '😛', 31 'stuck_out_tongue_winking_eye': '😜', 32 'zany_face': '🤪', 33 'stuck_out_tongue_closed_eyes': '😝', 34 'money_mouth_face': '🤑', 35 'hugs': '🤗', 36 'hand_over_mouth': '🤭', 37 'face_with_open_eyes_and_hand_over_mouth': '🫢', 38 'face_with_peeking_eye': '🫣', 39 'shushing_face': '🤫', 40 'thinking': '🤔', 41 'saluting_face': '🫡', 42 'zipper_mouth_face': '🤐', 43 'raised_eyebrow': '🤨', 44 'neutral_face': '😐', 45 'expressionless': '😑', 46 'no_mouth': '😶', 47 'dotted_line_face': '🫥', 48 'face_in_clouds': '😶‍🌫️', 49 'smirk': '😏', 50 'unamused': '😒', 51 'roll_eyes': '🙄', 52 'grimacing': '😬', 53 'face_exhaling': '😮‍💨', 54 'lying_face': '🤥', 55 'shaking_face': '🫨', 56 'relieved': '😌', 57 'pensive': '😔', 58 'sleepy': '😪', 59 'drooling_face': '🤤', 60 'sleeping': '😴', 61 'mask': '😷', 62 'face_with_thermometer': '🤒', 63 'face_with_head_bandage': '🤕', 64 'nauseated_face': '🤢', 65 'vomiting_face': '🤮', 66 'sneezing_face': '🤧', 67 'hot_face': '🥵', 68 'cold_face': '🥶', 69 'woozy_face': '🥴', 70 'dizzy_face': '😵', 71 'face_with_spiral_eyes': '😵‍💫', 72 'exploding_head': '🤯', 73 'cowboy_hat_face': '🤠', 74 'partying_face': '🥳', 75 'disguised_face': '🥸', 76 'sunglasses': '😎', 77 'nerd_face': '🤓', 78 'monocle_face': '🧐', 79 'confused': '😕', 80 'face_with_diagonal_mouth': '🫤', 81 'worried': '😟', 82 'slightly_frowning_face': '🙁', 83 'frowning_face': '☹️', 84 'open_mouth': '😮', 85 'hushed': '😯', 86 'astonished': '😲', 87 'flushed': '😳', 88 'pleading_face': '🥺', 89 'face_holding_back_tears': '🥹', 90 'frowning': '😦', 91 'anguished': '😧', 92 'fearful': '😨', 93 'cold_sweat': '😰', 94 'disappointed_relieved': '😥', 95 'cry': '😢', 96 'sob': '😭', 97 'scream': '😱', 98 'confounded': '😖', 99 'persevere': '😣', 100 'disappointed': '😞', 101 'sweat': '😓', 102 'weary': '😩', 103 'tired_face': '😫', 104 'yawning_face': '🥱', 105 'triumph': '😤', 106 'rage': '😡', 107 'pout': '😡', 108 'angry': '😠', 109 'cursing_face': '🤬', 110 'smiling_imp': '😈', 111 'imp': '👿', 112 'skull': '💀', 113 'skull_and_crossbones': '☠️', 114 'hankey': '💩', 115 'poop': '💩', 116 'shit': '💩', 117 'clown_face': '🤡', 118 'japanese_ogre': '👹', 119 'japanese_goblin': '👺', 120 'ghost': '👻', 121 'alien': '👽', 122 'space_invader': '👾', 123 'robot': '🤖', 124 'smiley_cat': '😺', 125 'smile_cat': '😸', 126 'joy_cat': '😹', 127 'heart_eyes_cat': '😻', 128 'smirk_cat': '😼', 129 'kissing_cat': '😽', 130 'scream_cat': '🙀', 131 'crying_cat_face': '😿', 132 'pouting_cat': '😾', 133 'see_no_evil': '🙈', 134 'hear_no_evil': '🙉', 135 'speak_no_evil': '🙊', 136 'love_letter': '💌', 137 'cupid': '💘', 138 'gift_heart': '💝', 139 'sparkling_heart': '💖', 140 'heartpulse': '💗', 141 'heartbeat': '💓', 142 'revolving_hearts': '💞', 143 'two_hearts': '💕', 144 'heart_decoration': '💟', 145 'heavy_heart_exclamation': '❣️', 146 'broken_heart': '💔', 147 'heart_on_fire': '❤️‍🔥', 148 'mending_heart': '❤️‍🩹', 149 'heart': '❤️', 150 'pink_heart': '🩷', 151 'orange_heart': '🧡', 152 'yellow_heart': '💛', 153 'green_heart': '💚', 154 'blue_heart': '💙', 155 'light_blue_heart': '🩵', 156 'purple_heart': '💜', 157 'brown_heart': '🤎', 158 'black_heart': '🖤', 159 'grey_heart': '🩶', 160 'white_heart': '🤍', 161 'kiss': '💋', 162 'anger': '💢', 163 'boom': '💥', 164 'collision': '💥', 165 'dizzy': '💫', 166 'sweat_drops': '💦', 167 'dash': '💨', 168 'hole': '🕳️', 169 'speech_balloon': '💬', 170 'eye_speech_bubble': '👁️‍🗨️', 171 'left_speech_bubble': '🗨️', 172 'right_anger_bubble': '🗯️', 173 'thought_balloon': '💭', 174 'zzz': '💤', 175 'wave': '👋', 176 'raised_back_of_hand': '🤚', 177 'raised_hand_with_fingers_splayed': '🖐️', 178 'hand': '✋', 179 'raised_hand': '✋', 180 'vulcan_salute': '🖖', 181 'rightwards_hand': '🫱', 182 'leftwards_hand': '🫲', 183 'palm_down_hand': '🫳', 184 'palm_up_hand': '🫴', 185 'leftwards_pushing_hand': '🫷', 186 'rightwards_pushing_hand': '🫸', 187 'ok_hand': '👌', 188 'pinched_fingers': '🤌', 189 'pinching_hand': '🤏', 190 'v': '✌️', 191 'crossed_fingers': '🤞', 192 'hand_with_index_finger_and_thumb_crossed': '🫰', 193 'love_you_gesture': '🤟', 194 'metal': '🤘', 195 'call_me_hand': '🤙', 196 'point_left': '👈', 197 'point_right': '👉', 198 'point_up_2': '👆', 199 'middle_finger': '🖕', 200 'fu': '🖕', 201 'point_down': '👇', 202 'point_up': '☝️', 203 'index_pointing_at_the_viewer': '🫵', 204 '+1': '👍', 205 'thumbsup': '👍', 206 '-1': '👎', 207 'thumbsdown': '👎', 208 'fist_raised': '✊', 209 'fist': '✊', 210 'fist_oncoming': '👊', 211 'facepunch': '👊', 212 'punch': '👊', 213 'fist_left': '🤛', 214 'fist_right': '🤜', 215 'clap': '👏', 216 'raised_hands': '🙌', 217 'heart_hands': '🫶', 218 'open_hands': '👐', 219 'palms_up_together': '🤲', 220 'handshake': '🤝', 221 'pray': '🙏', 222 'writing_hand': '✍️', 223 'nail_care': '💅', 224 'selfie': '🤳', 225 'muscle': '💪', 226 'mechanical_arm': '🦾', 227 'mechanical_leg': '🦿', 228 'leg': '🦵', 229 'foot': '🦶', 230 'ear': '👂', 231 'ear_with_hearing_aid': '🦻', 232 'nose': '👃', 233 'brain': '🧠', 234 'anatomical_heart': '🫀', 235 'lungs': '🫁', 236 'tooth': '🦷', 237 'bone': '🦴', 238 'eyes': '👀', 239 'eye': '👁️', 240 'tongue': '👅', 241 'lips': '👄', 242 'biting_lip': '🫦', 243 'baby': '👶', 244 'child': '🧒', 245 'boy': '👦', 246 'girl': '👧', 247 'adult': '🧑', 248 'blond_haired_person': '👱', 249 'man': '👨', 250 'bearded_person': '🧔', 251 'man_beard': '🧔‍♂️', 252 'woman_beard': '🧔‍♀️', 253 'red_haired_man': '👨‍🦰', 254 'curly_haired_man': '👨‍🦱', 255 'white_haired_man': '👨‍🦳', 256 'bald_man': '👨‍🦲', 257 'woman': '👩', 258 'red_haired_woman': '👩‍🦰', 259 'person_red_hair': '🧑‍🦰', 260 'curly_haired_woman': '👩‍🦱', 261 'person_curly_hair': '🧑‍🦱', 262 'white_haired_woman': '👩‍🦳', 263 'person_white_hair': '🧑‍🦳', 264 'bald_woman': '👩‍🦲', 265 'person_bald': '🧑‍🦲', 266 'blond_haired_woman': '👱‍♀️', 267 'blonde_woman': '👱‍♀️', 268 'blond_haired_man': '👱‍♂️', 269 'older_adult': '🧓', 270 'older_man': '👴', 271 'older_woman': '👵', 272 'frowning_person': '🙍', 273 'frowning_man': '🙍‍♂️', 274 'frowning_woman': '🙍‍♀️', 275 'pouting_face': '🙎', 276 'pouting_man': '🙎‍♂️', 277 'pouting_woman': '🙎‍♀️', 278 'no_good': '🙅', 279 'no_good_man': '🙅‍♂️', 280 'ng_man': '🙅‍♂️', 281 'no_good_woman': '🙅‍♀️', 282 'ng_woman': '🙅‍♀️', 283 'ok_person': '🙆', 284 'ok_man': '🙆‍♂️', 285 'ok_woman': '🙆‍♀️', 286 'tipping_hand_person': '💁', 287 'information_desk_person': '💁', 288 'tipping_hand_man': '💁‍♂️', 289 'sassy_man': '💁‍♂️', 290 'tipping_hand_woman': '💁‍♀️', 291 'sassy_woman': '💁‍♀️', 292 'raising_hand': '🙋', 293 'raising_hand_man': '🙋‍♂️', 294 'raising_hand_woman': '🙋‍♀️', 295 'deaf_person': '🧏', 296 'deaf_man': '🧏‍♂️', 297 'deaf_woman': '🧏‍♀️', 298 'bow': '🙇', 299 'bowing_man': '🙇‍♂️', 300 'bowing_woman': '🙇‍♀️', 301 'facepalm': '🤦', 302 'man_facepalming': '🤦‍♂️', 303 'woman_facepalming': '🤦‍♀️', 304 'shrug': '🤷', 305 'man_shrugging': '🤷‍♂️', 306 'woman_shrugging': '🤷‍♀️', 307 'health_worker': '🧑‍⚕️', 308 'man_health_worker': '👨‍⚕️', 309 'woman_health_worker': '👩‍⚕️', 310 'student': '🧑‍🎓', 311 'man_student': '👨‍🎓', 312 'woman_student': '👩‍🎓', 313 'teacher': '🧑‍🏫', 314 'man_teacher': '👨‍🏫', 315 'woman_teacher': '👩‍🏫', 316 'judge': '🧑‍⚖️', 317 'man_judge': '👨‍⚖️', 318 'woman_judge': '👩‍⚖️', 319 'farmer': '🧑‍🌾', 320 'man_farmer': '👨‍🌾', 321 'woman_farmer': '👩‍🌾', 322 'cook': '🧑‍🍳', 323 'man_cook': '👨‍🍳', 324 'woman_cook': '👩‍🍳', 325 'mechanic': '🧑‍🔧', 326 'man_mechanic': '👨‍🔧', 327 'woman_mechanic': '👩‍🔧', 328 'factory_worker': '🧑‍🏭', 329 'man_factory_worker': '👨‍🏭', 330 'woman_factory_worker': '👩‍🏭', 331 'office_worker': '🧑‍💼', 332 'man_office_worker': '👨‍💼', 333 'woman_office_worker': '👩‍💼', 334 'scientist': '🧑‍🔬', 335 'man_scientist': '👨‍🔬', 336 'woman_scientist': '👩‍🔬', 337 'technologist': '🧑‍💻', 338 'man_technologist': '👨‍💻', 339 'woman_technologist': '👩‍💻', 340 'singer': '🧑‍🎤', 341 'man_singer': '👨‍🎤', 342 'woman_singer': '👩‍🎤', 343 'artist': '🧑‍🎨', 344 'man_artist': '👨‍🎨', 345 'woman_artist': '👩‍🎨', 346 'pilot': '🧑‍✈️', 347 'man_pilot': '👨‍✈️', 348 'woman_pilot': '👩‍✈️', 349 'astronaut': '🧑‍🚀', 350 'man_astronaut': '👨‍🚀', 351 'woman_astronaut': '👩‍🚀', 352 'firefighter': '🧑‍🚒', 353 'man_firefighter': '👨‍🚒', 354 'woman_firefighter': '👩‍🚒', 355 'police_officer': '👮', 356 'cop': '👮', 357 'policeman': '👮‍♂️', 358 'policewoman': '👮‍♀️', 359 'detective': '🕵️', 360 'male_detective': '🕵️‍♂️', 361 'female_detective': '🕵️‍♀️', 362 'guard': '💂', 363 'guardsman': '💂‍♂️', 364 'guardswoman': '💂‍♀️', 365 'ninja': '🥷', 366 'construction_worker': '👷', 367 'construction_worker_man': '👷‍♂️', 368 'construction_worker_woman': '👷‍♀️', 369 'person_with_crown': '🫅', 370 'prince': '🤴', 371 'princess': '👸', 372 'person_with_turban': '👳', 373 'man_with_turban': '👳‍♂️', 374 'woman_with_turban': '👳‍♀️', 375 'man_with_gua_pi_mao': '👲', 376 'woman_with_headscarf': '🧕', 377 'person_in_tuxedo': '🤵', 378 'man_in_tuxedo': '🤵‍♂️', 379 'woman_in_tuxedo': '🤵‍♀️', 380 'person_with_veil': '👰', 381 'man_with_veil': '👰‍♂️', 382 'woman_with_veil': '👰‍♀️', 383 'bride_with_veil': '👰‍♀️', 384 'pregnant_woman': '🤰', 385 'pregnant_man': '🫃', 386 'pregnant_person': '🫄', 387 'breast_feeding': '🤱', 388 'woman_feeding_baby': '👩‍🍼', 389 'man_feeding_baby': '👨‍🍼', 390 'person_feeding_baby': '🧑‍🍼', 391 'angel': '👼', 392 'santa': '🎅', 393 'mrs_claus': '🤶', 394 'mx_claus': '🧑‍🎄', 395 'superhero': '🦸', 396 'superhero_man': '🦸‍♂️', 397 'superhero_woman': '🦸‍♀️', 398 'supervillain': '🦹', 399 'supervillain_man': '🦹‍♂️', 400 'supervillain_woman': '🦹‍♀️', 401 'mage': '🧙', 402 'mage_man': '🧙‍♂️', 403 'mage_woman': '🧙‍♀️', 404 'fairy': '🧚', 405 'fairy_man': '🧚‍♂️', 406 'fairy_woman': '🧚‍♀️', 407 'vampire': '🧛', 408 'vampire_man': '🧛‍♂️', 409 'vampire_woman': '🧛‍♀️', 410 'merperson': '🧜', 411 'merman': '🧜‍♂️', 412 'mermaid': '🧜‍♀️', 413 'elf': '🧝', 414 'elf_man': '🧝‍♂️', 415 'elf_woman': '🧝‍♀️', 416 'genie': '🧞', 417 'genie_man': '🧞‍♂️', 418 'genie_woman': '🧞‍♀️', 419 'zombie': '🧟', 420 'zombie_man': '🧟‍♂️', 421 'zombie_woman': '🧟‍♀️', 422 'troll': '🧌', 423 'massage': '💆', 424 'massage_man': '💆‍♂️', 425 'massage_woman': '💆‍♀️', 426 'haircut': '💇', 427 'haircut_man': '💇‍♂️', 428 'haircut_woman': '💇‍♀️', 429 'walking': '🚶', 430 'walking_man': '🚶‍♂️', 431 'walking_woman': '🚶‍♀️', 432 'standing_person': '🧍', 433 'standing_man': '🧍‍♂️', 434 'standing_woman': '🧍‍♀️', 435 'kneeling_person': '🧎', 436 'kneeling_man': '🧎‍♂️', 437 'kneeling_woman': '🧎‍♀️', 438 'person_with_probing_cane': '🧑‍🦯', 439 'man_with_probing_cane': '👨‍🦯', 440 'woman_with_probing_cane': '👩‍🦯', 441 'person_in_motorized_wheelchair': '🧑‍🦼', 442 'man_in_motorized_wheelchair': '👨‍🦼', 443 'woman_in_motorized_wheelchair': '👩‍🦼', 444 'person_in_manual_wheelchair': '🧑‍🦽', 445 'man_in_manual_wheelchair': '👨‍🦽', 446 'woman_in_manual_wheelchair': '👩‍🦽', 447 'runner': '🏃', 448 'running': '🏃', 449 'running_man': '🏃‍♂️', 450 'running_woman': '🏃‍♀️', 451 'woman_dancing': '💃', 452 'dancer': '💃', 453 'man_dancing': '🕺', 454 'business_suit_levitating': '🕴️', 455 'dancers': '👯', 456 'dancing_men': '👯‍♂️', 457 'dancing_women': '👯‍♀️', 458 'sauna_person': '🧖', 459 'sauna_man': '🧖‍♂️', 460 'sauna_woman': '🧖‍♀️', 461 'climbing': '🧗', 462 'climbing_man': '🧗‍♂️', 463 'climbing_woman': '🧗‍♀️', 464 'person_fencing': '🤺', 465 'horse_racing': '🏇', 466 'skier': '⛷️', 467 'snowboarder': '🏂', 468 'golfing': '🏌️', 469 'golfing_man': '🏌️‍♂️', 470 'golfing_woman': '🏌️‍♀️', 471 'surfer': '🏄', 472 'surfing_man': '🏄‍♂️', 473 'surfing_woman': '🏄‍♀️', 474 'rowboat': '🚣', 475 'rowing_man': '🚣‍♂️', 476 'rowing_woman': '🚣‍♀️', 477 'swimmer': '🏊', 478 'swimming_man': '🏊‍♂️', 479 'swimming_woman': '🏊‍♀️', 480 'bouncing_ball_person': '⛹️', 481 'bouncing_ball_man': '⛹️‍♂️', 482 'basketball_man': '⛹️‍♂️', 483 'bouncing_ball_woman': '⛹️‍♀️', 484 'basketball_woman': '⛹️‍♀️', 485 'weight_lifting': '🏋️', 486 'weight_lifting_man': '🏋️‍♂️', 487 'weight_lifting_woman': '🏋️‍♀️', 488 'bicyclist': '🚴', 489 'biking_man': '🚴‍♂️', 490 'biking_woman': '🚴‍♀️', 491 'mountain_bicyclist': '🚵', 492 'mountain_biking_man': '🚵‍♂️', 493 'mountain_biking_woman': '🚵‍♀️', 494 'cartwheeling': '🤸', 495 'man_cartwheeling': '🤸‍♂️', 496 'woman_cartwheeling': '🤸‍♀️', 497 'wrestling': '🤼', 498 'men_wrestling': '🤼‍♂️', 499 'women_wrestling': '🤼‍♀️', 500 'water_polo': '🤽', 501 'man_playing_water_polo': '🤽‍♂️', 502 'woman_playing_water_polo': '🤽‍♀️', 503 'handball_person': '🤾', 504 'man_playing_handball': '🤾‍♂️', 505 'woman_playing_handball': '🤾‍♀️', 506 'juggling_person': '🤹', 507 'man_juggling': '🤹‍♂️', 508 'woman_juggling': '🤹‍♀️', 509 'lotus_position': '🧘', 510 'lotus_position_man': '🧘‍♂️', 511 'lotus_position_woman': '🧘‍♀️', 512 'bath': '🛀', 513 'sleeping_bed': '🛌', 514 'people_holding_hands': '🧑‍🤝‍🧑', 515 'two_women_holding_hands': '👭', 516 'couple': '👫', 517 'two_men_holding_hands': '👬', 518 'couplekiss': '💏', 519 'couplekiss_man_woman': '👩‍❤️‍💋‍👨', 520 'couplekiss_man_man': '👨‍❤️‍💋‍👨', 521 'couplekiss_woman_woman': '👩‍❤️‍💋‍👩', 522 'couple_with_heart': '💑', 523 'couple_with_heart_woman_man': '👩‍❤️‍👨', 524 'couple_with_heart_man_man': '👨‍❤️‍👨', 525 'couple_with_heart_woman_woman': '👩‍❤️‍👩', 526 'family': '👪', 527 'family_man_woman_boy': '👨‍👩‍👦', 528 'family_man_woman_girl': '👨‍👩‍👧', 529 'family_man_woman_girl_boy': '👨‍👩‍👧‍👦', 530 'family_man_woman_boy_boy': '👨‍👩‍👦‍👦', 531 'family_man_woman_girl_girl': '👨‍👩‍👧‍👧', 532 'family_man_man_boy': '👨‍👨‍👦', 533 'family_man_man_girl': '👨‍👨‍👧', 534 'family_man_man_girl_boy': '👨‍👨‍👧‍👦', 535 'family_man_man_boy_boy': '👨‍👨‍👦‍👦', 536 'family_man_man_girl_girl': '👨‍👨‍👧‍👧', 537 'family_woman_woman_boy': '👩‍👩‍👦', 538 'family_woman_woman_girl': '👩‍👩‍👧', 539 'family_woman_woman_girl_boy': '👩‍👩‍👧‍👦', 540 'family_woman_woman_boy_boy': '👩‍👩‍👦‍👦', 541 'family_woman_woman_girl_girl': '👩‍👩‍👧‍👧', 542 'family_man_boy': '👨‍👦', 543 'family_man_boy_boy': '👨‍👦‍👦', 544 'family_man_girl': '👨‍👧', 545 'family_man_girl_boy': '👨‍👧‍👦', 546 'family_man_girl_girl': '👨‍👧‍👧', 547 'family_woman_boy': '👩‍👦', 548 'family_woman_boy_boy': '👩‍👦‍👦', 549 'family_woman_girl': '👩‍👧', 550 'family_woman_girl_boy': '👩‍👧‍👦', 551 'family_woman_girl_girl': '👩‍👧‍👧', 552 'speaking_head': '🗣️', 553 'bust_in_silhouette': '👤', 554 'busts_in_silhouette': '👥', 555 'people_hugging': '🫂', 556 'footprints': '👣', 557 'monkey_face': '🐵', 558 'monkey': '🐒', 559 'gorilla': '🦍', 560 'orangutan': '🦧', 561 'dog': '🐶', 562 'dog2': '🐕', 563 'guide_dog': '🦮', 564 'service_dog': '🐕‍🦺', 565 'poodle': '🐩', 566 'wolf': '🐺', 567 'fox_face': '🦊', 568 'raccoon': '🦝', 569 'cat': '🐱', 570 'cat2': '🐈', 571 'black_cat': '🐈‍⬛', 572 'lion': '🦁', 573 'tiger': '🐯', 574 'tiger2': '🐅', 575 'leopard': '🐆', 576 'horse': '🐴', 577 'moose': '🫎', 578 'donkey': '🫏', 579 'racehorse': '🐎', 580 'unicorn': '🦄', 581 'zebra': '🦓', 582 'deer': '🦌', 583 'bison': '🦬', 584 'cow': '🐮', 585 'ox': '🐂', 586 'water_buffalo': '🐃', 587 'cow2': '🐄', 588 'pig': '🐷', 589 'pig2': '🐖', 590 'boar': '🐗', 591 'pig_nose': '🐽', 592 'ram': '🐏', 593 'sheep': '🐑', 594 'goat': '🐐', 595 'dromedary_camel': '🐪', 596 'camel': '🐫', 597 'llama': '🦙', 598 'giraffe': '🦒', 599 'elephant': '🐘', 600 'mammoth': '🦣', 601 'rhinoceros': '🦏', 602 'hippopotamus': '🦛', 603 'mouse': '🐭', 604 'mouse2': '🐁', 605 'rat': '🐀', 606 'hamster': '🐹', 607 'rabbit': '🐰', 608 'rabbit2': '🐇', 609 'chipmunk': '🐿️', 610 'beaver': '🦫', 611 'hedgehog': '🦔', 612 'bat': '🦇', 613 'bear': '🐻', 614 'polar_bear': '🐻‍❄️', 615 'koala': '🐨', 616 'panda_face': '🐼', 617 'sloth': '🦥', 618 'otter': '🦦', 619 'skunk': '🦨', 620 'kangaroo': '🦘', 621 'badger': '🦡', 622 'feet': '🐾', 623 'paw_prints': '🐾', 624 'turkey': '🦃', 625 'chicken': '🐔', 626 'rooster': '🐓', 627 'hatching_chick': '🐣', 628 'baby_chick': '🐤', 629 'hatched_chick': '🐥', 630 'bird': '🐦', 631 'penguin': '🐧', 632 'dove': '🕊️', 633 'eagle': '🦅', 634 'duck': '🦆', 635 'swan': '🦢', 636 'owl': '🦉', 637 'dodo': '🦤', 638 'feather': '🪶', 639 'flamingo': '🦩', 640 'peacock': '🦚', 641 'parrot': '🦜', 642 'wing': '🪽', 643 'black_bird': '🐦‍⬛', 644 'goose': '🪿', 645 'frog': '🐸', 646 'crocodile': '🐊', 647 'turtle': '🐢', 648 'lizard': '🦎', 649 'snake': '🐍', 650 'dragon_face': '🐲', 651 'dragon': '🐉', 652 'sauropod': '🦕', 653 't-rex': '🦖', 654 'whale': '🐳', 655 'whale2': '🐋', 656 'dolphin': '🐬', 657 'flipper': '🐬', 658 'seal': '🦭', 659 'fish': '🐟', 660 'tropical_fish': '🐠', 661 'blowfish': '🐡', 662 'shark': '🦈', 663 'octopus': '🐙', 664 'shell': '🐚', 665 'coral': '🪸', 666 'jellyfish': '🪼', 667 'snail': '🐌', 668 'butterfly': '🦋', 669 'bug': '🐛', 670 'ant': '🐜', 671 'bee': '🐝', 672 'honeybee': '🐝', 673 'beetle': '🪲', 674 'lady_beetle': '🐞', 675 'cricket': '🦗', 676 'cockroach': '🪳', 677 'spider': '🕷️', 678 'spider_web': '🕸️', 679 'scorpion': '🦂', 680 'mosquito': '🦟', 681 'fly': '🪰', 682 'worm': '🪱', 683 'microbe': '🦠', 684 'bouquet': '💐', 685 'cherry_blossom': '🌸', 686 'white_flower': '💮', 687 'lotus': '🪷', 688 'rosette': '🏵️', 689 'rose': '🌹', 690 'wilted_flower': '🥀', 691 'hibiscus': '🌺', 692 'sunflower': '🌻', 693 'blossom': '🌼', 694 'tulip': '🌷', 695 'hyacinth': '🪻', 696 'seedling': '🌱', 697 'potted_plant': '🪴', 698 'evergreen_tree': '🌲', 699 'deciduous_tree': '🌳', 700 'palm_tree': '🌴', 701 'cactus': '🌵', 702 'ear_of_rice': '🌾', 703 'herb': '🌿', 704 'shamrock': '☘️', 705 'four_leaf_clover': '🍀', 706 'maple_leaf': '🍁', 707 'fallen_leaf': '🍂', 708 'leaves': '🍃', 709 'empty_nest': '🪹', 710 'nest_with_eggs': '🪺', 711 'mushroom': '🍄', 712 'grapes': '🍇', 713 'melon': '🍈', 714 'watermelon': '🍉', 715 'tangerine': '🍊', 716 'orange': '🍊', 717 'mandarin': '🍊', 718 'lemon': '🍋', 719 'banana': '🍌', 720 'pineapple': '🍍', 721 'mango': '🥭', 722 'apple': '🍎', 723 'green_apple': '🍏', 724 'pear': '🍐', 725 'peach': '🍑', 726 'cherries': '🍒', 727 'strawberry': '🍓', 728 'blueberries': '🫐', 729 'kiwi_fruit': '🥝', 730 'tomato': '🍅', 731 'olive': '🫒', 732 'coconut': '🥥', 733 'avocado': '🥑', 734 'eggplant': '🍆', 735 'potato': '🥔', 736 'carrot': '🥕', 737 'corn': '🌽', 738 'hot_pepper': '🌶️', 739 'bell_pepper': '🫑', 740 'cucumber': '🥒', 741 'leafy_green': '🥬', 742 'broccoli': '🥦', 743 'garlic': '🧄', 744 'onion': '🧅', 745 'peanuts': '🥜', 746 'beans': '🫘', 747 'chestnut': '🌰', 748 'ginger_root': '🫚', 749 'pea_pod': '🫛', 750 'bread': '🍞', 751 'croissant': '🥐', 752 'baguette_bread': '🥖', 753 'flatbread': '🫓', 754 'pretzel': '🥨', 755 'bagel': '🥯', 756 'pancakes': '🥞', 757 'waffle': '🧇', 758 'cheese': '🧀', 759 'meat_on_bone': '🍖', 760 'poultry_leg': '🍗', 761 'cut_of_meat': '🥩', 762 'bacon': '🥓', 763 'hamburger': '🍔', 764 'fries': '🍟', 765 'pizza': '🍕', 766 'hotdog': '🌭', 767 'sandwich': '🥪', 768 'taco': '🌮', 769 'burrito': '🌯', 770 'tamale': '🫔', 771 'stuffed_flatbread': '🥙', 772 'falafel': '🧆', 773 'egg': '🥚', 774 'fried_egg': '🍳', 775 'shallow_pan_of_food': '🥘', 776 'stew': '🍲', 777 'fondue': '🫕', 778 'bowl_with_spoon': '🥣', 779 'green_salad': '🥗', 780 'popcorn': '🍿', 781 'butter': '🧈', 782 'salt': '🧂', 783 'canned_food': '🥫', 784 'bento': '🍱', 785 'rice_cracker': '🍘', 786 'rice_ball': '🍙', 787 'rice': '🍚', 788 'curry': '🍛', 789 'ramen': '🍜', 790 'spaghetti': '🍝', 791 'sweet_potato': '🍠', 792 'oden': '🍢', 793 'sushi': '🍣', 794 'fried_shrimp': '🍤', 795 'fish_cake': '🍥', 796 'moon_cake': '🥮', 797 'dango': '🍡', 798 'dumpling': '🥟', 799 'fortune_cookie': '🥠', 800 'takeout_box': '🥡', 801 'crab': '🦀', 802 'lobster': '🦞', 803 'shrimp': '🦐', 804 'squid': '🦑', 805 'oyster': '🦪', 806 'icecream': '🍦', 807 'shaved_ice': '🍧', 808 'ice_cream': '🍨', 809 'doughnut': '🍩', 810 'cookie': '🍪', 811 'birthday': '🎂', 812 'cake': '🍰', 813 'cupcake': '🧁', 814 'pie': '🥧', 815 'chocolate_bar': '🍫', 816 'candy': '🍬', 817 'lollipop': '🍭', 818 'custard': '🍮', 819 'honey_pot': '🍯', 820 'baby_bottle': '🍼', 821 'milk_glass': '🥛', 822 'coffee': '☕', 823 'teapot': '🫖', 824 'tea': '🍵', 825 'sake': '🍶', 826 'champagne': '🍾', 827 'wine_glass': '🍷', 828 'cocktail': '🍸', 829 'tropical_drink': '🍹', 830 'beer': '🍺', 831 'beers': '🍻', 832 'clinking_glasses': '🥂', 833 'tumbler_glass': '🥃', 834 'pouring_liquid': '🫗', 835 'cup_with_straw': '🥤', 836 'bubble_tea': '🧋', 837 'beverage_box': '🧃', 838 'mate': '🧉', 839 'ice_cube': '🧊', 840 'chopsticks': '🥢', 841 'plate_with_cutlery': '🍽️', 842 'fork_and_knife': '🍴', 843 'spoon': '🥄', 844 'hocho': '🔪', 845 'knife': '🔪', 846 'jar': '🫙', 847 'amphora': '🏺', 848 'earth_africa': '🌍', 849 'earth_americas': '🌎', 850 'earth_asia': '🌏', 851 'globe_with_meridians': '🌐', 852 'world_map': '🗺️', 853 'japan': '🗾', 854 'compass': '🧭', 855 'mountain_snow': '🏔️', 856 'mountain': '⛰️', 857 'volcano': '🌋', 858 'mount_fuji': '🗻', 859 'camping': '🏕️', 860 'beach_umbrella': '🏖️', 861 'desert': '🏜️', 862 'desert_island': '🏝️', 863 'national_park': '🏞️', 864 'stadium': '🏟️', 865 'classical_building': '🏛️', 866 'building_construction': '🏗️', 867 'bricks': '🧱', 868 'rock': '🪨', 869 'wood': '🪵', 870 'hut': '🛖', 871 'houses': '🏘️', 872 'derelict_house': '🏚️', 873 'house': '🏠', 874 'house_with_garden': '🏡', 875 'office': '🏢', 876 'post_office': '🏣', 877 'european_post_office': '🏤', 878 'hospital': '🏥', 879 'bank': '🏦', 880 'hotel': '🏨', 881 'love_hotel': '🏩', 882 'convenience_store': '🏪', 883 'school': '🏫', 884 'department_store': '🏬', 885 'factory': '🏭', 886 'japanese_castle': '🏯', 887 'european_castle': '🏰', 888 'wedding': '💒', 889 'tokyo_tower': '🗼', 890 'statue_of_liberty': '🗽', 891 'church': '⛪', 892 'mosque': '🕌', 893 'hindu_temple': '🛕', 894 'synagogue': '🕍', 895 'shinto_shrine': '⛩️', 896 'kaaba': '🕋', 897 'fountain': '⛲', 898 'tent': '⛺', 899 'foggy': '🌁', 900 'night_with_stars': '🌃', 901 'cityscape': '🏙️', 902 'sunrise_over_mountains': '🌄', 903 'sunrise': '🌅', 904 'city_sunset': '🌆', 905 'city_sunrise': '🌇', 906 'bridge_at_night': '🌉', 907 'hotsprings': '♨️', 908 'carousel_horse': '🎠', 909 'playground_slide': '🛝', 910 'ferris_wheel': '🎡', 911 'roller_coaster': '🎢', 912 'barber': '💈', 913 'circus_tent': '🎪', 914 'steam_locomotive': '🚂', 915 'railway_car': '🚃', 916 'bullettrain_side': '🚄', 917 'bullettrain_front': '🚅', 918 'train2': '🚆', 919 'metro': '🚇', 920 'light_rail': '🚈', 921 'station': '🚉', 922 'tram': '🚊', 923 'monorail': '🚝', 924 'mountain_railway': '🚞', 925 'train': '🚋', 926 'bus': '🚌', 927 'oncoming_bus': '🚍', 928 'trolleybus': '🚎', 929 'minibus': '🚐', 930 'ambulance': '🚑', 931 'fire_engine': '🚒', 932 'police_car': '🚓', 933 'oncoming_police_car': '🚔', 934 'taxi': '🚕', 935 'oncoming_taxi': '🚖', 936 'car': '🚗', 937 'red_car': '🚗', 938 'oncoming_automobile': '🚘', 939 'blue_car': '🚙', 940 'pickup_truck': '🛻', 941 'truck': '🚚', 942 'articulated_lorry': '🚛', 943 'tractor': '🚜', 944 'racing_car': '🏎️', 945 'motorcycle': '🏍️', 946 'motor_scooter': '🛵', 947 'manual_wheelchair': '🦽', 948 'motorized_wheelchair': '🦼', 949 'auto_rickshaw': '🛺', 950 'bike': '🚲', 951 'kick_scooter': '🛴', 952 'skateboard': '🛹', 953 'roller_skate': '🛼', 954 'busstop': '🚏', 955 'motorway': '🛣️', 956 'railway_track': '🛤️', 957 'oil_drum': '🛢️', 958 'fuelpump': '⛽', 959 'wheel': '🛞', 960 'rotating_light': '🚨', 961 'traffic_light': '🚥', 962 'vertical_traffic_light': '🚦', 963 'stop_sign': '🛑', 964 'construction': '🚧', 965 'anchor': '⚓', 966 'ring_buoy': '🛟', 967 'boat': '⛵', 968 'sailboat': '⛵', 969 'canoe': '🛶', 970 'speedboat': '🚤', 971 'passenger_ship': '🛳️', 972 'ferry': '⛴️', 973 'motor_boat': '🛥️', 974 'ship': '🚢', 975 'airplane': '✈️', 976 'small_airplane': '🛩️', 977 'flight_departure': '🛫', 978 'flight_arrival': '🛬', 979 'parachute': '🪂', 980 'seat': '💺', 981 'helicopter': '🚁', 982 'suspension_railway': '🚟', 983 'mountain_cableway': '🚠', 984 'aerial_tramway': '🚡', 985 'artificial_satellite': '🛰️', 986 'rocket': '🚀', 987 'flying_saucer': '🛸', 988 'bellhop_bell': '🛎️', 989 'luggage': '🧳', 990 'hourglass': '⌛', 991 'hourglass_flowing_sand': '⏳', 992 'watch': '⌚', 993 'alarm_clock': '⏰', 994 'stopwatch': '⏱️', 995 'timer_clock': '⏲️', 996 'mantelpiece_clock': '🕰️', 997 'clock12': '🕛', 998 'clock1230': '🕧', 999 'clock1': '🕐', 1000 'clock130': '🕜', 1001 'clock2': '🕑', 1002 'clock230': '🕝', 1003 'clock3': '🕒', 1004 'clock330': '🕞', 1005 'clock4': '🕓', 1006 'clock430': '🕟', 1007 'clock5': '🕔', 1008 'clock530': '🕠', 1009 'clock6': '🕕', 1010 'clock630': '🕡', 1011 'clock7': '🕖', 1012 'clock730': '🕢', 1013 'clock8': '🕗', 1014 'clock830': '🕣', 1015 'clock9': '🕘', 1016 'clock930': '🕤', 1017 'clock10': '🕙', 1018 'clock1030': '🕥', 1019 'clock11': '🕚', 1020 'clock1130': '🕦', 1021 'new_moon': '🌑', 1022 'waxing_crescent_moon': '🌒', 1023 'first_quarter_moon': '🌓', 1024 'moon': '🌔', 1025 'waxing_gibbous_moon': '🌔', 1026 'full_moon': '🌕', 1027 'waning_gibbous_moon': '🌖', 1028 'last_quarter_moon': '🌗', 1029 'waning_crescent_moon': '🌘', 1030 'crescent_moon': '🌙', 1031 'new_moon_with_face': '🌚', 1032 'first_quarter_moon_with_face': '🌛', 1033 'last_quarter_moon_with_face': '🌜', 1034 'thermometer': '🌡️', 1035 'sunny': '☀️', 1036 'full_moon_with_face': '🌝', 1037 'sun_with_face': '🌞', 1038 'ringed_planet': '🪐', 1039 'star': '⭐', 1040 'star2': '🌟', 1041 'stars': '🌠', 1042 'milky_way': '🌌', 1043 'cloud': '☁️', 1044 'partly_sunny': '⛅', 1045 'cloud_with_lightning_and_rain': '⛈️', 1046 'sun_behind_small_cloud': '🌤️', 1047 'sun_behind_large_cloud': '🌥️', 1048 'sun_behind_rain_cloud': '🌦️', 1049 'cloud_with_rain': '🌧️', 1050 'cloud_with_snow': '🌨️', 1051 'cloud_with_lightning': '🌩️', 1052 'tornado': '🌪️', 1053 'fog': '🌫️', 1054 'wind_face': '🌬️', 1055 'cyclone': '🌀', 1056 'rainbow': '🌈', 1057 'closed_umbrella': '🌂', 1058 'open_umbrella': '☂️', 1059 'umbrella': '☔', 1060 'parasol_on_ground': '⛱️', 1061 'zap': '⚡', 1062 'snowflake': '❄️', 1063 'snowman_with_snow': '☃️', 1064 'snowman': '⛄', 1065 'comet': '☄️', 1066 'fire': '🔥', 1067 'droplet': '💧', 1068 'ocean': '🌊', 1069 'jack_o_lantern': '🎃', 1070 'christmas_tree': '🎄', 1071 'fireworks': '🎆', 1072 'sparkler': '🎇', 1073 'firecracker': '🧨', 1074 'sparkles': '✨', 1075 'balloon': '🎈', 1076 'tada': '🎉', 1077 'confetti_ball': '🎊', 1078 'tanabata_tree': '🎋', 1079 'bamboo': '🎍', 1080 'dolls': '🎎', 1081 'flags': '🎏', 1082 'wind_chime': '🎐', 1083 'rice_scene': '🎑', 1084 'red_envelope': '🧧', 1085 'ribbon': '🎀', 1086 'gift': '🎁', 1087 'reminder_ribbon': '🎗️', 1088 'tickets': '🎟️', 1089 'ticket': '🎫', 1090 'medal_military': '🎖️', 1091 'trophy': '🏆', 1092 'medal_sports': '🏅', 1093 '1st_place_medal': '🥇', 1094 '2nd_place_medal': '🥈', 1095 '3rd_place_medal': '🥉', 1096 'soccer': '⚽', 1097 'baseball': '⚾', 1098 'softball': '🥎', 1099 'basketball': '🏀', 1100 'volleyball': '🏐', 1101 'football': '🏈', 1102 'rugby_football': '🏉', 1103 'tennis': '🎾', 1104 'flying_disc': '🥏', 1105 'bowling': '🎳', 1106 'cricket_game': '🏏', 1107 'field_hockey': '🏑', 1108 'ice_hockey': '🏒', 1109 'lacrosse': '🥍', 1110 'ping_pong': '🏓', 1111 'badminton': '🏸', 1112 'boxing_glove': '🥊', 1113 'martial_arts_uniform': '🥋', 1114 'goal_net': '🥅', 1115 'golf': '⛳', 1116 'ice_skate': '⛸️', 1117 'fishing_pole_and_fish': '🎣', 1118 'diving_mask': '🤿', 1119 'running_shirt_with_sash': '🎽', 1120 'ski': '🎿', 1121 'sled': '🛷', 1122 'curling_stone': '🥌', 1123 'dart': '🎯', 1124 'yo_yo': '🪀', 1125 'kite': '🪁', 1126 'gun': '🔫', 1127 '8ball': '🎱', 1128 'crystal_ball': '🔮', 1129 'magic_wand': '🪄', 1130 'video_game': '🎮', 1131 'joystick': '🕹️', 1132 'slot_machine': '🎰', 1133 'game_die': '🎲', 1134 'jigsaw': '🧩', 1135 'teddy_bear': '🧸', 1136 'pinata': '🪅', 1137 'mirror_ball': '🪩', 1138 'nesting_dolls': '🪆', 1139 'spades': '♠️', 1140 'hearts': '♥️', 1141 'diamonds': '♦️', 1142 'clubs': '♣️', 1143 'chess_pawn': '♟️', 1144 'black_joker': '🃏', 1145 'mahjong': '🀄', 1146 'flower_playing_cards': '🎴', 1147 'performing_arts': '🎭', 1148 'framed_picture': '🖼️', 1149 'art': '🎨', 1150 'thread': '🧵', 1151 'sewing_needle': '🪡', 1152 'yarn': '🧶', 1153 'knot': '🪢', 1154 'eyeglasses': '👓', 1155 'dark_sunglasses': '🕶️', 1156 'goggles': '🥽', 1157 'lab_coat': '🥼', 1158 'safety_vest': '🦺', 1159 'necktie': '👔', 1160 'shirt': '👕', 1161 'tshirt': '👕', 1162 'jeans': '👖', 1163 'scarf': '🧣', 1164 'gloves': '🧤', 1165 'coat': '🧥', 1166 'socks': '🧦', 1167 'dress': '👗', 1168 'kimono': '👘', 1169 'sari': '🥻', 1170 'one_piece_swimsuit': '🩱', 1171 'swim_brief': '🩲', 1172 'shorts': '🩳', 1173 'bikini': '👙', 1174 'womans_clothes': '👚', 1175 'folding_hand_fan': '🪭', 1176 'purse': '👛', 1177 'handbag': '👜', 1178 'pouch': '👝', 1179 'shopping': '🛍️', 1180 'school_satchel': '🎒', 1181 'thong_sandal': '🩴', 1182 'mans_shoe': '👞', 1183 'shoe': '👞', 1184 'athletic_shoe': '👟', 1185 'hiking_boot': '🥾', 1186 'flat_shoe': '🥿', 1187 'high_heel': '👠', 1188 'sandal': '👡', 1189 'ballet_shoes': '🩰', 1190 'boot': '👢', 1191 'hair_pick': '🪮', 1192 'crown': '👑', 1193 'womans_hat': '👒', 1194 'tophat': '🎩', 1195 'mortar_board': '🎓', 1196 'billed_cap': '🧢', 1197 'military_helmet': '🪖', 1198 'rescue_worker_helmet': '⛑️', 1199 'prayer_beads': '📿', 1200 'lipstick': '💄', 1201 'ring': '💍', 1202 'gem': '💎', 1203 'mute': '🔇', 1204 'speaker': '🔈', 1205 'sound': '🔉', 1206 'loud_sound': '🔊', 1207 'loudspeaker': '📢', 1208 'mega': '📣', 1209 'postal_horn': '📯', 1210 'bell': '🔔', 1211 'no_bell': '🔕', 1212 'musical_score': '🎼', 1213 'musical_note': '🎵', 1214 'notes': '🎶', 1215 'studio_microphone': '🎙️', 1216 'level_slider': '🎚️', 1217 'control_knobs': '🎛️', 1218 'microphone': '🎤', 1219 'headphones': '🎧', 1220 'radio': '📻', 1221 'saxophone': '🎷', 1222 'accordion': '🪗', 1223 'guitar': '🎸', 1224 'musical_keyboard': '🎹', 1225 'trumpet': '🎺', 1226 'violin': '🎻', 1227 'banjo': '🪕', 1228 'drum': '🥁', 1229 'long_drum': '🪘', 1230 'maracas': '🪇', 1231 'flute': '🪈', 1232 'iphone': '📱', 1233 'calling': '📲', 1234 'phone': '☎️', 1235 'telephone': '☎️', 1236 'telephone_receiver': '📞', 1237 'pager': '📟', 1238 'fax': '📠', 1239 'battery': '🔋', 1240 'low_battery': '🪫', 1241 'electric_plug': '🔌', 1242 'computer': '💻', 1243 'desktop_computer': '🖥️', 1244 'printer': '🖨️', 1245 'keyboard': '⌨️', 1246 'computer_mouse': '🖱️', 1247 'trackball': '🖲️', 1248 'minidisc': '💽', 1249 'floppy_disk': '💾', 1250 'cd': '💿', 1251 'dvd': '📀', 1252 'abacus': '🧮', 1253 'movie_camera': '🎥', 1254 'film_strip': '🎞️', 1255 'film_projector': '📽️', 1256 'clapper': '🎬', 1257 'tv': '📺', 1258 'camera': '📷', 1259 'camera_flash': '📸', 1260 'video_camera': '📹', 1261 'vhs': '📼', 1262 'mag': '🔍', 1263 'mag_right': '🔎', 1264 'candle': '🕯️', 1265 'bulb': '💡', 1266 'flashlight': '🔦', 1267 'izakaya_lantern': '🏮', 1268 'lantern': '🏮', 1269 'diya_lamp': '🪔', 1270 'notebook_with_decorative_cover': '📔', 1271 'closed_book': '📕', 1272 'book': '📖', 1273 'open_book': '📖', 1274 'green_book': '📗', 1275 'blue_book': '📘', 1276 'orange_book': '📙', 1277 'books': '📚', 1278 'notebook': '📓', 1279 'ledger': '📒', 1280 'page_with_curl': '📃', 1281 'scroll': '📜', 1282 'page_facing_up': '📄', 1283 'newspaper': '📰', 1284 'newspaper_roll': '🗞️', 1285 'bookmark_tabs': '📑', 1286 'bookmark': '🔖', 1287 'label': '🏷️', 1288 'moneybag': '💰', 1289 'coin': '🪙', 1290 'yen': '💴', 1291 'dollar': '💵', 1292 'euro': '💶', 1293 'pound': '💷', 1294 'money_with_wings': '💸', 1295 'credit_card': '💳', 1296 'receipt': '🧾', 1297 'chart': '💹', 1298 'envelope': '✉️', 1299 'email': '📧', 1300 'e-mail': '📧', 1301 'incoming_envelope': '📨', 1302 'envelope_with_arrow': '📩', 1303 'outbox_tray': '📤', 1304 'inbox_tray': '📥', 1305 'package': '📦', 1306 'mailbox': '📫', 1307 'mailbox_closed': '📪', 1308 'mailbox_with_mail': '📬', 1309 'mailbox_with_no_mail': '📭', 1310 'postbox': '📮', 1311 'ballot_box': '🗳️', 1312 'pencil2': '✏️', 1313 'black_nib': '✒️', 1314 'fountain_pen': '🖋️', 1315 'pen': '🖊️', 1316 'paintbrush': '🖌️', 1317 'crayon': '🖍️', 1318 'memo': '📝', 1319 'pencil': '📝', 1320 'briefcase': '💼', 1321 'file_folder': '📁', 1322 'open_file_folder': '📂', 1323 'card_index_dividers': '🗂️', 1324 'date': '📅', 1325 'calendar': '📆', 1326 'spiral_notepad': '🗒️', 1327 'spiral_calendar': '🗓️', 1328 'card_index': '📇', 1329 'chart_with_upwards_trend': '📈', 1330 'chart_with_downwards_trend': '📉', 1331 'bar_chart': '📊', 1332 'clipboard': '📋', 1333 'pushpin': '📌', 1334 'round_pushpin': '📍', 1335 'paperclip': '📎', 1336 'paperclips': '🖇️', 1337 'straight_ruler': '📏', 1338 'triangular_ruler': '📐', 1339 'scissors': '✂️', 1340 'card_file_box': '🗃️', 1341 'file_cabinet': '🗄️', 1342 'wastebasket': '🗑️', 1343 'lock': '🔒', 1344 'unlock': '🔓', 1345 'lock_with_ink_pen': '🔏', 1346 'closed_lock_with_key': '🔐', 1347 'key': '🔑', 1348 'old_key': '🗝️', 1349 'hammer': '🔨', 1350 'axe': '🪓', 1351 'pick': '⛏️', 1352 'hammer_and_pick': '⚒️', 1353 'hammer_and_wrench': '🛠️', 1354 'dagger': '🗡️', 1355 'crossed_swords': '⚔️', 1356 'bomb': '💣', 1357 'boomerang': '🪃', 1358 'bow_and_arrow': '🏹', 1359 'shield': '🛡️', 1360 'carpentry_saw': '🪚', 1361 'wrench': '🔧', 1362 'screwdriver': '🪛', 1363 'nut_and_bolt': '🔩', 1364 'gear': '⚙️', 1365 'clamp': '🗜️', 1366 'balance_scale': '⚖️', 1367 'probing_cane': '🦯', 1368 'link': '🔗', 1369 'chains': '⛓️', 1370 'hook': '🪝', 1371 'toolbox': '🧰', 1372 'magnet': '🧲', 1373 'ladder': '🪜', 1374 'alembic': '⚗️', 1375 'test_tube': '🧪', 1376 'petri_dish': '🧫', 1377 'dna': '🧬', 1378 'microscope': '🔬', 1379 'telescope': '🔭', 1380 'satellite': '📡', 1381 'syringe': '💉', 1382 'drop_of_blood': '🩸', 1383 'pill': '💊', 1384 'adhesive_bandage': '🩹', 1385 'crutch': '🩼', 1386 'stethoscope': '🩺', 1387 'x_ray': '🩻', 1388 'door': '🚪', 1389 'elevator': '🛗', 1390 'mirror': '🪞', 1391 'window': '🪟', 1392 'bed': '🛏️', 1393 'couch_and_lamp': '🛋️', 1394 'chair': '🪑', 1395 'toilet': '🚽', 1396 'plunger': '🪠', 1397 'shower': '🚿', 1398 'bathtub': '🛁', 1399 'mouse_trap': '🪤', 1400 'razor': '🪒', 1401 'lotion_bottle': '🧴', 1402 'safety_pin': '🧷', 1403 'broom': '🧹', 1404 'basket': '🧺', 1405 'roll_of_paper': '🧻', 1406 'bucket': '🪣', 1407 'soap': '🧼', 1408 'bubbles': '🫧', 1409 'toothbrush': '🪥', 1410 'sponge': '🧽', 1411 'fire_extinguisher': '🧯', 1412 'shopping_cart': '🛒', 1413 'smoking': '🚬', 1414 'coffin': '⚰️', 1415 'headstone': '🪦', 1416 'funeral_urn': '⚱️', 1417 'nazar_amulet': '🧿', 1418 'hamsa': '🪬', 1419 'moyai': '🗿', 1420 'placard': '🪧', 1421 'identification_card': '🪪', 1422 'atm': '🏧', 1423 'put_litter_in_its_place': '🚮', 1424 'potable_water': '🚰', 1425 'wheelchair': '♿', 1426 'mens': '🚹', 1427 'womens': '🚺', 1428 'restroom': '🚻', 1429 'baby_symbol': '🚼', 1430 'wc': '🚾', 1431 'passport_control': '🛂', 1432 'customs': '🛃', 1433 'baggage_claim': '🛄', 1434 'left_luggage': '🛅', 1435 'warning': '⚠️', 1436 'children_crossing': '🚸', 1437 'no_entry': '⛔', 1438 'no_entry_sign': '🚫', 1439 'no_bicycles': '🚳', 1440 'no_smoking': '🚭', 1441 'do_not_litter': '🚯', 1442 'non-potable_water': '🚱', 1443 'no_pedestrians': '🚷', 1444 'no_mobile_phones': '📵', 1445 'underage': '🔞', 1446 'radioactive': '☢️', 1447 'biohazard': '☣️', 1448 'arrow_up': '⬆️', 1449 'arrow_upper_right': '↗️', 1450 'arrow_right': '➡️', 1451 'arrow_lower_right': '↘️', 1452 'arrow_down': '⬇️', 1453 'arrow_lower_left': '↙️', 1454 'arrow_left': '⬅️', 1455 'arrow_upper_left': '↖️', 1456 'arrow_up_down': '↕️', 1457 'left_right_arrow': '↔️', 1458 'leftwards_arrow_with_hook': '↩️', 1459 'arrow_right_hook': '↪️', 1460 'arrow_heading_up': '⤴️', 1461 'arrow_heading_down': '⤵️', 1462 'arrows_clockwise': '🔃', 1463 'arrows_counterclockwise': '🔄', 1464 'back': '🔙', 1465 'end': '🔚', 1466 'on': '🔛', 1467 'soon': '🔜', 1468 'top': '🔝', 1469 'place_of_worship': '🛐', 1470 'atom_symbol': '⚛️', 1471 'om': '🕉️', 1472 'star_of_david': '✡️', 1473 'wheel_of_dharma': '☸️', 1474 'yin_yang': '☯️', 1475 'latin_cross': '✝️', 1476 'orthodox_cross': '☦️', 1477 'star_and_crescent': '☪️', 1478 'peace_symbol': '☮️', 1479 'menorah': '🕎', 1480 'six_pointed_star': '🔯', 1481 'khanda': '🪯', 1482 'aries': '♈', 1483 'taurus': '♉', 1484 'gemini': '♊', 1485 'cancer': '♋', 1486 'leo': '♌', 1487 'virgo': '♍', 1488 'libra': '♎', 1489 'scorpius': '♏', 1490 'sagittarius': '♐', 1491 'capricorn': '♑', 1492 'aquarius': '♒', 1493 'pisces': '♓', 1494 'ophiuchus': '⛎', 1495 'twisted_rightwards_arrows': '🔀', 1496 'repeat': '🔁', 1497 'repeat_one': '🔂', 1498 'arrow_forward': '▶️', 1499 'fast_forward': '⏩', 1500 'next_track_button': '⏭️', 1501 'play_or_pause_button': '⏯️', 1502 'arrow_backward': '◀️', 1503 'rewind': '⏪', 1504 'previous_track_button': '⏮️', 1505 'arrow_up_small': '🔼', 1506 'arrow_double_up': '⏫', 1507 'arrow_down_small': '🔽', 1508 'arrow_double_down': '⏬', 1509 'pause_button': '⏸️', 1510 'stop_button': '⏹️', 1511 'record_button': '⏺️', 1512 'eject_button': '⏏️', 1513 'cinema': '🎦', 1514 'low_brightness': '🔅', 1515 'high_brightness': '🔆', 1516 'signal_strength': '📶', 1517 'wireless': '🛜', 1518 'vibration_mode': '📳', 1519 'mobile_phone_off': '📴', 1520 'female_sign': '♀️', 1521 'male_sign': '♂️', 1522 'transgender_symbol': '⚧️', 1523 'heavy_multiplication_x': '✖️', 1524 'heavy_plus_sign': '➕', 1525 'heavy_minus_sign': '➖', 1526 'heavy_division_sign': '➗', 1527 'heavy_equals_sign': '🟰', 1528 'infinity': '♾️', 1529 'bangbang': '‼️', 1530 'interrobang': '⁉️', 1531 'question': '❓', 1532 'grey_question': '❔', 1533 'grey_exclamation': '❕', 1534 'exclamation': '❗', 1535 'heavy_exclamation_mark': '❗', 1536 'wavy_dash': '〰️', 1537 'currency_exchange': '💱', 1538 'heavy_dollar_sign': '💲', 1539 'medical_symbol': '⚕️', 1540 'recycle': '♻️', 1541 'fleur_de_lis': '⚜️', 1542 'trident': '🔱', 1543 'name_badge': '📛', 1544 'beginner': '🔰', 1545 'o': '⭕', 1546 'white_check_mark': '✅', 1547 'ballot_box_with_check': '☑️', 1548 'heavy_check_mark': '✔️', 1549 'x': '❌', 1550 'negative_squared_cross_mark': '❎', 1551 'curly_loop': '➰', 1552 'loop': '➿', 1553 'part_alternation_mark': '〽️', 1554 'eight_spoked_asterisk': '✳️', 1555 'eight_pointed_black_star': '✴️', 1556 'sparkle': '❇️', 1557 'copyright': '©️', 1558 'registered': '®️', 1559 'tm': '™️', 1560 'hash': '#️⃣', 1561 'asterisk': '*️⃣', 1562 'zero': '0️⃣', 1563 'one': '1️⃣', 1564 'two': '2️⃣', 1565 'three': '3️⃣', 1566 'four': '4️⃣', 1567 'five': '5️⃣', 1568 'six': '6️⃣', 1569 'seven': '7️⃣', 1570 'eight': '8️⃣', 1571 'nine': '9️⃣', 1572 'keycap_ten': '🔟', 1573 'capital_abcd': '🔠', 1574 'abcd': '🔡', 1575 'symbols': '🔣', 1576 'abc': '🔤', 1577 'a': '🅰️', 1578 'ab': '🆎', 1579 'b': '🅱️', 1580 'cl': '🆑', 1581 'cool': '🆒', 1582 'free': '🆓', 1583 'information_source': 'ℹ️', 1584 'id': '🆔', 1585 'm': 'Ⓜ️', 1586 'new': '🆕', 1587 'ng': '🆖', 1588 'o2': '🅾️', 1589 'ok': '🆗', 1590 'parking': '🅿️', 1591 'sos': '🆘', 1592 'up': '🆙', 1593 'vs': '🆚', 1594 'koko': '🈁', 1595 'sa': '🈂️', 1596 'ideograph_advantage': '🉐', 1597 'accept': '🉑', 1598 'congratulations': '㊗️', 1599 'secret': '㊙️', 1600 'u6e80': '🈵', 1601 'red_circle': '🔴', 1602 'orange_circle': '🟠', 1603 'yellow_circle': '🟡', 1604 'green_circle': '🟢', 1605 'large_blue_circle': '🔵', 1606 'purple_circle': '🟣', 1607 'brown_circle': '🟤', 1608 'black_circle': '⚫', 1609 'white_circle': '⚪', 1610 'red_square': '🟥', 1611 'orange_square': '🟧', 1612 'yellow_square': '🟨', 1613 'green_square': '🟩', 1614 'blue_square': '🟦', 1615 'purple_square': '🟪', 1616 'brown_square': '🟫', 1617 'black_large_square': '⬛', 1618 'white_large_square': '⬜', 1619 'black_medium_square': '◼️', 1620 'white_medium_square': '◻️', 1621 'black_medium_small_square': '◾', 1622 'white_medium_small_square': '◽', 1623 'black_small_square': '▪️', 1624 'white_small_square': '▫️', 1625 'large_orange_diamond': '🔶', 1626 'large_blue_diamond': '🔷', 1627 'small_orange_diamond': '🔸', 1628 'small_blue_diamond': '🔹', 1629 'small_red_triangle': '🔺', 1630 'small_red_triangle_down': '🔻', 1631 'diamond_shape_with_a_dot_inside': '💠', 1632 'radio_button': '🔘', 1633 'white_square_button': '🔳', 1634 'black_square_button': '🔲', 1635 'checkered_flag': '🏁', 1636 'triangular_flag_on_post': '🚩', 1637 'crossed_flags': '🎌', 1638 'black_flag': '🏴', 1639 'white_flag': '🏳️', 1640 'rainbow_flag': '🏳️‍🌈', 1641 'transgender_flag': '🏳️‍⚧️', 1642 'pirate_flag': '🏴‍☠️', 1643 'ascension_island': '🇦🇨', 1644 'andorra': '🇦🇩', 1645 'united_arab_emirates': '🇦🇪', 1646 'afghanistan': '🇦🇫', 1647 'antigua_barbuda': '🇦🇬', 1648 'anguilla': '🇦🇮', 1649 'albania': '🇦🇱', 1650 'armenia': '🇦🇲', 1651 'angola': '🇦🇴', 1652 'antarctica': '🇦🇶', 1653 'argentina': '🇦🇷', 1654 'american_samoa': '🇦🇸', 1655 'austria': '🇦🇹', 1656 'australia': '🇦🇺', 1657 'aruba': '🇦🇼', 1658 'aland_islands': '🇦🇽', 1659 'azerbaijan': '🇦🇿', 1660 'bosnia_herzegovina': '🇧🇦', 1661 'barbados': '🇧🇧', 1662 'bangladesh': '🇧🇩', 1663 'belgium': '🇧🇪', 1664 'burkina_faso': '🇧🇫', 1665 'bulgaria': '🇧🇬', 1666 'bahrain': '🇧🇭', 1667 'burundi': '🇧🇮', 1668 'benin': '🇧🇯', 1669 'st_barthelemy': '🇧🇱', 1670 'bermuda': '🇧🇲', 1671 'brunei': '🇧🇳', 1672 'bolivia': '🇧🇴', 1673 'caribbean_netherlands': '🇧🇶', 1674 'brazil': '🇧🇷', 1675 'bahamas': '🇧🇸', 1676 'bhutan': '🇧🇹', 1677 'bouvet_island': '🇧🇻', 1678 'botswana': '🇧🇼', 1679 'belarus': '🇧🇾', 1680 'belize': '🇧🇿', 1681 'canada': '🇨🇦', 1682 'cocos_islands': '🇨🇨', 1683 'congo_kinshasa': '🇨🇩', 1684 'central_african_republic': '🇨🇫', 1685 'congo_brazzaville': '🇨🇬', 1686 'switzerland': '🇨🇭', 1687 'cote_divoire': '🇨🇮', 1688 'cook_islands': '🇨🇰', 1689 'chile': '🇨🇱', 1690 'cameroon': '🇨🇲', 1691 'cn': '🇨🇳', 1692 'colombia': '🇨🇴', 1693 'clipperton_island': '🇨🇵', 1694 'costa_rica': '🇨🇷', 1695 'cuba': '🇨🇺', 1696 'cape_verde': '🇨🇻', 1697 'curacao': '🇨🇼', 1698 'christmas_island': '🇨🇽', 1699 'cyprus': '🇨🇾', 1700 'czech_republic': '🇨🇿', 1701 'de': '🇩🇪', 1702 'diego_garcia': '🇩🇬', 1703 'djibouti': '🇩🇯', 1704 'denmark': '🇩🇰', 1705 'dominica': '🇩🇲', 1706 'dominican_republic': '🇩🇴', 1707 'algeria': '🇩🇿', 1708 'ceuta_melilla': '🇪🇦', 1709 'ecuador': '🇪🇨', 1710 'estonia': '🇪🇪', 1711 'egypt': '🇪🇬', 1712 'western_sahara': '🇪🇭', 1713 'eritrea': '🇪🇷', 1714 'es': '🇪🇸', 1715 'ethiopia': '🇪🇹', 1716 'eu': '🇪🇺', 1717 'european_union': '🇪🇺', 1718 'finland': '🇫🇮', 1719 'fiji': '🇫🇯', 1720 'falkland_islands': '🇫🇰', 1721 'micronesia': '🇫🇲', 1722 'faroe_islands': '🇫🇴', 1723 'fr': '🇫🇷', 1724 'gabon': '🇬🇦', 1725 'gb': '🇬🇧', 1726 'uk': '🇬🇧', 1727 'grenada': '🇬🇩', 1728 'georgia': '🇬🇪', 1729 'french_guiana': '🇬🇫', 1730 'guernsey': '🇬🇬', 1731 'ghana': '🇬🇭', 1732 'gibraltar': '🇬🇮', 1733 'greenland': '🇬🇱', 1734 'gambia': '🇬🇲', 1735 'guinea': '🇬🇳', 1736 'guadeloupe': '🇬🇵', 1737 'equatorial_guinea': '🇬🇶', 1738 'greece': '🇬🇷', 1739 'south_georgia_south_sandwich_islands': '🇬🇸', 1740 'guatemala': '🇬🇹', 1741 'guam': '🇬🇺', 1742 'guinea_bissau': '🇬🇼', 1743 'guyana': '🇬🇾', 1744 'hong_kong': '🇭🇰', 1745 'heard_mcdonald_islands': '🇭🇲', 1746 'honduras': '🇭🇳', 1747 'croatia': '🇭🇷', 1748 'haiti': '🇭🇹', 1749 'hungary': '🇭🇺', 1750 'canary_islands': '🇮🇨', 1751 'indonesia': '🇮🇩', 1752 'ireland': '🇮🇪', 1753 'israel': '🇮🇱', 1754 'isle_of_man': '🇮🇲', 1755 'india': '🇮🇳', 1756 'british_indian_ocean_territory': '🇮🇴', 1757 'iraq': '🇮🇶', 1758 'iran': '🇮🇷', 1759 'iceland': '🇮🇸', 1760 'it': '🇮🇹', 1761 'jersey': '🇯🇪', 1762 'jamaica': '🇯🇲', 1763 'jordan': '🇯🇴', 1764 'jp': '🇯🇵', 1765 'kenya': '🇰🇪', 1766 'kyrgyzstan': '🇰🇬', 1767 'cambodia': '🇰🇭', 1768 'kiribati': '🇰🇮', 1769 'comoros': '🇰🇲', 1770 'st_kitts_nevis': '🇰🇳', 1771 'north_korea': '🇰🇵', 1772 'kr': '🇰🇷', 1773 'kuwait': '🇰🇼', 1774 'cayman_islands': '🇰🇾', 1775 'kazakhstan': '🇰🇿', 1776 'laos': '🇱🇦', 1777 'lebanon': '🇱🇧', 1778 'st_lucia': '🇱🇨', 1779 'liechtenstein': '🇱🇮', 1780 'sri_lanka': '🇱🇰', 1781 'liberia': '🇱🇷', 1782 'lesotho': '🇱🇸', 1783 'lithuania': '🇱🇹', 1784 'luxembourg': '🇱🇺', 1785 'latvia': '🇱🇻', 1786 'libya': '🇱🇾', 1787 'morocco': '🇲🇦', 1788 'monaco': '🇲🇨', 1789 'moldova': '🇲🇩', 1790 'montenegro': '🇲🇪', 1791 'st_martin': '🇲🇫', 1792 'madagascar': '🇲🇬', 1793 'marshall_islands': '🇲🇭', 1794 'macedonia': '🇲🇰', 1795 'mali': '🇲🇱', 1796 'myanmar': '🇲🇲', 1797 'mongolia': '🇲🇳', 1798 'macau': '🇲🇴', 1799 'northern_mariana_islands': '🇲🇵', 1800 'martinique': '🇲🇶', 1801 'mauritania': '🇲🇷', 1802 'montserrat': '🇲🇸', 1803 'malta': '🇲🇹', 1804 'mauritius': '🇲🇺', 1805 'maldives': '🇲🇻', 1806 'malawi': '🇲🇼', 1807 'mexico': '🇲🇽', 1808 'malaysia': '🇲🇾', 1809 'mozambique': '🇲🇿', 1810 'namibia': '🇳🇦', 1811 'new_caledonia': '🇳🇨', 1812 'niger': '🇳🇪', 1813 'norfolk_island': '🇳🇫', 1814 'nigeria': '🇳🇬', 1815 'nicaragua': '🇳🇮', 1816 'netherlands': '🇳🇱', 1817 'norway': '🇳🇴', 1818 'nepal': '🇳🇵', 1819 'nauru': '🇳🇷', 1820 'niue': '🇳🇺', 1821 'new_zealand': '🇳🇿', 1822 'oman': '🇴🇲', 1823 'panama': '🇵🇦', 1824 'peru': '🇵🇪', 1825 'french_polynesia': '🇵🇫', 1826 'papua_new_guinea': '🇵🇬', 1827 'philippines': '🇵🇭', 1828 'pakistan': '🇵🇰', 1829 'poland': '🇵🇱', 1830 'st_pierre_miquelon': '🇵🇲', 1831 'pitcairn_islands': '🇵🇳', 1832 'puerto_rico': '🇵🇷', 1833 'palestinian_territories': '🇵🇸', 1834 'portugal': '🇵🇹', 1835 'palau': '🇵🇼', 1836 'paraguay': '🇵🇾', 1837 'qatar': '🇶🇦', 1838 'reunion': '🇷🇪', 1839 'romania': '🇷🇴', 1840 'serbia': '🇷🇸', 1841 'ru': '🇷🇺', 1842 'rwanda': '🇷🇼', 1843 'saudi_arabia': '🇸🇦', 1844 'solomon_islands': '🇸🇧', 1845 'seychelles': '🇸🇨', 1846 'sudan': '🇸🇩', 1847 'sweden': '🇸🇪', 1848 'singapore': '🇸🇬', 1849 'st_helena': '🇸🇭', 1850 'slovenia': '🇸🇮', 1851 'svalbard_jan_mayen': '🇸🇯', 1852 'slovakia': '🇸🇰', 1853 'sierra_leone': '🇸🇱', 1854 'san_marino': '🇸🇲', 1855 'senegal': '🇸🇳', 1856 'somalia': '🇸🇴', 1857 'suriname': '🇸🇷', 1858 'south_sudan': '🇸🇸', 1859 'sao_tome_principe': '🇸🇹', 1860 'el_salvador': '🇸🇻', 1861 'sint_maarten': '🇸🇽', 1862 'syria': '🇸🇾', 1863 'swaziland': '🇸🇿', 1864 'tristan_da_cunha': '🇹🇦', 1865 'turks_caicos_islands': '🇹🇨', 1866 'chad': '🇹🇩', 1867 'french_southern_territories': '🇹🇫', 1868 'togo': '🇹🇬', 1869 'thailand': '🇹🇭', 1870 'tajikistan': '🇹🇯', 1871 'tokelau': '🇹🇰', 1872 'timor_leste': '🇹🇱', 1873 'turkmenistan': '🇹🇲', 1874 'tunisia': '🇹🇳', 1875 'tonga': '🇹🇴', 1876 'tr': '🇹🇷', 1877 'trinidad_tobago': '🇹🇹', 1878 'tuvalu': '🇹🇻', 1879 'taiwan': '🇹🇼', 1880 'tanzania': '🇹🇿', 1881 'ukraine': '🇺🇦', 1882 'uganda': '🇺🇬', 1883 'us_outlying_islands': '🇺🇲', 1884 'united_nations': '🇺🇳', 1885 'us': '🇺🇸', 1886 'uruguay': '🇺🇾', 1887 'uzbekistan': '🇺🇿', 1888 'vatican_city': '🇻🇦', 1889 'st_vincent_grenadines': '🇻🇨', 1890 'venezuela': '🇻🇪', 1891 'british_virgin_islands': '🇻🇬', 1892 'us_virgin_islands': '🇻🇮', 1893 'vietnam': '🇻🇳', 1894 'vanuatu': '🇻🇺', 1895 'wallis_futuna': '🇼🇫', 1896 'samoa': '🇼🇸', 1897 'kosovo': '🇽🇰', 1898 'yemen': '🇾🇪', 1899 'mayotte': '🇾🇹', 1900 'south_africa': '🇿🇦', 1901 'zambia': '🇿🇲', 1902 'zimbabwe': '🇿🇼', 1903 'england': '🏴󠁧󠁢󠁥󠁮󠁧󠁿', 1904 'scotland': '🏴󠁧󠁢󠁳󠁣󠁴󠁿', 1905 'wales': '🏴󠁧󠁢󠁷󠁬󠁳󠁿', 1906} 1907 1908const emojisKeysRegex = new RegExp( 1909 Object.keys(emojis) 1910 .map(key => `:${key}:`) 1911 .join('|'), 1912 'g', 1913) 1914export function convertToEmoji(text: string): string { 1915 return text.replace(emojisKeysRegex, match => { 1916 const key = match.slice(1, -1) as keyof typeof emojis 1917 return emojis[key] || match 1918 }) 1919}