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