lib/amd/src/emoji/data.js

  1. // This file is part of Moodle - http://moodle.org/
  2. //
  3. // Moodle is free software: you can redistribute it and/or modify
  4. // it under the terms of the GNU General Public License as published by
  5. // the Free Software Foundation, either version 3 of the License, or
  6. // (at your option) any later version.
  7. //
  8. // Moodle is distributed in the hope that it will be useful,
  9. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. // GNU General Public License for more details.
  12. //
  13. // You should have received a copy of the GNU General Public License
  14. // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
  15. /**
  16. * Emoji data based on the data available from https://github.com/iamcal/emoji-data.
  17. *
  18. * @copyright 2019 Ryan Wyllie <ryan@moodle.com>
  19. * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  20. */
  21. export const byCategory = [
  22. {
  23. "name": "Smileys & Emotion",
  24. "emojis": [
  25. {
  26. "unified": "1F600",
  27. "shortnames": [
  28. "grinning"
  29. ]
  30. },
  31. {
  32. "unified": "1F603",
  33. "shortnames": [
  34. "smiley"
  35. ]
  36. },
  37. {
  38. "unified": "1F604",
  39. "shortnames": [
  40. "smile"
  41. ]
  42. },
  43. {
  44. "unified": "1F601",
  45. "shortnames": [
  46. "grin"
  47. ]
  48. },
  49. {
  50. "unified": "1F606",
  51. "shortnames": [
  52. "laughing"
  53. ]
  54. },
  55. {
  56. "unified": "1F605",
  57. "shortnames": [
  58. "sweat_smile"
  59. ]
  60. },
  61. {
  62. "unified": "1F923",
  63. "shortnames": [
  64. "rolling_on_the_floor_laughing"
  65. ]
  66. },
  67. {
  68. "unified": "1F602",
  69. "shortnames": [
  70. "joy"
  71. ]
  72. },
  73. {
  74. "unified": "1F642",
  75. "shortnames": [
  76. "slightly_smiling_face"
  77. ]
  78. },
  79. {
  80. "unified": "1F643",
  81. "shortnames": [
  82. "upside_down_face"
  83. ]
  84. },
  85. {
  86. "unified": "1FAE0",
  87. "shortnames": [
  88. "melting_face"
  89. ]
  90. },
  91. {
  92. "unified": "1F609",
  93. "shortnames": [
  94. "wink"
  95. ]
  96. },
  97. {
  98. "unified": "1F60A",
  99. "shortnames": [
  100. "blush"
  101. ]
  102. },
  103. {
  104. "unified": "1F607",
  105. "shortnames": [
  106. "innocent"
  107. ]
  108. },
  109. {
  110. "unified": "1F970",
  111. "shortnames": [
  112. "smiling_face_with_3_hearts"
  113. ]
  114. },
  115. {
  116. "unified": "1F60D",
  117. "shortnames": [
  118. "heart_eyes"
  119. ]
  120. },
  121. {
  122. "unified": "1F929",
  123. "shortnames": [
  124. "star-struck"
  125. ]
  126. },
  127. {
  128. "unified": "1F618",
  129. "shortnames": [
  130. "kissing_heart"
  131. ]
  132. },
  133. {
  134. "unified": "1F617",
  135. "shortnames": [
  136. "kissing"
  137. ]
  138. },
  139. {
  140. "unified": "263A-FE0F",
  141. "shortnames": [
  142. "relaxed"
  143. ]
  144. },
  145. {
  146. "unified": "1F61A",
  147. "shortnames": [
  148. "kissing_closed_eyes"
  149. ]
  150. },
  151. {
  152. "unified": "1F619",
  153. "shortnames": [
  154. "kissing_smiling_eyes"
  155. ]
  156. },
  157. {
  158. "unified": "1F972",
  159. "shortnames": [
  160. "smiling_face_with_tear"
  161. ]
  162. },
  163. {
  164. "unified": "1F60B",
  165. "shortnames": [
  166. "yum"
  167. ]
  168. },
  169. {
  170. "unified": "1F61B",
  171. "shortnames": [
  172. "stuck_out_tongue"
  173. ]
  174. },
  175. {
  176. "unified": "1F61C",
  177. "shortnames": [
  178. "stuck_out_tongue_winking_eye"
  179. ]
  180. },
  181. {
  182. "unified": "1F92A",
  183. "shortnames": [
  184. "zany_face"
  185. ]
  186. },
  187. {
  188. "unified": "1F61D",
  189. "shortnames": [
  190. "stuck_out_tongue_closed_eyes"
  191. ]
  192. },
  193. {
  194. "unified": "1F911",
  195. "shortnames": [
  196. "money_mouth_face"
  197. ]
  198. },
  199. {
  200. "unified": "1F917",
  201. "shortnames": [
  202. "hugging_face"
  203. ]
  204. },
  205. {
  206. "unified": "1F92D",
  207. "shortnames": [
  208. "face_with_hand_over_mouth"
  209. ]
  210. },
  211. {
  212. "unified": "1FAE2",
  213. "shortnames": [
  214. "face_with_open_eyes_and_hand_over_mouth"
  215. ]
  216. },
  217. {
  218. "unified": "1FAE3",
  219. "shortnames": [
  220. "face_with_peeking_eye"
  221. ]
  222. },
  223. {
  224. "unified": "1F92B",
  225. "shortnames": [
  226. "shushing_face"
  227. ]
  228. },
  229. {
  230. "unified": "1F914",
  231. "shortnames": [
  232. "thinking_face"
  233. ]
  234. },
  235. {
  236. "unified": "1FAE1",
  237. "shortnames": [
  238. "saluting_face"
  239. ]
  240. },
  241. {
  242. "unified": "1F910",
  243. "shortnames": [
  244. "zipper_mouth_face"
  245. ]
  246. },
  247. {
  248. "unified": "1F928",
  249. "shortnames": [
  250. "face_with_raised_eyebrow"
  251. ]
  252. },
  253. {
  254. "unified": "1F610",
  255. "shortnames": [
  256. "neutral_face"
  257. ]
  258. },
  259. {
  260. "unified": "1F611",
  261. "shortnames": [
  262. "expressionless"
  263. ]
  264. },
  265. {
  266. "unified": "1F636",
  267. "shortnames": [
  268. "no_mouth"
  269. ]
  270. },
  271. {
  272. "unified": "1FAE5",
  273. "shortnames": [
  274. "dotted_line_face"
  275. ]
  276. },
  277. {
  278. "unified": "1F636-200D-1F32B-FE0F",
  279. "shortnames": [
  280. "face_in_clouds"
  281. ]
  282. },
  283. {
  284. "unified": "1F60F",
  285. "shortnames": [
  286. "smirk"
  287. ]
  288. },
  289. {
  290. "unified": "1F612",
  291. "shortnames": [
  292. "unamused"
  293. ]
  294. },
  295. {
  296. "unified": "1F644",
  297. "shortnames": [
  298. "face_with_rolling_eyes"
  299. ]
  300. },
  301. {
  302. "unified": "1F62C",
  303. "shortnames": [
  304. "grimacing"
  305. ]
  306. },
  307. {
  308. "unified": "1F62E-200D-1F4A8",
  309. "shortnames": [
  310. "face_exhaling"
  311. ]
  312. },
  313. {
  314. "unified": "1F925",
  315. "shortnames": [
  316. "lying_face"
  317. ]
  318. },
  319. {
  320. "unified": "1FAE8",
  321. "shortnames": [
  322. "shaking_face"
  323. ]
  324. },
  325. {
  326. "unified": "1F642-200D-2194-FE0F",
  327. "shortnames": [
  328. "head_shaking_horizontally"
  329. ]
  330. },
  331. {
  332. "unified": "1F642-200D-2195-FE0F",
  333. "shortnames": [
  334. "head_shaking_vertically"
  335. ]
  336. },
  337. {
  338. "unified": "1F60C",
  339. "shortnames": [
  340. "relieved"
  341. ]
  342. },
  343. {
  344. "unified": "1F614",
  345. "shortnames": [
  346. "pensive"
  347. ]
  348. },
  349. {
  350. "unified": "1F62A",
  351. "shortnames": [
  352. "sleepy"
  353. ]
  354. },
  355. {
  356. "unified": "1F924",
  357. "shortnames": [
  358. "drooling_face"
  359. ]
  360. },
  361. {
  362. "unified": "1F634",
  363. "shortnames": [
  364. "sleeping"
  365. ]
  366. },
  367. {
  368. "unified": "1F637",
  369. "shortnames": [
  370. "mask"
  371. ]
  372. },
  373. {
  374. "unified": "1F912",
  375. "shortnames": [
  376. "face_with_thermometer"
  377. ]
  378. },
  379. {
  380. "unified": "1F915",
  381. "shortnames": [
  382. "face_with_head_bandage"
  383. ]
  384. },
  385. {
  386. "unified": "1F922",
  387. "shortnames": [
  388. "nauseated_face"
  389. ]
  390. },
  391. {
  392. "unified": "1F92E",
  393. "shortnames": [
  394. "face_vomiting"
  395. ]
  396. },
  397. {
  398. "unified": "1F927",
  399. "shortnames": [
  400. "sneezing_face"
  401. ]
  402. },
  403. {
  404. "unified": "1F975",
  405. "shortnames": [
  406. "hot_face"
  407. ]
  408. },
  409. {
  410. "unified": "1F976",
  411. "shortnames": [
  412. "cold_face"
  413. ]
  414. },
  415. {
  416. "unified": "1F974",
  417. "shortnames": [
  418. "woozy_face"
  419. ]
  420. },
  421. {
  422. "unified": "1F635",
  423. "shortnames": [
  424. "dizzy_face"
  425. ]
  426. },
  427. {
  428. "unified": "1F635-200D-1F4AB",
  429. "shortnames": [
  430. "face_with_spiral_eyes"
  431. ]
  432. },
  433. {
  434. "unified": "1F92F",
  435. "shortnames": [
  436. "exploding_head"
  437. ]
  438. },
  439. {
  440. "unified": "1F920",
  441. "shortnames": [
  442. "face_with_cowboy_hat"
  443. ]
  444. },
  445. {
  446. "unified": "1F973",
  447. "shortnames": [
  448. "partying_face"
  449. ]
  450. },
  451. {
  452. "unified": "1F978",
  453. "shortnames": [
  454. "disguised_face"
  455. ]
  456. },
  457. {
  458. "unified": "1F60E",
  459. "shortnames": [
  460. "sunglasses"
  461. ]
  462. },
  463. {
  464. "unified": "1F913",
  465. "shortnames": [
  466. "nerd_face"
  467. ]
  468. },
  469. {
  470. "unified": "1F9D0",
  471. "shortnames": [
  472. "face_with_monocle"
  473. ]
  474. },
  475. {
  476. "unified": "1F615",
  477. "shortnames": [
  478. "confused"
  479. ]
  480. },
  481. {
  482. "unified": "1FAE4",
  483. "shortnames": [
  484. "face_with_diagonal_mouth"
  485. ]
  486. },
  487. {
  488. "unified": "1F61F",
  489. "shortnames": [
  490. "worried"
  491. ]
  492. },
  493. {
  494. "unified": "1F641",
  495. "shortnames": [
  496. "slightly_frowning_face"
  497. ]
  498. },
  499. {
  500. "unified": "2639-FE0F",
  501. "shortnames": [
  502. "white_frowning_face"
  503. ]
  504. },
  505. {
  506. "unified": "1F62E",
  507. "shortnames": [
  508. "open_mouth"
  509. ]
  510. },
  511. {
  512. "unified": "1F62F",
  513. "shortnames": [
  514. "hushed"
  515. ]
  516. },
  517. {
  518. "unified": "1F632",
  519. "shortnames": [
  520. "astonished"
  521. ]
  522. },
  523. {
  524. "unified": "1F633",
  525. "shortnames": [
  526. "flushed"
  527. ]
  528. },
  529. {
  530. "unified": "1F97A",
  531. "shortnames": [
  532. "pleading_face"
  533. ]
  534. },
  535. {
  536. "unified": "1F979",
  537. "shortnames": [
  538. "face_holding_back_tears"
  539. ]
  540. },
  541. {
  542. "unified": "1F626",
  543. "shortnames": [
  544. "frowning"
  545. ]
  546. },
  547. {
  548. "unified": "1F627",
  549. "shortnames": [
  550. "anguished"
  551. ]
  552. },
  553. {
  554. "unified": "1F628",
  555. "shortnames": [
  556. "fearful"
  557. ]
  558. },
  559. {
  560. "unified": "1F630",
  561. "shortnames": [
  562. "cold_sweat"
  563. ]
  564. },
  565. {
  566. "unified": "1F625",
  567. "shortnames": [
  568. "disappointed_relieved"
  569. ]
  570. },
  571. {
  572. "unified": "1F622",
  573. "shortnames": [
  574. "cry"
  575. ]
  576. },
  577. {
  578. "unified": "1F62D",
  579. "shortnames": [
  580. "sob"
  581. ]
  582. },
  583. {
  584. "unified": "1F631",
  585. "shortnames": [
  586. "scream"
  587. ]
  588. },
  589. {
  590. "unified": "1F616",
  591. "shortnames": [
  592. "confounded"
  593. ]
  594. },
  595. {
  596. "unified": "1F623",
  597. "shortnames": [
  598. "persevere"
  599. ]
  600. },
  601. {
  602. "unified": "1F61E",
  603. "shortnames": [
  604. "disappointed"
  605. ]
  606. },
  607. {
  608. "unified": "1F613",
  609. "shortnames": [
  610. "sweat"
  611. ]
  612. },
  613. {
  614. "unified": "1F629",
  615. "shortnames": [
  616. "weary"
  617. ]
  618. },
  619. {
  620. "unified": "1F62B",
  621. "shortnames": [
  622. "tired_face"
  623. ]
  624. },
  625. {
  626. "unified": "1F971",
  627. "shortnames": [
  628. "yawning_face"
  629. ]
  630. },
  631. {
  632. "unified": "1F624",
  633. "shortnames": [
  634. "triumph"
  635. ]
  636. },
  637. {
  638. "unified": "1F621",
  639. "shortnames": [
  640. "rage"
  641. ]
  642. },
  643. {
  644. "unified": "1F620",
  645. "shortnames": [
  646. "angry"
  647. ]
  648. },
  649. {
  650. "unified": "1F92C",
  651. "shortnames": [
  652. "face_with_symbols_on_mouth"
  653. ]
  654. },
  655. {
  656. "unified": "1F608",
  657. "shortnames": [
  658. "smiling_imp"
  659. ]
  660. },
  661. {
  662. "unified": "1F47F",
  663. "shortnames": [
  664. "imp"
  665. ]
  666. },
  667. {
  668. "unified": "1F480",
  669. "shortnames": [
  670. "skull"
  671. ]
  672. },
  673. {
  674. "unified": "2620-FE0F",
  675. "shortnames": [
  676. "skull_and_crossbones"
  677. ]
  678. },
  679. {
  680. "unified": "1F4A9",
  681. "shortnames": [
  682. "hankey"
  683. ]
  684. },
  685. {
  686. "unified": "1F921",
  687. "shortnames": [
  688. "clown_face"
  689. ]
  690. },
  691. {
  692. "unified": "1F479",
  693. "shortnames": [
  694. "japanese_ogre"
  695. ]
  696. },
  697. {
  698. "unified": "1F47A",
  699. "shortnames": [
  700. "japanese_goblin"
  701. ]
  702. },
  703. {
  704. "unified": "1F47B",
  705. "shortnames": [
  706. "ghost"
  707. ]
  708. },
  709. {
  710. "unified": "1F47D",
  711. "shortnames": [
  712. "alien"
  713. ]
  714. },
  715. {
  716. "unified": "1F47E",
  717. "shortnames": [
  718. "space_invader"
  719. ]
  720. },
  721. {
  722. "unified": "1F916",
  723. "shortnames": [
  724. "robot_face"
  725. ]
  726. },
  727. {
  728. "unified": "1F63A",
  729. "shortnames": [
  730. "smiley_cat"
  731. ]
  732. },
  733. {
  734. "unified": "1F638",
  735. "shortnames": [
  736. "smile_cat"
  737. ]
  738. },
  739. {
  740. "unified": "1F639",
  741. "shortnames": [
  742. "joy_cat"
  743. ]
  744. },
  745. {
  746. "unified": "1F63B",
  747. "shortnames": [
  748. "heart_eyes_cat"
  749. ]
  750. },
  751. {
  752. "unified": "1F63C",
  753. "shortnames": [
  754. "smirk_cat"
  755. ]
  756. },
  757. {
  758. "unified": "1F63D",
  759. "shortnames": [
  760. "kissing_cat"
  761. ]
  762. },
  763. {
  764. "unified": "1F640",
  765. "shortnames": [
  766. "scream_cat"
  767. ]
  768. },
  769. {
  770. "unified": "1F63F",
  771. "shortnames": [
  772. "crying_cat_face"
  773. ]
  774. },
  775. {
  776. "unified": "1F63E",
  777. "shortnames": [
  778. "pouting_cat"
  779. ]
  780. },
  781. {
  782. "unified": "1F648",
  783. "shortnames": [
  784. "see_no_evil"
  785. ]
  786. },
  787. {
  788. "unified": "1F649",
  789. "shortnames": [
  790. "hear_no_evil"
  791. ]
  792. },
  793. {
  794. "unified": "1F64A",
  795. "shortnames": [
  796. "speak_no_evil"
  797. ]
  798. },
  799. {
  800. "unified": "1F48C",
  801. "shortnames": [
  802. "love_letter"
  803. ]
  804. },
  805. {
  806. "unified": "1F498",
  807. "shortnames": [
  808. "cupid"
  809. ]
  810. },
  811. {
  812. "unified": "1F49D",
  813. "shortnames": [
  814. "gift_heart"
  815. ]
  816. },
  817. {
  818. "unified": "1F496",
  819. "shortnames": [
  820. "sparkling_heart"
  821. ]
  822. },
  823. {
  824. "unified": "1F497",
  825. "shortnames": [
  826. "heartpulse"
  827. ]
  828. },
  829. {
  830. "unified": "1F493",
  831. "shortnames": [
  832. "heartbeat"
  833. ]
  834. },
  835. {
  836. "unified": "1F49E",
  837. "shortnames": [
  838. "revolving_hearts"
  839. ]
  840. },
  841. {
  842. "unified": "1F495",
  843. "shortnames": [
  844. "two_hearts"
  845. ]
  846. },
  847. {
  848. "unified": "1F49F",
  849. "shortnames": [
  850. "heart_decoration"
  851. ]
  852. },
  853. {
  854. "unified": "2763-FE0F",
  855. "shortnames": [
  856. "heavy_heart_exclamation_mark_ornament"
  857. ]
  858. },
  859. {
  860. "unified": "1F494",
  861. "shortnames": [
  862. "broken_heart"
  863. ]
  864. },
  865. {
  866. "unified": "2764-FE0F-200D-1F525",
  867. "shortnames": [
  868. "heart_on_fire"
  869. ]
  870. },
  871. {
  872. "unified": "2764-FE0F-200D-1FA79",
  873. "shortnames": [
  874. "mending_heart"
  875. ]
  876. },
  877. {
  878. "unified": "2764-FE0F",
  879. "shortnames": [
  880. "heart"
  881. ]
  882. },
  883. {
  884. "unified": "1FA77",
  885. "shortnames": [
  886. "pink_heart"
  887. ]
  888. },
  889. {
  890. "unified": "1F9E1",
  891. "shortnames": [
  892. "orange_heart"
  893. ]
  894. },
  895. {
  896. "unified": "1F49B",
  897. "shortnames": [
  898. "yellow_heart"
  899. ]
  900. },
  901. {
  902. "unified": "1F49A",
  903. "shortnames": [
  904. "green_heart"
  905. ]
  906. },
  907. {
  908. "unified": "1F499",
  909. "shortnames": [
  910. "blue_heart"
  911. ]
  912. },
  913. {
  914. "unified": "1FA75",
  915. "shortnames": [
  916. "light_blue_heart"
  917. ]
  918. },
  919. {
  920. "unified": "1F49C",
  921. "shortnames": [
  922. "purple_heart"
  923. ]
  924. },
  925. {
  926. "unified": "1F90E",
  927. "shortnames": [
  928. "brown_heart"
  929. ]
  930. },
  931. {
  932. "unified": "1F5A4",
  933. "shortnames": [
  934. "black_heart"
  935. ]
  936. },
  937. {
  938. "unified": "1FA76",
  939. "shortnames": [
  940. "grey_heart"
  941. ]
  942. },
  943. {
  944. "unified": "1F90D",
  945. "shortnames": [
  946. "white_heart"
  947. ]
  948. },
  949. {
  950. "unified": "1F48B",
  951. "shortnames": [
  952. "kiss"
  953. ]
  954. },
  955. {
  956. "unified": "1F4AF",
  957. "shortnames": [
  958. "100"
  959. ]
  960. },
  961. {
  962. "unified": "1F4A2",
  963. "shortnames": [
  964. "anger"
  965. ]
  966. },
  967. {
  968. "unified": "1F4A5",
  969. "shortnames": [
  970. "boom"
  971. ]
  972. },
  973. {
  974. "unified": "1F4AB",
  975. "shortnames": [
  976. "dizzy"
  977. ]
  978. },
  979. {
  980. "unified": "1F4A6",
  981. "shortnames": [
  982. "sweat_drops"
  983. ]
  984. },
  985. {
  986. "unified": "1F4A8",
  987. "shortnames": [
  988. "dash"
  989. ]
  990. },
  991. {
  992. "unified": "1F573-FE0F",
  993. "shortnames": [
  994. "hole"
  995. ]
  996. },
  997. {
  998. "unified": "1F4AC",
  999. "shortnames": [
  1000. "speech_balloon"
  1001. ]
  1002. },
  1003. {
  1004. "unified": "1F441-FE0F-200D-1F5E8-FE0F",
  1005. "shortnames": [
  1006. "eye-in-speech-bubble"
  1007. ]
  1008. },
  1009. {
  1010. "unified": "1F5E8-FE0F",
  1011. "shortnames": [
  1012. "left_speech_bubble"
  1013. ]
  1014. },
  1015. {
  1016. "unified": "1F5EF-FE0F",
  1017. "shortnames": [
  1018. "right_anger_bubble"
  1019. ]
  1020. },
  1021. {
  1022. "unified": "1F4AD",
  1023. "shortnames": [
  1024. "thought_balloon"
  1025. ]
  1026. },
  1027. {
  1028. "unified": "1F4A4",
  1029. "shortnames": [
  1030. "zzz"
  1031. ]
  1032. }
  1033. ]
  1034. },
  1035. {
  1036. "name": "People & Body",
  1037. "emojis": [
  1038. {
  1039. "unified": "1F44B",
  1040. "shortnames": [
  1041. "wave"
  1042. ]
  1043. },
  1044. {
  1045. "unified": "1F91A",
  1046. "shortnames": [
  1047. "raised_back_of_hand"
  1048. ]
  1049. },
  1050. {
  1051. "unified": "1F590-FE0F",
  1052. "shortnames": [
  1053. "raised_hand_with_fingers_splayed"
  1054. ]
  1055. },
  1056. {
  1057. "unified": "270B",
  1058. "shortnames": [
  1059. "hand"
  1060. ]
  1061. },
  1062. {
  1063. "unified": "1F596",
  1064. "shortnames": [
  1065. "spock-hand"
  1066. ]
  1067. },
  1068. {
  1069. "unified": "1FAF1",
  1070. "shortnames": [
  1071. "rightwards_hand"
  1072. ]
  1073. },
  1074. {
  1075. "unified": "1FAF2",
  1076. "shortnames": [
  1077. "leftwards_hand"
  1078. ]
  1079. },
  1080. {
  1081. "unified": "1FAF3",
  1082. "shortnames": [
  1083. "palm_down_hand"
  1084. ]
  1085. },
  1086. {
  1087. "unified": "1FAF4",
  1088. "shortnames": [
  1089. "palm_up_hand"
  1090. ]
  1091. },
  1092. {
  1093. "unified": "1FAF7",
  1094. "shortnames": [
  1095. "leftwards_pushing_hand"
  1096. ]
  1097. },
  1098. {
  1099. "unified": "1FAF8",
  1100. "shortnames": [
  1101. "rightwards_pushing_hand"
  1102. ]
  1103. },
  1104. {
  1105. "unified": "1F44C",
  1106. "shortnames": [
  1107. "ok_hand"
  1108. ]
  1109. },
  1110. {
  1111. "unified": "1F90C",
  1112. "shortnames": [
  1113. "pinched_fingers"
  1114. ]
  1115. },
  1116. {
  1117. "unified": "1F90F",
  1118. "shortnames": [
  1119. "pinching_hand"
  1120. ]
  1121. },
  1122. {
  1123. "unified": "270C-FE0F",
  1124. "shortnames": [
  1125. "v"
  1126. ]
  1127. },
  1128. {
  1129. "unified": "1F91E",
  1130. "shortnames": [
  1131. "crossed_fingers"
  1132. ]
  1133. },
  1134. {
  1135. "unified": "1FAF0",
  1136. "shortnames": [
  1137. "hand_with_index_finger_and_thumb_crossed"
  1138. ]
  1139. },
  1140. {
  1141. "unified": "1F91F",
  1142. "shortnames": [
  1143. "i_love_you_hand_sign"
  1144. ]
  1145. },
  1146. {
  1147. "unified": "1F918",
  1148. "shortnames": [
  1149. "the_horns"
  1150. ]
  1151. },
  1152. {
  1153. "unified": "1F919",
  1154. "shortnames": [
  1155. "call_me_hand"
  1156. ]
  1157. },
  1158. {
  1159. "unified": "1F448",
  1160. "shortnames": [
  1161. "point_left"
  1162. ]
  1163. },
  1164. {
  1165. "unified": "1F449",
  1166. "shortnames": [
  1167. "point_right"
  1168. ]
  1169. },
  1170. {
  1171. "unified": "1F446",
  1172. "shortnames": [
  1173. "point_up_2"
  1174. ]
  1175. },
  1176. {
  1177. "unified": "1F595",
  1178. "shortnames": [
  1179. "middle_finger"
  1180. ]
  1181. },
  1182. {
  1183. "unified": "1F447",
  1184. "shortnames": [
  1185. "point_down"
  1186. ]
  1187. },
  1188. {
  1189. "unified": "261D-FE0F",
  1190. "shortnames": [
  1191. "point_up"
  1192. ]
  1193. },
  1194. {
  1195. "unified": "1FAF5",
  1196. "shortnames": [
  1197. "index_pointing_at_the_viewer"
  1198. ]
  1199. },
  1200. {
  1201. "unified": "1F44D",
  1202. "shortnames": [
  1203. "+1"
  1204. ]
  1205. },
  1206. {
  1207. "unified": "1F44E",
  1208. "shortnames": [
  1209. "-1"
  1210. ]
  1211. },
  1212. {
  1213. "unified": "270A",
  1214. "shortnames": [
  1215. "fist"
  1216. ]
  1217. },
  1218. {
  1219. "unified": "1F44A",
  1220. "shortnames": [
  1221. "facepunch"
  1222. ]
  1223. },
  1224. {
  1225. "unified": "1F91B",
  1226. "shortnames": [
  1227. "left-facing_fist"
  1228. ]
  1229. },
  1230. {
  1231. "unified": "1F91C",
  1232. "shortnames": [
  1233. "right-facing_fist"
  1234. ]
  1235. },
  1236. {
  1237. "unified": "1F44F",
  1238. "shortnames": [
  1239. "clap"
  1240. ]
  1241. },
  1242. {
  1243. "unified": "1F64C",
  1244. "shortnames": [
  1245. "raised_hands"
  1246. ]
  1247. },
  1248. {
  1249. "unified": "1FAF6",
  1250. "shortnames": [
  1251. "heart_hands"
  1252. ]
  1253. },
  1254. {
  1255. "unified": "1F450",
  1256. "shortnames": [
  1257. "open_hands"
  1258. ]
  1259. },
  1260. {
  1261. "unified": "1F932",
  1262. "shortnames": [
  1263. "palms_up_together"
  1264. ]
  1265. },
  1266. {
  1267. "unified": "1F91D",
  1268. "shortnames": [
  1269. "handshake"
  1270. ]
  1271. },
  1272. {
  1273. "unified": "1F64F",
  1274. "shortnames": [
  1275. "pray"
  1276. ]
  1277. },
  1278. {
  1279. "unified": "270D-FE0F",
  1280. "shortnames": [
  1281. "writing_hand"
  1282. ]
  1283. },
  1284. {
  1285. "unified": "1F485",
  1286. "shortnames": [
  1287. "nail_care"
  1288. ]
  1289. },
  1290. {
  1291. "unified": "1F933",
  1292. "shortnames": [
  1293. "selfie"
  1294. ]
  1295. },
  1296. {
  1297. "unified": "1F4AA",
  1298. "shortnames": [
  1299. "muscle"
  1300. ]
  1301. },
  1302. {
  1303. "unified": "1F9BE",
  1304. "shortnames": [
  1305. "mechanical_arm"
  1306. ]
  1307. },
  1308. {
  1309. "unified": "1F9BF",
  1310. "shortnames": [
  1311. "mechanical_leg"
  1312. ]
  1313. },
  1314. {
  1315. "unified": "1F9B5",
  1316. "shortnames": [
  1317. "leg"
  1318. ]
  1319. },
  1320. {
  1321. "unified": "1F9B6",
  1322. "shortnames": [
  1323. "foot"
  1324. ]
  1325. },
  1326. {
  1327. "unified": "1F442",
  1328. "shortnames": [
  1329. "ear"
  1330. ]
  1331. },
  1332. {
  1333. "unified": "1F9BB",
  1334. "shortnames": [
  1335. "ear_with_hearing_aid"
  1336. ]
  1337. },
  1338. {
  1339. "unified": "1F443",
  1340. "shortnames": [
  1341. "nose"
  1342. ]
  1343. },
  1344. {
  1345. "unified": "1F9E0",
  1346. "shortnames": [
  1347. "brain"
  1348. ]
  1349. },
  1350. {
  1351. "unified": "1FAC0",
  1352. "shortnames": [
  1353. "anatomical_heart"
  1354. ]
  1355. },
  1356. {
  1357. "unified": "1FAC1",
  1358. "shortnames": [
  1359. "lungs"
  1360. ]
  1361. },
  1362. {
  1363. "unified": "1F9B7",
  1364. "shortnames": [
  1365. "tooth"
  1366. ]
  1367. },
  1368. {
  1369. "unified": "1F9B4",
  1370. "shortnames": [
  1371. "bone"
  1372. ]
  1373. },
  1374. {
  1375. "unified": "1F440",
  1376. "shortnames": [
  1377. "eyes"
  1378. ]
  1379. },
  1380. {
  1381. "unified": "1F441-FE0F",
  1382. "shortnames": [
  1383. "eye"
  1384. ]
  1385. },
  1386. {
  1387. "unified": "1F445",
  1388. "shortnames": [
  1389. "tongue"
  1390. ]
  1391. },
  1392. {
  1393. "unified": "1F444",
  1394. "shortnames": [
  1395. "lips"
  1396. ]
  1397. },
  1398. {
  1399. "unified": "1FAE6",
  1400. "shortnames": [
  1401. "biting_lip"
  1402. ]
  1403. },
  1404. {
  1405. "unified": "1F476",
  1406. "shortnames": [
  1407. "baby"
  1408. ]
  1409. },
  1410. {
  1411. "unified": "1F9D2",
  1412. "shortnames": [
  1413. "child"
  1414. ]
  1415. },
  1416. {
  1417. "unified": "1F466",
  1418. "shortnames": [
  1419. "boy"
  1420. ]
  1421. },
  1422. {
  1423. "unified": "1F467",
  1424. "shortnames": [
  1425. "girl"
  1426. ]
  1427. },
  1428. {
  1429. "unified": "1F9D1",
  1430. "shortnames": [
  1431. "adult"
  1432. ]
  1433. },
  1434. {
  1435. "unified": "1F468",
  1436. "shortnames": [
  1437. "man"
  1438. ]
  1439. },
  1440. {
  1441. "unified": "1F9D4",
  1442. "shortnames": [
  1443. "bearded_person"
  1444. ]
  1445. },
  1446. {
  1447. "unified": "1F9D4-200D-2642-FE0F",
  1448. "shortnames": [
  1449. "man_with_beard"
  1450. ]
  1451. },
  1452. {
  1453. "unified": "1F9D4-200D-2640-FE0F",
  1454. "shortnames": [
  1455. "woman_with_beard"
  1456. ]
  1457. },
  1458. {
  1459. "unified": "1F468-200D-1F9B0",
  1460. "shortnames": [
  1461. "red_haired_man"
  1462. ]
  1463. },
  1464. {
  1465. "unified": "1F468-200D-1F9B1",
  1466. "shortnames": [
  1467. "curly_haired_man"
  1468. ]
  1469. },
  1470. {
  1471. "unified": "1F468-200D-1F9B3",
  1472. "shortnames": [
  1473. "white_haired_man"
  1474. ]
  1475. },
  1476. {
  1477. "unified": "1F468-200D-1F9B2",
  1478. "shortnames": [
  1479. "bald_man"
  1480. ]
  1481. },
  1482. {
  1483. "unified": "1F469",
  1484. "shortnames": [
  1485. "woman"
  1486. ]
  1487. },
  1488. {
  1489. "unified": "1F469-200D-1F9B0",
  1490. "shortnames": [
  1491. "red_haired_woman"
  1492. ]
  1493. },
  1494. {
  1495. "unified": "1F9D1-200D-1F9B0",
  1496. "shortnames": [
  1497. "red_haired_person"
  1498. ]
  1499. },
  1500. {
  1501. "unified": "1F469-200D-1F9B1",
  1502. "shortnames": [
  1503. "curly_haired_woman"
  1504. ]
  1505. },
  1506. {
  1507. "unified": "1F9D1-200D-1F9B1",
  1508. "shortnames": [
  1509. "curly_haired_person"
  1510. ]
  1511. },
  1512. {
  1513. "unified": "1F469-200D-1F9B3",
  1514. "shortnames": [
  1515. "white_haired_woman"
  1516. ]
  1517. },
  1518. {
  1519. "unified": "1F9D1-200D-1F9B3",
  1520. "shortnames": [
  1521. "white_haired_person"
  1522. ]
  1523. },
  1524. {
  1525. "unified": "1F469-200D-1F9B2",
  1526. "shortnames": [
  1527. "bald_woman"
  1528. ]
  1529. },
  1530. {
  1531. "unified": "1F9D1-200D-1F9B2",
  1532. "shortnames": [
  1533. "bald_person"
  1534. ]
  1535. },
  1536. {
  1537. "unified": "1F471-200D-2640-FE0F",
  1538. "shortnames": [
  1539. "blond-haired-woman"
  1540. ]
  1541. },
  1542. {
  1543. "unified": "1F471-200D-2642-FE0F",
  1544. "shortnames": [
  1545. "blond-haired-man",
  1546. "person_with_blond_hair"
  1547. ]
  1548. },
  1549. {
  1550. "unified": "1F9D3",
  1551. "shortnames": [
  1552. "older_adult"
  1553. ]
  1554. },
  1555. {
  1556. "unified": "1F474",
  1557. "shortnames": [
  1558. "older_man"
  1559. ]
  1560. },
  1561. {
  1562. "unified": "1F475",
  1563. "shortnames": [
  1564. "older_woman"
  1565. ]
  1566. },
  1567. {
  1568. "unified": "1F64D-200D-2642-FE0F",
  1569. "shortnames": [
  1570. "man-frowning"
  1571. ]
  1572. },
  1573. {
  1574. "unified": "1F64D-200D-2640-FE0F",
  1575. "shortnames": [
  1576. "woman-frowning",
  1577. "person_frowning"
  1578. ]
  1579. },
  1580. {
  1581. "unified": "1F64E-200D-2642-FE0F",
  1582. "shortnames": [
  1583. "man-pouting"
  1584. ]
  1585. },
  1586. {
  1587. "unified": "1F64E-200D-2640-FE0F",
  1588. "shortnames": [
  1589. "woman-pouting",
  1590. "person_with_pouting_face"
  1591. ]
  1592. },
  1593. {
  1594. "unified": "1F645-200D-2642-FE0F",
  1595. "shortnames": [
  1596. "man-gesturing-no"
  1597. ]
  1598. },
  1599. {
  1600. "unified": "1F645-200D-2640-FE0F",
  1601. "shortnames": [
  1602. "woman-gesturing-no",
  1603. "no_good"
  1604. ]
  1605. },
  1606. {
  1607. "unified": "1F646-200D-2642-FE0F",
  1608. "shortnames": [
  1609. "man-gesturing-ok"
  1610. ]
  1611. },
  1612. {
  1613. "unified": "1F646-200D-2640-FE0F",
  1614. "shortnames": [
  1615. "woman-gesturing-ok",
  1616. "ok_woman"
  1617. ]
  1618. },
  1619. {
  1620. "unified": "1F481-200D-2642-FE0F",
  1621. "shortnames": [
  1622. "man-tipping-hand"
  1623. ]
  1624. },
  1625. {
  1626. "unified": "1F481-200D-2640-FE0F",
  1627. "shortnames": [
  1628. "woman-tipping-hand",
  1629. "information_desk_person"
  1630. ]
  1631. },
  1632. {
  1633. "unified": "1F64B-200D-2642-FE0F",
  1634. "shortnames": [
  1635. "man-raising-hand"
  1636. ]
  1637. },
  1638. {
  1639. "unified": "1F64B-200D-2640-FE0F",
  1640. "shortnames": [
  1641. "woman-raising-hand",
  1642. "raising_hand"
  1643. ]
  1644. },
  1645. {
  1646. "unified": "1F9CF",
  1647. "shortnames": [
  1648. "deaf_person"
  1649. ]
  1650. },
  1651. {
  1652. "unified": "1F9CF-200D-2642-FE0F",
  1653. "shortnames": [
  1654. "deaf_man"
  1655. ]
  1656. },
  1657. {
  1658. "unified": "1F9CF-200D-2640-FE0F",
  1659. "shortnames": [
  1660. "deaf_woman"
  1661. ]
  1662. },
  1663. {
  1664. "unified": "1F647",
  1665. "shortnames": [
  1666. "bow"
  1667. ]
  1668. },
  1669. {
  1670. "unified": "1F647-200D-2642-FE0F",
  1671. "shortnames": [
  1672. "man-bowing"
  1673. ]
  1674. },
  1675. {
  1676. "unified": "1F647-200D-2640-FE0F",
  1677. "shortnames": [
  1678. "woman-bowing"
  1679. ]
  1680. },
  1681. {
  1682. "unified": "1F926",
  1683. "shortnames": [
  1684. "face_palm"
  1685. ]
  1686. },
  1687. {
  1688. "unified": "1F926-200D-2642-FE0F",
  1689. "shortnames": [
  1690. "man-facepalming"
  1691. ]
  1692. },
  1693. {
  1694. "unified": "1F926-200D-2640-FE0F",
  1695. "shortnames": [
  1696. "woman-facepalming"
  1697. ]
  1698. },
  1699. {
  1700. "unified": "1F937",
  1701. "shortnames": [
  1702. "shrug"
  1703. ]
  1704. },
  1705. {
  1706. "unified": "1F937-200D-2642-FE0F",
  1707. "shortnames": [
  1708. "man-shrugging"
  1709. ]
  1710. },
  1711. {
  1712. "unified": "1F937-200D-2640-FE0F",
  1713. "shortnames": [
  1714. "woman-shrugging"
  1715. ]
  1716. },
  1717. {
  1718. "unified": "1F9D1-200D-2695-FE0F",
  1719. "shortnames": [
  1720. "health_worker"
  1721. ]
  1722. },
  1723. {
  1724. "unified": "1F468-200D-2695-FE0F",
  1725. "shortnames": [
  1726. "male-doctor"
  1727. ]
  1728. },
  1729. {
  1730. "unified": "1F469-200D-2695-FE0F",
  1731. "shortnames": [
  1732. "female-doctor"
  1733. ]
  1734. },
  1735. {
  1736. "unified": "1F9D1-200D-1F393",
  1737. "shortnames": [
  1738. "student"
  1739. ]
  1740. },
  1741. {
  1742. "unified": "1F468-200D-1F393",
  1743. "shortnames": [
  1744. "male-student"
  1745. ]
  1746. },
  1747. {
  1748. "unified": "1F469-200D-1F393",
  1749. "shortnames": [
  1750. "female-student"
  1751. ]
  1752. },
  1753. {
  1754. "unified": "1F9D1-200D-1F3EB",
  1755. "shortnames": [
  1756. "teacher"
  1757. ]
  1758. },
  1759. {
  1760. "unified": "1F468-200D-1F3EB",
  1761. "shortnames": [
  1762. "male-teacher"
  1763. ]
  1764. },
  1765. {
  1766. "unified": "1F469-200D-1F3EB",
  1767. "shortnames": [
  1768. "female-teacher"
  1769. ]
  1770. },
  1771. {
  1772. "unified": "1F9D1-200D-2696-FE0F",
  1773. "shortnames": [
  1774. "judge"
  1775. ]
  1776. },
  1777. {
  1778. "unified": "1F468-200D-2696-FE0F",
  1779. "shortnames": [
  1780. "male-judge"
  1781. ]
  1782. },
  1783. {
  1784. "unified": "1F469-200D-2696-FE0F",
  1785. "shortnames": [
  1786. "female-judge"
  1787. ]
  1788. },
  1789. {
  1790. "unified": "1F9D1-200D-1F33E",
  1791. "shortnames": [
  1792. "farmer"
  1793. ]
  1794. },
  1795. {
  1796. "unified": "1F468-200D-1F33E",
  1797. "shortnames": [
  1798. "male-farmer"
  1799. ]
  1800. },
  1801. {
  1802. "unified": "1F469-200D-1F33E",
  1803. "shortnames": [
  1804. "female-farmer"
  1805. ]
  1806. },
  1807. {
  1808. "unified": "1F9D1-200D-1F373",
  1809. "shortnames": [
  1810. "cook"
  1811. ]
  1812. },
  1813. {
  1814. "unified": "1F468-200D-1F373",
  1815. "shortnames": [
  1816. "male-cook"
  1817. ]
  1818. },
  1819. {
  1820. "unified": "1F469-200D-1F373",
  1821. "shortnames": [
  1822. "female-cook"
  1823. ]
  1824. },
  1825. {
  1826. "unified": "1F9D1-200D-1F527",
  1827. "shortnames": [
  1828. "mechanic"
  1829. ]
  1830. },
  1831. {
  1832. "unified": "1F468-200D-1F527",
  1833. "shortnames": [
  1834. "male-mechanic"
  1835. ]
  1836. },
  1837. {
  1838. "unified": "1F469-200D-1F527",
  1839. "shortnames": [
  1840. "female-mechanic"
  1841. ]
  1842. },
  1843. {
  1844. "unified": "1F9D1-200D-1F3ED",
  1845. "shortnames": [
  1846. "factory_worker"
  1847. ]
  1848. },
  1849. {
  1850. "unified": "1F468-200D-1F3ED",
  1851. "shortnames": [
  1852. "male-factory-worker"
  1853. ]
  1854. },
  1855. {
  1856. "unified": "1F469-200D-1F3ED",
  1857. "shortnames": [
  1858. "female-factory-worker"
  1859. ]
  1860. },
  1861. {
  1862. "unified": "1F9D1-200D-1F4BC",
  1863. "shortnames": [
  1864. "office_worker"
  1865. ]
  1866. },
  1867. {
  1868. "unified": "1F468-200D-1F4BC",
  1869. "shortnames": [
  1870. "male-office-worker"
  1871. ]
  1872. },
  1873. {
  1874. "unified": "1F469-200D-1F4BC",
  1875. "shortnames": [
  1876. "female-office-worker"
  1877. ]
  1878. },
  1879. {
  1880. "unified": "1F9D1-200D-1F52C",
  1881. "shortnames": [
  1882. "scientist"
  1883. ]
  1884. },
  1885. {
  1886. "unified": "1F468-200D-1F52C",
  1887. "shortnames": [
  1888. "male-scientist"
  1889. ]
  1890. },
  1891. {
  1892. "unified": "1F469-200D-1F52C",
  1893. "shortnames": [
  1894. "female-scientist"
  1895. ]
  1896. },
  1897. {
  1898. "unified": "1F9D1-200D-1F4BB",
  1899. "shortnames": [
  1900. "technologist"
  1901. ]
  1902. },
  1903. {
  1904. "unified": "1F468-200D-1F4BB",
  1905. "shortnames": [
  1906. "male-technologist"
  1907. ]
  1908. },
  1909. {
  1910. "unified": "1F469-200D-1F4BB",
  1911. "shortnames": [
  1912. "female-technologist"
  1913. ]
  1914. },
  1915. {
  1916. "unified": "1F9D1-200D-1F3A4",
  1917. "shortnames": [
  1918. "singer"
  1919. ]
  1920. },
  1921. {
  1922. "unified": "1F468-200D-1F3A4",
  1923. "shortnames": [
  1924. "male-singer"
  1925. ]
  1926. },
  1927. {
  1928. "unified": "1F469-200D-1F3A4",
  1929. "shortnames": [
  1930. "female-singer"
  1931. ]
  1932. },
  1933. {
  1934. "unified": "1F9D1-200D-1F3A8",
  1935. "shortnames": [
  1936. "artist"
  1937. ]
  1938. },
  1939. {
  1940. "unified": "1F468-200D-1F3A8",
  1941. "shortnames": [
  1942. "male-artist"
  1943. ]
  1944. },
  1945. {
  1946. "unified": "1F469-200D-1F3A8",
  1947. "shortnames": [
  1948. "female-artist"
  1949. ]
  1950. },
  1951. {
  1952. "unified": "1F9D1-200D-2708-FE0F",
  1953. "shortnames": [
  1954. "pilot"
  1955. ]
  1956. },
  1957. {
  1958. "unified": "1F468-200D-2708-FE0F",
  1959. "shortnames": [
  1960. "male-pilot"
  1961. ]
  1962. },
  1963. {
  1964. "unified": "1F469-200D-2708-FE0F",
  1965. "shortnames": [
  1966. "female-pilot"
  1967. ]
  1968. },
  1969. {
  1970. "unified": "1F9D1-200D-1F680",
  1971. "shortnames": [
  1972. "astronaut"
  1973. ]
  1974. },
  1975. {
  1976. "unified": "1F468-200D-1F680",
  1977. "shortnames": [
  1978. "male-astronaut"
  1979. ]
  1980. },
  1981. {
  1982. "unified": "1F469-200D-1F680",
  1983. "shortnames": [
  1984. "female-astronaut"
  1985. ]
  1986. },
  1987. {
  1988. "unified": "1F9D1-200D-1F692",
  1989. "shortnames": [
  1990. "firefighter"
  1991. ]
  1992. },
  1993. {
  1994. "unified": "1F468-200D-1F692",
  1995. "shortnames": [
  1996. "male-firefighter"
  1997. ]
  1998. },
  1999. {
  2000. "unified": "1F469-200D-1F692",
  2001. "shortnames": [
  2002. "female-firefighter"
  2003. ]
  2004. },
  2005. {
  2006. "unified": "1F46E-200D-2642-FE0F",
  2007. "shortnames": [
  2008. "male-police-officer",
  2009. "cop"
  2010. ]
  2011. },
  2012. {
  2013. "unified": "1F46E-200D-2640-FE0F",
  2014. "shortnames": [
  2015. "female-police-officer"
  2016. ]
  2017. },
  2018. {
  2019. "unified": "1F575-FE0F-200D-2642-FE0F",
  2020. "shortnames": [
  2021. "male-detective",
  2022. "sleuth_or_spy"
  2023. ]
  2024. },
  2025. {
  2026. "unified": "1F575-FE0F-200D-2640-FE0F",
  2027. "shortnames": [
  2028. "female-detective"
  2029. ]
  2030. },
  2031. {
  2032. "unified": "1F482-200D-2642-FE0F",
  2033. "shortnames": [
  2034. "male-guard",
  2035. "guardsman"
  2036. ]
  2037. },
  2038. {
  2039. "unified": "1F482-200D-2640-FE0F",
  2040. "shortnames": [
  2041. "female-guard"
  2042. ]
  2043. },
  2044. {
  2045. "unified": "1F977",
  2046. "shortnames": [
  2047. "ninja"
  2048. ]
  2049. },
  2050. {
  2051. "unified": "1F477-200D-2642-FE0F",
  2052. "shortnames": [
  2053. "male-construction-worker",
  2054. "construction_worker"
  2055. ]
  2056. },
  2057. {
  2058. "unified": "1F477-200D-2640-FE0F",
  2059. "shortnames": [
  2060. "female-construction-worker"
  2061. ]
  2062. },
  2063. {
  2064. "unified": "1FAC5",
  2065. "shortnames": [
  2066. "person_with_crown"
  2067. ]
  2068. },
  2069. {
  2070. "unified": "1F934",
  2071. "shortnames": [
  2072. "prince"
  2073. ]
  2074. },
  2075. {
  2076. "unified": "1F478",
  2077. "shortnames": [
  2078. "princess"
  2079. ]
  2080. },
  2081. {
  2082. "unified": "1F473-200D-2642-FE0F",
  2083. "shortnames": [
  2084. "man-wearing-turban",
  2085. "man_with_turban"
  2086. ]
  2087. },
  2088. {
  2089. "unified": "1F473-200D-2640-FE0F",
  2090. "shortnames": [
  2091. "woman-wearing-turban"
  2092. ]
  2093. },
  2094. {
  2095. "unified": "1F472",
  2096. "shortnames": [
  2097. "man_with_gua_pi_mao"
  2098. ]
  2099. },
  2100. {
  2101. "unified": "1F9D5",
  2102. "shortnames": [
  2103. "person_with_headscarf"
  2104. ]
  2105. },
  2106. {
  2107. "unified": "1F935",
  2108. "shortnames": [
  2109. "person_in_tuxedo"
  2110. ]
  2111. },
  2112. {
  2113. "unified": "1F935-200D-2642-FE0F",
  2114. "shortnames": [
  2115. "man_in_tuxedo"
  2116. ]
  2117. },
  2118. {
  2119. "unified": "1F935-200D-2640-FE0F",
  2120. "shortnames": [
  2121. "woman_in_tuxedo"
  2122. ]
  2123. },
  2124. {
  2125. "unified": "1F470",
  2126. "shortnames": [
  2127. "bride_with_veil"
  2128. ]
  2129. },
  2130. {
  2131. "unified": "1F470-200D-2642-FE0F",
  2132. "shortnames": [
  2133. "man_with_veil"
  2134. ]
  2135. },
  2136. {
  2137. "unified": "1F470-200D-2640-FE0F",
  2138. "shortnames": [
  2139. "woman_with_veil"
  2140. ]
  2141. },
  2142. {
  2143. "unified": "1F930",
  2144. "shortnames": [
  2145. "pregnant_woman"
  2146. ]
  2147. },
  2148. {
  2149. "unified": "1FAC3",
  2150. "shortnames": [
  2151. "pregnant_man"
  2152. ]
  2153. },
  2154. {
  2155. "unified": "1FAC4",
  2156. "shortnames": [
  2157. "pregnant_person"
  2158. ]
  2159. },
  2160. {
  2161. "unified": "1F931",
  2162. "shortnames": [
  2163. "breast-feeding"
  2164. ]
  2165. },
  2166. {
  2167. "unified": "1F469-200D-1F37C",
  2168. "shortnames": [
  2169. "woman_feeding_baby"
  2170. ]
  2171. },
  2172. {
  2173. "unified": "1F468-200D-1F37C",
  2174. "shortnames": [
  2175. "man_feeding_baby"
  2176. ]
  2177. },
  2178. {
  2179. "unified": "1F9D1-200D-1F37C",
  2180. "shortnames": [
  2181. "person_feeding_baby"
  2182. ]
  2183. },
  2184. {
  2185. "unified": "1F47C",
  2186. "shortnames": [
  2187. "angel"
  2188. ]
  2189. },
  2190. {
  2191. "unified": "1F385",
  2192. "shortnames": [
  2193. "santa"
  2194. ]
  2195. },
  2196. {
  2197. "unified": "1F936",
  2198. "shortnames": [
  2199. "mrs_claus"
  2200. ]
  2201. },
  2202. {
  2203. "unified": "1F9D1-200D-1F384",
  2204. "shortnames": [
  2205. "mx_claus"
  2206. ]
  2207. },
  2208. {
  2209. "unified": "1F9B8",
  2210. "shortnames": [
  2211. "superhero"
  2212. ]
  2213. },
  2214. {
  2215. "unified": "1F9B8-200D-2642-FE0F",
  2216. "shortnames": [
  2217. "male_superhero"
  2218. ]
  2219. },
  2220. {
  2221. "unified": "1F9B8-200D-2640-FE0F",
  2222. "shortnames": [
  2223. "female_superhero"
  2224. ]
  2225. },
  2226. {
  2227. "unified": "1F9B9",
  2228. "shortnames": [
  2229. "supervillain"
  2230. ]
  2231. },
  2232. {
  2233. "unified": "1F9B9-200D-2642-FE0F",
  2234. "shortnames": [
  2235. "male_supervillain"
  2236. ]
  2237. },
  2238. {
  2239. "unified": "1F9B9-200D-2640-FE0F",
  2240. "shortnames": [
  2241. "female_supervillain"
  2242. ]
  2243. },
  2244. {
  2245. "unified": "1F9D9-200D-2642-FE0F",
  2246. "shortnames": [
  2247. "male_mage"
  2248. ]
  2249. },
  2250. {
  2251. "unified": "1F9D9-200D-2640-FE0F",
  2252. "shortnames": [
  2253. "female_mage",
  2254. "mage"
  2255. ]
  2256. },
  2257. {
  2258. "unified": "1F9DA-200D-2642-FE0F",
  2259. "shortnames": [
  2260. "male_fairy"
  2261. ]
  2262. },
  2263. {
  2264. "unified": "1F9DA-200D-2640-FE0F",
  2265. "shortnames": [
  2266. "female_fairy",
  2267. "fairy"
  2268. ]
  2269. },
  2270. {
  2271. "unified": "1F9DB-200D-2642-FE0F",
  2272. "shortnames": [
  2273. "male_vampire"
  2274. ]
  2275. },
  2276. {
  2277. "unified": "1F9DB-200D-2640-FE0F",
  2278. "shortnames": [
  2279. "female_vampire",
  2280. "vampire"
  2281. ]
  2282. },
  2283. {
  2284. "unified": "1F9DC-200D-2642-FE0F",
  2285. "shortnames": [
  2286. "merman",
  2287. "merperson"
  2288. ]
  2289. },
  2290. {
  2291. "unified": "1F9DC-200D-2640-FE0F",
  2292. "shortnames": [
  2293. "mermaid"
  2294. ]
  2295. },
  2296. {
  2297. "unified": "1F9DD-200D-2642-FE0F",
  2298. "shortnames": [
  2299. "male_elf",
  2300. "elf"
  2301. ]
  2302. },
  2303. {
  2304. "unified": "1F9DD-200D-2640-FE0F",
  2305. "shortnames": [
  2306. "female_elf"
  2307. ]
  2308. },
  2309. {
  2310. "unified": "1F9DE-200D-2642-FE0F",
  2311. "shortnames": [
  2312. "male_genie",
  2313. "genie"
  2314. ]
  2315. },
  2316. {
  2317. "unified": "1F9DE-200D-2640-FE0F",
  2318. "shortnames": [
  2319. "female_genie"
  2320. ]
  2321. },
  2322. {
  2323. "unified": "1F9DF-200D-2642-FE0F",
  2324. "shortnames": [
  2325. "male_zombie",
  2326. "zombie"
  2327. ]
  2328. },
  2329. {
  2330. "unified": "1F9DF-200D-2640-FE0F",
  2331. "shortnames": [
  2332. "female_zombie"
  2333. ]
  2334. },
  2335. {
  2336. "unified": "1F9CC",
  2337. "shortnames": [
  2338. "troll"
  2339. ]
  2340. },
  2341. {
  2342. "unified": "1F486-200D-2642-FE0F",
  2343. "shortnames": [
  2344. "man-getting-massage"
  2345. ]
  2346. },
  2347. {
  2348. "unified": "1F486-200D-2640-FE0F",
  2349. "shortnames": [
  2350. "woman-getting-massage",
  2351. "massage"
  2352. ]
  2353. },
  2354. {
  2355. "unified": "1F487-200D-2642-FE0F",
  2356. "shortnames": [
  2357. "man-getting-haircut"
  2358. ]
  2359. },
  2360. {
  2361. "unified": "1F487-200D-2640-FE0F",
  2362. "shortnames": [
  2363. "woman-getting-haircut",
  2364. "haircut"
  2365. ]
  2366. },
  2367. {
  2368. "unified": "1F6B6-200D-2642-FE0F",
  2369. "shortnames": [
  2370. "man-walking",
  2371. "walking"
  2372. ]
  2373. },
  2374. {
  2375. "unified": "1F6B6-200D-2640-FE0F",
  2376. "shortnames": [
  2377. "woman-walking"
  2378. ]
  2379. },
  2380. {
  2381. "unified": "1F6B6-200D-27A1-FE0F",
  2382. "shortnames": [
  2383. "person_walking_facing_right"
  2384. ]
  2385. },
  2386. {
  2387. "unified": "1F6B6-200D-2640-FE0F-200D-27A1-FE0F",
  2388. "shortnames": [
  2389. "woman_walking_facing_right"
  2390. ]
  2391. },
  2392. {
  2393. "unified": "1F6B6-200D-2642-FE0F-200D-27A1-FE0F",
  2394. "shortnames": [
  2395. "man_walking_facing_right"
  2396. ]
  2397. },
  2398. {
  2399. "unified": "1F9CD",
  2400. "shortnames": [
  2401. "standing_person"
  2402. ]
  2403. },
  2404. {
  2405. "unified": "1F9CD-200D-2642-FE0F",
  2406. "shortnames": [
  2407. "man_standing"
  2408. ]
  2409. },
  2410. {
  2411. "unified": "1F9CD-200D-2640-FE0F",
  2412. "shortnames": [
  2413. "woman_standing"
  2414. ]
  2415. },
  2416. {
  2417. "unified": "1F9CE",
  2418. "shortnames": [
  2419. "kneeling_person"
  2420. ]
  2421. },
  2422. {
  2423. "unified": "1F9CE-200D-2642-FE0F",
  2424. "shortnames": [
  2425. "man_kneeling"
  2426. ]
  2427. },
  2428. {
  2429. "unified": "1F9CE-200D-2640-FE0F",
  2430. "shortnames": [
  2431. "woman_kneeling"
  2432. ]
  2433. },
  2434. {
  2435. "unified": "1F9CE-200D-27A1-FE0F",
  2436. "shortnames": [
  2437. "person_kneeling_facing_right"
  2438. ]
  2439. },
  2440. {
  2441. "unified": "1F9CE-200D-2640-FE0F-200D-27A1-FE0F",
  2442. "shortnames": [
  2443. "woman_kneeling_facing_right"
  2444. ]
  2445. },
  2446. {
  2447. "unified": "1F9CE-200D-2642-FE0F-200D-27A1-FE0F",
  2448. "shortnames": [
  2449. "man_kneeling_facing_right"
  2450. ]
  2451. },
  2452. {
  2453. "unified": "1F9D1-200D-1F9AF",
  2454. "shortnames": [
  2455. "person_with_probing_cane"
  2456. ]
  2457. },
  2458. {
  2459. "unified": "1F9D1-200D-1F9AF-200D-27A1-FE0F",
  2460. "shortnames": [
  2461. "person_with_white_cane_facing_right"
  2462. ]
  2463. },
  2464. {
  2465. "unified": "1F468-200D-1F9AF",
  2466. "shortnames": [
  2467. "man_with_probing_cane"
  2468. ]
  2469. },
  2470. {
  2471. "unified": "1F468-200D-1F9AF-200D-27A1-FE0F",
  2472. "shortnames": [
  2473. "man_with_white_cane_facing_right"
  2474. ]
  2475. },
  2476. {
  2477. "unified": "1F469-200D-1F9AF",
  2478. "shortnames": [
  2479. "woman_with_probing_cane"
  2480. ]
  2481. },
  2482. {
  2483. "unified": "1F469-200D-1F9AF-200D-27A1-FE0F",
  2484. "shortnames": [
  2485. "woman_with_white_cane_facing_right"
  2486. ]
  2487. },
  2488. {
  2489. "unified": "1F9D1-200D-1F9BC",
  2490. "shortnames": [
  2491. "person_in_motorized_wheelchair"
  2492. ]
  2493. },
  2494. {
  2495. "unified": "1F9D1-200D-1F9BC-200D-27A1-FE0F",
  2496. "shortnames": [
  2497. "person_in_motorized_wheelchair_facing_right"
  2498. ]
  2499. },
  2500. {
  2501. "unified": "1F468-200D-1F9BC",
  2502. "shortnames": [
  2503. "man_in_motorized_wheelchair"
  2504. ]
  2505. },
  2506. {
  2507. "unified": "1F468-200D-1F9BC-200D-27A1-FE0F",
  2508. "shortnames": [
  2509. "man_in_motorized_wheelchair_facing_right"
  2510. ]
  2511. },
  2512. {
  2513. "unified": "1F469-200D-1F9BC",
  2514. "shortnames": [
  2515. "woman_in_motorized_wheelchair"
  2516. ]
  2517. },
  2518. {
  2519. "unified": "1F469-200D-1F9BC-200D-27A1-FE0F",
  2520. "shortnames": [
  2521. "woman_in_motorized_wheelchair_facing_right"
  2522. ]
  2523. },
  2524. {
  2525. "unified": "1F9D1-200D-1F9BD",
  2526. "shortnames": [
  2527. "person_in_manual_wheelchair"
  2528. ]
  2529. },
  2530. {
  2531. "unified": "1F9D1-200D-1F9BD-200D-27A1-FE0F",
  2532. "shortnames": [
  2533. "person_in_manual_wheelchair_facing_right"
  2534. ]
  2535. },
  2536. {
  2537. "unified": "1F468-200D-1F9BD",
  2538. "shortnames": [
  2539. "man_in_manual_wheelchair"
  2540. ]
  2541. },
  2542. {
  2543. "unified": "1F468-200D-1F9BD-200D-27A1-FE0F",
  2544. "shortnames": [
  2545. "man_in_manual_wheelchair_facing_right"
  2546. ]
  2547. },
  2548. {
  2549. "unified": "1F469-200D-1F9BD",
  2550. "shortnames": [
  2551. "woman_in_manual_wheelchair"
  2552. ]
  2553. },
  2554. {
  2555. "unified": "1F469-200D-1F9BD-200D-27A1-FE0F",
  2556. "shortnames": [
  2557. "woman_in_manual_wheelchair_facing_right"
  2558. ]
  2559. },
  2560. {
  2561. "unified": "1F3C3-200D-2642-FE0F",
  2562. "shortnames": [
  2563. "man-running",
  2564. "runner"
  2565. ]
  2566. },
  2567. {
  2568. "unified": "1F3C3-200D-2640-FE0F",
  2569. "shortnames": [
  2570. "woman-running"
  2571. ]
  2572. },
  2573. {
  2574. "unified": "1F3C3-200D-27A1-FE0F",
  2575. "shortnames": [
  2576. "person_running_facing_right"
  2577. ]
  2578. },
  2579. {
  2580. "unified": "1F3C3-200D-2640-FE0F-200D-27A1-FE0F",
  2581. "shortnames": [
  2582. "woman_running_facing_right"
  2583. ]
  2584. },
  2585. {
  2586. "unified": "1F3C3-200D-2642-FE0F-200D-27A1-FE0F",
  2587. "shortnames": [
  2588. "man_running_facing_right"
  2589. ]
  2590. },
  2591. {
  2592. "unified": "1F483",
  2593. "shortnames": [
  2594. "dancer"
  2595. ]
  2596. },
  2597. {
  2598. "unified": "1F57A",
  2599. "shortnames": [
  2600. "man_dancing"
  2601. ]
  2602. },
  2603. {
  2604. "unified": "1F574-FE0F",
  2605. "shortnames": [
  2606. "man_in_business_suit_levitating"
  2607. ]
  2608. },
  2609. {
  2610. "unified": "1F46F-200D-2642-FE0F",
  2611. "shortnames": [
  2612. "men-with-bunny-ears-partying"
  2613. ]
  2614. },
  2615. {
  2616. "unified": "1F46F-200D-2640-FE0F",
  2617. "shortnames": [
  2618. "women-with-bunny-ears-partying",
  2619. "dancers"
  2620. ]
  2621. },
  2622. {
  2623. "unified": "1F9D6-200D-2642-FE0F",
  2624. "shortnames": [
  2625. "man_in_steamy_room",
  2626. "person_in_steamy_room"
  2627. ]
  2628. },
  2629. {
  2630. "unified": "1F9D6-200D-2640-FE0F",
  2631. "shortnames": [
  2632. "woman_in_steamy_room"
  2633. ]
  2634. },
  2635. {
  2636. "unified": "1F9D7-200D-2642-FE0F",
  2637. "shortnames": [
  2638. "man_climbing"
  2639. ]
  2640. },
  2641. {
  2642. "unified": "1F9D7-200D-2640-FE0F",
  2643. "shortnames": [
  2644. "woman_climbing",
  2645. "person_climbing"
  2646. ]
  2647. },
  2648. {
  2649. "unified": "1F93A",
  2650. "shortnames": [
  2651. "fencer"
  2652. ]
  2653. },
  2654. {
  2655. "unified": "1F3C7",
  2656. "shortnames": [
  2657. "horse_racing"
  2658. ]
  2659. },
  2660. {
  2661. "unified": "26F7-FE0F",
  2662. "shortnames": [
  2663. "skier"
  2664. ]
  2665. },
  2666. {
  2667. "unified": "1F3C2",
  2668. "shortnames": [
  2669. "snowboarder"
  2670. ]
  2671. },
  2672. {
  2673. "unified": "1F3CC-FE0F-200D-2642-FE0F",
  2674. "shortnames": [
  2675. "man-golfing",
  2676. "golfer"
  2677. ]
  2678. },
  2679. {
  2680. "unified": "1F3CC-FE0F-200D-2640-FE0F",
  2681. "shortnames": [
  2682. "woman-golfing"
  2683. ]
  2684. },
  2685. {
  2686. "unified": "1F3C4-200D-2642-FE0F",
  2687. "shortnames": [
  2688. "man-surfing",
  2689. "surfer"
  2690. ]
  2691. },
  2692. {
  2693. "unified": "1F3C4-200D-2640-FE0F",
  2694. "shortnames": [
  2695. "woman-surfing"
  2696. ]
  2697. },
  2698. {
  2699. "unified": "1F6A3-200D-2642-FE0F",
  2700. "shortnames": [
  2701. "man-rowing-boat",
  2702. "rowboat"
  2703. ]
  2704. },
  2705. {
  2706. "unified": "1F6A3-200D-2640-FE0F",
  2707. "shortnames": [
  2708. "woman-rowing-boat"
  2709. ]
  2710. },
  2711. {
  2712. "unified": "1F3CA-200D-2642-FE0F",
  2713. "shortnames": [
  2714. "man-swimming",
  2715. "swimmer"
  2716. ]
  2717. },
  2718. {
  2719. "unified": "1F3CA-200D-2640-FE0F",
  2720. "shortnames": [
  2721. "woman-swimming"
  2722. ]
  2723. },
  2724. {
  2725. "unified": "26F9-FE0F-200D-2642-FE0F",
  2726. "shortnames": [
  2727. "man-bouncing-ball",
  2728. "person_with_ball"
  2729. ]
  2730. },
  2731. {
  2732. "unified": "26F9-FE0F-200D-2640-FE0F",
  2733. "shortnames": [
  2734. "woman-bouncing-ball"
  2735. ]
  2736. },
  2737. {
  2738. "unified": "1F3CB-FE0F-200D-2642-FE0F",
  2739. "shortnames": [
  2740. "man-lifting-weights",
  2741. "weight_lifter"
  2742. ]
  2743. },
  2744. {
  2745. "unified": "1F3CB-FE0F-200D-2640-FE0F",
  2746. "shortnames": [
  2747. "woman-lifting-weights"
  2748. ]
  2749. },
  2750. {
  2751. "unified": "1F6B4-200D-2642-FE0F",
  2752. "shortnames": [
  2753. "man-biking",
  2754. "bicyclist"
  2755. ]
  2756. },
  2757. {
  2758. "unified": "1F6B4-200D-2640-FE0F",
  2759. "shortnames": [
  2760. "woman-biking"
  2761. ]
  2762. },
  2763. {
  2764. "unified": "1F6B5-200D-2642-FE0F",
  2765. "shortnames": [
  2766. "man-mountain-biking",
  2767. "mountain_bicyclist"
  2768. ]
  2769. },
  2770. {
  2771. "unified": "1F6B5-200D-2640-FE0F",
  2772. "shortnames": [
  2773. "woman-mountain-biking"
  2774. ]
  2775. },
  2776. {
  2777. "unified": "1F938",
  2778. "shortnames": [
  2779. "person_doing_cartwheel"
  2780. ]
  2781. },
  2782. {
  2783. "unified": "1F938-200D-2642-FE0F",
  2784. "shortnames": [
  2785. "man-cartwheeling"
  2786. ]
  2787. },
  2788. {
  2789. "unified": "1F938-200D-2640-FE0F",
  2790. "shortnames": [
  2791. "woman-cartwheeling"
  2792. ]
  2793. },
  2794. {
  2795. "unified": "1F93C",
  2796. "shortnames": [
  2797. "wrestlers"
  2798. ]
  2799. },
  2800. {
  2801. "unified": "1F93C-200D-2642-FE0F",
  2802. "shortnames": [
  2803. "man-wrestling"
  2804. ]
  2805. },
  2806. {
  2807. "unified": "1F93C-200D-2640-FE0F",
  2808. "shortnames": [
  2809. "woman-wrestling"
  2810. ]
  2811. },
  2812. {
  2813. "unified": "1F93D",
  2814. "shortnames": [
  2815. "water_polo"
  2816. ]
  2817. },
  2818. {
  2819. "unified": "1F93D-200D-2642-FE0F",
  2820. "shortnames": [
  2821. "man-playing-water-polo"
  2822. ]
  2823. },
  2824. {
  2825. "unified": "1F93D-200D-2640-FE0F",
  2826. "shortnames": [
  2827. "woman-playing-water-polo"
  2828. ]
  2829. },
  2830. {
  2831. "unified": "1F93E",
  2832. "shortnames": [
  2833. "handball"
  2834. ]
  2835. },
  2836. {
  2837. "unified": "1F93E-200D-2642-FE0F",
  2838. "shortnames": [
  2839. "man-playing-handball"
  2840. ]
  2841. },
  2842. {
  2843. "unified": "1F93E-200D-2640-FE0F",
  2844. "shortnames": [
  2845. "woman-playing-handball"
  2846. ]
  2847. },
  2848. {
  2849. "unified": "1F939",
  2850. "shortnames": [
  2851. "juggling"
  2852. ]
  2853. },
  2854. {
  2855. "unified": "1F939-200D-2642-FE0F",
  2856. "shortnames": [
  2857. "man-juggling"
  2858. ]
  2859. },
  2860. {
  2861. "unified": "1F939-200D-2640-FE0F",
  2862. "shortnames": [
  2863. "woman-juggling"
  2864. ]
  2865. },
  2866. {
  2867. "unified": "1F9D8-200D-2642-FE0F",
  2868. "shortnames": [
  2869. "man_in_lotus_position"
  2870. ]
  2871. },
  2872. {
  2873. "unified": "1F9D8-200D-2640-FE0F",
  2874. "shortnames": [
  2875. "woman_in_lotus_position",
  2876. "person_in_lotus_position"
  2877. ]
  2878. },
  2879. {
  2880. "unified": "1F6C0",
  2881. "shortnames": [
  2882. "bath"
  2883. ]
  2884. },
  2885. {
  2886. "unified": "1F6CC",
  2887. "shortnames": [
  2888. "sleeping_accommodation"
  2889. ]
  2890. },
  2891. {
  2892. "unified": "1F9D1-200D-1F91D-200D-1F9D1",
  2893. "shortnames": [
  2894. "people_holding_hands"
  2895. ]
  2896. },
  2897. {
  2898. "unified": "1F46D",
  2899. "shortnames": [
  2900. "two_women_holding_hands"
  2901. ]
  2902. },
  2903. {
  2904. "unified": "1F46B",
  2905. "shortnames": [
  2906. "man_and_woman_holding_hands"
  2907. ]
  2908. },
  2909. {
  2910. "unified": "1F46C",
  2911. "shortnames": [
  2912. "two_men_holding_hands"
  2913. ]
  2914. },
  2915. {
  2916. "unified": "1F48F",
  2917. "shortnames": [
  2918. "couplekiss"
  2919. ]
  2920. },
  2921. {
  2922. "unified": "1F469-200D-2764-FE0F-200D-1F48B-200D-1F468",
  2923. "shortnames": [
  2924. "woman-kiss-man"
  2925. ]
  2926. },
  2927. {
  2928. "unified": "1F468-200D-2764-FE0F-200D-1F48B-200D-1F468",
  2929. "shortnames": [
  2930. "man-kiss-man"
  2931. ]
  2932. },
  2933. {
  2934. "unified": "1F469-200D-2764-FE0F-200D-1F48B-200D-1F469",
  2935. "shortnames": [
  2936. "woman-kiss-woman"
  2937. ]
  2938. },
  2939. {
  2940. "unified": "1F491",
  2941. "shortnames": [
  2942. "couple_with_heart"
  2943. ]
  2944. },
  2945. {
  2946. "unified": "1F469-200D-2764-FE0F-200D-1F468",
  2947. "shortnames": [
  2948. "woman-heart-man"
  2949. ]
  2950. },
  2951. {
  2952. "unified": "1F468-200D-2764-FE0F-200D-1F468",
  2953. "shortnames": [
  2954. "man-heart-man"
  2955. ]
  2956. },
  2957. {
  2958. "unified": "1F469-200D-2764-FE0F-200D-1F469",
  2959. "shortnames": [
  2960. "woman-heart-woman"
  2961. ]
  2962. },
  2963. {
  2964. "unified": "1F468-200D-1F469-200D-1F466",
  2965. "shortnames": [
  2966. "man-woman-boy",
  2967. "family"
  2968. ]
  2969. },
  2970. {
  2971. "unified": "1F468-200D-1F469-200D-1F467",
  2972. "shortnames": [
  2973. "man-woman-girl"
  2974. ]
  2975. },
  2976. {
  2977. "unified": "1F468-200D-1F469-200D-1F467-200D-1F466",
  2978. "shortnames": [
  2979. "man-woman-girl-boy"
  2980. ]
  2981. },
  2982. {
  2983. "unified": "1F468-200D-1F469-200D-1F466-200D-1F466",
  2984. "shortnames": [
  2985. "man-woman-boy-boy"
  2986. ]
  2987. },
  2988. {
  2989. "unified": "1F468-200D-1F469-200D-1F467-200D-1F467",
  2990. "shortnames": [
  2991. "man-woman-girl-girl"
  2992. ]
  2993. },
  2994. {
  2995. "unified": "1F468-200D-1F468-200D-1F466",
  2996. "shortnames": [
  2997. "man-man-boy"
  2998. ]
  2999. },
  3000. {
  3001. "unified": "1F468-200D-1F468-200D-1F467",
  3002. "shortnames": [
  3003. "man-man-girl"
  3004. ]
  3005. },
  3006. {
  3007. "unified": "1F468-200D-1F468-200D-1F467-200D-1F466",
  3008. "shortnames": [
  3009. "man-man-girl-boy"
  3010. ]
  3011. },
  3012. {
  3013. "unified": "1F468-200D-1F468-200D-1F466-200D-1F466",
  3014. "shortnames": [
  3015. "man-man-boy-boy"
  3016. ]
  3017. },
  3018. {
  3019. "unified": "1F468-200D-1F468-200D-1F467-200D-1F467",
  3020. "shortnames": [
  3021. "man-man-girl-girl"
  3022. ]
  3023. },
  3024. {
  3025. "unified": "1F469-200D-1F469-200D-1F466",
  3026. "shortnames": [
  3027. "woman-woman-boy"
  3028. ]
  3029. },
  3030. {
  3031. "unified": "1F469-200D-1F469-200D-1F467",
  3032. "shortnames": [
  3033. "woman-woman-girl"
  3034. ]
  3035. },
  3036. {
  3037. "unified": "1F469-200D-1F469-200D-1F467-200D-1F466",
  3038. "shortnames": [
  3039. "woman-woman-girl-boy"
  3040. ]
  3041. },
  3042. {
  3043. "unified": "1F469-200D-1F469-200D-1F466-200D-1F466",
  3044. "shortnames": [
  3045. "woman-woman-boy-boy"
  3046. ]
  3047. },
  3048. {
  3049. "unified": "1F469-200D-1F469-200D-1F467-200D-1F467",
  3050. "shortnames": [
  3051. "woman-woman-girl-girl"
  3052. ]
  3053. },
  3054. {
  3055. "unified": "1F468-200D-1F466",
  3056. "shortnames": [
  3057. "man-boy"
  3058. ]
  3059. },
  3060. {
  3061. "unified": "1F468-200D-1F466-200D-1F466",
  3062. "shortnames": [
  3063. "man-boy-boy"
  3064. ]
  3065. },
  3066. {
  3067. "unified": "1F468-200D-1F467",
  3068. "shortnames": [
  3069. "man-girl"
  3070. ]
  3071. },
  3072. {
  3073. "unified": "1F468-200D-1F467-200D-1F466",
  3074. "shortnames": [
  3075. "man-girl-boy"
  3076. ]
  3077. },
  3078. {
  3079. "unified": "1F468-200D-1F467-200D-1F467",
  3080. "shortnames": [
  3081. "man-girl-girl"
  3082. ]
  3083. },
  3084. {
  3085. "unified": "1F469-200D-1F466",
  3086. "shortnames": [
  3087. "woman-boy"
  3088. ]
  3089. },
  3090. {
  3091. "unified": "1F469-200D-1F466-200D-1F466",
  3092. "shortnames": [
  3093. "woman-boy-boy"
  3094. ]
  3095. },
  3096. {
  3097. "unified": "1F469-200D-1F467",
  3098. "shortnames": [
  3099. "woman-girl"
  3100. ]
  3101. },
  3102. {
  3103. "unified": "1F469-200D-1F467-200D-1F466",
  3104. "shortnames": [
  3105. "woman-girl-boy"
  3106. ]
  3107. },
  3108. {
  3109. "unified": "1F469-200D-1F467-200D-1F467",
  3110. "shortnames": [
  3111. "woman-girl-girl"
  3112. ]
  3113. },
  3114. {
  3115. "unified": "1F5E3-FE0F",
  3116. "shortnames": [
  3117. "speaking_head_in_silhouette"
  3118. ]
  3119. },
  3120. {
  3121. "unified": "1F464",
  3122. "shortnames": [
  3123. "bust_in_silhouette"
  3124. ]
  3125. },
  3126. {
  3127. "unified": "1F465",
  3128. "shortnames": [
  3129. "busts_in_silhouette"
  3130. ]
  3131. },
  3132. {
  3133. "unified": "1FAC2",
  3134. "shortnames": [
  3135. "people_hugging"
  3136. ]
  3137. },
  3138. {
  3139. "unified": "1F9D1-200D-1F9D1-200D-1F9D2",
  3140. "shortnames": [
  3141. "family_adult_adult_child"
  3142. ]
  3143. },
  3144. {
  3145. "unified": "1F9D1-200D-1F9D1-200D-1F9D2-200D-1F9D2",
  3146. "shortnames": [
  3147. "family_adult_adult_child_child"
  3148. ]
  3149. },
  3150. {
  3151. "unified": "1F9D1-200D-1F9D2",
  3152. "shortnames": [
  3153. "family_adult_child"
  3154. ]
  3155. },
  3156. {
  3157. "unified": "1F9D1-200D-1F9D2-200D-1F9D2",
  3158. "shortnames": [
  3159. "family_adult_child_child"
  3160. ]
  3161. },
  3162. {
  3163. "unified": "1F463",
  3164. "shortnames": [
  3165. "footprints"
  3166. ]
  3167. }
  3168. ]
  3169. },
  3170. {
  3171. "name": "Animals & Nature",
  3172. "emojis": [
  3173. {
  3174. "unified": "1F435",
  3175. "shortnames": [
  3176. "monkey_face"
  3177. ]
  3178. },
  3179. {
  3180. "unified": "1F412",
  3181. "shortnames": [
  3182. "monkey"
  3183. ]
  3184. },
  3185. {
  3186. "unified": "1F98D",
  3187. "shortnames": [
  3188. "gorilla"
  3189. ]
  3190. },
  3191. {
  3192. "unified": "1F9A7",
  3193. "shortnames": [
  3194. "orangutan"
  3195. ]
  3196. },
  3197. {
  3198. "unified": "1F436",
  3199. "shortnames": [
  3200. "dog"
  3201. ]
  3202. },
  3203. {
  3204. "unified": "1F415",
  3205. "shortnames": [
  3206. "dog2"
  3207. ]
  3208. },
  3209. {
  3210. "unified": "1F9AE",
  3211. "shortnames": [
  3212. "guide_dog"
  3213. ]
  3214. },
  3215. {
  3216. "unified": "1F415-200D-1F9BA",
  3217. "shortnames": [
  3218. "service_dog"
  3219. ]
  3220. },
  3221. {
  3222. "unified": "1F429",
  3223. "shortnames": [
  3224. "poodle"
  3225. ]
  3226. },
  3227. {
  3228. "unified": "1F43A",
  3229. "shortnames": [
  3230. "wolf"
  3231. ]
  3232. },
  3233. {
  3234. "unified": "1F98A",
  3235. "shortnames": [
  3236. "fox_face"
  3237. ]
  3238. },
  3239. {
  3240. "unified": "1F99D",
  3241. "shortnames": [
  3242. "raccoon"
  3243. ]
  3244. },
  3245. {
  3246. "unified": "1F431",
  3247. "shortnames": [
  3248. "cat"
  3249. ]
  3250. },
  3251. {
  3252. "unified": "1F408",
  3253. "shortnames": [
  3254. "cat2"
  3255. ]
  3256. },
  3257. {
  3258. "unified": "1F408-200D-2B1B",
  3259. "shortnames": [
  3260. "black_cat"
  3261. ]
  3262. },
  3263. {
  3264. "unified": "1F981",
  3265. "shortnames": [
  3266. "lion_face"
  3267. ]
  3268. },
  3269. {
  3270. "unified": "1F42F",
  3271. "shortnames": [
  3272. "tiger"
  3273. ]
  3274. },
  3275. {
  3276. "unified": "1F405",
  3277. "shortnames": [
  3278. "tiger2"
  3279. ]
  3280. },
  3281. {
  3282. "unified": "1F406",
  3283. "shortnames": [
  3284. "leopard"
  3285. ]
  3286. },
  3287. {
  3288. "unified": "1F434",
  3289. "shortnames": [
  3290. "horse"
  3291. ]
  3292. },
  3293. {
  3294. "unified": "1FACE",
  3295. "shortnames": [
  3296. "moose"
  3297. ]
  3298. },
  3299. {
  3300. "unified": "1FACF",
  3301. "shortnames": [
  3302. "donkey"
  3303. ]
  3304. },
  3305. {
  3306. "unified": "1F40E",
  3307. "shortnames": [
  3308. "racehorse"
  3309. ]
  3310. },
  3311. {
  3312. "unified": "1F984",
  3313. "shortnames": [
  3314. "unicorn_face"
  3315. ]
  3316. },
  3317. {
  3318. "unified": "1F993",
  3319. "shortnames": [
  3320. "zebra_face"
  3321. ]
  3322. },
  3323. {
  3324. "unified": "1F98C",
  3325. "shortnames": [
  3326. "deer"
  3327. ]
  3328. },
  3329. {
  3330. "unified": "1F9AC",
  3331. "shortnames": [
  3332. "bison"
  3333. ]
  3334. },
  3335. {
  3336. "unified": "1F42E",
  3337. "shortnames": [
  3338. "cow"
  3339. ]
  3340. },
  3341. {
  3342. "unified": "1F402",
  3343. "shortnames": [
  3344. "ox"
  3345. ]
  3346. },
  3347. {
  3348. "unified": "1F403",
  3349. "shortnames": [
  3350. "water_buffalo"
  3351. ]
  3352. },
  3353. {
  3354. "unified": "1F404",
  3355. "shortnames": [
  3356. "cow2"
  3357. ]
  3358. },
  3359. {
  3360. "unified": "1F437",
  3361. "shortnames": [
  3362. "pig"
  3363. ]
  3364. },
  3365. {
  3366. "unified": "1F416",
  3367. "shortnames": [
  3368. "pig2"
  3369. ]
  3370. },
  3371. {
  3372. "unified": "1F417",
  3373. "shortnames": [
  3374. "boar"
  3375. ]
  3376. },
  3377. {
  3378. "unified": "1F43D",
  3379. "shortnames": [
  3380. "pig_nose"
  3381. ]
  3382. },
  3383. {
  3384. "unified": "1F40F",
  3385. "shortnames": [
  3386. "ram"
  3387. ]
  3388. },
  3389. {
  3390. "unified": "1F411",
  3391. "shortnames": [
  3392. "sheep"
  3393. ]
  3394. },
  3395. {
  3396. "unified": "1F410",
  3397. "shortnames": [
  3398. "goat"
  3399. ]
  3400. },
  3401. {
  3402. "unified": "1F42A",
  3403. "shortnames": [
  3404. "dromedary_camel"
  3405. ]
  3406. },
  3407. {
  3408. "unified": "1F42B",
  3409. "shortnames": [
  3410. "camel"
  3411. ]
  3412. },
  3413. {
  3414. "unified": "1F999",
  3415. "shortnames": [
  3416. "llama"
  3417. ]
  3418. },
  3419. {
  3420. "unified": "1F992",
  3421. "shortnames": [
  3422. "giraffe_face"
  3423. ]
  3424. },
  3425. {
  3426. "unified": "1F418",
  3427. "shortnames": [
  3428. "elephant"
  3429. ]
  3430. },
  3431. {
  3432. "unified": "1F9A3",
  3433. "shortnames": [
  3434. "mammoth"
  3435. ]
  3436. },
  3437. {
  3438. "unified": "1F98F",
  3439. "shortnames": [
  3440. "rhinoceros"
  3441. ]
  3442. },
  3443. {
  3444. "unified": "1F99B",
  3445. "shortnames": [
  3446. "hippopotamus"
  3447. ]
  3448. },
  3449. {
  3450. "unified": "1F42D",
  3451. "shortnames": [
  3452. "mouse"
  3453. ]
  3454. },
  3455. {
  3456. "unified": "1F401",
  3457. "shortnames": [
  3458. "mouse2"
  3459. ]
  3460. },
  3461. {
  3462. "unified": "1F400",
  3463. "shortnames": [
  3464. "rat"
  3465. ]
  3466. },
  3467. {
  3468. "unified": "1F439",
  3469. "shortnames": [
  3470. "hamster"
  3471. ]
  3472. },
  3473. {
  3474. "unified": "1F430",
  3475. "shortnames": [
  3476. "rabbit"
  3477. ]
  3478. },
  3479. {
  3480. "unified": "1F407",
  3481. "shortnames": [
  3482. "rabbit2"
  3483. ]
  3484. },
  3485. {
  3486. "unified": "1F43F-FE0F",
  3487. "shortnames": [
  3488. "chipmunk"
  3489. ]
  3490. },
  3491. {
  3492. "unified": "1F9AB",
  3493. "shortnames": [
  3494. "beaver"
  3495. ]
  3496. },
  3497. {
  3498. "unified": "1F994",
  3499. "shortnames": [
  3500. "hedgehog"
  3501. ]
  3502. },
  3503. {
  3504. "unified": "1F987",
  3505. "shortnames": [
  3506. "bat"
  3507. ]
  3508. },
  3509. {
  3510. "unified": "1F43B",
  3511. "shortnames": [
  3512. "bear"
  3513. ]
  3514. },
  3515. {
  3516. "unified": "1F43B-200D-2744-FE0F",
  3517. "shortnames": [
  3518. "polar_bear"
  3519. ]
  3520. },
  3521. {
  3522. "unified": "1F428",
  3523. "shortnames": [
  3524. "koala"
  3525. ]
  3526. },
  3527. {
  3528. "unified": "1F43C",
  3529. "shortnames": [
  3530. "panda_face"
  3531. ]
  3532. },
  3533. {
  3534. "unified": "1F9A5",
  3535. "shortnames": [
  3536. "sloth"
  3537. ]
  3538. },
  3539. {
  3540. "unified": "1F9A6",
  3541. "shortnames": [
  3542. "otter"
  3543. ]
  3544. },
  3545. {
  3546. "unified": "1F9A8",
  3547. "shortnames": [
  3548. "skunk"
  3549. ]
  3550. },
  3551. {
  3552. "unified": "1F998",
  3553. "shortnames": [
  3554. "kangaroo"
  3555. ]
  3556. },
  3557. {
  3558. "unified": "1F9A1",
  3559. "shortnames": [
  3560. "badger"
  3561. ]
  3562. },
  3563. {
  3564. "unified": "1F43E",
  3565. "shortnames": [
  3566. "feet"
  3567. ]
  3568. },
  3569. {
  3570. "unified": "1F983",
  3571. "shortnames": [
  3572. "turkey"
  3573. ]
  3574. },
  3575. {
  3576. "unified": "1F414",
  3577. "shortnames": [
  3578. "chicken"
  3579. ]
  3580. },
  3581. {
  3582. "unified": "1F413",
  3583. "shortnames": [
  3584. "rooster"
  3585. ]
  3586. },
  3587. {
  3588. "unified": "1F423",
  3589. "shortnames": [
  3590. "hatching_chick"
  3591. ]
  3592. },
  3593. {
  3594. "unified": "1F424",
  3595. "shortnames": [
  3596. "baby_chick"
  3597. ]
  3598. },
  3599. {
  3600. "unified": "1F425",
  3601. "shortnames": [
  3602. "hatched_chick"
  3603. ]
  3604. },
  3605. {
  3606. "unified": "1F426",
  3607. "shortnames": [
  3608. "bird"
  3609. ]
  3610. },
  3611. {
  3612. "unified": "1F427",
  3613. "shortnames": [
  3614. "penguin"
  3615. ]
  3616. },
  3617. {
  3618. "unified": "1F54A-FE0F",
  3619. "shortnames": [
  3620. "dove_of_peace"
  3621. ]
  3622. },
  3623. {
  3624. "unified": "1F985",
  3625. "shortnames": [
  3626. "eagle"
  3627. ]
  3628. },
  3629. {
  3630. "unified": "1F986",
  3631. "shortnames": [
  3632. "duck"
  3633. ]
  3634. },
  3635. {
  3636. "unified": "1F9A2",
  3637. "shortnames": [
  3638. "swan"
  3639. ]
  3640. },
  3641. {
  3642. "unified": "1F989",
  3643. "shortnames": [
  3644. "owl"
  3645. ]
  3646. },
  3647. {
  3648. "unified": "1F9A4",
  3649. "shortnames": [
  3650. "dodo"
  3651. ]
  3652. },
  3653. {
  3654. "unified": "1FAB6",
  3655. "shortnames": [
  3656. "feather"
  3657. ]
  3658. },
  3659. {
  3660. "unified": "1F9A9",
  3661. "shortnames": [
  3662. "flamingo"
  3663. ]
  3664. },
  3665. {
  3666. "unified": "1F99A",
  3667. "shortnames": [
  3668. "peacock"
  3669. ]
  3670. },
  3671. {
  3672. "unified": "1F99C",
  3673. "shortnames": [
  3674. "parrot"
  3675. ]
  3676. },
  3677. {
  3678. "unified": "1FABD",
  3679. "shortnames": [
  3680. "wing"
  3681. ]
  3682. },
  3683. {
  3684. "unified": "1F426-200D-2B1B",
  3685. "shortnames": [
  3686. "black_bird"
  3687. ]
  3688. },
  3689. {
  3690. "unified": "1FABF",
  3691. "shortnames": [
  3692. "goose"
  3693. ]
  3694. },
  3695. {
  3696. "unified": "1F426-200D-1F525",
  3697. "shortnames": [
  3698. "phoenix"
  3699. ]
  3700. },
  3701. {
  3702. "unified": "1F438",
  3703. "shortnames": [
  3704. "frog"
  3705. ]
  3706. },
  3707. {
  3708. "unified": "1F40A",
  3709. "shortnames": [
  3710. "crocodile"
  3711. ]
  3712. },
  3713. {
  3714. "unified": "1F422",
  3715. "shortnames": [
  3716. "turtle"
  3717. ]
  3718. },
  3719. {
  3720. "unified": "1F98E",
  3721. "shortnames": [
  3722. "lizard"
  3723. ]
  3724. },
  3725. {
  3726. "unified": "1F40D",
  3727. "shortnames": [
  3728. "snake"
  3729. ]
  3730. },
  3731. {
  3732. "unified": "1F432",
  3733. "shortnames": [
  3734. "dragon_face"
  3735. ]
  3736. },
  3737. {
  3738. "unified": "1F409",
  3739. "shortnames": [
  3740. "dragon"
  3741. ]
  3742. },
  3743. {
  3744. "unified": "1F995",
  3745. "shortnames": [
  3746. "sauropod"
  3747. ]
  3748. },
  3749. {
  3750. "unified": "1F996",
  3751. "shortnames": [
  3752. "t-rex"
  3753. ]
  3754. },
  3755. {
  3756. "unified": "1F433",
  3757. "shortnames": [
  3758. "whale"
  3759. ]
  3760. },
  3761. {
  3762. "unified": "1F40B",
  3763. "shortnames": [
  3764. "whale2"
  3765. ]
  3766. },
  3767. {
  3768. "unified": "1F42C",
  3769. "shortnames": [
  3770. "dolphin"
  3771. ]
  3772. },
  3773. {
  3774. "unified": "1F9AD",
  3775. "shortnames": [
  3776. "seal"
  3777. ]
  3778. },
  3779. {
  3780. "unified": "1F41F",
  3781. "shortnames": [
  3782. "fish"
  3783. ]
  3784. },
  3785. {
  3786. "unified": "1F420",
  3787. "shortnames": [
  3788. "tropical_fish"
  3789. ]
  3790. },
  3791. {
  3792. "unified": "1F421",
  3793. "shortnames": [
  3794. "blowfish"
  3795. ]
  3796. },
  3797. {
  3798. "unified": "1F988",
  3799. "shortnames": [
  3800. "shark"
  3801. ]
  3802. },
  3803. {
  3804. "unified": "1F419",
  3805. "shortnames": [
  3806. "octopus"
  3807. ]
  3808. },
  3809. {
  3810. "unified": "1F41A",
  3811. "shortnames": [
  3812. "shell"
  3813. ]
  3814. },
  3815. {
  3816. "unified": "1FAB8",
  3817. "shortnames": [
  3818. "coral"
  3819. ]
  3820. },
  3821. {
  3822. "unified": "1FABC",
  3823. "shortnames": [
  3824. "jellyfish"
  3825. ]
  3826. },
  3827. {
  3828. "unified": "1F40C",
  3829. "shortnames": [
  3830. "snail"
  3831. ]
  3832. },
  3833. {
  3834. "unified": "1F98B",
  3835. "shortnames": [
  3836. "butterfly"
  3837. ]
  3838. },
  3839. {
  3840. "unified": "1F41B",
  3841. "shortnames": [
  3842. "bug"
  3843. ]
  3844. },
  3845. {
  3846. "unified": "1F41C",
  3847. "shortnames": [
  3848. "ant"
  3849. ]
  3850. },
  3851. {
  3852. "unified": "1F41D",
  3853. "shortnames": [
  3854. "bee"
  3855. ]
  3856. },
  3857. {
  3858. "unified": "1FAB2",
  3859. "shortnames": [
  3860. "beetle"
  3861. ]
  3862. },
  3863. {
  3864. "unified": "1F41E",
  3865. "shortnames": [
  3866. "ladybug"
  3867. ]
  3868. },
  3869. {
  3870. "unified": "1F997",
  3871. "shortnames": [
  3872. "cricket"
  3873. ]
  3874. },
  3875. {
  3876. "unified": "1FAB3",
  3877. "shortnames": [
  3878. "cockroach"
  3879. ]
  3880. },
  3881. {
  3882. "unified": "1F577-FE0F",
  3883. "shortnames": [
  3884. "spider"
  3885. ]
  3886. },
  3887. {
  3888. "unified": "1F578-FE0F",
  3889. "shortnames": [
  3890. "spider_web"
  3891. ]
  3892. },
  3893. {
  3894. "unified": "1F982",
  3895. "shortnames": [
  3896. "scorpion"
  3897. ]
  3898. },
  3899. {
  3900. "unified": "1F99F",
  3901. "shortnames": [
  3902. "mosquito"
  3903. ]
  3904. },
  3905. {
  3906. "unified": "1FAB0",
  3907. "shortnames": [
  3908. "fly"
  3909. ]
  3910. },
  3911. {
  3912. "unified": "1FAB1",
  3913. "shortnames": [
  3914. "worm"
  3915. ]
  3916. },
  3917. {
  3918. "unified": "1F9A0",
  3919. "shortnames": [
  3920. "microbe"
  3921. ]
  3922. },
  3923. {
  3924. "unified": "1F490",
  3925. "shortnames": [
  3926. "bouquet"
  3927. ]
  3928. },
  3929. {
  3930. "unified": "1F338",
  3931. "shortnames": [
  3932. "cherry_blossom"
  3933. ]
  3934. },
  3935. {
  3936. "unified": "1F4AE",
  3937. "shortnames": [
  3938. "white_flower"
  3939. ]
  3940. },
  3941. {
  3942. "unified": "1FAB7",
  3943. "shortnames": [
  3944. "lotus"
  3945. ]
  3946. },
  3947. {
  3948. "unified": "1F3F5-FE0F",
  3949. "shortnames": [
  3950. "rosette"
  3951. ]
  3952. },
  3953. {
  3954. "unified": "1F339",
  3955. "shortnames": [
  3956. "rose"
  3957. ]
  3958. },
  3959. {
  3960. "unified": "1F940",
  3961. "shortnames": [
  3962. "wilted_flower"
  3963. ]
  3964. },
  3965. {
  3966. "unified": "1F33A",
  3967. "shortnames": [
  3968. "hibiscus"
  3969. ]
  3970. },
  3971. {
  3972. "unified": "1F33B",
  3973. "shortnames": [
  3974. "sunflower"
  3975. ]
  3976. },
  3977. {
  3978. "unified": "1F33C",
  3979. "shortnames": [
  3980. "blossom"
  3981. ]
  3982. },
  3983. {
  3984. "unified": "1F337",
  3985. "shortnames": [
  3986. "tulip"
  3987. ]
  3988. },
  3989. {
  3990. "unified": "1FABB",
  3991. "shortnames": [
  3992. "hyacinth"
  3993. ]
  3994. },
  3995. {
  3996. "unified": "1F331",
  3997. "shortnames": [
  3998. "seedling"
  3999. ]
  4000. },
  4001. {
  4002. "unified": "1FAB4",
  4003. "shortnames": [
  4004. "potted_plant"
  4005. ]
  4006. },
  4007. {
  4008. "unified": "1F332",
  4009. "shortnames": [
  4010. "evergreen_tree"
  4011. ]
  4012. },
  4013. {
  4014. "unified": "1F333",
  4015. "shortnames": [
  4016. "deciduous_tree"
  4017. ]
  4018. },
  4019. {
  4020. "unified": "1F334",
  4021. "shortnames": [
  4022. "palm_tree"
  4023. ]
  4024. },
  4025. {
  4026. "unified": "1F335",
  4027. "shortnames": [
  4028. "cactus"
  4029. ]
  4030. },
  4031. {
  4032. "unified": "1F33E",
  4033. "shortnames": [
  4034. "ear_of_rice"
  4035. ]
  4036. },
  4037. {
  4038. "unified": "1F33F",
  4039. "shortnames": [
  4040. "herb"
  4041. ]
  4042. },
  4043. {
  4044. "unified": "2618-FE0F",
  4045. "shortnames": [
  4046. "shamrock"
  4047. ]
  4048. },
  4049. {
  4050. "unified": "1F340",
  4051. "shortnames": [
  4052. "four_leaf_clover"
  4053. ]
  4054. },
  4055. {
  4056. "unified": "1F341",
  4057. "shortnames": [
  4058. "maple_leaf"
  4059. ]
  4060. },
  4061. {
  4062. "unified": "1F342",
  4063. "shortnames": [
  4064. "fallen_leaf"
  4065. ]
  4066. },
  4067. {
  4068. "unified": "1F343",
  4069. "shortnames": [
  4070. "leaves"
  4071. ]
  4072. },
  4073. {
  4074. "unified": "1FAB9",
  4075. "shortnames": [
  4076. "empty_nest"
  4077. ]
  4078. },
  4079. {
  4080. "unified": "1FABA",
  4081. "shortnames": [
  4082. "nest_with_eggs"
  4083. ]
  4084. },
  4085. {
  4086. "unified": "1F344",
  4087. "shortnames": [
  4088. "mushroom"
  4089. ]
  4090. }
  4091. ]
  4092. },
  4093. {
  4094. "name": "Food & Drink",
  4095. "emojis": [
  4096. {
  4097. "unified": "1F347",
  4098. "shortnames": [
  4099. "grapes"
  4100. ]
  4101. },
  4102. {
  4103. "unified": "1F348",
  4104. "shortnames": [
  4105. "melon"
  4106. ]
  4107. },
  4108. {
  4109. "unified": "1F349",
  4110. "shortnames": [
  4111. "watermelon"
  4112. ]
  4113. },
  4114. {
  4115. "unified": "1F34A",
  4116. "shortnames": [
  4117. "tangerine"
  4118. ]
  4119. },
  4120. {
  4121. "unified": "1F34B",
  4122. "shortnames": [
  4123. "lemon"
  4124. ]
  4125. },
  4126. {
  4127. "unified": "1F34B-200D-1F7E9",
  4128. "shortnames": [
  4129. "lime"
  4130. ]
  4131. },
  4132. {
  4133. "unified": "1F34C",
  4134. "shortnames": [
  4135. "banana"
  4136. ]
  4137. },
  4138. {
  4139. "unified": "1F34D",
  4140. "shortnames": [
  4141. "pineapple"
  4142. ]
  4143. },
  4144. {
  4145. "unified": "1F96D",
  4146. "shortnames": [
  4147. "mango"
  4148. ]
  4149. },
  4150. {
  4151. "unified": "1F34E",
  4152. "shortnames": [
  4153. "apple"
  4154. ]
  4155. },
  4156. {
  4157. "unified": "1F34F",
  4158. "shortnames": [
  4159. "green_apple"
  4160. ]
  4161. },
  4162. {
  4163. "unified": "1F350",
  4164. "shortnames": [
  4165. "pear"
  4166. ]
  4167. },
  4168. {
  4169. "unified": "1F351",
  4170. "shortnames": [
  4171. "peach"
  4172. ]
  4173. },
  4174. {
  4175. "unified": "1F352",
  4176. "shortnames": [
  4177. "cherries"
  4178. ]
  4179. },
  4180. {
  4181. "unified": "1F353",
  4182. "shortnames": [
  4183. "strawberry"
  4184. ]
  4185. },
  4186. {
  4187. "unified": "1FAD0",
  4188. "shortnames": [
  4189. "blueberries"
  4190. ]
  4191. },
  4192. {
  4193. "unified": "1F95D",
  4194. "shortnames": [
  4195. "kiwifruit"
  4196. ]
  4197. },
  4198. {
  4199. "unified": "1F345",
  4200. "shortnames": [
  4201. "tomato"
  4202. ]
  4203. },
  4204. {
  4205. "unified": "1FAD2",
  4206. "shortnames": [
  4207. "olive"
  4208. ]
  4209. },
  4210. {
  4211. "unified": "1F965",
  4212. "shortnames": [
  4213. "coconut"
  4214. ]
  4215. },
  4216. {
  4217. "unified": "1F951",
  4218. "shortnames": [
  4219. "avocado"
  4220. ]
  4221. },
  4222. {
  4223. "unified": "1F346",
  4224. "shortnames": [
  4225. "eggplant"
  4226. ]
  4227. },
  4228. {
  4229. "unified": "1F954",
  4230. "shortnames": [
  4231. "potato"
  4232. ]
  4233. },
  4234. {
  4235. "unified": "1F955",
  4236. "shortnames": [
  4237. "carrot"
  4238. ]
  4239. },
  4240. {
  4241. "unified": "1F33D",
  4242. "shortnames": [
  4243. "corn"
  4244. ]
  4245. },
  4246. {
  4247. "unified": "1F336-FE0F",
  4248. "shortnames": [
  4249. "hot_pepper"
  4250. ]
  4251. },
  4252. {
  4253. "unified": "1FAD1",
  4254. "shortnames": [
  4255. "bell_pepper"
  4256. ]
  4257. },
  4258. {
  4259. "unified": "1F952",
  4260. "shortnames": [
  4261. "cucumber"
  4262. ]
  4263. },
  4264. {
  4265. "unified": "1F96C",
  4266. "shortnames": [
  4267. "leafy_green"
  4268. ]
  4269. },
  4270. {
  4271. "unified": "1F966",
  4272. "shortnames": [
  4273. "broccoli"
  4274. ]
  4275. },
  4276. {
  4277. "unified": "1F9C4",
  4278. "shortnames": [
  4279. "garlic"
  4280. ]
  4281. },
  4282. {
  4283. "unified": "1F9C5",
  4284. "shortnames": [
  4285. "onion"
  4286. ]
  4287. },
  4288. {
  4289. "unified": "1F95C",
  4290. "shortnames": [
  4291. "peanuts"
  4292. ]
  4293. },
  4294. {
  4295. "unified": "1FAD8",
  4296. "shortnames": [
  4297. "beans"
  4298. ]
  4299. },
  4300. {
  4301. "unified": "1F330",
  4302. "shortnames": [
  4303. "chestnut"
  4304. ]
  4305. },
  4306. {
  4307. "unified": "1FADA",
  4308. "shortnames": [
  4309. "ginger_root"
  4310. ]
  4311. },
  4312. {
  4313. "unified": "1FADB",
  4314. "shortnames": [
  4315. "pea_pod"
  4316. ]
  4317. },
  4318. {
  4319. "unified": "1F344-200D-1F7EB",
  4320. "shortnames": [
  4321. "brown_mushroom"
  4322. ]
  4323. },
  4324. {
  4325. "unified": "1F35E",
  4326. "shortnames": [
  4327. "bread"
  4328. ]
  4329. },
  4330. {
  4331. "unified": "1F950",
  4332. "shortnames": [
  4333. "croissant"
  4334. ]
  4335. },
  4336. {
  4337. "unified": "1F956",
  4338. "shortnames": [
  4339. "baguette_bread"
  4340. ]
  4341. },
  4342. {
  4343. "unified": "1FAD3",
  4344. "shortnames": [
  4345. "flatbread"
  4346. ]
  4347. },
  4348. {
  4349. "unified": "1F968",
  4350. "shortnames": [
  4351. "pretzel"
  4352. ]
  4353. },
  4354. {
  4355. "unified": "1F96F",
  4356. "shortnames": [
  4357. "bagel"
  4358. ]
  4359. },
  4360. {
  4361. "unified": "1F95E",
  4362. "shortnames": [
  4363. "pancakes"
  4364. ]
  4365. },
  4366. {
  4367. "unified": "1F9C7",
  4368. "shortnames": [
  4369. "waffle"
  4370. ]
  4371. },
  4372. {
  4373. "unified": "1F9C0",
  4374. "shortnames": [
  4375. "cheese_wedge"
  4376. ]
  4377. },
  4378. {
  4379. "unified": "1F356",
  4380. "shortnames": [
  4381. "meat_on_bone"
  4382. ]
  4383. },
  4384. {
  4385. "unified": "1F357",
  4386. "shortnames": [
  4387. "poultry_leg"
  4388. ]
  4389. },
  4390. {
  4391. "unified": "1F969",
  4392. "shortnames": [
  4393. "cut_of_meat"
  4394. ]
  4395. },
  4396. {
  4397. "unified": "1F953",
  4398. "shortnames": [
  4399. "bacon"
  4400. ]
  4401. },
  4402. {
  4403. "unified": "1F354",
  4404. "shortnames": [
  4405. "hamburger"
  4406. ]
  4407. },
  4408. {
  4409. "unified": "1F35F",
  4410. "shortnames": [
  4411. "fries"
  4412. ]
  4413. },
  4414. {
  4415. "unified": "1F355",
  4416. "shortnames": [
  4417. "pizza"
  4418. ]
  4419. },
  4420. {
  4421. "unified": "1F32D",
  4422. "shortnames": [
  4423. "hotdog"
  4424. ]
  4425. },
  4426. {
  4427. "unified": "1F96A",
  4428. "shortnames": [
  4429. "sandwich"
  4430. ]
  4431. },
  4432. {
  4433. "unified": "1F32E",
  4434. "shortnames": [
  4435. "taco"
  4436. ]
  4437. },
  4438. {
  4439. "unified": "1F32F",
  4440. "shortnames": [
  4441. "burrito"
  4442. ]
  4443. },
  4444. {
  4445. "unified": "1FAD4",
  4446. "shortnames": [
  4447. "tamale"
  4448. ]
  4449. },
  4450. {
  4451. "unified": "1F959",
  4452. "shortnames": [
  4453. "stuffed_flatbread"
  4454. ]
  4455. },
  4456. {
  4457. "unified": "1F9C6",
  4458. "shortnames": [
  4459. "falafel"
  4460. ]
  4461. },
  4462. {
  4463. "unified": "1F95A",
  4464. "shortnames": [
  4465. "egg"
  4466. ]
  4467. },
  4468. {
  4469. "unified": "1F373",
  4470. "shortnames": [
  4471. "fried_egg"
  4472. ]
  4473. },
  4474. {
  4475. "unified": "1F958",
  4476. "shortnames": [
  4477. "shallow_pan_of_food"
  4478. ]
  4479. },
  4480. {
  4481. "unified": "1F372",
  4482. "shortnames": [
  4483. "stew"
  4484. ]
  4485. },
  4486. {
  4487. "unified": "1FAD5",
  4488. "shortnames": [
  4489. "fondue"
  4490. ]
  4491. },
  4492. {
  4493. "unified": "1F963",
  4494. "shortnames": [
  4495. "bowl_with_spoon"
  4496. ]
  4497. },
  4498. {
  4499. "unified": "1F957",
  4500. "shortnames": [
  4501. "green_salad"
  4502. ]
  4503. },
  4504. {
  4505. "unified": "1F37F",
  4506. "shortnames": [
  4507. "popcorn"
  4508. ]
  4509. },
  4510. {
  4511. "unified": "1F9C8",
  4512. "shortnames": [
  4513. "butter"
  4514. ]
  4515. },
  4516. {
  4517. "unified": "1F9C2",
  4518. "shortnames": [
  4519. "salt"
  4520. ]
  4521. },
  4522. {
  4523. "unified": "1F96B",
  4524. "shortnames": [
  4525. "canned_food"
  4526. ]
  4527. },
  4528. {
  4529. "unified": "1F371",
  4530. "shortnames": [
  4531. "bento"
  4532. ]
  4533. },
  4534. {
  4535. "unified": "1F358",
  4536. "shortnames": [
  4537. "rice_cracker"
  4538. ]
  4539. },
  4540. {
  4541. "unified": "1F359",
  4542. "shortnames": [
  4543. "rice_ball"
  4544. ]
  4545. },
  4546. {
  4547. "unified": "1F35A",
  4548. "shortnames": [
  4549. "rice"
  4550. ]
  4551. },
  4552. {
  4553. "unified": "1F35B",
  4554. "shortnames": [
  4555. "curry"
  4556. ]
  4557. },
  4558. {
  4559. "unified": "1F35C",
  4560. "shortnames": [
  4561. "ramen"
  4562. ]
  4563. },
  4564. {
  4565. "unified": "1F35D",
  4566. "shortnames": [
  4567. "spaghetti"
  4568. ]
  4569. },
  4570. {
  4571. "unified": "1F360",
  4572. "shortnames": [
  4573. "sweet_potato"
  4574. ]
  4575. },
  4576. {
  4577. "unified": "1F362",
  4578. "shortnames": [
  4579. "oden"
  4580. ]
  4581. },
  4582. {
  4583. "unified": "1F363",
  4584. "shortnames": [
  4585. "sushi"
  4586. ]
  4587. },
  4588. {
  4589. "unified": "1F364",
  4590. "shortnames": [
  4591. "fried_shrimp"
  4592. ]
  4593. },
  4594. {
  4595. "unified": "1F365",
  4596. "shortnames": [
  4597. "fish_cake"
  4598. ]
  4599. },
  4600. {
  4601. "unified": "1F96E",
  4602. "shortnames": [
  4603. "moon_cake"
  4604. ]
  4605. },
  4606. {
  4607. "unified": "1F361",
  4608. "shortnames": [
  4609. "dango"
  4610. ]
  4611. },
  4612. {
  4613. "unified": "1F95F",
  4614. "shortnames": [
  4615. "dumpling"
  4616. ]
  4617. },
  4618. {
  4619. "unified": "1F960",
  4620. "shortnames": [
  4621. "fortune_cookie"
  4622. ]
  4623. },
  4624. {
  4625. "unified": "1F961",
  4626. "shortnames": [
  4627. "takeout_box"
  4628. ]
  4629. },
  4630. {
  4631. "unified": "1F980",
  4632. "shortnames": [
  4633. "crab"
  4634. ]
  4635. },
  4636. {
  4637. "unified": "1F99E",
  4638. "shortnames": [
  4639. "lobster"
  4640. ]
  4641. },
  4642. {
  4643. "unified": "1F990",
  4644. "shortnames": [
  4645. "shrimp"
  4646. ]
  4647. },
  4648. {
  4649. "unified": "1F991",
  4650. "shortnames": [
  4651. "squid"
  4652. ]
  4653. },
  4654. {
  4655. "unified": "1F9AA",
  4656. "shortnames": [
  4657. "oyster"
  4658. ]
  4659. },
  4660. {
  4661. "unified": "1F366",
  4662. "shortnames": [
  4663. "icecream"
  4664. ]
  4665. },
  4666. {
  4667. "unified": "1F367",
  4668. "shortnames": [
  4669. "shaved_ice"
  4670. ]
  4671. },
  4672. {
  4673. "unified": "1F368",
  4674. "shortnames": [
  4675. "ice_cream"
  4676. ]
  4677. },
  4678. {
  4679. "unified": "1F369",
  4680. "shortnames": [
  4681. "doughnut"
  4682. ]
  4683. },
  4684. {
  4685. "unified": "1F36A",
  4686. "shortnames": [
  4687. "cookie"
  4688. ]
  4689. },
  4690. {
  4691. "unified": "1F382",
  4692. "shortnames": [
  4693. "birthday"
  4694. ]
  4695. },
  4696. {
  4697. "unified": "1F370",
  4698. "shortnames": [
  4699. "cake"
  4700. ]
  4701. },
  4702. {
  4703. "unified": "1F9C1",
  4704. "shortnames": [
  4705. "cupcake"
  4706. ]
  4707. },
  4708. {
  4709. "unified": "1F967",
  4710. "shortnames": [
  4711. "pie"
  4712. ]
  4713. },
  4714. {
  4715. "unified": "1F36B",
  4716. "shortnames": [
  4717. "chocolate_bar"
  4718. ]
  4719. },
  4720. {
  4721. "unified": "1F36C",
  4722. "shortnames": [
  4723. "candy"
  4724. ]
  4725. },
  4726. {
  4727. "unified": "1F36D",
  4728. "shortnames": [
  4729. "lollipop"
  4730. ]
  4731. },
  4732. {
  4733. "unified": "1F36E",
  4734. "shortnames": [
  4735. "custard"
  4736. ]
  4737. },
  4738. {
  4739. "unified": "1F36F",
  4740. "shortnames": [
  4741. "honey_pot"
  4742. ]
  4743. },
  4744. {
  4745. "unified": "1F37C",
  4746. "shortnames": [
  4747. "baby_bottle"
  4748. ]
  4749. },
  4750. {
  4751. "unified": "1F95B",
  4752. "shortnames": [
  4753. "glass_of_milk"
  4754. ]
  4755. },
  4756. {
  4757. "unified": "2615",
  4758. "shortnames": [
  4759. "coffee"
  4760. ]
  4761. },
  4762. {
  4763. "unified": "1FAD6",
  4764. "shortnames": [
  4765. "teapot"
  4766. ]
  4767. },
  4768. {
  4769. "unified": "1F375",
  4770. "shortnames": [
  4771. "tea"
  4772. ]
  4773. },
  4774. {
  4775. "unified": "1F376",
  4776. "shortnames": [
  4777. "sake"
  4778. ]
  4779. },
  4780. {
  4781. "unified": "1F37E",
  4782. "shortnames": [
  4783. "champagne"
  4784. ]
  4785. },
  4786. {
  4787. "unified": "1F377",
  4788. "shortnames": [
  4789. "wine_glass"
  4790. ]
  4791. },
  4792. {
  4793. "unified": "1F378",
  4794. "shortnames": [
  4795. "cocktail"
  4796. ]
  4797. },
  4798. {
  4799. "unified": "1F379",
  4800. "shortnames": [
  4801. "tropical_drink"
  4802. ]
  4803. },
  4804. {
  4805. "unified": "1F37A",
  4806. "shortnames": [
  4807. "beer"
  4808. ]
  4809. },
  4810. {
  4811. "unified": "1F37B",
  4812. "shortnames": [
  4813. "beers"
  4814. ]
  4815. },
  4816. {
  4817. "unified": "1F942",
  4818. "shortnames": [
  4819. "clinking_glasses"
  4820. ]
  4821. },
  4822. {
  4823. "unified": "1F943",
  4824. "shortnames": [
  4825. "tumbler_glass"
  4826. ]
  4827. },
  4828. {
  4829. "unified": "1FAD7",
  4830. "shortnames": [
  4831. "pouring_liquid"
  4832. ]
  4833. },
  4834. {
  4835. "unified": "1F964",
  4836. "shortnames": [
  4837. "cup_with_straw"
  4838. ]
  4839. },
  4840. {
  4841. "unified": "1F9CB",
  4842. "shortnames": [
  4843. "bubble_tea"
  4844. ]
  4845. },
  4846. {
  4847. "unified": "1F9C3",
  4848. "shortnames": [
  4849. "beverage_box"
  4850. ]
  4851. },
  4852. {
  4853. "unified": "1F9C9",
  4854. "shortnames": [
  4855. "mate_drink"
  4856. ]
  4857. },
  4858. {
  4859. "unified": "1F9CA",
  4860. "shortnames": [
  4861. "ice_cube"
  4862. ]
  4863. },
  4864. {
  4865. "unified": "1F962",
  4866. "shortnames": [
  4867. "chopsticks"
  4868. ]
  4869. },
  4870. {
  4871. "unified": "1F37D-FE0F",
  4872. "shortnames": [
  4873. "knife_fork_plate"
  4874. ]
  4875. },
  4876. {
  4877. "unified": "1F374",
  4878. "shortnames": [
  4879. "fork_and_knife"
  4880. ]
  4881. },
  4882. {
  4883. "unified": "1F944",
  4884. "shortnames": [
  4885. "spoon"
  4886. ]
  4887. },
  4888. {
  4889. "unified": "1F52A",
  4890. "shortnames": [
  4891. "hocho"
  4892. ]
  4893. },
  4894. {
  4895. "unified": "1FAD9",
  4896. "shortnames": [
  4897. "jar"
  4898. ]
  4899. },
  4900. {
  4901. "unified": "1F3FA",
  4902. "shortnames": [
  4903. "amphora"
  4904. ]
  4905. }
  4906. ]
  4907. },
  4908. {
  4909. "name": "Travel & Places",
  4910. "emojis": [
  4911. {
  4912. "unified": "1F30D",
  4913. "shortnames": [
  4914. "earth_africa"
  4915. ]
  4916. },
  4917. {
  4918. "unified": "1F30E",
  4919. "shortnames": [
  4920. "earth_americas"
  4921. ]
  4922. },
  4923. {
  4924. "unified": "1F30F",
  4925. "shortnames": [
  4926. "earth_asia"
  4927. ]
  4928. },
  4929. {
  4930. "unified": "1F310",
  4931. "shortnames": [
  4932. "globe_with_meridians"
  4933. ]
  4934. },
  4935. {
  4936. "unified": "1F5FA-FE0F",
  4937. "shortnames": [
  4938. "world_map"
  4939. ]
  4940. },
  4941. {
  4942. "unified": "1F5FE",
  4943. "shortnames": [
  4944. "japan"
  4945. ]
  4946. },
  4947. {
  4948. "unified": "1F9ED",
  4949. "shortnames": [
  4950. "compass"
  4951. ]
  4952. },
  4953. {
  4954. "unified": "1F3D4-FE0F",
  4955. "shortnames": [
  4956. "snow_capped_mountain"
  4957. ]
  4958. },
  4959. {
  4960. "unified": "26F0-FE0F",
  4961. "shortnames": [
  4962. "mountain"
  4963. ]
  4964. },
  4965. {
  4966. "unified": "1F30B",
  4967. "shortnames": [
  4968. "volcano"
  4969. ]
  4970. },
  4971. {
  4972. "unified": "1F5FB",
  4973. "shortnames": [
  4974. "mount_fuji"
  4975. ]
  4976. },
  4977. {
  4978. "unified": "1F3D5-FE0F",
  4979. "shortnames": [
  4980. "camping"
  4981. ]
  4982. },
  4983. {
  4984. "unified": "1F3D6-FE0F",
  4985. "shortnames": [
  4986. "beach_with_umbrella"
  4987. ]
  4988. },
  4989. {
  4990. "unified": "1F3DC-FE0F",
  4991. "shortnames": [
  4992. "desert"
  4993. ]
  4994. },
  4995. {
  4996. "unified": "1F3DD-FE0F",
  4997. "shortnames": [
  4998. "desert_island"
  4999. ]
  5000. },
  5001. {
  5002. "unified": "1F3DE-FE0F",
  5003. "shortnames": [
  5004. "national_park"
  5005. ]
  5006. },
  5007. {
  5008. "unified": "1F3DF-FE0F",
  5009. "shortnames": [
  5010. "stadium"
  5011. ]
  5012. },
  5013. {
  5014. "unified": "1F3DB-FE0F",
  5015. "shortnames": [
  5016. "classical_building"
  5017. ]
  5018. },
  5019. {
  5020. "unified": "1F3D7-FE0F",
  5021. "shortnames": [
  5022. "building_construction"
  5023. ]
  5024. },
  5025. {
  5026. "unified": "1F9F1",
  5027. "shortnames": [
  5028. "bricks"
  5029. ]
  5030. },
  5031. {
  5032. "unified": "1FAA8",
  5033. "shortnames": [
  5034. "rock"
  5035. ]
  5036. },
  5037. {
  5038. "unified": "1FAB5",
  5039. "shortnames": [
  5040. "wood"
  5041. ]
  5042. },
  5043. {
  5044. "unified": "1F6D6",
  5045. "shortnames": [
  5046. "hut"
  5047. ]
  5048. },
  5049. {
  5050. "unified": "1F3D8-FE0F",
  5051. "shortnames": [
  5052. "house_buildings"
  5053. ]
  5054. },
  5055. {
  5056. "unified": "1F3DA-FE0F",
  5057. "shortnames": [
  5058. "derelict_house_building"
  5059. ]
  5060. },
  5061. {
  5062. "unified": "1F3E0",
  5063. "shortnames": [
  5064. "house"
  5065. ]
  5066. },
  5067. {
  5068. "unified": "1F3E1",
  5069. "shortnames": [
  5070. "house_with_garden"
  5071. ]
  5072. },
  5073. {
  5074. "unified": "1F3E2",
  5075. "shortnames": [
  5076. "office"
  5077. ]
  5078. },
  5079. {
  5080. "unified": "1F3E3",
  5081. "shortnames": [
  5082. "post_office"
  5083. ]
  5084. },
  5085. {
  5086. "unified": "1F3E4",
  5087. "shortnames": [
  5088. "european_post_office"
  5089. ]
  5090. },
  5091. {
  5092. "unified": "1F3E5",
  5093. "shortnames": [
  5094. "hospital"
  5095. ]
  5096. },
  5097. {
  5098. "unified": "1F3E6",
  5099. "shortnames": [
  5100. "bank"
  5101. ]
  5102. },
  5103. {
  5104. "unified": "1F3E8",
  5105. "shortnames": [
  5106. "hotel"
  5107. ]
  5108. },
  5109. {
  5110. "unified": "1F3E9",
  5111. "shortnames": [
  5112. "love_hotel"
  5113. ]
  5114. },
  5115. {
  5116. "unified": "1F3EA",
  5117. "shortnames": [
  5118. "convenience_store"
  5119. ]
  5120. },
  5121. {
  5122. "unified": "1F3EB",
  5123. "shortnames": [
  5124. "school"
  5125. ]
  5126. },
  5127. {
  5128. "unified": "1F3EC",
  5129. "shortnames": [
  5130. "department_store"
  5131. ]
  5132. },
  5133. {
  5134. "unified": "1F3ED",
  5135. "shortnames": [
  5136. "factory"
  5137. ]
  5138. },
  5139. {
  5140. "unified": "1F3EF",
  5141. "shortnames": [
  5142. "japanese_castle"
  5143. ]
  5144. },
  5145. {
  5146. "unified": "1F3F0",
  5147. "shortnames": [
  5148. "european_castle"
  5149. ]
  5150. },
  5151. {
  5152. "unified": "1F492",
  5153. "shortnames": [
  5154. "wedding"
  5155. ]
  5156. },
  5157. {
  5158. "unified": "1F5FC",
  5159. "shortnames": [
  5160. "tokyo_tower"
  5161. ]
  5162. },
  5163. {
  5164. "unified": "1F5FD",
  5165. "shortnames": [
  5166. "statue_of_liberty"
  5167. ]
  5168. },
  5169. {
  5170. "unified": "26EA",
  5171. "shortnames": [
  5172. "church"
  5173. ]
  5174. },
  5175. {
  5176. "unified": "1F54C",
  5177. "shortnames": [
  5178. "mosque"
  5179. ]
  5180. },
  5181. {
  5182. "unified": "1F6D5",
  5183. "shortnames": [
  5184. "hindu_temple"
  5185. ]
  5186. },
  5187. {
  5188. "unified": "1F54D",
  5189. "shortnames": [
  5190. "synagogue"
  5191. ]
  5192. },
  5193. {
  5194. "unified": "26E9-FE0F",
  5195. "shortnames": [
  5196. "shinto_shrine"
  5197. ]
  5198. },
  5199. {
  5200. "unified": "1F54B",
  5201. "shortnames": [
  5202. "kaaba"
  5203. ]
  5204. },
  5205. {
  5206. "unified": "26F2",
  5207. "shortnames": [
  5208. "fountain"
  5209. ]
  5210. },
  5211. {
  5212. "unified": "26FA",
  5213. "shortnames": [
  5214. "tent"
  5215. ]
  5216. },
  5217. {
  5218. "unified": "1F301",
  5219. "shortnames": [
  5220. "foggy"
  5221. ]
  5222. },
  5223. {
  5224. "unified": "1F303",
  5225. "shortnames": [
  5226. "night_with_stars"
  5227. ]
  5228. },
  5229. {
  5230. "unified": "1F3D9-FE0F",
  5231. "shortnames": [
  5232. "cityscape"
  5233. ]
  5234. },
  5235. {
  5236. "unified": "1F304",
  5237. "shortnames": [
  5238. "sunrise_over_mountains"
  5239. ]
  5240. },
  5241. {
  5242. "unified": "1F305",
  5243. "shortnames": [
  5244. "sunrise"
  5245. ]
  5246. },
  5247. {
  5248. "unified": "1F306",
  5249. "shortnames": [
  5250. "city_sunset"
  5251. ]
  5252. },
  5253. {
  5254. "unified": "1F307",
  5255. "shortnames": [
  5256. "city_sunrise"
  5257. ]
  5258. },
  5259. {
  5260. "unified": "1F309",
  5261. "shortnames": [
  5262. "bridge_at_night"
  5263. ]
  5264. },
  5265. {
  5266. "unified": "2668-FE0F",
  5267. "shortnames": [
  5268. "hotsprings"
  5269. ]
  5270. },
  5271. {
  5272. "unified": "1F3A0",
  5273. "shortnames": [
  5274. "carousel_horse"
  5275. ]
  5276. },
  5277. {
  5278. "unified": "1F6DD",
  5279. "shortnames": [
  5280. "playground_slide"
  5281. ]
  5282. },
  5283. {
  5284. "unified": "1F3A1",
  5285. "shortnames": [
  5286. "ferris_wheel"
  5287. ]
  5288. },
  5289. {
  5290. "unified": "1F3A2",
  5291. "shortnames": [
  5292. "roller_coaster"
  5293. ]
  5294. },
  5295. {
  5296. "unified": "1F488",
  5297. "shortnames": [
  5298. "barber"
  5299. ]
  5300. },
  5301. {
  5302. "unified": "1F3AA",
  5303. "shortnames": [
  5304. "circus_tent"
  5305. ]
  5306. },
  5307. {
  5308. "unified": "1F682",
  5309. "shortnames": [
  5310. "steam_locomotive"
  5311. ]
  5312. },
  5313. {
  5314. "unified": "1F683",
  5315. "shortnames": [
  5316. "railway_car"
  5317. ]
  5318. },
  5319. {
  5320. "unified": "1F684",
  5321. "shortnames": [
  5322. "bullettrain_side"
  5323. ]
  5324. },
  5325. {
  5326. "unified": "1F685",
  5327. "shortnames": [
  5328. "bullettrain_front"
  5329. ]
  5330. },
  5331. {
  5332. "unified": "1F686",
  5333. "shortnames": [
  5334. "train2"
  5335. ]
  5336. },
  5337. {
  5338. "unified": "1F687",
  5339. "shortnames": [
  5340. "metro"
  5341. ]
  5342. },
  5343. {
  5344. "unified": "1F688",
  5345. "shortnames": [
  5346. "light_rail"
  5347. ]
  5348. },
  5349. {
  5350. "unified": "1F689",
  5351. "shortnames": [
  5352. "station"
  5353. ]
  5354. },
  5355. {
  5356. "unified": "1F68A",
  5357. "shortnames": [
  5358. "tram"
  5359. ]
  5360. },
  5361. {
  5362. "unified": "1F69D",
  5363. "shortnames": [
  5364. "monorail"
  5365. ]
  5366. },
  5367. {
  5368. "unified": "1F69E",
  5369. "shortnames": [
  5370. "mountain_railway"
  5371. ]
  5372. },
  5373. {
  5374. "unified": "1F68B",
  5375. "shortnames": [
  5376. "train"
  5377. ]
  5378. },
  5379. {
  5380. "unified": "1F68C",
  5381. "shortnames": [
  5382. "bus"
  5383. ]
  5384. },
  5385. {
  5386. "unified": "1F68D",
  5387. "shortnames": [
  5388. "oncoming_bus"
  5389. ]
  5390. },
  5391. {
  5392. "unified": "1F68E",
  5393. "shortnames": [
  5394. "trolleybus"
  5395. ]
  5396. },
  5397. {
  5398. "unified": "1F690",
  5399. "shortnames": [
  5400. "minibus"
  5401. ]
  5402. },
  5403. {
  5404. "unified": "1F691",
  5405. "shortnames": [
  5406. "ambulance"
  5407. ]
  5408. },
  5409. {
  5410. "unified": "1F692",
  5411. "shortnames": [
  5412. "fire_engine"
  5413. ]
  5414. },
  5415. {
  5416. "unified": "1F693",
  5417. "shortnames": [
  5418. "police_car"
  5419. ]
  5420. },
  5421. {
  5422. "unified": "1F694",
  5423. "shortnames": [
  5424. "oncoming_police_car"
  5425. ]
  5426. },
  5427. {
  5428. "unified": "1F695",
  5429. "shortnames": [
  5430. "taxi"
  5431. ]
  5432. },
  5433. {
  5434. "unified": "1F696",
  5435. "shortnames": [
  5436. "oncoming_taxi"
  5437. ]
  5438. },
  5439. {
  5440. "unified": "1F697",
  5441. "shortnames": [
  5442. "car"
  5443. ]
  5444. },
  5445. {
  5446. "unified": "1F698",
  5447. "shortnames": [
  5448. "oncoming_automobile"
  5449. ]
  5450. },
  5451. {
  5452. "unified": "1F699",
  5453. "shortnames": [
  5454. "blue_car"
  5455. ]
  5456. },
  5457. {
  5458. "unified": "1F6FB",
  5459. "shortnames": [
  5460. "pickup_truck"
  5461. ]
  5462. },
  5463. {
  5464. "unified": "1F69A",
  5465. "shortnames": [
  5466. "truck"
  5467. ]
  5468. },
  5469. {
  5470. "unified": "1F69B",
  5471. "shortnames": [
  5472. "articulated_lorry"
  5473. ]
  5474. },
  5475. {
  5476. "unified": "1F69C",
  5477. "shortnames": [
  5478. "tractor"
  5479. ]
  5480. },
  5481. {
  5482. "unified": "1F3CE-FE0F",
  5483. "shortnames": [
  5484. "racing_car"
  5485. ]
  5486. },
  5487. {
  5488. "unified": "1F3CD-FE0F",
  5489. "shortnames": [
  5490. "racing_motorcycle"
  5491. ]
  5492. },
  5493. {
  5494. "unified": "1F6F5",
  5495. "shortnames": [
  5496. "motor_scooter"
  5497. ]
  5498. },
  5499. {
  5500. "unified": "1F9BD",
  5501. "shortnames": [
  5502. "manual_wheelchair"
  5503. ]
  5504. },
  5505. {
  5506. "unified": "1F9BC",
  5507. "shortnames": [
  5508. "motorized_wheelchair"
  5509. ]
  5510. },
  5511. {
  5512. "unified": "1F6FA",
  5513. "shortnames": [
  5514. "auto_rickshaw"
  5515. ]
  5516. },
  5517. {
  5518. "unified": "1F6B2",
  5519. "shortnames": [
  5520. "bike"
  5521. ]
  5522. },
  5523. {
  5524. "unified": "1F6F4",
  5525. "shortnames": [
  5526. "scooter"
  5527. ]
  5528. },
  5529. {
  5530. "unified": "1F6F9",
  5531. "shortnames": [
  5532. "skateboard"
  5533. ]
  5534. },
  5535. {
  5536. "unified": "1F6FC",
  5537. "shortnames": [
  5538. "roller_skate"
  5539. ]
  5540. },
  5541. {
  5542. "unified": "1F68F",
  5543. "shortnames": [
  5544. "busstop"
  5545. ]
  5546. },
  5547. {
  5548. "unified": "1F6E3-FE0F",
  5549. "shortnames": [
  5550. "motorway"
  5551. ]
  5552. },
  5553. {
  5554. "unified": "1F6E4-FE0F",
  5555. "shortnames": [
  5556. "railway_track"
  5557. ]
  5558. },
  5559. {
  5560. "unified": "1F6E2-FE0F",
  5561. "shortnames": [
  5562. "oil_drum"
  5563. ]
  5564. },
  5565. {
  5566. "unified": "26FD",
  5567. "shortnames": [
  5568. "fuelpump"
  5569. ]
  5570. },
  5571. {
  5572. "unified": "1F6DE",
  5573. "shortnames": [
  5574. "wheel"
  5575. ]
  5576. },
  5577. {
  5578. "unified": "1F6A8",
  5579. "shortnames": [
  5580. "rotating_light"
  5581. ]
  5582. },
  5583. {
  5584. "unified": "1F6A5",
  5585. "shortnames": [
  5586. "traffic_light"
  5587. ]
  5588. },
  5589. {
  5590. "unified": "1F6A6",
  5591. "shortnames": [
  5592. "vertical_traffic_light"
  5593. ]
  5594. },
  5595. {
  5596. "unified": "1F6D1",
  5597. "shortnames": [
  5598. "octagonal_sign"
  5599. ]
  5600. },
  5601. {
  5602. "unified": "1F6A7",
  5603. "shortnames": [
  5604. "construction"
  5605. ]
  5606. },
  5607. {
  5608. "unified": "2693",
  5609. "shortnames": [
  5610. "anchor"
  5611. ]
  5612. },
  5613. {
  5614. "unified": "1F6DF",
  5615. "shortnames": [
  5616. "ring_buoy"
  5617. ]
  5618. },
  5619. {
  5620. "unified": "26F5",
  5621. "shortnames": [
  5622. "boat"
  5623. ]
  5624. },
  5625. {
  5626. "unified": "1F6F6",
  5627. "shortnames": [
  5628. "canoe"
  5629. ]
  5630. },
  5631. {
  5632. "unified": "1F6A4",
  5633. "shortnames": [
  5634. "speedboat"
  5635. ]
  5636. },
  5637. {
  5638. "unified": "1F6F3-FE0F",
  5639. "shortnames": [
  5640. "passenger_ship"
  5641. ]
  5642. },
  5643. {
  5644. "unified": "26F4-FE0F",
  5645. "shortnames": [
  5646. "ferry"
  5647. ]
  5648. },
  5649. {
  5650. "unified": "1F6E5-FE0F",
  5651. "shortnames": [
  5652. "motor_boat"
  5653. ]
  5654. },
  5655. {
  5656. "unified": "1F6A2",
  5657. "shortnames": [
  5658. "ship"
  5659. ]
  5660. },
  5661. {
  5662. "unified": "2708-FE0F",
  5663. "shortnames": [
  5664. "airplane"
  5665. ]
  5666. },
  5667. {
  5668. "unified": "1F6E9-FE0F",
  5669. "shortnames": [
  5670. "small_airplane"
  5671. ]
  5672. },
  5673. {
  5674. "unified": "1F6EB",
  5675. "shortnames": [
  5676. "airplane_departure"
  5677. ]
  5678. },
  5679. {
  5680. "unified": "1F6EC",
  5681. "shortnames": [
  5682. "airplane_arriving"
  5683. ]
  5684. },
  5685. {
  5686. "unified": "1FA82",
  5687. "shortnames": [
  5688. "parachute"
  5689. ]
  5690. },
  5691. {
  5692. "unified": "1F4BA",
  5693. "shortnames": [
  5694. "seat"
  5695. ]
  5696. },
  5697. {
  5698. "unified": "1F681",
  5699. "shortnames": [
  5700. "helicopter"
  5701. ]
  5702. },
  5703. {
  5704. "unified": "1F69F",
  5705. "shortnames": [
  5706. "suspension_railway"
  5707. ]
  5708. },
  5709. {
  5710. "unified": "1F6A0",
  5711. "shortnames": [
  5712. "mountain_cableway"
  5713. ]
  5714. },
  5715. {
  5716. "unified": "1F6A1",
  5717. "shortnames": [
  5718. "aerial_tramway"
  5719. ]
  5720. },
  5721. {
  5722. "unified": "1F6F0-FE0F",
  5723. "shortnames": [
  5724. "satellite"
  5725. ]
  5726. },
  5727. {
  5728. "unified": "1F680",
  5729. "shortnames": [
  5730. "rocket"
  5731. ]
  5732. },
  5733. {
  5734. "unified": "1F6F8",
  5735. "shortnames": [
  5736. "flying_saucer"
  5737. ]
  5738. },
  5739. {
  5740. "unified": "1F6CE-FE0F",
  5741. "shortnames": [
  5742. "bellhop_bell"
  5743. ]
  5744. },
  5745. {
  5746. "unified": "1F9F3",
  5747. "shortnames": [
  5748. "luggage"
  5749. ]
  5750. },
  5751. {
  5752. "unified": "231B",
  5753. "shortnames": [
  5754. "hourglass"
  5755. ]
  5756. },
  5757. {
  5758. "unified": "23F3",
  5759. "shortnames": [
  5760. "hourglass_flowing_sand"
  5761. ]
  5762. },
  5763. {
  5764. "unified": "231A",
  5765. "shortnames": [
  5766. "watch"
  5767. ]
  5768. },
  5769. {
  5770. "unified": "23F0",
  5771. "shortnames": [
  5772. "alarm_clock"
  5773. ]
  5774. },
  5775. {
  5776. "unified": "23F1-FE0F",
  5777. "shortnames": [
  5778. "stopwatch"
  5779. ]
  5780. },
  5781. {
  5782. "unified": "23F2-FE0F",
  5783. "shortnames": [
  5784. "timer_clock"
  5785. ]
  5786. },
  5787. {
  5788. "unified": "1F570-FE0F",
  5789. "shortnames": [
  5790. "mantelpiece_clock"
  5791. ]
  5792. },
  5793. {
  5794. "unified": "1F55B",
  5795. "shortnames": [
  5796. "clock12"
  5797. ]
  5798. },
  5799. {
  5800. "unified": "1F567",
  5801. "shortnames": [
  5802. "clock1230"
  5803. ]
  5804. },
  5805. {
  5806. "unified": "1F550",
  5807. "shortnames": [
  5808. "clock1"
  5809. ]
  5810. },
  5811. {
  5812. "unified": "1F55C",
  5813. "shortnames": [
  5814. "clock130"
  5815. ]
  5816. },
  5817. {
  5818. "unified": "1F551",
  5819. "shortnames": [
  5820. "clock2"
  5821. ]
  5822. },
  5823. {
  5824. "unified": "1F55D",
  5825. "shortnames": [
  5826. "clock230"
  5827. ]
  5828. },
  5829. {
  5830. "unified": "1F552",
  5831. "shortnames": [
  5832. "clock3"
  5833. ]
  5834. },
  5835. {
  5836. "unified": "1F55E",
  5837. "shortnames": [
  5838. "clock330"
  5839. ]
  5840. },
  5841. {
  5842. "unified": "1F553",
  5843. "shortnames": [
  5844. "clock4"
  5845. ]
  5846. },
  5847. {
  5848. "unified": "1F55F",
  5849. "shortnames": [
  5850. "clock430"
  5851. ]
  5852. },
  5853. {
  5854. "unified": "1F554",
  5855. "shortnames": [
  5856. "clock5"
  5857. ]
  5858. },
  5859. {
  5860. "unified": "1F560",
  5861. "shortnames": [
  5862. "clock530"
  5863. ]
  5864. },
  5865. {
  5866. "unified": "1F555",
  5867. "shortnames": [
  5868. "clock6"
  5869. ]
  5870. },
  5871. {
  5872. "unified": "1F561",
  5873. "shortnames": [
  5874. "clock630"
  5875. ]
  5876. },
  5877. {
  5878. "unified": "1F556",
  5879. "shortnames": [
  5880. "clock7"
  5881. ]
  5882. },
  5883. {
  5884. "unified": "1F562",
  5885. "shortnames": [
  5886. "clock730"
  5887. ]
  5888. },
  5889. {
  5890. "unified": "1F557",
  5891. "shortnames": [
  5892. "clock8"
  5893. ]
  5894. },
  5895. {
  5896. "unified": "1F563",
  5897. "shortnames": [
  5898. "clock830"
  5899. ]
  5900. },
  5901. {
  5902. "unified": "1F558",
  5903. "shortnames": [
  5904. "clock9"
  5905. ]
  5906. },
  5907. {
  5908. "unified": "1F564",
  5909. "shortnames": [
  5910. "clock930"
  5911. ]
  5912. },
  5913. {
  5914. "unified": "1F559",
  5915. "shortnames": [
  5916. "clock10"
  5917. ]
  5918. },
  5919. {
  5920. "unified": "1F565",
  5921. "shortnames": [
  5922. "clock1030"
  5923. ]
  5924. },
  5925. {
  5926. "unified": "1F55A",
  5927. "shortnames": [
  5928. "clock11"
  5929. ]
  5930. },
  5931. {
  5932. "unified": "1F566",
  5933. "shortnames": [
  5934. "clock1130"
  5935. ]
  5936. },
  5937. {
  5938. "unified": "1F311",
  5939. "shortnames": [
  5940. "new_moon"
  5941. ]
  5942. },
  5943. {
  5944. "unified": "1F312",
  5945. "shortnames": [
  5946. "waxing_crescent_moon"
  5947. ]
  5948. },
  5949. {
  5950. "unified": "1F313",
  5951. "shortnames": [
  5952. "first_quarter_moon"
  5953. ]
  5954. },
  5955. {
  5956. "unified": "1F314",
  5957. "shortnames": [
  5958. "moon"
  5959. ]
  5960. },
  5961. {
  5962. "unified": "1F315",
  5963. "shortnames": [
  5964. "full_moon"
  5965. ]
  5966. },
  5967. {
  5968. "unified": "1F316",
  5969. "shortnames": [
  5970. "waning_gibbous_moon"
  5971. ]
  5972. },
  5973. {
  5974. "unified": "1F317",
  5975. "shortnames": [
  5976. "last_quarter_moon"
  5977. ]
  5978. },
  5979. {
  5980. "unified": "1F318",
  5981. "shortnames": [
  5982. "waning_crescent_moon"
  5983. ]
  5984. },
  5985. {
  5986. "unified": "1F319",
  5987. "shortnames": [
  5988. "crescent_moon"
  5989. ]
  5990. },
  5991. {
  5992. "unified": "1F31A",
  5993. "shortnames": [
  5994. "new_moon_with_face"
  5995. ]
  5996. },
  5997. {
  5998. "unified": "1F31B",
  5999. "shortnames": [
  6000. "first_quarter_moon_with_face"
  6001. ]
  6002. },
  6003. {
  6004. "unified": "1F31C",
  6005. "shortnames": [
  6006. "last_quarter_moon_with_face"
  6007. ]
  6008. },
  6009. {
  6010. "unified": "1F321-FE0F",
  6011. "shortnames": [
  6012. "thermometer"
  6013. ]
  6014. },
  6015. {
  6016. "unified": "2600-FE0F",
  6017. "shortnames": [
  6018. "sunny"
  6019. ]
  6020. },
  6021. {
  6022. "unified": "1F31D",
  6023. "shortnames": [
  6024. "full_moon_with_face"
  6025. ]
  6026. },
  6027. {
  6028. "unified": "1F31E",
  6029. "shortnames": [
  6030. "sun_with_face"
  6031. ]
  6032. },
  6033. {
  6034. "unified": "1FA90",
  6035. "shortnames": [
  6036. "ringed_planet"
  6037. ]
  6038. },
  6039. {
  6040. "unified": "2B50",
  6041. "shortnames": [
  6042. "star"
  6043. ]
  6044. },
  6045. {
  6046. "unified": "1F31F",
  6047. "shortnames": [
  6048. "star2"
  6049. ]
  6050. },
  6051. {
  6052. "unified": "1F320",
  6053. "shortnames": [
  6054. "stars"
  6055. ]
  6056. },
  6057. {
  6058. "unified": "1F30C",
  6059. "shortnames": [
  6060. "milky_way"
  6061. ]
  6062. },
  6063. {
  6064. "unified": "2601-FE0F",
  6065. "shortnames": [
  6066. "cloud"
  6067. ]
  6068. },
  6069. {
  6070. "unified": "26C5",
  6071. "shortnames": [
  6072. "partly_sunny"
  6073. ]
  6074. },
  6075. {
  6076. "unified": "26C8-FE0F",
  6077. "shortnames": [
  6078. "thunder_cloud_and_rain"
  6079. ]
  6080. },
  6081. {
  6082. "unified": "1F324-FE0F",
  6083. "shortnames": [
  6084. "mostly_sunny"
  6085. ]
  6086. },
  6087. {
  6088. "unified": "1F325-FE0F",
  6089. "shortnames": [
  6090. "barely_sunny"
  6091. ]
  6092. },
  6093. {
  6094. "unified": "1F326-FE0F",
  6095. "shortnames": [
  6096. "partly_sunny_rain"
  6097. ]
  6098. },
  6099. {
  6100. "unified": "1F327-FE0F",
  6101. "shortnames": [
  6102. "rain_cloud"
  6103. ]
  6104. },
  6105. {
  6106. "unified": "1F328-FE0F",
  6107. "shortnames": [
  6108. "snow_cloud"
  6109. ]
  6110. },
  6111. {
  6112. "unified": "1F329-FE0F",
  6113. "shortnames": [
  6114. "lightning"
  6115. ]
  6116. },
  6117. {
  6118. "unified": "1F32A-FE0F",
  6119. "shortnames": [
  6120. "tornado"
  6121. ]
  6122. },
  6123. {
  6124. "unified": "1F32B-FE0F",
  6125. "shortnames": [
  6126. "fog"
  6127. ]
  6128. },
  6129. {
  6130. "unified": "1F32C-FE0F",
  6131. "shortnames": [
  6132. "wind_blowing_face"
  6133. ]
  6134. },
  6135. {
  6136. "unified": "1F300",
  6137. "shortnames": [
  6138. "cyclone"
  6139. ]
  6140. },
  6141. {
  6142. "unified": "1F308",
  6143. "shortnames": [
  6144. "rainbow"
  6145. ]
  6146. },
  6147. {
  6148. "unified": "1F302",
  6149. "shortnames": [
  6150. "closed_umbrella"
  6151. ]
  6152. },
  6153. {
  6154. "unified": "2602-FE0F",
  6155. "shortnames": [
  6156. "umbrella"
  6157. ]
  6158. },
  6159. {
  6160. "unified": "2614",
  6161. "shortnames": [
  6162. "umbrella_with_rain_drops"
  6163. ]
  6164. },
  6165. {
  6166. "unified": "26F1-FE0F",
  6167. "shortnames": [
  6168. "umbrella_on_ground"
  6169. ]
  6170. },
  6171. {
  6172. "unified": "26A1",
  6173. "shortnames": [
  6174. "zap"
  6175. ]
  6176. },
  6177. {
  6178. "unified": "2744-FE0F",
  6179. "shortnames": [
  6180. "snowflake"
  6181. ]
  6182. },
  6183. {
  6184. "unified": "2603-FE0F",
  6185. "shortnames": [
  6186. "snowman"
  6187. ]
  6188. },
  6189. {
  6190. "unified": "26C4",
  6191. "shortnames": [
  6192. "snowman_without_snow"
  6193. ]
  6194. },
  6195. {
  6196. "unified": "2604-FE0F",
  6197. "shortnames": [
  6198. "comet"
  6199. ]
  6200. },
  6201. {
  6202. "unified": "1F525",
  6203. "shortnames": [
  6204. "fire"
  6205. ]
  6206. },
  6207. {
  6208. "unified": "1F4A7",
  6209. "shortnames": [
  6210. "droplet"
  6211. ]
  6212. },
  6213. {
  6214. "unified": "1F30A",
  6215. "shortnames": [
  6216. "ocean"
  6217. ]
  6218. }
  6219. ]
  6220. },
  6221. {
  6222. "name": "Activities",
  6223. "emojis": [
  6224. {
  6225. "unified": "1F383",
  6226. "shortnames": [
  6227. "jack_o_lantern"
  6228. ]
  6229. },
  6230. {
  6231. "unified": "1F384",
  6232. "shortnames": [
  6233. "christmas_tree"
  6234. ]
  6235. },
  6236. {
  6237. "unified": "1F386",
  6238. "shortnames": [
  6239. "fireworks"
  6240. ]
  6241. },
  6242. {
  6243. "unified": "1F387",
  6244. "shortnames": [
  6245. "sparkler"
  6246. ]
  6247. },
  6248. {
  6249. "unified": "1F9E8",
  6250. "shortnames": [
  6251. "firecracker"
  6252. ]
  6253. },
  6254. {
  6255. "unified": "2728",
  6256. "shortnames": [
  6257. "sparkles"
  6258. ]
  6259. },
  6260. {
  6261. "unified": "1F388",
  6262. "shortnames": [
  6263. "balloon"
  6264. ]
  6265. },
  6266. {
  6267. "unified": "1F389",
  6268. "shortnames": [
  6269. "tada"
  6270. ]
  6271. },
  6272. {
  6273. "unified": "1F38A",
  6274. "shortnames": [
  6275. "confetti_ball"
  6276. ]
  6277. },
  6278. {
  6279. "unified": "1F38B",
  6280. "shortnames": [
  6281. "tanabata_tree"
  6282. ]
  6283. },
  6284. {
  6285. "unified": "1F38D",
  6286. "shortnames": [
  6287. "bamboo"
  6288. ]
  6289. },
  6290. {
  6291. "unified": "1F38E",
  6292. "shortnames": [
  6293. "dolls"
  6294. ]
  6295. },
  6296. {
  6297. "unified": "1F38F",
  6298. "shortnames": [
  6299. "flags"
  6300. ]
  6301. },
  6302. {
  6303. "unified": "1F390",
  6304. "shortnames": [
  6305. "wind_chime"
  6306. ]
  6307. },
  6308. {
  6309. "unified": "1F391",
  6310. "shortnames": [
  6311. "rice_scene"
  6312. ]
  6313. },
  6314. {
  6315. "unified": "1F9E7",
  6316. "shortnames": [
  6317. "red_envelope"
  6318. ]
  6319. },
  6320. {
  6321. "unified": "1F380",
  6322. "shortnames": [
  6323. "ribbon"
  6324. ]
  6325. },
  6326. {
  6327. "unified": "1F381",
  6328. "shortnames": [
  6329. "gift"
  6330. ]
  6331. },
  6332. {
  6333. "unified": "1F397-FE0F",
  6334. "shortnames": [
  6335. "reminder_ribbon"
  6336. ]
  6337. },
  6338. {
  6339. "unified": "1F39F-FE0F",
  6340. "shortnames": [
  6341. "admission_tickets"
  6342. ]
  6343. },
  6344. {
  6345. "unified": "1F3AB",
  6346. "shortnames": [
  6347. "ticket"
  6348. ]
  6349. },
  6350. {
  6351. "unified": "1F396-FE0F",
  6352. "shortnames": [
  6353. "medal"
  6354. ]
  6355. },
  6356. {
  6357. "unified": "1F3C6",
  6358. "shortnames": [
  6359. "trophy"
  6360. ]
  6361. },
  6362. {
  6363. "unified": "1F3C5",
  6364. "shortnames": [
  6365. "sports_medal"
  6366. ]
  6367. },
  6368. {
  6369. "unified": "1F947",
  6370. "shortnames": [
  6371. "first_place_medal"
  6372. ]
  6373. },
  6374. {
  6375. "unified": "1F948",
  6376. "shortnames": [
  6377. "second_place_medal"
  6378. ]
  6379. },
  6380. {
  6381. "unified": "1F949",
  6382. "shortnames": [
  6383. "third_place_medal"
  6384. ]
  6385. },
  6386. {
  6387. "unified": "26BD",
  6388. "shortnames": [
  6389. "soccer"
  6390. ]
  6391. },
  6392. {
  6393. "unified": "26BE",
  6394. "shortnames": [
  6395. "baseball"
  6396. ]
  6397. },
  6398. {
  6399. "unified": "1F94E",
  6400. "shortnames": [
  6401. "softball"
  6402. ]
  6403. },
  6404. {
  6405. "unified": "1F3C0",
  6406. "shortnames": [
  6407. "basketball"
  6408. ]
  6409. },
  6410. {
  6411. "unified": "1F3D0",
  6412. "shortnames": [
  6413. "volleyball"
  6414. ]
  6415. },
  6416. {
  6417. "unified": "1F3C8",
  6418. "shortnames": [
  6419. "football"
  6420. ]
  6421. },
  6422. {
  6423. "unified": "1F3C9",
  6424. "shortnames": [
  6425. "rugby_football"
  6426. ]
  6427. },
  6428. {
  6429. "unified": "1F3BE",
  6430. "shortnames": [
  6431. "tennis"
  6432. ]
  6433. },
  6434. {
  6435. "unified": "1F94F",
  6436. "shortnames": [
  6437. "flying_disc"
  6438. ]
  6439. },
  6440. {
  6441. "unified": "1F3B3",
  6442. "shortnames": [
  6443. "bowling"
  6444. ]
  6445. },
  6446. {
  6447. "unified": "1F3CF",
  6448. "shortnames": [
  6449. "cricket_bat_and_ball"
  6450. ]
  6451. },
  6452. {
  6453. "unified": "1F3D1",
  6454. "shortnames": [
  6455. "field_hockey_stick_and_ball"
  6456. ]
  6457. },
  6458. {
  6459. "unified": "1F3D2",
  6460. "shortnames": [
  6461. "ice_hockey_stick_and_puck"
  6462. ]
  6463. },
  6464. {
  6465. "unified": "1F94D",
  6466. "shortnames": [
  6467. "lacrosse"
  6468. ]
  6469. },
  6470. {
  6471. "unified": "1F3D3",
  6472. "shortnames": [
  6473. "table_tennis_paddle_and_ball"
  6474. ]
  6475. },
  6476. {
  6477. "unified": "1F3F8",
  6478. "shortnames": [
  6479. "badminton_racquet_and_shuttlecock"
  6480. ]
  6481. },
  6482. {
  6483. "unified": "1F94A",
  6484. "shortnames": [
  6485. "boxing_glove"
  6486. ]
  6487. },
  6488. {
  6489. "unified": "1F94B",
  6490. "shortnames": [
  6491. "martial_arts_uniform"
  6492. ]
  6493. },
  6494. {
  6495. "unified": "1F945",
  6496. "shortnames": [
  6497. "goal_net"
  6498. ]
  6499. },
  6500. {
  6501. "unified": "26F3",
  6502. "shortnames": [
  6503. "golf"
  6504. ]
  6505. },
  6506. {
  6507. "unified": "26F8-FE0F",
  6508. "shortnames": [
  6509. "ice_skate"
  6510. ]
  6511. },
  6512. {
  6513. "unified": "1F3A3",
  6514. "shortnames": [
  6515. "fishing_pole_and_fish"
  6516. ]
  6517. },
  6518. {
  6519. "unified": "1F93F",
  6520. "shortnames": [
  6521. "diving_mask"
  6522. ]
  6523. },
  6524. {
  6525. "unified": "1F3BD",
  6526. "shortnames": [
  6527. "running_shirt_with_sash"
  6528. ]
  6529. },
  6530. {
  6531. "unified": "1F3BF",
  6532. "shortnames": [
  6533. "ski"
  6534. ]
  6535. },
  6536. {
  6537. "unified": "1F6F7",
  6538. "shortnames": [
  6539. "sled"
  6540. ]
  6541. },
  6542. {
  6543. "unified": "1F94C",
  6544. "shortnames": [
  6545. "curling_stone"
  6546. ]
  6547. },
  6548. {
  6549. "unified": "1F3AF",
  6550. "shortnames": [
  6551. "dart"
  6552. ]
  6553. },
  6554. {
  6555. "unified": "1FA80",
  6556. "shortnames": [
  6557. "yo-yo"
  6558. ]
  6559. },
  6560. {
  6561. "unified": "1FA81",
  6562. "shortnames": [
  6563. "kite"
  6564. ]
  6565. },
  6566. {
  6567. "unified": "1F52B",
  6568. "shortnames": [
  6569. "gun"
  6570. ]
  6571. },
  6572. {
  6573. "unified": "1F3B1",
  6574. "shortnames": [
  6575. "8ball"
  6576. ]
  6577. },
  6578. {
  6579. "unified": "1F52E",
  6580. "shortnames": [
  6581. "crystal_ball"
  6582. ]
  6583. },
  6584. {
  6585. "unified": "1FA84",
  6586. "shortnames": [
  6587. "magic_wand"
  6588. ]
  6589. },
  6590. {
  6591. "unified": "1F3AE",
  6592. "shortnames": [
  6593. "video_game"
  6594. ]
  6595. },
  6596. {
  6597. "unified": "1F579-FE0F",
  6598. "shortnames": [
  6599. "joystick"
  6600. ]
  6601. },
  6602. {
  6603. "unified": "1F3B0",
  6604. "shortnames": [
  6605. "slot_machine"
  6606. ]
  6607. },
  6608. {
  6609. "unified": "1F3B2",
  6610. "shortnames": [
  6611. "game_die"
  6612. ]
  6613. },
  6614. {
  6615. "unified": "1F9E9",
  6616. "shortnames": [
  6617. "jigsaw"
  6618. ]
  6619. },
  6620. {
  6621. "unified": "1F9F8",
  6622. "shortnames": [
  6623. "teddy_bear"
  6624. ]
  6625. },
  6626. {
  6627. "unified": "1FA85",
  6628. "shortnames": [
  6629. "pinata"
  6630. ]
  6631. },
  6632. {
  6633. "unified": "1FAA9",
  6634. "shortnames": [
  6635. "mirror_ball"
  6636. ]
  6637. },
  6638. {
  6639. "unified": "1FA86",
  6640. "shortnames": [
  6641. "nesting_dolls"
  6642. ]
  6643. },
  6644. {
  6645. "unified": "2660-FE0F",
  6646. "shortnames": [
  6647. "spades"
  6648. ]
  6649. },
  6650. {
  6651. "unified": "2665-FE0F",
  6652. "shortnames": [
  6653. "hearts"
  6654. ]
  6655. },
  6656. {
  6657. "unified": "2666-FE0F",
  6658. "shortnames": [
  6659. "diamonds"
  6660. ]
  6661. },
  6662. {
  6663. "unified": "2663-FE0F",
  6664. "shortnames": [
  6665. "clubs"
  6666. ]
  6667. },
  6668. {
  6669. "unified": "265F-FE0F",
  6670. "shortnames": [
  6671. "chess_pawn"
  6672. ]
  6673. },
  6674. {
  6675. "unified": "1F0CF",
  6676. "shortnames": [
  6677. "black_joker"
  6678. ]
  6679. },
  6680. {
  6681. "unified": "1F004",
  6682. "shortnames": [
  6683. "mahjong"
  6684. ]
  6685. },
  6686. {
  6687. "unified": "1F3B4",
  6688. "shortnames": [
  6689. "flower_playing_cards"
  6690. ]
  6691. },
  6692. {
  6693. "unified": "1F3AD",
  6694. "shortnames": [
  6695. "performing_arts"
  6696. ]
  6697. },
  6698. {
  6699. "unified": "1F5BC-FE0F",
  6700. "shortnames": [
  6701. "frame_with_picture"
  6702. ]
  6703. },
  6704. {
  6705. "unified": "1F3A8",
  6706. "shortnames": [
  6707. "art"
  6708. ]
  6709. },
  6710. {
  6711. "unified": "1F9F5",
  6712. "shortnames": [
  6713. "thread"
  6714. ]
  6715. },
  6716. {
  6717. "unified": "1FAA1",
  6718. "shortnames": [
  6719. "sewing_needle"
  6720. ]
  6721. },
  6722. {
  6723. "unified": "1F9F6",
  6724. "shortnames": [
  6725. "yarn"
  6726. ]
  6727. },
  6728. {
  6729. "unified": "1FAA2",
  6730. "shortnames": [
  6731. "knot"
  6732. ]
  6733. }
  6734. ]
  6735. },
  6736. {
  6737. "name": "Objects",
  6738. "emojis": [
  6739. {
  6740. "unified": "1F453",
  6741. "shortnames": [
  6742. "eyeglasses"
  6743. ]
  6744. },
  6745. {
  6746. "unified": "1F576-FE0F",
  6747. "shortnames": [
  6748. "dark_sunglasses"
  6749. ]
  6750. },
  6751. {
  6752. "unified": "1F97D",
  6753. "shortnames": [
  6754. "goggles"
  6755. ]
  6756. },
  6757. {
  6758. "unified": "1F97C",
  6759. "shortnames": [
  6760. "lab_coat"
  6761. ]
  6762. },
  6763. {
  6764. "unified": "1F9BA",
  6765. "shortnames": [
  6766. "safety_vest"
  6767. ]
  6768. },
  6769. {
  6770. "unified": "1F454",
  6771. "shortnames": [
  6772. "necktie"
  6773. ]
  6774. },
  6775. {
  6776. "unified": "1F455",
  6777. "shortnames": [
  6778. "shirt"
  6779. ]
  6780. },
  6781. {
  6782. "unified": "1F456",
  6783. "shortnames": [
  6784. "jeans"
  6785. ]
  6786. },
  6787. {
  6788. "unified": "1F9E3",
  6789. "shortnames": [
  6790. "scarf"
  6791. ]
  6792. },
  6793. {
  6794. "unified": "1F9E4",
  6795. "shortnames": [
  6796. "gloves"
  6797. ]
  6798. },
  6799. {
  6800. "unified": "1F9E5",
  6801. "shortnames": [
  6802. "coat"
  6803. ]
  6804. },
  6805. {
  6806. "unified": "1F9E6",
  6807. "shortnames": [
  6808. "socks"
  6809. ]
  6810. },
  6811. {
  6812. "unified": "1F457",
  6813. "shortnames": [
  6814. "dress"
  6815. ]
  6816. },
  6817. {
  6818. "unified": "1F458",
  6819. "shortnames": [
  6820. "kimono"
  6821. ]
  6822. },
  6823. {
  6824. "unified": "1F97B",
  6825. "shortnames": [
  6826. "sari"
  6827. ]
  6828. },
  6829. {
  6830. "unified": "1FA71",
  6831. "shortnames": [
  6832. "one-piece_swimsuit"
  6833. ]
  6834. },
  6835. {
  6836. "unified": "1FA72",
  6837. "shortnames": [
  6838. "briefs"
  6839. ]
  6840. },
  6841. {
  6842. "unified": "1FA73",
  6843. "shortnames": [
  6844. "shorts"
  6845. ]
  6846. },
  6847. {
  6848. "unified": "1F459",
  6849. "shortnames": [
  6850. "bikini"
  6851. ]
  6852. },
  6853. {
  6854. "unified": "1F45A",
  6855. "shortnames": [
  6856. "womans_clothes"
  6857. ]
  6858. },
  6859. {
  6860. "unified": "1FAAD",
  6861. "shortnames": [
  6862. "folding_hand_fan"
  6863. ]
  6864. },
  6865. {
  6866. "unified": "1F45B",
  6867. "shortnames": [
  6868. "purse"
  6869. ]
  6870. },
  6871. {
  6872. "unified": "1F45C",
  6873. "shortnames": [
  6874. "handbag"
  6875. ]
  6876. },
  6877. {
  6878. "unified": "1F45D",
  6879. "shortnames": [
  6880. "pouch"
  6881. ]
  6882. },
  6883. {
  6884. "unified": "1F6CD-FE0F",
  6885. "shortnames": [
  6886. "shopping_bags"
  6887. ]
  6888. },
  6889. {
  6890. "unified": "1F392",
  6891. "shortnames": [
  6892. "school_satchel"
  6893. ]
  6894. },
  6895. {
  6896. "unified": "1FA74",
  6897. "shortnames": [
  6898. "thong_sandal"
  6899. ]
  6900. },
  6901. {
  6902. "unified": "1F45E",
  6903. "shortnames": [
  6904. "mans_shoe"
  6905. ]
  6906. },
  6907. {
  6908. "unified": "1F45F",
  6909. "shortnames": [
  6910. "athletic_shoe"
  6911. ]
  6912. },
  6913. {
  6914. "unified": "1F97E",
  6915. "shortnames": [
  6916. "hiking_boot"
  6917. ]
  6918. },
  6919. {
  6920. "unified": "1F97F",
  6921. "shortnames": [
  6922. "womans_flat_shoe"
  6923. ]
  6924. },
  6925. {
  6926. "unified": "1F460",
  6927. "shortnames": [
  6928. "high_heel"
  6929. ]
  6930. },
  6931. {
  6932. "unified": "1F461",
  6933. "shortnames": [
  6934. "sandal"
  6935. ]
  6936. },
  6937. {
  6938. "unified": "1FA70",
  6939. "shortnames": [
  6940. "ballet_shoes"
  6941. ]
  6942. },
  6943. {
  6944. "unified": "1F462",
  6945. "shortnames": [
  6946. "boot"
  6947. ]
  6948. },
  6949. {
  6950. "unified": "1FAAE",
  6951. "shortnames": [
  6952. "hair_pick"
  6953. ]
  6954. },
  6955. {
  6956. "unified": "1F451",
  6957. "shortnames": [
  6958. "crown"
  6959. ]
  6960. },
  6961. {
  6962. "unified": "1F452",
  6963. "shortnames": [
  6964. "womans_hat"
  6965. ]
  6966. },
  6967. {
  6968. "unified": "1F3A9",
  6969. "shortnames": [
  6970. "tophat"
  6971. ]
  6972. },
  6973. {
  6974. "unified": "1F393",
  6975. "shortnames": [
  6976. "mortar_board"
  6977. ]
  6978. },
  6979. {
  6980. "unified": "1F9E2",
  6981. "shortnames": [
  6982. "billed_cap"
  6983. ]
  6984. },
  6985. {
  6986. "unified": "1FA96",
  6987. "shortnames": [
  6988. "military_helmet"
  6989. ]
  6990. },
  6991. {
  6992. "unified": "26D1-FE0F",
  6993. "shortnames": [
  6994. "helmet_with_white_cross"
  6995. ]
  6996. },
  6997. {
  6998. "unified": "1F4FF",
  6999. "shortnames": [
  7000. "prayer_beads"
  7001. ]
  7002. },
  7003. {
  7004. "unified": "1F484",
  7005. "shortnames": [
  7006. "lipstick"
  7007. ]
  7008. },
  7009. {
  7010. "unified": "1F48D",
  7011. "shortnames": [
  7012. "ring"
  7013. ]
  7014. },
  7015. {
  7016. "unified": "1F48E",
  7017. "shortnames": [
  7018. "gem"
  7019. ]
  7020. },
  7021. {
  7022. "unified": "1F507",
  7023. "shortnames": [
  7024. "mute"
  7025. ]
  7026. },
  7027. {
  7028. "unified": "1F508",
  7029. "shortnames": [
  7030. "speaker"
  7031. ]
  7032. },
  7033. {
  7034. "unified": "1F509",
  7035. "shortnames": [
  7036. "sound"
  7037. ]
  7038. },
  7039. {
  7040. "unified": "1F50A",
  7041. "shortnames": [
  7042. "loud_sound"
  7043. ]
  7044. },
  7045. {
  7046. "unified": "1F4E2",
  7047. "shortnames": [
  7048. "loudspeaker"
  7049. ]
  7050. },
  7051. {
  7052. "unified": "1F4E3",
  7053. "shortnames": [
  7054. "mega"
  7055. ]
  7056. },
  7057. {
  7058. "unified": "1F4EF",
  7059. "shortnames": [
  7060. "postal_horn"
  7061. ]
  7062. },
  7063. {
  7064. "unified": "1F514",
  7065. "shortnames": [
  7066. "bell"
  7067. ]
  7068. },
  7069. {
  7070. "unified": "1F515",
  7071. "shortnames": [
  7072. "no_bell"
  7073. ]
  7074. },
  7075. {
  7076. "unified": "1F3BC",
  7077. "shortnames": [
  7078. "musical_score"
  7079. ]
  7080. },
  7081. {
  7082. "unified": "1F3B5",
  7083. "shortnames": [
  7084. "musical_note"
  7085. ]
  7086. },
  7087. {
  7088. "unified": "1F3B6",
  7089. "shortnames": [
  7090. "notes"
  7091. ]
  7092. },
  7093. {
  7094. "unified": "1F399-FE0F",
  7095. "shortnames": [
  7096. "studio_microphone"
  7097. ]
  7098. },
  7099. {
  7100. "unified": "1F39A-FE0F",
  7101. "shortnames": [
  7102. "level_slider"
  7103. ]
  7104. },
  7105. {
  7106. "unified": "1F39B-FE0F",
  7107. "shortnames": [
  7108. "control_knobs"
  7109. ]
  7110. },
  7111. {
  7112. "unified": "1F3A4",
  7113. "shortnames": [
  7114. "microphone"
  7115. ]
  7116. },
  7117. {
  7118. "unified": "1F3A7",
  7119. "shortnames": [
  7120. "headphones"
  7121. ]
  7122. },
  7123. {
  7124. "unified": "1F4FB",
  7125. "shortnames": [
  7126. "radio"
  7127. ]
  7128. },
  7129. {
  7130. "unified": "1F3B7",
  7131. "shortnames": [
  7132. "saxophone"
  7133. ]
  7134. },
  7135. {
  7136. "unified": "1FA97",
  7137. "shortnames": [
  7138. "accordion"
  7139. ]
  7140. },
  7141. {
  7142. "unified": "1F3B8",
  7143. "shortnames": [
  7144. "guitar"
  7145. ]
  7146. },
  7147. {
  7148. "unified": "1F3B9",
  7149. "shortnames": [
  7150. "musical_keyboard"
  7151. ]
  7152. },
  7153. {
  7154. "unified": "1F3BA",
  7155. "shortnames": [
  7156. "trumpet"
  7157. ]
  7158. },
  7159. {
  7160. "unified": "1F3BB",
  7161. "shortnames": [
  7162. "violin"
  7163. ]
  7164. },
  7165. {
  7166. "unified": "1FA95",
  7167. "shortnames": [
  7168. "banjo"
  7169. ]
  7170. },
  7171. {
  7172. "unified": "1F941",
  7173. "shortnames": [
  7174. "drum_with_drumsticks"
  7175. ]
  7176. },
  7177. {
  7178. "unified": "1FA98",
  7179. "shortnames": [
  7180. "long_drum"
  7181. ]
  7182. },
  7183. {
  7184. "unified": "1FA87",
  7185. "shortnames": [
  7186. "maracas"
  7187. ]
  7188. },
  7189. {
  7190. "unified": "1FA88",
  7191. "shortnames": [
  7192. "flute"
  7193. ]
  7194. },
  7195. {
  7196. "unified": "1F4F1",
  7197. "shortnames": [
  7198. "iphone"
  7199. ]
  7200. },
  7201. {
  7202. "unified": "1F4F2",
  7203. "shortnames": [
  7204. "calling"
  7205. ]
  7206. },
  7207. {
  7208. "unified": "260E-FE0F",
  7209. "shortnames": [
  7210. "phone"
  7211. ]
  7212. },
  7213. {
  7214. "unified": "1F4DE",
  7215. "shortnames": [
  7216. "telephone_receiver"
  7217. ]
  7218. },
  7219. {
  7220. "unified": "1F4DF",
  7221. "shortnames": [
  7222. "pager"
  7223. ]
  7224. },
  7225. {
  7226. "unified": "1F4E0",
  7227. "shortnames": [
  7228. "fax"
  7229. ]
  7230. },
  7231. {
  7232. "unified": "1F50B",
  7233. "shortnames": [
  7234. "battery"
  7235. ]
  7236. },
  7237. {
  7238. "unified": "1FAAB",
  7239. "shortnames": [
  7240. "low_battery"
  7241. ]
  7242. },
  7243. {
  7244. "unified": "1F50C",
  7245. "shortnames": [
  7246. "electric_plug"
  7247. ]
  7248. },
  7249. {
  7250. "unified": "1F4BB",
  7251. "shortnames": [
  7252. "computer"
  7253. ]
  7254. },
  7255. {
  7256. "unified": "1F5A5-FE0F",
  7257. "shortnames": [
  7258. "desktop_computer"
  7259. ]
  7260. },
  7261. {
  7262. "unified": "1F5A8-FE0F",
  7263. "shortnames": [
  7264. "printer"
  7265. ]
  7266. },
  7267. {
  7268. "unified": "2328-FE0F",
  7269. "shortnames": [
  7270. "keyboard"
  7271. ]
  7272. },
  7273. {
  7274. "unified": "1F5B1-FE0F",
  7275. "shortnames": [
  7276. "three_button_mouse"
  7277. ]
  7278. },
  7279. {
  7280. "unified": "1F5B2-FE0F",
  7281. "shortnames": [
  7282. "trackball"
  7283. ]
  7284. },
  7285. {
  7286. "unified": "1F4BD",
  7287. "shortnames": [
  7288. "minidisc"
  7289. ]
  7290. },
  7291. {
  7292. "unified": "1F4BE",
  7293. "shortnames": [
  7294. "floppy_disk"
  7295. ]
  7296. },
  7297. {
  7298. "unified": "1F4BF",
  7299. "shortnames": [
  7300. "cd"
  7301. ]
  7302. },
  7303. {
  7304. "unified": "1F4C0",
  7305. "shortnames": [
  7306. "dvd"
  7307. ]
  7308. },
  7309. {
  7310. "unified": "1F9EE",
  7311. "shortnames": [
  7312. "abacus"
  7313. ]
  7314. },
  7315. {
  7316. "unified": "1F3A5",
  7317. "shortnames": [
  7318. "movie_camera"
  7319. ]
  7320. },
  7321. {
  7322. "unified": "1F39E-FE0F",
  7323. "shortnames": [
  7324. "film_frames"
  7325. ]
  7326. },
  7327. {
  7328. "unified": "1F4FD-FE0F",
  7329. "shortnames": [
  7330. "film_projector"
  7331. ]
  7332. },
  7333. {
  7334. "unified": "1F3AC",
  7335. "shortnames": [
  7336. "clapper"
  7337. ]
  7338. },
  7339. {
  7340. "unified": "1F4FA",
  7341. "shortnames": [
  7342. "tv"
  7343. ]
  7344. },
  7345. {
  7346. "unified": "1F4F7",
  7347. "shortnames": [
  7348. "camera"
  7349. ]
  7350. },
  7351. {
  7352. "unified": "1F4F8",
  7353. "shortnames": [
  7354. "camera_with_flash"
  7355. ]
  7356. },
  7357. {
  7358. "unified": "1F4F9",
  7359. "shortnames": [
  7360. "video_camera"
  7361. ]
  7362. },
  7363. {
  7364. "unified": "1F4FC",
  7365. "shortnames": [
  7366. "vhs"
  7367. ]
  7368. },
  7369. {
  7370. "unified": "1F50D",
  7371. "shortnames": [
  7372. "mag"
  7373. ]
  7374. },
  7375. {
  7376. "unified": "1F50E",
  7377. "shortnames": [
  7378. "mag_right"
  7379. ]
  7380. },
  7381. {
  7382. "unified": "1F56F-FE0F",
  7383. "shortnames": [
  7384. "candle"
  7385. ]
  7386. },
  7387. {
  7388. "unified": "1F4A1",
  7389. "shortnames": [
  7390. "bulb"
  7391. ]
  7392. },
  7393. {
  7394. "unified": "1F526",
  7395. "shortnames": [
  7396. "flashlight"
  7397. ]
  7398. },
  7399. {
  7400. "unified": "1F3EE",
  7401. "shortnames": [
  7402. "izakaya_lantern"
  7403. ]
  7404. },
  7405. {
  7406. "unified": "1FA94",
  7407. "shortnames": [
  7408. "diya_lamp"
  7409. ]
  7410. },
  7411. {
  7412. "unified": "1F4D4",
  7413. "shortnames": [
  7414. "notebook_with_decorative_cover"
  7415. ]
  7416. },
  7417. {
  7418. "unified": "1F4D5",
  7419. "shortnames": [
  7420. "closed_book"
  7421. ]
  7422. },
  7423. {
  7424. "unified": "1F4D6",
  7425. "shortnames": [
  7426. "book"
  7427. ]
  7428. },
  7429. {
  7430. "unified": "1F4D7",
  7431. "shortnames": [
  7432. "green_book"
  7433. ]
  7434. },
  7435. {
  7436. "unified": "1F4D8",
  7437. "shortnames": [
  7438. "blue_book"
  7439. ]
  7440. },
  7441. {
  7442. "unified": "1F4D9",
  7443. "shortnames": [
  7444. "orange_book"
  7445. ]
  7446. },
  7447. {
  7448. "unified": "1F4DA",
  7449. "shortnames": [
  7450. "books"
  7451. ]
  7452. },
  7453. {
  7454. "unified": "1F4D3",
  7455. "shortnames": [
  7456. "notebook"
  7457. ]
  7458. },
  7459. {
  7460. "unified": "1F4D2",
  7461. "shortnames": [
  7462. "ledger"
  7463. ]
  7464. },
  7465. {
  7466. "unified": "1F4C3",
  7467. "shortnames": [
  7468. "page_with_curl"
  7469. ]
  7470. },
  7471. {
  7472. "unified": "1F4DC",
  7473. "shortnames": [
  7474. "scroll"
  7475. ]
  7476. },
  7477. {
  7478. "unified": "1F4C4",
  7479. "shortnames": [
  7480. "page_facing_up"
  7481. ]
  7482. },
  7483. {
  7484. "unified": "1F4F0",
  7485. "shortnames": [
  7486. "newspaper"
  7487. ]
  7488. },
  7489. {
  7490. "unified": "1F5DE-FE0F",
  7491. "shortnames": [
  7492. "rolled_up_newspaper"
  7493. ]
  7494. },
  7495. {
  7496. "unified": "1F4D1",
  7497. "shortnames": [
  7498. "bookmark_tabs"
  7499. ]
  7500. },
  7501. {
  7502. "unified": "1F516",
  7503. "shortnames": [
  7504. "bookmark"
  7505. ]
  7506. },
  7507. {
  7508. "unified": "1F3F7-FE0F",
  7509. "shortnames": [
  7510. "label"
  7511. ]
  7512. },
  7513. {
  7514. "unified": "1F4B0",
  7515. "shortnames": [
  7516. "moneybag"
  7517. ]
  7518. },
  7519. {
  7520. "unified": "1FA99",
  7521. "shortnames": [
  7522. "coin"
  7523. ]
  7524. },
  7525. {
  7526. "unified": "1F4B4",
  7527. "shortnames": [
  7528. "yen"
  7529. ]
  7530. },
  7531. {
  7532. "unified": "1F4B5",
  7533. "shortnames": [
  7534. "dollar"
  7535. ]
  7536. },
  7537. {
  7538. "unified": "1F4B6",
  7539. "shortnames": [
  7540. "euro"
  7541. ]
  7542. },
  7543. {
  7544. "unified": "1F4B7",
  7545. "shortnames": [
  7546. "pound"
  7547. ]
  7548. },
  7549. {
  7550. "unified": "1F4B8",
  7551. "shortnames": [
  7552. "money_with_wings"
  7553. ]
  7554. },
  7555. {
  7556. "unified": "1F4B3",
  7557. "shortnames": [
  7558. "credit_card"
  7559. ]
  7560. },
  7561. {
  7562. "unified": "1F9FE",
  7563. "shortnames": [
  7564. "receipt"
  7565. ]
  7566. },
  7567. {
  7568. "unified": "1F4B9",
  7569. "shortnames": [
  7570. "chart"
  7571. ]
  7572. },
  7573. {
  7574. "unified": "2709-FE0F",
  7575. "shortnames": [
  7576. "email"
  7577. ]
  7578. },
  7579. {
  7580. "unified": "1F4E7",
  7581. "shortnames": [
  7582. "e-mail"
  7583. ]
  7584. },
  7585. {
  7586. "unified": "1F4E8",
  7587. "shortnames": [
  7588. "incoming_envelope"
  7589. ]
  7590. },
  7591. {
  7592. "unified": "1F4E9",
  7593. "shortnames": [
  7594. "envelope_with_arrow"
  7595. ]
  7596. },
  7597. {
  7598. "unified": "1F4E4",
  7599. "shortnames": [
  7600. "outbox_tray"
  7601. ]
  7602. },
  7603. {
  7604. "unified": "1F4E5",
  7605. "shortnames": [
  7606. "inbox_tray"
  7607. ]
  7608. },
  7609. {
  7610. "unified": "1F4E6",
  7611. "shortnames": [
  7612. "package"
  7613. ]
  7614. },
  7615. {
  7616. "unified": "1F4EB",
  7617. "shortnames": [
  7618. "mailbox"
  7619. ]
  7620. },
  7621. {
  7622. "unified": "1F4EA",
  7623. "shortnames": [
  7624. "mailbox_closed"
  7625. ]
  7626. },
  7627. {
  7628. "unified": "1F4EC",
  7629. "shortnames": [
  7630. "mailbox_with_mail"
  7631. ]
  7632. },
  7633. {
  7634. "unified": "1F4ED",
  7635. "shortnames": [
  7636. "mailbox_with_no_mail"
  7637. ]
  7638. },
  7639. {
  7640. "unified": "1F4EE",
  7641. "shortnames": [
  7642. "postbox"
  7643. ]
  7644. },
  7645. {
  7646. "unified": "1F5F3-FE0F",
  7647. "shortnames": [
  7648. "ballot_box_with_ballot"
  7649. ]
  7650. },
  7651. {
  7652. "unified": "270F-FE0F",
  7653. "shortnames": [
  7654. "pencil2"
  7655. ]
  7656. },
  7657. {
  7658. "unified": "2712-FE0F",
  7659. "shortnames": [
  7660. "black_nib"
  7661. ]
  7662. },
  7663. {
  7664. "unified": "1F58B-FE0F",
  7665. "shortnames": [
  7666. "lower_left_fountain_pen"
  7667. ]
  7668. },
  7669. {
  7670. "unified": "1F58A-FE0F",
  7671. "shortnames": [
  7672. "lower_left_ballpoint_pen"
  7673. ]
  7674. },
  7675. {
  7676. "unified": "1F58C-FE0F",
  7677. "shortnames": [
  7678. "lower_left_paintbrush"
  7679. ]
  7680. },
  7681. {
  7682. "unified": "1F58D-FE0F",
  7683. "shortnames": [
  7684. "lower_left_crayon"
  7685. ]
  7686. },
  7687. {
  7688. "unified": "1F4DD",
  7689. "shortnames": [
  7690. "memo"
  7691. ]
  7692. },
  7693. {
  7694. "unified": "1F4BC",
  7695. "shortnames": [
  7696. "briefcase"
  7697. ]
  7698. },
  7699. {
  7700. "unified": "1F4C1",
  7701. "shortnames": [
  7702. "file_folder"
  7703. ]
  7704. },
  7705. {
  7706. "unified": "1F4C2",
  7707. "shortnames": [
  7708. "open_file_folder"
  7709. ]
  7710. },
  7711. {
  7712. "unified": "1F5C2-FE0F",
  7713. "shortnames": [
  7714. "card_index_dividers"
  7715. ]
  7716. },
  7717. {
  7718. "unified": "1F4C5",
  7719. "shortnames": [
  7720. "date"
  7721. ]
  7722. },
  7723. {
  7724. "unified": "1F4C6",
  7725. "shortnames": [
  7726. "calendar"
  7727. ]
  7728. },
  7729. {
  7730. "unified": "1F5D2-FE0F",
  7731. "shortnames": [
  7732. "spiral_note_pad"
  7733. ]
  7734. },
  7735. {
  7736. "unified": "1F5D3-FE0F",
  7737. "shortnames": [
  7738. "spiral_calendar_pad"
  7739. ]
  7740. },
  7741. {
  7742. "unified": "1F4C7",
  7743. "shortnames": [
  7744. "card_index"
  7745. ]
  7746. },
  7747. {
  7748. "unified": "1F4C8",
  7749. "shortnames": [
  7750. "chart_with_upwards_trend"
  7751. ]
  7752. },
  7753. {
  7754. "unified": "1F4C9",
  7755. "shortnames": [
  7756. "chart_with_downwards_trend"
  7757. ]
  7758. },
  7759. {
  7760. "unified": "1F4CA",
  7761. "shortnames": [
  7762. "bar_chart"
  7763. ]
  7764. },
  7765. {
  7766. "unified": "1F4CB",
  7767. "shortnames": [
  7768. "clipboard"
  7769. ]
  7770. },
  7771. {
  7772. "unified": "1F4CC",
  7773. "shortnames": [
  7774. "pushpin"
  7775. ]
  7776. },
  7777. {
  7778. "unified": "1F4CD",
  7779. "shortnames": [
  7780. "round_pushpin"
  7781. ]
  7782. },
  7783. {
  7784. "unified": "1F4CE",
  7785. "shortnames": [
  7786. "paperclip"
  7787. ]
  7788. },
  7789. {
  7790. "unified": "1F587-FE0F",
  7791. "shortnames": [
  7792. "linked_paperclips"
  7793. ]
  7794. },
  7795. {
  7796. "unified": "1F4CF",
  7797. "shortnames": [
  7798. "straight_ruler"
  7799. ]
  7800. },
  7801. {
  7802. "unified": "1F4D0",
  7803. "shortnames": [
  7804. "triangular_ruler"
  7805. ]
  7806. },
  7807. {
  7808. "unified": "2702-FE0F",
  7809. "shortnames": [
  7810. "scissors"
  7811. ]
  7812. },
  7813. {
  7814. "unified": "1F5C3-FE0F",
  7815. "shortnames": [
  7816. "card_file_box"
  7817. ]
  7818. },
  7819. {
  7820. "unified": "1F5C4-FE0F",
  7821. "shortnames": [
  7822. "file_cabinet"
  7823. ]
  7824. },
  7825. {
  7826. "unified": "1F5D1-FE0F",
  7827. "shortnames": [
  7828. "wastebasket"
  7829. ]
  7830. },
  7831. {
  7832. "unified": "1F512",
  7833. "shortnames": [
  7834. "lock"
  7835. ]
  7836. },
  7837. {
  7838. "unified": "1F513",
  7839. "shortnames": [
  7840. "unlock"
  7841. ]
  7842. },
  7843. {
  7844. "unified": "1F50F",
  7845. "shortnames": [
  7846. "lock_with_ink_pen"
  7847. ]
  7848. },
  7849. {
  7850. "unified": "1F510",
  7851. "shortnames": [
  7852. "closed_lock_with_key"
  7853. ]
  7854. },
  7855. {
  7856. "unified": "1F511",
  7857. "shortnames": [
  7858. "key"
  7859. ]
  7860. },
  7861. {
  7862. "unified": "1F5DD-FE0F",
  7863. "shortnames": [
  7864. "old_key"
  7865. ]
  7866. },
  7867. {
  7868. "unified": "1F528",
  7869. "shortnames": [
  7870. "hammer"
  7871. ]
  7872. },
  7873. {
  7874. "unified": "1FA93",
  7875. "shortnames": [
  7876. "axe"
  7877. ]
  7878. },
  7879. {
  7880. "unified": "26CF-FE0F",
  7881. "shortnames": [
  7882. "pick"
  7883. ]
  7884. },
  7885. {
  7886. "unified": "2692-FE0F",
  7887. "shortnames": [
  7888. "hammer_and_pick"
  7889. ]
  7890. },
  7891. {
  7892. "unified": "1F6E0-FE0F",
  7893. "shortnames": [
  7894. "hammer_and_wrench"
  7895. ]
  7896. },
  7897. {
  7898. "unified": "1F5E1-FE0F",
  7899. "shortnames": [
  7900. "dagger_knife"
  7901. ]
  7902. },
  7903. {
  7904. "unified": "2694-FE0F",
  7905. "shortnames": [
  7906. "crossed_swords"
  7907. ]
  7908. },
  7909. {
  7910. "unified": "1F4A3",
  7911. "shortnames": [
  7912. "bomb"
  7913. ]
  7914. },
  7915. {
  7916. "unified": "1FA83",
  7917. "shortnames": [
  7918. "boomerang"
  7919. ]
  7920. },
  7921. {
  7922. "unified": "1F3F9",
  7923. "shortnames": [
  7924. "bow_and_arrow"
  7925. ]
  7926. },
  7927. {
  7928. "unified": "1F6E1-FE0F",
  7929. "shortnames": [
  7930. "shield"
  7931. ]
  7932. },
  7933. {
  7934. "unified": "1FA9A",
  7935. "shortnames": [
  7936. "carpentry_saw"
  7937. ]
  7938. },
  7939. {
  7940. "unified": "1F527",
  7941. "shortnames": [
  7942. "wrench"
  7943. ]
  7944. },
  7945. {
  7946. "unified": "1FA9B",
  7947. "shortnames": [
  7948. "screwdriver"
  7949. ]
  7950. },
  7951. {
  7952. "unified": "1F529",
  7953. "shortnames": [
  7954. "nut_and_bolt"
  7955. ]
  7956. },
  7957. {
  7958. "unified": "2699-FE0F",
  7959. "shortnames": [
  7960. "gear"
  7961. ]
  7962. },
  7963. {
  7964. "unified": "1F5DC-FE0F",
  7965. "shortnames": [
  7966. "compression"
  7967. ]
  7968. },
  7969. {
  7970. "unified": "2696-FE0F",
  7971. "shortnames": [
  7972. "scales"
  7973. ]
  7974. },
  7975. {
  7976. "unified": "1F9AF",
  7977. "shortnames": [
  7978. "probing_cane"
  7979. ]
  7980. },
  7981. {
  7982. "unified": "1F517",
  7983. "shortnames": [
  7984. "link"
  7985. ]
  7986. },
  7987. {
  7988. "unified": "26D3-FE0F-200D-1F4A5",
  7989. "shortnames": [
  7990. "broken_chain"
  7991. ]
  7992. },
  7993. {
  7994. "unified": "26D3-FE0F",
  7995. "shortnames": [
  7996. "chains"
  7997. ]
  7998. },
  7999. {
  8000. "unified": "1FA9D",
  8001. "shortnames": [
  8002. "hook"
  8003. ]
  8004. },
  8005. {
  8006. "unified": "1F9F0",
  8007. "shortnames": [
  8008. "toolbox"
  8009. ]
  8010. },
  8011. {
  8012. "unified": "1F9F2",
  8013. "shortnames": [
  8014. "magnet"
  8015. ]
  8016. },
  8017. {
  8018. "unified": "1FA9C",
  8019. "shortnames": [
  8020. "ladder"
  8021. ]
  8022. },
  8023. {
  8024. "unified": "2697-FE0F",
  8025. "shortnames": [
  8026. "alembic"
  8027. ]
  8028. },
  8029. {
  8030. "unified": "1F9EA",
  8031. "shortnames": [
  8032. "test_tube"
  8033. ]
  8034. },
  8035. {
  8036. "unified": "1F9EB",
  8037. "shortnames": [
  8038. "petri_dish"
  8039. ]
  8040. },
  8041. {
  8042. "unified": "1F9EC",
  8043. "shortnames": [
  8044. "dna"
  8045. ]
  8046. },
  8047. {
  8048. "unified": "1F52C",
  8049. "shortnames": [
  8050. "microscope"
  8051. ]
  8052. },
  8053. {
  8054. "unified": "1F52D",
  8055. "shortnames": [
  8056. "telescope"
  8057. ]
  8058. },
  8059. {
  8060. "unified": "1F4E1",
  8061. "shortnames": [
  8062. "satellite_antenna"
  8063. ]
  8064. },
  8065. {
  8066. "unified": "1F489",
  8067. "shortnames": [
  8068. "syringe"
  8069. ]
  8070. },
  8071. {
  8072. "unified": "1FA78",
  8073. "shortnames": [
  8074. "drop_of_blood"
  8075. ]
  8076. },
  8077. {
  8078. "unified": "1F48A",
  8079. "shortnames": [
  8080. "pill"
  8081. ]
  8082. },
  8083. {
  8084. "unified": "1FA79",
  8085. "shortnames": [
  8086. "adhesive_bandage"
  8087. ]
  8088. },
  8089. {
  8090. "unified": "1FA7C",
  8091. "shortnames": [
  8092. "crutch"
  8093. ]
  8094. },
  8095. {
  8096. "unified": "1FA7A",
  8097. "shortnames": [
  8098. "stethoscope"
  8099. ]
  8100. },
  8101. {
  8102. "unified": "1FA7B",
  8103. "shortnames": [
  8104. "x-ray"
  8105. ]
  8106. },
  8107. {
  8108. "unified": "1F6AA",
  8109. "shortnames": [
  8110. "door"
  8111. ]
  8112. },
  8113. {
  8114. "unified": "1F6D7",
  8115. "shortnames": [
  8116. "elevator"
  8117. ]
  8118. },
  8119. {
  8120. "unified": "1FA9E",
  8121. "shortnames": [
  8122. "mirror"
  8123. ]
  8124. },
  8125. {
  8126. "unified": "1FA9F",
  8127. "shortnames": [
  8128. "window"
  8129. ]
  8130. },
  8131. {
  8132. "unified": "1F6CF-FE0F",
  8133. "shortnames": [
  8134. "bed"
  8135. ]
  8136. },
  8137. {
  8138. "unified": "1F6CB-FE0F",
  8139. "shortnames": [
  8140. "couch_and_lamp"
  8141. ]
  8142. },
  8143. {
  8144. "unified": "1FA91",
  8145. "shortnames": [
  8146. "chair"
  8147. ]
  8148. },
  8149. {
  8150. "unified": "1F6BD",
  8151. "shortnames": [
  8152. "toilet"
  8153. ]
  8154. },
  8155. {
  8156. "unified": "1FAA0",
  8157. "shortnames": [
  8158. "plunger"
  8159. ]
  8160. },
  8161. {
  8162. "unified": "1F6BF",
  8163. "shortnames": [
  8164. "shower"
  8165. ]
  8166. },
  8167. {
  8168. "unified": "1F6C1",
  8169. "shortnames": [
  8170. "bathtub"
  8171. ]
  8172. },
  8173. {
  8174. "unified": "1FAA4",
  8175. "shortnames": [
  8176. "mouse_trap"
  8177. ]
  8178. },
  8179. {
  8180. "unified": "1FA92",
  8181. "shortnames": [
  8182. "razor"
  8183. ]
  8184. },
  8185. {
  8186. "unified": "1F9F4",
  8187. "shortnames": [
  8188. "lotion_bottle"
  8189. ]
  8190. },
  8191. {
  8192. "unified": "1F9F7",
  8193. "shortnames": [
  8194. "safety_pin"
  8195. ]
  8196. },
  8197. {
  8198. "unified": "1F9F9",
  8199. "shortnames": [
  8200. "broom"
  8201. ]
  8202. },
  8203. {
  8204. "unified": "1F9FA",
  8205. "shortnames": [
  8206. "basket"
  8207. ]
  8208. },
  8209. {
  8210. "unified": "1F9FB",
  8211. "shortnames": [
  8212. "roll_of_paper"
  8213. ]
  8214. },
  8215. {
  8216. "unified": "1FAA3",
  8217. "shortnames": [
  8218. "bucket"
  8219. ]
  8220. },
  8221. {
  8222. "unified": "1F9FC",
  8223. "shortnames": [
  8224. "soap"
  8225. ]
  8226. },
  8227. {
  8228. "unified": "1FAE7",
  8229. "shortnames": [
  8230. "bubbles"
  8231. ]
  8232. },
  8233. {
  8234. "unified": "1FAA5",
  8235. "shortnames": [
  8236. "toothbrush"
  8237. ]
  8238. },
  8239. {
  8240. "unified": "1F9FD",
  8241. "shortnames": [
  8242. "sponge"
  8243. ]
  8244. },
  8245. {
  8246. "unified": "1F9EF",
  8247. "shortnames": [
  8248. "fire_extinguisher"
  8249. ]
  8250. },
  8251. {
  8252. "unified": "1F6D2",
  8253. "shortnames": [
  8254. "shopping_trolley"
  8255. ]
  8256. },
  8257. {
  8258. "unified": "1F6AC",
  8259. "shortnames": [
  8260. "smoking"
  8261. ]
  8262. },
  8263. {
  8264. "unified": "26B0-FE0F",
  8265. "shortnames": [
  8266. "coffin"
  8267. ]
  8268. },
  8269. {
  8270. "unified": "1FAA6",
  8271. "shortnames": [
  8272. "headstone"
  8273. ]
  8274. },
  8275. {
  8276. "unified": "26B1-FE0F",
  8277. "shortnames": [
  8278. "funeral_urn"
  8279. ]
  8280. },
  8281. {
  8282. "unified": "1F9FF",
  8283. "shortnames": [
  8284. "nazar_amulet"
  8285. ]
  8286. },
  8287. {
  8288. "unified": "1FAAC",
  8289. "shortnames": [
  8290. "hamsa"
  8291. ]
  8292. },
  8293. {
  8294. "unified": "1F5FF",
  8295. "shortnames": [
  8296. "moyai"
  8297. ]
  8298. },
  8299. {
  8300. "unified": "1FAA7",
  8301. "shortnames": [
  8302. "placard"
  8303. ]
  8304. },
  8305. {
  8306. "unified": "1FAAA",
  8307. "shortnames": [
  8308. "identification_card"
  8309. ]
  8310. }
  8311. ]
  8312. },
  8313. {
  8314. "name": "Symbols",
  8315. "emojis": [
  8316. {
  8317. "unified": "1F3E7",
  8318. "shortnames": [
  8319. "atm"
  8320. ]
  8321. },
  8322. {
  8323. "unified": "1F6AE",
  8324. "shortnames": [
  8325. "put_litter_in_its_place"
  8326. ]
  8327. },
  8328. {
  8329. "unified": "1F6B0",
  8330. "shortnames": [
  8331. "potable_water"
  8332. ]
  8333. },
  8334. {
  8335. "unified": "267F",
  8336. "shortnames": [
  8337. "wheelchair"
  8338. ]
  8339. },
  8340. {
  8341. "unified": "1F6B9",
  8342. "shortnames": [
  8343. "mens"
  8344. ]
  8345. },
  8346. {
  8347. "unified": "1F6BA",
  8348. "shortnames": [
  8349. "womens"
  8350. ]
  8351. },
  8352. {
  8353. "unified": "1F6BB",
  8354. "shortnames": [
  8355. "restroom"
  8356. ]
  8357. },
  8358. {
  8359. "unified": "1F6BC",
  8360. "shortnames": [
  8361. "baby_symbol"
  8362. ]
  8363. },
  8364. {
  8365. "unified": "1F6BE",
  8366. "shortnames": [
  8367. "wc"
  8368. ]
  8369. },
  8370. {
  8371. "unified": "1F6C2",
  8372. "shortnames": [
  8373. "passport_control"
  8374. ]
  8375. },
  8376. {
  8377. "unified": "1F6C3",
  8378. "shortnames": [
  8379. "customs"
  8380. ]
  8381. },
  8382. {
  8383. "unified": "1F6C4",
  8384. "shortnames": [
  8385. "baggage_claim"
  8386. ]
  8387. },
  8388. {
  8389. "unified": "1F6C5",
  8390. "shortnames": [
  8391. "left_luggage"
  8392. ]
  8393. },
  8394. {
  8395. "unified": "26A0-FE0F",
  8396. "shortnames": [
  8397. "warning"
  8398. ]
  8399. },
  8400. {
  8401. "unified": "1F6B8",
  8402. "shortnames": [
  8403. "children_crossing"
  8404. ]
  8405. },
  8406. {
  8407. "unified": "26D4",
  8408. "shortnames": [
  8409. "no_entry"
  8410. ]
  8411. },
  8412. {
  8413. "unified": "1F6AB",
  8414. "shortnames": [
  8415. "no_entry_sign"
  8416. ]
  8417. },
  8418. {
  8419. "unified": "1F6B3",
  8420. "shortnames": [
  8421. "no_bicycles"
  8422. ]
  8423. },
  8424. {
  8425. "unified": "1F6AD",
  8426. "shortnames": [
  8427. "no_smoking"
  8428. ]
  8429. },
  8430. {
  8431. "unified": "1F6AF",
  8432. "shortnames": [
  8433. "do_not_litter"
  8434. ]
  8435. },
  8436. {
  8437. "unified": "1F6B1",
  8438. "shortnames": [
  8439. "non-potable_water"
  8440. ]
  8441. },
  8442. {
  8443. "unified": "1F6B7",
  8444. "shortnames": [
  8445. "no_pedestrians"
  8446. ]
  8447. },
  8448. {
  8449. "unified": "1F4F5",
  8450. "shortnames": [
  8451. "no_mobile_phones"
  8452. ]
  8453. },
  8454. {
  8455. "unified": "1F51E",
  8456. "shortnames": [
  8457. "underage"
  8458. ]
  8459. },
  8460. {
  8461. "unified": "2622-FE0F",
  8462. "shortnames": [
  8463. "radioactive_sign"
  8464. ]
  8465. },
  8466. {
  8467. "unified": "2623-FE0F",
  8468. "shortnames": [
  8469. "biohazard_sign"
  8470. ]
  8471. },
  8472. {
  8473. "unified": "2B06-FE0F",
  8474. "shortnames": [
  8475. "arrow_up"
  8476. ]
  8477. },
  8478. {
  8479. "unified": "2197-FE0F",
  8480. "shortnames": [
  8481. "arrow_upper_right"
  8482. ]
  8483. },
  8484. {
  8485. "unified": "27A1-FE0F",
  8486. "shortnames": [
  8487. "arrow_right"
  8488. ]
  8489. },
  8490. {
  8491. "unified": "2198-FE0F",
  8492. "shortnames": [
  8493. "arrow_lower_right"
  8494. ]
  8495. },
  8496. {
  8497. "unified": "2B07-FE0F",
  8498. "shortnames": [
  8499. "arrow_down"
  8500. ]
  8501. },
  8502. {
  8503. "unified": "2199-FE0F",
  8504. "shortnames": [
  8505. "arrow_lower_left"
  8506. ]
  8507. },
  8508. {
  8509. "unified": "2B05-FE0F",
  8510. "shortnames": [
  8511. "arrow_left"
  8512. ]
  8513. },
  8514. {
  8515. "unified": "2196-FE0F",
  8516. "shortnames": [
  8517. "arrow_upper_left"
  8518. ]
  8519. },
  8520. {
  8521. "unified": "2195-FE0F",
  8522. "shortnames": [
  8523. "arrow_up_down"
  8524. ]
  8525. },
  8526. {
  8527. "unified": "2194-FE0F",
  8528. "shortnames": [
  8529. "left_right_arrow"
  8530. ]
  8531. },
  8532. {
  8533. "unified": "21A9-FE0F",
  8534. "shortnames": [
  8535. "leftwards_arrow_with_hook"
  8536. ]
  8537. },
  8538. {
  8539. "unified": "21AA-FE0F",
  8540. "shortnames": [
  8541. "arrow_right_hook"
  8542. ]
  8543. },
  8544. {
  8545. "unified": "2934-FE0F",
  8546. "shortnames": [
  8547. "arrow_heading_up"
  8548. ]
  8549. },
  8550. {
  8551. "unified": "2935-FE0F",
  8552. "shortnames": [
  8553. "arrow_heading_down"
  8554. ]
  8555. },
  8556. {
  8557. "unified": "1F503",
  8558. "shortnames": [
  8559. "arrows_clockwise"
  8560. ]
  8561. },
  8562. {
  8563. "unified": "1F504",
  8564. "shortnames": [
  8565. "arrows_counterclockwise"
  8566. ]
  8567. },
  8568. {
  8569. "unified": "1F519",
  8570. "shortnames": [
  8571. "back"
  8572. ]
  8573. },
  8574. {
  8575. "unified": "1F51A",
  8576. "shortnames": [
  8577. "end"
  8578. ]
  8579. },
  8580. {
  8581. "unified": "1F51B",
  8582. "shortnames": [
  8583. "on"
  8584. ]
  8585. },
  8586. {
  8587. "unified": "1F51C",
  8588. "shortnames": [
  8589. "soon"
  8590. ]
  8591. },
  8592. {
  8593. "unified": "1F51D",
  8594. "shortnames": [
  8595. "top"
  8596. ]
  8597. },
  8598. {
  8599. "unified": "1F6D0",
  8600. "shortnames": [
  8601. "place_of_worship"
  8602. ]
  8603. },
  8604. {
  8605. "unified": "269B-FE0F",
  8606. "shortnames": [
  8607. "atom_symbol"
  8608. ]
  8609. },
  8610. {
  8611. "unified": "1F549-FE0F",
  8612. "shortnames": [
  8613. "om_symbol"
  8614. ]
  8615. },
  8616. {
  8617. "unified": "2721-FE0F",
  8618. "shortnames": [
  8619. "star_of_david"
  8620. ]
  8621. },
  8622. {
  8623. "unified": "2638-FE0F",
  8624. "shortnames": [
  8625. "wheel_of_dharma"
  8626. ]
  8627. },
  8628. {
  8629. "unified": "262F-FE0F",
  8630. "shortnames": [
  8631. "yin_yang"
  8632. ]
  8633. },
  8634. {
  8635. "unified": "271D-FE0F",
  8636. "shortnames": [
  8637. "latin_cross"
  8638. ]
  8639. },
  8640. {
  8641. "unified": "2626-FE0F",
  8642. "shortnames": [
  8643. "orthodox_cross"
  8644. ]
  8645. },
  8646. {
  8647. "unified": "262A-FE0F",
  8648. "shortnames": [
  8649. "star_and_crescent"
  8650. ]
  8651. },
  8652. {
  8653. "unified": "262E-FE0F",
  8654. "shortnames": [
  8655. "peace_symbol"
  8656. ]
  8657. },
  8658. {
  8659. "unified": "1F54E",
  8660. "shortnames": [
  8661. "menorah_with_nine_branches"
  8662. ]
  8663. },
  8664. {
  8665. "unified": "1F52F",
  8666. "shortnames": [
  8667. "six_pointed_star"
  8668. ]
  8669. },
  8670. {
  8671. "unified": "1FAAF",
  8672. "shortnames": [
  8673. "khanda"
  8674. ]
  8675. },
  8676. {
  8677. "unified": "2648",
  8678. "shortnames": [
  8679. "aries"
  8680. ]
  8681. },
  8682. {
  8683. "unified": "2649",
  8684. "shortnames": [
  8685. "taurus"
  8686. ]
  8687. },
  8688. {
  8689. "unified": "264A",
  8690. "shortnames": [
  8691. "gemini"
  8692. ]
  8693. },
  8694. {
  8695. "unified": "264B",
  8696. "shortnames": [
  8697. "cancer"
  8698. ]
  8699. },
  8700. {
  8701. "unified": "264C",
  8702. "shortnames": [
  8703. "leo"
  8704. ]
  8705. },
  8706. {
  8707. "unified": "264D",
  8708. "shortnames": [
  8709. "virgo"
  8710. ]
  8711. },
  8712. {
  8713. "unified": "264E",
  8714. "shortnames": [
  8715. "libra"
  8716. ]
  8717. },
  8718. {
  8719. "unified": "264F",
  8720. "shortnames": [
  8721. "scorpius"
  8722. ]
  8723. },
  8724. {
  8725. "unified": "2650",
  8726. "shortnames": [
  8727. "sagittarius"
  8728. ]
  8729. },
  8730. {
  8731. "unified": "2651",
  8732. "shortnames": [
  8733. "capricorn"
  8734. ]
  8735. },
  8736. {
  8737. "unified": "2652",
  8738. "shortnames": [
  8739. "aquarius"
  8740. ]
  8741. },
  8742. {
  8743. "unified": "2653",
  8744. "shortnames": [
  8745. "pisces"
  8746. ]
  8747. },
  8748. {
  8749. "unified": "26CE",
  8750. "shortnames": [
  8751. "ophiuchus"
  8752. ]
  8753. },
  8754. {
  8755. "unified": "1F500",
  8756. "shortnames": [
  8757. "twisted_rightwards_arrows"
  8758. ]
  8759. },
  8760. {
  8761. "unified": "1F501",
  8762. "shortnames": [
  8763. "repeat"
  8764. ]
  8765. },
  8766. {
  8767. "unified": "1F502",
  8768. "shortnames": [
  8769. "repeat_one"
  8770. ]
  8771. },
  8772. {
  8773. "unified": "25B6-FE0F",
  8774. "shortnames": [
  8775. "arrow_forward"
  8776. ]
  8777. },
  8778. {
  8779. "unified": "23E9",
  8780. "shortnames": [
  8781. "fast_forward"
  8782. ]
  8783. },
  8784. {
  8785. "unified": "23ED-FE0F",
  8786. "shortnames": [
  8787. "black_right_pointing_double_triangle_with_vertical_bar"
  8788. ]
  8789. },
  8790. {
  8791. "unified": "23EF-FE0F",
  8792. "shortnames": [
  8793. "black_right_pointing_triangle_with_double_vertical_bar"
  8794. ]
  8795. },
  8796. {
  8797. "unified": "25C0-FE0F",
  8798. "shortnames": [
  8799. "arrow_backward"
  8800. ]
  8801. },
  8802. {
  8803. "unified": "23EA",
  8804. "shortnames": [
  8805. "rewind"
  8806. ]
  8807. },
  8808. {
  8809. "unified": "23EE-FE0F",
  8810. "shortnames": [
  8811. "black_left_pointing_double_triangle_with_vertical_bar"
  8812. ]
  8813. },
  8814. {
  8815. "unified": "1F53C",
  8816. "shortnames": [
  8817. "arrow_up_small"
  8818. ]
  8819. },
  8820. {
  8821. "unified": "23EB",
  8822. "shortnames": [
  8823. "arrow_double_up"
  8824. ]
  8825. },
  8826. {
  8827. "unified": "1F53D",
  8828. "shortnames": [
  8829. "arrow_down_small"
  8830. ]
  8831. },
  8832. {
  8833. "unified": "23EC",
  8834. "shortnames": [
  8835. "arrow_double_down"
  8836. ]
  8837. },
  8838. {
  8839. "unified": "23F8-FE0F",
  8840. "shortnames": [
  8841. "double_vertical_bar"
  8842. ]
  8843. },
  8844. {
  8845. "unified": "23F9-FE0F",
  8846. "shortnames": [
  8847. "black_square_for_stop"
  8848. ]
  8849. },
  8850. {
  8851. "unified": "23FA-FE0F",
  8852. "shortnames": [
  8853. "black_circle_for_record"
  8854. ]
  8855. },
  8856. {
  8857. "unified": "23CF-FE0F",
  8858. "shortnames": [
  8859. "eject"
  8860. ]
  8861. },
  8862. {
  8863. "unified": "1F3A6",
  8864. "shortnames": [
  8865. "cinema"
  8866. ]
  8867. },
  8868. {
  8869. "unified": "1F505",
  8870. "shortnames": [
  8871. "low_brightness"
  8872. ]
  8873. },
  8874. {
  8875. "unified": "1F506",
  8876. "shortnames": [
  8877. "high_brightness"
  8878. ]
  8879. },
  8880. {
  8881. "unified": "1F4F6",
  8882. "shortnames": [
  8883. "signal_strength"
  8884. ]
  8885. },
  8886. {
  8887. "unified": "1F6DC",
  8888. "shortnames": [
  8889. "wireless"
  8890. ]
  8891. },
  8892. {
  8893. "unified": "1F4F3",
  8894. "shortnames": [
  8895. "vibration_mode"
  8896. ]
  8897. },
  8898. {
  8899. "unified": "1F4F4",
  8900. "shortnames": [
  8901. "mobile_phone_off"
  8902. ]
  8903. },
  8904. {
  8905. "unified": "2640-FE0F",
  8906. "shortnames": [
  8907. "female_sign"
  8908. ]
  8909. },
  8910. {
  8911. "unified": "2642-FE0F",
  8912. "shortnames": [
  8913. "male_sign"
  8914. ]
  8915. },
  8916. {
  8917. "unified": "26A7-FE0F",
  8918. "shortnames": [
  8919. "transgender_symbol"
  8920. ]
  8921. },
  8922. {
  8923. "unified": "2716-FE0F",
  8924. "shortnames": [
  8925. "heavy_multiplication_x"
  8926. ]
  8927. },
  8928. {
  8929. "unified": "2795",
  8930. "shortnames": [
  8931. "heavy_plus_sign"
  8932. ]
  8933. },
  8934. {
  8935. "unified": "2796",
  8936. "shortnames": [
  8937. "heavy_minus_sign"
  8938. ]
  8939. },
  8940. {
  8941. "unified": "2797",
  8942. "shortnames": [
  8943. "heavy_division_sign"
  8944. ]
  8945. },
  8946. {
  8947. "unified": "1F7F0",
  8948. "shortnames": [
  8949. "heavy_equals_sign"
  8950. ]
  8951. },
  8952. {
  8953. "unified": "267E-FE0F",
  8954. "shortnames": [
  8955. "infinity"
  8956. ]
  8957. },
  8958. {
  8959. "unified": "203C-FE0F",
  8960. "shortnames": [
  8961. "bangbang"
  8962. ]
  8963. },
  8964. {
  8965. "unified": "2049-FE0F",
  8966. "shortnames": [
  8967. "interrobang"
  8968. ]
  8969. },
  8970. {
  8971. "unified": "2753",
  8972. "shortnames": [
  8973. "question"
  8974. ]
  8975. },
  8976. {
  8977. "unified": "2754",
  8978. "shortnames": [
  8979. "grey_question"
  8980. ]
  8981. },
  8982. {
  8983. "unified": "2755",
  8984. "shortnames": [
  8985. "grey_exclamation"
  8986. ]
  8987. },
  8988. {
  8989. "unified": "2757",
  8990. "shortnames": [
  8991. "exclamation"
  8992. ]
  8993. },
  8994. {
  8995. "unified": "3030-FE0F",
  8996. "shortnames": [
  8997. "wavy_dash"
  8998. ]
  8999. },
  9000. {
  9001. "unified": "1F4B1",
  9002. "shortnames": [
  9003. "currency_exchange"
  9004. ]
  9005. },
  9006. {
  9007. "unified": "1F4B2",
  9008. "shortnames": [
  9009. "heavy_dollar_sign"
  9010. ]
  9011. },
  9012. {
  9013. "unified": "2695-FE0F",
  9014. "shortnames": [
  9015. "medical_symbol"
  9016. ]
  9017. },
  9018. {
  9019. "unified": "267B-FE0F",
  9020. "shortnames": [
  9021. "recycle"
  9022. ]
  9023. },
  9024. {
  9025. "unified": "269C-FE0F",
  9026. "shortnames": [
  9027. "fleur_de_lis"
  9028. ]
  9029. },
  9030. {
  9031. "unified": "1F531",
  9032. "shortnames": [
  9033. "trident"
  9034. ]
  9035. },
  9036. {
  9037. "unified": "1F4DB",
  9038. "shortnames": [
  9039. "name_badge"
  9040. ]
  9041. },
  9042. {
  9043. "unified": "1F530",
  9044. "shortnames": [
  9045. "beginner"
  9046. ]
  9047. },
  9048. {
  9049. "unified": "2B55",
  9050. "shortnames": [
  9051. "o"
  9052. ]
  9053. },
  9054. {
  9055. "unified": "2705",
  9056. "shortnames": [
  9057. "white_check_mark"
  9058. ]
  9059. },
  9060. {
  9061. "unified": "2611-FE0F",
  9062. "shortnames": [
  9063. "ballot_box_with_check"
  9064. ]
  9065. },
  9066. {
  9067. "unified": "2714-FE0F",
  9068. "shortnames": [
  9069. "heavy_check_mark"
  9070. ]
  9071. },
  9072. {
  9073. "unified": "274C",
  9074. "shortnames": [
  9075. "x"
  9076. ]
  9077. },
  9078. {
  9079. "unified": "274E",
  9080. "shortnames": [
  9081. "negative_squared_cross_mark"
  9082. ]
  9083. },
  9084. {
  9085. "unified": "27B0",
  9086. "shortnames": [
  9087. "curly_loop"
  9088. ]
  9089. },
  9090. {
  9091. "unified": "27BF",
  9092. "shortnames": [
  9093. "loop"
  9094. ]
  9095. },
  9096. {
  9097. "unified": "303D-FE0F",
  9098. "shortnames": [
  9099. "part_alternation_mark"
  9100. ]
  9101. },
  9102. {
  9103. "unified": "2733-FE0F",
  9104. "shortnames": [
  9105. "eight_spoked_asterisk"
  9106. ]
  9107. },
  9108. {
  9109. "unified": "2734-FE0F",
  9110. "shortnames": [
  9111. "eight_pointed_black_star"
  9112. ]
  9113. },
  9114. {
  9115. "unified": "2747-FE0F",
  9116. "shortnames": [
  9117. "sparkle"
  9118. ]
  9119. },
  9120. {
  9121. "unified": "00A9-FE0F",
  9122. "shortnames": [
  9123. "copyright"
  9124. ]
  9125. },
  9126. {
  9127. "unified": "00AE-FE0F",
  9128. "shortnames": [
  9129. "registered"
  9130. ]
  9131. },
  9132. {
  9133. "unified": "2122-FE0F",
  9134. "shortnames": [
  9135. "tm"
  9136. ]
  9137. },
  9138. {
  9139. "unified": "0023-FE0F-20E3",
  9140. "shortnames": [
  9141. "hash"
  9142. ]
  9143. },
  9144. {
  9145. "unified": "002A-FE0F-20E3",
  9146. "shortnames": [
  9147. "keycap_star"
  9148. ]
  9149. },
  9150. {
  9151. "unified": "0030-FE0F-20E3",
  9152. "shortnames": [
  9153. "zero"
  9154. ]
  9155. },
  9156. {
  9157. "unified": "0031-FE0F-20E3",
  9158. "shortnames": [
  9159. "one"
  9160. ]
  9161. },
  9162. {
  9163. "unified": "0032-FE0F-20E3",
  9164. "shortnames": [
  9165. "two"
  9166. ]
  9167. },
  9168. {
  9169. "unified": "0033-FE0F-20E3",
  9170. "shortnames": [
  9171. "three"
  9172. ]
  9173. },
  9174. {
  9175. "unified": "0034-FE0F-20E3",
  9176. "shortnames": [
  9177. "four"
  9178. ]
  9179. },
  9180. {
  9181. "unified": "0035-FE0F-20E3",
  9182. "shortnames": [
  9183. "five"
  9184. ]
  9185. },
  9186. {
  9187. "unified": "0036-FE0F-20E3",
  9188. "shortnames": [
  9189. "six"
  9190. ]
  9191. },
  9192. {
  9193. "unified": "0037-FE0F-20E3",
  9194. "shortnames": [
  9195. "seven"
  9196. ]
  9197. },
  9198. {
  9199. "unified": "0038-FE0F-20E3",
  9200. "shortnames": [
  9201. "eight"
  9202. ]
  9203. },
  9204. {
  9205. "unified": "0039-FE0F-20E3",
  9206. "shortnames": [
  9207. "nine"
  9208. ]
  9209. },
  9210. {
  9211. "unified": "1F51F",
  9212. "shortnames": [
  9213. "keycap_ten"
  9214. ]
  9215. },
  9216. {
  9217. "unified": "1F520",
  9218. "shortnames": [
  9219. "capital_abcd"
  9220. ]
  9221. },
  9222. {
  9223. "unified": "1F521",
  9224. "shortnames": [
  9225. "abcd"
  9226. ]
  9227. },
  9228. {
  9229. "unified": "1F522",
  9230. "shortnames": [
  9231. "1234"
  9232. ]
  9233. },
  9234. {
  9235. "unified": "1F523",
  9236. "shortnames": [
  9237. "symbols"
  9238. ]
  9239. },
  9240. {
  9241. "unified": "1F524",
  9242. "shortnames": [
  9243. "abc"
  9244. ]
  9245. },
  9246. {
  9247. "unified": "1F170-FE0F",
  9248. "shortnames": [
  9249. "a"
  9250. ]
  9251. },
  9252. {
  9253. "unified": "1F18E",
  9254. "shortnames": [
  9255. "ab"
  9256. ]
  9257. },
  9258. {
  9259. "unified": "1F171-FE0F",
  9260. "shortnames": [
  9261. "b"
  9262. ]
  9263. },
  9264. {
  9265. "unified": "1F191",
  9266. "shortnames": [
  9267. "cl"
  9268. ]
  9269. },
  9270. {
  9271. "unified": "1F192",
  9272. "shortnames": [
  9273. "cool"
  9274. ]
  9275. },
  9276. {
  9277. "unified": "1F193",
  9278. "shortnames": [
  9279. "free"
  9280. ]
  9281. },
  9282. {
  9283. "unified": "2139-FE0F",
  9284. "shortnames": [
  9285. "information_source"
  9286. ]
  9287. },
  9288. {
  9289. "unified": "1F194",
  9290. "shortnames": [
  9291. "id"
  9292. ]
  9293. },
  9294. {
  9295. "unified": "24C2-FE0F",
  9296. "shortnames": [
  9297. "m"
  9298. ]
  9299. },
  9300. {
  9301. "unified": "1F195",
  9302. "shortnames": [
  9303. "new"
  9304. ]
  9305. },
  9306. {
  9307. "unified": "1F196",
  9308. "shortnames": [
  9309. "ng"
  9310. ]
  9311. },
  9312. {
  9313. "unified": "1F17E-FE0F",
  9314. "shortnames": [
  9315. "o2"
  9316. ]
  9317. },
  9318. {
  9319. "unified": "1F197",
  9320. "shortnames": [
  9321. "ok"
  9322. ]
  9323. },
  9324. {
  9325. "unified": "1F17F-FE0F",
  9326. "shortnames": [
  9327. "parking"
  9328. ]
  9329. },
  9330. {
  9331. "unified": "1F198",
  9332. "shortnames": [
  9333. "sos"
  9334. ]
  9335. },
  9336. {
  9337. "unified": "1F199",
  9338. "shortnames": [
  9339. "up"
  9340. ]
  9341. },
  9342. {
  9343. "unified": "1F19A",
  9344. "shortnames": [
  9345. "vs"
  9346. ]
  9347. },
  9348. {
  9349. "unified": "1F201",
  9350. "shortnames": [
  9351. "koko"
  9352. ]
  9353. },
  9354. {
  9355. "unified": "1F202-FE0F",
  9356. "shortnames": [
  9357. "sa"
  9358. ]
  9359. },
  9360. {
  9361. "unified": "1F237-FE0F",
  9362. "shortnames": [
  9363. "u6708"
  9364. ]
  9365. },
  9366. {
  9367. "unified": "1F236",
  9368. "shortnames": [
  9369. "u6709"
  9370. ]
  9371. },
  9372. {
  9373. "unified": "1F22F",
  9374. "shortnames": [
  9375. "u6307"
  9376. ]
  9377. },
  9378. {
  9379. "unified": "1F250",
  9380. "shortnames": [
  9381. "ideograph_advantage"
  9382. ]
  9383. },
  9384. {
  9385. "unified": "1F239",
  9386. "shortnames": [
  9387. "u5272"
  9388. ]
  9389. },
  9390. {
  9391. "unified": "1F21A",
  9392. "shortnames": [
  9393. "u7121"
  9394. ]
  9395. },
  9396. {
  9397. "unified": "1F232",
  9398. "shortnames": [
  9399. "u7981"
  9400. ]
  9401. },
  9402. {
  9403. "unified": "1F251",
  9404. "shortnames": [
  9405. "accept"
  9406. ]
  9407. },
  9408. {
  9409. "unified": "1F238",
  9410. "shortnames": [
  9411. "u7533"
  9412. ]
  9413. },
  9414. {
  9415. "unified": "1F234",
  9416. "shortnames": [
  9417. "u5408"
  9418. ]
  9419. },
  9420. {
  9421. "unified": "1F233",
  9422. "shortnames": [
  9423. "u7a7a"
  9424. ]
  9425. },
  9426. {
  9427. "unified": "3297-FE0F",
  9428. "shortnames": [
  9429. "congratulations"
  9430. ]
  9431. },
  9432. {
  9433. "unified": "3299-FE0F",
  9434. "shortnames": [
  9435. "secret"
  9436. ]
  9437. },
  9438. {
  9439. "unified": "1F23A",
  9440. "shortnames": [
  9441. "u55b6"
  9442. ]
  9443. },
  9444. {
  9445. "unified": "1F235",
  9446. "shortnames": [
  9447. "u6e80"
  9448. ]
  9449. },
  9450. {
  9451. "unified": "1F534",
  9452. "shortnames": [
  9453. "red_circle"
  9454. ]
  9455. },
  9456. {
  9457. "unified": "1F7E0",
  9458. "shortnames": [
  9459. "large_orange_circle"
  9460. ]
  9461. },
  9462. {
  9463. "unified": "1F7E1",
  9464. "shortnames": [
  9465. "large_yellow_circle"
  9466. ]
  9467. },
  9468. {
  9469. "unified": "1F7E2",
  9470. "shortnames": [
  9471. "large_green_circle"
  9472. ]
  9473. },
  9474. {
  9475. "unified": "1F535",
  9476. "shortnames": [
  9477. "large_blue_circle"
  9478. ]
  9479. },
  9480. {
  9481. "unified": "1F7E3",
  9482. "shortnames": [
  9483. "large_purple_circle"
  9484. ]
  9485. },
  9486. {
  9487. "unified": "1F7E4",
  9488. "shortnames": [
  9489. "large_brown_circle"
  9490. ]
  9491. },
  9492. {
  9493. "unified": "26AB",
  9494. "shortnames": [
  9495. "black_circle"
  9496. ]
  9497. },
  9498. {
  9499. "unified": "26AA",
  9500. "shortnames": [
  9501. "white_circle"
  9502. ]
  9503. },
  9504. {
  9505. "unified": "1F7E5",
  9506. "shortnames": [
  9507. "large_red_square"
  9508. ]
  9509. },
  9510. {
  9511. "unified": "1F7E7",
  9512. "shortnames": [
  9513. "large_orange_square"
  9514. ]
  9515. },
  9516. {
  9517. "unified": "1F7E8",
  9518. "shortnames": [
  9519. "large_yellow_square"
  9520. ]
  9521. },
  9522. {
  9523. "unified": "1F7E9",
  9524. "shortnames": [
  9525. "large_green_square"
  9526. ]
  9527. },
  9528. {
  9529. "unified": "1F7E6",
  9530. "shortnames": [
  9531. "large_blue_square"
  9532. ]
  9533. },
  9534. {
  9535. "unified": "1F7EA",
  9536. "shortnames": [
  9537. "large_purple_square"
  9538. ]
  9539. },
  9540. {
  9541. "unified": "1F7EB",
  9542. "shortnames": [
  9543. "large_brown_square"
  9544. ]
  9545. },
  9546. {
  9547. "unified": "2B1B",
  9548. "shortnames": [
  9549. "black_large_square"
  9550. ]
  9551. },
  9552. {
  9553. "unified": "2B1C",
  9554. "shortnames": [
  9555. "white_large_square"
  9556. ]
  9557. },
  9558. {
  9559. "unified": "25FC-FE0F",
  9560. "shortnames": [
  9561. "black_medium_square"
  9562. ]
  9563. },
  9564. {
  9565. "unified": "25FB-FE0F",
  9566. "shortnames": [
  9567. "white_medium_square"
  9568. ]
  9569. },
  9570. {
  9571. "unified": "25FE",
  9572. "shortnames": [
  9573. "black_medium_small_square"
  9574. ]
  9575. },
  9576. {
  9577. "unified": "25FD",
  9578. "shortnames": [
  9579. "white_medium_small_square"
  9580. ]
  9581. },
  9582. {
  9583. "unified": "25AA-FE0F",
  9584. "shortnames": [
  9585. "black_small_square"
  9586. ]
  9587. },
  9588. {
  9589. "unified": "25AB-FE0F",
  9590. "shortnames": [
  9591. "white_small_square"
  9592. ]
  9593. },
  9594. {
  9595. "unified": "1F536",
  9596. "shortnames": [
  9597. "large_orange_diamond"
  9598. ]
  9599. },
  9600. {
  9601. "unified": "1F537",
  9602. "shortnames": [
  9603. "large_blue_diamond"
  9604. ]
  9605. },
  9606. {
  9607. "unified": "1F538",
  9608. "shortnames": [
  9609. "small_orange_diamond"
  9610. ]
  9611. },
  9612. {
  9613. "unified": "1F539",
  9614. "shortnames": [
  9615. "small_blue_diamond"
  9616. ]
  9617. },
  9618. {
  9619. "unified": "1F53A",
  9620. "shortnames": [
  9621. "small_red_triangle"
  9622. ]
  9623. },
  9624. {
  9625. "unified": "1F53B",
  9626. "shortnames": [
  9627. "small_red_triangle_down"
  9628. ]
  9629. },
  9630. {
  9631. "unified": "1F4A0",
  9632. "shortnames": [
  9633. "diamond_shape_with_a_dot_inside"
  9634. ]
  9635. },
  9636. {
  9637. "unified": "1F518",
  9638. "shortnames": [
  9639. "radio_button"
  9640. ]
  9641. },
  9642. {
  9643. "unified": "1F533",
  9644. "shortnames": [
  9645. "white_square_button"
  9646. ]
  9647. },
  9648. {
  9649. "unified": "1F532",
  9650. "shortnames": [
  9651. "black_square_button"
  9652. ]
  9653. }
  9654. ]
  9655. },
  9656. {
  9657. "name": "Flags",
  9658. "emojis": [
  9659. {
  9660. "unified": "1F3C1",
  9661. "shortnames": [
  9662. "checkered_flag"
  9663. ]
  9664. },
  9665. {
  9666. "unified": "1F6A9",
  9667. "shortnames": [
  9668. "triangular_flag_on_post"
  9669. ]
  9670. },
  9671. {
  9672. "unified": "1F38C",
  9673. "shortnames": [
  9674. "crossed_flags"
  9675. ]
  9676. },
  9677. {
  9678. "unified": "1F3F4",
  9679. "shortnames": [
  9680. "waving_black_flag"
  9681. ]
  9682. },
  9683. {
  9684. "unified": "1F3F3-FE0F",
  9685. "shortnames": [
  9686. "waving_white_flag"
  9687. ]
  9688. },
  9689. {
  9690. "unified": "1F3F3-FE0F-200D-1F308",
  9691. "shortnames": [
  9692. "rainbow-flag"
  9693. ]
  9694. },
  9695. {
  9696. "unified": "1F3F3-FE0F-200D-26A7-FE0F",
  9697. "shortnames": [
  9698. "transgender_flag"
  9699. ]
  9700. },
  9701. {
  9702. "unified": "1F3F4-200D-2620-FE0F",
  9703. "shortnames": [
  9704. "pirate_flag"
  9705. ]
  9706. },
  9707. {
  9708. "unified": "1F1E6-1F1E8",
  9709. "shortnames": [
  9710. "flag-ac"
  9711. ]
  9712. },
  9713. {
  9714. "unified": "1F1E6-1F1E9",
  9715. "shortnames": [
  9716. "flag-ad"
  9717. ]
  9718. },
  9719. {
  9720. "unified": "1F1E6-1F1EA",
  9721. "shortnames": [
  9722. "flag-ae"
  9723. ]
  9724. },
  9725. {
  9726. "unified": "1F1E6-1F1EB",
  9727. "shortnames": [
  9728. "flag-af"
  9729. ]
  9730. },
  9731. {
  9732. "unified": "1F1E6-1F1EC",
  9733. "shortnames": [
  9734. "flag-ag"
  9735. ]
  9736. },
  9737. {
  9738. "unified": "1F1E6-1F1EE",
  9739. "shortnames": [
  9740. "flag-ai"
  9741. ]
  9742. },
  9743. {
  9744. "unified": "1F1E6-1F1F1",
  9745. "shortnames": [
  9746. "flag-al"
  9747. ]
  9748. },
  9749. {
  9750. "unified": "1F1E6-1F1F2",
  9751. "shortnames": [
  9752. "flag-am"
  9753. ]
  9754. },
  9755. {
  9756. "unified": "1F1E6-1F1F4",
  9757. "shortnames": [
  9758. "flag-ao"
  9759. ]
  9760. },
  9761. {
  9762. "unified": "1F1E6-1F1F6",
  9763. "shortnames": [
  9764. "flag-aq"
  9765. ]
  9766. },
  9767. {
  9768. "unified": "1F1E6-1F1F7",
  9769. "shortnames": [
  9770. "flag-ar"
  9771. ]
  9772. },
  9773. {
  9774. "unified": "1F1E6-1F1F8",
  9775. "shortnames": [
  9776. "flag-as"
  9777. ]
  9778. },
  9779. {
  9780. "unified": "1F1E6-1F1F9",
  9781. "shortnames": [
  9782. "flag-at"
  9783. ]
  9784. },
  9785. {
  9786. "unified": "1F1E6-1F1FA",
  9787. "shortnames": [
  9788. "flag-au"
  9789. ]
  9790. },
  9791. {
  9792. "unified": "1F1E6-1F1FC",
  9793. "shortnames": [
  9794. "flag-aw"
  9795. ]
  9796. },
  9797. {
  9798. "unified": "1F1E6-1F1FD",
  9799. "shortnames": [
  9800. "flag-ax"
  9801. ]
  9802. },
  9803. {
  9804. "unified": "1F1E6-1F1FF",
  9805. "shortnames": [
  9806. "flag-az"
  9807. ]
  9808. },
  9809. {
  9810. "unified": "1F1E7-1F1E6",
  9811. "shortnames": [
  9812. "flag-ba"
  9813. ]
  9814. },
  9815. {
  9816. "unified": "1F1E7-1F1E7",
  9817. "shortnames": [
  9818. "flag-bb"
  9819. ]
  9820. },
  9821. {
  9822. "unified": "1F1E7-1F1E9",
  9823. "shortnames": [
  9824. "flag-bd"
  9825. ]
  9826. },
  9827. {
  9828. "unified": "1F1E7-1F1EA",
  9829. "shortnames": [
  9830. "flag-be"
  9831. ]
  9832. },
  9833. {
  9834. "unified": "1F1E7-1F1EB",
  9835. "shortnames": [
  9836. "flag-bf"
  9837. ]
  9838. },
  9839. {
  9840. "unified": "1F1E7-1F1EC",
  9841. "shortnames": [
  9842. "flag-bg"
  9843. ]
  9844. },
  9845. {
  9846. "unified": "1F1E7-1F1ED",
  9847. "shortnames": [
  9848. "flag-bh"
  9849. ]
  9850. },
  9851. {
  9852. "unified": "1F1E7-1F1EE",
  9853. "shortnames": [
  9854. "flag-bi"
  9855. ]
  9856. },
  9857. {
  9858. "unified": "1F1E7-1F1EF",
  9859. "shortnames": [
  9860. "flag-bj"
  9861. ]
  9862. },
  9863. {
  9864. "unified": "1F1E7-1F1F1",
  9865. "shortnames": [
  9866. "flag-bl"
  9867. ]
  9868. },
  9869. {
  9870. "unified": "1F1E7-1F1F2",
  9871. "shortnames": [
  9872. "flag-bm"
  9873. ]
  9874. },
  9875. {
  9876. "unified": "1F1E7-1F1F3",
  9877. "shortnames": [
  9878. "flag-bn"
  9879. ]
  9880. },
  9881. {
  9882. "unified": "1F1E7-1F1F4",
  9883. "shortnames": [
  9884. "flag-bo"
  9885. ]
  9886. },
  9887. {
  9888. "unified": "1F1E7-1F1F6",
  9889. "shortnames": [
  9890. "flag-bq"
  9891. ]
  9892. },
  9893. {
  9894. "unified": "1F1E7-1F1F7",
  9895. "shortnames": [
  9896. "flag-br"
  9897. ]
  9898. },
  9899. {
  9900. "unified": "1F1E7-1F1F8",
  9901. "shortnames": [
  9902. "flag-bs"
  9903. ]
  9904. },
  9905. {
  9906. "unified": "1F1E7-1F1F9",
  9907. "shortnames": [
  9908. "flag-bt"
  9909. ]
  9910. },
  9911. {
  9912. "unified": "1F1E7-1F1FB",
  9913. "shortnames": [
  9914. "flag-bv"
  9915. ]
  9916. },
  9917. {
  9918. "unified": "1F1E7-1F1FC",
  9919. "shortnames": [
  9920. "flag-bw"
  9921. ]
  9922. },
  9923. {
  9924. "unified": "1F1E7-1F1FE",
  9925. "shortnames": [
  9926. "flag-by"
  9927. ]
  9928. },
  9929. {
  9930. "unified": "1F1E7-1F1FF",
  9931. "shortnames": [
  9932. "flag-bz"
  9933. ]
  9934. },
  9935. {
  9936. "unified": "1F1E8-1F1E6",
  9937. "shortnames": [
  9938. "flag-ca"
  9939. ]
  9940. },
  9941. {
  9942. "unified": "1F1E8-1F1E8",
  9943. "shortnames": [
  9944. "flag-cc"
  9945. ]
  9946. },
  9947. {
  9948. "unified": "1F1E8-1F1E9",
  9949. "shortnames": [
  9950. "flag-cd"
  9951. ]
  9952. },
  9953. {
  9954. "unified": "1F1E8-1F1EB",
  9955. "shortnames": [
  9956. "flag-cf"
  9957. ]
  9958. },
  9959. {
  9960. "unified": "1F1E8-1F1EC",
  9961. "shortnames": [
  9962. "flag-cg"
  9963. ]
  9964. },
  9965. {
  9966. "unified": "1F1E8-1F1ED",
  9967. "shortnames": [
  9968. "flag-ch"
  9969. ]
  9970. },
  9971. {
  9972. "unified": "1F1E8-1F1EE",
  9973. "shortnames": [
  9974. "flag-ci"
  9975. ]
  9976. },
  9977. {
  9978. "unified": "1F1E8-1F1F0",
  9979. "shortnames": [
  9980. "flag-ck"
  9981. ]
  9982. },
  9983. {
  9984. "unified": "1F1E8-1F1F1",
  9985. "shortnames": [
  9986. "flag-cl"
  9987. ]
  9988. },
  9989. {
  9990. "unified": "1F1E8-1F1F2",
  9991. "shortnames": [
  9992. "flag-cm"
  9993. ]
  9994. },
  9995. {
  9996. "unified": "1F1E8-1F1F3",
  9997. "shortnames": [
  9998. "cn"
  9999. ]
  10000. },
  10001. {
  10002. "unified": "1F1E8-1F1F4",
  10003. "shortnames": [
  10004. "flag-co"
  10005. ]
  10006. },
  10007. {
  10008. "unified": "1F1E8-1F1F5",
  10009. "shortnames": [
  10010. "flag-cp"
  10011. ]
  10012. },
  10013. {
  10014. "unified": "1F1E8-1F1F7",
  10015. "shortnames": [
  10016. "flag-cr"
  10017. ]
  10018. },
  10019. {
  10020. "unified": "1F1E8-1F1FA",
  10021. "shortnames": [
  10022. "flag-cu"
  10023. ]
  10024. },
  10025. {
  10026. "unified": "1F1E8-1F1FB",
  10027. "shortnames": [
  10028. "flag-cv"
  10029. ]
  10030. },
  10031. {
  10032. "unified": "1F1E8-1F1FC",
  10033. "shortnames": [
  10034. "flag-cw"
  10035. ]
  10036. },
  10037. {
  10038. "unified": "1F1E8-1F1FD",
  10039. "shortnames": [
  10040. "flag-cx"
  10041. ]
  10042. },
  10043. {
  10044. "unified": "1F1E8-1F1FE",
  10045. "shortnames": [
  10046. "flag-cy"
  10047. ]
  10048. },
  10049. {
  10050. "unified": "1F1E8-1F1FF",
  10051. "shortnames": [
  10052. "flag-cz"
  10053. ]
  10054. },
  10055. {
  10056. "unified": "1F1E9-1F1EA",
  10057. "shortnames": [
  10058. "de"
  10059. ]
  10060. },
  10061. {
  10062. "unified": "1F1E9-1F1EC",
  10063. "shortnames": [
  10064. "flag-dg"
  10065. ]
  10066. },
  10067. {
  10068. "unified": "1F1E9-1F1EF",
  10069. "shortnames": [
  10070. "flag-dj"
  10071. ]
  10072. },
  10073. {
  10074. "unified": "1F1E9-1F1F0",
  10075. "shortnames": [
  10076. "flag-dk"
  10077. ]
  10078. },
  10079. {
  10080. "unified": "1F1E9-1F1F2",
  10081. "shortnames": [
  10082. "flag-dm"
  10083. ]
  10084. },
  10085. {
  10086. "unified": "1F1E9-1F1F4",
  10087. "shortnames": [
  10088. "flag-do"
  10089. ]
  10090. },
  10091. {
  10092. "unified": "1F1E9-1F1FF",
  10093. "shortnames": [
  10094. "flag-dz"
  10095. ]
  10096. },
  10097. {
  10098. "unified": "1F1EA-1F1E6",
  10099. "shortnames": [
  10100. "flag-ea"
  10101. ]
  10102. },
  10103. {
  10104. "unified": "1F1EA-1F1E8",
  10105. "shortnames": [
  10106. "flag-ec"
  10107. ]
  10108. },
  10109. {
  10110. "unified": "1F1EA-1F1EA",
  10111. "shortnames": [
  10112. "flag-ee"
  10113. ]
  10114. },
  10115. {
  10116. "unified": "1F1EA-1F1EC",
  10117. "shortnames": [
  10118. "flag-eg"
  10119. ]
  10120. },
  10121. {
  10122. "unified": "1F1EA-1F1ED",
  10123. "shortnames": [
  10124. "flag-eh"
  10125. ]
  10126. },
  10127. {
  10128. "unified": "1F1EA-1F1F7",
  10129. "shortnames": [
  10130. "flag-er"
  10131. ]
  10132. },
  10133. {
  10134. "unified": "1F1EA-1F1F8",
  10135. "shortnames": [
  10136. "es"
  10137. ]
  10138. },
  10139. {
  10140. "unified": "1F1EA-1F1F9",
  10141. "shortnames": [
  10142. "flag-et"
  10143. ]
  10144. },
  10145. {
  10146. "unified": "1F1EA-1F1FA",
  10147. "shortnames": [
  10148. "flag-eu"
  10149. ]
  10150. },
  10151. {
  10152. "unified": "1F1EB-1F1EE",
  10153. "shortnames": [
  10154. "flag-fi"
  10155. ]
  10156. },
  10157. {
  10158. "unified": "1F1EB-1F1EF",
  10159. "shortnames": [
  10160. "flag-fj"
  10161. ]
  10162. },
  10163. {
  10164. "unified": "1F1EB-1F1F0",
  10165. "shortnames": [
  10166. "flag-fk"
  10167. ]
  10168. },
  10169. {
  10170. "unified": "1F1EB-1F1F2",
  10171. "shortnames": [
  10172. "flag-fm"
  10173. ]
  10174. },
  10175. {
  10176. "unified": "1F1EB-1F1F4",
  10177. "shortnames": [
  10178. "flag-fo"
  10179. ]
  10180. },
  10181. {
  10182. "unified": "1F1EB-1F1F7",
  10183. "shortnames": [
  10184. "fr"
  10185. ]
  10186. },
  10187. {
  10188. "unified": "1F1EC-1F1E6",
  10189. "shortnames": [
  10190. "flag-ga"
  10191. ]
  10192. },
  10193. {
  10194. "unified": "1F1EC-1F1E7",
  10195. "shortnames": [
  10196. "gb"
  10197. ]
  10198. },
  10199. {
  10200. "unified": "1F1EC-1F1E9",
  10201. "shortnames": [
  10202. "flag-gd"
  10203. ]
  10204. },
  10205. {
  10206. "unified": "1F1EC-1F1EA",
  10207. "shortnames": [
  10208. "flag-ge"
  10209. ]
  10210. },
  10211. {
  10212. "unified": "1F1EC-1F1EB",
  10213. "shortnames": [
  10214. "flag-gf"
  10215. ]
  10216. },
  10217. {
  10218. "unified": "1F1EC-1F1EC",
  10219. "shortnames": [
  10220. "flag-gg"
  10221. ]
  10222. },
  10223. {
  10224. "unified": "1F1EC-1F1ED",
  10225. "shortnames": [
  10226. "flag-gh"
  10227. ]
  10228. },
  10229. {
  10230. "unified": "1F1EC-1F1EE",
  10231. "shortnames": [
  10232. "flag-gi"
  10233. ]
  10234. },
  10235. {
  10236. "unified": "1F1EC-1F1F1",
  10237. "shortnames": [
  10238. "flag-gl"
  10239. ]
  10240. },
  10241. {
  10242. "unified": "1F1EC-1F1F2",
  10243. "shortnames": [
  10244. "flag-gm"
  10245. ]
  10246. },
  10247. {
  10248. "unified": "1F1EC-1F1F3",
  10249. "shortnames": [
  10250. "flag-gn"
  10251. ]
  10252. },
  10253. {
  10254. "unified": "1F1EC-1F1F5",
  10255. "shortnames": [
  10256. "flag-gp"
  10257. ]
  10258. },
  10259. {
  10260. "unified": "1F1EC-1F1F6",
  10261. "shortnames": [
  10262. "flag-gq"
  10263. ]
  10264. },
  10265. {
  10266. "unified": "1F1EC-1F1F7",
  10267. "shortnames": [
  10268. "flag-gr"
  10269. ]
  10270. },
  10271. {
  10272. "unified": "1F1EC-1F1F8",
  10273. "shortnames": [
  10274. "flag-gs"
  10275. ]
  10276. },
  10277. {
  10278. "unified": "1F1EC-1F1F9",
  10279. "shortnames": [
  10280. "flag-gt"
  10281. ]
  10282. },
  10283. {
  10284. "unified": "1F1EC-1F1FA",
  10285. "shortnames": [
  10286. "flag-gu"
  10287. ]
  10288. },
  10289. {
  10290. "unified": "1F1EC-1F1FC",
  10291. "shortnames": [
  10292. "flag-gw"
  10293. ]
  10294. },
  10295. {
  10296. "unified": "1F1EC-1F1FE",
  10297. "shortnames": [
  10298. "flag-gy"
  10299. ]
  10300. },
  10301. {
  10302. "unified": "1F1ED-1F1F0",
  10303. "shortnames": [
  10304. "flag-hk"
  10305. ]
  10306. },
  10307. {
  10308. "unified": "1F1ED-1F1F2",
  10309. "shortnames": [
  10310. "flag-hm"
  10311. ]
  10312. },
  10313. {
  10314. "unified": "1F1ED-1F1F3",
  10315. "shortnames": [
  10316. "flag-hn"
  10317. ]
  10318. },
  10319. {
  10320. "unified": "1F1ED-1F1F7",
  10321. "shortnames": [
  10322. "flag-hr"
  10323. ]
  10324. },
  10325. {
  10326. "unified": "1F1ED-1F1F9",
  10327. "shortnames": [
  10328. "flag-ht"
  10329. ]
  10330. },
  10331. {
  10332. "unified": "1F1ED-1F1FA",
  10333. "shortnames": [
  10334. "flag-hu"
  10335. ]
  10336. },
  10337. {
  10338. "unified": "1F1EE-1F1E8",
  10339. "shortnames": [
  10340. "flag-ic"
  10341. ]
  10342. },
  10343. {
  10344. "unified": "1F1EE-1F1E9",
  10345. "shortnames": [
  10346. "flag-id"
  10347. ]
  10348. },
  10349. {
  10350. "unified": "1F1EE-1F1EA",
  10351. "shortnames": [
  10352. "flag-ie"
  10353. ]
  10354. },
  10355. {
  10356. "unified": "1F1EE-1F1F1",
  10357. "shortnames": [
  10358. "flag-il"
  10359. ]
  10360. },
  10361. {
  10362. "unified": "1F1EE-1F1F2",
  10363. "shortnames": [
  10364. "flag-im"
  10365. ]
  10366. },
  10367. {
  10368. "unified": "1F1EE-1F1F3",
  10369. "shortnames": [
  10370. "flag-in"
  10371. ]
  10372. },
  10373. {
  10374. "unified": "1F1EE-1F1F4",
  10375. "shortnames": [
  10376. "flag-io"
  10377. ]
  10378. },
  10379. {
  10380. "unified": "1F1EE-1F1F6",
  10381. "shortnames": [
  10382. "flag-iq"
  10383. ]
  10384. },
  10385. {
  10386. "unified": "1F1EE-1F1F7",
  10387. "shortnames": [
  10388. "flag-ir"
  10389. ]
  10390. },
  10391. {
  10392. "unified": "1F1EE-1F1F8",
  10393. "shortnames": [
  10394. "flag-is"
  10395. ]
  10396. },
  10397. {
  10398. "unified": "1F1EE-1F1F9",
  10399. "shortnames": [
  10400. "it"
  10401. ]
  10402. },
  10403. {
  10404. "unified": "1F1EF-1F1EA",
  10405. "shortnames": [
  10406. "flag-je"
  10407. ]
  10408. },
  10409. {
  10410. "unified": "1F1EF-1F1F2",
  10411. "shortnames": [
  10412. "flag-jm"
  10413. ]
  10414. },
  10415. {
  10416. "unified": "1F1EF-1F1F4",
  10417. "shortnames": [
  10418. "flag-jo"
  10419. ]
  10420. },
  10421. {
  10422. "unified": "1F1EF-1F1F5",
  10423. "shortnames": [
  10424. "jp"
  10425. ]
  10426. },
  10427. {
  10428. "unified": "1F1F0-1F1EA",
  10429. "shortnames": [
  10430. "flag-ke"
  10431. ]
  10432. },
  10433. {
  10434. "unified": "1F1F0-1F1EC",
  10435. "shortnames": [
  10436. "flag-kg"
  10437. ]
  10438. },
  10439. {
  10440. "unified": "1F1F0-1F1ED",
  10441. "shortnames": [
  10442. "flag-kh"
  10443. ]
  10444. },
  10445. {
  10446. "unified": "1F1F0-1F1EE",
  10447. "shortnames": [
  10448. "flag-ki"
  10449. ]
  10450. },
  10451. {
  10452. "unified": "1F1F0-1F1F2",
  10453. "shortnames": [
  10454. "flag-km"
  10455. ]
  10456. },
  10457. {
  10458. "unified": "1F1F0-1F1F3",
  10459. "shortnames": [
  10460. "flag-kn"
  10461. ]
  10462. },
  10463. {
  10464. "unified": "1F1F0-1F1F5",
  10465. "shortnames": [
  10466. "flag-kp"
  10467. ]
  10468. },
  10469. {
  10470. "unified": "1F1F0-1F1F7",
  10471. "shortnames": [
  10472. "kr"
  10473. ]
  10474. },
  10475. {
  10476. "unified": "1F1F0-1F1FC",
  10477. "shortnames": [
  10478. "flag-kw"
  10479. ]
  10480. },
  10481. {
  10482. "unified": "1F1F0-1F1FE",
  10483. "shortnames": [
  10484. "flag-ky"
  10485. ]
  10486. },
  10487. {
  10488. "unified": "1F1F0-1F1FF",
  10489. "shortnames": [
  10490. "flag-kz"
  10491. ]
  10492. },
  10493. {
  10494. "unified": "1F1F1-1F1E6",
  10495. "shortnames": [
  10496. "flag-la"
  10497. ]
  10498. },
  10499. {
  10500. "unified": "1F1F1-1F1E7",
  10501. "shortnames": [
  10502. "flag-lb"
  10503. ]
  10504. },
  10505. {
  10506. "unified": "1F1F1-1F1E8",
  10507. "shortnames": [
  10508. "flag-lc"
  10509. ]
  10510. },
  10511. {
  10512. "unified": "1F1F1-1F1EE",
  10513. "shortnames": [
  10514. "flag-li"
  10515. ]
  10516. },
  10517. {
  10518. "unified": "1F1F1-1F1F0",
  10519. "shortnames": [
  10520. "flag-lk"
  10521. ]
  10522. },
  10523. {
  10524. "unified": "1F1F1-1F1F7",
  10525. "shortnames": [
  10526. "flag-lr"
  10527. ]
  10528. },
  10529. {
  10530. "unified": "1F1F1-1F1F8",
  10531. "shortnames": [
  10532. "flag-ls"
  10533. ]
  10534. },
  10535. {
  10536. "unified": "1F1F1-1F1F9",
  10537. "shortnames": [
  10538. "flag-lt"
  10539. ]
  10540. },
  10541. {
  10542. "unified": "1F1F1-1F1FA",
  10543. "shortnames": [
  10544. "flag-lu"
  10545. ]
  10546. },
  10547. {
  10548. "unified": "1F1F1-1F1FB",
  10549. "shortnames": [
  10550. "flag-lv"
  10551. ]
  10552. },
  10553. {
  10554. "unified": "1F1F1-1F1FE",
  10555. "shortnames": [
  10556. "flag-ly"
  10557. ]
  10558. },
  10559. {
  10560. "unified": "1F1F2-1F1E6",
  10561. "shortnames": [
  10562. "flag-ma"
  10563. ]
  10564. },
  10565. {
  10566. "unified": "1F1F2-1F1E8",
  10567. "shortnames": [
  10568. "flag-mc"
  10569. ]
  10570. },
  10571. {
  10572. "unified": "1F1F2-1F1E9",
  10573. "shortnames": [
  10574. "flag-md"
  10575. ]
  10576. },
  10577. {
  10578. "unified": "1F1F2-1F1EA",
  10579. "shortnames": [
  10580. "flag-me"
  10581. ]
  10582. },
  10583. {
  10584. "unified": "1F1F2-1F1EB",
  10585. "shortnames": [
  10586. "flag-mf"
  10587. ]
  10588. },
  10589. {
  10590. "unified": "1F1F2-1F1EC",
  10591. "shortnames": [
  10592. "flag-mg"
  10593. ]
  10594. },
  10595. {
  10596. "unified": "1F1F2-1F1ED",
  10597. "shortnames": [
  10598. "flag-mh"
  10599. ]
  10600. },
  10601. {
  10602. "unified": "1F1F2-1F1F0",
  10603. "shortnames": [
  10604. "flag-mk"
  10605. ]
  10606. },
  10607. {
  10608. "unified": "1F1F2-1F1F1",
  10609. "shortnames": [
  10610. "flag-ml"
  10611. ]
  10612. },
  10613. {
  10614. "unified": "1F1F2-1F1F2",
  10615. "shortnames": [
  10616. "flag-mm"
  10617. ]
  10618. },
  10619. {
  10620. "unified": "1F1F2-1F1F3",
  10621. "shortnames": [
  10622. "flag-mn"
  10623. ]
  10624. },
  10625. {
  10626. "unified": "1F1F2-1F1F4",
  10627. "shortnames": [
  10628. "flag-mo"
  10629. ]
  10630. },
  10631. {
  10632. "unified": "1F1F2-1F1F5",
  10633. "shortnames": [
  10634. "flag-mp"
  10635. ]
  10636. },
  10637. {
  10638. "unified": "1F1F2-1F1F6",
  10639. "shortnames": [
  10640. "flag-mq"
  10641. ]
  10642. },
  10643. {
  10644. "unified": "1F1F2-1F1F7",
  10645. "shortnames": [
  10646. "flag-mr"
  10647. ]
  10648. },
  10649. {
  10650. "unified": "1F1F2-1F1F8",
  10651. "shortnames": [
  10652. "flag-ms"
  10653. ]
  10654. },
  10655. {
  10656. "unified": "1F1F2-1F1F9",
  10657. "shortnames": [
  10658. "flag-mt"
  10659. ]
  10660. },
  10661. {
  10662. "unified": "1F1F2-1F1FA",
  10663. "shortnames": [
  10664. "flag-mu"
  10665. ]
  10666. },
  10667. {
  10668. "unified": "1F1F2-1F1FB",
  10669. "shortnames": [
  10670. "flag-mv"
  10671. ]
  10672. },
  10673. {
  10674. "unified": "1F1F2-1F1FC",
  10675. "shortnames": [
  10676. "flag-mw"
  10677. ]
  10678. },
  10679. {
  10680. "unified": "1F1F2-1F1FD",
  10681. "shortnames": [
  10682. "flag-mx"
  10683. ]
  10684. },
  10685. {
  10686. "unified": "1F1F2-1F1FE",
  10687. "shortnames": [
  10688. "flag-my"
  10689. ]
  10690. },
  10691. {
  10692. "unified": "1F1F2-1F1FF",
  10693. "shortnames": [
  10694. "flag-mz"
  10695. ]
  10696. },
  10697. {
  10698. "unified": "1F1F3-1F1E6",
  10699. "shortnames": [
  10700. "flag-na"
  10701. ]
  10702. },
  10703. {
  10704. "unified": "1F1F3-1F1E8",
  10705. "shortnames": [
  10706. "flag-nc"
  10707. ]
  10708. },
  10709. {
  10710. "unified": "1F1F3-1F1EA",
  10711. "shortnames": [
  10712. "flag-ne"
  10713. ]
  10714. },
  10715. {
  10716. "unified": "1F1F3-1F1EB",
  10717. "shortnames": [
  10718. "flag-nf"
  10719. ]
  10720. },
  10721. {
  10722. "unified": "1F1F3-1F1EC",
  10723. "shortnames": [
  10724. "flag-ng"
  10725. ]
  10726. },
  10727. {
  10728. "unified": "1F1F3-1F1EE",
  10729. "shortnames": [
  10730. "flag-ni"
  10731. ]
  10732. },
  10733. {
  10734. "unified": "1F1F3-1F1F1",
  10735. "shortnames": [
  10736. "flag-nl"
  10737. ]
  10738. },
  10739. {
  10740. "unified": "1F1F3-1F1F4",
  10741. "shortnames": [
  10742. "flag-no"
  10743. ]
  10744. },
  10745. {
  10746. "unified": "1F1F3-1F1F5",
  10747. "shortnames": [
  10748. "flag-np"
  10749. ]
  10750. },
  10751. {
  10752. "unified": "1F1F3-1F1F7",
  10753. "shortnames": [
  10754. "flag-nr"
  10755. ]
  10756. },
  10757. {
  10758. "unified": "1F1F3-1F1FA",
  10759. "shortnames": [
  10760. "flag-nu"
  10761. ]
  10762. },
  10763. {
  10764. "unified": "1F1F3-1F1FF",
  10765. "shortnames": [
  10766. "flag-nz"
  10767. ]
  10768. },
  10769. {
  10770. "unified": "1F1F4-1F1F2",
  10771. "shortnames": [
  10772. "flag-om"
  10773. ]
  10774. },
  10775. {
  10776. "unified": "1F1F5-1F1E6",
  10777. "shortnames": [
  10778. "flag-pa"
  10779. ]
  10780. },
  10781. {
  10782. "unified": "1F1F5-1F1EA",
  10783. "shortnames": [
  10784. "flag-pe"
  10785. ]
  10786. },
  10787. {
  10788. "unified": "1F1F5-1F1EB",
  10789. "shortnames": [
  10790. "flag-pf"
  10791. ]
  10792. },
  10793. {
  10794. "unified": "1F1F5-1F1EC",
  10795. "shortnames": [
  10796. "flag-pg"
  10797. ]
  10798. },
  10799. {
  10800. "unified": "1F1F5-1F1ED",
  10801. "shortnames": [
  10802. "flag-ph"
  10803. ]
  10804. },
  10805. {
  10806. "unified": "1F1F5-1F1F0",
  10807. "shortnames": [
  10808. "flag-pk"
  10809. ]
  10810. },
  10811. {
  10812. "unified": "1F1F5-1F1F1",
  10813. "shortnames": [
  10814. "flag-pl"
  10815. ]
  10816. },
  10817. {
  10818. "unified": "1F1F5-1F1F2",
  10819. "shortnames": [
  10820. "flag-pm"
  10821. ]
  10822. },
  10823. {
  10824. "unified": "1F1F5-1F1F3",
  10825. "shortnames": [
  10826. "flag-pn"
  10827. ]
  10828. },
  10829. {
  10830. "unified": "1F1F5-1F1F7",
  10831. "shortnames": [
  10832. "flag-pr"
  10833. ]
  10834. },
  10835. {
  10836. "unified": "1F1F5-1F1F8",
  10837. "shortnames": [
  10838. "flag-ps"
  10839. ]
  10840. },
  10841. {
  10842. "unified": "1F1F5-1F1F9",
  10843. "shortnames": [
  10844. "flag-pt"
  10845. ]
  10846. },
  10847. {
  10848. "unified": "1F1F5-1F1FC",
  10849. "shortnames": [
  10850. "flag-pw"
  10851. ]
  10852. },
  10853. {
  10854. "unified": "1F1F5-1F1FE",
  10855. "shortnames": [
  10856. "flag-py"
  10857. ]
  10858. },
  10859. {
  10860. "unified": "1F1F6-1F1E6",
  10861. "shortnames": [
  10862. "flag-qa"
  10863. ]
  10864. },
  10865. {
  10866. "unified": "1F1F7-1F1EA",
  10867. "shortnames": [
  10868. "flag-re"
  10869. ]
  10870. },
  10871. {
  10872. "unified": "1F1F7-1F1F4",
  10873. "shortnames": [
  10874. "flag-ro"
  10875. ]
  10876. },
  10877. {
  10878. "unified": "1F1F7-1F1F8",
  10879. "shortnames": [
  10880. "flag-rs"
  10881. ]
  10882. },
  10883. {
  10884. "unified": "1F1F7-1F1FA",
  10885. "shortnames": [
  10886. "ru"
  10887. ]
  10888. },
  10889. {
  10890. "unified": "1F1F7-1F1FC",
  10891. "shortnames": [
  10892. "flag-rw"
  10893. ]
  10894. },
  10895. {
  10896. "unified": "1F1F8-1F1E6",
  10897. "shortnames": [
  10898. "flag-sa"
  10899. ]
  10900. },
  10901. {
  10902. "unified": "1F1F8-1F1E7",
  10903. "shortnames": [
  10904. "flag-sb"
  10905. ]
  10906. },
  10907. {
  10908. "unified": "1F1F8-1F1E8",
  10909. "shortnames": [
  10910. "flag-sc"
  10911. ]
  10912. },
  10913. {
  10914. "unified": "1F1F8-1F1E9",
  10915. "shortnames": [
  10916. "flag-sd"
  10917. ]
  10918. },
  10919. {
  10920. "unified": "1F1F8-1F1EA",
  10921. "shortnames": [
  10922. "flag-se"
  10923. ]
  10924. },
  10925. {
  10926. "unified": "1F1F8-1F1EC",
  10927. "shortnames": [
  10928. "flag-sg"
  10929. ]
  10930. },
  10931. {
  10932. "unified": "1F1F8-1F1ED",
  10933. "shortnames": [
  10934. "flag-sh"
  10935. ]
  10936. },
  10937. {
  10938. "unified": "1F1F8-1F1EE",
  10939. "shortnames": [
  10940. "flag-si"
  10941. ]
  10942. },
  10943. {
  10944. "unified": "1F1F8-1F1EF",
  10945. "shortnames": [
  10946. "flag-sj"
  10947. ]
  10948. },
  10949. {
  10950. "unified": "1F1F8-1F1F0",
  10951. "shortnames": [
  10952. "flag-sk"
  10953. ]
  10954. },
  10955. {
  10956. "unified": "1F1F8-1F1F1",
  10957. "shortnames": [
  10958. "flag-sl"
  10959. ]
  10960. },
  10961. {
  10962. "unified": "1F1F8-1F1F2",
  10963. "shortnames": [
  10964. "flag-sm"
  10965. ]
  10966. },
  10967. {
  10968. "unified": "1F1F8-1F1F3",
  10969. "shortnames": [
  10970. "flag-sn"
  10971. ]
  10972. },
  10973. {
  10974. "unified": "1F1F8-1F1F4",
  10975. "shortnames": [
  10976. "flag-so"
  10977. ]
  10978. },
  10979. {
  10980. "unified": "1F1F8-1F1F7",
  10981. "shortnames": [
  10982. "flag-sr"
  10983. ]
  10984. },
  10985. {
  10986. "unified": "1F1F8-1F1F8",
  10987. "shortnames": [
  10988. "flag-ss"
  10989. ]
  10990. },
  10991. {
  10992. "unified": "1F1F8-1F1F9",
  10993. "shortnames": [
  10994. "flag-st"
  10995. ]
  10996. },
  10997. {
  10998. "unified": "1F1F8-1F1FB",
  10999. "shortnames": [
  11000. "flag-sv"
  11001. ]
  11002. },
  11003. {
  11004. "unified": "1F1F8-1F1FD",
  11005. "shortnames": [
  11006. "flag-sx"
  11007. ]
  11008. },
  11009. {
  11010. "unified": "1F1F8-1F1FE",
  11011. "shortnames": [
  11012. "flag-sy"
  11013. ]
  11014. },
  11015. {
  11016. "unified": "1F1F8-1F1FF",
  11017. "shortnames": [
  11018. "flag-sz"
  11019. ]
  11020. },
  11021. {
  11022. "unified": "1F1F9-1F1E6",
  11023. "shortnames": [
  11024. "flag-ta"
  11025. ]
  11026. },
  11027. {
  11028. "unified": "1F1F9-1F1E8",
  11029. "shortnames": [
  11030. "flag-tc"
  11031. ]
  11032. },
  11033. {
  11034. "unified": "1F1F9-1F1E9",
  11035. "shortnames": [
  11036. "flag-td"
  11037. ]
  11038. },
  11039. {
  11040. "unified": "1F1F9-1F1EB",
  11041. "shortnames": [
  11042. "flag-tf"
  11043. ]
  11044. },
  11045. {
  11046. "unified": "1F1F9-1F1EC",
  11047. "shortnames": [
  11048. "flag-tg"
  11049. ]
  11050. },
  11051. {
  11052. "unified": "1F1F9-1F1ED",
  11053. "shortnames": [
  11054. "flag-th"
  11055. ]
  11056. },
  11057. {
  11058. "unified": "1F1F9-1F1EF",
  11059. "shortnames": [
  11060. "flag-tj"
  11061. ]
  11062. },
  11063. {
  11064. "unified": "1F1F9-1F1F0",
  11065. "shortnames": [
  11066. "flag-tk"
  11067. ]
  11068. },
  11069. {
  11070. "unified": "1F1F9-1F1F1",
  11071. "shortnames": [
  11072. "flag-tl"
  11073. ]
  11074. },
  11075. {
  11076. "unified": "1F1F9-1F1F2",
  11077. "shortnames": [
  11078. "flag-tm"
  11079. ]
  11080. },
  11081. {
  11082. "unified": "1F1F9-1F1F3",
  11083. "shortnames": [
  11084. "flag-tn"
  11085. ]
  11086. },
  11087. {
  11088. "unified": "1F1F9-1F1F4",
  11089. "shortnames": [
  11090. "flag-to"
  11091. ]
  11092. },
  11093. {
  11094. "unified": "1F1F9-1F1F7",
  11095. "shortnames": [
  11096. "flag-tr"
  11097. ]
  11098. },
  11099. {
  11100. "unified": "1F1F9-1F1F9",
  11101. "shortnames": [
  11102. "flag-tt"
  11103. ]
  11104. },
  11105. {
  11106. "unified": "1F1F9-1F1FB",
  11107. "shortnames": [
  11108. "flag-tv"
  11109. ]
  11110. },
  11111. {
  11112. "unified": "1F1F9-1F1FC",
  11113. "shortnames": [
  11114. "flag-tw"
  11115. ]
  11116. },
  11117. {
  11118. "unified": "1F1F9-1F1FF",
  11119. "shortnames": [
  11120. "flag-tz"
  11121. ]
  11122. },
  11123. {
  11124. "unified": "1F1FA-1F1E6",
  11125. "shortnames": [
  11126. "flag-ua"
  11127. ]
  11128. },
  11129. {
  11130. "unified": "1F1FA-1F1EC",
  11131. "shortnames": [
  11132. "flag-ug"
  11133. ]
  11134. },
  11135. {
  11136. "unified": "1F1FA-1F1F2",
  11137. "shortnames": [
  11138. "flag-um"
  11139. ]
  11140. },
  11141. {
  11142. "unified": "1F1FA-1F1F3",
  11143. "shortnames": [
  11144. "flag-un"
  11145. ]
  11146. },
  11147. {
  11148. "unified": "1F1FA-1F1F8",
  11149. "shortnames": [
  11150. "us"
  11151. ]
  11152. },
  11153. {
  11154. "unified": "1F1FA-1F1FE",
  11155. "shortnames": [
  11156. "flag-uy"
  11157. ]
  11158. },
  11159. {
  11160. "unified": "1F1FA-1F1FF",
  11161. "shortnames": [
  11162. "flag-uz"
  11163. ]
  11164. },
  11165. {
  11166. "unified": "1F1FB-1F1E6",
  11167. "shortnames": [
  11168. "flag-va"
  11169. ]
  11170. },
  11171. {
  11172. "unified": "1F1FB-1F1E8",
  11173. "shortnames": [
  11174. "flag-vc"
  11175. ]
  11176. },
  11177. {
  11178. "unified": "1F1FB-1F1EA",
  11179. "shortnames": [
  11180. "flag-ve"
  11181. ]
  11182. },
  11183. {
  11184. "unified": "1F1FB-1F1EC",
  11185. "shortnames": [
  11186. "flag-vg"
  11187. ]
  11188. },
  11189. {
  11190. "unified": "1F1FB-1F1EE",
  11191. "shortnames": [
  11192. "flag-vi"
  11193. ]
  11194. },
  11195. {
  11196. "unified": "1F1FB-1F1F3",
  11197. "shortnames": [
  11198. "flag-vn"
  11199. ]
  11200. },
  11201. {
  11202. "unified": "1F1FB-1F1FA",
  11203. "shortnames": [
  11204. "flag-vu"
  11205. ]
  11206. },
  11207. {
  11208. "unified": "1F1FC-1F1EB",
  11209. "shortnames": [
  11210. "flag-wf"
  11211. ]
  11212. },
  11213. {
  11214. "unified": "1F1FC-1F1F8",
  11215. "shortnames": [
  11216. "flag-ws"
  11217. ]
  11218. },
  11219. {
  11220. "unified": "1F1FD-1F1F0",
  11221. "shortnames": [
  11222. "flag-xk"
  11223. ]
  11224. },
  11225. {
  11226. "unified": "1F1FE-1F1EA",
  11227. "shortnames": [
  11228. "flag-ye"
  11229. ]
  11230. },
  11231. {
  11232. "unified": "1F1FE-1F1F9",
  11233. "shortnames": [
  11234. "flag-yt"
  11235. ]
  11236. },
  11237. {
  11238. "unified": "1F1FF-1F1E6",
  11239. "shortnames": [
  11240. "flag-za"
  11241. ]
  11242. },
  11243. {
  11244. "unified": "1F1FF-1F1F2",
  11245. "shortnames": [
  11246. "flag-zm"
  11247. ]
  11248. },
  11249. {
  11250. "unified": "1F1FF-1F1FC",
  11251. "shortnames": [
  11252. "flag-zw"
  11253. ]
  11254. },
  11255. {
  11256. "unified": "1F3F4-E0067-E0062-E0065-E006E-E0067-E007F",
  11257. "shortnames": [
  11258. "flag-england"
  11259. ]
  11260. },
  11261. {
  11262. "unified": "1F3F4-E0067-E0062-E0073-E0063-E0074-E007F",
  11263. "shortnames": [
  11264. "flag-scotland"
  11265. ]
  11266. },
  11267. {
  11268. "unified": "1F3F4-E0067-E0062-E0077-E006C-E0073-E007F",
  11269. "shortnames": [
  11270. "flag-wales"
  11271. ]
  11272. }
  11273. ]
  11274. }
  11275. ];
  11276. export const byShortName = {
  11277. "hash": "0023-FE0F-20E3",
  11278. "keycap_star": "002A-FE0F-20E3",
  11279. "zero": "0030-FE0F-20E3",
  11280. "one": "0031-FE0F-20E3",
  11281. "two": "0032-FE0F-20E3",
  11282. "three": "0033-FE0F-20E3",
  11283. "four": "0034-FE0F-20E3",
  11284. "five": "0035-FE0F-20E3",
  11285. "six": "0036-FE0F-20E3",
  11286. "seven": "0037-FE0F-20E3",
  11287. "eight": "0038-FE0F-20E3",
  11288. "nine": "0039-FE0F-20E3",
  11289. "copyright": "00A9-FE0F",
  11290. "registered": "00AE-FE0F",
  11291. "mahjong": "1F004",
  11292. "black_joker": "1F0CF",
  11293. "a": "1F170-FE0F",
  11294. "b": "1F171-FE0F",
  11295. "o2": "1F17E-FE0F",
  11296. "parking": "1F17F-FE0F",
  11297. "ab": "1F18E",
  11298. "cl": "1F191",
  11299. "cool": "1F192",
  11300. "free": "1F193",
  11301. "id": "1F194",
  11302. "new": "1F195",
  11303. "ng": "1F196",
  11304. "ok": "1F197",
  11305. "sos": "1F198",
  11306. "up": "1F199",
  11307. "vs": "1F19A",
  11308. "flag-ac": "1F1E6-1F1E8",
  11309. "flag-ad": "1F1E6-1F1E9",
  11310. "flag-ae": "1F1E6-1F1EA",
  11311. "flag-af": "1F1E6-1F1EB",
  11312. "flag-ag": "1F1E6-1F1EC",
  11313. "flag-ai": "1F1E6-1F1EE",
  11314. "flag-al": "1F1E6-1F1F1",
  11315. "flag-am": "1F1E6-1F1F2",
  11316. "flag-ao": "1F1E6-1F1F4",
  11317. "flag-aq": "1F1E6-1F1F6",
  11318. "flag-ar": "1F1E6-1F1F7",
  11319. "flag-as": "1F1E6-1F1F8",
  11320. "flag-at": "1F1E6-1F1F9",
  11321. "flag-au": "1F1E6-1F1FA",
  11322. "flag-aw": "1F1E6-1F1FC",
  11323. "flag-ax": "1F1E6-1F1FD",
  11324. "flag-az": "1F1E6-1F1FF",
  11325. "flag-ba": "1F1E7-1F1E6",
  11326. "flag-bb": "1F1E7-1F1E7",
  11327. "flag-bd": "1F1E7-1F1E9",
  11328. "flag-be": "1F1E7-1F1EA",
  11329. "flag-bf": "1F1E7-1F1EB",
  11330. "flag-bg": "1F1E7-1F1EC",
  11331. "flag-bh": "1F1E7-1F1ED",
  11332. "flag-bi": "1F1E7-1F1EE",
  11333. "flag-bj": "1F1E7-1F1EF",
  11334. "flag-bl": "1F1E7-1F1F1",
  11335. "flag-bm": "1F1E7-1F1F2",
  11336. "flag-bn": "1F1E7-1F1F3",
  11337. "flag-bo": "1F1E7-1F1F4",
  11338. "flag-bq": "1F1E7-1F1F6",
  11339. "flag-br": "1F1E7-1F1F7",
  11340. "flag-bs": "1F1E7-1F1F8",
  11341. "flag-bt": "1F1E7-1F1F9",
  11342. "flag-bv": "1F1E7-1F1FB",
  11343. "flag-bw": "1F1E7-1F1FC",
  11344. "flag-by": "1F1E7-1F1FE",
  11345. "flag-bz": "1F1E7-1F1FF",
  11346. "flag-ca": "1F1E8-1F1E6",
  11347. "flag-cc": "1F1E8-1F1E8",
  11348. "flag-cd": "1F1E8-1F1E9",
  11349. "flag-cf": "1F1E8-1F1EB",
  11350. "flag-cg": "1F1E8-1F1EC",
  11351. "flag-ch": "1F1E8-1F1ED",
  11352. "flag-ci": "1F1E8-1F1EE",
  11353. "flag-ck": "1F1E8-1F1F0",
  11354. "flag-cl": "1F1E8-1F1F1",
  11355. "flag-cm": "1F1E8-1F1F2",
  11356. "cn": "1F1E8-1F1F3",
  11357. "flag-co": "1F1E8-1F1F4",
  11358. "flag-cp": "1F1E8-1F1F5",
  11359. "flag-cr": "1F1E8-1F1F7",
  11360. "flag-cu": "1F1E8-1F1FA",
  11361. "flag-cv": "1F1E8-1F1FB",
  11362. "flag-cw": "1F1E8-1F1FC",
  11363. "flag-cx": "1F1E8-1F1FD",
  11364. "flag-cy": "1F1E8-1F1FE",
  11365. "flag-cz": "1F1E8-1F1FF",
  11366. "de": "1F1E9-1F1EA",
  11367. "flag-dg": "1F1E9-1F1EC",
  11368. "flag-dj": "1F1E9-1F1EF",
  11369. "flag-dk": "1F1E9-1F1F0",
  11370. "flag-dm": "1F1E9-1F1F2",
  11371. "flag-do": "1F1E9-1F1F4",
  11372. "flag-dz": "1F1E9-1F1FF",
  11373. "flag-ea": "1F1EA-1F1E6",
  11374. "flag-ec": "1F1EA-1F1E8",
  11375. "flag-ee": "1F1EA-1F1EA",
  11376. "flag-eg": "1F1EA-1F1EC",
  11377. "flag-eh": "1F1EA-1F1ED",
  11378. "flag-er": "1F1EA-1F1F7",
  11379. "es": "1F1EA-1F1F8",
  11380. "flag-et": "1F1EA-1F1F9",
  11381. "flag-eu": "1F1EA-1F1FA",
  11382. "flag-fi": "1F1EB-1F1EE",
  11383. "flag-fj": "1F1EB-1F1EF",
  11384. "flag-fk": "1F1EB-1F1F0",
  11385. "flag-fm": "1F1EB-1F1F2",
  11386. "flag-fo": "1F1EB-1F1F4",
  11387. "fr": "1F1EB-1F1F7",
  11388. "flag-ga": "1F1EC-1F1E6",
  11389. "gb": "1F1EC-1F1E7",
  11390. "flag-gd": "1F1EC-1F1E9",
  11391. "flag-ge": "1F1EC-1F1EA",
  11392. "flag-gf": "1F1EC-1F1EB",
  11393. "flag-gg": "1F1EC-1F1EC",
  11394. "flag-gh": "1F1EC-1F1ED",
  11395. "flag-gi": "1F1EC-1F1EE",
  11396. "flag-gl": "1F1EC-1F1F1",
  11397. "flag-gm": "1F1EC-1F1F2",
  11398. "flag-gn": "1F1EC-1F1F3",
  11399. "flag-gp": "1F1EC-1F1F5",
  11400. "flag-gq": "1F1EC-1F1F6",
  11401. "flag-gr": "1F1EC-1F1F7",
  11402. "flag-gs": "1F1EC-1F1F8",
  11403. "flag-gt": "1F1EC-1F1F9",
  11404. "flag-gu": "1F1EC-1F1FA",
  11405. "flag-gw": "1F1EC-1F1FC",
  11406. "flag-gy": "1F1EC-1F1FE",
  11407. "flag-hk": "1F1ED-1F1F0",
  11408. "flag-hm": "1F1ED-1F1F2",
  11409. "flag-hn": "1F1ED-1F1F3",
  11410. "flag-hr": "1F1ED-1F1F7",
  11411. "flag-ht": "1F1ED-1F1F9",
  11412. "flag-hu": "1F1ED-1F1FA",
  11413. "flag-ic": "1F1EE-1F1E8",
  11414. "flag-id": "1F1EE-1F1E9",
  11415. "flag-ie": "1F1EE-1F1EA",
  11416. "flag-il": "1F1EE-1F1F1",
  11417. "flag-im": "1F1EE-1F1F2",
  11418. "flag-in": "1F1EE-1F1F3",
  11419. "flag-io": "1F1EE-1F1F4",
  11420. "flag-iq": "1F1EE-1F1F6",
  11421. "flag-ir": "1F1EE-1F1F7",
  11422. "flag-is": "1F1EE-1F1F8",
  11423. "it": "1F1EE-1F1F9",
  11424. "flag-je": "1F1EF-1F1EA",
  11425. "flag-jm": "1F1EF-1F1F2",
  11426. "flag-jo": "1F1EF-1F1F4",
  11427. "jp": "1F1EF-1F1F5",
  11428. "flag-ke": "1F1F0-1F1EA",
  11429. "flag-kg": "1F1F0-1F1EC",
  11430. "flag-kh": "1F1F0-1F1ED",
  11431. "flag-ki": "1F1F0-1F1EE",
  11432. "flag-km": "1F1F0-1F1F2",
  11433. "flag-kn": "1F1F0-1F1F3",
  11434. "flag-kp": "1F1F0-1F1F5",
  11435. "kr": "1F1F0-1F1F7",
  11436. "flag-kw": "1F1F0-1F1FC",
  11437. "flag-ky": "1F1F0-1F1FE",
  11438. "flag-kz": "1F1F0-1F1FF",
  11439. "flag-la": "1F1F1-1F1E6",
  11440. "flag-lb": "1F1F1-1F1E7",
  11441. "flag-lc": "1F1F1-1F1E8",
  11442. "flag-li": "1F1F1-1F1EE",
  11443. "flag-lk": "1F1F1-1F1F0",
  11444. "flag-lr": "1F1F1-1F1F7",
  11445. "flag-ls": "1F1F1-1F1F8",
  11446. "flag-lt": "1F1F1-1F1F9",
  11447. "flag-lu": "1F1F1-1F1FA",
  11448. "flag-lv": "1F1F1-1F1FB",
  11449. "flag-ly": "1F1F1-1F1FE",
  11450. "flag-ma": "1F1F2-1F1E6",
  11451. "flag-mc": "1F1F2-1F1E8",
  11452. "flag-md": "1F1F2-1F1E9",
  11453. "flag-me": "1F1F2-1F1EA",
  11454. "flag-mf": "1F1F2-1F1EB",
  11455. "flag-mg": "1F1F2-1F1EC",
  11456. "flag-mh": "1F1F2-1F1ED",
  11457. "flag-mk": "1F1F2-1F1F0",
  11458. "flag-ml": "1F1F2-1F1F1",
  11459. "flag-mm": "1F1F2-1F1F2",
  11460. "flag-mn": "1F1F2-1F1F3",
  11461. "flag-mo": "1F1F2-1F1F4",
  11462. "flag-mp": "1F1F2-1F1F5",
  11463. "flag-mq": "1F1F2-1F1F6",
  11464. "flag-mr": "1F1F2-1F1F7",
  11465. "flag-ms": "1F1F2-1F1F8",
  11466. "flag-mt": "1F1F2-1F1F9",
  11467. "flag-mu": "1F1F2-1F1FA",
  11468. "flag-mv": "1F1F2-1F1FB",
  11469. "flag-mw": "1F1F2-1F1FC",
  11470. "flag-mx": "1F1F2-1F1FD",
  11471. "flag-my": "1F1F2-1F1FE",
  11472. "flag-mz": "1F1F2-1F1FF",
  11473. "flag-na": "1F1F3-1F1E6",
  11474. "flag-nc": "1F1F3-1F1E8",
  11475. "flag-ne": "1F1F3-1F1EA",
  11476. "flag-nf": "1F1F3-1F1EB",
  11477. "flag-ng": "1F1F3-1F1EC",
  11478. "flag-ni": "1F1F3-1F1EE",
  11479. "flag-nl": "1F1F3-1F1F1",
  11480. "flag-no": "1F1F3-1F1F4",
  11481. "flag-np": "1F1F3-1F1F5",
  11482. "flag-nr": "1F1F3-1F1F7",
  11483. "flag-nu": "1F1F3-1F1FA",
  11484. "flag-nz": "1F1F3-1F1FF",
  11485. "flag-om": "1F1F4-1F1F2",
  11486. "flag-pa": "1F1F5-1F1E6",
  11487. "flag-pe": "1F1F5-1F1EA",
  11488. "flag-pf": "1F1F5-1F1EB",
  11489. "flag-pg": "1F1F5-1F1EC",
  11490. "flag-ph": "1F1F5-1F1ED",
  11491. "flag-pk": "1F1F5-1F1F0",
  11492. "flag-pl": "1F1F5-1F1F1",
  11493. "flag-pm": "1F1F5-1F1F2",
  11494. "flag-pn": "1F1F5-1F1F3",
  11495. "flag-pr": "1F1F5-1F1F7",
  11496. "flag-ps": "1F1F5-1F1F8",
  11497. "flag-pt": "1F1F5-1F1F9",
  11498. "flag-pw": "1F1F5-1F1FC",
  11499. "flag-py": "1F1F5-1F1FE",
  11500. "flag-qa": "1F1F6-1F1E6",
  11501. "flag-re": "1F1F7-1F1EA",
  11502. "flag-ro": "1F1F7-1F1F4",
  11503. "flag-rs": "1F1F7-1F1F8",
  11504. "ru": "1F1F7-1F1FA",
  11505. "flag-rw": "1F1F7-1F1FC",
  11506. "flag-sa": "1F1F8-1F1E6",
  11507. "flag-sb": "1F1F8-1F1E7",
  11508. "flag-sc": "1F1F8-1F1E8",
  11509. "flag-sd": "1F1F8-1F1E9",
  11510. "flag-se": "1F1F8-1F1EA",
  11511. "flag-sg": "1F1F8-1F1EC",
  11512. "flag-sh": "1F1F8-1F1ED",
  11513. "flag-si": "1F1F8-1F1EE",
  11514. "flag-sj": "1F1F8-1F1EF",
  11515. "flag-sk": "1F1F8-1F1F0",
  11516. "flag-sl": "1F1F8-1F1F1",
  11517. "flag-sm": "1F1F8-1F1F2",
  11518. "flag-sn": "1F1F8-1F1F3",
  11519. "flag-so": "1F1F8-1F1F4",
  11520. "flag-sr": "1F1F8-1F1F7",
  11521. "flag-ss": "1F1F8-1F1F8",
  11522. "flag-st": "1F1F8-1F1F9",
  11523. "flag-sv": "1F1F8-1F1FB",
  11524. "flag-sx": "1F1F8-1F1FD",
  11525. "flag-sy": "1F1F8-1F1FE",
  11526. "flag-sz": "1F1F8-1F1FF",
  11527. "flag-ta": "1F1F9-1F1E6",
  11528. "flag-tc": "1F1F9-1F1E8",
  11529. "flag-td": "1F1F9-1F1E9",
  11530. "flag-tf": "1F1F9-1F1EB",
  11531. "flag-tg": "1F1F9-1F1EC",
  11532. "flag-th": "1F1F9-1F1ED",
  11533. "flag-tj": "1F1F9-1F1EF",
  11534. "flag-tk": "1F1F9-1F1F0",
  11535. "flag-tl": "1F1F9-1F1F1",
  11536. "flag-tm": "1F1F9-1F1F2",
  11537. "flag-tn": "1F1F9-1F1F3",
  11538. "flag-to": "1F1F9-1F1F4",
  11539. "flag-tr": "1F1F9-1F1F7",
  11540. "flag-tt": "1F1F9-1F1F9",
  11541. "flag-tv": "1F1F9-1F1FB",
  11542. "flag-tw": "1F1F9-1F1FC",
  11543. "flag-tz": "1F1F9-1F1FF",
  11544. "flag-ua": "1F1FA-1F1E6",
  11545. "flag-ug": "1F1FA-1F1EC",
  11546. "flag-um": "1F1FA-1F1F2",
  11547. "flag-un": "1F1FA-1F1F3",
  11548. "us": "1F1FA-1F1F8",
  11549. "flag-uy": "1F1FA-1F1FE",
  11550. "flag-uz": "1F1FA-1F1FF",
  11551. "flag-va": "1F1FB-1F1E6",
  11552. "flag-vc": "1F1FB-1F1E8",
  11553. "flag-ve": "1F1FB-1F1EA",
  11554. "flag-vg": "1F1FB-1F1EC",
  11555. "flag-vi": "1F1FB-1F1EE",
  11556. "flag-vn": "1F1FB-1F1F3",
  11557. "flag-vu": "1F1FB-1F1FA",
  11558. "flag-wf": "1F1FC-1F1EB",
  11559. "flag-ws": "1F1FC-1F1F8",
  11560. "flag-xk": "1F1FD-1F1F0",
  11561. "flag-ye": "1F1FE-1F1EA",
  11562. "flag-yt": "1F1FE-1F1F9",
  11563. "flag-za": "1F1FF-1F1E6",
  11564. "flag-zm": "1F1FF-1F1F2",
  11565. "flag-zw": "1F1FF-1F1FC",
  11566. "koko": "1F201",
  11567. "sa": "1F202-FE0F",
  11568. "u7121": "1F21A",
  11569. "u6307": "1F22F",
  11570. "u7981": "1F232",
  11571. "u7a7a": "1F233",
  11572. "u5408": "1F234",
  11573. "u6e80": "1F235",
  11574. "u6709": "1F236",
  11575. "u6708": "1F237-FE0F",
  11576. "u7533": "1F238",
  11577. "u5272": "1F239",
  11578. "u55b6": "1F23A",
  11579. "ideograph_advantage": "1F250",
  11580. "accept": "1F251",
  11581. "cyclone": "1F300",
  11582. "foggy": "1F301",
  11583. "closed_umbrella": "1F302",
  11584. "night_with_stars": "1F303",
  11585. "sunrise_over_mountains": "1F304",
  11586. "sunrise": "1F305",
  11587. "city_sunset": "1F306",
  11588. "city_sunrise": "1F307",
  11589. "rainbow": "1F308",
  11590. "bridge_at_night": "1F309",
  11591. "ocean": "1F30A",
  11592. "volcano": "1F30B",
  11593. "milky_way": "1F30C",
  11594. "earth_africa": "1F30D",
  11595. "earth_americas": "1F30E",
  11596. "earth_asia": "1F30F",
  11597. "globe_with_meridians": "1F310",
  11598. "new_moon": "1F311",
  11599. "waxing_crescent_moon": "1F312",
  11600. "first_quarter_moon": "1F313",
  11601. "moon": "1F314",
  11602. "full_moon": "1F315",
  11603. "waning_gibbous_moon": "1F316",
  11604. "last_quarter_moon": "1F317",
  11605. "waning_crescent_moon": "1F318",
  11606. "crescent_moon": "1F319",
  11607. "new_moon_with_face": "1F31A",
  11608. "first_quarter_moon_with_face": "1F31B",
  11609. "last_quarter_moon_with_face": "1F31C",
  11610. "full_moon_with_face": "1F31D",
  11611. "sun_with_face": "1F31E",
  11612. "star2": "1F31F",
  11613. "stars": "1F320",
  11614. "thermometer": "1F321-FE0F",
  11615. "mostly_sunny": "1F324-FE0F",
  11616. "barely_sunny": "1F325-FE0F",
  11617. "partly_sunny_rain": "1F326-FE0F",
  11618. "rain_cloud": "1F327-FE0F",
  11619. "snow_cloud": "1F328-FE0F",
  11620. "lightning": "1F329-FE0F",
  11621. "tornado": "1F32A-FE0F",
  11622. "fog": "1F32B-FE0F",
  11623. "wind_blowing_face": "1F32C-FE0F",
  11624. "hotdog": "1F32D",
  11625. "taco": "1F32E",
  11626. "burrito": "1F32F",
  11627. "chestnut": "1F330",
  11628. "seedling": "1F331",
  11629. "evergreen_tree": "1F332",
  11630. "deciduous_tree": "1F333",
  11631. "palm_tree": "1F334",
  11632. "cactus": "1F335",
  11633. "hot_pepper": "1F336-FE0F",
  11634. "tulip": "1F337",
  11635. "cherry_blossom": "1F338",
  11636. "rose": "1F339",
  11637. "hibiscus": "1F33A",
  11638. "sunflower": "1F33B",
  11639. "blossom": "1F33C",
  11640. "corn": "1F33D",
  11641. "ear_of_rice": "1F33E",
  11642. "herb": "1F33F",
  11643. "four_leaf_clover": "1F340",
  11644. "maple_leaf": "1F341",
  11645. "fallen_leaf": "1F342",
  11646. "leaves": "1F343",
  11647. "brown_mushroom": "1F344-200D-1F7EB",
  11648. "mushroom": "1F344",
  11649. "tomato": "1F345",
  11650. "eggplant": "1F346",
  11651. "grapes": "1F347",
  11652. "melon": "1F348",
  11653. "watermelon": "1F349",
  11654. "tangerine": "1F34A",
  11655. "lime": "1F34B-200D-1F7E9",
  11656. "lemon": "1F34B",
  11657. "banana": "1F34C",
  11658. "pineapple": "1F34D",
  11659. "apple": "1F34E",
  11660. "green_apple": "1F34F",
  11661. "pear": "1F350",
  11662. "peach": "1F351",
  11663. "cherries": "1F352",
  11664. "strawberry": "1F353",
  11665. "hamburger": "1F354",
  11666. "pizza": "1F355",
  11667. "meat_on_bone": "1F356",
  11668. "poultry_leg": "1F357",
  11669. "rice_cracker": "1F358",
  11670. "rice_ball": "1F359",
  11671. "rice": "1F35A",
  11672. "curry": "1F35B",
  11673. "ramen": "1F35C",
  11674. "spaghetti": "1F35D",
  11675. "bread": "1F35E",
  11676. "fries": "1F35F",
  11677. "sweet_potato": "1F360",
  11678. "dango": "1F361",
  11679. "oden": "1F362",
  11680. "sushi": "1F363",
  11681. "fried_shrimp": "1F364",
  11682. "fish_cake": "1F365",
  11683. "icecream": "1F366",
  11684. "shaved_ice": "1F367",
  11685. "ice_cream": "1F368",
  11686. "doughnut": "1F369",
  11687. "cookie": "1F36A",
  11688. "chocolate_bar": "1F36B",
  11689. "candy": "1F36C",
  11690. "lollipop": "1F36D",
  11691. "custard": "1F36E",
  11692. "honey_pot": "1F36F",
  11693. "cake": "1F370",
  11694. "bento": "1F371",
  11695. "stew": "1F372",
  11696. "fried_egg": "1F373",
  11697. "fork_and_knife": "1F374",
  11698. "tea": "1F375",
  11699. "sake": "1F376",
  11700. "wine_glass": "1F377",
  11701. "cocktail": "1F378",
  11702. "tropical_drink": "1F379",
  11703. "beer": "1F37A",
  11704. "beers": "1F37B",
  11705. "baby_bottle": "1F37C",
  11706. "knife_fork_plate": "1F37D-FE0F",
  11707. "champagne": "1F37E",
  11708. "popcorn": "1F37F",
  11709. "ribbon": "1F380",
  11710. "gift": "1F381",
  11711. "birthday": "1F382",
  11712. "jack_o_lantern": "1F383",
  11713. "christmas_tree": "1F384",
  11714. "santa": "1F385",
  11715. "fireworks": "1F386",
  11716. "sparkler": "1F387",
  11717. "balloon": "1F388",
  11718. "tada": "1F389",
  11719. "confetti_ball": "1F38A",
  11720. "tanabata_tree": "1F38B",
  11721. "crossed_flags": "1F38C",
  11722. "bamboo": "1F38D",
  11723. "dolls": "1F38E",
  11724. "flags": "1F38F",
  11725. "wind_chime": "1F390",
  11726. "rice_scene": "1F391",
  11727. "school_satchel": "1F392",
  11728. "mortar_board": "1F393",
  11729. "medal": "1F396-FE0F",
  11730. "reminder_ribbon": "1F397-FE0F",
  11731. "studio_microphone": "1F399-FE0F",
  11732. "level_slider": "1F39A-FE0F",
  11733. "control_knobs": "1F39B-FE0F",
  11734. "film_frames": "1F39E-FE0F",
  11735. "admission_tickets": "1F39F-FE0F",
  11736. "carousel_horse": "1F3A0",
  11737. "ferris_wheel": "1F3A1",
  11738. "roller_coaster": "1F3A2",
  11739. "fishing_pole_and_fish": "1F3A3",
  11740. "microphone": "1F3A4",
  11741. "movie_camera": "1F3A5",
  11742. "cinema": "1F3A6",
  11743. "headphones": "1F3A7",
  11744. "art": "1F3A8",
  11745. "tophat": "1F3A9",
  11746. "circus_tent": "1F3AA",
  11747. "ticket": "1F3AB",
  11748. "clapper": "1F3AC",
  11749. "performing_arts": "1F3AD",
  11750. "video_game": "1F3AE",
  11751. "dart": "1F3AF",
  11752. "slot_machine": "1F3B0",
  11753. "8ball": "1F3B1",
  11754. "game_die": "1F3B2",
  11755. "bowling": "1F3B3",
  11756. "flower_playing_cards": "1F3B4",
  11757. "musical_note": "1F3B5",
  11758. "notes": "1F3B6",
  11759. "saxophone": "1F3B7",
  11760. "guitar": "1F3B8",
  11761. "musical_keyboard": "1F3B9",
  11762. "trumpet": "1F3BA",
  11763. "violin": "1F3BB",
  11764. "musical_score": "1F3BC",
  11765. "running_shirt_with_sash": "1F3BD",
  11766. "tennis": "1F3BE",
  11767. "ski": "1F3BF",
  11768. "basketball": "1F3C0",
  11769. "checkered_flag": "1F3C1",
  11770. "snowboarder": "1F3C2",
  11771. "woman-running": "1F3C3-200D-2640-FE0F",
  11772. "woman_running_facing_right": "1F3C3-200D-2640-FE0F-200D-27A1-FE0F",
  11773. "man-running": "1F3C3-200D-2642-FE0F",
  11774. "man_running_facing_right": "1F3C3-200D-2642-FE0F-200D-27A1-FE0F",
  11775. "person_running_facing_right": "1F3C3-200D-27A1-FE0F",
  11776. "runner": "1F3C3-200D-2642-FE0F",
  11777. "woman-surfing": "1F3C4-200D-2640-FE0F",
  11778. "man-surfing": "1F3C4-200D-2642-FE0F",
  11779. "surfer": "1F3C4-200D-2642-FE0F",
  11780. "sports_medal": "1F3C5",
  11781. "trophy": "1F3C6",
  11782. "horse_racing": "1F3C7",
  11783. "football": "1F3C8",
  11784. "rugby_football": "1F3C9",
  11785. "woman-swimming": "1F3CA-200D-2640-FE0F",
  11786. "man-swimming": "1F3CA-200D-2642-FE0F",
  11787. "swimmer": "1F3CA-200D-2642-FE0F",
  11788. "woman-lifting-weights": "1F3CB-FE0F-200D-2640-FE0F",
  11789. "man-lifting-weights": "1F3CB-FE0F-200D-2642-FE0F",
  11790. "weight_lifter": "1F3CB-FE0F-200D-2642-FE0F",
  11791. "woman-golfing": "1F3CC-FE0F-200D-2640-FE0F",
  11792. "man-golfing": "1F3CC-FE0F-200D-2642-FE0F",
  11793. "golfer": "1F3CC-FE0F-200D-2642-FE0F",
  11794. "racing_motorcycle": "1F3CD-FE0F",
  11795. "racing_car": "1F3CE-FE0F",
  11796. "cricket_bat_and_ball": "1F3CF",
  11797. "volleyball": "1F3D0",
  11798. "field_hockey_stick_and_ball": "1F3D1",
  11799. "ice_hockey_stick_and_puck": "1F3D2",
  11800. "table_tennis_paddle_and_ball": "1F3D3",
  11801. "snow_capped_mountain": "1F3D4-FE0F",
  11802. "camping": "1F3D5-FE0F",
  11803. "beach_with_umbrella": "1F3D6-FE0F",
  11804. "building_construction": "1F3D7-FE0F",
  11805. "house_buildings": "1F3D8-FE0F",
  11806. "cityscape": "1F3D9-FE0F",
  11807. "derelict_house_building": "1F3DA-FE0F",
  11808. "classical_building": "1F3DB-FE0F",
  11809. "desert": "1F3DC-FE0F",
  11810. "desert_island": "1F3DD-FE0F",
  11811. "national_park": "1F3DE-FE0F",
  11812. "stadium": "1F3DF-FE0F",
  11813. "house": "1F3E0",
  11814. "house_with_garden": "1F3E1",
  11815. "office": "1F3E2",
  11816. "post_office": "1F3E3",
  11817. "european_post_office": "1F3E4",
  11818. "hospital": "1F3E5",
  11819. "bank": "1F3E6",
  11820. "atm": "1F3E7",
  11821. "hotel": "1F3E8",
  11822. "love_hotel": "1F3E9",
  11823. "convenience_store": "1F3EA",
  11824. "school": "1F3EB",
  11825. "department_store": "1F3EC",
  11826. "factory": "1F3ED",
  11827. "izakaya_lantern": "1F3EE",
  11828. "japanese_castle": "1F3EF",
  11829. "european_castle": "1F3F0",
  11830. "rainbow-flag": "1F3F3-FE0F-200D-1F308",
  11831. "transgender_flag": "1F3F3-FE0F-200D-26A7-FE0F",
  11832. "waving_white_flag": "1F3F3-FE0F",
  11833. "pirate_flag": "1F3F4-200D-2620-FE0F",
  11834. "flag-england": "1F3F4-E0067-E0062-E0065-E006E-E0067-E007F",
  11835. "flag-scotland": "1F3F4-E0067-E0062-E0073-E0063-E0074-E007F",
  11836. "flag-wales": "1F3F4-E0067-E0062-E0077-E006C-E0073-E007F",
  11837. "waving_black_flag": "1F3F4",
  11838. "rosette": "1F3F5-FE0F",
  11839. "label": "1F3F7-FE0F",
  11840. "badminton_racquet_and_shuttlecock": "1F3F8",
  11841. "bow_and_arrow": "1F3F9",
  11842. "amphora": "1F3FA",
  11843. "skin-tone-2": "1F3FB",
  11844. "skin-tone-3": "1F3FC",
  11845. "skin-tone-4": "1F3FD",
  11846. "skin-tone-5": "1F3FE",
  11847. "skin-tone-6": "1F3FF",
  11848. "rat": "1F400",
  11849. "mouse2": "1F401",
  11850. "ox": "1F402",
  11851. "water_buffalo": "1F403",
  11852. "cow2": "1F404",
  11853. "tiger2": "1F405",
  11854. "leopard": "1F406",
  11855. "rabbit2": "1F407",
  11856. "black_cat": "1F408-200D-2B1B",
  11857. "cat2": "1F408",
  11858. "dragon": "1F409",
  11859. "crocodile": "1F40A",
  11860. "whale2": "1F40B",
  11861. "snail": "1F40C",
  11862. "snake": "1F40D",
  11863. "racehorse": "1F40E",
  11864. "ram": "1F40F",
  11865. "goat": "1F410",
  11866. "sheep": "1F411",
  11867. "monkey": "1F412",
  11868. "rooster": "1F413",
  11869. "chicken": "1F414",
  11870. "service_dog": "1F415-200D-1F9BA",
  11871. "dog2": "1F415",
  11872. "pig2": "1F416",
  11873. "boar": "1F417",
  11874. "elephant": "1F418",
  11875. "octopus": "1F419",
  11876. "shell": "1F41A",
  11877. "bug": "1F41B",
  11878. "ant": "1F41C",
  11879. "bee": "1F41D",
  11880. "ladybug": "1F41E",
  11881. "fish": "1F41F",
  11882. "tropical_fish": "1F420",
  11883. "blowfish": "1F421",
  11884. "turtle": "1F422",
  11885. "hatching_chick": "1F423",
  11886. "baby_chick": "1F424",
  11887. "hatched_chick": "1F425",
  11888. "phoenix": "1F426-200D-1F525",
  11889. "black_bird": "1F426-200D-2B1B",
  11890. "bird": "1F426",
  11891. "penguin": "1F427",
  11892. "koala": "1F428",
  11893. "poodle": "1F429",
  11894. "dromedary_camel": "1F42A",
  11895. "camel": "1F42B",
  11896. "dolphin": "1F42C",
  11897. "mouse": "1F42D",
  11898. "cow": "1F42E",
  11899. "tiger": "1F42F",
  11900. "rabbit": "1F430",
  11901. "cat": "1F431",
  11902. "dragon_face": "1F432",
  11903. "whale": "1F433",
  11904. "horse": "1F434",
  11905. "monkey_face": "1F435",
  11906. "dog": "1F436",
  11907. "pig": "1F437",
  11908. "frog": "1F438",
  11909. "hamster": "1F439",
  11910. "wolf": "1F43A",
  11911. "polar_bear": "1F43B-200D-2744-FE0F",
  11912. "bear": "1F43B",
  11913. "panda_face": "1F43C",
  11914. "pig_nose": "1F43D",
  11915. "feet": "1F43E",
  11916. "chipmunk": "1F43F-FE0F",
  11917. "eyes": "1F440",
  11918. "eye-in-speech-bubble": "1F441-FE0F-200D-1F5E8-FE0F",
  11919. "eye": "1F441-FE0F",
  11920. "ear": "1F442",
  11921. "nose": "1F443",
  11922. "lips": "1F444",
  11923. "tongue": "1F445",
  11924. "point_up_2": "1F446",
  11925. "point_down": "1F447",
  11926. "point_left": "1F448",
  11927. "point_right": "1F449",
  11928. "facepunch": "1F44A",
  11929. "wave": "1F44B",
  11930. "ok_hand": "1F44C",
  11931. "+1": "1F44D",
  11932. "-1": "1F44E",
  11933. "clap": "1F44F",
  11934. "open_hands": "1F450",
  11935. "crown": "1F451",
  11936. "womans_hat": "1F452",
  11937. "eyeglasses": "1F453",
  11938. "necktie": "1F454",
  11939. "shirt": "1F455",
  11940. "jeans": "1F456",
  11941. "dress": "1F457",
  11942. "kimono": "1F458",
  11943. "bikini": "1F459",
  11944. "womans_clothes": "1F45A",
  11945. "purse": "1F45B",
  11946. "handbag": "1F45C",
  11947. "pouch": "1F45D",
  11948. "mans_shoe": "1F45E",
  11949. "athletic_shoe": "1F45F",
  11950. "high_heel": "1F460",
  11951. "sandal": "1F461",
  11952. "boot": "1F462",
  11953. "footprints": "1F463",
  11954. "bust_in_silhouette": "1F464",
  11955. "busts_in_silhouette": "1F465",
  11956. "boy": "1F466",
  11957. "girl": "1F467",
  11958. "male-farmer": "1F468-200D-1F33E",
  11959. "male-cook": "1F468-200D-1F373",
  11960. "man_feeding_baby": "1F468-200D-1F37C",
  11961. "male-student": "1F468-200D-1F393",
  11962. "male-singer": "1F468-200D-1F3A4",
  11963. "male-artist": "1F468-200D-1F3A8",
  11964. "male-teacher": "1F468-200D-1F3EB",
  11965. "male-factory-worker": "1F468-200D-1F3ED",
  11966. "man-boy-boy": "1F468-200D-1F466-200D-1F466",
  11967. "man-boy": "1F468-200D-1F466",
  11968. "man-girl-boy": "1F468-200D-1F467-200D-1F466",
  11969. "man-girl-girl": "1F468-200D-1F467-200D-1F467",
  11970. "man-girl": "1F468-200D-1F467",
  11971. "man-man-boy": "1F468-200D-1F468-200D-1F466",
  11972. "man-man-boy-boy": "1F468-200D-1F468-200D-1F466-200D-1F466",
  11973. "man-man-girl": "1F468-200D-1F468-200D-1F467",
  11974. "man-man-girl-boy": "1F468-200D-1F468-200D-1F467-200D-1F466",
  11975. "man-man-girl-girl": "1F468-200D-1F468-200D-1F467-200D-1F467",
  11976. "man-woman-boy": "1F468-200D-1F469-200D-1F466",
  11977. "man-woman-boy-boy": "1F468-200D-1F469-200D-1F466-200D-1F466",
  11978. "man-woman-girl": "1F468-200D-1F469-200D-1F467",
  11979. "man-woman-girl-boy": "1F468-200D-1F469-200D-1F467-200D-1F466",
  11980. "man-woman-girl-girl": "1F468-200D-1F469-200D-1F467-200D-1F467",
  11981. "male-technologist": "1F468-200D-1F4BB",
  11982. "male-office-worker": "1F468-200D-1F4BC",
  11983. "male-mechanic": "1F468-200D-1F527",
  11984. "male-scientist": "1F468-200D-1F52C",
  11985. "male-astronaut": "1F468-200D-1F680",
  11986. "male-firefighter": "1F468-200D-1F692",
  11987. "man_with_white_cane_facing_right": "1F468-200D-1F9AF-200D-27A1-FE0F",
  11988. "man_with_probing_cane": "1F468-200D-1F9AF",
  11989. "red_haired_man": "1F468-200D-1F9B0",
  11990. "curly_haired_man": "1F468-200D-1F9B1",
  11991. "bald_man": "1F468-200D-1F9B2",
  11992. "white_haired_man": "1F468-200D-1F9B3",
  11993. "man_in_motorized_wheelchair_facing_right": "1F468-200D-1F9BC-200D-27A1-FE0F",
  11994. "man_in_motorized_wheelchair": "1F468-200D-1F9BC",
  11995. "man_in_manual_wheelchair_facing_right": "1F468-200D-1F9BD-200D-27A1-FE0F",
  11996. "man_in_manual_wheelchair": "1F468-200D-1F9BD",
  11997. "male-doctor": "1F468-200D-2695-FE0F",
  11998. "male-judge": "1F468-200D-2696-FE0F",
  11999. "male-pilot": "1F468-200D-2708-FE0F",
  12000. "man-heart-man": "1F468-200D-2764-FE0F-200D-1F468",
  12001. "man-kiss-man": "1F468-200D-2764-FE0F-200D-1F48B-200D-1F468",
  12002. "man": "1F468",
  12003. "female-farmer": "1F469-200D-1F33E",
  12004. "female-cook": "1F469-200D-1F373",
  12005. "woman_feeding_baby": "1F469-200D-1F37C",
  12006. "female-student": "1F469-200D-1F393",
  12007. "female-singer": "1F469-200D-1F3A4",
  12008. "female-artist": "1F469-200D-1F3A8",
  12009. "female-teacher": "1F469-200D-1F3EB",
  12010. "female-factory-worker": "1F469-200D-1F3ED",
  12011. "woman-boy-boy": "1F469-200D-1F466-200D-1F466",
  12012. "woman-boy": "1F469-200D-1F466",
  12013. "woman-girl-boy": "1F469-200D-1F467-200D-1F466",
  12014. "woman-girl-girl": "1F469-200D-1F467-200D-1F467",
  12015. "woman-girl": "1F469-200D-1F467",
  12016. "woman-woman-boy": "1F469-200D-1F469-200D-1F466",
  12017. "woman-woman-boy-boy": "1F469-200D-1F469-200D-1F466-200D-1F466",
  12018. "woman-woman-girl": "1F469-200D-1F469-200D-1F467",
  12019. "woman-woman-girl-boy": "1F469-200D-1F469-200D-1F467-200D-1F466",
  12020. "woman-woman-girl-girl": "1F469-200D-1F469-200D-1F467-200D-1F467",
  12021. "female-technologist": "1F469-200D-1F4BB",
  12022. "female-office-worker": "1F469-200D-1F4BC",
  12023. "female-mechanic": "1F469-200D-1F527",
  12024. "female-scientist": "1F469-200D-1F52C",
  12025. "female-astronaut": "1F469-200D-1F680",
  12026. "female-firefighter": "1F469-200D-1F692",
  12027. "woman_with_white_cane_facing_right": "1F469-200D-1F9AF-200D-27A1-FE0F",
  12028. "woman_with_probing_cane": "1F469-200D-1F9AF",
  12029. "red_haired_woman": "1F469-200D-1F9B0",
  12030. "curly_haired_woman": "1F469-200D-1F9B1",
  12031. "bald_woman": "1F469-200D-1F9B2",
  12032. "white_haired_woman": "1F469-200D-1F9B3",
  12033. "woman_in_motorized_wheelchair_facing_right": "1F469-200D-1F9BC-200D-27A1-FE0F",
  12034. "woman_in_motorized_wheelchair": "1F469-200D-1F9BC",
  12035. "woman_in_manual_wheelchair_facing_right": "1F469-200D-1F9BD-200D-27A1-FE0F",
  12036. "woman_in_manual_wheelchair": "1F469-200D-1F9BD",
  12037. "female-doctor": "1F469-200D-2695-FE0F",
  12038. "female-judge": "1F469-200D-2696-FE0F",
  12039. "female-pilot": "1F469-200D-2708-FE0F",
  12040. "woman-heart-man": "1F469-200D-2764-FE0F-200D-1F468",
  12041. "woman-heart-woman": "1F469-200D-2764-FE0F-200D-1F469",
  12042. "woman-kiss-man": "1F469-200D-2764-FE0F-200D-1F48B-200D-1F468",
  12043. "woman-kiss-woman": "1F469-200D-2764-FE0F-200D-1F48B-200D-1F469",
  12044. "woman": "1F469",
  12045. "family": "1F468-200D-1F469-200D-1F466",
  12046. "man_and_woman_holding_hands": "1F46B",
  12047. "two_men_holding_hands": "1F46C",
  12048. "two_women_holding_hands": "1F46D",
  12049. "female-police-officer": "1F46E-200D-2640-FE0F",
  12050. "male-police-officer": "1F46E-200D-2642-FE0F",
  12051. "cop": "1F46E-200D-2642-FE0F",
  12052. "women-with-bunny-ears-partying": "1F46F-200D-2640-FE0F",
  12053. "men-with-bunny-ears-partying": "1F46F-200D-2642-FE0F",
  12054. "dancers": "1F46F-200D-2640-FE0F",
  12055. "woman_with_veil": "1F470-200D-2640-FE0F",
  12056. "man_with_veil": "1F470-200D-2642-FE0F",
  12057. "bride_with_veil": "1F470",
  12058. "blond-haired-woman": "1F471-200D-2640-FE0F",
  12059. "blond-haired-man": "1F471-200D-2642-FE0F",
  12060. "person_with_blond_hair": "1F471-200D-2642-FE0F",
  12061. "man_with_gua_pi_mao": "1F472",
  12062. "woman-wearing-turban": "1F473-200D-2640-FE0F",
  12063. "man-wearing-turban": "1F473-200D-2642-FE0F",
  12064. "man_with_turban": "1F473-200D-2642-FE0F",
  12065. "older_man": "1F474",
  12066. "older_woman": "1F475",
  12067. "baby": "1F476",
  12068. "female-construction-worker": "1F477-200D-2640-FE0F",
  12069. "male-construction-worker": "1F477-200D-2642-FE0F",
  12070. "construction_worker": "1F477-200D-2642-FE0F",
  12071. "princess": "1F478",
  12072. "japanese_ogre": "1F479",
  12073. "japanese_goblin": "1F47A",
  12074. "ghost": "1F47B",
  12075. "angel": "1F47C",
  12076. "alien": "1F47D",
  12077. "space_invader": "1F47E",
  12078. "imp": "1F47F",
  12079. "skull": "1F480",
  12080. "woman-tipping-hand": "1F481-200D-2640-FE0F",
  12081. "man-tipping-hand": "1F481-200D-2642-FE0F",
  12082. "information_desk_person": "1F481-200D-2640-FE0F",
  12083. "female-guard": "1F482-200D-2640-FE0F",
  12084. "male-guard": "1F482-200D-2642-FE0F",
  12085. "guardsman": "1F482-200D-2642-FE0F",
  12086. "dancer": "1F483",
  12087. "lipstick": "1F484",
  12088. "nail_care": "1F485",
  12089. "woman-getting-massage": "1F486-200D-2640-FE0F",
  12090. "man-getting-massage": "1F486-200D-2642-FE0F",
  12091. "massage": "1F486-200D-2640-FE0F",
  12092. "woman-getting-haircut": "1F487-200D-2640-FE0F",
  12093. "man-getting-haircut": "1F487-200D-2642-FE0F",
  12094. "haircut": "1F487-200D-2640-FE0F",
  12095. "barber": "1F488",
  12096. "syringe": "1F489",
  12097. "pill": "1F48A",
  12098. "kiss": "1F48B",
  12099. "love_letter": "1F48C",
  12100. "ring": "1F48D",
  12101. "gem": "1F48E",
  12102. "couplekiss": "1F48F",
  12103. "bouquet": "1F490",
  12104. "couple_with_heart": "1F491",
  12105. "wedding": "1F492",
  12106. "heartbeat": "1F493",
  12107. "broken_heart": "1F494",
  12108. "two_hearts": "1F495",
  12109. "sparkling_heart": "1F496",
  12110. "heartpulse": "1F497",
  12111. "cupid": "1F498",
  12112. "blue_heart": "1F499",
  12113. "green_heart": "1F49A",
  12114. "yellow_heart": "1F49B",
  12115. "purple_heart": "1F49C",
  12116. "gift_heart": "1F49D",
  12117. "revolving_hearts": "1F49E",
  12118. "heart_decoration": "1F49F",
  12119. "diamond_shape_with_a_dot_inside": "1F4A0",
  12120. "bulb": "1F4A1",
  12121. "anger": "1F4A2",
  12122. "bomb": "1F4A3",
  12123. "zzz": "1F4A4",
  12124. "boom": "1F4A5",
  12125. "sweat_drops": "1F4A6",
  12126. "droplet": "1F4A7",
  12127. "dash": "1F4A8",
  12128. "hankey": "1F4A9",
  12129. "muscle": "1F4AA",
  12130. "dizzy": "1F4AB",
  12131. "speech_balloon": "1F4AC",
  12132. "thought_balloon": "1F4AD",
  12133. "white_flower": "1F4AE",
  12134. "100": "1F4AF",
  12135. "moneybag": "1F4B0",
  12136. "currency_exchange": "1F4B1",
  12137. "heavy_dollar_sign": "1F4B2",
  12138. "credit_card": "1F4B3",
  12139. "yen": "1F4B4",
  12140. "dollar": "1F4B5",
  12141. "euro": "1F4B6",
  12142. "pound": "1F4B7",
  12143. "money_with_wings": "1F4B8",
  12144. "chart": "1F4B9",
  12145. "seat": "1F4BA",
  12146. "computer": "1F4BB",
  12147. "briefcase": "1F4BC",
  12148. "minidisc": "1F4BD",
  12149. "floppy_disk": "1F4BE",
  12150. "cd": "1F4BF",
  12151. "dvd": "1F4C0",
  12152. "file_folder": "1F4C1",
  12153. "open_file_folder": "1F4C2",
  12154. "page_with_curl": "1F4C3",
  12155. "page_facing_up": "1F4C4",
  12156. "date": "1F4C5",
  12157. "calendar": "1F4C6",
  12158. "card_index": "1F4C7",
  12159. "chart_with_upwards_trend": "1F4C8",
  12160. "chart_with_downwards_trend": "1F4C9",
  12161. "bar_chart": "1F4CA",
  12162. "clipboard": "1F4CB",
  12163. "pushpin": "1F4CC",
  12164. "round_pushpin": "1F4CD",
  12165. "paperclip": "1F4CE",
  12166. "straight_ruler": "1F4CF",
  12167. "triangular_ruler": "1F4D0",
  12168. "bookmark_tabs": "1F4D1",
  12169. "ledger": "1F4D2",
  12170. "notebook": "1F4D3",
  12171. "notebook_with_decorative_cover": "1F4D4",
  12172. "closed_book": "1F4D5",
  12173. "book": "1F4D6",
  12174. "green_book": "1F4D7",
  12175. "blue_book": "1F4D8",
  12176. "orange_book": "1F4D9",
  12177. "books": "1F4DA",
  12178. "name_badge": "1F4DB",
  12179. "scroll": "1F4DC",
  12180. "memo": "1F4DD",
  12181. "telephone_receiver": "1F4DE",
  12182. "pager": "1F4DF",
  12183. "fax": "1F4E0",
  12184. "satellite_antenna": "1F4E1",
  12185. "loudspeaker": "1F4E2",
  12186. "mega": "1F4E3",
  12187. "outbox_tray": "1F4E4",
  12188. "inbox_tray": "1F4E5",
  12189. "package": "1F4E6",
  12190. "e-mail": "1F4E7",
  12191. "incoming_envelope": "1F4E8",
  12192. "envelope_with_arrow": "1F4E9",
  12193. "mailbox_closed": "1F4EA",
  12194. "mailbox": "1F4EB",
  12195. "mailbox_with_mail": "1F4EC",
  12196. "mailbox_with_no_mail": "1F4ED",
  12197. "postbox": "1F4EE",
  12198. "postal_horn": "1F4EF",
  12199. "newspaper": "1F4F0",
  12200. "iphone": "1F4F1",
  12201. "calling": "1F4F2",
  12202. "vibration_mode": "1F4F3",
  12203. "mobile_phone_off": "1F4F4",
  12204. "no_mobile_phones": "1F4F5",
  12205. "signal_strength": "1F4F6",
  12206. "camera": "1F4F7",
  12207. "camera_with_flash": "1F4F8",
  12208. "video_camera": "1F4F9",
  12209. "tv": "1F4FA",
  12210. "radio": "1F4FB",
  12211. "vhs": "1F4FC",
  12212. "film_projector": "1F4FD-FE0F",
  12213. "prayer_beads": "1F4FF",
  12214. "twisted_rightwards_arrows": "1F500",
  12215. "repeat": "1F501",
  12216. "repeat_one": "1F502",
  12217. "arrows_clockwise": "1F503",
  12218. "arrows_counterclockwise": "1F504",
  12219. "low_brightness": "1F505",
  12220. "high_brightness": "1F506",
  12221. "mute": "1F507",
  12222. "speaker": "1F508",
  12223. "sound": "1F509",
  12224. "loud_sound": "1F50A",
  12225. "battery": "1F50B",
  12226. "electric_plug": "1F50C",
  12227. "mag": "1F50D",
  12228. "mag_right": "1F50E",
  12229. "lock_with_ink_pen": "1F50F",
  12230. "closed_lock_with_key": "1F510",
  12231. "key": "1F511",
  12232. "lock": "1F512",
  12233. "unlock": "1F513",
  12234. "bell": "1F514",
  12235. "no_bell": "1F515",
  12236. "bookmark": "1F516",
  12237. "link": "1F517",
  12238. "radio_button": "1F518",
  12239. "back": "1F519",
  12240. "end": "1F51A",
  12241. "on": "1F51B",
  12242. "soon": "1F51C",
  12243. "top": "1F51D",
  12244. "underage": "1F51E",
  12245. "keycap_ten": "1F51F",
  12246. "capital_abcd": "1F520",
  12247. "abcd": "1F521",
  12248. "1234": "1F522",
  12249. "symbols": "1F523",
  12250. "abc": "1F524",
  12251. "fire": "1F525",
  12252. "flashlight": "1F526",
  12253. "wrench": "1F527",
  12254. "hammer": "1F528",
  12255. "nut_and_bolt": "1F529",
  12256. "hocho": "1F52A",
  12257. "gun": "1F52B",
  12258. "microscope": "1F52C",
  12259. "telescope": "1F52D",
  12260. "crystal_ball": "1F52E",
  12261. "six_pointed_star": "1F52F",
  12262. "beginner": "1F530",
  12263. "trident": "1F531",
  12264. "black_square_button": "1F532",
  12265. "white_square_button": "1F533",
  12266. "red_circle": "1F534",
  12267. "large_blue_circle": "1F535",
  12268. "large_orange_diamond": "1F536",
  12269. "large_blue_diamond": "1F537",
  12270. "small_orange_diamond": "1F538",
  12271. "small_blue_diamond": "1F539",
  12272. "small_red_triangle": "1F53A",
  12273. "small_red_triangle_down": "1F53B",
  12274. "arrow_up_small": "1F53C",
  12275. "arrow_down_small": "1F53D",
  12276. "om_symbol": "1F549-FE0F",
  12277. "dove_of_peace": "1F54A-FE0F",
  12278. "kaaba": "1F54B",
  12279. "mosque": "1F54C",
  12280. "synagogue": "1F54D",
  12281. "menorah_with_nine_branches": "1F54E",
  12282. "clock1": "1F550",
  12283. "clock2": "1F551",
  12284. "clock3": "1F552",
  12285. "clock4": "1F553",
  12286. "clock5": "1F554",
  12287. "clock6": "1F555",
  12288. "clock7": "1F556",
  12289. "clock8": "1F557",
  12290. "clock9": "1F558",
  12291. "clock10": "1F559",
  12292. "clock11": "1F55A",
  12293. "clock12": "1F55B",
  12294. "clock130": "1F55C",
  12295. "clock230": "1F55D",
  12296. "clock330": "1F55E",
  12297. "clock430": "1F55F",
  12298. "clock530": "1F560",
  12299. "clock630": "1F561",
  12300. "clock730": "1F562",
  12301. "clock830": "1F563",
  12302. "clock930": "1F564",
  12303. "clock1030": "1F565",
  12304. "clock1130": "1F566",
  12305. "clock1230": "1F567",
  12306. "candle": "1F56F-FE0F",
  12307. "mantelpiece_clock": "1F570-FE0F",
  12308. "hole": "1F573-FE0F",
  12309. "man_in_business_suit_levitating": "1F574-FE0F",
  12310. "female-detective": "1F575-FE0F-200D-2640-FE0F",
  12311. "male-detective": "1F575-FE0F-200D-2642-FE0F",
  12312. "sleuth_or_spy": "1F575-FE0F-200D-2642-FE0F",
  12313. "dark_sunglasses": "1F576-FE0F",
  12314. "spider": "1F577-FE0F",
  12315. "spider_web": "1F578-FE0F",
  12316. "joystick": "1F579-FE0F",
  12317. "man_dancing": "1F57A",
  12318. "linked_paperclips": "1F587-FE0F",
  12319. "lower_left_ballpoint_pen": "1F58A-FE0F",
  12320. "lower_left_fountain_pen": "1F58B-FE0F",
  12321. "lower_left_paintbrush": "1F58C-FE0F",
  12322. "lower_left_crayon": "1F58D-FE0F",
  12323. "raised_hand_with_fingers_splayed": "1F590-FE0F",
  12324. "middle_finger": "1F595",
  12325. "spock-hand": "1F596",
  12326. "black_heart": "1F5A4",
  12327. "desktop_computer": "1F5A5-FE0F",
  12328. "printer": "1F5A8-FE0F",
  12329. "three_button_mouse": "1F5B1-FE0F",
  12330. "trackball": "1F5B2-FE0F",
  12331. "frame_with_picture": "1F5BC-FE0F",
  12332. "card_index_dividers": "1F5C2-FE0F",
  12333. "card_file_box": "1F5C3-FE0F",
  12334. "file_cabinet": "1F5C4-FE0F",
  12335. "wastebasket": "1F5D1-FE0F",
  12336. "spiral_note_pad": "1F5D2-FE0F",
  12337. "spiral_calendar_pad": "1F5D3-FE0F",
  12338. "compression": "1F5DC-FE0F",
  12339. "old_key": "1F5DD-FE0F",
  12340. "rolled_up_newspaper": "1F5DE-FE0F",
  12341. "dagger_knife": "1F5E1-FE0F",
  12342. "speaking_head_in_silhouette": "1F5E3-FE0F",
  12343. "left_speech_bubble": "1F5E8-FE0F",
  12344. "right_anger_bubble": "1F5EF-FE0F",
  12345. "ballot_box_with_ballot": "1F5F3-FE0F",
  12346. "world_map": "1F5FA-FE0F",
  12347. "mount_fuji": "1F5FB",
  12348. "tokyo_tower": "1F5FC",
  12349. "statue_of_liberty": "1F5FD",
  12350. "japan": "1F5FE",
  12351. "moyai": "1F5FF",
  12352. "grinning": "1F600",
  12353. "grin": "1F601",
  12354. "joy": "1F602",
  12355. "smiley": "1F603",
  12356. "smile": "1F604",
  12357. "sweat_smile": "1F605",
  12358. "laughing": "1F606",
  12359. "innocent": "1F607",
  12360. "smiling_imp": "1F608",
  12361. "wink": "1F609",
  12362. "blush": "1F60A",
  12363. "yum": "1F60B",
  12364. "relieved": "1F60C",
  12365. "heart_eyes": "1F60D",
  12366. "sunglasses": "1F60E",
  12367. "smirk": "1F60F",
  12368. "neutral_face": "1F610",
  12369. "expressionless": "1F611",
  12370. "unamused": "1F612",
  12371. "sweat": "1F613",
  12372. "pensive": "1F614",
  12373. "confused": "1F615",
  12374. "confounded": "1F616",
  12375. "kissing": "1F617",
  12376. "kissing_heart": "1F618",
  12377. "kissing_smiling_eyes": "1F619",
  12378. "kissing_closed_eyes": "1F61A",
  12379. "stuck_out_tongue": "1F61B",
  12380. "stuck_out_tongue_winking_eye": "1F61C",
  12381. "stuck_out_tongue_closed_eyes": "1F61D",
  12382. "disappointed": "1F61E",
  12383. "worried": "1F61F",
  12384. "angry": "1F620",
  12385. "rage": "1F621",
  12386. "cry": "1F622",
  12387. "persevere": "1F623",
  12388. "triumph": "1F624",
  12389. "disappointed_relieved": "1F625",
  12390. "frowning": "1F626",
  12391. "anguished": "1F627",
  12392. "fearful": "1F628",
  12393. "weary": "1F629",
  12394. "sleepy": "1F62A",
  12395. "tired_face": "1F62B",
  12396. "grimacing": "1F62C",
  12397. "sob": "1F62D",
  12398. "face_exhaling": "1F62E-200D-1F4A8",
  12399. "open_mouth": "1F62E",
  12400. "hushed": "1F62F",
  12401. "cold_sweat": "1F630",
  12402. "scream": "1F631",
  12403. "astonished": "1F632",
  12404. "flushed": "1F633",
  12405. "sleeping": "1F634",
  12406. "face_with_spiral_eyes": "1F635-200D-1F4AB",
  12407. "dizzy_face": "1F635",
  12408. "face_in_clouds": "1F636-200D-1F32B-FE0F",
  12409. "no_mouth": "1F636",
  12410. "mask": "1F637",
  12411. "smile_cat": "1F638",
  12412. "joy_cat": "1F639",
  12413. "smiley_cat": "1F63A",
  12414. "heart_eyes_cat": "1F63B",
  12415. "smirk_cat": "1F63C",
  12416. "kissing_cat": "1F63D",
  12417. "pouting_cat": "1F63E",
  12418. "crying_cat_face": "1F63F",
  12419. "scream_cat": "1F640",
  12420. "slightly_frowning_face": "1F641",
  12421. "head_shaking_horizontally": "1F642-200D-2194-FE0F",
  12422. "head_shaking_vertically": "1F642-200D-2195-FE0F",
  12423. "slightly_smiling_face": "1F642",
  12424. "upside_down_face": "1F643",
  12425. "face_with_rolling_eyes": "1F644",
  12426. "woman-gesturing-no": "1F645-200D-2640-FE0F",
  12427. "man-gesturing-no": "1F645-200D-2642-FE0F",
  12428. "no_good": "1F645-200D-2640-FE0F",
  12429. "woman-gesturing-ok": "1F646-200D-2640-FE0F",
  12430. "man-gesturing-ok": "1F646-200D-2642-FE0F",
  12431. "ok_woman": "1F646-200D-2640-FE0F",
  12432. "woman-bowing": "1F647-200D-2640-FE0F",
  12433. "man-bowing": "1F647-200D-2642-FE0F",
  12434. "bow": "1F647",
  12435. "see_no_evil": "1F648",
  12436. "hear_no_evil": "1F649",
  12437. "speak_no_evil": "1F64A",
  12438. "woman-raising-hand": "1F64B-200D-2640-FE0F",
  12439. "man-raising-hand": "1F64B-200D-2642-FE0F",
  12440. "raising_hand": "1F64B-200D-2640-FE0F",
  12441. "raised_hands": "1F64C",
  12442. "woman-frowning": "1F64D-200D-2640-FE0F",
  12443. "man-frowning": "1F64D-200D-2642-FE0F",
  12444. "person_frowning": "1F64D-200D-2640-FE0F",
  12445. "woman-pouting": "1F64E-200D-2640-FE0F",
  12446. "man-pouting": "1F64E-200D-2642-FE0F",
  12447. "person_with_pouting_face": "1F64E-200D-2640-FE0F",
  12448. "pray": "1F64F",
  12449. "rocket": "1F680",
  12450. "helicopter": "1F681",
  12451. "steam_locomotive": "1F682",
  12452. "railway_car": "1F683",
  12453. "bullettrain_side": "1F684",
  12454. "bullettrain_front": "1F685",
  12455. "train2": "1F686",
  12456. "metro": "1F687",
  12457. "light_rail": "1F688",
  12458. "station": "1F689",
  12459. "tram": "1F68A",
  12460. "train": "1F68B",
  12461. "bus": "1F68C",
  12462. "oncoming_bus": "1F68D",
  12463. "trolleybus": "1F68E",
  12464. "busstop": "1F68F",
  12465. "minibus": "1F690",
  12466. "ambulance": "1F691",
  12467. "fire_engine": "1F692",
  12468. "police_car": "1F693",
  12469. "oncoming_police_car": "1F694",
  12470. "taxi": "1F695",
  12471. "oncoming_taxi": "1F696",
  12472. "car": "1F697",
  12473. "oncoming_automobile": "1F698",
  12474. "blue_car": "1F699",
  12475. "truck": "1F69A",
  12476. "articulated_lorry": "1F69B",
  12477. "tractor": "1F69C",
  12478. "monorail": "1F69D",
  12479. "mountain_railway": "1F69E",
  12480. "suspension_railway": "1F69F",
  12481. "mountain_cableway": "1F6A0",
  12482. "aerial_tramway": "1F6A1",
  12483. "ship": "1F6A2",
  12484. "woman-rowing-boat": "1F6A3-200D-2640-FE0F",
  12485. "man-rowing-boat": "1F6A3-200D-2642-FE0F",
  12486. "rowboat": "1F6A3-200D-2642-FE0F",
  12487. "speedboat": "1F6A4",
  12488. "traffic_light": "1F6A5",
  12489. "vertical_traffic_light": "1F6A6",
  12490. "construction": "1F6A7",
  12491. "rotating_light": "1F6A8",
  12492. "triangular_flag_on_post": "1F6A9",
  12493. "door": "1F6AA",
  12494. "no_entry_sign": "1F6AB",
  12495. "smoking": "1F6AC",
  12496. "no_smoking": "1F6AD",
  12497. "put_litter_in_its_place": "1F6AE",
  12498. "do_not_litter": "1F6AF",
  12499. "potable_water": "1F6B0",
  12500. "non-potable_water": "1F6B1",
  12501. "bike": "1F6B2",
  12502. "no_bicycles": "1F6B3",
  12503. "woman-biking": "1F6B4-200D-2640-FE0F",
  12504. "man-biking": "1F6B4-200D-2642-FE0F",
  12505. "bicyclist": "1F6B4-200D-2642-FE0F",
  12506. "woman-mountain-biking": "1F6B5-200D-2640-FE0F",
  12507. "man-mountain-biking": "1F6B5-200D-2642-FE0F",
  12508. "mountain_bicyclist": "1F6B5-200D-2642-FE0F",
  12509. "woman-walking": "1F6B6-200D-2640-FE0F",
  12510. "woman_walking_facing_right": "1F6B6-200D-2640-FE0F-200D-27A1-FE0F",
  12511. "man-walking": "1F6B6-200D-2642-FE0F",
  12512. "man_walking_facing_right": "1F6B6-200D-2642-FE0F-200D-27A1-FE0F",
  12513. "person_walking_facing_right": "1F6B6-200D-27A1-FE0F",
  12514. "walking": "1F6B6-200D-2642-FE0F",
  12515. "no_pedestrians": "1F6B7",
  12516. "children_crossing": "1F6B8",
  12517. "mens": "1F6B9",
  12518. "womens": "1F6BA",
  12519. "restroom": "1F6BB",
  12520. "baby_symbol": "1F6BC",
  12521. "toilet": "1F6BD",
  12522. "wc": "1F6BE",
  12523. "shower": "1F6BF",
  12524. "bath": "1F6C0",
  12525. "bathtub": "1F6C1",
  12526. "passport_control": "1F6C2",
  12527. "customs": "1F6C3",
  12528. "baggage_claim": "1F6C4",
  12529. "left_luggage": "1F6C5",
  12530. "couch_and_lamp": "1F6CB-FE0F",
  12531. "sleeping_accommodation": "1F6CC",
  12532. "shopping_bags": "1F6CD-FE0F",
  12533. "bellhop_bell": "1F6CE-FE0F",
  12534. "bed": "1F6CF-FE0F",
  12535. "place_of_worship": "1F6D0",
  12536. "octagonal_sign": "1F6D1",
  12537. "shopping_trolley": "1F6D2",
  12538. "hindu_temple": "1F6D5",
  12539. "hut": "1F6D6",
  12540. "elevator": "1F6D7",
  12541. "wireless": "1F6DC",
  12542. "playground_slide": "1F6DD",
  12543. "wheel": "1F6DE",
  12544. "ring_buoy": "1F6DF",
  12545. "hammer_and_wrench": "1F6E0-FE0F",
  12546. "shield": "1F6E1-FE0F",
  12547. "oil_drum": "1F6E2-FE0F",
  12548. "motorway": "1F6E3-FE0F",
  12549. "railway_track": "1F6E4-FE0F",
  12550. "motor_boat": "1F6E5-FE0F",
  12551. "small_airplane": "1F6E9-FE0F",
  12552. "airplane_departure": "1F6EB",
  12553. "airplane_arriving": "1F6EC",
  12554. "satellite": "1F6F0-FE0F",
  12555. "passenger_ship": "1F6F3-FE0F",
  12556. "scooter": "1F6F4",
  12557. "motor_scooter": "1F6F5",
  12558. "canoe": "1F6F6",
  12559. "sled": "1F6F7",
  12560. "flying_saucer": "1F6F8",
  12561. "skateboard": "1F6F9",
  12562. "auto_rickshaw": "1F6FA",
  12563. "pickup_truck": "1F6FB",
  12564. "roller_skate": "1F6FC",
  12565. "large_orange_circle": "1F7E0",
  12566. "large_yellow_circle": "1F7E1",
  12567. "large_green_circle": "1F7E2",
  12568. "large_purple_circle": "1F7E3",
  12569. "large_brown_circle": "1F7E4",
  12570. "large_red_square": "1F7E5",
  12571. "large_blue_square": "1F7E6",
  12572. "large_orange_square": "1F7E7",
  12573. "large_yellow_square": "1F7E8",
  12574. "large_green_square": "1F7E9",
  12575. "large_purple_square": "1F7EA",
  12576. "large_brown_square": "1F7EB",
  12577. "heavy_equals_sign": "1F7F0",
  12578. "pinched_fingers": "1F90C",
  12579. "white_heart": "1F90D",
  12580. "brown_heart": "1F90E",
  12581. "pinching_hand": "1F90F",
  12582. "zipper_mouth_face": "1F910",
  12583. "money_mouth_face": "1F911",
  12584. "face_with_thermometer": "1F912",
  12585. "nerd_face": "1F913",
  12586. "thinking_face": "1F914",
  12587. "face_with_head_bandage": "1F915",
  12588. "robot_face": "1F916",
  12589. "hugging_face": "1F917",
  12590. "the_horns": "1F918",
  12591. "call_me_hand": "1F919",
  12592. "raised_back_of_hand": "1F91A",
  12593. "left-facing_fist": "1F91B",
  12594. "right-facing_fist": "1F91C",
  12595. "handshake": "1F91D",
  12596. "crossed_fingers": "1F91E",
  12597. "i_love_you_hand_sign": "1F91F",
  12598. "face_with_cowboy_hat": "1F920",
  12599. "clown_face": "1F921",
  12600. "nauseated_face": "1F922",
  12601. "rolling_on_the_floor_laughing": "1F923",
  12602. "drooling_face": "1F924",
  12603. "lying_face": "1F925",
  12604. "woman-facepalming": "1F926-200D-2640-FE0F",
  12605. "man-facepalming": "1F926-200D-2642-FE0F",
  12606. "face_palm": "1F926",
  12607. "sneezing_face": "1F927",
  12608. "face_with_raised_eyebrow": "1F928",
  12609. "star-struck": "1F929",
  12610. "zany_face": "1F92A",
  12611. "shushing_face": "1F92B",
  12612. "face_with_symbols_on_mouth": "1F92C",
  12613. "face_with_hand_over_mouth": "1F92D",
  12614. "face_vomiting": "1F92E",
  12615. "exploding_head": "1F92F",
  12616. "pregnant_woman": "1F930",
  12617. "breast-feeding": "1F931",
  12618. "palms_up_together": "1F932",
  12619. "selfie": "1F933",
  12620. "prince": "1F934",
  12621. "woman_in_tuxedo": "1F935-200D-2640-FE0F",
  12622. "man_in_tuxedo": "1F935-200D-2642-FE0F",
  12623. "person_in_tuxedo": "1F935",
  12624. "mrs_claus": "1F936",
  12625. "woman-shrugging": "1F937-200D-2640-FE0F",
  12626. "man-shrugging": "1F937-200D-2642-FE0F",
  12627. "shrug": "1F937",
  12628. "woman-cartwheeling": "1F938-200D-2640-FE0F",
  12629. "man-cartwheeling": "1F938-200D-2642-FE0F",
  12630. "person_doing_cartwheel": "1F938",
  12631. "woman-juggling": "1F939-200D-2640-FE0F",
  12632. "man-juggling": "1F939-200D-2642-FE0F",
  12633. "juggling": "1F939",
  12634. "fencer": "1F93A",
  12635. "woman-wrestling": "1F93C-200D-2640-FE0F",
  12636. "man-wrestling": "1F93C-200D-2642-FE0F",
  12637. "wrestlers": "1F93C",
  12638. "woman-playing-water-polo": "1F93D-200D-2640-FE0F",
  12639. "man-playing-water-polo": "1F93D-200D-2642-FE0F",
  12640. "water_polo": "1F93D",
  12641. "woman-playing-handball": "1F93E-200D-2640-FE0F",
  12642. "man-playing-handball": "1F93E-200D-2642-FE0F",
  12643. "handball": "1F93E",
  12644. "diving_mask": "1F93F",
  12645. "wilted_flower": "1F940",
  12646. "drum_with_drumsticks": "1F941",
  12647. "clinking_glasses": "1F942",
  12648. "tumbler_glass": "1F943",
  12649. "spoon": "1F944",
  12650. "goal_net": "1F945",
  12651. "first_place_medal": "1F947",
  12652. "second_place_medal": "1F948",
  12653. "third_place_medal": "1F949",
  12654. "boxing_glove": "1F94A",
  12655. "martial_arts_uniform": "1F94B",
  12656. "curling_stone": "1F94C",
  12657. "lacrosse": "1F94D",
  12658. "softball": "1F94E",
  12659. "flying_disc": "1F94F",
  12660. "croissant": "1F950",
  12661. "avocado": "1F951",
  12662. "cucumber": "1F952",
  12663. "bacon": "1F953",
  12664. "potato": "1F954",
  12665. "carrot": "1F955",
  12666. "baguette_bread": "1F956",
  12667. "green_salad": "1F957",
  12668. "shallow_pan_of_food": "1F958",
  12669. "stuffed_flatbread": "1F959",
  12670. "egg": "1F95A",
  12671. "glass_of_milk": "1F95B",
  12672. "peanuts": "1F95C",
  12673. "kiwifruit": "1F95D",
  12674. "pancakes": "1F95E",
  12675. "dumpling": "1F95F",
  12676. "fortune_cookie": "1F960",
  12677. "takeout_box": "1F961",
  12678. "chopsticks": "1F962",
  12679. "bowl_with_spoon": "1F963",
  12680. "cup_with_straw": "1F964",
  12681. "coconut": "1F965",
  12682. "broccoli": "1F966",
  12683. "pie": "1F967",
  12684. "pretzel": "1F968",
  12685. "cut_of_meat": "1F969",
  12686. "sandwich": "1F96A",
  12687. "canned_food": "1F96B",
  12688. "leafy_green": "1F96C",
  12689. "mango": "1F96D",
  12690. "moon_cake": "1F96E",
  12691. "bagel": "1F96F",
  12692. "smiling_face_with_3_hearts": "1F970",
  12693. "yawning_face": "1F971",
  12694. "smiling_face_with_tear": "1F972",
  12695. "partying_face": "1F973",
  12696. "woozy_face": "1F974",
  12697. "hot_face": "1F975",
  12698. "cold_face": "1F976",
  12699. "ninja": "1F977",
  12700. "disguised_face": "1F978",
  12701. "face_holding_back_tears": "1F979",
  12702. "pleading_face": "1F97A",
  12703. "sari": "1F97B",
  12704. "lab_coat": "1F97C",
  12705. "goggles": "1F97D",
  12706. "hiking_boot": "1F97E",
  12707. "womans_flat_shoe": "1F97F",
  12708. "crab": "1F980",
  12709. "lion_face": "1F981",
  12710. "scorpion": "1F982",
  12711. "turkey": "1F983",
  12712. "unicorn_face": "1F984",
  12713. "eagle": "1F985",
  12714. "duck": "1F986",
  12715. "bat": "1F987",
  12716. "shark": "1F988",
  12717. "owl": "1F989",
  12718. "fox_face": "1F98A",
  12719. "butterfly": "1F98B",
  12720. "deer": "1F98C",
  12721. "gorilla": "1F98D",
  12722. "lizard": "1F98E",
  12723. "rhinoceros": "1F98F",
  12724. "shrimp": "1F990",
  12725. "squid": "1F991",
  12726. "giraffe_face": "1F992",
  12727. "zebra_face": "1F993",
  12728. "hedgehog": "1F994",
  12729. "sauropod": "1F995",
  12730. "t-rex": "1F996",
  12731. "cricket": "1F997",
  12732. "kangaroo": "1F998",
  12733. "llama": "1F999",
  12734. "peacock": "1F99A",
  12735. "hippopotamus": "1F99B",
  12736. "parrot": "1F99C",
  12737. "raccoon": "1F99D",
  12738. "lobster": "1F99E",
  12739. "mosquito": "1F99F",
  12740. "microbe": "1F9A0",
  12741. "badger": "1F9A1",
  12742. "swan": "1F9A2",
  12743. "mammoth": "1F9A3",
  12744. "dodo": "1F9A4",
  12745. "sloth": "1F9A5",
  12746. "otter": "1F9A6",
  12747. "orangutan": "1F9A7",
  12748. "skunk": "1F9A8",
  12749. "flamingo": "1F9A9",
  12750. "oyster": "1F9AA",
  12751. "beaver": "1F9AB",
  12752. "bison": "1F9AC",
  12753. "seal": "1F9AD",
  12754. "guide_dog": "1F9AE",
  12755. "probing_cane": "1F9AF",
  12756. "bone": "1F9B4",
  12757. "leg": "1F9B5",
  12758. "foot": "1F9B6",
  12759. "tooth": "1F9B7",
  12760. "female_superhero": "1F9B8-200D-2640-FE0F",
  12761. "male_superhero": "1F9B8-200D-2642-FE0F",
  12762. "superhero": "1F9B8",
  12763. "female_supervillain": "1F9B9-200D-2640-FE0F",
  12764. "male_supervillain": "1F9B9-200D-2642-FE0F",
  12765. "supervillain": "1F9B9",
  12766. "safety_vest": "1F9BA",
  12767. "ear_with_hearing_aid": "1F9BB",
  12768. "motorized_wheelchair": "1F9BC",
  12769. "manual_wheelchair": "1F9BD",
  12770. "mechanical_arm": "1F9BE",
  12771. "mechanical_leg": "1F9BF",
  12772. "cheese_wedge": "1F9C0",
  12773. "cupcake": "1F9C1",
  12774. "salt": "1F9C2",
  12775. "beverage_box": "1F9C3",
  12776. "garlic": "1F9C4",
  12777. "onion": "1F9C5",
  12778. "falafel": "1F9C6",
  12779. "waffle": "1F9C7",
  12780. "butter": "1F9C8",
  12781. "mate_drink": "1F9C9",
  12782. "ice_cube": "1F9CA",
  12783. "bubble_tea": "1F9CB",
  12784. "troll": "1F9CC",
  12785. "woman_standing": "1F9CD-200D-2640-FE0F",
  12786. "man_standing": "1F9CD-200D-2642-FE0F",
  12787. "standing_person": "1F9CD",
  12788. "woman_kneeling": "1F9CE-200D-2640-FE0F",
  12789. "woman_kneeling_facing_right": "1F9CE-200D-2640-FE0F-200D-27A1-FE0F",
  12790. "man_kneeling": "1F9CE-200D-2642-FE0F",
  12791. "man_kneeling_facing_right": "1F9CE-200D-2642-FE0F-200D-27A1-FE0F",
  12792. "person_kneeling_facing_right": "1F9CE-200D-27A1-FE0F",
  12793. "kneeling_person": "1F9CE",
  12794. "deaf_woman": "1F9CF-200D-2640-FE0F",
  12795. "deaf_man": "1F9CF-200D-2642-FE0F",
  12796. "deaf_person": "1F9CF",
  12797. "face_with_monocle": "1F9D0",
  12798. "farmer": "1F9D1-200D-1F33E",
  12799. "cook": "1F9D1-200D-1F373",
  12800. "person_feeding_baby": "1F9D1-200D-1F37C",
  12801. "mx_claus": "1F9D1-200D-1F384",
  12802. "student": "1F9D1-200D-1F393",
  12803. "singer": "1F9D1-200D-1F3A4",
  12804. "artist": "1F9D1-200D-1F3A8",
  12805. "teacher": "1F9D1-200D-1F3EB",
  12806. "factory_worker": "1F9D1-200D-1F3ED",
  12807. "technologist": "1F9D1-200D-1F4BB",
  12808. "office_worker": "1F9D1-200D-1F4BC",
  12809. "mechanic": "1F9D1-200D-1F527",
  12810. "scientist": "1F9D1-200D-1F52C",
  12811. "astronaut": "1F9D1-200D-1F680",
  12812. "firefighter": "1F9D1-200D-1F692",
  12813. "people_holding_hands": "1F9D1-200D-1F91D-200D-1F9D1",
  12814. "person_with_white_cane_facing_right": "1F9D1-200D-1F9AF-200D-27A1-FE0F",
  12815. "person_with_probing_cane": "1F9D1-200D-1F9AF",
  12816. "red_haired_person": "1F9D1-200D-1F9B0",
  12817. "curly_haired_person": "1F9D1-200D-1F9B1",
  12818. "bald_person": "1F9D1-200D-1F9B2",
  12819. "white_haired_person": "1F9D1-200D-1F9B3",
  12820. "person_in_motorized_wheelchair_facing_right": "1F9D1-200D-1F9BC-200D-27A1-FE0F",
  12821. "person_in_motorized_wheelchair": "1F9D1-200D-1F9BC",
  12822. "person_in_manual_wheelchair_facing_right": "1F9D1-200D-1F9BD-200D-27A1-FE0F",
  12823. "person_in_manual_wheelchair": "1F9D1-200D-1F9BD",
  12824. "family_adult_adult_child": "1F9D1-200D-1F9D1-200D-1F9D2",
  12825. "family_adult_adult_child_child": "1F9D1-200D-1F9D1-200D-1F9D2-200D-1F9D2",
  12826. "family_adult_child_child": "1F9D1-200D-1F9D2-200D-1F9D2",
  12827. "family_adult_child": "1F9D1-200D-1F9D2",
  12828. "health_worker": "1F9D1-200D-2695-FE0F",
  12829. "judge": "1F9D1-200D-2696-FE0F",
  12830. "pilot": "1F9D1-200D-2708-FE0F",
  12831. "adult": "1F9D1",
  12832. "child": "1F9D2",
  12833. "older_adult": "1F9D3",
  12834. "woman_with_beard": "1F9D4-200D-2640-FE0F",
  12835. "man_with_beard": "1F9D4-200D-2642-FE0F",
  12836. "bearded_person": "1F9D4",
  12837. "person_with_headscarf": "1F9D5",
  12838. "woman_in_steamy_room": "1F9D6-200D-2640-FE0F",
  12839. "man_in_steamy_room": "1F9D6-200D-2642-FE0F",
  12840. "person_in_steamy_room": "1F9D6-200D-2642-FE0F",
  12841. "woman_climbing": "1F9D7-200D-2640-FE0F",
  12842. "man_climbing": "1F9D7-200D-2642-FE0F",
  12843. "person_climbing": "1F9D7-200D-2640-FE0F",
  12844. "woman_in_lotus_position": "1F9D8-200D-2640-FE0F",
  12845. "man_in_lotus_position": "1F9D8-200D-2642-FE0F",
  12846. "person_in_lotus_position": "1F9D8-200D-2640-FE0F",
  12847. "female_mage": "1F9D9-200D-2640-FE0F",
  12848. "male_mage": "1F9D9-200D-2642-FE0F",
  12849. "mage": "1F9D9-200D-2640-FE0F",
  12850. "female_fairy": "1F9DA-200D-2640-FE0F",
  12851. "male_fairy": "1F9DA-200D-2642-FE0F",
  12852. "fairy": "1F9DA-200D-2640-FE0F",
  12853. "female_vampire": "1F9DB-200D-2640-FE0F",
  12854. "male_vampire": "1F9DB-200D-2642-FE0F",
  12855. "vampire": "1F9DB-200D-2640-FE0F",
  12856. "mermaid": "1F9DC-200D-2640-FE0F",
  12857. "merman": "1F9DC-200D-2642-FE0F",
  12858. "merperson": "1F9DC-200D-2642-FE0F",
  12859. "female_elf": "1F9DD-200D-2640-FE0F",
  12860. "male_elf": "1F9DD-200D-2642-FE0F",
  12861. "elf": "1F9DD-200D-2642-FE0F",
  12862. "female_genie": "1F9DE-200D-2640-FE0F",
  12863. "male_genie": "1F9DE-200D-2642-FE0F",
  12864. "genie": "1F9DE-200D-2642-FE0F",
  12865. "female_zombie": "1F9DF-200D-2640-FE0F",
  12866. "male_zombie": "1F9DF-200D-2642-FE0F",
  12867. "zombie": "1F9DF-200D-2642-FE0F",
  12868. "brain": "1F9E0",
  12869. "orange_heart": "1F9E1",
  12870. "billed_cap": "1F9E2",
  12871. "scarf": "1F9E3",
  12872. "gloves": "1F9E4",
  12873. "coat": "1F9E5",
  12874. "socks": "1F9E6",
  12875. "red_envelope": "1F9E7",
  12876. "firecracker": "1F9E8",
  12877. "jigsaw": "1F9E9",
  12878. "test_tube": "1F9EA",
  12879. "petri_dish": "1F9EB",
  12880. "dna": "1F9EC",
  12881. "compass": "1F9ED",
  12882. "abacus": "1F9EE",
  12883. "fire_extinguisher": "1F9EF",
  12884. "toolbox": "1F9F0",
  12885. "bricks": "1F9F1",
  12886. "magnet": "1F9F2",
  12887. "luggage": "1F9F3",
  12888. "lotion_bottle": "1F9F4",
  12889. "thread": "1F9F5",
  12890. "yarn": "1F9F6",
  12891. "safety_pin": "1F9F7",
  12892. "teddy_bear": "1F9F8",
  12893. "broom": "1F9F9",
  12894. "basket": "1F9FA",
  12895. "roll_of_paper": "1F9FB",
  12896. "soap": "1F9FC",
  12897. "sponge": "1F9FD",
  12898. "receipt": "1F9FE",
  12899. "nazar_amulet": "1F9FF",
  12900. "ballet_shoes": "1FA70",
  12901. "one-piece_swimsuit": "1FA71",
  12902. "briefs": "1FA72",
  12903. "shorts": "1FA73",
  12904. "thong_sandal": "1FA74",
  12905. "light_blue_heart": "1FA75",
  12906. "grey_heart": "1FA76",
  12907. "pink_heart": "1FA77",
  12908. "drop_of_blood": "1FA78",
  12909. "adhesive_bandage": "1FA79",
  12910. "stethoscope": "1FA7A",
  12911. "x-ray": "1FA7B",
  12912. "crutch": "1FA7C",
  12913. "yo-yo": "1FA80",
  12914. "kite": "1FA81",
  12915. "parachute": "1FA82",
  12916. "boomerang": "1FA83",
  12917. "magic_wand": "1FA84",
  12918. "pinata": "1FA85",
  12919. "nesting_dolls": "1FA86",
  12920. "maracas": "1FA87",
  12921. "flute": "1FA88",
  12922. "ringed_planet": "1FA90",
  12923. "chair": "1FA91",
  12924. "razor": "1FA92",
  12925. "axe": "1FA93",
  12926. "diya_lamp": "1FA94",
  12927. "banjo": "1FA95",
  12928. "military_helmet": "1FA96",
  12929. "accordion": "1FA97",
  12930. "long_drum": "1FA98",
  12931. "coin": "1FA99",
  12932. "carpentry_saw": "1FA9A",
  12933. "screwdriver": "1FA9B",
  12934. "ladder": "1FA9C",
  12935. "hook": "1FA9D",
  12936. "mirror": "1FA9E",
  12937. "window": "1FA9F",
  12938. "plunger": "1FAA0",
  12939. "sewing_needle": "1FAA1",
  12940. "knot": "1FAA2",
  12941. "bucket": "1FAA3",
  12942. "mouse_trap": "1FAA4",
  12943. "toothbrush": "1FAA5",
  12944. "headstone": "1FAA6",
  12945. "placard": "1FAA7",
  12946. "rock": "1FAA8",
  12947. "mirror_ball": "1FAA9",
  12948. "identification_card": "1FAAA",
  12949. "low_battery": "1FAAB",
  12950. "hamsa": "1FAAC",
  12951. "folding_hand_fan": "1FAAD",
  12952. "hair_pick": "1FAAE",
  12953. "khanda": "1FAAF",
  12954. "fly": "1FAB0",
  12955. "worm": "1FAB1",
  12956. "beetle": "1FAB2",
  12957. "cockroach": "1FAB3",
  12958. "potted_plant": "1FAB4",
  12959. "wood": "1FAB5",
  12960. "feather": "1FAB6",
  12961. "lotus": "1FAB7",
  12962. "coral": "1FAB8",
  12963. "empty_nest": "1FAB9",
  12964. "nest_with_eggs": "1FABA",
  12965. "hyacinth": "1FABB",
  12966. "jellyfish": "1FABC",
  12967. "wing": "1FABD",
  12968. "goose": "1FABF",
  12969. "anatomical_heart": "1FAC0",
  12970. "lungs": "1FAC1",
  12971. "people_hugging": "1FAC2",
  12972. "pregnant_man": "1FAC3",
  12973. "pregnant_person": "1FAC4",
  12974. "person_with_crown": "1FAC5",
  12975. "moose": "1FACE",
  12976. "donkey": "1FACF",
  12977. "blueberries": "1FAD0",
  12978. "bell_pepper": "1FAD1",
  12979. "olive": "1FAD2",
  12980. "flatbread": "1FAD3",
  12981. "tamale": "1FAD4",
  12982. "fondue": "1FAD5",
  12983. "teapot": "1FAD6",
  12984. "pouring_liquid": "1FAD7",
  12985. "beans": "1FAD8",
  12986. "jar": "1FAD9",
  12987. "ginger_root": "1FADA",
  12988. "pea_pod": "1FADB",
  12989. "melting_face": "1FAE0",
  12990. "saluting_face": "1FAE1",
  12991. "face_with_open_eyes_and_hand_over_mouth": "1FAE2",
  12992. "face_with_peeking_eye": "1FAE3",
  12993. "face_with_diagonal_mouth": "1FAE4",
  12994. "dotted_line_face": "1FAE5",
  12995. "biting_lip": "1FAE6",
  12996. "bubbles": "1FAE7",
  12997. "shaking_face": "1FAE8",
  12998. "hand_with_index_finger_and_thumb_crossed": "1FAF0",
  12999. "rightwards_hand": "1FAF1",
  13000. "leftwards_hand": "1FAF2",
  13001. "palm_down_hand": "1FAF3",
  13002. "palm_up_hand": "1FAF4",
  13003. "index_pointing_at_the_viewer": "1FAF5",
  13004. "heart_hands": "1FAF6",
  13005. "leftwards_pushing_hand": "1FAF7",
  13006. "rightwards_pushing_hand": "1FAF8",
  13007. "bangbang": "203C-FE0F",
  13008. "interrobang": "2049-FE0F",
  13009. "tm": "2122-FE0F",
  13010. "information_source": "2139-FE0F",
  13011. "left_right_arrow": "2194-FE0F",
  13012. "arrow_up_down": "2195-FE0F",
  13013. "arrow_upper_left": "2196-FE0F",
  13014. "arrow_upper_right": "2197-FE0F",
  13015. "arrow_lower_right": "2198-FE0F",
  13016. "arrow_lower_left": "2199-FE0F",
  13017. "leftwards_arrow_with_hook": "21A9-FE0F",
  13018. "arrow_right_hook": "21AA-FE0F",
  13019. "watch": "231A",
  13020. "hourglass": "231B",
  13021. "keyboard": "2328-FE0F",
  13022. "eject": "23CF-FE0F",
  13023. "fast_forward": "23E9",
  13024. "rewind": "23EA",
  13025. "arrow_double_up": "23EB",
  13026. "arrow_double_down": "23EC",
  13027. "black_right_pointing_double_triangle_with_vertical_bar": "23ED-FE0F",
  13028. "black_left_pointing_double_triangle_with_vertical_bar": "23EE-FE0F",
  13029. "black_right_pointing_triangle_with_double_vertical_bar": "23EF-FE0F",
  13030. "alarm_clock": "23F0",
  13031. "stopwatch": "23F1-FE0F",
  13032. "timer_clock": "23F2-FE0F",
  13033. "hourglass_flowing_sand": "23F3",
  13034. "double_vertical_bar": "23F8-FE0F",
  13035. "black_square_for_stop": "23F9-FE0F",
  13036. "black_circle_for_record": "23FA-FE0F",
  13037. "m": "24C2-FE0F",
  13038. "black_small_square": "25AA-FE0F",
  13039. "white_small_square": "25AB-FE0F",
  13040. "arrow_forward": "25B6-FE0F",
  13041. "arrow_backward": "25C0-FE0F",
  13042. "white_medium_square": "25FB-FE0F",
  13043. "black_medium_square": "25FC-FE0F",
  13044. "white_medium_small_square": "25FD",
  13045. "black_medium_small_square": "25FE",
  13046. "sunny": "2600-FE0F",
  13047. "cloud": "2601-FE0F",
  13048. "umbrella": "2602-FE0F",
  13049. "snowman": "2603-FE0F",
  13050. "comet": "2604-FE0F",
  13051. "phone": "260E-FE0F",
  13052. "ballot_box_with_check": "2611-FE0F",
  13053. "umbrella_with_rain_drops": "2614",
  13054. "coffee": "2615",
  13055. "shamrock": "2618-FE0F",
  13056. "point_up": "261D-FE0F",
  13057. "skull_and_crossbones": "2620-FE0F",
  13058. "radioactive_sign": "2622-FE0F",
  13059. "biohazard_sign": "2623-FE0F",
  13060. "orthodox_cross": "2626-FE0F",
  13061. "star_and_crescent": "262A-FE0F",
  13062. "peace_symbol": "262E-FE0F",
  13063. "yin_yang": "262F-FE0F",
  13064. "wheel_of_dharma": "2638-FE0F",
  13065. "white_frowning_face": "2639-FE0F",
  13066. "relaxed": "263A-FE0F",
  13067. "female_sign": "2640-FE0F",
  13068. "male_sign": "2642-FE0F",
  13069. "aries": "2648",
  13070. "taurus": "2649",
  13071. "gemini": "264A",
  13072. "cancer": "264B",
  13073. "leo": "264C",
  13074. "virgo": "264D",
  13075. "libra": "264E",
  13076. "scorpius": "264F",
  13077. "sagittarius": "2650",
  13078. "capricorn": "2651",
  13079. "aquarius": "2652",
  13080. "pisces": "2653",
  13081. "chess_pawn": "265F-FE0F",
  13082. "spades": "2660-FE0F",
  13083. "clubs": "2663-FE0F",
  13084. "hearts": "2665-FE0F",
  13085. "diamonds": "2666-FE0F",
  13086. "hotsprings": "2668-FE0F",
  13087. "recycle": "267B-FE0F",
  13088. "infinity": "267E-FE0F",
  13089. "wheelchair": "267F",
  13090. "hammer_and_pick": "2692-FE0F",
  13091. "anchor": "2693",
  13092. "crossed_swords": "2694-FE0F",
  13093. "medical_symbol": "2695-FE0F",
  13094. "scales": "2696-FE0F",
  13095. "alembic": "2697-FE0F",
  13096. "gear": "2699-FE0F",
  13097. "atom_symbol": "269B-FE0F",
  13098. "fleur_de_lis": "269C-FE0F",
  13099. "warning": "26A0-FE0F",
  13100. "zap": "26A1",
  13101. "transgender_symbol": "26A7-FE0F",
  13102. "white_circle": "26AA",
  13103. "black_circle": "26AB",
  13104. "coffin": "26B0-FE0F",
  13105. "funeral_urn": "26B1-FE0F",
  13106. "soccer": "26BD",
  13107. "baseball": "26BE",
  13108. "snowman_without_snow": "26C4",
  13109. "partly_sunny": "26C5",
  13110. "thunder_cloud_and_rain": "26C8-FE0F",
  13111. "ophiuchus": "26CE",
  13112. "pick": "26CF-FE0F",
  13113. "helmet_with_white_cross": "26D1-FE0F",
  13114. "broken_chain": "26D3-FE0F-200D-1F4A5",
  13115. "chains": "26D3-FE0F",
  13116. "no_entry": "26D4",
  13117. "shinto_shrine": "26E9-FE0F",
  13118. "church": "26EA",
  13119. "mountain": "26F0-FE0F",
  13120. "umbrella_on_ground": "26F1-FE0F",
  13121. "fountain": "26F2",
  13122. "golf": "26F3",
  13123. "ferry": "26F4-FE0F",
  13124. "boat": "26F5",
  13125. "skier": "26F7-FE0F",
  13126. "ice_skate": "26F8-FE0F",
  13127. "woman-bouncing-ball": "26F9-FE0F-200D-2640-FE0F",
  13128. "man-bouncing-ball": "26F9-FE0F-200D-2642-FE0F",
  13129. "person_with_ball": "26F9-FE0F-200D-2642-FE0F",
  13130. "tent": "26FA",
  13131. "fuelpump": "26FD",
  13132. "scissors": "2702-FE0F",
  13133. "white_check_mark": "2705",
  13134. "airplane": "2708-FE0F",
  13135. "email": "2709-FE0F",
  13136. "fist": "270A",
  13137. "hand": "270B",
  13138. "v": "270C-FE0F",
  13139. "writing_hand": "270D-FE0F",
  13140. "pencil2": "270F-FE0F",
  13141. "black_nib": "2712-FE0F",
  13142. "heavy_check_mark": "2714-FE0F",
  13143. "heavy_multiplication_x": "2716-FE0F",
  13144. "latin_cross": "271D-FE0F",
  13145. "star_of_david": "2721-FE0F",
  13146. "sparkles": "2728",
  13147. "eight_spoked_asterisk": "2733-FE0F",
  13148. "eight_pointed_black_star": "2734-FE0F",
  13149. "snowflake": "2744-FE0F",
  13150. "sparkle": "2747-FE0F",
  13151. "x": "274C",
  13152. "negative_squared_cross_mark": "274E",
  13153. "question": "2753",
  13154. "grey_question": "2754",
  13155. "grey_exclamation": "2755",
  13156. "exclamation": "2757",
  13157. "heavy_heart_exclamation_mark_ornament": "2763-FE0F",
  13158. "heart_on_fire": "2764-FE0F-200D-1F525",
  13159. "mending_heart": "2764-FE0F-200D-1FA79",
  13160. "heart": "2764-FE0F",
  13161. "heavy_plus_sign": "2795",
  13162. "heavy_minus_sign": "2796",
  13163. "heavy_division_sign": "2797",
  13164. "arrow_right": "27A1-FE0F",
  13165. "curly_loop": "27B0",
  13166. "loop": "27BF",
  13167. "arrow_heading_up": "2934-FE0F",
  13168. "arrow_heading_down": "2935-FE0F",
  13169. "arrow_left": "2B05-FE0F",
  13170. "arrow_up": "2B06-FE0F",
  13171. "arrow_down": "2B07-FE0F",
  13172. "black_large_square": "2B1B",
  13173. "white_large_square": "2B1C",
  13174. "star": "2B50",
  13175. "o": "2B55",
  13176. "wavy_dash": "3030-FE0F",
  13177. "part_alternation_mark": "303D-FE0F",
  13178. "congratulations": "3297-FE0F",
  13179. "secret": "3299-FE0F"
  13180. };