fomantic-ui 2.9.0-beta.98 → 2.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (442) hide show
  1. package/.all-contributorsrc +86 -1
  2. package/.github/codeql/codeql-config.yml +4 -0
  3. package/.github/dependabot.yml +10 -0
  4. package/.github/workflows/ci.yml +10 -6
  5. package/.github/workflows/codeql.yml +68 -0
  6. package/.github/workflows/nightly.yml +16 -8
  7. package/.github/workflows/release.yml +34 -0
  8. package/CHANGELOG.md +925 -650
  9. package/CONTRIBUTORS.md +16 -1
  10. package/FAQ.md +38 -38
  11. package/README.md +7 -7
  12. package/dist/components/accordion.css +136 -40
  13. package/dist/components/accordion.js +10 -4
  14. package/dist/components/accordion.min.css +2 -2
  15. package/dist/components/accordion.min.js +3 -3
  16. package/dist/components/ad.css +4 -4
  17. package/dist/components/ad.min.css +2 -2
  18. package/dist/components/api.js +82 -25
  19. package/dist/components/api.min.js +3 -3
  20. package/dist/components/breadcrumb.css +1 -1
  21. package/dist/components/breadcrumb.min.css +1 -1
  22. package/dist/components/button.css +124 -77
  23. package/dist/components/button.min.css +2 -2
  24. package/dist/components/calendar.css +18 -1
  25. package/dist/components/calendar.js +92 -73
  26. package/dist/components/calendar.min.css +2 -2
  27. package/dist/components/calendar.min.js +3 -3
  28. package/dist/components/card.css +729 -99
  29. package/dist/components/card.min.css +2 -2
  30. package/dist/components/checkbox.css +92 -92
  31. package/dist/components/checkbox.js +4 -3
  32. package/dist/components/checkbox.min.css +2 -2
  33. package/dist/components/checkbox.min.js +3 -3
  34. package/dist/components/comment.css +2 -2
  35. package/dist/components/comment.min.css +2 -2
  36. package/dist/components/container.css +98 -4
  37. package/dist/components/container.min.css +2 -2
  38. package/dist/components/dimmer.css +7 -6
  39. package/dist/components/dimmer.js +19 -10
  40. package/dist/components/dimmer.min.css +2 -2
  41. package/dist/components/dimmer.min.js +3 -3
  42. package/dist/components/divider.css +31 -31
  43. package/dist/components/divider.min.css +2 -2
  44. package/dist/components/dropdown.css +74 -47
  45. package/dist/components/dropdown.js +237 -188
  46. package/dist/components/dropdown.min.css +2 -2
  47. package/dist/components/dropdown.min.js +3 -3
  48. package/dist/components/embed.css +5 -5
  49. package/dist/components/embed.js +14 -10
  50. package/dist/components/embed.min.css +2 -2
  51. package/dist/components/embed.min.js +3 -3
  52. package/dist/components/emoji.css +10797 -8839
  53. package/dist/components/emoji.min.css +1 -1
  54. package/dist/components/feed.css +2 -2
  55. package/dist/components/feed.min.css +2 -2
  56. package/dist/components/flag.css +563 -563
  57. package/dist/components/flag.min.css +2 -2
  58. package/dist/components/flyout.css +592 -0
  59. package/dist/components/flyout.js +1530 -0
  60. package/dist/components/flyout.min.css +9 -0
  61. package/dist/components/flyout.min.js +11 -0
  62. package/dist/components/form.css +67 -39
  63. package/dist/components/form.js +25 -21
  64. package/dist/components/form.min.css +2 -2
  65. package/dist/components/form.min.js +3 -3
  66. package/dist/components/grid.css +15 -14
  67. package/dist/components/grid.min.css +2 -2
  68. package/dist/components/header.css +6 -4
  69. package/dist/components/header.min.css +2 -2
  70. package/dist/components/icon.css +2105 -2061
  71. package/dist/components/icon.min.css +2 -2
  72. package/dist/components/image.css +1 -1
  73. package/dist/components/image.min.css +1 -1
  74. package/dist/components/input.css +743 -21
  75. package/dist/components/input.min.css +2 -2
  76. package/dist/components/item.css +5 -5
  77. package/dist/components/item.min.css +2 -2
  78. package/dist/components/label.css +72 -68
  79. package/dist/components/label.min.css +2 -2
  80. package/dist/components/list.css +31 -31
  81. package/dist/components/list.min.css +2 -2
  82. package/dist/components/loader.css +352 -352
  83. package/dist/components/loader.min.css +2 -2
  84. package/dist/components/menu.css +79 -71
  85. package/dist/components/menu.min.css +1 -1
  86. package/dist/components/message.css +3 -3
  87. package/dist/components/message.min.css +2 -2
  88. package/dist/components/modal.css +35 -6
  89. package/dist/components/modal.js +97 -57
  90. package/dist/components/modal.min.css +2 -2
  91. package/dist/components/modal.min.js +3 -3
  92. package/dist/components/nag.css +1 -1
  93. package/dist/components/nag.js +3 -3
  94. package/dist/components/nag.min.css +1 -1
  95. package/dist/components/nag.min.js +3 -3
  96. package/dist/components/placeholder.css +33 -33
  97. package/dist/components/placeholder.min.css +2 -2
  98. package/dist/components/popup.css +100 -104
  99. package/dist/components/popup.js +17 -23
  100. package/dist/components/popup.min.css +2 -2
  101. package/dist/components/popup.min.js +3 -3
  102. package/dist/components/progress.css +1 -1
  103. package/dist/components/progress.js +6 -3
  104. package/dist/components/progress.min.css +1 -1
  105. package/dist/components/progress.min.js +3 -3
  106. package/dist/components/rail.css +1 -1
  107. package/dist/components/rail.min.css +1 -1
  108. package/dist/components/rating.css +1 -1
  109. package/dist/components/rating.js +8 -4
  110. package/dist/components/rating.min.css +1 -1
  111. package/dist/components/rating.min.js +3 -3
  112. package/dist/components/reset.css +5 -4
  113. package/dist/components/reset.min.css +2 -2
  114. package/dist/components/reveal.css +1 -1
  115. package/dist/components/reveal.min.css +1 -1
  116. package/dist/components/search.css +6 -6
  117. package/dist/components/search.js +48 -21
  118. package/dist/components/search.min.css +2 -2
  119. package/dist/components/search.min.js +3 -3
  120. package/dist/components/segment.css +107 -29
  121. package/dist/components/segment.min.css +2 -2
  122. package/dist/components/shape.css +1 -1
  123. package/dist/components/shape.js +4 -4
  124. package/dist/components/shape.min.css +1 -1
  125. package/dist/components/shape.min.js +3 -3
  126. package/dist/components/sidebar.css +20 -8
  127. package/dist/components/sidebar.js +141 -44
  128. package/dist/components/sidebar.min.css +2 -2
  129. package/dist/components/sidebar.min.js +3 -3
  130. package/dist/components/site.css +79 -4
  131. package/dist/components/site.js +2 -2
  132. package/dist/components/site.min.css +2 -2
  133. package/dist/components/site.min.js +3 -3
  134. package/dist/components/slider.css +17 -17
  135. package/dist/components/slider.js +79 -64
  136. package/dist/components/slider.min.css +1 -1
  137. package/dist/components/slider.min.js +3 -3
  138. package/dist/components/state.js +3 -3
  139. package/dist/components/state.min.js +3 -3
  140. package/dist/components/statistic.css +4 -4
  141. package/dist/components/statistic.min.css +2 -2
  142. package/dist/components/step.css +30 -30
  143. package/dist/components/step.min.css +2 -2
  144. package/dist/components/sticky.css +1 -1
  145. package/dist/components/sticky.js +30 -19
  146. package/dist/components/sticky.min.css +1 -1
  147. package/dist/components/sticky.min.js +3 -3
  148. package/dist/components/tab.css +5 -5
  149. package/dist/components/tab.js +25 -7
  150. package/dist/components/tab.min.css +2 -2
  151. package/dist/components/tab.min.js +3 -3
  152. package/dist/components/table.css +1680 -270
  153. package/dist/components/table.min.css +2 -2
  154. package/dist/components/text.css +1 -1
  155. package/dist/components/text.min.css +1 -1
  156. package/dist/components/toast.css +11 -1
  157. package/dist/components/toast.js +19 -12
  158. package/dist/components/toast.min.css +2 -2
  159. package/dist/components/toast.min.js +3 -3
  160. package/dist/components/transition.css +1 -1
  161. package/dist/components/transition.js +27 -22
  162. package/dist/components/transition.min.css +1 -1
  163. package/dist/components/transition.min.js +3 -3
  164. package/dist/components/visibility.js +5 -5
  165. package/dist/components/visibility.min.js +3 -3
  166. package/dist/semantic.css +41415 -34430
  167. package/dist/semantic.js +2597 -696
  168. package/dist/semantic.min.css +3 -3
  169. package/dist/semantic.min.js +3 -3
  170. package/dist/themes/default/assets/fonts/Lato-Bold.woff +0 -0
  171. package/dist/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
  172. package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
  173. package/dist/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
  174. package/dist/themes/default/assets/fonts/Lato-Italic.woff +0 -0
  175. package/dist/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
  176. package/dist/themes/default/assets/fonts/Lato-Regular.woff +0 -0
  177. package/dist/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
  178. package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
  179. package/dist/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
  180. package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
  181. package/dist/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
  182. package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
  183. package/dist/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
  184. package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
  185. package/dist/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
  186. package/dist/themes/default/assets/fonts/brand-icons.woff +0 -0
  187. package/dist/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  188. package/dist/themes/default/assets/fonts/icons.woff +0 -0
  189. package/dist/themes/default/assets/fonts/icons.woff2 +0 -0
  190. package/dist/themes/default/assets/fonts/outline-icons.woff +0 -0
  191. package/dist/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  192. package/dist/themes/{default → famfamfam}/assets/images/flags.png +0 -0
  193. package/examples/assets/library/iframe-content.js +3 -3
  194. package/examples/assets/library/iframe.js +3 -3
  195. package/examples/components/button.html +1 -1
  196. package/examples/components/card.html +1 -1
  197. package/examples/components/input.html +1 -1
  198. package/examples/components/menu.html +1 -1
  199. package/examples/components/site.html +1 -1
  200. package/examples/components/sticky-context.html +197 -0
  201. package/examples/components/table.html +1 -1
  202. package/package.json +20 -18
  203. package/scripts/nightly-version.js +47 -38
  204. package/src/definitions/behaviors/api.js +81 -24
  205. package/src/definitions/behaviors/form.js +24 -20
  206. package/src/definitions/behaviors/state.js +2 -2
  207. package/src/definitions/behaviors/visibility.js +4 -4
  208. package/src/definitions/collections/form.less +43 -31
  209. package/src/definitions/collections/grid.less +11 -11
  210. package/src/definitions/collections/menu.less +62 -47
  211. package/src/definitions/collections/message.less +1 -1
  212. package/src/definitions/collections/table.less +636 -39
  213. package/src/definitions/elements/button.less +254 -125
  214. package/src/definitions/elements/container.less +129 -0
  215. package/src/definitions/elements/divider.less +24 -24
  216. package/src/definitions/elements/emoji.less +25 -2
  217. package/src/definitions/elements/flag.less +47 -1
  218. package/src/definitions/elements/header.less +4 -2
  219. package/src/definitions/elements/icon.less +91 -12
  220. package/src/definitions/elements/input.less +259 -27
  221. package/src/definitions/elements/label.less +42 -39
  222. package/src/definitions/elements/list.less +29 -30
  223. package/src/definitions/elements/loader.less +87 -87
  224. package/src/definitions/elements/placeholder.less +32 -32
  225. package/src/definitions/elements/segment.less +147 -34
  226. package/src/definitions/elements/step.less +25 -25
  227. package/src/definitions/globals/reset.less +2 -2
  228. package/src/definitions/globals/site.js +1 -1
  229. package/src/definitions/globals/site.less +14 -12
  230. package/src/definitions/modules/accordion.js +9 -3
  231. package/src/definitions/modules/accordion.less +371 -269
  232. package/src/definitions/modules/calendar.js +91 -72
  233. package/src/definitions/modules/calendar.less +20 -0
  234. package/src/definitions/modules/checkbox.js +3 -2
  235. package/src/definitions/modules/checkbox.less +53 -53
  236. package/src/definitions/modules/dimmer.js +18 -9
  237. package/src/definitions/modules/dimmer.less +11 -10
  238. package/src/definitions/modules/dropdown.js +236 -187
  239. package/src/definitions/modules/dropdown.less +110 -77
  240. package/src/definitions/modules/embed.js +13 -9
  241. package/src/definitions/modules/embed.less +4 -4
  242. package/src/definitions/modules/flyout.js +1530 -0
  243. package/src/definitions/modules/flyout.less +650 -0
  244. package/src/definitions/modules/modal.js +96 -56
  245. package/src/definitions/modules/modal.less +68 -33
  246. package/src/definitions/modules/nag.js +2 -2
  247. package/src/definitions/modules/popup.js +16 -22
  248. package/src/definitions/modules/popup.less +86 -90
  249. package/src/definitions/modules/progress.js +5 -2
  250. package/src/definitions/modules/rating.js +7 -3
  251. package/src/definitions/modules/search.js +47 -20
  252. package/src/definitions/modules/search.less +3 -3
  253. package/src/definitions/modules/shape.js +3 -3
  254. package/src/definitions/modules/sidebar.js +140 -43
  255. package/src/definitions/modules/sidebar.less +20 -5
  256. package/src/definitions/modules/slider.js +78 -63
  257. package/src/definitions/modules/slider.less +9 -9
  258. package/src/definitions/modules/sticky.js +29 -18
  259. package/src/definitions/modules/sticky.less +3 -1
  260. package/src/definitions/modules/tab.js +24 -6
  261. package/src/definitions/modules/tab.less +4 -4
  262. package/src/definitions/modules/toast.js +18 -11
  263. package/src/definitions/modules/toast.less +6 -0
  264. package/src/definitions/modules/transition.js +26 -21
  265. package/src/definitions/views/ad.less +3 -3
  266. package/src/definitions/views/card.less +124 -18
  267. package/src/definitions/views/comment.less +1 -1
  268. package/src/definitions/views/feed.less +1 -1
  269. package/src/definitions/views/item.less +3 -3
  270. package/src/definitions/views/statistic.less +1 -1
  271. package/src/semantic.less +1 -0
  272. package/src/theme.config.example +1 -0
  273. package/src/theme.less +13 -2
  274. package/src/themes/amazon/globals/site.variables +1 -0
  275. package/src/themes/basic/elements/icon.overrides +149 -149
  276. package/src/themes/basic/elements/icon.variables +16 -6
  277. package/src/themes/basic/elements/step.overrides +2 -2
  278. package/src/themes/bookish/elements/header.overrides +1 -1
  279. package/src/themes/chubby/elements/button.overrides +1 -1
  280. package/src/themes/chubby/elements/header.overrides +1 -1
  281. package/src/themes/default/assets/fonts/Lato-Bold.woff +0 -0
  282. package/src/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
  283. package/src/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
  284. package/src/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
  285. package/src/themes/default/assets/fonts/Lato-Italic.woff +0 -0
  286. package/src/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
  287. package/src/themes/default/assets/fonts/Lato-Regular.woff +0 -0
  288. package/src/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
  289. package/src/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
  290. package/src/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
  291. package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
  292. package/src/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
  293. package/src/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
  294. package/src/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
  295. package/src/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
  296. package/src/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
  297. package/src/themes/default/assets/fonts/brand-icons.woff +0 -0
  298. package/src/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  299. package/src/themes/default/assets/fonts/icons.woff +0 -0
  300. package/src/themes/default/assets/fonts/icons.woff2 +0 -0
  301. package/src/themes/default/assets/fonts/outline-icons.woff +0 -0
  302. package/src/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  303. package/src/themes/default/collections/form.variables +4 -0
  304. package/src/themes/default/collections/table.variables +52 -0
  305. package/src/themes/default/elements/button.variables +5 -0
  306. package/src/themes/default/elements/container.variables +12 -0
  307. package/src/themes/default/elements/divider.overrides +7 -7
  308. package/src/themes/default/elements/emoji.overrides +0 -3090
  309. package/src/themes/default/elements/emoji.variables +3563 -1
  310. package/src/themes/default/elements/flag.overrides +0 -1640
  311. package/src/themes/default/elements/flag.variables +1597 -1
  312. package/src/themes/default/elements/icon.overrides +1 -2043
  313. package/src/themes/default/elements/icon.variables +2045 -30
  314. package/src/themes/default/elements/input.variables +15 -0
  315. package/src/themes/default/elements/segment.variables +8 -0
  316. package/src/themes/default/elements/step.overrides +4 -7
  317. package/src/themes/default/globals/site.variables +103 -8
  318. package/src/themes/default/globals/variation.variables +59 -0
  319. package/src/themes/default/modules/accordion.overrides +7 -9
  320. package/src/themes/default/modules/accordion.variables +34 -2
  321. package/src/themes/default/modules/calendar.variables +3 -0
  322. package/src/themes/default/modules/checkbox.overrides +10 -12
  323. package/src/themes/default/modules/checkbox.variables +5 -5
  324. package/src/themes/default/modules/dropdown.overrides +6 -9
  325. package/src/themes/default/modules/dropdown.variables +6 -9
  326. package/src/themes/default/modules/flyout.overrides +3 -0
  327. package/src/themes/default/modules/flyout.variables +100 -0
  328. package/src/themes/default/modules/modal.variables +16 -2
  329. package/src/themes/default/modules/popup.variables +0 -2
  330. package/src/themes/default/modules/sidebar.variables +4 -1
  331. package/src/themes/default/views/card.variables +8 -0
  332. package/src/themes/{default → famfamfam}/assets/images/flags.png +0 -0
  333. package/src/themes/famfamfam/elements/flag.overrides +496 -496
  334. package/src/themes/famfamfam/elements/flag.variables +8 -1
  335. package/src/themes/github/elements/icon.overrides +206 -206
  336. package/src/themes/github/elements/icon.variables +16 -1
  337. package/src/themes/github/elements/step.overrides +5 -5
  338. package/src/themes/github/globals/site.variables +1 -0
  339. package/src/themes/github/modules/dropdown.overrides +7 -10
  340. package/src/themes/instagram/views/card.overrides +1 -1
  341. package/src/themes/joypixels/elements/emoji.overrides +0 -3089
  342. package/src/themes/joypixels/elements/emoji.variables +3562 -5
  343. package/src/themes/material/collections/menu.overrides +1 -1
  344. package/src/themes/material/elements/button.overrides +1 -1
  345. package/src/themes/material/elements/header.overrides +1 -1
  346. package/src/themes/material/elements/icon.overrides +932 -932
  347. package/src/themes/material/elements/icon.variables +17 -0
  348. package/src/themes/material/globals/site.variables +0 -1
  349. package/src/themes/material/modules/dropdown.overrides +1 -1
  350. package/src/themes/material/modules/modal.overrides +1 -1
  351. package/src/themes/pulsar/elements/loader.overrides +2 -2
  352. package/src/themes/resetcss/globals/reset.overrides +3 -3
  353. package/src/themes/rtl/globals/site.overrides +1 -1
  354. package/src/themes/striped/modules/progress.overrides +1 -1
  355. package/src/themes/systemfont/globals/reset.overrides +8 -0
  356. package/src/themes/systemfont/globals/site.variables +10 -0
  357. package/src/themes/twitter/elements/emoji.overrides +0 -3091
  358. package/src/themes/twitter/elements/emoji.variables +3558 -6
  359. package/tasks/admin/distributions/create.js +1 -1
  360. package/tasks/admin/publish.js +1 -1
  361. package/tasks/admin/release.js +1 -1
  362. package/tasks/build/assets.js +1 -1
  363. package/tasks/build/css.js +3 -3
  364. package/tasks/build/javascript.js +3 -3
  365. package/tasks/check-install.js +1 -1
  366. package/tasks/clean.js +1 -1
  367. package/tasks/collections/README.md +1 -1
  368. package/tasks/collections/admin.js +1 -1
  369. package/tasks/config/admin/oauth.example.js +1 -1
  370. package/tasks/config/admin/release.js +1 -0
  371. package/tasks/config/admin/templates/composer.json +1 -1
  372. package/tasks/config/admin/templates/css-package.js +8 -12
  373. package/tasks/config/admin/templates/less-package.js +2 -2
  374. package/tasks/config/defaults.js +1 -0
  375. package/tasks/config/project/install.js +16 -13
  376. package/tasks/install.js +1 -0
  377. package/tasks/rtl/watch.js +1 -1
  378. package/tasks/version.js +1 -1
  379. package/test/fixtures/accordion.html +1 -1
  380. package/test/fixtures/checkbox.html +1 -1
  381. package/test/fixtures/dropdown.html +1 -1
  382. package/test/fixtures/modal.html +1 -1
  383. package/test/fixtures/popup.html +1 -1
  384. package/test/fixtures/rating.html +1 -1
  385. package/test/fixtures/shape.html +1 -1
  386. package/test/fixtures/sidebar.html +1 -1
  387. package/test/fixtures/tab.html +1 -1
  388. package/test/fixtures/transition.html +1 -1
  389. package/test/fixtures/video.html +1 -1
  390. package/test/helpers/jasmine-jquery.js +2 -2
  391. package/test/helpers/jasmine-sinon.js +1 -1
  392. package/test/helpers/jquery-events.js +1 -1
  393. package/test/helpers/sinon.js +2 -2
  394. package/test/meteor/fonts.js +1 -1
  395. package/test/modules/accordion.spec.js +1 -1
  396. package/test/modules/checkbox.spec.js +1 -1
  397. package/test/modules/dropdown.spec.js +1 -1
  398. package/test/modules/modal.spec.js +1 -1
  399. package/test/modules/module.spec.js +1 -1
  400. package/test/modules/popup.spec.js +1 -1
  401. package/test/modules/search.spec.js +1 -1
  402. package/test/modules/shape.spec.js +1 -1
  403. package/test/modules/sidebar.spec.js +1 -1
  404. package/test/modules/tab.spec.js +1 -1
  405. package/test/modules/transition.spec.js +1 -1
  406. package/test/modules/video.spec.js +1 -1
  407. package/dist/themes/basic/assets/fonts/icons.eot +0 -0
  408. package/dist/themes/basic/assets/fonts/icons.svg +0 -450
  409. package/dist/themes/basic/assets/fonts/icons.ttf +0 -0
  410. package/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
  411. package/dist/themes/default/assets/fonts/brand-icons.svg +0 -3570
  412. package/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
  413. package/dist/themes/default/assets/fonts/icons.eot +0 -0
  414. package/dist/themes/default/assets/fonts/icons.svg +0 -4938
  415. package/dist/themes/default/assets/fonts/icons.ttf +0 -0
  416. package/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
  417. package/dist/themes/default/assets/fonts/outline-icons.svg +0 -803
  418. package/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
  419. package/dist/themes/github/assets/fonts/octicons-local.ttf +0 -0
  420. package/dist/themes/github/assets/fonts/octicons.svg +0 -200
  421. package/dist/themes/github/assets/fonts/octicons.ttf +0 -0
  422. package/dist/themes/material/assets/fonts/icons.eot +0 -0
  423. package/dist/themes/material/assets/fonts/icons.svg +0 -2373
  424. package/dist/themes/material/assets/fonts/icons.ttf +0 -0
  425. package/src/themes/basic/assets/fonts/icons.eot +0 -0
  426. package/src/themes/basic/assets/fonts/icons.svg +0 -450
  427. package/src/themes/basic/assets/fonts/icons.ttf +0 -0
  428. package/src/themes/default/assets/fonts/brand-icons.eot +0 -0
  429. package/src/themes/default/assets/fonts/brand-icons.svg +0 -3570
  430. package/src/themes/default/assets/fonts/brand-icons.ttf +0 -0
  431. package/src/themes/default/assets/fonts/icons.eot +0 -0
  432. package/src/themes/default/assets/fonts/icons.svg +0 -4938
  433. package/src/themes/default/assets/fonts/icons.ttf +0 -0
  434. package/src/themes/default/assets/fonts/outline-icons.eot +0 -0
  435. package/src/themes/default/assets/fonts/outline-icons.svg +0 -803
  436. package/src/themes/default/assets/fonts/outline-icons.ttf +0 -0
  437. package/src/themes/github/assets/fonts/octicons-local.ttf +0 -0
  438. package/src/themes/github/assets/fonts/octicons.svg +0 -200
  439. package/src/themes/github/assets/fonts/octicons.ttf +0 -0
  440. package/src/themes/material/assets/fonts/icons.eot +0 -0
  441. package/src/themes/material/assets/fonts/icons.svg +0 -2373
  442. package/src/themes/material/assets/fonts/icons.ttf +0 -0
@@ -1,3094 +1,3 @@
1
- /*
2
- * Tweemoji v12.0 by @twitter - https://twemoji.twitter.com/ - @twitter
3
- * License - CC-BY 4.0 - https://creativecommons.org/licenses/by/4.0/
4
- */
5
-
6
1
  /*******************************
7
2
  Emojis
8
3
  *******************************/
9
-
10
- @emoji-map: {
11
- 2049: interrobang;
12
- 2122: tm;
13
- 2139: information_source;
14
- 2194: left_right_arrow;
15
- 2195: arrow_up_down;
16
- 2196: arrow_upper_left;
17
- 2197: arrow_upper_right;
18
- 2198: arrow_lower_right;
19
- 2199: arrow_lower_left;
20
- 2328: keyboard;
21
- 2600: sunny;
22
- 2601: cloud;
23
- 2602: umbrella2;
24
- 2603: snowman2;
25
- 2604: comet;
26
- 2611: ballot_box_with_check;
27
- 2614: umbrella;
28
- 2615: coffee;
29
- 2618: shamrock;
30
- 2620: skull_crossbones;
31
- 2622: radioactive;
32
- 2623: biohazard;
33
- 2626: orthodox_cross;
34
- 2638: wheel_of_dharma;
35
- 2639: frowning2;
36
- 2640: female_sign;
37
- 2642: male_sign;
38
- 2648: aries;
39
- 2649: taurus;
40
- 2650: sagittarius;
41
- 2651: capricorn;
42
- 2652: aquarius;
43
- 2653: pisces;
44
- 2660: spades;
45
- 2663: clubs;
46
- 2665: hearts;
47
- 2666: diamonds;
48
- 2668: hotsprings;
49
- 2692: hammer_pick;
50
- 2693: anchor;
51
- 2694: crossed_swords;
52
- 2695: medical_symbol;
53
- 2696: scales;
54
- 2697: alembic;
55
- 2699: gear;
56
- 2702: scissors;
57
- 2705: white_check_mark;
58
- 2708: airplane;
59
- 2709: envelope;
60
- 2712: black_nib;
61
- 2714: heavy_check_mark;
62
- 2716: heavy_multiplication_x;
63
- 2721: star_of_david;
64
- 2728: sparkles;
65
- 2733: eight_spoked_asterisk;
66
- 2734: eight_pointed_black_star;
67
- 2744: snowflake;
68
- 2747: sparkle;
69
- 2753: question;
70
- 2754: grey_question;
71
- 2755: grey_exclamation;
72
- 2757: exclamation;
73
- 2763: heart_exclamation;
74
- 2764: heart;
75
- 2795: heavy_plus_sign;
76
- 2796: heavy_minus_sign;
77
- 2797: heavy_division_sign;
78
- 2934: arrow_heading_up;
79
- 2935: arrow_heading_down;
80
- 3030: wavy_dash;
81
- 3297: congratulations;
82
- 3299: secret;
83
- 1f9e1: orange_heart;
84
- 1f49b: yellow_heart;
85
- 1f49a: green_heart;
86
- 1f499: blue_heart;
87
- 1f49c: purple_heart;
88
- 1f5a4: black_heart;
89
- 1f90e: brown_heart;
90
- 1f90d: white_heart;
91
- 1f494: broken_heart;
92
- 1f495: two_hearts;
93
- 1f49e: revolving_hearts;
94
- 1f493: heartbeat;
95
- 1f497: heartpulse;
96
- 1f496: sparkling_heart;
97
- 1f498: cupid;
98
- 1f49d: gift_heart;
99
- 1f49f: heart_decoration;
100
- 262e: peace;
101
- 271d: cross;
102
- 262a: star_and_crescent;
103
- 1f549: om_symbol;
104
- 1f52f: six_pointed_star;
105
- 1f54e: menorah;
106
- 262f: yin_yang;
107
- 1f6d0: place_of_worship;
108
- 26ce: ophiuchus;
109
- 264a: gemini;
110
- 264b: cancer;
111
- 264c: leo;
112
- 264d: virgo;
113
- 264e: libra;
114
- 264f: scorpius;
115
- 1f194: id;
116
- 269b: atom;
117
- 1f251: accept;
118
- 1f4f4: mobile_phone_off;
119
- 1f4f3: vibration_mode;
120
- 1f236: u6709;
121
- 1f21a: u7121;
122
- 1f238: u7533;
123
- 1f23a: u55b6;
124
- 1f237: u6708;
125
- 1f19a: vs;
126
- 1f4ae: white_flower;
127
- 1f250: ideograph_advantage;
128
- 1f234: u5408;
129
- 1f235: u6e80;
130
- 1f239: u5272;
131
- 1f232: u7981;
132
- 1f170: a;
133
- 1f171: b;
134
- 1f18e: ab;
135
- 1f191: cl;
136
- 1f17e: o2;
137
- 1f198: sos;
138
- 274c: x;
139
- 2b55: o;
140
- 1f6d1: octagonal_sign;
141
- 26d4: no_entry;
142
- 1f4db: name_badge;
143
- 1f6ab: no_entry_sign;
144
- 1f4af: 100;
145
- 1f4a2: anger;
146
- 1f6b7: no_pedestrians;
147
- 1f6af: do_not_litter;
148
- 1f6b3: no_bicycles;
149
- 1f6b1: non-potable_water;
150
- 1f51e: underage;
151
- 1f4f5: no_mobile_phones;
152
- 1f6ad: no_smoking;
153
- 203c: bangbang;
154
- 1f505: low_brightness;
155
- 1f506: high_brightness;
156
- 303d: part_alternation_mark;
157
- 26a0: warning;
158
- 1f6b8: children_crossing;
159
- 1f531: trident;
160
- 269c: fleur-de-lis;
161
- 1f530: beginner;
162
- 267b: recycle;
163
- 1f22f: u6307;
164
- 1f4b9: chart;
165
- 274e: negative_squared_cross_mark;
166
- 1f310: globe_with_meridians;
167
- 1f4a0: diamond_shape_with_a_dot_inside;
168
- 24c2: m;
169
- 1f300: cyclone;
170
- 1f4a4: zzz;
171
- 1f3e7: atm;
172
- 1f6be: wc;
173
- 267f: wheelchair;
174
- 1f17f: parking;
175
- 1f233: u7a7a;
176
- 1f202: sa;
177
- 1f6c2: passport_control;
178
- 1f6c3: customs;
179
- 1f6c4: baggage_claim;
180
- 1f6c5: left_luggage;
181
- 1f6b9: mens;
182
- 1f6ba: womens;
183
- 1f6bc: baby_symbol;
184
- 1f6bb: restroom;
185
- 1f6ae: put_litter_in_its_place;
186
- 1f3a6: cinema;
187
- 1f4f6: signal_strength;
188
- 1f201: koko;
189
- 1f523: symbols;
190
- 1f524: abc;
191
- 1f521: abcd;
192
- 1f520: capital_abcd;
193
- 1f196: ng;
194
- 1f197: ok;
195
- 1f199: up;
196
- 1f192: cool;
197
- 1f195: new;
198
- 1f193: free;
199
- 30-20e3: zero;
200
- 31-20e3: one;
201
- 32-20e3: two;
202
- 33-20e3: three;
203
- 34-20e3: four;
204
- 35-20e3: five;
205
- 36-20e3: six;
206
- 37-20e3: seven;
207
- 38-20e3: eight;
208
- 39-20e3: nine;
209
- 1f51f: keycap_ten;
210
- 1f522: 1234;
211
- 23-20e3: hash;
212
- 2a-20e3: asterisk;
213
- 23cf: eject;
214
- 25b6: arrow_forward;
215
- 23f8: pause_button;
216
- 23ef: play_pause;
217
- 23f9: stop_button;
218
- 23fa: record_button;
219
- 23ed: track_next;
220
- 23ee: track_previous;
221
- 23e9: fast_forward;
222
- 23ea: rewind;
223
- 23eb: arrow_double_up;
224
- 23ec: arrow_double_down;
225
- 25c0: arrow_backward;
226
- 1f53c: arrow_up_small;
227
- 1f53d: arrow_down_small;
228
- 27a1: arrow_right;
229
- 2b05: arrow_left;
230
- 2b06: arrow_up;
231
- 2b07: arrow_down;
232
- 21aa: arrow_right_hook;
233
- 21a9: leftwards_arrow_with_hook;
234
- 1f500: twisted_rightwards_arrows;
235
- 1f501: repeat;
236
- 1f502: repeat_one;
237
- 1f504: arrows_counterclockwise;
238
- 1f503: arrows_clockwise;
239
- 1f3b5: musical_note;
240
- 1f3b6: notes;
241
- 267e: infinity;
242
- 1f4b2: heavy_dollar_sign;
243
- 1f4b1: currency_exchange;
244
- a9: copyright;
245
- ae: registered;
246
- 27b0: curly_loop;
247
- 27bf: loop;
248
- 1f51a: end;
249
- 1f519: back;
250
- 1f51b: on;
251
- 1f51d: top;
252
- 1f51c: soon;
253
- 1f518: radio_button;
254
- 26aa: white_circle;
255
- 26ab: black_circle;
256
- 1f534: red_circle;
257
- 1f535: blue_circle;
258
- 1f7e4: brown_circle;
259
- 1f7e3: purple_circle;
260
- 1f7e2: green_circle;
261
- 1f7e1: yellow_circle;
262
- 1f7e0: orange_circle;
263
- 1f53a: small_red_triangle;
264
- 1f53b: small_red_triangle_down;
265
- 1f538: small_orange_diamond;
266
- 1f539: small_blue_diamond;
267
- 1f536: large_orange_diamond;
268
- 1f537: large_blue_diamond;
269
- 1f533: white_square_button;
270
- 1f532: black_square_button;
271
- 25aa: black_small_square;
272
- 25ab: white_small_square;
273
- 25fe: black_medium_small_square;
274
- 25fd: white_medium_small_square;
275
- 25fc: black_medium_square;
276
- 25fb: white_medium_square;
277
- 2b1b: black_large_square;
278
- 2b1c: white_large_square;
279
- 1f7e7: orange_square;
280
- 1f7e6: blue_square;
281
- 1f7e5: red_square;
282
- 1f7eb: brown_square;
283
- 1f7ea: purple_square;
284
- 1f7e9: green_square;
285
- 1f7e8: yellow_square;
286
- 1f508: speaker;
287
- 1f507: mute;
288
- 1f509: sound;
289
- 1f50a: loud_sound;
290
- 1f514: bell;
291
- 1f515: no_bell;
292
- 1f4e3: mega;
293
- 1f4e2: loudspeaker;
294
- 1f5e8: speech_left;
295
- 1f441-200d-1f5e8: eye_in_speech_bubble;
296
- 1f4ac: speech_balloon;
297
- 1f4ad: thought_balloon;
298
- 1f5ef: anger_right;
299
- 1f0cf: black_joker;
300
- 1f3b4: flower_playing_cards;
301
- 1f004: mahjong;
302
- 1f550: clock1;
303
- 1f551: clock2;
304
- 1f552: clock3;
305
- 1f553: clock4;
306
- 1f554: clock5;
307
- 1f555: clock6;
308
- 1f556: clock7;
309
- 1f557: clock8;
310
- 1f558: clock9;
311
- 1f559: clock10;
312
- 1f55a: clock11;
313
- 1f55b: clock12;
314
- 1f55c: clock130;
315
- 1f55d: clock230;
316
- 1f55e: clock330;
317
- 1f55f: clock430;
318
- 1f560: clock530;
319
- 1f561: clock630;
320
- 1f562: clock730;
321
- 1f563: clock830;
322
- 1f564: clock930;
323
- 1f565: clock1030;
324
- 1f566: clock1130;
325
- 1f567: clock1230;
326
- 30-20e3: digit_zero;
327
- 31-20e3: digit_one;
328
- 32-20e3: digit_two;
329
- 33-20e3: digit_three;
330
- 34-20e3: digit_four;
331
- 35-20e3: digit_five;
332
- 36-20e3: digit_six;
333
- 37-20e3: digit_seven;
334
- 38-20e3: digit_eight;
335
- 39-20e3: digit_nine;
336
- 23-20e3: pound_symbol;
337
- 2a-20e3: asterisk_symbol;
338
- 26bd: soccer;
339
- 1f3c0: basketball;
340
- 1f3c8: football;
341
- 26be: baseball;
342
- 1f94e: softball;
343
- 1f3be: tennis;
344
- 1f3d0: volleyball;
345
- 1f3c9: rugby_football;
346
- 1f94f: flying_disc;
347
- 1f3b1: 8ball;
348
- 1f3d3: ping_pong;
349
- 1f3f8: badminton;
350
- 1f3d2: hockey;
351
- 1f3d1: field_hockey;
352
- 1f94d: lacrosse;
353
- 1f3cf: cricket_game;
354
- 1f945: goal;
355
- 26f3: golf;
356
- 1f3f9: bow_and_arrow;
357
- 1f3a3: fishing_pole_and_fish;
358
- 1f94a: boxing_glove;
359
- 1f94b: martial_arts_uniform;
360
- 1f3bd: running_shirt_with_sash;
361
- 1f6f9: skateboard;
362
- 1f6f7: sled;
363
- 1fa82: parachute;
364
- 26f8: ice_skate;
365
- 1f94c: curling_stone;
366
- 1f3bf: ski;
367
- 26f7: skier;
368
- 1f3c2: snowboarder;
369
- 1f3c2-1f3fb: snowboarder_tone1;
370
- 1f3c2-1f3fc: snowboarder_tone2;
371
- 1f3c2-1f3fd: snowboarder_tone3;
372
- 1f3c2-1f3fe: snowboarder_tone4;
373
- 1f3c2-1f3ff: snowboarder_tone5;
374
- 1f3cb: person_lifting_weights;
375
- 1f3cb-1f3fb: person_lifting_weights_tone1;
376
- 1f3cb-1f3fc: person_lifting_weights_tone2;
377
- 1f3cb-1f3fd: person_lifting_weights_tone3;
378
- 1f3cb-1f3fe: person_lifting_weights_tone4;
379
- 1f3cb-1f3ff: person_lifting_weights_tone5;
380
- 1f3cb-fe0f-200d-2640-fe0f: woman_lifting_weights;
381
- 1f3cb-1f3fb-200d-2640-fe0f: woman_lifting_weights_tone1;
382
- 1f3cb-1f3fc-200d-2640-fe0f: woman_lifting_weights_tone2;
383
- 1f3cb-1f3fd-200d-2640-fe0f: woman_lifting_weights_tone3;
384
- 1f3cb-1f3fe-200d-2640-fe0f: woman_lifting_weights_tone4;
385
- 1f3cb-1f3ff-200d-2640-fe0f: woman_lifting_weights_tone5;
386
- 1f3cb-fe0f-200d-2642-fe0f: man_lifting_weights;
387
- 1f3cb-1f3fb-200d-2642-fe0f: man_lifting_weights_tone1;
388
- 1f3cb-1f3fc-200d-2642-fe0f: man_lifting_weights_tone2;
389
- 1f3cb-1f3fd-200d-2642-fe0f: man_lifting_weights_tone3;
390
- 1f3cb-1f3fe-200d-2642-fe0f: man_lifting_weights_tone4;
391
- 1f3cb-1f3ff-200d-2642-fe0f: man_lifting_weights_tone5;
392
- 1f93c: people_wrestling;
393
- 1f93c-200d-2640-fe0f: women_wrestling;
394
- 1f93c-200d-2642-fe0f: men_wrestling;
395
- 1f938: person_doing_cartwheel;
396
- 1f938-1f3fb: person_doing_cartwheel_tone1;
397
- 1f938-1f3fc: person_doing_cartwheel_tone2;
398
- 1f938-1f3fd: person_doing_cartwheel_tone3;
399
- 1f938-1f3fe: person_doing_cartwheel_tone4;
400
- 1f938-1f3ff: person_doing_cartwheel_tone5;
401
- 1f938-200d-2640-fe0f: woman_cartwheeling;
402
- 1f938-1f3fb-200d-2640-fe0f: woman_cartwheeling_tone1;
403
- 1f938-1f3fc-200d-2640-fe0f: woman_cartwheeling_tone2;
404
- 1f938-1f3fd-200d-2640-fe0f: woman_cartwheeling_tone3;
405
- 1f938-1f3fe-200d-2640-fe0f: woman_cartwheeling_tone4;
406
- 1f938-1f3ff-200d-2640-fe0f: woman_cartwheeling_tone5;
407
- 1f938-200d-2642-fe0f: man_cartwheeling;
408
- 1f938-1f3fb-200d-2642-fe0f: man_cartwheeling_tone1;
409
- 1f938-1f3fc-200d-2642-fe0f: man_cartwheeling_tone2;
410
- 1f938-1f3fd-200d-2642-fe0f: man_cartwheeling_tone3;
411
- 1f938-1f3fe-200d-2642-fe0f: man_cartwheeling_tone4;
412
- 1f938-1f3ff-200d-2642-fe0f: man_cartwheeling_tone5;
413
- 26f9: person_bouncing_ball;
414
- 26f9-1f3fb: person_bouncing_ball_tone1;
415
- 26f9-1f3fc: person_bouncing_ball_tone2;
416
- 26f9-1f3fd: person_bouncing_ball_tone3;
417
- 26f9-1f3fe: person_bouncing_ball_tone4;
418
- 26f9-1f3ff: person_bouncing_ball_tone5;
419
- 26f9-fe0f-200d-2640-fe0f: woman_bouncing_ball;
420
- 26f9-1f3fb-200d-2640-fe0f: woman_bouncing_ball_tone1;
421
- 26f9-1f3fc-200d-2640-fe0f: woman_bouncing_ball_tone2;
422
- 26f9-1f3fd-200d-2640-fe0f: woman_bouncing_ball_tone3;
423
- 26f9-1f3fe-200d-2640-fe0f: woman_bouncing_ball_tone4;
424
- 26f9-1f3ff-200d-2640-fe0f: woman_bouncing_ball_tone5;
425
- 26f9-fe0f-200d-2642-fe0f: man_bouncing_ball;
426
- 26f9-1f3fb-200d-2642-fe0f: man_bouncing_ball_tone1;
427
- 26f9-1f3fc-200d-2642-fe0f: man_bouncing_ball_tone2;
428
- 26f9-1f3fd-200d-2642-fe0f: man_bouncing_ball_tone3;
429
- 26f9-1f3fe-200d-2642-fe0f: man_bouncing_ball_tone4;
430
- 26f9-1f3ff-200d-2642-fe0f: man_bouncing_ball_tone5;
431
- 1f93a: person_fencing;
432
- 1f93e: person_playing_handball;
433
- 1f93e-1f3fb: person_playing_handball_tone1;
434
- 1f93e-1f3fc: person_playing_handball_tone2;
435
- 1f93e-1f3fd: person_playing_handball_tone3;
436
- 1f93e-1f3fe: person_playing_handball_tone4;
437
- 1f93e-1f3ff: person_playing_handball_tone5;
438
- 1f93e-200d-2640-fe0f: woman_playing_handball;
439
- 1f93e-1f3fb-200d-2640-fe0f: woman_playing_handball_tone1;
440
- 1f93e-1f3fc-200d-2640-fe0f: woman_playing_handball_tone2;
441
- 1f93e-1f3fd-200d-2640-fe0f: woman_playing_handball_tone3;
442
- 1f93e-1f3fe-200d-2640-fe0f: woman_playing_handball_tone4;
443
- 1f93e-1f3ff-200d-2640-fe0f: woman_playing_handball_tone5;
444
- 1f93e-200d-2642-fe0f: man_playing_handball;
445
- 1f93e-1f3fb-200d-2642-fe0f: man_playing_handball_tone1;
446
- 1f93e-1f3fc-200d-2642-fe0f: man_playing_handball_tone2;
447
- 1f93e-1f3fd-200d-2642-fe0f: man_playing_handball_tone3;
448
- 1f93e-1f3fe-200d-2642-fe0f: man_playing_handball_tone4;
449
- 1f93e-1f3ff-200d-2642-fe0f: man_playing_handball_tone5;
450
- 1f3cc: person_golfing;
451
- 1f3cc-1f3fb: person_golfing_tone1;
452
- 1f3cc-1f3fc: person_golfing_tone2;
453
- 1f3cc-1f3fd: person_golfing_tone3;
454
- 1f3cc-1f3fe: person_golfing_tone4;
455
- 1f3cc-1f3ff: person_golfing_tone5;
456
- 1f3cc-fe0f-200d-2640-fe0f: woman_golfing;
457
- 1f3cc-1f3fb-200d-2640-fe0f: woman_golfing_tone1;
458
- 1f3cc-1f3fc-200d-2640-fe0f: woman_golfing_tone2;
459
- 1f3cc-1f3fd-200d-2640-fe0f: woman_golfing_tone3;
460
- 1f3cc-1f3fe-200d-2640-fe0f: woman_golfing_tone4;
461
- 1f3cc-1f3ff-200d-2640-fe0f: woman_golfing_tone5;
462
- 1f3cc-fe0f-200d-2642-fe0f: man_golfing;
463
- 1f3cc-1f3fb-200d-2642-fe0f: man_golfing_tone1;
464
- 1f3cc-1f3fc-200d-2642-fe0f: man_golfing_tone2;
465
- 1f3cc-1f3fd-200d-2642-fe0f: man_golfing_tone3;
466
- 1f3cc-1f3fe-200d-2642-fe0f: man_golfing_tone4;
467
- 1f3cc-1f3ff-200d-2642-fe0f: man_golfing_tone5;
468
- 1f3c7: horse_racing;
469
- 1f3c7-1f3fb: horse_racing_tone1;
470
- 1f3c7-1f3fc: horse_racing_tone2;
471
- 1f3c7-1f3fd: horse_racing_tone3;
472
- 1f3c7-1f3fe: horse_racing_tone4;
473
- 1f3c7-1f3ff: horse_racing_tone5;
474
- 1f9d8: person_in_lotus_position;
475
- 1f9d8-1f3fb: person_in_lotus_position_tone1;
476
- 1f9d8-1f3fc: person_in_lotus_position_tone2;
477
- 1f9d8-1f3fd: person_in_lotus_position_tone3;
478
- 1f9d8-1f3fe: person_in_lotus_position_tone4;
479
- 1f9d8-1f3ff: person_in_lotus_position_tone5;
480
- 1f9d8-200d-2640-fe0f: woman_in_lotus_position;
481
- 1f9d8-1f3fb-200d-2640-fe0f: woman_in_lotus_position_tone1;
482
- 1f9d8-1f3fc-200d-2640-fe0f: woman_in_lotus_position_tone2;
483
- 1f9d8-1f3fd-200d-2640-fe0f: woman_in_lotus_position_tone3;
484
- 1f9d8-1f3fe-200d-2640-fe0f: woman_in_lotus_position_tone4;
485
- 1f9d8-1f3ff-200d-2640-fe0f: woman_in_lotus_position_tone5;
486
- 1f9d8-200d-2642-fe0f: man_in_lotus_position;
487
- 1f9d8-1f3fb-200d-2642-fe0f: man_in_lotus_position_tone1;
488
- 1f9d8-1f3fc-200d-2642-fe0f: man_in_lotus_position_tone2;
489
- 1f9d8-1f3fd-200d-2642-fe0f: man_in_lotus_position_tone3;
490
- 1f9d8-1f3fe-200d-2642-fe0f: man_in_lotus_position_tone4;
491
- 1f9d8-1f3ff-200d-2642-fe0f: man_in_lotus_position_tone5;
492
- 1f3c4: person_surfing;
493
- 1f3c4-1f3fb: person_surfing_tone1;
494
- 1f3c4-1f3fc: person_surfing_tone2;
495
- 1f3c4-1f3fd: person_surfing_tone3;
496
- 1f3c4-1f3fe: person_surfing_tone4;
497
- 1f3c4-1f3ff: person_surfing_tone5;
498
- 1f3c4-200d-2640-fe0f: woman_surfing;
499
- 1f3c4-1f3fb-200d-2640-fe0f: woman_surfing_tone1;
500
- 1f3c4-1f3fc-200d-2640-fe0f: woman_surfing_tone2;
501
- 1f3c4-1f3fd-200d-2640-fe0f: woman_surfing_tone3;
502
- 1f3c4-1f3fe-200d-2640-fe0f: woman_surfing_tone4;
503
- 1f3c4-1f3ff-200d-2640-fe0f: woman_surfing_tone5;
504
- 1f3c4-200d-2642-fe0f: man_surfing;
505
- 1f3c4-1f3fb-200d-2642-fe0f: man_surfing_tone1;
506
- 1f3c4-1f3fc-200d-2642-fe0f: man_surfing_tone2;
507
- 1f3c4-1f3fd-200d-2642-fe0f: man_surfing_tone3;
508
- 1f3c4-1f3fe-200d-2642-fe0f: man_surfing_tone4;
509
- 1f3c4-1f3ff-200d-2642-fe0f: man_surfing_tone5;
510
- 1f3ca: person_swimming;
511
- 1f3ca-1f3fb: person_swimming_tone1;
512
- 1f3ca-1f3fc: person_swimming_tone2;
513
- 1f3ca-1f3fd: person_swimming_tone3;
514
- 1f3ca-1f3fe: person_swimming_tone4;
515
- 1f3ca-1f3ff: person_swimming_tone5;
516
- 1f3ca-200d-2640-fe0f: woman_swimming;
517
- 1f3ca-1f3fb-200d-2640-fe0f: woman_swimming_tone1;
518
- 1f3ca-1f3fc-200d-2640-fe0f: woman_swimming_tone2;
519
- 1f3ca-1f3fd-200d-2640-fe0f: woman_swimming_tone3;
520
- 1f3ca-1f3fe-200d-2640-fe0f: woman_swimming_tone4;
521
- 1f3ca-1f3ff-200d-2640-fe0f: woman_swimming_tone5;
522
- 1f3ca-200d-2642-fe0f: man_swimming;
523
- 1f3ca-1f3fb-200d-2642-fe0f: man_swimming_tone1;
524
- 1f3ca-1f3fc-200d-2642-fe0f: man_swimming_tone2;
525
- 1f3ca-1f3fd-200d-2642-fe0f: man_swimming_tone3;
526
- 1f3ca-1f3fe-200d-2642-fe0f: man_swimming_tone4;
527
- 1f3ca-1f3ff-200d-2642-fe0f: man_swimming_tone5;
528
- 1f93d: person_playing_water_polo;
529
- 1f93d-1f3fb: person_playing_water_polo_tone1;
530
- 1f93d-1f3fc: person_playing_water_polo_tone2;
531
- 1f93d-1f3fd: person_playing_water_polo_tone3;
532
- 1f93d-1f3fe: person_playing_water_polo_tone4;
533
- 1f93d-1f3ff: person_playing_water_polo_tone5;
534
- 1f93d-200d-2640-fe0f: woman_playing_water_polo;
535
- 1f93d-1f3fb-200d-2640-fe0f: woman_playing_water_polo_tone1;
536
- 1f93d-1f3fc-200d-2640-fe0f: woman_playing_water_polo_tone2;
537
- 1f93d-1f3fd-200d-2640-fe0f: woman_playing_water_polo_tone3;
538
- 1f93d-1f3fe-200d-2640-fe0f: woman_playing_water_polo_tone4;
539
- 1f93d-1f3ff-200d-2640-fe0f: woman_playing_water_polo_tone5;
540
- 1f93d-200d-2642-fe0f: man_playing_water_polo;
541
- 1f93d-1f3fb-200d-2642-fe0f: man_playing_water_polo_tone1;
542
- 1f93d-1f3fc-200d-2642-fe0f: man_playing_water_polo_tone2;
543
- 1f93d-1f3fd-200d-2642-fe0f: man_playing_water_polo_tone3;
544
- 1f93d-1f3fe-200d-2642-fe0f: man_playing_water_polo_tone4;
545
- 1f93d-1f3ff-200d-2642-fe0f: man_playing_water_polo_tone5;
546
- 1f6a3: person_rowing_boat;
547
- 1f6a3-1f3fb: person_rowing_boat_tone1;
548
- 1f6a3-1f3fc: person_rowing_boat_tone2;
549
- 1f6a3-1f3fd: person_rowing_boat_tone3;
550
- 1f6a3-1f3fe: person_rowing_boat_tone4;
551
- 1f6a3-1f3ff: person_rowing_boat_tone5;
552
- 1f6a3-200d-2640-fe0f: woman_rowing_boat;
553
- 1f6a3-1f3fb-200d-2640-fe0f: woman_rowing_boat_tone1;
554
- 1f6a3-1f3fc-200d-2640-fe0f: woman_rowing_boat_tone2;
555
- 1f6a3-1f3fd-200d-2640-fe0f: woman_rowing_boat_tone3;
556
- 1f6a3-1f3fe-200d-2640-fe0f: woman_rowing_boat_tone4;
557
- 1f6a3-1f3ff-200d-2640-fe0f: woman_rowing_boat_tone5;
558
- 1f6a3-200d-2642-fe0f: man_rowing_boat;
559
- 1f6a3-1f3fb-200d-2642-fe0f: man_rowing_boat_tone1;
560
- 1f6a3-1f3fc-200d-2642-fe0f: man_rowing_boat_tone2;
561
- 1f6a3-1f3fd-200d-2642-fe0f: man_rowing_boat_tone3;
562
- 1f6a3-1f3fe-200d-2642-fe0f: man_rowing_boat_tone4;
563
- 1f6a3-1f3ff-200d-2642-fe0f: man_rowing_boat_tone5;
564
- 1f9d7: person_climbing;
565
- 1f9d7-1f3fb: person_climbing_tone1;
566
- 1f9d7-1f3fc: person_climbing_tone2;
567
- 1f9d7-1f3fd: person_climbing_tone3;
568
- 1f9d7-1f3fe: person_climbing_tone4;
569
- 1f9d7-1f3ff: person_climbing_tone5;
570
- 1f9d7-200d-2640-fe0f: woman_climbing;
571
- 1f9d7-1f3fb-200d-2640-fe0f: woman_climbing_tone1;
572
- 1f9d7-1f3fc-200d-2640-fe0f: woman_climbing_tone2;
573
- 1f9d7-1f3fd-200d-2640-fe0f: woman_climbing_tone3;
574
- 1f9d7-1f3fe-200d-2640-fe0f: woman_climbing_tone4;
575
- 1f9d7-1f3ff-200d-2640-fe0f: woman_climbing_tone5;
576
- 1f9d7-200d-2642-fe0f: man_climbing;
577
- 1f9d7-1f3fb-200d-2642-fe0f: man_climbing_tone1;
578
- 1f9d7-1f3fc-200d-2642-fe0f: man_climbing_tone2;
579
- 1f9d7-1f3fd-200d-2642-fe0f: man_climbing_tone3;
580
- 1f9d7-1f3fe-200d-2642-fe0f: man_climbing_tone4;
581
- 1f9d7-1f3ff-200d-2642-fe0f: man_climbing_tone5;
582
- 1f6b5: person_mountain_biking;
583
- 1f6b5-1f3fb: person_mountain_biking_tone1;
584
- 1f6b5-1f3fc: person_mountain_biking_tone2;
585
- 1f6b5-1f3fd: person_mountain_biking_tone3;
586
- 1f6b5-1f3fe: person_mountain_biking_tone4;
587
- 1f6b5-1f3ff: person_mountain_biking_tone5;
588
- 1f6b5-200d-2640-fe0f: woman_mountain_biking;
589
- 1f6b5-1f3fb-200d-2640-fe0f: woman_mountain_biking_tone1;
590
- 1f6b5-1f3fc-200d-2640-fe0f: woman_mountain_biking_tone2;
591
- 1f6b5-1f3fd-200d-2640-fe0f: woman_mountain_biking_tone3;
592
- 1f6b5-1f3fe-200d-2640-fe0f: woman_mountain_biking_tone4;
593
- 1f6b5-1f3ff-200d-2640-fe0f: woman_mountain_biking_tone5;
594
- 1f6b5-200d-2642-fe0f: man_mountain_biking;
595
- 1f6b5-1f3fb-200d-2642-fe0f: man_mountain_biking_tone1;
596
- 1f6b5-1f3fc-200d-2642-fe0f: man_mountain_biking_tone2;
597
- 1f6b5-1f3fd-200d-2642-fe0f: man_mountain_biking_tone3;
598
- 1f6b5-1f3fe-200d-2642-fe0f: man_mountain_biking_tone4;
599
- 1f6b5-1f3ff-200d-2642-fe0f: man_mountain_biking_tone5;
600
- 1f6b4: person_biking;
601
- 1f6b4-1f3fb: person_biking_tone1;
602
- 1f6b4-1f3fc: person_biking_tone2;
603
- 1f6b4-1f3fd: person_biking_tone3;
604
- 1f6b4-1f3fe: person_biking_tone4;
605
- 1f6b4-1f3ff: person_biking_tone5;
606
- 1f6b4-200d-2640-fe0f: woman_biking;
607
- 1f6b4-1f3fb-200d-2640-fe0f: woman_biking_tone1;
608
- 1f6b4-1f3fc-200d-2640-fe0f: woman_biking_tone2;
609
- 1f6b4-1f3fd-200d-2640-fe0f: woman_biking_tone3;
610
- 1f6b4-1f3fe-200d-2640-fe0f: woman_biking_tone4;
611
- 1f6b4-1f3ff-200d-2640-fe0f: woman_biking_tone5;
612
- 1f6b4-200d-2642-fe0f: man_biking;
613
- 1f6b4-1f3fb-200d-2642-fe0f: man_biking_tone1;
614
- 1f6b4-1f3fc-200d-2642-fe0f: man_biking_tone2;
615
- 1f6b4-1f3fd-200d-2642-fe0f: man_biking_tone3;
616
- 1f6b4-1f3fe-200d-2642-fe0f: man_biking_tone4;
617
- 1f6b4-1f3ff-200d-2642-fe0f: man_biking_tone5;
618
- 1f3c6: trophy;
619
- 1f947: first_place;
620
- 1f948: second_place;
621
- 1f949: third_place;
622
- 1f3c5: medal;
623
- 1f396: military_medal;
624
- 1f3f5: rosette;
625
- 1f397: reminder_ribbon;
626
- 1f3ab: ticket;
627
- 1f39f: tickets;
628
- 1f3aa: circus_tent;
629
- 1f939: person_juggling;
630
- 1f939-1f3fb: person_juggling_tone1;
631
- 1f939-1f3fc: person_juggling_tone2;
632
- 1f939-1f3fd: person_juggling_tone3;
633
- 1f939-1f3fe: person_juggling_tone4;
634
- 1f939-1f3ff: person_juggling_tone5;
635
- 1f939-200d-2640-fe0f: woman_juggling;
636
- 1f939-1f3fb-200d-2640-fe0f: woman_juggling_tone1;
637
- 1f939-1f3fc-200d-2640-fe0f: woman_juggling_tone2;
638
- 1f939-1f3fd-200d-2640-fe0f: woman_juggling_tone3;
639
- 1f939-1f3fe-200d-2640-fe0f: woman_juggling_tone4;
640
- 1f939-1f3ff-200d-2640-fe0f: woman_juggling_tone5;
641
- 1f939-200d-2642-fe0f: man_juggling;
642
- 1f939-1f3fb-200d-2642-fe0f: man_juggling_tone1;
643
- 1f939-1f3fc-200d-2642-fe0f: man_juggling_tone2;
644
- 1f939-1f3fd-200d-2642-fe0f: man_juggling_tone3;
645
- 1f939-1f3fe-200d-2642-fe0f: man_juggling_tone4;
646
- 1f939-1f3ff-200d-2642-fe0f: man_juggling_tone5;
647
- 1f3ad: performing_arts;
648
- 1f3a8: art;
649
- 1f3ac: clapper;
650
- 1f3a4: microphone;
651
- 1f3a7: headphones;
652
- 1f3bc: musical_score;
653
- 1f3b9: musical_keyboard;
654
- 1f941: drum;
655
- 1f3b7: saxophone;
656
- 1f3ba: trumpet;
657
- 1fa95: banjo;
658
- 1f3b8: guitar;
659
- 1f3bb: violin;
660
- 1f3b2: game_die;
661
- 265f: chess_pawn;
662
- 1f3af: dart;
663
- 1fa81: kite;
664
- 1fa80: yo_yo;
665
- 1f3b3: bowling;
666
- 1f3ae: video_game;
667
- 1f3b0: slot_machine;
668
- 1f9e9: jigsaw;
669
- 231a: watch;
670
- 1f4f1: iphone;
671
- 1f4f2: calling;
672
- 1f4bb: computer;
673
- 1f5a5: desktop;
674
- 1f5a8: printer;
675
- 1f5b1: mouse_three_button;
676
- 1f5b2: trackball;
677
- 1f579: joystick;
678
- 1f5dc: compression;
679
- 1f4bd: minidisc;
680
- 1f4be: floppy_disk;
681
- 1f4bf: cd;
682
- 1f4c0: dvd;
683
- 1f4fc: vhs;
684
- 1f4f7: camera;
685
- 1f4f8: camera_with_flash;
686
- 1f4f9: video_camera;
687
- 1f3a5: movie_camera;
688
- 1f4fd: projector;
689
- 1f39e: film_frames;
690
- 1f4de: telephone_receiver;
691
- 260e: telephone;
692
- 1f4df: pager;
693
- 1f4e0: fax;
694
- 1f4fa: tv;
695
- 1f4fb: radio;
696
- 1f399: microphone2;
697
- 1f39a: level_slider;
698
- 1f39b: control_knobs;
699
- 1f9ed: compass;
700
- 23f1: stopwatch;
701
- 23f2: timer;
702
- 23f0: alarm_clock;
703
- 1f570: clock;
704
- 231b: hourglass;
705
- 23f3: hourglass_flowing_sand;
706
- 1f4e1: satellite;
707
- 1f50b: battery;
708
- 1f50c: electric_plug;
709
- 1f4a1: bulb;
710
- 1f526: flashlight;
711
- 1f56f: candle;
712
- 1f9ef: fire_extinguisher;
713
- 1f6e2: oil;
714
- 1f4b8: money_with_wings;
715
- 1f4b5: dollar;
716
- 1f4b4: yen;
717
- 1f4b6: euro;
718
- 1f4b7: pound;
719
- 1f4b0: moneybag;
720
- 1f4b3: credit_card;
721
- 1f48e: gem;
722
- 1f9f0: toolbox;
723
- 1f527: wrench;
724
- 1f528: hammer;
725
- 1f6e0: tools;
726
- 26cf: pick;
727
- 1f529: nut_and_bolt;
728
- 1f9f1: bricks;
729
- 26d3: chains;
730
- 1f9f2: magnet;
731
- 1f52b: gun;
732
- 1f4a3: bomb;
733
- 1f9e8: firecracker;
734
- 1fa93: axe;
735
- 1fa92: razor;
736
- 1f52a: knife;
737
- 1f5e1: dagger;
738
- 1f6e1: shield;
739
- 1f6ac: smoking;
740
- 26b0: coffin;
741
- 26b1: urn;
742
- 1f3fa: amphora;
743
- 1fa94: diya_lamp;
744
- 1f52e: crystal_ball;
745
- 1f4ff: prayer_beads;
746
- 1f9ff: nazar_amulet;
747
- 1f488: barber;
748
- 1f52d: telescope;
749
- 1f52c: microscope;
750
- 1f573: hole;
751
- 1f9af: probing_cane;
752
- 1fa7a: stethoscope;
753
- 1fa79: adhesive_bandage;
754
- 1f48a: pill;
755
- 1f489: syringe;
756
- 1fa78: drop_of_blood;
757
- 1f9ec: dna;
758
- 1f9a0: microbe;
759
- 1f9eb: petri_dish;
760
- 1f9ea: test_tube;
761
- 1f321: thermometer;
762
- 1fa91: chair;
763
- 1f9f9: broom;
764
- 1f9fa: basket;
765
- 1f9fb: roll_of_paper;
766
- 1f6bd: toilet;
767
- 1f6b0: potable_water;
768
- 1f6bf: shower;
769
- 1f6c1: bathtub;
770
- 1f6c0: bath;
771
- 1f6c0-1f3fb: bath_tone1;
772
- 1f6c0-1f3fc: bath_tone2;
773
- 1f6c0-1f3fd: bath_tone3;
774
- 1f6c0-1f3fe: bath_tone4;
775
- 1f6c0-1f3ff: bath_tone5;
776
- 1f9fc: soap;
777
- 1f9fd: sponge;
778
- 1f9f4: squeeze_bottle;
779
- 1f6ce: bellhop;
780
- 1f511: key;
781
- 1f5dd: key2;
782
- 1f6aa: door;
783
- 1f6cb: couch;
784
- 1f6cf: bed;
785
- 1f6cc: sleeping_accommodation;
786
- 1f6cc-1f3fb: person_in_bed_tone1;
787
- 1f6cc-1f3fc: person_in_bed_tone2;
788
- 1f6cc-1f3fd: person_in_bed_tone3;
789
- 1f6cc-1f3fe: person_in_bed_tone4;
790
- 1f6cc-1f3ff: person_in_bed_tone5;
791
- 1f9f8: teddy_bear;
792
- 1f5bc: frame_photo;
793
- 1f6cd: shopping_bags;
794
- 1f6d2: shopping_cart;
795
- 1f381: gift;
796
- 1f388: balloon;
797
- 1f38f: flags;
798
- 1f380: ribbon;
799
- 1f38a: confetti_ball;
800
- 1f389: tada;
801
- 1f38e: dolls;
802
- 1f3ee: izakaya_lantern;
803
- 1f390: wind_chime;
804
- 1f9e7: red_envelope;
805
- 1f4e9: envelope_with_arrow;
806
- 1f4e8: incoming_envelope;
807
- 1f4e7: e-mail;
808
- 1f48c: love_letter;
809
- 1f4e5: inbox_tray;
810
- 1f4e4: outbox_tray;
811
- 1f4e6: package;
812
- 1f3f7: label;
813
- 1f4ea: mailbox_closed;
814
- 1f4eb: mailbox;
815
- 1f4ec: mailbox_with_mail;
816
- 1f4ed: mailbox_with_no_mail;
817
- 1f4ee: postbox;
818
- 1f4ef: postal_horn;
819
- 1f4dc: scroll;
820
- 1f4c3: page_with_curl;
821
- 1f4c4: page_facing_up;
822
- 1f4d1: bookmark_tabs;
823
- 1f9fe: receipt;
824
- 1f4ca: bar_chart;
825
- 1f4c8: chart_with_upwards_trend;
826
- 1f4c9: chart_with_downwards_trend;
827
- 1f5d2: notepad_spiral;
828
- 1f5d3: calendar_spiral;
829
- 1f4c6: calendar;
830
- 1f4c5: date;
831
- 1f5d1: wastebasket;
832
- 1f4c7: card_index;
833
- 1f5c3: card_box;
834
- 1f5f3: ballot_box;
835
- 1f5c4: file_cabinet;
836
- 1f4cb: clipboard;
837
- 1f4c1: file_folder;
838
- 1f4c2: open_file_folder;
839
- 1f5c2: dividers;
840
- 1f5de: newspaper2;
841
- 1f4f0: newspaper;
842
- 1f4d3: notebook;
843
- 1f4d4: notebook_with_decorative_cover;
844
- 1f4d2: ledger;
845
- 1f4d5: closed_book;
846
- 1f4d7: green_book;
847
- 1f4d8: blue_book;
848
- 1f4d9: orange_book;
849
- 1f4da: books;
850
- 1f4d6: book;
851
- 1f516: bookmark;
852
- 1f9f7: safety_pin;
853
- 1f517: link;
854
- 1f4ce: paperclip;
855
- 1f587: paperclips;
856
- 1f4d0: triangular_ruler;
857
- 1f4cf: straight_ruler;
858
- 1f9ee: abacus;
859
- 1f4cc: pushpin;
860
- 1f4cd: round_pushpin;
861
- 1f58a: pen_ballpoint;
862
- 1f58b: pen_fountain;
863
- 1f58c: paintbrush;
864
- 1f58d: crayon;
865
- 1f4dd: pencil;
866
- 270f: pencil2;
867
- 1f50d: mag;
868
- 1f50e: mag_right;
869
- 1f50f: lock_with_ink_pen;
870
- 1f510: closed_lock_with_key;
871
- 1f512: lock;
872
- 1f513: unlock;
873
- 1f436: dog;
874
- 1f431: cat;
875
- 1f42d: mouse;
876
- 1f439: hamster;
877
- 1f430: rabbit;
878
- 1f98a: fox;
879
- 1f43b: bear;
880
- 1f43c: panda_face;
881
- 1f428: koala;
882
- 1f42f: tiger;
883
- 1f981: lion_face;
884
- 1f42e: cow;
885
- 1f437: pig;
886
- 1f43d: pig_nose;
887
- 1f438: frog;
888
- 1f435: monkey_face;
889
- 1f648: see_no_evil;
890
- 1f649: hear_no_evil;
891
- 1f64a: speak_no_evil;
892
- 1f412: monkey;
893
- 1f414: chicken;
894
- 1f427: penguin;
895
- 1f426: bird;
896
- 1f424: baby_chick;
897
- 1f423: hatching_chick;
898
- 1f425: hatched_chick;
899
- 1f986: duck;
900
- 1f985: eagle;
901
- 1f989: owl;
902
- 1f987: bat;
903
- 1f43a: wolf;
904
- 1f417: boar;
905
- 1f434: horse;
906
- 1f984: unicorn;
907
- 1f41d: bee;
908
- 1f41b: bug;
909
- 1f98b: butterfly;
910
- 1f40c: snail;
911
- 1f41a: shell;
912
- 1f41e: beetle;
913
- 1f41c: ant;
914
- 1f99f: mosquito;
915
- 1f997: cricket;
916
- 1f577: spider;
917
- 1f578: spider_web;
918
- 1f982: scorpion;
919
- 1f422: turtle;
920
- 1f40d: snake;
921
- 1f98e: lizard;
922
- 1f996: t_rex;
923
- 1f995: sauropod;
924
- 1f419: octopus;
925
- 1f991: squid;
926
- 1f990: shrimp;
927
- 1f99e: lobster;
928
- 1f9aa: oyster;
929
- 1f980: crab;
930
- 1f421: blowfish;
931
- 1f420: tropical_fish;
932
- 1f41f: fish;
933
- 1f42c: dolphin;
934
- 1f433: whale;
935
- 1f40b: whale2;
936
- 1f988: shark;
937
- 1f40a: crocodile;
938
- 1f405: tiger2;
939
- 1f406: leopard;
940
- 1f993: zebra;
941
- 1f98d: gorilla;
942
- 1f9a7: orangutan;
943
- 1f418: elephant;
944
- 1f99b: hippopotamus;
945
- 1f98f: rhino;
946
- 1f42a: dromedary_camel;
947
- 1f42b: camel;
948
- 1f992: giraffe;
949
- 1f998: kangaroo;
950
- 1f403: water_buffalo;
951
- 1f402: ox;
952
- 1f404: cow2;
953
- 1f40e: racehorse;
954
- 1f416: pig2;
955
- 1f40f: ram;
956
- 1f999: llama;
957
- 1f411: sheep;
958
- 1f410: goat;
959
- 1f98c: deer;
960
- 1f415: dog2;
961
- 1f9ae: guide_dog;
962
- 1f415-200d-1f9ba: service_dog;
963
- 1f429: poodle;
964
- 1f408: cat2;
965
- 1f413: rooster;
966
- 1f983: turkey;
967
- 1f99a: peacock;
968
- 1f99c: parrot;
969
- 1f9a2: swan;
970
- 1f9a9: flamingo;
971
- 1f54a: dove;
972
- 1f407: rabbit2;
973
- 1f9a5: sloth;
974
- 1f9a6: otter;
975
- 1f9a8: skunk;
976
- 1f99d: raccoon;
977
- 1f9a1: badger;
978
- 1f401: mouse2;
979
- 1f400: rat;
980
- 1f43f: chipmunk;
981
- 1f994: hedgehog;
982
- 1f43e: feet;
983
- 1f409: dragon;
984
- 1f432: dragon_face;
985
- 1f335: cactus;
986
- 1f384: christmas_tree;
987
- 1f332: evergreen_tree;
988
- 1f333: deciduous_tree;
989
- 1f334: palm_tree;
990
- 1f331: seedling;
991
- 1f33f: herb;
992
- 1f340: four_leaf_clover;
993
- 1f38d: bamboo;
994
- 1f38b: tanabata_tree;
995
- 1f343: leaves;
996
- 1f342: fallen_leaf;
997
- 1f341: maple_leaf;
998
- 1f344: mushroom;
999
- 1f33e: ear_of_rice;
1000
- 1f490: bouquet;
1001
- 1f337: tulip;
1002
- 1f339: rose;
1003
- 1f940: wilted_rose;
1004
- 1f33a: hibiscus;
1005
- 1f338: cherry_blossom;
1006
- 1f33c: blossom;
1007
- 1f33b: sunflower;
1008
- 1f31e: sun_with_face;
1009
- 1f31d: full_moon_with_face;
1010
- 1f31b: first_quarter_moon_with_face;
1011
- 1f31c: last_quarter_moon_with_face;
1012
- 1f31a: new_moon_with_face;
1013
- 1f315: full_moon;
1014
- 1f316: waning_gibbous_moon;
1015
- 1f317: last_quarter_moon;
1016
- 1f318: waning_crescent_moon;
1017
- 1f311: new_moon;
1018
- 1f312: waxing_crescent_moon;
1019
- 1f313: first_quarter_moon;
1020
- 1f314: waxing_gibbous_moon;
1021
- 1f319: crescent_moon;
1022
- 1f30e: earth_americas;
1023
- 1f30d: earth_africa;
1024
- 1f30f: earth_asia;
1025
- 1fa90: ringed_planet;
1026
- 1f4ab: dizzy;
1027
- 2b50: star;
1028
- 1f31f: star2;
1029
- 26a1: zap;
1030
- 1f4a5: boom;
1031
- 1f525: fire;
1032
- 1f32a: cloud_tornado;
1033
- 1f308: rainbow;
1034
- 1f324: white_sun_small_cloud;
1035
- 26c5: partly_sunny;
1036
- 1f325: white_sun_cloud;
1037
- 1f326: white_sun_rain_cloud;
1038
- 1f327: cloud_rain;
1039
- 26c8: thunder_cloud_rain;
1040
- 1f329: cloud_lightning;
1041
- 1f328: cloud_snow;
1042
- 26c4: snowman;
1043
- 1f32c: wind_blowing_face;
1044
- 1f4a8: dash;
1045
- 1f4a7: droplet;
1046
- 1f4a6: sweat_drops;
1047
- 1f30a: ocean;
1048
- 1f32b: fog;
1049
- 1f34f: green_apple;
1050
- 1f34e: apple;
1051
- 1f350: pear;
1052
- 1f34a: tangerine;
1053
- 1f34b: lemon;
1054
- 1f34c: banana;
1055
- 1f349: watermelon;
1056
- 1f347: grapes;
1057
- 1f353: strawberry;
1058
- 1f348: melon;
1059
- 1f352: cherries;
1060
- 1f351: peach;
1061
- 1f96d: mango;
1062
- 1f34d: pineapple;
1063
- 1f965: coconut;
1064
- 1f95d: kiwi;
1065
- 1f345: tomato;
1066
- 1f346: eggplant;
1067
- 1f951: avocado;
1068
- 1f966: broccoli;
1069
- 1f96c: leafy_green;
1070
- 1f952: cucumber;
1071
- 1f336: hot_pepper;
1072
- 1f33d: corn;
1073
- 1f955: carrot;
1074
- 1f9c5: onion;
1075
- 1f9c4: garlic;
1076
- 1f954: potato;
1077
- 1f360: sweet_potato;
1078
- 1f950: croissant;
1079
- 1f96f: bagel;
1080
- 1f35e: bread;
1081
- 1f956: french_bread;
1082
- 1f968: pretzel;
1083
- 1f9c0: cheese;
1084
- 1f95a: egg;
1085
- 1f373: cooking;
1086
- 1f95e: pancakes;
1087
- 1f9c7: waffle;
1088
- 1f953: bacon;
1089
- 1f969: cut_of_meat;
1090
- 1f357: poultry_leg;
1091
- 1f356: meat_on_bone;
1092
- 1f32d: hotdog;
1093
- 1f354: hamburger;
1094
- 1f35f: fries;
1095
- 1f355: pizza;
1096
- 1f96a: sandwich;
1097
- 1f9c6: falafel;
1098
- 1f959: stuffed_flatbread;
1099
- 1f32e: taco;
1100
- 1f32f: burrito;
1101
- 1f957: salad;
1102
- 1f958: shallow_pan_of_food;
1103
- 1f96b: canned_food;
1104
- 1f35d: spaghetti;
1105
- 1f35c: ramen;
1106
- 1f372: stew;
1107
- 1f35b: curry;
1108
- 1f363: sushi;
1109
- 1f371: bento;
1110
- 1f95f: dumpling;
1111
- 1f364: fried_shrimp;
1112
- 1f359: rice_ball;
1113
- 1f35a: rice;
1114
- 1f358: rice_cracker;
1115
- 1f365: fish_cake;
1116
- 1f960: fortune_cookie;
1117
- 1f96e: moon_cake;
1118
- 1f362: oden;
1119
- 1f361: dango;
1120
- 1f367: shaved_ice;
1121
- 1f368: ice_cream;
1122
- 1f366: icecream;
1123
- 1f967: pie;
1124
- 1f9c1: cupcake;
1125
- 1f370: cake;
1126
- 1f382: birthday;
1127
- 1f36e: custard;
1128
- 1f36d: lollipop;
1129
- 1f36c: candy;
1130
- 1f36b: chocolate_bar;
1131
- 1f37f: popcorn;
1132
- 1f369: doughnut;
1133
- 1f36a: cookie;
1134
- 1f330: chestnut;
1135
- 1f95c: peanuts;
1136
- 1f36f: honey_pot;
1137
- 1f9c8: butter;
1138
- 1f95b: milk;
1139
- 1f37c: baby_bottle;
1140
- 1f375: tea;
1141
- 1f9c9: mate;
1142
- 1f964: cup_with_straw;
1143
- 1f9c3: beverage_box;
1144
- 1f9ca: ice_cube;
1145
- 1f376: sake;
1146
- 1f37a: beer;
1147
- 1f37b: beers;
1148
- 1f942: champagne_glass;
1149
- 1f377: wine_glass;
1150
- 1f943: tumbler_glass;
1151
- 1f378: cocktail;
1152
- 1f379: tropical_drink;
1153
- 1f37e: champagne;
1154
- 1f944: spoon;
1155
- 1f374: fork_and_knife;
1156
- 1f37d: fork_knife_plate;
1157
- 1f963: bowl_with_spoon;
1158
- 1f961: takeout_box;
1159
- 1f962: chopsticks;
1160
- 1f9c2: salt;
1161
- 1f60a: blush;
1162
- 1f607: innocent;
1163
- 1f642: slight_smile;
1164
- 1f643: upside_down;
1165
- 1f609: wink;
1166
- 1f600: grinning;
1167
- 1f603: smiley;
1168
- 1f604: smile;
1169
- 1f601: grin;
1170
- 1f606: laughing;
1171
- 1f605: sweat_smile;
1172
- 1f602: joy;
1173
- 1f923: rofl;
1174
- 263a: relaxed;
1175
- 1f60c: relieved;
1176
- 1f60d: heart_eyes;
1177
- 1f970: smiling_face_with_3_hearts;
1178
- 1f618: kissing_heart;
1179
- 1f617: kissing;
1180
- 1f619: kissing_smiling_eyes;
1181
- 1f61a: kissing_closed_eyes;
1182
- 1f60b: yum;
1183
- 1f61b: stuck_out_tongue;
1184
- 1f61d: stuck_out_tongue_closed_eyes;
1185
- 1f61c: stuck_out_tongue_winking_eye;
1186
- 1f92a: zany_face;
1187
- 1f928: face_with_raised_eyebrow;
1188
- 1f9d0: face_with_monocle;
1189
- 1f913: nerd;
1190
- 1f60e: sunglasses;
1191
- 1f929: star_struck;
1192
- 1f973: partying_face;
1193
- 1f60f: smirk;
1194
- 1f612: unamused;
1195
- 1f61e: disappointed;
1196
- 1f614: pensive;
1197
- 1f61f: worried;
1198
- 1f615: confused;
1199
- 1f641: slight_frown;
1200
- 1f623: persevere;
1201
- 1f616: confounded;
1202
- 1f62b: tired_face;
1203
- 1f629: weary;
1204
- 1f971: yawning_face;
1205
- 1f97a: pleading_face;
1206
- 1f622: cry;
1207
- 1f62d: sob;
1208
- 1f624: triumph;
1209
- 1f620: angry;
1210
- 1f621: rage;
1211
- 1f92c: face_with_symbols_over_mouth;
1212
- 1f92f: exploding_head;
1213
- 1f633: flushed;
1214
- 1f975: hot_face;
1215
- 1f976: cold_face;
1216
- 1f631: scream;
1217
- 1f628: fearful;
1218
- 1f630: cold_sweat;
1219
- 1f625: disappointed_relieved;
1220
- 1f613: sweat;
1221
- 1f917: hugging;
1222
- 1f914: thinking;
1223
- 1f92d: face_with_hand_over_mouth;
1224
- 1f92b: shushing_face;
1225
- 1f925: lying_face;
1226
- 1f636: no_mouth;
1227
- 1f610: neutral_face;
1228
- 1f611: expressionless;
1229
- 1f62c: grimacing;
1230
- 1f644: rolling_eyes;
1231
- 1f62f: hushed;
1232
- 1f626: frowning;
1233
- 1f627: anguished;
1234
- 1f62e: open_mouth;
1235
- 1f632: astonished;
1236
- 1f634: sleeping;
1237
- 1f924: drooling_face;
1238
- 1f62a: sleepy;
1239
- 1f635: dizzy_face;
1240
- 1f910: zipper_mouth;
1241
- 1f974: woozy_face;
1242
- 1f922: nauseated_face;
1243
- 1f92e: face_vomiting;
1244
- 1f927: sneezing_face;
1245
- 1f637: mask;
1246
- 1f912: thermometer_face;
1247
- 1f915: head_bandage;
1248
- 1f911: money_mouth;
1249
- 1f920: cowboy;
1250
- 1f608: smiling_imp;
1251
- 1f47f: imp;
1252
- 1f479: japanese_ogre;
1253
- 1f47a: japanese_goblin;
1254
- 1f921: clown;
1255
- 1f4a9: poop;
1256
- 1f47b: ghost;
1257
- 1f480: skull;
1258
- 1f47d: alien;
1259
- 1f47e: space_invader;
1260
- 1f916: robot;
1261
- 1f383: jack_o_lantern;
1262
- 1f63a: smiley_cat;
1263
- 1f638: smile_cat;
1264
- 1f639: joy_cat;
1265
- 1f63b: heart_eyes_cat;
1266
- 1f63c: smirk_cat;
1267
- 1f63d: kissing_cat;
1268
- 1f640: scream_cat;
1269
- 1f63f: crying_cat_face;
1270
- 1f63e: pouting_cat;
1271
- 1f91d: handshake;
1272
- 1f932: palms_up_together;
1273
- 1f932-1f3fb: palms_up_together_tone1;
1274
- 1f932-1f3fc: palms_up_together_tone2;
1275
- 1f932-1f3fd: palms_up_together_tone3;
1276
- 1f932-1f3fe: palms_up_together_tone4;
1277
- 1f932-1f3ff: palms_up_together_tone5;
1278
- 1f450: open_hands;
1279
- 1f450-1f3fb: open_hands_tone1;
1280
- 1f450-1f3fc: open_hands_tone2;
1281
- 1f450-1f3fd: open_hands_tone3;
1282
- 1f450-1f3fe: open_hands_tone4;
1283
- 1f450-1f3ff: open_hands_tone5;
1284
- 1f64c: raised_hands;
1285
- 1f64c-1f3fb: raised_hands_tone1;
1286
- 1f64c-1f3fc: raised_hands_tone2;
1287
- 1f64c-1f3fd: raised_hands_tone3;
1288
- 1f64c-1f3fe: raised_hands_tone4;
1289
- 1f64c-1f3ff: raised_hands_tone5;
1290
- 1f44f: clap;
1291
- 1f44f-1f3fb: clap_tone1;
1292
- 1f44f-1f3fc: clap_tone2;
1293
- 1f44f-1f3fd: clap_tone3;
1294
- 1f44f-1f3fe: clap_tone4;
1295
- 1f44f-1f3ff: clap_tone5;
1296
- 1f44d: thumbsup;
1297
- 1f44d-1f3fb: thumbsup_tone1;
1298
- 1f44d-1f3fc: thumbsup_tone2;
1299
- 1f44d-1f3fd: thumbsup_tone3;
1300
- 1f44d-1f3fe: thumbsup_tone4;
1301
- 1f44d-1f3ff: thumbsup_tone5;
1302
- 1f44e: thumbsdown;
1303
- 1f44e-1f3fb: thumbsdown_tone1;
1304
- 1f44e-1f3fc: thumbsdown_tone2;
1305
- 1f44e-1f3fd: thumbsdown_tone3;
1306
- 1f44e-1f3fe: thumbsdown_tone4;
1307
- 1f44e-1f3ff: thumbsdown_tone5;
1308
- 1f44a: punch;
1309
- 1f44a-1f3fb: punch_tone1;
1310
- 1f44a-1f3fc: punch_tone2;
1311
- 1f44a-1f3fd: punch_tone3;
1312
- 1f44a-1f3fe: punch_tone4;
1313
- 1f44a-1f3ff: punch_tone5;
1314
- 270a: fist;
1315
- 270a-1f3fb: fist_tone1;
1316
- 270a-1f3fc: fist_tone2;
1317
- 270a-1f3fd: fist_tone3;
1318
- 270a-1f3fe: fist_tone4;
1319
- 270a-1f3ff: fist_tone5;
1320
- 1f91b: left_facing_fist;
1321
- 1f91b-1f3fb: left_facing_fist_tone1;
1322
- 1f91b-1f3fc: left_facing_fist_tone2;
1323
- 1f91b-1f3fd: left_facing_fist_tone3;
1324
- 1f91b-1f3fe: left_facing_fist_tone4;
1325
- 1f91b-1f3ff: left_facing_fist_tone5;
1326
- 1f91c: right_facing_fist;
1327
- 1f91c-1f3fb: right_facing_fist_tone1;
1328
- 1f91c-1f3fc: right_facing_fist_tone2;
1329
- 1f91c-1f3fd: right_facing_fist_tone3;
1330
- 1f91c-1f3fe: right_facing_fist_tone4;
1331
- 1f91c-1f3ff: right_facing_fist_tone5;
1332
- 1f91e: fingers_crossed;
1333
- 1f91e-1f3fb: fingers_crossed_tone1;
1334
- 1f91e-1f3fc: fingers_crossed_tone2;
1335
- 1f91e-1f3fd: fingers_crossed_tone3;
1336
- 1f91e-1f3fe: fingers_crossed_tone4;
1337
- 1f91e-1f3ff: fingers_crossed_tone5;
1338
- 270c: v;
1339
- 270c-1f3fb: v_tone1;
1340
- 270c-1f3fc: v_tone2;
1341
- 270c-1f3fd: v_tone3;
1342
- 270c-1f3fe: v_tone4;
1343
- 270c-1f3ff: v_tone5;
1344
- 1f91f: love_you_gesture;
1345
- 1f91f-1f3fb: love_you_gesture_tone1;
1346
- 1f91f-1f3fc: love_you_gesture_tone2;
1347
- 1f91f-1f3fd: love_you_gesture_tone3;
1348
- 1f91f-1f3fe: love_you_gesture_tone4;
1349
- 1f91f-1f3ff: love_you_gesture_tone5;
1350
- 1f918: metal;
1351
- 1f918-1f3fb: metal_tone1;
1352
- 1f918-1f3fc: metal_tone2;
1353
- 1f918-1f3fd: metal_tone3;
1354
- 1f918-1f3fe: metal_tone4;
1355
- 1f918-1f3ff: metal_tone5;
1356
- 1f44c: ok_hand;
1357
- 1f44c-1f3fb: ok_hand_tone1;
1358
- 1f44c-1f3fc: ok_hand_tone2;
1359
- 1f44c-1f3fd: ok_hand_tone3;
1360
- 1f44c-1f3fe: ok_hand_tone4;
1361
- 1f44c-1f3ff: ok_hand_tone5;
1362
- 1f90f: pinching_hand;
1363
- 1f90f-1f3fb: pinching_hand_tone1;
1364
- 1f90f-1f3fc: pinching_hand_tone2;
1365
- 1f90f-1f3fd: pinching_hand_tone3;
1366
- 1f90f-1f3fe: pinching_hand_tone4;
1367
- 1f90f-1f3ff: pinching_hand_tone5;
1368
- 1f448: point_left;
1369
- 1f448-1f3fb: point_left_tone1;
1370
- 1f448-1f3fc: point_left_tone2;
1371
- 1f448-1f3fd: point_left_tone3;
1372
- 1f448-1f3fe: point_left_tone4;
1373
- 1f448-1f3ff: point_left_tone5;
1374
- 1f449: point_right;
1375
- 1f449-1f3fb: point_right_tone1;
1376
- 1f449-1f3fc: point_right_tone2;
1377
- 1f449-1f3fd: point_right_tone3;
1378
- 1f449-1f3fe: point_right_tone4;
1379
- 1f449-1f3ff: point_right_tone5;
1380
- 1f446: point_up_2;
1381
- 1f446-1f3fb: point_up_2_tone1;
1382
- 1f446-1f3fc: point_up_2_tone2;
1383
- 1f446-1f3fd: point_up_2_tone3;
1384
- 1f446-1f3fe: point_up_2_tone4;
1385
- 1f446-1f3ff: point_up_2_tone5;
1386
- 1f447: point_down;
1387
- 1f447-1f3fb: point_down_tone1;
1388
- 1f447-1f3fc: point_down_tone2;
1389
- 1f447-1f3fd: point_down_tone3;
1390
- 1f447-1f3fe: point_down_tone4;
1391
- 1f447-1f3ff: point_down_tone5;
1392
- 261d: point_up;
1393
- 261d-1f3fb: point_up_tone1;
1394
- 261d-1f3fc: point_up_tone2;
1395
- 261d-1f3fd: point_up_tone3;
1396
- 261d-1f3fe: point_up_tone4;
1397
- 261d-1f3ff: point_up_tone5;
1398
- 270b: raised_hand;
1399
- 270b-1f3fb: raised_hand_tone1;
1400
- 270b-1f3fc: raised_hand_tone2;
1401
- 270b-1f3fd: raised_hand_tone3;
1402
- 270b-1f3fe: raised_hand_tone4;
1403
- 270b-1f3ff: raised_hand_tone5;
1404
- 1f91a: raised_back_of_hand;
1405
- 1f91a-1f3fb: raised_back_of_hand_tone1;
1406
- 1f91a-1f3fc: raised_back_of_hand_tone2;
1407
- 1f91a-1f3fd: raised_back_of_hand_tone3;
1408
- 1f91a-1f3fe: raised_back_of_hand_tone4;
1409
- 1f91a-1f3ff: raised_back_of_hand_tone5;
1410
- 1f590: hand_splayed;
1411
- 1f590-1f3fb: hand_splayed_tone1;
1412
- 1f590-1f3fc: hand_splayed_tone2;
1413
- 1f590-1f3fd: hand_splayed_tone3;
1414
- 1f590-1f3fe: hand_splayed_tone4;
1415
- 1f590-1f3ff: hand_splayed_tone5;
1416
- 1f596: vulcan;
1417
- 1f596-1f3fb: vulcan_tone1;
1418
- 1f596-1f3fc: vulcan_tone2;
1419
- 1f596-1f3fd: vulcan_tone3;
1420
- 1f596-1f3fe: vulcan_tone4;
1421
- 1f596-1f3ff: vulcan_tone5;
1422
- 1f44b: wave;
1423
- 1f44b-1f3fb: wave_tone1;
1424
- 1f44b-1f3fc: wave_tone2;
1425
- 1f44b-1f3fd: wave_tone3;
1426
- 1f44b-1f3fe: wave_tone4;
1427
- 1f44b-1f3ff: wave_tone5;
1428
- 1f919: call_me;
1429
- 1f919-1f3fb: call_me_tone1;
1430
- 1f919-1f3fc: call_me_tone2;
1431
- 1f919-1f3fd: call_me_tone3;
1432
- 1f919-1f3fe: call_me_tone4;
1433
- 1f919-1f3ff: call_me_tone5;
1434
- 1f4aa: muscle;
1435
- 1f4aa-1f3fb: muscle_tone1;
1436
- 1f4aa-1f3fc: muscle_tone2;
1437
- 1f4aa-1f3fd: muscle_tone3;
1438
- 1f4aa-1f3fe: muscle_tone4;
1439
- 1f4aa-1f3ff: muscle_tone5;
1440
- 1f9be: mechanical_arm;
1441
- 1f595: middle_finger;
1442
- 1f595-1f3fb: middle_finger_tone1;
1443
- 1f595-1f3fc: middle_finger_tone2;
1444
- 1f595-1f3fd: middle_finger_tone3;
1445
- 1f595-1f3fe: middle_finger_tone4;
1446
- 1f595-1f3ff: middle_finger_tone5;
1447
- 270d: writing_hand;
1448
- 270d-1f3fb: writing_hand_tone1;
1449
- 270d-1f3fc: writing_hand_tone2;
1450
- 270d-1f3fd: writing_hand_tone3;
1451
- 270d-1f3fe: writing_hand_tone4;
1452
- 270d-1f3ff: writing_hand_tone5;
1453
- 1f64f: pray;
1454
- 1f64f-1f3fb: pray_tone1;
1455
- 1f64f-1f3fc: pray_tone2;
1456
- 1f64f-1f3fd: pray_tone3;
1457
- 1f64f-1f3fe: pray_tone4;
1458
- 1f64f-1f3ff: pray_tone5;
1459
- 1f9b6: foot;
1460
- 1f9b6-1f3fb: foot_tone1;
1461
- 1f9b6-1f3fc: foot_tone2;
1462
- 1f9b6-1f3fd: foot_tone3;
1463
- 1f9b6-1f3fe: foot_tone4;
1464
- 1f9b6-1f3ff: foot_tone5;
1465
- 1f9b5: leg;
1466
- 1f9b5-1f3fb: leg_tone1;
1467
- 1f9b5-1f3fc: leg_tone2;
1468
- 1f9b5-1f3fd: leg_tone3;
1469
- 1f9b5-1f3fe: leg_tone4;
1470
- 1f9b5-1f3ff: leg_tone5;
1471
- 1f9bf: mechanical_leg;
1472
- 1f484: lipstick;
1473
- 1f48b: kiss;
1474
- 1f444: lips;
1475
- 1f445: tongue;
1476
- 1f9b7: tooth;
1477
- 1f9b4: bone;
1478
- 1f442: ear;
1479
- 1f442-1f3fb: ear_tone1;
1480
- 1f442-1f3fc: ear_tone2;
1481
- 1f442-1f3fd: ear_tone3;
1482
- 1f442-1f3fe: ear_tone4;
1483
- 1f442-1f3ff: ear_tone5;
1484
- 1f9bb: ear_with_hearing_aid;
1485
- 1f9bb-1f3fb: ear_with_hearing_aid_tone1;
1486
- 1f9bb-1f3fc: ear_with_hearing_aid_tone2;
1487
- 1f9bb-1f3fd: ear_with_hearing_aid_tone3;
1488
- 1f9bb-1f3fe: ear_with_hearing_aid_tone4;
1489
- 1f9bb-1f3ff: ear_with_hearing_aid_tone5;
1490
- 1f443: nose;
1491
- 1f443-1f3fb: nose_tone1;
1492
- 1f443-1f3fc: nose_tone2;
1493
- 1f443-1f3fd: nose_tone3;
1494
- 1f443-1f3fe: nose_tone4;
1495
- 1f443-1f3ff: nose_tone5;
1496
- 1f463: footprints;
1497
- 1f441: eye;
1498
- 1f440: eyes;
1499
- 1f9e0: brain;
1500
- 1f5e3: speaking_head;
1501
- 1f464: bust_in_silhouette;
1502
- 1f465: busts_in_silhouette;
1503
- 1f476: baby;
1504
- 1f476-1f3fb: baby_tone1;
1505
- 1f476-1f3fc: baby_tone2;
1506
- 1f476-1f3fd: baby_tone3;
1507
- 1f476-1f3fe: baby_tone4;
1508
- 1f476-1f3ff: baby_tone5;
1509
- 1f467: girl;
1510
- 1f467-1f3fb: girl_tone1;
1511
- 1f467-1f3fc: girl_tone2;
1512
- 1f467-1f3fd: girl_tone3;
1513
- 1f467-1f3fe: girl_tone4;
1514
- 1f467-1f3ff: girl_tone5;
1515
- 1f9d2: child;
1516
- 1f9d2-1f3fb: child_tone1;
1517
- 1f9d2-1f3fc: child_tone2;
1518
- 1f9d2-1f3fd: child_tone3;
1519
- 1f9d2-1f3fe: child_tone4;
1520
- 1f9d2-1f3ff: child_tone5;
1521
- 1f466: boy;
1522
- 1f466-1f3fb: boy_tone1;
1523
- 1f466-1f3fc: boy_tone2;
1524
- 1f466-1f3fd: boy_tone3;
1525
- 1f466-1f3fe: boy_tone4;
1526
- 1f466-1f3ff: boy_tone5;
1527
- 1f469: woman;
1528
- 1f469-1f3fb: woman_tone1;
1529
- 1f469-1f3fc: woman_tone2;
1530
- 1f469-1f3fd: woman_tone3;
1531
- 1f469-1f3fe: woman_tone4;
1532
- 1f469-1f3ff: woman_tone5;
1533
- 1f9d1: adult;
1534
- 1f9d1-1f3fb: adult_tone1;
1535
- 1f9d1-1f3fc: adult_tone2;
1536
- 1f9d1-1f3fd: adult_tone3;
1537
- 1f9d1-1f3fe: adult_tone4;
1538
- 1f9d1-1f3ff: adult_tone5;
1539
- 1f468: man;
1540
- 1f468-1f3fb: man_tone1;
1541
- 1f468-1f3fc: man_tone2;
1542
- 1f468-1f3fd: man_tone3;
1543
- 1f468-1f3fe: man_tone4;
1544
- 1f468-1f3ff: man_tone5;
1545
- 1f469-200d-1f9b1: woman_curly_haired;
1546
- 1f469-1f3fb-200d-1f9b1: woman_curly_haired_tone1;
1547
- 1f469-1f3fc-200d-1f9b1: woman_curly_haired_tone2;
1548
- 1f469-1f3fd-200d-1f9b1: woman_curly_haired_tone3;
1549
- 1f469-1f3fe-200d-1f9b1: woman_curly_haired_tone4;
1550
- 1f469-1f3ff-200d-1f9b1: woman_curly_haired_tone5;
1551
- 1f468-200d-1f9b1: man_curly_haired;
1552
- 1f468-1f3fb-200d-1f9b1: man_curly_haired_tone1;
1553
- 1f468-1f3fc-200d-1f9b1: man_curly_haired_tone2;
1554
- 1f468-1f3fd-200d-1f9b1: man_curly_haired_tone3;
1555
- 1f468-1f3fe-200d-1f9b1: man_curly_haired_tone4;
1556
- 1f468-1f3ff-200d-1f9b1: man_curly_haired_tone5;
1557
- 1f469-200d-1f9b0: woman_red_haired;
1558
- 1f469-1f3fb-200d-1f9b0: woman_red_haired_tone1;
1559
- 1f469-1f3fc-200d-1f9b0: woman_red_haired_tone2;
1560
- 1f469-1f3fd-200d-1f9b0: woman_red_haired_tone3;
1561
- 1f469-1f3fe-200d-1f9b0: woman_red_haired_tone4;
1562
- 1f469-1f3ff-200d-1f9b0: woman_red_haired_tone5;
1563
- 1f468-200d-1f9b0: man_red_haired;
1564
- 1f468-1f3fb-200d-1f9b0: man_red_haired_tone1;
1565
- 1f468-1f3fc-200d-1f9b0: man_red_haired_tone2;
1566
- 1f468-1f3fd-200d-1f9b0: man_red_haired_tone3;
1567
- 1f468-1f3fe-200d-1f9b0: man_red_haired_tone4;
1568
- 1f468-1f3ff-200d-1f9b0: man_red_haired_tone5;
1569
- 1f471-200d-2640-fe0f: blond-haired_woman;
1570
- 1f471-1f3fb-200d-2640-fe0f: blond-haired_woman_tone1;
1571
- 1f471-1f3fc-200d-2640-fe0f: blond-haired_woman_tone2;
1572
- 1f471-1f3fd-200d-2640-fe0f: blond-haired_woman_tone3;
1573
- 1f471-1f3fe-200d-2640-fe0f: blond-haired_woman_tone4;
1574
- 1f471-1f3ff-200d-2640-fe0f: blond-haired_woman_tone5;
1575
- 1f471: blond_haired_person;
1576
- 1f471-1f3fb: blond_haired_person_tone1;
1577
- 1f471-1f3fc: blond_haired_person_tone2;
1578
- 1f471-1f3fd: blond_haired_person_tone3;
1579
- 1f471-1f3fe: blond_haired_person_tone4;
1580
- 1f471-1f3ff: blond_haired_person_tone5;
1581
- 1f471-200d-2642-fe0f: blond-haired_man;
1582
- 1f471-1f3fb-200d-2642-fe0f: blond-haired_man_tone1;
1583
- 1f471-1f3fc-200d-2642-fe0f: blond-haired_man_tone2;
1584
- 1f471-1f3fd-200d-2642-fe0f: blond-haired_man_tone3;
1585
- 1f471-1f3fe-200d-2642-fe0f: blond-haired_man_tone4;
1586
- 1f471-1f3ff-200d-2642-fe0f: blond-haired_man_tone5;
1587
- 1f469-200d-1f9b3: woman_white_haired;
1588
- 1f469-1f3fb-200d-1f9b3: woman_white_haired_tone1;
1589
- 1f469-1f3fc-200d-1f9b3: woman_white_haired_tone2;
1590
- 1f469-1f3fd-200d-1f9b3: woman_white_haired_tone3;
1591
- 1f469-1f3fe-200d-1f9b3: woman_white_haired_tone4;
1592
- 1f469-1f3ff-200d-1f9b3: woman_white_haired_tone5;
1593
- 1f468-200d-1f9b3: man_white_haired;
1594
- 1f468-1f3fb-200d-1f9b3: man_white_haired_tone1;
1595
- 1f468-1f3fc-200d-1f9b3: man_white_haired_tone2;
1596
- 1f468-1f3fd-200d-1f9b3: man_white_haired_tone3;
1597
- 1f468-1f3fe-200d-1f9b3: man_white_haired_tone4;
1598
- 1f468-1f3ff-200d-1f9b3: man_white_haired_tone5;
1599
- 1f469-200d-1f9b2: woman_bald;
1600
- 1f469-1f3fb-200d-1f9b2: woman_bald_tone1;
1601
- 1f469-1f3fc-200d-1f9b2: woman_bald_tone2;
1602
- 1f469-1f3fd-200d-1f9b2: woman_bald_tone3;
1603
- 1f469-1f3fe-200d-1f9b2: woman_bald_tone4;
1604
- 1f469-1f3ff-200d-1f9b2: woman_bald_tone5;
1605
- 1f468-200d-1f9b2: man_bald;
1606
- 1f468-1f3fb-200d-1f9b2: man_bald_tone1;
1607
- 1f468-1f3fc-200d-1f9b2: man_bald_tone2;
1608
- 1f468-1f3fd-200d-1f9b2: man_bald_tone3;
1609
- 1f468-1f3fe-200d-1f9b2: man_bald_tone4;
1610
- 1f468-1f3ff-200d-1f9b2: man_bald_tone5;
1611
- 1f9d4: bearded_person;
1612
- 1f9d4-1f3fb: bearded_person_tone1;
1613
- 1f9d4-1f3fc: bearded_person_tone2;
1614
- 1f9d4-1f3fd: bearded_person_tone3;
1615
- 1f9d4-1f3fe: bearded_person_tone4;
1616
- 1f9d4-1f3ff: bearded_person_tone5;
1617
- 1f475: older_woman;
1618
- 1f475-1f3fb: older_woman_tone1;
1619
- 1f475-1f3fc: older_woman_tone2;
1620
- 1f475-1f3fd: older_woman_tone3;
1621
- 1f475-1f3fe: older_woman_tone4;
1622
- 1f475-1f3ff: older_woman_tone5;
1623
- 1f9d3: older_adult;
1624
- 1f9d3-1f3fb: older_adult_tone1;
1625
- 1f9d3-1f3fc: older_adult_tone2;
1626
- 1f9d3-1f3fd: older_adult_tone3;
1627
- 1f9d3-1f3fe: older_adult_tone4;
1628
- 1f9d3-1f3ff: older_adult_tone5;
1629
- 1f474: older_man;
1630
- 1f474-1f3fb: older_man_tone1;
1631
- 1f474-1f3fc: older_man_tone2;
1632
- 1f474-1f3fd: older_man_tone3;
1633
- 1f474-1f3fe: older_man_tone4;
1634
- 1f474-1f3ff: older_man_tone5;
1635
- 1f472: man_with_chinese_cap;
1636
- 1f472-1f3fb: man_with_chinese_cap_tone1;
1637
- 1f472-1f3fc: man_with_chinese_cap_tone2;
1638
- 1f472-1f3fd: man_with_chinese_cap_tone3;
1639
- 1f472-1f3fe: man_with_chinese_cap_tone4;
1640
- 1f472-1f3ff: man_with_chinese_cap_tone5;
1641
- 1f473: person_wearing_turban;
1642
- 1f473-1f3fb: person_wearing_turban_tone1;
1643
- 1f473-1f3fc: person_wearing_turban_tone2;
1644
- 1f473-1f3fd: person_wearing_turban_tone3;
1645
- 1f473-1f3fe: person_wearing_turban_tone4;
1646
- 1f473-1f3ff: person_wearing_turban_tone5;
1647
- 1f473-200d-2640-fe0f: woman_wearing_turban;
1648
- 1f473-1f3fb-200d-2640-fe0f: woman_wearing_turban_tone1;
1649
- 1f473-1f3fc-200d-2640-fe0f: woman_wearing_turban_tone2;
1650
- 1f473-1f3fd-200d-2640-fe0f: woman_wearing_turban_tone3;
1651
- 1f473-1f3fe-200d-2640-fe0f: woman_wearing_turban_tone4;
1652
- 1f473-1f3ff-200d-2640-fe0f: woman_wearing_turban_tone5;
1653
- 1f473-200d-2642-fe0f: man_wearing_turban;
1654
- 1f473-1f3fb-200d-2642-fe0f: man_wearing_turban_tone1;
1655
- 1f473-1f3fc-200d-2642-fe0f: man_wearing_turban_tone2;
1656
- 1f473-1f3fd-200d-2642-fe0f: man_wearing_turban_tone3;
1657
- 1f473-1f3fe-200d-2642-fe0f: man_wearing_turban_tone4;
1658
- 1f473-1f3ff-200d-2642-fe0f: man_wearing_turban_tone5;
1659
- 1f9d5: woman_with_headscarf;
1660
- 1f9d5-1f3fb: woman_with_headscarf_tone1;
1661
- 1f9d5-1f3fc: woman_with_headscarf_tone2;
1662
- 1f9d5-1f3fd: woman_with_headscarf_tone3;
1663
- 1f9d5-1f3fe: woman_with_headscarf_tone4;
1664
- 1f9d5-1f3ff: woman_with_headscarf_tone5;
1665
- 1f46e: police_officer;
1666
- 1f46e-1f3fb: police_officer_tone1;
1667
- 1f46e-1f3fc: police_officer_tone2;
1668
- 1f46e-1f3fd: police_officer_tone3;
1669
- 1f46e-1f3fe: police_officer_tone4;
1670
- 1f46e-1f3ff: police_officer_tone5;
1671
- 1f46e-200d-2640-fe0f: woman_police_officer;
1672
- 1f46e-1f3fb-200d-2640-fe0f: woman_police_officer_tone1;
1673
- 1f46e-1f3fc-200d-2640-fe0f: woman_police_officer_tone2;
1674
- 1f46e-1f3fd-200d-2640-fe0f: woman_police_officer_tone3;
1675
- 1f46e-1f3fe-200d-2640-fe0f: woman_police_officer_tone4;
1676
- 1f46e-1f3ff-200d-2640-fe0f: woman_police_officer_tone5;
1677
- 1f46e-200d-2642-fe0f: man_police_officer;
1678
- 1f46e-1f3fb-200d-2642-fe0f: man_police_officer_tone1;
1679
- 1f46e-1f3fc-200d-2642-fe0f: man_police_officer_tone2;
1680
- 1f46e-1f3fd-200d-2642-fe0f: man_police_officer_tone3;
1681
- 1f46e-1f3fe-200d-2642-fe0f: man_police_officer_tone4;
1682
- 1f46e-1f3ff-200d-2642-fe0f: man_police_officer_tone5;
1683
- 1f477: construction_worker;
1684
- 1f477-1f3fb: construction_worker_tone1;
1685
- 1f477-1f3fc: construction_worker_tone2;
1686
- 1f477-1f3fd: construction_worker_tone3;
1687
- 1f477-1f3fe: construction_worker_tone4;
1688
- 1f477-1f3ff: construction_worker_tone5;
1689
- 1f477-200d-2640-fe0f: woman_construction_worker;
1690
- 1f477-1f3fb-200d-2640-fe0f: woman_construction_worker_tone1;
1691
- 1f477-1f3fc-200d-2640-fe0f: woman_construction_worker_tone2;
1692
- 1f477-1f3fd-200d-2640-fe0f: woman_construction_worker_tone3;
1693
- 1f477-1f3fe-200d-2640-fe0f: woman_construction_worker_tone4;
1694
- 1f477-1f3ff-200d-2640-fe0f: woman_construction_worker_tone5;
1695
- 1f477-200d-2642-fe0f: man_construction_worker;
1696
- 1f477-1f3fb-200d-2642-fe0f: man_construction_worker_tone1;
1697
- 1f477-1f3fc-200d-2642-fe0f: man_construction_worker_tone2;
1698
- 1f477-1f3fd-200d-2642-fe0f: man_construction_worker_tone3;
1699
- 1f477-1f3fe-200d-2642-fe0f: man_construction_worker_tone4;
1700
- 1f477-1f3ff-200d-2642-fe0f: man_construction_worker_tone5;
1701
- 1f482: guard;
1702
- 1f482-1f3fb: guard_tone1;
1703
- 1f482-1f3fc: guard_tone2;
1704
- 1f482-1f3fd: guard_tone3;
1705
- 1f482-1f3fe: guard_tone4;
1706
- 1f482-1f3ff: guard_tone5;
1707
- 1f482-200d-2640-fe0f: woman_guard;
1708
- 1f482-1f3fb-200d-2640-fe0f: woman_guard_tone1;
1709
- 1f482-1f3fc-200d-2640-fe0f: woman_guard_tone2;
1710
- 1f482-1f3fd-200d-2640-fe0f: woman_guard_tone3;
1711
- 1f482-1f3fe-200d-2640-fe0f: woman_guard_tone4;
1712
- 1f482-1f3ff-200d-2640-fe0f: woman_guard_tone5;
1713
- 1f482-200d-2642-fe0f: man_guard;
1714
- 1f482-1f3fb-200d-2642-fe0f: man_guard_tone1;
1715
- 1f482-1f3fc-200d-2642-fe0f: man_guard_tone2;
1716
- 1f482-1f3fd-200d-2642-fe0f: man_guard_tone3;
1717
- 1f482-1f3fe-200d-2642-fe0f: man_guard_tone4;
1718
- 1f482-1f3ff-200d-2642-fe0f: man_guard_tone5;
1719
- 1f575: detective;
1720
- 1f575-1f3fb: detective_tone1;
1721
- 1f575-1f3fc: detective_tone2;
1722
- 1f575-1f3fd: detective_tone3;
1723
- 1f575-1f3fe: detective_tone4;
1724
- 1f575-1f3ff: detective_tone5;
1725
- 1f575-fe0f-200d-2640-fe0f: woman_detective;
1726
- 1f575-1f3fb-200d-2640-fe0f: woman_detective_tone1;
1727
- 1f575-1f3fc-200d-2640-fe0f: woman_detective_tone2;
1728
- 1f575-1f3fd-200d-2640-fe0f: woman_detective_tone3;
1729
- 1f575-1f3fe-200d-2640-fe0f: woman_detective_tone4;
1730
- 1f575-1f3ff-200d-2640-fe0f: woman_detective_tone5;
1731
- 1f575-fe0f-200d-2642-fe0f: man_detective;
1732
- 1f575-1f3fb-200d-2642-fe0f: man_detective_tone1;
1733
- 1f575-1f3fc-200d-2642-fe0f: man_detective_tone2;
1734
- 1f575-1f3fd-200d-2642-fe0f: man_detective_tone3;
1735
- 1f575-1f3fe-200d-2642-fe0f: man_detective_tone4;
1736
- 1f575-1f3ff-200d-2642-fe0f: man_detective_tone5;
1737
- 1f469-200d-2695-fe0f: woman_health_worker;
1738
- 1f469-1f3fb-200d-2695-fe0f: woman_health_worker_tone1;
1739
- 1f469-1f3fc-200d-2695-fe0f: woman_health_worker_tone2;
1740
- 1f469-1f3fd-200d-2695-fe0f: woman_health_worker_tone3;
1741
- 1f469-1f3fe-200d-2695-fe0f: woman_health_worker_tone4;
1742
- 1f469-1f3ff-200d-2695-fe0f: woman_health_worker_tone5;
1743
- 1f468-200d-2695-fe0f: man_health_worker;
1744
- 1f468-1f3fb-200d-2695-fe0f: man_health_worker_tone1;
1745
- 1f468-1f3fc-200d-2695-fe0f: man_health_worker_tone2;
1746
- 1f468-1f3fd-200d-2695-fe0f: man_health_worker_tone3;
1747
- 1f468-1f3fe-200d-2695-fe0f: man_health_worker_tone4;
1748
- 1f468-1f3ff-200d-2695-fe0f: man_health_worker_tone5;
1749
- 1f469-200d-1f33e: woman_farmer;
1750
- 1f469-1f3fb-200d-1f33e: woman_farmer_tone1;
1751
- 1f469-1f3fc-200d-1f33e: woman_farmer_tone2;
1752
- 1f469-1f3fd-200d-1f33e: woman_farmer_tone3;
1753
- 1f469-1f3fe-200d-1f33e: woman_farmer_tone4;
1754
- 1f469-1f3ff-200d-1f33e: woman_farmer_tone5;
1755
- 1f468-200d-1f33e: man_farmer;
1756
- 1f468-1f3fb-200d-1f33e: man_farmer_tone1;
1757
- 1f468-1f3fc-200d-1f33e: man_farmer_tone2;
1758
- 1f468-1f3fd-200d-1f33e: man_farmer_tone3;
1759
- 1f468-1f3fe-200d-1f33e: man_farmer_tone4;
1760
- 1f468-1f3ff-200d-1f33e: man_farmer_tone5;
1761
- 1f469-200d-1f373: woman_cook;
1762
- 1f469-1f3fb-200d-1f373: woman_cook_tone1;
1763
- 1f469-1f3fc-200d-1f373: woman_cook_tone2;
1764
- 1f469-1f3fd-200d-1f373: woman_cook_tone3;
1765
- 1f469-1f3fe-200d-1f373: woman_cook_tone4;
1766
- 1f469-1f3ff-200d-1f373: woman_cook_tone5;
1767
- 1f468-200d-1f373: man_cook;
1768
- 1f468-1f3fb-200d-1f373: man_cook_tone1;
1769
- 1f468-1f3fc-200d-1f373: man_cook_tone2;
1770
- 1f468-1f3fd-200d-1f373: man_cook_tone3;
1771
- 1f468-1f3fe-200d-1f373: man_cook_tone4;
1772
- 1f468-1f3ff-200d-1f373: man_cook_tone5;
1773
- 1f469-200d-1f393: woman_student;
1774
- 1f469-1f3fb-200d-1f393: woman_student_tone1;
1775
- 1f469-1f3fc-200d-1f393: woman_student_tone2;
1776
- 1f469-1f3fd-200d-1f393: woman_student_tone3;
1777
- 1f469-1f3fe-200d-1f393: woman_student_tone4;
1778
- 1f469-1f3ff-200d-1f393: woman_student_tone5;
1779
- 1f468-200d-1f393: man_student;
1780
- 1f468-1f3fb-200d-1f393: man_student_tone1;
1781
- 1f468-1f3fc-200d-1f393: man_student_tone2;
1782
- 1f468-1f3fd-200d-1f393: man_student_tone3;
1783
- 1f468-1f3fe-200d-1f393: man_student_tone4;
1784
- 1f468-1f3ff-200d-1f393: man_student_tone5;
1785
- 1f469-200d-1f3a4: woman_singer;
1786
- 1f469-1f3fb-200d-1f3a4: woman_singer_tone1;
1787
- 1f469-1f3fc-200d-1f3a4: woman_singer_tone2;
1788
- 1f469-1f3fd-200d-1f3a4: woman_singer_tone3;
1789
- 1f469-1f3fe-200d-1f3a4: woman_singer_tone4;
1790
- 1f469-1f3ff-200d-1f3a4: woman_singer_tone5;
1791
- 1f468-200d-1f3a4: man_singer;
1792
- 1f468-1f3fb-200d-1f3a4: man_singer_tone1;
1793
- 1f468-1f3fc-200d-1f3a4: man_singer_tone2;
1794
- 1f468-1f3fd-200d-1f3a4: man_singer_tone3;
1795
- 1f468-1f3fe-200d-1f3a4: man_singer_tone4;
1796
- 1f468-1f3ff-200d-1f3a4: man_singer_tone5;
1797
- 1f469-200d-1f3eb: woman_teacher;
1798
- 1f469-1f3fb-200d-1f3eb: woman_teacher_tone1;
1799
- 1f469-1f3fc-200d-1f3eb: woman_teacher_tone2;
1800
- 1f469-1f3fd-200d-1f3eb: woman_teacher_tone3;
1801
- 1f469-1f3fe-200d-1f3eb: woman_teacher_tone4;
1802
- 1f469-1f3ff-200d-1f3eb: woman_teacher_tone5;
1803
- 1f468-200d-1f3eb: man_teacher;
1804
- 1f468-1f3fb-200d-1f3eb: man_teacher_tone1;
1805
- 1f468-1f3fc-200d-1f3eb: man_teacher_tone2;
1806
- 1f468-1f3fd-200d-1f3eb: man_teacher_tone3;
1807
- 1f468-1f3fe-200d-1f3eb: man_teacher_tone4;
1808
- 1f468-1f3ff-200d-1f3eb: man_teacher_tone5;
1809
- 1f469-200d-1f3ed: woman_factory_worker;
1810
- 1f469-1f3fb-200d-1f3ed: woman_factory_worker_tone1;
1811
- 1f469-1f3fc-200d-1f3ed: woman_factory_worker_tone2;
1812
- 1f469-1f3fd-200d-1f3ed: woman_factory_worker_tone3;
1813
- 1f469-1f3fe-200d-1f3ed: woman_factory_worker_tone4;
1814
- 1f469-1f3ff-200d-1f3ed: woman_factory_worker_tone5;
1815
- 1f468-200d-1f3ed: man_factory_worker;
1816
- 1f468-1f3fb-200d-1f3ed: man_factory_worker_tone1;
1817
- 1f468-1f3fc-200d-1f3ed: man_factory_worker_tone2;
1818
- 1f468-1f3fd-200d-1f3ed: man_factory_worker_tone3;
1819
- 1f468-1f3fe-200d-1f3ed: man_factory_worker_tone4;
1820
- 1f468-1f3ff-200d-1f3ed: man_factory_worker_tone5;
1821
- 1f469-200d-1f4bb: woman_technologist;
1822
- 1f469-1f3fb-200d-1f4bb: woman_technologist_tone1;
1823
- 1f469-1f3fc-200d-1f4bb: woman_technologist_tone2;
1824
- 1f469-1f3fd-200d-1f4bb: woman_technologist_tone3;
1825
- 1f469-1f3fe-200d-1f4bb: woman_technologist_tone4;
1826
- 1f469-1f3ff-200d-1f4bb: woman_technologist_tone5;
1827
- 1f468-200d-1f4bb: man_technologist;
1828
- 1f468-1f3fb-200d-1f4bb: man_technologist_tone1;
1829
- 1f468-1f3fc-200d-1f4bb: man_technologist_tone2;
1830
- 1f468-1f3fd-200d-1f4bb: man_technologist_tone3;
1831
- 1f468-1f3fe-200d-1f4bb: man_technologist_tone4;
1832
- 1f468-1f3ff-200d-1f4bb: man_technologist_tone5;
1833
- 1f469-200d-1f4bc: woman_office_worker;
1834
- 1f469-1f3fb-200d-1f4bc: woman_office_worker_tone1;
1835
- 1f469-1f3fc-200d-1f4bc: woman_office_worker_tone2;
1836
- 1f469-1f3fd-200d-1f4bc: woman_office_worker_tone3;
1837
- 1f469-1f3fe-200d-1f4bc: woman_office_worker_tone4;
1838
- 1f469-1f3ff-200d-1f4bc: woman_office_worker_tone5;
1839
- 1f468-200d-1f4bc: man_office_worker;
1840
- 1f468-1f3fb-200d-1f4bc: man_office_worker_tone1;
1841
- 1f468-1f3fc-200d-1f4bc: man_office_worker_tone2;
1842
- 1f468-1f3fd-200d-1f4bc: man_office_worker_tone3;
1843
- 1f468-1f3fe-200d-1f4bc: man_office_worker_tone4;
1844
- 1f468-1f3ff-200d-1f4bc: man_office_worker_tone5;
1845
- 1f469-200d-1f527: woman_mechanic;
1846
- 1f469-1f3fb-200d-1f527: woman_mechanic_tone1;
1847
- 1f469-1f3fc-200d-1f527: woman_mechanic_tone2;
1848
- 1f469-1f3fd-200d-1f527: woman_mechanic_tone3;
1849
- 1f469-1f3fe-200d-1f527: woman_mechanic_tone4;
1850
- 1f469-1f3ff-200d-1f527: woman_mechanic_tone5;
1851
- 1f468-200d-1f527: man_mechanic;
1852
- 1f468-1f3fb-200d-1f527: man_mechanic_tone1;
1853
- 1f468-1f3fc-200d-1f527: man_mechanic_tone2;
1854
- 1f468-1f3fd-200d-1f527: man_mechanic_tone3;
1855
- 1f468-1f3fe-200d-1f527: man_mechanic_tone4;
1856
- 1f468-1f3ff-200d-1f527: man_mechanic_tone5;
1857
- 1f469-200d-1f52c: woman_scientist;
1858
- 1f469-1f3fb-200d-1f52c: woman_scientist_tone1;
1859
- 1f469-1f3fc-200d-1f52c: woman_scientist_tone2;
1860
- 1f469-1f3fd-200d-1f52c: woman_scientist_tone3;
1861
- 1f469-1f3fe-200d-1f52c: woman_scientist_tone4;
1862
- 1f469-1f3ff-200d-1f52c: woman_scientist_tone5;
1863
- 1f468-200d-1f52c: man_scientist;
1864
- 1f468-1f3fb-200d-1f52c: man_scientist_tone1;
1865
- 1f468-1f3fc-200d-1f52c: man_scientist_tone2;
1866
- 1f468-1f3fd-200d-1f52c: man_scientist_tone3;
1867
- 1f468-1f3fe-200d-1f52c: man_scientist_tone4;
1868
- 1f468-1f3ff-200d-1f52c: man_scientist_tone5;
1869
- 1f469-200d-1f3a8: woman_artist;
1870
- 1f469-1f3fb-200d-1f3a8: woman_artist_tone1;
1871
- 1f469-1f3fc-200d-1f3a8: woman_artist_tone2;
1872
- 1f469-1f3fd-200d-1f3a8: woman_artist_tone3;
1873
- 1f469-1f3fe-200d-1f3a8: woman_artist_tone4;
1874
- 1f469-1f3ff-200d-1f3a8: woman_artist_tone5;
1875
- 1f468-200d-1f3a8: man_artist;
1876
- 1f468-1f3fb-200d-1f3a8: man_artist_tone1;
1877
- 1f468-1f3fc-200d-1f3a8: man_artist_tone2;
1878
- 1f468-1f3fd-200d-1f3a8: man_artist_tone3;
1879
- 1f468-1f3fe-200d-1f3a8: man_artist_tone4;
1880
- 1f468-1f3ff-200d-1f3a8: man_artist_tone5;
1881
- 1f469-200d-1f692: woman_firefighter;
1882
- 1f469-1f3fb-200d-1f692: woman_firefighter_tone1;
1883
- 1f469-1f3fc-200d-1f692: woman_firefighter_tone2;
1884
- 1f469-1f3fd-200d-1f692: woman_firefighter_tone3;
1885
- 1f469-1f3fe-200d-1f692: woman_firefighter_tone4;
1886
- 1f469-1f3ff-200d-1f692: woman_firefighter_tone5;
1887
- 1f468-200d-1f692: man_firefighter;
1888
- 1f468-1f3fb-200d-1f692: man_firefighter_tone1;
1889
- 1f468-1f3fc-200d-1f692: man_firefighter_tone2;
1890
- 1f468-1f3fd-200d-1f692: man_firefighter_tone3;
1891
- 1f468-1f3fe-200d-1f692: man_firefighter_tone4;
1892
- 1f468-1f3ff-200d-1f692: man_firefighter_tone5;
1893
- 1f469-200d-2708-fe0f: woman_pilot;
1894
- 1f469-1f3fb-200d-2708-fe0f: woman_pilot_tone1;
1895
- 1f469-1f3fc-200d-2708-fe0f: woman_pilot_tone2;
1896
- 1f469-1f3fd-200d-2708-fe0f: woman_pilot_tone3;
1897
- 1f469-1f3fe-200d-2708-fe0f: woman_pilot_tone4;
1898
- 1f469-1f3ff-200d-2708-fe0f: woman_pilot_tone5;
1899
- 1f468-200d-2708-fe0f: man_pilot;
1900
- 1f468-1f3fb-200d-2708-fe0f: man_pilot_tone1;
1901
- 1f468-1f3fc-200d-2708-fe0f: man_pilot_tone2;
1902
- 1f468-1f3fd-200d-2708-fe0f: man_pilot_tone3;
1903
- 1f468-1f3fe-200d-2708-fe0f: man_pilot_tone4;
1904
- 1f468-1f3ff-200d-2708-fe0f: man_pilot_tone5;
1905
- 1f469-200d-1f680: woman_astronaut;
1906
- 1f469-1f3fb-200d-1f680: woman_astronaut_tone1;
1907
- 1f469-1f3fc-200d-1f680: woman_astronaut_tone2;
1908
- 1f469-1f3fd-200d-1f680: woman_astronaut_tone3;
1909
- 1f469-1f3fe-200d-1f680: woman_astronaut_tone4;
1910
- 1f469-1f3ff-200d-1f680: woman_astronaut_tone5;
1911
- 1f468-200d-1f680: man_astronaut;
1912
- 1f468-1f3fb-200d-1f680: man_astronaut_tone1;
1913
- 1f468-1f3fc-200d-1f680: man_astronaut_tone2;
1914
- 1f468-1f3fd-200d-1f680: man_astronaut_tone3;
1915
- 1f468-1f3fe-200d-1f680: man_astronaut_tone4;
1916
- 1f468-1f3ff-200d-1f680: man_astronaut_tone5;
1917
- 1f469-200d-2696-fe0f: woman_judge;
1918
- 1f469-1f3fb-200d-2696-fe0f: woman_judge_tone1;
1919
- 1f469-1f3fc-200d-2696-fe0f: woman_judge_tone2;
1920
- 1f469-1f3fd-200d-2696-fe0f: woman_judge_tone3;
1921
- 1f469-1f3fe-200d-2696-fe0f: woman_judge_tone4;
1922
- 1f469-1f3ff-200d-2696-fe0f: woman_judge_tone5;
1923
- 1f468-200d-2696-fe0f: man_judge;
1924
- 1f468-1f3fb-200d-2696-fe0f: man_judge_tone1;
1925
- 1f468-1f3fc-200d-2696-fe0f: man_judge_tone2;
1926
- 1f468-1f3fd-200d-2696-fe0f: man_judge_tone3;
1927
- 1f468-1f3fe-200d-2696-fe0f: man_judge_tone4;
1928
- 1f468-1f3ff-200d-2696-fe0f: man_judge_tone5;
1929
- 1f470: bride_with_veil;
1930
- 1f470-1f3fb: bride_with_veil_tone1;
1931
- 1f470-1f3fc: bride_with_veil_tone2;
1932
- 1f470-1f3fd: bride_with_veil_tone3;
1933
- 1f470-1f3fe: bride_with_veil_tone4;
1934
- 1f470-1f3ff: bride_with_veil_tone5;
1935
- 1f935: man_in_tuxedo;
1936
- 1f935-1f3fb: man_in_tuxedo_tone1;
1937
- 1f935-1f3fc: man_in_tuxedo_tone2;
1938
- 1f935-1f3fd: man_in_tuxedo_tone3;
1939
- 1f935-1f3fe: man_in_tuxedo_tone4;
1940
- 1f935-1f3ff: man_in_tuxedo_tone5;
1941
- 1f478: princess;
1942
- 1f478-1f3fb: princess_tone1;
1943
- 1f478-1f3fc: princess_tone2;
1944
- 1f478-1f3fd: princess_tone3;
1945
- 1f478-1f3fe: princess_tone4;
1946
- 1f478-1f3ff: princess_tone5;
1947
- 1f934: prince;
1948
- 1f934-1f3fb: prince_tone1;
1949
- 1f934-1f3fc: prince_tone2;
1950
- 1f934-1f3fd: prince_tone3;
1951
- 1f934-1f3fe: prince_tone4;
1952
- 1f934-1f3ff: prince_tone5;
1953
- 1f9b8: superhero;
1954
- 1f9b8-1f3fb: superhero_tone1;
1955
- 1f9b8-1f3fc: superhero_tone2;
1956
- 1f9b8-1f3fd: superhero_tone3;
1957
- 1f9b8-1f3fe: superhero_tone4;
1958
- 1f9b8-1f3ff: superhero_tone5;
1959
- 1f9b8-200d-2640-fe0f: woman_superhero;
1960
- 1f9b8-1f3fb-200d-2640-fe0f: woman_superhero_tone1;
1961
- 1f9b8-1f3fc-200d-2640-fe0f: woman_superhero_tone2;
1962
- 1f9b8-1f3fd-200d-2640-fe0f: woman_superhero_tone3;
1963
- 1f9b8-1f3fe-200d-2640-fe0f: woman_superhero_tone4;
1964
- 1f9b8-1f3ff-200d-2640-fe0f: woman_superhero_tone5;
1965
- 1f9b8-200d-2642-fe0f: man_superhero;
1966
- 1f9b8-1f3fb-200d-2642-fe0f: man_superhero_tone1;
1967
- 1f9b8-1f3fc-200d-2642-fe0f: man_superhero_tone2;
1968
- 1f9b8-1f3fd-200d-2642-fe0f: man_superhero_tone3;
1969
- 1f9b8-1f3fe-200d-2642-fe0f: man_superhero_tone4;
1970
- 1f9b8-1f3ff-200d-2642-fe0f: man_superhero_tone5;
1971
- 1f9b9: supervillain;
1972
- 1f9b9-1f3fb: supervillain_tone1;
1973
- 1f9b9-1f3fc: supervillain_tone2;
1974
- 1f9b9-1f3fd: supervillain_tone3;
1975
- 1f9b9-1f3fe: supervillain_tone4;
1976
- 1f9b9-1f3ff: supervillain_tone5;
1977
- 1f9b9-200d-2640-fe0f: woman_supervillain;
1978
- 1f9b9-1f3fb-200d-2640-fe0f: woman_supervillain_tone1;
1979
- 1f9b9-1f3fc-200d-2640-fe0f: woman_supervillain_tone2;
1980
- 1f9b9-1f3fd-200d-2640-fe0f: woman_supervillain_tone3;
1981
- 1f9b9-1f3fe-200d-2640-fe0f: woman_supervillain_tone4;
1982
- 1f9b9-1f3ff-200d-2640-fe0f: woman_supervillain_tone5;
1983
- 1f9b9-200d-2642-fe0f: man_supervillain;
1984
- 1f9b9-1f3fb-200d-2642-fe0f: man_supervillain_tone1;
1985
- 1f9b9-1f3fc-200d-2642-fe0f: man_supervillain_tone2;
1986
- 1f9b9-1f3fd-200d-2642-fe0f: man_supervillain_tone3;
1987
- 1f9b9-1f3fe-200d-2642-fe0f: man_supervillain_tone4;
1988
- 1f9b9-1f3ff-200d-2642-fe0f: man_supervillain_tone5;
1989
- 1f936: mrs_claus;
1990
- 1f936-1f3fb: mrs_claus_tone1;
1991
- 1f936-1f3fc: mrs_claus_tone2;
1992
- 1f936-1f3fd: mrs_claus_tone3;
1993
- 1f936-1f3fe: mrs_claus_tone4;
1994
- 1f936-1f3ff: mrs_claus_tone5;
1995
- 1f385: santa;
1996
- 1f385-1f3fb: santa_tone1;
1997
- 1f385-1f3fc: santa_tone2;
1998
- 1f385-1f3fd: santa_tone3;
1999
- 1f385-1f3fe: santa_tone4;
2000
- 1f385-1f3ff: santa_tone5;
2001
- 1f9d9: mage;
2002
- 1f9d9-1f3fb: mage_tone1;
2003
- 1f9d9-1f3fc: mage_tone2;
2004
- 1f9d9-1f3fd: mage_tone3;
2005
- 1f9d9-1f3fe: mage_tone4;
2006
- 1f9d9-1f3ff: mage_tone5;
2007
- 1f9d9-200d-2640-fe0f: woman_mage;
2008
- 1f9d9-1f3fb-200d-2640-fe0f: woman_mage_tone1;
2009
- 1f9d9-1f3fc-200d-2640-fe0f: woman_mage_tone2;
2010
- 1f9d9-1f3fd-200d-2640-fe0f: woman_mage_tone3;
2011
- 1f9d9-1f3fe-200d-2640-fe0f: woman_mage_tone4;
2012
- 1f9d9-1f3ff-200d-2640-fe0f: woman_mage_tone5;
2013
- 1f9d9-200d-2642-fe0f: man_mage;
2014
- 1f9d9-1f3fb-200d-2642-fe0f: man_mage_tone1;
2015
- 1f9d9-1f3fc-200d-2642-fe0f: man_mage_tone2;
2016
- 1f9d9-1f3fd-200d-2642-fe0f: man_mage_tone3;
2017
- 1f9d9-1f3fe-200d-2642-fe0f: man_mage_tone4;
2018
- 1f9d9-1f3ff-200d-2642-fe0f: man_mage_tone5;
2019
- 1f9dd: elf;
2020
- 1f9dd-1f3fb: elf_tone1;
2021
- 1f9dd-1f3fc: elf_tone2;
2022
- 1f9dd-1f3fd: elf_tone3;
2023
- 1f9dd-1f3fe: elf_tone4;
2024
- 1f9dd-1f3ff: elf_tone5;
2025
- 1f9dd-200d-2640-fe0f: woman_elf;
2026
- 1f9dd-1f3fb-200d-2640-fe0f: woman_elf_tone1;
2027
- 1f9dd-1f3fc-200d-2640-fe0f: woman_elf_tone2;
2028
- 1f9dd-1f3fd-200d-2640-fe0f: woman_elf_tone3;
2029
- 1f9dd-1f3fe-200d-2640-fe0f: woman_elf_tone4;
2030
- 1f9dd-1f3ff-200d-2640-fe0f: woman_elf_tone5;
2031
- 1f9dd-200d-2642-fe0f: man_elf;
2032
- 1f9dd-1f3fb-200d-2642-fe0f: man_elf_tone1;
2033
- 1f9dd-1f3fc-200d-2642-fe0f: man_elf_tone2;
2034
- 1f9dd-1f3fd-200d-2642-fe0f: man_elf_tone3;
2035
- 1f9dd-1f3fe-200d-2642-fe0f: man_elf_tone4;
2036
- 1f9dd-1f3ff-200d-2642-fe0f: man_elf_tone5;
2037
- 1f9db: vampire;
2038
- 1f9db-1f3fb: vampire_tone1;
2039
- 1f9db-1f3fc: vampire_tone2;
2040
- 1f9db-1f3fd: vampire_tone3;
2041
- 1f9db-1f3fe: vampire_tone4;
2042
- 1f9db-1f3ff: vampire_tone5;
2043
- 1f9db-200d-2640-fe0f: woman_vampire;
2044
- 1f9db-1f3fb-200d-2640-fe0f: woman_vampire_tone1;
2045
- 1f9db-1f3fc-200d-2640-fe0f: woman_vampire_tone2;
2046
- 1f9db-1f3fd-200d-2640-fe0f: woman_vampire_tone3;
2047
- 1f9db-1f3fe-200d-2640-fe0f: woman_vampire_tone4;
2048
- 1f9db-1f3ff-200d-2640-fe0f: woman_vampire_tone5;
2049
- 1f9db-200d-2642-fe0f: man_vampire;
2050
- 1f9db-1f3fb-200d-2642-fe0f: man_vampire_tone1;
2051
- 1f9db-1f3fc-200d-2642-fe0f: man_vampire_tone2;
2052
- 1f9db-1f3fd-200d-2642-fe0f: man_vampire_tone3;
2053
- 1f9db-1f3fe-200d-2642-fe0f: man_vampire_tone4;
2054
- 1f9db-1f3ff-200d-2642-fe0f: man_vampire_tone5;
2055
- 1f9df: zombie;
2056
- 1f9df-200d-2640-fe0f: woman_zombie;
2057
- 1f9df-200d-2642-fe0f: man_zombie;
2058
- 1f9de: genie;
2059
- 1f9de-200d-2640-fe0f: woman_genie;
2060
- 1f9de-200d-2642-fe0f: man_genie;
2061
- 1f9dc: merperson;
2062
- 1f9dc-1f3fb: merperson_tone1;
2063
- 1f9dc-1f3fc: merperson_tone2;
2064
- 1f9dc-1f3fd: merperson_tone3;
2065
- 1f9dc-1f3fe: merperson_tone4;
2066
- 1f9dc-1f3ff: merperson_tone5;
2067
- 1f9dc-200d-2640-fe0f: mermaid;
2068
- 1f9dc-1f3fb-200d-2640-fe0f: mermaid_tone1;
2069
- 1f9dc-1f3fc-200d-2640-fe0f: mermaid_tone2;
2070
- 1f9dc-1f3fd-200d-2640-fe0f: mermaid_tone3;
2071
- 1f9dc-1f3fe-200d-2640-fe0f: mermaid_tone4;
2072
- 1f9dc-1f3ff-200d-2640-fe0f: mermaid_tone5;
2073
- 1f9dc-200d-2642-fe0f: merman;
2074
- 1f9dc-1f3fb-200d-2642-fe0f: merman_tone1;
2075
- 1f9dc-1f3fc-200d-2642-fe0f: merman_tone2;
2076
- 1f9dc-1f3fd-200d-2642-fe0f: merman_tone3;
2077
- 1f9dc-1f3fe-200d-2642-fe0f: merman_tone4;
2078
- 1f9dc-1f3ff-200d-2642-fe0f: merman_tone5;
2079
- 1f9da: fairy;
2080
- 1f9da-1f3fb: fairy_tone1;
2081
- 1f9da-1f3fc: fairy_tone2;
2082
- 1f9da-1f3fd: fairy_tone3;
2083
- 1f9da-1f3fe: fairy_tone4;
2084
- 1f9da-1f3ff: fairy_tone5;
2085
- 1f9da-200d-2640-fe0f: woman_fairy;
2086
- 1f9da-1f3fb-200d-2640-fe0f: woman_fairy_tone1;
2087
- 1f9da-1f3fc-200d-2640-fe0f: woman_fairy_tone2;
2088
- 1f9da-1f3fd-200d-2640-fe0f: woman_fairy_tone3;
2089
- 1f9da-1f3fe-200d-2640-fe0f: woman_fairy_tone4;
2090
- 1f9da-1f3ff-200d-2640-fe0f: woman_fairy_tone5;
2091
- 1f9da-200d-2642-fe0f: man_fairy;
2092
- 1f9da-1f3fb-200d-2642-fe0f: man_fairy_tone1;
2093
- 1f9da-1f3fc-200d-2642-fe0f: man_fairy_tone2;
2094
- 1f9da-1f3fd-200d-2642-fe0f: man_fairy_tone3;
2095
- 1f9da-1f3fe-200d-2642-fe0f: man_fairy_tone4;
2096
- 1f9da-1f3ff-200d-2642-fe0f: man_fairy_tone5;
2097
- 1f47c: angel;
2098
- 1f47c-1f3fb: angel_tone1;
2099
- 1f47c-1f3fc: angel_tone2;
2100
- 1f47c-1f3fd: angel_tone3;
2101
- 1f47c-1f3fe: angel_tone4;
2102
- 1f47c-1f3ff: angel_tone5;
2103
- 1f930: pregnant_woman;
2104
- 1f930-1f3fb: pregnant_woman_tone1;
2105
- 1f930-1f3fc: pregnant_woman_tone2;
2106
- 1f930-1f3fd: pregnant_woman_tone3;
2107
- 1f930-1f3fe: pregnant_woman_tone4;
2108
- 1f930-1f3ff: pregnant_woman_tone5;
2109
- 1f931: breast_feeding;
2110
- 1f931-1f3fb: breast_feeding_tone1;
2111
- 1f931-1f3fc: breast_feeding_tone2;
2112
- 1f931-1f3fd: breast_feeding_tone3;
2113
- 1f931-1f3fe: breast_feeding_tone4;
2114
- 1f931-1f3ff: breast_feeding_tone5;
2115
- 1f647: person_bowing;
2116
- 1f647-1f3fb: person_bowing_tone1;
2117
- 1f647-1f3fc: person_bowing_tone2;
2118
- 1f647-1f3fd: person_bowing_tone3;
2119
- 1f647-1f3fe: person_bowing_tone4;
2120
- 1f647-1f3ff: person_bowing_tone5;
2121
- 1f647-200d-2640-fe0f: woman_bowing;
2122
- 1f647-1f3fb-200d-2640-fe0f: woman_bowing_tone1;
2123
- 1f647-1f3fc-200d-2640-fe0f: woman_bowing_tone2;
2124
- 1f647-1f3fd-200d-2640-fe0f: woman_bowing_tone3;
2125
- 1f647-1f3fe-200d-2640-fe0f: woman_bowing_tone4;
2126
- 1f647-1f3ff-200d-2640-fe0f: woman_bowing_tone5;
2127
- 1f647-200d-2642-fe0f: man_bowing;
2128
- 1f647-1f3fb-200d-2642-fe0f: man_bowing_tone1;
2129
- 1f647-1f3fc-200d-2642-fe0f: man_bowing_tone2;
2130
- 1f647-1f3fd-200d-2642-fe0f: man_bowing_tone3;
2131
- 1f647-1f3fe-200d-2642-fe0f: man_bowing_tone4;
2132
- 1f647-1f3ff-200d-2642-fe0f: man_bowing_tone5;
2133
- 1f481: person_tipping_hand;
2134
- 1f481-1f3fb: person_tipping_hand_tone1;
2135
- 1f481-1f3fc: person_tipping_hand_tone2;
2136
- 1f481-1f3fd: person_tipping_hand_tone3;
2137
- 1f481-1f3fe: person_tipping_hand_tone4;
2138
- 1f481-1f3ff: person_tipping_hand_tone5;
2139
- 1f481-200d-2640-fe0f: woman_tipping_hand;
2140
- 1f481-1f3fb-200d-2640-fe0f: woman_tipping_hand_tone1;
2141
- 1f481-1f3fc-200d-2640-fe0f: woman_tipping_hand_tone2;
2142
- 1f481-1f3fd-200d-2640-fe0f: woman_tipping_hand_tone3;
2143
- 1f481-1f3fe-200d-2640-fe0f: woman_tipping_hand_tone4;
2144
- 1f481-1f3ff-200d-2640-fe0f: woman_tipping_hand_tone5;
2145
- 1f481-200d-2642-fe0f: man_tipping_hand;
2146
- 1f481-1f3fb-200d-2642-fe0f: man_tipping_hand_tone1;
2147
- 1f481-1f3fc-200d-2642-fe0f: man_tipping_hand_tone2;
2148
- 1f481-1f3fd-200d-2642-fe0f: man_tipping_hand_tone3;
2149
- 1f481-1f3fe-200d-2642-fe0f: man_tipping_hand_tone4;
2150
- 1f481-1f3ff-200d-2642-fe0f: man_tipping_hand_tone5;
2151
- 1f645: person_gesturing_no;
2152
- 1f645-1f3fb: person_gesturing_no_tone1;
2153
- 1f645-1f3fc: person_gesturing_no_tone2;
2154
- 1f645-1f3fd: person_gesturing_no_tone3;
2155
- 1f645-1f3fe: person_gesturing_no_tone4;
2156
- 1f645-1f3ff: person_gesturing_no_tone5;
2157
- 1f645-200d-2640-fe0f: woman_gesturing_no;
2158
- 1f645-1f3fb-200d-2640-fe0f: woman_gesturing_no_tone1;
2159
- 1f645-1f3fc-200d-2640-fe0f: woman_gesturing_no_tone2;
2160
- 1f645-1f3fd-200d-2640-fe0f: woman_gesturing_no_tone3;
2161
- 1f645-1f3fe-200d-2640-fe0f: woman_gesturing_no_tone4;
2162
- 1f645-1f3ff-200d-2640-fe0f: woman_gesturing_no_tone5;
2163
- 1f645-200d-2642-fe0f: man_gesturing_no;
2164
- 1f645-1f3fb-200d-2642-fe0f: man_gesturing_no_tone1;
2165
- 1f645-1f3fc-200d-2642-fe0f: man_gesturing_no_tone2;
2166
- 1f645-1f3fd-200d-2642-fe0f: man_gesturing_no_tone3;
2167
- 1f645-1f3fe-200d-2642-fe0f: man_gesturing_no_tone4;
2168
- 1f645-1f3ff-200d-2642-fe0f: man_gesturing_no_tone5;
2169
- 1f646: person_gesturing_ok;
2170
- 1f646-1f3fb: person_gesturing_ok_tone1;
2171
- 1f646-1f3fc: person_gesturing_ok_tone2;
2172
- 1f646-1f3fd: person_gesturing_ok_tone3;
2173
- 1f646-1f3fe: person_gesturing_ok_tone4;
2174
- 1f646-1f3ff: person_gesturing_ok_tone5;
2175
- 1f646-200d-2640-fe0f: woman_gesturing_ok;
2176
- 1f646-1f3fb-200d-2640-fe0f: woman_gesturing_ok_tone1;
2177
- 1f646-1f3fc-200d-2640-fe0f: woman_gesturing_ok_tone2;
2178
- 1f646-1f3fd-200d-2640-fe0f: woman_gesturing_ok_tone3;
2179
- 1f646-1f3fe-200d-2640-fe0f: woman_gesturing_ok_tone4;
2180
- 1f646-1f3ff-200d-2640-fe0f: woman_gesturing_ok_tone5;
2181
- 1f646-200d-2642-fe0f: man_gesturing_ok;
2182
- 1f646-1f3fb-200d-2642-fe0f: man_gesturing_ok_tone1;
2183
- 1f646-1f3fc-200d-2642-fe0f: man_gesturing_ok_tone2;
2184
- 1f646-1f3fd-200d-2642-fe0f: man_gesturing_ok_tone3;
2185
- 1f646-1f3fe-200d-2642-fe0f: man_gesturing_ok_tone4;
2186
- 1f646-1f3ff-200d-2642-fe0f: man_gesturing_ok_tone5;
2187
- 1f64b: person_raising_hand;
2188
- 1f64b-1f3fb: person_raising_hand_tone1;
2189
- 1f64b-1f3fc: person_raising_hand_tone2;
2190
- 1f64b-1f3fd: person_raising_hand_tone3;
2191
- 1f64b-1f3fe: person_raising_hand_tone4;
2192
- 1f64b-1f3ff: person_raising_hand_tone5;
2193
- 1f64b-200d-2640-fe0f: woman_raising_hand;
2194
- 1f64b-1f3fb-200d-2640-fe0f: woman_raising_hand_tone1;
2195
- 1f64b-1f3fc-200d-2640-fe0f: woman_raising_hand_tone2;
2196
- 1f64b-1f3fd-200d-2640-fe0f: woman_raising_hand_tone3;
2197
- 1f64b-1f3fe-200d-2640-fe0f: woman_raising_hand_tone4;
2198
- 1f64b-1f3ff-200d-2640-fe0f: woman_raising_hand_tone5;
2199
- 1f64b-200d-2642-fe0f: man_raising_hand;
2200
- 1f64b-1f3fb-200d-2642-fe0f: man_raising_hand_tone1;
2201
- 1f64b-1f3fc-200d-2642-fe0f: man_raising_hand_tone2;
2202
- 1f64b-1f3fd-200d-2642-fe0f: man_raising_hand_tone3;
2203
- 1f64b-1f3fe-200d-2642-fe0f: man_raising_hand_tone4;
2204
- 1f64b-1f3ff-200d-2642-fe0f: man_raising_hand_tone5;
2205
- 1f9cf: deaf_person;
2206
- 1f9cf-1f3fb: deaf_person_tone1;
2207
- 1f9cf-1f3fc: deaf_person_tone2;
2208
- 1f9cf-1f3fd: deaf_person_tone3;
2209
- 1f9cf-1f3fe: deaf_person_tone4;
2210
- 1f9cf-1f3ff: deaf_person_tone5;
2211
- 1f9cf-200d-2640-fe0f: deaf_woman;
2212
- 1f9cf-1f3fb-200d-2640-fe0f: deaf_woman_tone1;
2213
- 1f9cf-1f3fc-200d-2640-fe0f: deaf_woman_tone2;
2214
- 1f9cf-1f3fd-200d-2640-fe0f: deaf_woman_tone3;
2215
- 1f9cf-1f3fe-200d-2640-fe0f: deaf_woman_tone4;
2216
- 1f9cf-1f3ff-200d-2640-fe0f: deaf_woman_tone5;
2217
- 1f9cf-200d-2642-fe0f: deaf_man;
2218
- 1f9cf-1f3fb-200d-2642-fe0f: deaf_man_tone1;
2219
- 1f9cf-1f3fc-200d-2642-fe0f: deaf_man_tone2;
2220
- 1f9cf-1f3fd-200d-2642-fe0f: deaf_man_tone3;
2221
- 1f9cf-1f3fe-200d-2642-fe0f: deaf_man_tone4;
2222
- 1f9cf-1f3ff-200d-2642-fe0f: deaf_man_tone5;
2223
- 1f926: person_facepalming;
2224
- 1f926-1f3fb: person_facepalming_tone1;
2225
- 1f926-1f3fc: person_facepalming_tone2;
2226
- 1f926-1f3fd: person_facepalming_tone3;
2227
- 1f926-1f3fe: person_facepalming_tone4;
2228
- 1f926-1f3ff: person_facepalming_tone5;
2229
- 1f926-200d-2640-fe0f: woman_facepalming;
2230
- 1f926-1f3fb-200d-2640-fe0f: woman_facepalming_tone1;
2231
- 1f926-1f3fc-200d-2640-fe0f: woman_facepalming_tone2;
2232
- 1f926-1f3fd-200d-2640-fe0f: woman_facepalming_tone3;
2233
- 1f926-1f3fe-200d-2640-fe0f: woman_facepalming_tone4;
2234
- 1f926-1f3ff-200d-2640-fe0f: woman_facepalming_tone5;
2235
- 1f926-200d-2642-fe0f: man_facepalming;
2236
- 1f926-1f3fb-200d-2642-fe0f: man_facepalming_tone1;
2237
- 1f926-1f3fc-200d-2642-fe0f: man_facepalming_tone2;
2238
- 1f926-1f3fd-200d-2642-fe0f: man_facepalming_tone3;
2239
- 1f926-1f3fe-200d-2642-fe0f: man_facepalming_tone4;
2240
- 1f926-1f3ff-200d-2642-fe0f: man_facepalming_tone5;
2241
- 1f937: person_shrugging;
2242
- 1f937-1f3fb: person_shrugging_tone1;
2243
- 1f937-1f3fc: person_shrugging_tone2;
2244
- 1f937-1f3fd: person_shrugging_tone3;
2245
- 1f937-1f3fe: person_shrugging_tone4;
2246
- 1f937-1f3ff: person_shrugging_tone5;
2247
- 1f937-200d-2640-fe0f: woman_shrugging;
2248
- 1f937-1f3fb-200d-2640-fe0f: woman_shrugging_tone1;
2249
- 1f937-1f3fc-200d-2640-fe0f: woman_shrugging_tone2;
2250
- 1f937-1f3fd-200d-2640-fe0f: woman_shrugging_tone3;
2251
- 1f937-1f3fe-200d-2640-fe0f: woman_shrugging_tone4;
2252
- 1f937-1f3ff-200d-2640-fe0f: woman_shrugging_tone5;
2253
- 1f937-200d-2642-fe0f: man_shrugging;
2254
- 1f937-1f3fb-200d-2642-fe0f: man_shrugging_tone1;
2255
- 1f937-1f3fc-200d-2642-fe0f: man_shrugging_tone2;
2256
- 1f937-1f3fd-200d-2642-fe0f: man_shrugging_tone3;
2257
- 1f937-1f3fe-200d-2642-fe0f: man_shrugging_tone4;
2258
- 1f937-1f3ff-200d-2642-fe0f: man_shrugging_tone5;
2259
- 1f64e: person_pouting;
2260
- 1f64e-1f3fb: person_pouting_tone1;
2261
- 1f64e-1f3fc: person_pouting_tone2;
2262
- 1f64e-1f3fd: person_pouting_tone3;
2263
- 1f64e-1f3fe: person_pouting_tone4;
2264
- 1f64e-1f3ff: person_pouting_tone5;
2265
- 1f64e-200d-2640-fe0f: woman_pouting;
2266
- 1f64e-1f3fb-200d-2640-fe0f: woman_pouting_tone1;
2267
- 1f64e-1f3fc-200d-2640-fe0f: woman_pouting_tone2;
2268
- 1f64e-1f3fd-200d-2640-fe0f: woman_pouting_tone3;
2269
- 1f64e-1f3fe-200d-2640-fe0f: woman_pouting_tone4;
2270
- 1f64e-1f3ff-200d-2640-fe0f: woman_pouting_tone5;
2271
- 1f64e-200d-2642-fe0f: man_pouting;
2272
- 1f64e-1f3fb-200d-2642-fe0f: man_pouting_tone1;
2273
- 1f64e-1f3fc-200d-2642-fe0f: man_pouting_tone2;
2274
- 1f64e-1f3fd-200d-2642-fe0f: man_pouting_tone3;
2275
- 1f64e-1f3fe-200d-2642-fe0f: man_pouting_tone4;
2276
- 1f64e-1f3ff-200d-2642-fe0f: man_pouting_tone5;
2277
- 1f64d: person_frowning;
2278
- 1f64d-1f3fb: person_frowning_tone1;
2279
- 1f64d-1f3fc: person_frowning_tone2;
2280
- 1f64d-1f3fd: person_frowning_tone3;
2281
- 1f64d-1f3fe: person_frowning_tone4;
2282
- 1f64d-1f3ff: person_frowning_tone5;
2283
- 1f64d-200d-2640-fe0f: woman_frowning;
2284
- 1f64d-1f3fb-200d-2640-fe0f: woman_frowning_tone1;
2285
- 1f64d-1f3fc-200d-2640-fe0f: woman_frowning_tone2;
2286
- 1f64d-1f3fd-200d-2640-fe0f: woman_frowning_tone3;
2287
- 1f64d-1f3fe-200d-2640-fe0f: woman_frowning_tone4;
2288
- 1f64d-1f3ff-200d-2640-fe0f: woman_frowning_tone5;
2289
- 1f64d-200d-2642-fe0f: man_frowning;
2290
- 1f64d-1f3fb-200d-2642-fe0f: man_frowning_tone1;
2291
- 1f64d-1f3fc-200d-2642-fe0f: man_frowning_tone2;
2292
- 1f64d-1f3fd-200d-2642-fe0f: man_frowning_tone3;
2293
- 1f64d-1f3fe-200d-2642-fe0f: man_frowning_tone4;
2294
- 1f64d-1f3ff-200d-2642-fe0f: man_frowning_tone5;
2295
- 1f487: person_getting_haircut;
2296
- 1f487-1f3fb: person_getting_haircut_tone1;
2297
- 1f487-1f3fc: person_getting_haircut_tone2;
2298
- 1f487-1f3fd: person_getting_haircut_tone3;
2299
- 1f487-1f3fe: person_getting_haircut_tone4;
2300
- 1f487-1f3ff: person_getting_haircut_tone5;
2301
- 1f487-200d-2640-fe0f: woman_getting_haircut;
2302
- 1f487-1f3fb-200d-2640-fe0f: woman_getting_haircut_tone1;
2303
- 1f487-1f3fc-200d-2640-fe0f: woman_getting_haircut_tone2;
2304
- 1f487-1f3fd-200d-2640-fe0f: woman_getting_haircut_tone3;
2305
- 1f487-1f3fe-200d-2640-fe0f: woman_getting_haircut_tone4;
2306
- 1f487-1f3ff-200d-2640-fe0f: woman_getting_haircut_tone5;
2307
- 1f487-200d-2642-fe0f: man_getting_haircut;
2308
- 1f487-1f3fb-200d-2642-fe0f: man_getting_haircut_tone1;
2309
- 1f487-1f3fc-200d-2642-fe0f: man_getting_haircut_tone2;
2310
- 1f487-1f3fd-200d-2642-fe0f: man_getting_haircut_tone3;
2311
- 1f487-1f3fe-200d-2642-fe0f: man_getting_haircut_tone4;
2312
- 1f487-1f3ff-200d-2642-fe0f: man_getting_haircut_tone5;
2313
- 1f486: person_getting_massage;
2314
- 1f486-1f3fb: person_getting_massage_tone1;
2315
- 1f486-1f3fc: person_getting_massage_tone2;
2316
- 1f486-1f3fd: person_getting_massage_tone3;
2317
- 1f486-1f3fe: person_getting_massage_tone4;
2318
- 1f486-1f3ff: person_getting_massage_tone5;
2319
- 1f486-200d-2640-fe0f: woman_getting_face_massage;
2320
- 1f486-1f3fb-200d-2640-fe0f: woman_getting_face_massage_tone1;
2321
- 1f486-1f3fc-200d-2640-fe0f: woman_getting_face_massage_tone2;
2322
- 1f486-1f3fd-200d-2640-fe0f: woman_getting_face_massage_tone3;
2323
- 1f486-1f3fe-200d-2640-fe0f: woman_getting_face_massage_tone4;
2324
- 1f486-1f3ff-200d-2640-fe0f: woman_getting_face_massage_tone5;
2325
- 1f486-200d-2642-fe0f: man_getting_face_massage;
2326
- 1f486-1f3fb-200d-2642-fe0f: man_getting_face_massage_tone1;
2327
- 1f486-1f3fc-200d-2642-fe0f: man_getting_face_massage_tone2;
2328
- 1f486-1f3fd-200d-2642-fe0f: man_getting_face_massage_tone3;
2329
- 1f486-1f3fe-200d-2642-fe0f: man_getting_face_massage_tone4;
2330
- 1f486-1f3ff-200d-2642-fe0f: man_getting_face_massage_tone5;
2331
- 1f9d6: person_in_steamy_room;
2332
- 1f9d6-1f3fb: person_in_steamy_room_tone1;
2333
- 1f9d6-1f3fc: person_in_steamy_room_tone2;
2334
- 1f9d6-1f3fd: person_in_steamy_room_tone3;
2335
- 1f9d6-1f3fe: person_in_steamy_room_tone4;
2336
- 1f9d6-1f3ff: person_in_steamy_room_tone5;
2337
- 1f9d6-200d-2640-fe0f: woman_in_steamy_room;
2338
- 1f9d6-1f3fb-200d-2640-fe0f: woman_in_steamy_room_tone1;
2339
- 1f9d6-1f3fc-200d-2640-fe0f: woman_in_steamy_room_tone2;
2340
- 1f9d6-1f3fd-200d-2640-fe0f: woman_in_steamy_room_tone3;
2341
- 1f9d6-1f3fe-200d-2640-fe0f: woman_in_steamy_room_tone4;
2342
- 1f9d6-1f3ff-200d-2640-fe0f: woman_in_steamy_room_tone5;
2343
- 1f9d6-200d-2642-fe0f: man_in_steamy_room;
2344
- 1f9d6-1f3fb-200d-2642-fe0f: man_in_steamy_room_tone1;
2345
- 1f9d6-1f3fc-200d-2642-fe0f: man_in_steamy_room_tone2;
2346
- 1f9d6-1f3fd-200d-2642-fe0f: man_in_steamy_room_tone3;
2347
- 1f9d6-1f3fe-200d-2642-fe0f: man_in_steamy_room_tone4;
2348
- 1f9d6-1f3ff-200d-2642-fe0f: man_in_steamy_room_tone5;
2349
- 1f485: nail_care;
2350
- 1f485-1f3fb: nail_care_tone1;
2351
- 1f485-1f3fc: nail_care_tone2;
2352
- 1f485-1f3fd: nail_care_tone3;
2353
- 1f485-1f3fe: nail_care_tone4;
2354
- 1f485-1f3ff: nail_care_tone5;
2355
- 1f933: selfie;
2356
- 1f933-1f3fb: selfie_tone1;
2357
- 1f933-1f3fc: selfie_tone2;
2358
- 1f933-1f3fd: selfie_tone3;
2359
- 1f933-1f3fe: selfie_tone4;
2360
- 1f933-1f3ff: selfie_tone5;
2361
- 1f483: dancer;
2362
- 1f483-1f3fb: dancer_tone1;
2363
- 1f483-1f3fc: dancer_tone2;
2364
- 1f483-1f3fd: dancer_tone3;
2365
- 1f483-1f3fe: dancer_tone4;
2366
- 1f483-1f3ff: dancer_tone5;
2367
- 1f57a: man_dancing;
2368
- 1f57a-1f3fb: man_dancing_tone1;
2369
- 1f57a-1f3fc: man_dancing_tone2;
2370
- 1f57a-1f3fd: man_dancing_tone3;
2371
- 1f57a-1f3ff: man_dancing_tone5;
2372
- 1f57a-1f3fe: man_dancing_tone4;
2373
- 1f46f: people_with_bunny_ears_partying;
2374
- 1f46f-200d-2640-fe0f: women_with_bunny_ears_partying;
2375
- 1f46f-200d-2642-fe0f: men_with_bunny_ears_partying;
2376
- 1f574: levitate;
2377
- 1f574-1f3fb: levitate_tone1;
2378
- 1f574-1f3fc: levitate_tone2;
2379
- 1f574-1f3fd: levitate_tone3;
2380
- 1f574-1f3fe: levitate_tone4;
2381
- 1f574-1f3ff: levitate_tone5;
2382
- 1f6b6: person_walking;
2383
- 1f6b6-1f3fb: person_walking_tone1;
2384
- 1f6b6-1f3fc: person_walking_tone2;
2385
- 1f6b6-1f3fd: person_walking_tone3;
2386
- 1f6b6-1f3fe: person_walking_tone4;
2387
- 1f6b6-1f3ff: person_walking_tone5;
2388
- 1f6b6-200d-2640-fe0f: woman_walking;
2389
- 1f6b6-1f3fb-200d-2640-fe0f: woman_walking_tone1;
2390
- 1f6b6-1f3fc-200d-2640-fe0f: woman_walking_tone2;
2391
- 1f6b6-1f3fd-200d-2640-fe0f: woman_walking_tone3;
2392
- 1f6b6-1f3fe-200d-2640-fe0f: woman_walking_tone4;
2393
- 1f6b6-1f3ff-200d-2640-fe0f: woman_walking_tone5;
2394
- 1f6b6-200d-2642-fe0f: man_walking;
2395
- 1f6b6-1f3fb-200d-2642-fe0f: man_walking_tone1;
2396
- 1f6b6-1f3fc-200d-2642-fe0f: man_walking_tone2;
2397
- 1f6b6-1f3fd-200d-2642-fe0f: man_walking_tone3;
2398
- 1f6b6-1f3fe-200d-2642-fe0f: man_walking_tone4;
2399
- 1f6b6-1f3ff-200d-2642-fe0f: man_walking_tone5;
2400
- 1f3c3: person_running;
2401
- 1f3c3-1f3fb: person_running_tone1;
2402
- 1f3c3-1f3fc: person_running_tone2;
2403
- 1f3c3-1f3fd: person_running_tone3;
2404
- 1f3c3-1f3fe: person_running_tone4;
2405
- 1f3c3-1f3ff: person_running_tone5;
2406
- 1f3c3-200d-2640-fe0f: woman_running;
2407
- 1f3c3-1f3fb-200d-2640-fe0f: woman_running_tone1;
2408
- 1f3c3-1f3fc-200d-2640-fe0f: woman_running_tone2;
2409
- 1f3c3-1f3fd-200d-2640-fe0f: woman_running_tone3;
2410
- 1f3c3-1f3fe-200d-2640-fe0f: woman_running_tone4;
2411
- 1f3c3-1f3ff-200d-2640-fe0f: woman_running_tone5;
2412
- 1f3c3-200d-2642-fe0f: man_running;
2413
- 1f3c3-1f3fb-200d-2642-fe0f: man_running_tone1;
2414
- 1f3c3-1f3fc-200d-2642-fe0f: man_running_tone2;
2415
- 1f3c3-1f3fd-200d-2642-fe0f: man_running_tone3;
2416
- 1f3c3-1f3fe-200d-2642-fe0f: man_running_tone4;
2417
- 1f3c3-1f3ff-200d-2642-fe0f: man_running_tone5;
2418
- 1f9cd: person_standing;
2419
- 1f9cd-1f3fb: person_standing_tone1;
2420
- 1f9cd-1f3fc: person_standing_tone2;
2421
- 1f9cd-1f3fd: person_standing_tone3;
2422
- 1f9cd-1f3fe: person_standing_tone4;
2423
- 1f9cd-1f3ff: person_standing_tone5;
2424
- 1f9cd-200d-2640-fe0f: woman_standing;
2425
- 1f9cd-1f3fb-200d-2640-fe0f: woman_standing_tone1;
2426
- 1f9cd-1f3fc-200d-2640-fe0f: woman_standing_tone2;
2427
- 1f9cd-1f3fd-200d-2640-fe0f: woman_standing_tone3;
2428
- 1f9cd-1f3fe-200d-2640-fe0f: woman_standing_tone4;
2429
- 1f9cd-1f3ff-200d-2640-fe0f: woman_standing_tone5;
2430
- 1f9cd-200d-2642-fe0f: man_standing;
2431
- 1f9cd-1f3fb-200d-2642-fe0f: man_standing_tone1;
2432
- 1f9cd-1f3fc-200d-2642-fe0f: man_standing_tone2;
2433
- 1f9cd-1f3fd-200d-2642-fe0f: man_standing_tone3;
2434
- 1f9cd-1f3fe-200d-2642-fe0f: man_standing_tone4;
2435
- 1f9cd-1f3ff-200d-2642-fe0f: man_standing_tone5;
2436
- 1f9ce: person_kneeling;
2437
- 1f9ce-1f3fb: person_kneeling_tone1;
2438
- 1f9ce-1f3fc: person_kneeling_tone2;
2439
- 1f9ce-1f3fd: person_kneeling_tone3;
2440
- 1f9ce-1f3fe: person_kneeling_tone4;
2441
- 1f9ce-1f3ff: person_kneeling_tone5;
2442
- 1f9ce-200d-2640-fe0f: woman_kneeling;
2443
- 1f9ce-1f3fb-200d-2640-fe0f: woman_kneeling_tone1;
2444
- 1f9ce-1f3fc-200d-2640-fe0f: woman_kneeling_tone2;
2445
- 1f9ce-1f3fd-200d-2640-fe0f: woman_kneeling_tone3;
2446
- 1f9ce-1f3fe-200d-2640-fe0f: woman_kneeling_tone4;
2447
- 1f9ce-1f3ff-200d-2640-fe0f: woman_kneeling_tone5;
2448
- 1f9ce-200d-2642-fe0f: man_kneeling;
2449
- 1f9ce-1f3fb-200d-2642-fe0f: man_kneeling_tone1;
2450
- 1f9ce-1f3fc-200d-2642-fe0f: man_kneeling_tone2;
2451
- 1f9ce-1f3fd-200d-2642-fe0f: man_kneeling_tone3;
2452
- 1f9ce-1f3fe-200d-2642-fe0f: man_kneeling_tone4;
2453
- 1f9ce-1f3ff-200d-2642-fe0f: man_kneeling_tone5;
2454
- 1f469-200d-1f9af: woman_with_probing_cane;
2455
- 1f469-1f3fb-200d-1f9af: woman_with_probing_cane_tone1;
2456
- 1f469-1f3fc-200d-1f9af: woman_with_probing_cane_tone2;
2457
- 1f469-1f3fd-200d-1f9af: woman_with_probing_cane_tone3;
2458
- 1f469-1f3fe-200d-1f9af: woman_with_probing_cane_tone4;
2459
- 1f469-1f3ff-200d-1f9af: woman_with_probing_cane_tone5;
2460
- 1f468-200d-1f9af: man_with_probing_cane;
2461
- 1f468-1f3fb-200d-1f9af: man_with_probing_cane_tone1;
2462
- 1f468-1f3fc-200d-1f9af: man_with_probing_cane_tone2;
2463
- 1f468-1f3fd-200d-1f9af: man_with_probing_cane_tone3;
2464
- 1f468-1f3fe-200d-1f9af: man_with_probing_cane_tone4;
2465
- 1f468-1f3ff-200d-1f9af: man_with_probing_cane_tone5;
2466
- 1f469-200d-1f9bc: woman_in_motorized_wheelchair;
2467
- 1f469-1f3fb-200d-1f9bc: woman_in_motorized_wheelchair_tone1;
2468
- 1f469-1f3fc-200d-1f9bc: woman_in_motorized_wheelchair_tone2;
2469
- 1f469-1f3fd-200d-1f9bc: woman_in_motorized_wheelchair_tone3;
2470
- 1f469-1f3fe-200d-1f9bc: woman_in_motorized_wheelchair_tone4;
2471
- 1f469-1f3ff-200d-1f9bc: woman_in_motorized_wheelchair_tone5;
2472
- 1f468-200d-1f9bc: man_in_motorized_wheelchair;
2473
- 1f468-1f3fb-200d-1f9bc: man_in_motorized_wheelchair_tone1;
2474
- 1f468-1f3fc-200d-1f9bc: man_in_motorized_wheelchair_tone2;
2475
- 1f468-1f3fd-200d-1f9bc: man_in_motorized_wheelchair_tone3;
2476
- 1f468-1f3fe-200d-1f9bc: man_in_motorized_wheelchair_tone4;
2477
- 1f468-1f3ff-200d-1f9bc: man_in_motorized_wheelchair_tone5;
2478
- 1f469-200d-1f9bd: woman_in_manual_wheelchair;
2479
- 1f469-1f3fb-200d-1f9bd: woman_in_manual_wheelchair_tone1;
2480
- 1f469-1f3fc-200d-1f9bd: woman_in_manual_wheelchair_tone2;
2481
- 1f469-1f3fd-200d-1f9bd: woman_in_manual_wheelchair_tone3;
2482
- 1f469-1f3fe-200d-1f9bd: woman_in_manual_wheelchair_tone4;
2483
- 1f469-1f3ff-200d-1f9bd: woman_in_manual_wheelchair_tone5;
2484
- 1f468-200d-1f9bd: man_in_manual_wheelchair;
2485
- 1f468-1f3fb-200d-1f9bd: man_in_manual_wheelchair_tone1;
2486
- 1f468-1f3fc-200d-1f9bd: man_in_manual_wheelchair_tone2;
2487
- 1f468-1f3fd-200d-1f9bd: man_in_manual_wheelchair_tone3;
2488
- 1f468-1f3fe-200d-1f9bd: man_in_manual_wheelchair_tone4;
2489
- 1f468-1f3ff-200d-1f9bd: man_in_manual_wheelchair_tone5;
2490
- 1f9d1-200d-1f91d-200d-1f9d1: people_holding_hands;
2491
- 1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fb: people_holding_hands_tone1;
2492
- 1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fc: people_holding_hands_tone2;
2493
- 1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fb: people_holding_hands_tone2_tone1;
2494
- 1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fd: people_holding_hands_tone3;
2495
- 1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fb: people_holding_hands_tone3_tone1;
2496
- 1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fc: people_holding_hands_tone3_tone2;
2497
- 1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fe: people_holding_hands_tone4;
2498
- 1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fb: people_holding_hands_tone4_tone1;
2499
- 1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fc: people_holding_hands_tone4_tone2;
2500
- 1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fd: people_holding_hands_tone4_tone3;
2501
- 1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3ff: people_holding_hands_tone5;
2502
- 1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fb: people_holding_hands_tone5_tone1;
2503
- 1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fc: people_holding_hands_tone5_tone2;
2504
- 1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fd: people_holding_hands_tone5_tone3;
2505
- 1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fe: people_holding_hands_tone5_tone4;
2506
- 1f46b: couple;
2507
- 1f46b-1f3fb: woman_and_man_holding_hands_tone1;
2508
- 1f469-1f3fb-200d-1f91d-200d-1f468-1f3fc: woman_and_man_holding_hands_tone1_tone2;
2509
- 1f469-1f3fb-200d-1f91d-200d-1f468-1f3fd: woman_and_man_holding_hands_tone1_tone3;
2510
- 1f469-1f3fb-200d-1f91d-200d-1f468-1f3fe: woman_and_man_holding_hands_tone1_tone4;
2511
- 1f469-1f3fb-200d-1f91d-200d-1f468-1f3ff: woman_and_man_holding_hands_tone1_tone5;
2512
- 1f46b-1f3fc: woman_and_man_holding_hands_tone2;
2513
- 1f469-1f3fc-200d-1f91d-200d-1f468-1f3fb: woman_and_man_holding_hands_tone2_tone1;
2514
- 1f469-1f3fc-200d-1f91d-200d-1f468-1f3fd: woman_and_man_holding_hands_tone2_tone3;
2515
- 1f469-1f3fc-200d-1f91d-200d-1f468-1f3fe: woman_and_man_holding_hands_tone2_tone4;
2516
- 1f469-1f3fc-200d-1f91d-200d-1f468-1f3ff: woman_and_man_holding_hands_tone2_tone5;
2517
- 1f46b-1f3fd: woman_and_man_holding_hands_tone3;
2518
- 1f469-1f3fd-200d-1f91d-200d-1f468-1f3fb: woman_and_man_holding_hands_tone3_tone1;
2519
- 1f469-1f3fd-200d-1f91d-200d-1f468-1f3fc: woman_and_man_holding_hands_tone3_tone2;
2520
- 1f469-1f3fd-200d-1f91d-200d-1f468-1f3fe: woman_and_man_holding_hands_tone3_tone4;
2521
- 1f469-1f3fd-200d-1f91d-200d-1f468-1f3ff: woman_and_man_holding_hands_tone3_tone5;
2522
- 1f46b-1f3fe: woman_and_man_holding_hands_tone4;
2523
- 1f469-1f3fe-200d-1f91d-200d-1f468-1f3fb: woman_and_man_holding_hands_tone4_tone1;
2524
- 1f469-1f3fe-200d-1f91d-200d-1f468-1f3fc: woman_and_man_holding_hands_tone4_tone2;
2525
- 1f469-1f3fe-200d-1f91d-200d-1f468-1f3fd: woman_and_man_holding_hands_tone4_tone3;
2526
- 1f469-1f3fe-200d-1f91d-200d-1f468-1f3ff: woman_and_man_holding_hands_tone4_tone5;
2527
- 1f46b-1f3ff: woman_and_man_holding_hands_tone5;
2528
- 1f469-1f3ff-200d-1f91d-200d-1f468-1f3fb: woman_and_man_holding_hands_tone5_tone1;
2529
- 1f469-1f3ff-200d-1f91d-200d-1f468-1f3fc: woman_and_man_holding_hands_tone5_tone2;
2530
- 1f469-1f3ff-200d-1f91d-200d-1f468-1f3fd: woman_and_man_holding_hands_tone5_tone3;
2531
- 1f469-1f3ff-200d-1f91d-200d-1f468-1f3fe: woman_and_man_holding_hands_tone5_tone4;
2532
- 1f46d: two_women_holding_hands;
2533
- 1f46d-1f3fb: women_holding_hands_tone1;
2534
- 1f46d-1f3fc: women_holding_hands_tone2;
2535
- 1f469-1f3fc-200d-1f91d-200d-1f469-1f3fb: women_holding_hands_tone2_tone1;
2536
- 1f46d-1f3fd: women_holding_hands_tone3;
2537
- 1f469-1f3fd-200d-1f91d-200d-1f469-1f3fb: women_holding_hands_tone3_tone1;
2538
- 1f469-1f3fd-200d-1f91d-200d-1f469-1f3fc: women_holding_hands_tone3_tone2;
2539
- 1f46d-1f3fe: women_holding_hands_tone4;
2540
- 1f469-1f3fe-200d-1f91d-200d-1f469-1f3fb: women_holding_hands_tone4_tone1;
2541
- 1f469-1f3fe-200d-1f91d-200d-1f469-1f3fc: women_holding_hands_tone4_tone2;
2542
- 1f469-1f3fe-200d-1f91d-200d-1f469-1f3fd: women_holding_hands_tone4_tone3;
2543
- 1f46d-1f3ff: women_holding_hands_tone5;
2544
- 1f469-1f3ff-200d-1f91d-200d-1f469-1f3fb: women_holding_hands_tone5_tone1;
2545
- 1f469-1f3ff-200d-1f91d-200d-1f469-1f3fc: women_holding_hands_tone5_tone2;
2546
- 1f469-1f3ff-200d-1f91d-200d-1f469-1f3fd: women_holding_hands_tone5_tone3;
2547
- 1f469-1f3ff-200d-1f91d-200d-1f469-1f3fe: women_holding_hands_tone5_tone4;
2548
- 1f46c: two_men_holding_hands;
2549
- 1f46c-1f3fb: men_holding_hands_tone1;
2550
- 1f46c-1f3fc: men_holding_hands_tone2;
2551
- 1f468-1f3fc-200d-1f91d-200d-1f468-1f3fb: men_holding_hands_tone2_tone1;
2552
- 1f46c-1f3fd: men_holding_hands_tone3;
2553
- 1f468-1f3fd-200d-1f91d-200d-1f468-1f3fb: men_holding_hands_tone3_tone1;
2554
- 1f468-1f3fd-200d-1f91d-200d-1f468-1f3fc: men_holding_hands_tone3_tone2;
2555
- 1f46c-1f3fe: men_holding_hands_tone4;
2556
- 1f468-1f3fe-200d-1f91d-200d-1f468-1f3fb: men_holding_hands_tone4_tone1;
2557
- 1f468-1f3fe-200d-1f91d-200d-1f468-1f3fc: men_holding_hands_tone4_tone2;
2558
- 1f468-1f3fe-200d-1f91d-200d-1f468-1f3fd: men_holding_hands_tone4_tone3;
2559
- 1f46c-1f3ff: men_holding_hands_tone5;
2560
- 1f468-1f3ff-200d-1f91d-200d-1f468-1f3fb: men_holding_hands_tone5_tone1;
2561
- 1f468-1f3ff-200d-1f91d-200d-1f468-1f3fc: men_holding_hands_tone5_tone2;
2562
- 1f468-1f3ff-200d-1f91d-200d-1f468-1f3fd: men_holding_hands_tone5_tone3;
2563
- 1f468-1f3ff-200d-1f91d-200d-1f468-1f3fe: men_holding_hands_tone5_tone4;
2564
- 1f491: couple_with_heart;
2565
- 1f469-200d-2764-fe0f-200d-1f468: couple_with_heart_woman_man;
2566
- 1f469-200d-2764-fe0f-200d-1f469: couple_ww;
2567
- 1f468-200d-2764-fe0f-200d-1f468: couple_mm;
2568
- 1f48f: couplekiss;
2569
- 1f469-200d-2764-fe0f-200d-1f48b-200d-1f468: kiss_woman_man;
2570
- 1f469-200d-2764-fe0f-200d-1f48b-200d-1f469: kiss_ww;
2571
- 1f468-200d-2764-fe0f-200d-1f48b-200d-1f468: kiss_mm;
2572
- 1f46a: family;
2573
- 1f468-200d-1f469-200d-1f466: family_man_woman_boy;
2574
- 1f468-200d-1f469-200d-1f467: family_mwg;
2575
- 1f468-200d-1f469-200d-1f467-200d-1f466: family_mwgb;
2576
- 1f468-200d-1f469-200d-1f466-200d-1f466: family_mwbb;
2577
- 1f468-200d-1f469-200d-1f467-200d-1f467: family_mwgg;
2578
- 1f469-200d-1f469-200d-1f466: family_wwb;
2579
- 1f469-200d-1f469-200d-1f467: family_wwg;
2580
- 1f469-200d-1f469-200d-1f467-200d-1f466: family_wwgb;
2581
- 1f469-200d-1f469-200d-1f466-200d-1f466: family_wwbb;
2582
- 1f469-200d-1f469-200d-1f467-200d-1f467: family_wwgg;
2583
- 1f468-200d-1f468-200d-1f466: family_mmb;
2584
- 1f468-200d-1f468-200d-1f467: family_mmg;
2585
- 1f468-200d-1f468-200d-1f467-200d-1f466: family_mmgb;
2586
- 1f468-200d-1f468-200d-1f466-200d-1f466: family_mmbb;
2587
- 1f468-200d-1f468-200d-1f467-200d-1f467: family_mmgg;
2588
- 1f469-200d-1f466: family_woman_boy;
2589
- 1f469-200d-1f467: family_woman_girl;
2590
- 1f469-200d-1f467-200d-1f466: family_woman_girl_boy;
2591
- 1f469-200d-1f466-200d-1f466: family_woman_boy_boy;
2592
- 1f469-200d-1f467-200d-1f467: family_woman_girl_girl;
2593
- 1f468-200d-1f466: family_man_boy;
2594
- 1f468-200d-1f467: family_man_girl;
2595
- 1f468-200d-1f467-200d-1f466: family_man_girl_boy;
2596
- 1f468-200d-1f466-200d-1f466: family_man_boy_boy;
2597
- 1f468-200d-1f467-200d-1f467: family_man_girl_girl;
2598
- 1f9f6: yarn;
2599
- 1f9f5: thread;
2600
- 1f9e5: coat;
2601
- 1f97c: lab_coat;
2602
- 1f9ba: safety_vest;
2603
- 1f45a: womans_clothes;
2604
- 1f455: shirt;
2605
- 1f456: jeans;
2606
- 1fa73: shorts;
2607
- 1f454: necktie;
2608
- 1f457: dress;
2609
- 1f459: bikini;
2610
- 1fa71: one_piece_swimsuit;
2611
- 1f458: kimono;
2612
- 1f97b: sari;
2613
- 1f97f: womans_flat_shoe;
2614
- 1f460: high_heel;
2615
- 1f461: sandal;
2616
- 1f462: boot;
2617
- 1fa70: ballet_shoes;
2618
- 1f45e: mans_shoe;
2619
- 1f45f: athletic_shoe;
2620
- 1f97e: hiking_boot;
2621
- 1fa72: briefs;
2622
- 1f9e6: socks;
2623
- 1f9e4: gloves;
2624
- 1f9e3: scarf;
2625
- 1f3a9: tophat;
2626
- 1f9e2: billed_cap;
2627
- 1f452: womans_hat;
2628
- 1f393: mortar_board;
2629
- 26d1: helmet_with_cross;
2630
- 1f451: crown;
2631
- 1f48d: ring;
2632
- 1f45d: pouch;
2633
- 1f45b: purse;
2634
- 1f45c: handbag;
2635
- 1f4bc: briefcase;
2636
- 1f392: school_satchel;
2637
- 1f9f3: luggage;
2638
- 1f453: eyeglasses;
2639
- 1f576: dark_sunglasses;
2640
- 1f97d: goggles;
2641
- 1f93f: diving_mask;
2642
- 1f302: closed_umbrella;
2643
- 1f9b1: curly_haired;
2644
- 1f9b0: red_haired;
2645
- 1f9b3: white_haired;
2646
- 1f9b2: bald;
2647
- 1f697: red_car;
2648
- 1f695: taxi;
2649
- 1f699: blue_car;
2650
- 1f68c: bus;
2651
- 1f68e: trolleybus;
2652
- 1f3ce: race_car;
2653
- 1f693: police_car;
2654
- 1f691: ambulance;
2655
- 1f692: fire_engine;
2656
- 1f690: minibus;
2657
- 1f69a: truck;
2658
- 1f69b: articulated_lorry;
2659
- 1f69c: tractor;
2660
- 1f6fa: auto_rickshaw;
2661
- 1f6f5: motor_scooter;
2662
- 1f3cd: motorcycle;
2663
- 1f6f4: scooter;
2664
- 1f6b2: bike;
2665
- 1f9bc: motorized_wheelchair;
2666
- 1f9bd: manual_wheelchair;
2667
- 1f6a8: rotating_light;
2668
- 1f694: oncoming_police_car;
2669
- 1f68d: oncoming_bus;
2670
- 1f698: oncoming_automobile;
2671
- 1f696: oncoming_taxi;
2672
- 1f6a1: aerial_tramway;
2673
- 1f6a0: mountain_cableway;
2674
- 1f69f: suspension_railway;
2675
- 1f683: railway_car;
2676
- 1f68b: train;
2677
- 1f69e: mountain_railway;
2678
- 1f69d: monorail;
2679
- 1f684: bullettrain_side;
2680
- 1f685: bullettrain_front;
2681
- 1f688: light_rail;
2682
- 1f682: steam_locomotive;
2683
- 1f686: train2;
2684
- 1f687: metro;
2685
- 1f68a: tram;
2686
- 1f689: station;
2687
- 1f6eb: airplane_departure;
2688
- 1f6ec: airplane_arriving;
2689
- 1f6e9: airplane_small;
2690
- 1f4ba: seat;
2691
- 1f6f0: satellite_orbital;
2692
- 1f680: rocket;
2693
- 1f6f8: flying_saucer;
2694
- 1f681: helicopter;
2695
- 1f6f6: canoe;
2696
- 26f5: sailboat;
2697
- 1f6a4: speedboat;
2698
- 1f6e5: motorboat;
2699
- 1f6f3: cruise_ship;
2700
- 26f4: ferry;
2701
- 1f6a2: ship;
2702
- 26fd: fuelpump;
2703
- 1f6a7: construction;
2704
- 1f6a6: vertical_traffic_light;
2705
- 1f6a5: traffic_light;
2706
- 1f68f: busstop;
2707
- 1f5fa: map;
2708
- 1f5ff: moyai;
2709
- 1f5fd: statue_of_liberty;
2710
- 1f5fc: tokyo_tower;
2711
- 1f3f0: european_castle;
2712
- 1f3ef: japanese_castle;
2713
- 1f3df: stadium;
2714
- 1f3a1: ferris_wheel;
2715
- 1f3a2: roller_coaster;
2716
- 1f3a0: carousel_horse;
2717
- 26f2: fountain;
2718
- 26f1: beach_umbrella;
2719
- 1f3d6: beach;
2720
- 1f3dd: island;
2721
- 1f3dc: desert;
2722
- 1f30b: volcano;
2723
- 26f0: mountain;
2724
- 1f3d4: mountain_snow;
2725
- 1f5fb: mount_fuji;
2726
- 1f3d5: camping;
2727
- 26fa: tent;
2728
- 1f3e0: house;
2729
- 1f3e1: house_with_garden;
2730
- 1f3d8: homes;
2731
- 1f3da: house_abandoned;
2732
- 1f3d7: construction_site;
2733
- 1f3ed: factory;
2734
- 1f3e2: office;
2735
- 1f3ec: department_store;
2736
- 1f3e3: post_office;
2737
- 1f3e4: european_post_office;
2738
- 1f3e5: hospital;
2739
- 1f3e6: bank;
2740
- 1f3e8: hotel;
2741
- 1f3ea: convenience_store;
2742
- 1f3eb: school;
2743
- 1f3e9: love_hotel;
2744
- 1f492: wedding;
2745
- 1f3db: classical_building;
2746
- 26ea: church;
2747
- 1f54c: mosque;
2748
- 1f6d5: hindu_temple;
2749
- 1f54d: synagogue;
2750
- 1f54b: kaaba;
2751
- 26e9: shinto_shrine;
2752
- 1f6e4: railway_track;
2753
- 1f6e3: motorway;
2754
- 1f5fe: japan;
2755
- 1f391: rice_scene;
2756
- 1f3de: park;
2757
- 1f305: sunrise;
2758
- 1f304: sunrise_over_mountains;
2759
- 1f320: stars;
2760
- 1f387: sparkler;
2761
- 1f386: fireworks;
2762
- 1f307: city_sunset;
2763
- 1f306: city_dusk;
2764
- 1f3d9: cityscape;
2765
- 1f303: night_with_stars;
2766
- 1f30c: milky_way;
2767
- 1f309: bridge_at_night;
2768
- 1f301: foggy;
2769
- 1f1ff: regional_indicator_z;
2770
- 1f1fe: regional_indicator_y;
2771
- 1f1fd: regional_indicator_x;
2772
- 1f1fc: regional_indicator_w;
2773
- 1f1fb: regional_indicator_v;
2774
- 1f1fa: regional_indicator_u;
2775
- 1f1f9: regional_indicator_t;
2776
- 1f1f8: regional_indicator_s;
2777
- 1f1f7: regional_indicator_r;
2778
- 1f1f6: regional_indicator_q;
2779
- 1f1f5: regional_indicator_p;
2780
- 1f1f4: regional_indicator_o;
2781
- 1f1f3: regional_indicator_n;
2782
- 1f1f2: regional_indicator_m;
2783
- 1f1f1: regional_indicator_l;
2784
- 1f1f0: regional_indicator_k;
2785
- 1f1ef: regional_indicator_j;
2786
- 1f1ee: regional_indicator_i;
2787
- 1f1ed: regional_indicator_h;
2788
- 1f1ec: regional_indicator_g;
2789
- 1f1eb: regional_indicator_f;
2790
- 1f1ea: regional_indicator_e;
2791
- 1f1e9: regional_indicator_d;
2792
- 1f1e8: regional_indicator_c;
2793
- 1f1e7: regional_indicator_b;
2794
- 1f1e6: regional_indicator_a;
2795
- 1f3f3: flag_white;
2796
- 1f3f4: flag_black;
2797
- 1f3c1: checkered_flag;
2798
- 1f6a9: triangular_flag_on_post;
2799
- 1f3f3-fe0f-200d-1f308: rainbow_flag;
2800
- 1f3f4-200d-2620-fe0f: pirate_flag;
2801
- 1f1e6-1f1eb: flag_af;
2802
- 1f1e6-1f1fd: flag_ax;
2803
- 1f1e6-1f1f1: flag_al;
2804
- 1f1e9-1f1ff: flag_dz;
2805
- 1f1e6-1f1f8: flag_as;
2806
- 1f1e6-1f1e9: flag_ad;
2807
- 1f1e6-1f1f4: flag_ao;
2808
- 1f1e6-1f1ee: flag_ai;
2809
- 1f1e6-1f1f6: flag_aq;
2810
- 1f1e6-1f1ec: flag_ag;
2811
- 1f1e6-1f1f7: flag_ar;
2812
- 1f1e6-1f1f2: flag_am;
2813
- 1f1e6-1f1fc: flag_aw;
2814
- 1f1e6-1f1fa: flag_au;
2815
- 1f1e6-1f1f9: flag_at;
2816
- 1f1e6-1f1ff: flag_az;
2817
- 1f1e7-1f1f8: flag_bs;
2818
- 1f1e7-1f1ed: flag_bh;
2819
- 1f1e7-1f1e9: flag_bd;
2820
- 1f1e7-1f1e7: flag_bb;
2821
- 1f1e7-1f1fe: flag_by;
2822
- 1f1e7-1f1ea: flag_be;
2823
- 1f1e7-1f1ff: flag_bz;
2824
- 1f1e7-1f1ef: flag_bj;
2825
- 1f1e7-1f1f2: flag_bm;
2826
- 1f1e7-1f1f9: flag_bt;
2827
- 1f1e7-1f1f4: flag_bo;
2828
- 1f1e7-1f1e6: flag_ba;
2829
- 1f1e7-1f1fc: flag_bw;
2830
- 1f1e7-1f1f7: flag_br;
2831
- 1f1ee-1f1f4: flag_io;
2832
- 1f1fb-1f1ec: flag_vg;
2833
- 1f1e7-1f1f3: flag_bn;
2834
- 1f1e7-1f1ec: flag_bg;
2835
- 1f1e7-1f1eb: flag_bf;
2836
- 1f1e7-1f1ee: flag_bi;
2837
- 1f1f0-1f1ed: flag_kh;
2838
- 1f1e8-1f1f2: flag_cm;
2839
- 1f1e8-1f1e6: flag_ca;
2840
- 1f1ee-1f1e8: flag_ic;
2841
- 1f1e8-1f1fb: flag_cv;
2842
- 1f1e7-1f1f6: flag_bq;
2843
- 1f1f0-1f1fe: flag_ky;
2844
- 1f1e8-1f1eb: flag_cf;
2845
- 1f1f9-1f1e9: flag_td;
2846
- 1f1e8-1f1f1: flag_cl;
2847
- 1f1e8-1f1f3: flag_cn;
2848
- 1f1e8-1f1fd: flag_cx;
2849
- 1f1e8-1f1e8: flag_cc;
2850
- 1f1e8-1f1f4: flag_co;
2851
- 1f1f0-1f1f2: flag_km;
2852
- 1f1e8-1f1ec: flag_cg;
2853
- 1f1e8-1f1e9: flag_cd;
2854
- 1f1e8-1f1f0: flag_ck;
2855
- 1f1e8-1f1f7: flag_cr;
2856
- 1f1e8-1f1ee: flag_ci;
2857
- 1f1ed-1f1f7: flag_hr;
2858
- 1f1e8-1f1fa: flag_cu;
2859
- 1f1e8-1f1fc: flag_cw;
2860
- 1f1e8-1f1fe: flag_cy;
2861
- 1f1e8-1f1ff: flag_cz;
2862
- 1f1e9-1f1f0: flag_dk;
2863
- 1f1e9-1f1ef: flag_dj;
2864
- 1f1e9-1f1f2: flag_dm;
2865
- 1f1e9-1f1f4: flag_do;
2866
- 1f1ea-1f1e8: flag_ec;
2867
- 1f1ea-1f1ec: flag_eg;
2868
- 1f1f8-1f1fb: flag_sv;
2869
- 1f1ec-1f1f6: flag_gq;
2870
- 1f1ea-1f1f7: flag_er;
2871
- 1f1ea-1f1ea: flag_ee;
2872
- 1f1ea-1f1f9: flag_et;
2873
- 1f1ea-1f1fa: flag_eu;
2874
- 1f1eb-1f1f0: flag_fk;
2875
- 1f1eb-1f1f4: flag_fo;
2876
- 1f1eb-1f1ef: flag_fj;
2877
- 1f1eb-1f1ee: flag_fi;
2878
- 1f1eb-1f1f7: flag_fr;
2879
- 1f1ec-1f1eb: flag_gf;
2880
- 1f1f5-1f1eb: flag_pf;
2881
- 1f1f9-1f1eb: flag_tf;
2882
- 1f1ec-1f1e6: flag_ga;
2883
- 1f1ec-1f1f2: flag_gm;
2884
- 1f1ec-1f1ea: flag_ge;
2885
- 1f1e9-1f1ea: flag_de;
2886
- 1f1ec-1f1ed: flag_gh;
2887
- 1f1ec-1f1ee: flag_gi;
2888
- 1f1ec-1f1f7: flag_gr;
2889
- 1f1ec-1f1f1: flag_gl;
2890
- 1f1ec-1f1e9: flag_gd;
2891
- 1f1ec-1f1f5: flag_gp;
2892
- 1f1ec-1f1fa: flag_gu;
2893
- 1f1ec-1f1f9: flag_gt;
2894
- 1f1ec-1f1ec: flag_gg;
2895
- 1f1ec-1f1f3: flag_gn;
2896
- 1f1ec-1f1fc: flag_gw;
2897
- 1f1ec-1f1fe: flag_gy;
2898
- 1f1ed-1f1f9: flag_ht;
2899
- 1f1ed-1f1f3: flag_hn;
2900
- 1f1ed-1f1f0: flag_hk;
2901
- 1f1ed-1f1fa: flag_hu;
2902
- 1f1ee-1f1f8: flag_is;
2903
- 1f1ee-1f1f3: flag_in;
2904
- 1f1ee-1f1e9: flag_id;
2905
- 1f1ee-1f1f7: flag_ir;
2906
- 1f1ee-1f1f6: flag_iq;
2907
- 1f1ee-1f1ea: flag_ie;
2908
- 1f1ee-1f1f2: flag_im;
2909
- 1f1ee-1f1f1: flag_il;
2910
- 1f1ee-1f1f9: flag_it;
2911
- 1f1ef-1f1f2: flag_jm;
2912
- 1f1ef-1f1f5: flag_jp;
2913
- 1f38c: crossed_flags;
2914
- 1f1ef-1f1ea: flag_je;
2915
- 1f1ef-1f1f4: flag_jo;
2916
- 1f1f0-1f1ff: flag_kz;
2917
- 1f1f0-1f1ea: flag_ke;
2918
- 1f1f0-1f1ee: flag_ki;
2919
- 1f1fd-1f1f0: flag_xk;
2920
- 1f1f0-1f1fc: flag_kw;
2921
- 1f1f0-1f1ec: flag_kg;
2922
- 1f1f1-1f1e6: flag_la;
2923
- 1f1f1-1f1fb: flag_lv;
2924
- 1f1f1-1f1e7: flag_lb;
2925
- 1f1f1-1f1f8: flag_ls;
2926
- 1f1f1-1f1f7: flag_lr;
2927
- 1f1f1-1f1fe: flag_ly;
2928
- 1f1f1-1f1ee: flag_li;
2929
- 1f1f1-1f1f9: flag_lt;
2930
- 1f1f1-1f1fa: flag_lu;
2931
- 1f1f2-1f1f4: flag_mo;
2932
- 1f1f2-1f1f0: flag_mk;
2933
- 1f1f2-1f1ec: flag_mg;
2934
- 1f1f2-1f1fc: flag_mw;
2935
- 1f1f2-1f1fe: flag_my;
2936
- 1f1f2-1f1fb: flag_mv;
2937
- 1f1f2-1f1f1: flag_ml;
2938
- 1f1f2-1f1f9: flag_mt;
2939
- 1f1f2-1f1ed: flag_mh;
2940
- 1f1f2-1f1f6: flag_mq;
2941
- 1f1f2-1f1f7: flag_mr;
2942
- 1f1f2-1f1fa: flag_mu;
2943
- 1f1fe-1f1f9: flag_yt;
2944
- 1f1f2-1f1fd: flag_mx;
2945
- 1f1eb-1f1f2: flag_fm;
2946
- 1f1f2-1f1e9: flag_md;
2947
- 1f1f2-1f1e8: flag_mc;
2948
- 1f1f2-1f1f3: flag_mn;
2949
- 1f1f2-1f1ea: flag_me;
2950
- 1f1f2-1f1f8: flag_ms;
2951
- 1f1f2-1f1e6: flag_ma;
2952
- 1f1f2-1f1ff: flag_mz;
2953
- 1f1f2-1f1f2: flag_mm;
2954
- 1f1f3-1f1e6: flag_na;
2955
- 1f1f3-1f1f7: flag_nr;
2956
- 1f1f3-1f1f5: flag_np;
2957
- 1f1f3-1f1f1: flag_nl;
2958
- 1f1f3-1f1e8: flag_nc;
2959
- 1f1f3-1f1ff: flag_nz;
2960
- 1f1f3-1f1ee: flag_ni;
2961
- 1f1f3-1f1ea: flag_ne;
2962
- 1f1f3-1f1ec: flag_ng;
2963
- 1f1f3-1f1fa: flag_nu;
2964
- 1f1f3-1f1eb: flag_nf;
2965
- 1f1f0-1f1f5: flag_kp;
2966
- 1f1f2-1f1f5: flag_mp;
2967
- 1f1f3-1f1f4: flag_no;
2968
- 1f1f4-1f1f2: flag_om;
2969
- 1f1f5-1f1f0: flag_pk;
2970
- 1f1f5-1f1fc: flag_pw;
2971
- 1f1f5-1f1f8: flag_ps;
2972
- 1f1f5-1f1e6: flag_pa;
2973
- 1f1f5-1f1ec: flag_pg;
2974
- 1f1f5-1f1fe: flag_py;
2975
- 1f1f5-1f1ea: flag_pe;
2976
- 1f1f5-1f1ed: flag_ph;
2977
- 1f1f5-1f1f3: flag_pn;
2978
- 1f1f5-1f1f1: flag_pl;
2979
- 1f1f5-1f1f9: flag_pt;
2980
- 1f1f5-1f1f7: flag_pr;
2981
- 1f1f6-1f1e6: flag_qa;
2982
- 1f1f7-1f1ea: flag_re;
2983
- 1f1f7-1f1f4: flag_ro;
2984
- 1f1f7-1f1fa: flag_ru;
2985
- 1f1f7-1f1fc: flag_rw;
2986
- 1f1fc-1f1f8: flag_ws;
2987
- 1f1f8-1f1f2: flag_sm;
2988
- 1f1f8-1f1f9: flag_st;
2989
- 1f1f8-1f1e6: flag_sa;
2990
- 1f1f8-1f1f3: flag_sn;
2991
- 1f1f7-1f1f8: flag_rs;
2992
- 1f1f8-1f1e8: flag_sc;
2993
- 1f1f8-1f1f1: flag_sl;
2994
- 1f1f8-1f1ec: flag_sg;
2995
- 1f1f8-1f1fd: flag_sx;
2996
- 1f1f8-1f1f0: flag_sk;
2997
- 1f1f8-1f1ee: flag_si;
2998
- 1f1ec-1f1f8: flag_gs;
2999
- 1f1f8-1f1e7: flag_sb;
3000
- 1f1f8-1f1f4: flag_so;
3001
- 1f1ff-1f1e6: flag_za;
3002
- 1f1f0-1f1f7: flag_kr;
3003
- 1f1f8-1f1f8: flag_ss;
3004
- 1f1ea-1f1f8: flag_es;
3005
- 1f1f1-1f1f0: flag_lk;
3006
- 1f1e7-1f1f1: flag_bl;
3007
- 1f1f8-1f1ed: flag_sh;
3008
- 1f1f0-1f1f3: flag_kn;
3009
- 1f1f1-1f1e8: flag_lc;
3010
- 1f1f5-1f1f2: flag_pm;
3011
- 1f1fb-1f1e8: flag_vc;
3012
- 1f1f8-1f1e9: flag_sd;
3013
- 1f1f8-1f1f7: flag_sr;
3014
- 1f1f8-1f1ff: flag_sz;
3015
- 1f1f8-1f1ea: flag_se;
3016
- 1f1e8-1f1ed: flag_ch;
3017
- 1f1f8-1f1fe: flag_sy;
3018
- 1f1f9-1f1fc: flag_tw;
3019
- 1f1f9-1f1ef: flag_tj;
3020
- 1f1f9-1f1ff: flag_tz;
3021
- 1f1f9-1f1ed: flag_th;
3022
- 1f1f9-1f1f1: flag_tl;
3023
- 1f1f9-1f1ec: flag_tg;
3024
- 1f1f9-1f1f0: flag_tk;
3025
- 1f1f9-1f1f4: flag_to;
3026
- 1f1f9-1f1f9: flag_tt;
3027
- 1f1f9-1f1f3: flag_tn;
3028
- 1f1f9-1f1f7: flag_tr;
3029
- 1f1f9-1f1f2: flag_tm;
3030
- 1f1f9-1f1e8: flag_tc;
3031
- 1f1fb-1f1ee: flag_vi;
3032
- 1f1f9-1f1fb: flag_tv;
3033
- 1f1fa-1f1ec: flag_ug;
3034
- 1f1fa-1f1e6: flag_ua;
3035
- 1f1e6-1f1ea: flag_ae;
3036
- 1f1ec-1f1e7: flag_gb;
3037
- 1f3f4-e0067-e0062-e0065-e006e-e0067-e007f: england;
3038
- 1f3f4-e0067-e0062-e0073-e0063-e0074-e007f: scotland;
3039
- 1f3f4-e0067-e0062-e0077-e006c-e0073-e007f: wales;
3040
- 1f1fa-1f1f8: flag_us;
3041
- 1f1fa-1f1fe: flag_uy;
3042
- 1f1fa-1f1ff: flag_uz;
3043
- 1f1fb-1f1fa: flag_vu;
3044
- 1f1fb-1f1e6: flag_va;
3045
- 1f1fb-1f1ea: flag_ve;
3046
- 1f1fb-1f1f3: flag_vn;
3047
- 1f1fc-1f1eb: flag_wf;
3048
- 1f1ea-1f1ed: flag_eh;
3049
- 1f1fe-1f1ea: flag_ye;
3050
- 1f1ff-1f1f2: flag_zm;
3051
- 1f1ff-1f1fc: flag_zw;
3052
- 1f1e6-1f1e8: flag_ac;
3053
- 1f1e7-1f1fb: flag_bv;
3054
- 1f1e8-1f1f5: flag_cp;
3055
- 1f1ea-1f1e6: flag_ea;
3056
- 1f1e9-1f1ec: flag_dg;
3057
- 1f1ed-1f1f2: flag_hm;
3058
- 1f1f2-1f1eb: flag_mf;
3059
- 1f1f8-1f1ef: flag_sj;
3060
- 1f1f9-1f1e6: flag_ta;
3061
- 1f1fa-1f1f2: flag_um;
3062
- 1f1fa-1f1f3: united_nations;
3063
- 1f3fb: tone1;
3064
- 1f3fc: tone2;
3065
- 1f3fd: tone3;
3066
- 1f3fe: tone4;
3067
- 1f3ff: tone5;
3068
- };
3069
-
3070
- @size-map: {
3071
- small: 1;
3072
- medium: 2;
3073
- large: 4;
3074
- big: 5;
3075
- };
3076
-
3077
- each(@size-map, {
3078
- em[data-emoji].@{key} {
3079
- font-size: 1.5em * @value;
3080
- vertical-align: middle;
3081
- }
3082
- });
3083
-
3084
- each(@emoji-map,{
3085
- & when (@variationEmojiColons) {
3086
- em[data-emoji=":@{value}:"]:before {
3087
- background-image: url("@{emojiPath}@{key}.@{emojiFileType}");
3088
- }
3089
- em[data-emoji="@{value}"]:before:extend(em[data-emoji=":@{value}:"]:before) when (@variationEmojiNoColons) {}
3090
- }
3091
- em[data-emoji="@{value}"]:before when (@variationEmojiNoColons) and not (@variationEmojiColons) {
3092
- background-image: url("@{emojiPath}@{key}.@{emojiFileType}");
3093
- }
3094
- });