fomantic-ui 2.9.0-beta.26 → 2.9.0-beta.262

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 (285) hide show
  1. package/.all-contributorsrc +206 -3
  2. package/.github/workflows/ci.yml +4 -4
  3. package/.github/workflows/nightly.yml +4 -4
  4. package/.github/workflows/release.yml +30 -0
  5. package/CONTRIBUTORS.md +75 -37
  6. package/README.md +8 -8
  7. package/dist/components/accordion.css +162 -26
  8. package/dist/components/accordion.js +1 -1
  9. package/dist/components/accordion.min.css +2 -2
  10. package/dist/components/accordion.min.js +2 -2
  11. package/dist/components/ad.css +1 -1
  12. package/dist/components/ad.min.css +1 -1
  13. package/dist/components/api.js +34 -30
  14. package/dist/components/api.min.js +3 -3
  15. package/dist/components/breadcrumb.css +1 -1
  16. package/dist/components/breadcrumb.min.css +1 -1
  17. package/dist/components/button.css +176 -134
  18. package/dist/components/button.min.css +2 -2
  19. package/dist/components/calendar.css +18 -1
  20. package/dist/components/calendar.js +10 -9
  21. package/dist/components/calendar.min.css +2 -2
  22. package/dist/components/calendar.min.js +3 -3
  23. package/dist/components/card.css +26 -19
  24. package/dist/components/card.min.css +2 -2
  25. package/dist/components/checkbox.css +2 -1
  26. package/dist/components/checkbox.js +17 -11
  27. package/dist/components/checkbox.min.css +2 -2
  28. package/dist/components/checkbox.min.js +3 -3
  29. package/dist/components/comment.css +11 -11
  30. package/dist/components/comment.min.css +1 -1
  31. package/dist/components/container.css +94 -1
  32. package/dist/components/container.min.css +2 -2
  33. package/dist/components/dimmer.css +28 -14
  34. package/dist/components/dimmer.js +11 -5
  35. package/dist/components/dimmer.min.css +2 -2
  36. package/dist/components/dimmer.min.js +3 -3
  37. package/dist/components/divider.css +1 -1
  38. package/dist/components/divider.min.css +1 -1
  39. package/dist/components/dropdown.css +49 -13
  40. package/dist/components/dropdown.js +66 -39
  41. package/dist/components/dropdown.min.css +2 -2
  42. package/dist/components/dropdown.min.js +3 -3
  43. package/dist/components/embed.css +1 -1
  44. package/dist/components/embed.js +1 -1
  45. package/dist/components/embed.min.css +1 -1
  46. package/dist/components/embed.min.js +2 -2
  47. package/dist/components/emoji.css +10147 -8139
  48. package/dist/components/emoji.min.css +1 -1
  49. package/dist/components/feed.css +28 -28
  50. package/dist/components/feed.min.css +2 -2
  51. package/dist/components/flag.css +734 -625
  52. package/dist/components/flag.min.css +2 -2
  53. package/dist/components/form.css +118 -55
  54. package/dist/components/form.js +38 -29
  55. package/dist/components/form.min.css +2 -2
  56. package/dist/components/form.min.js +3 -3
  57. package/dist/components/grid.css +11 -8
  58. package/dist/components/grid.min.css +2 -2
  59. package/dist/components/header.css +3 -1
  60. package/dist/components/header.min.css +2 -2
  61. package/dist/components/icon.css +126 -47
  62. package/dist/components/icon.min.css +2 -2
  63. package/dist/components/image.css +1 -1
  64. package/dist/components/image.min.css +1 -1
  65. package/dist/components/input.css +742 -17
  66. package/dist/components/input.min.css +2 -2
  67. package/dist/components/item.css +13 -13
  68. package/dist/components/item.min.css +1 -1
  69. package/dist/components/label.css +1 -1
  70. package/dist/components/label.min.css +1 -1
  71. package/dist/components/list.css +1 -1
  72. package/dist/components/list.min.css +1 -1
  73. package/dist/components/loader.css +1 -1
  74. package/dist/components/loader.min.css +1 -1
  75. package/dist/components/menu.css +29 -5
  76. package/dist/components/menu.min.css +1 -1
  77. package/dist/components/message.css +41 -41
  78. package/dist/components/message.min.css +2 -2
  79. package/dist/components/modal.css +13 -1
  80. package/dist/components/modal.js +127 -49
  81. package/dist/components/modal.min.css +2 -2
  82. package/dist/components/modal.min.js +3 -3
  83. package/dist/components/nag.css +1 -1
  84. package/dist/components/nag.js +1 -1
  85. package/dist/components/nag.min.css +1 -1
  86. package/dist/components/nag.min.js +2 -2
  87. package/dist/components/placeholder.css +1 -1
  88. package/dist/components/placeholder.min.css +1 -1
  89. package/dist/components/popup.css +1 -1
  90. package/dist/components/popup.js +2 -2
  91. package/dist/components/popup.min.css +1 -1
  92. package/dist/components/popup.min.js +3 -3
  93. package/dist/components/progress.css +1 -1
  94. package/dist/components/progress.js +4 -1
  95. package/dist/components/progress.min.css +1 -1
  96. package/dist/components/progress.min.js +3 -3
  97. package/dist/components/rail.css +1 -1
  98. package/dist/components/rail.min.css +1 -1
  99. package/dist/components/rating.css +1 -1
  100. package/dist/components/rating.js +1 -1
  101. package/dist/components/rating.min.css +1 -1
  102. package/dist/components/rating.min.js +2 -2
  103. package/dist/components/reset.css +1 -1
  104. package/dist/components/reset.min.css +1 -1
  105. package/dist/components/reveal.css +1 -1
  106. package/dist/components/reveal.min.css +1 -1
  107. package/dist/components/search.css +1 -1
  108. package/dist/components/search.js +2 -2
  109. package/dist/components/search.min.css +1 -1
  110. package/dist/components/search.min.js +3 -3
  111. package/dist/components/segment.css +91 -7
  112. package/dist/components/segment.min.css +2 -2
  113. package/dist/components/shape.css +1 -1
  114. package/dist/components/shape.js +3 -3
  115. package/dist/components/shape.min.css +1 -1
  116. package/dist/components/shape.min.js +3 -3
  117. package/dist/components/sidebar.css +4 -2
  118. package/dist/components/sidebar.js +8 -6
  119. package/dist/components/sidebar.min.css +2 -2
  120. package/dist/components/sidebar.min.js +3 -3
  121. package/dist/components/site.css +61 -39
  122. package/dist/components/site.js +1 -1
  123. package/dist/components/site.min.css +2 -2
  124. package/dist/components/site.min.js +2 -2
  125. package/dist/components/slider.js +1 -1
  126. package/dist/components/slider.min.js +2 -2
  127. package/dist/components/state.js +1 -1
  128. package/dist/components/state.min.js +2 -2
  129. package/dist/components/statistic.css +1 -1
  130. package/dist/components/statistic.min.css +1 -1
  131. package/dist/components/step.css +4 -4
  132. package/dist/components/step.min.css +2 -2
  133. package/dist/components/sticky.css +1 -1
  134. package/dist/components/sticky.js +1 -1
  135. package/dist/components/sticky.min.css +1 -1
  136. package/dist/components/sticky.min.js +2 -2
  137. package/dist/components/tab.css +1 -1
  138. package/dist/components/tab.js +23 -5
  139. package/dist/components/tab.min.css +1 -1
  140. package/dist/components/tab.min.js +3 -3
  141. package/dist/components/table.css +1168 -26
  142. package/dist/components/table.min.css +2 -2
  143. package/dist/components/text.css +1 -1
  144. package/dist/components/text.min.css +1 -1
  145. package/dist/components/toast.css +39 -1
  146. package/dist/components/toast.js +56 -28
  147. package/dist/components/toast.min.css +2 -2
  148. package/dist/components/toast.min.js +3 -3
  149. package/dist/components/transition.css +1 -1
  150. package/dist/components/transition.js +21 -16
  151. package/dist/components/transition.min.css +1 -1
  152. package/dist/components/transition.min.js +3 -3
  153. package/dist/components/visibility.js +1 -1
  154. package/dist/components/visibility.min.js +2 -2
  155. package/dist/semantic.css +21916 -16238
  156. package/dist/semantic.js +433 -246
  157. package/dist/semantic.min.css +3 -3
  158. package/dist/semantic.min.js +3 -3
  159. package/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
  160. package/dist/themes/default/assets/fonts/brand-icons.svg +801 -654
  161. package/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
  162. package/dist/themes/default/assets/fonts/brand-icons.woff +0 -0
  163. package/dist/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  164. package/dist/themes/default/assets/fonts/icons.eot +0 -0
  165. package/dist/themes/default/assets/fonts/icons.svg +1175 -1079
  166. package/dist/themes/default/assets/fonts/icons.ttf +0 -0
  167. package/dist/themes/default/assets/fonts/icons.woff +0 -0
  168. package/dist/themes/default/assets/fonts/icons.woff2 +0 -0
  169. package/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
  170. package/dist/themes/default/assets/fonts/outline-icons.svg +93 -95
  171. package/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
  172. package/dist/themes/default/assets/fonts/outline-icons.woff +0 -0
  173. package/dist/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  174. package/examples/assets/library/iframe-content.js +8 -8
  175. package/examples/assets/library/iframe.js +3 -3
  176. package/package.json +10 -9
  177. package/src/definitions/behaviors/api.js +33 -29
  178. package/src/definitions/behaviors/form.js +37 -28
  179. package/src/definitions/collections/form.less +204 -140
  180. package/src/definitions/collections/grid.less +716 -680
  181. package/src/definitions/collections/menu.less +173 -126
  182. package/src/definitions/collections/message.less +48 -46
  183. package/src/definitions/collections/table.less +849 -262
  184. package/src/definitions/elements/button.less +586 -449
  185. package/src/definitions/elements/container.less +145 -8
  186. package/src/definitions/elements/emoji.less +15 -9
  187. package/src/definitions/elements/flag.less +7 -17
  188. package/src/definitions/elements/header.less +44 -35
  189. package/src/definitions/elements/icon.less +38 -31
  190. package/src/definitions/elements/input.less +264 -22
  191. package/src/definitions/elements/label.less +92 -91
  192. package/src/definitions/elements/list.less +55 -45
  193. package/src/definitions/elements/loader.less +30 -29
  194. package/src/definitions/elements/segment.less +147 -28
  195. package/src/definitions/elements/step.less +52 -48
  196. package/src/definitions/elements/text.less +17 -15
  197. package/src/definitions/globals/site.less +23 -2
  198. package/src/definitions/modules/accordion.less +175 -24
  199. package/src/definitions/modules/calendar.js +9 -8
  200. package/src/definitions/modules/calendar.less +20 -0
  201. package/src/definitions/modules/checkbox.js +16 -10
  202. package/src/definitions/modules/checkbox.less +34 -178
  203. package/src/definitions/modules/dimmer.js +10 -4
  204. package/src/definitions/modules/dimmer.less +21 -8
  205. package/src/definitions/modules/dropdown.js +65 -38
  206. package/src/definitions/modules/dropdown.less +145 -94
  207. package/src/definitions/modules/modal.js +126 -48
  208. package/src/definitions/modules/modal.less +12 -0
  209. package/src/definitions/modules/nag.less +20 -19
  210. package/src/definitions/modules/popup.js +1 -1
  211. package/src/definitions/modules/progress.js +3 -0
  212. package/src/definitions/modules/progress.less +19 -18
  213. package/src/definitions/modules/rating.less +35 -34
  214. package/src/definitions/modules/search.js +1 -1
  215. package/src/definitions/modules/search.less +32 -16
  216. package/src/definitions/modules/shape.js +2 -2
  217. package/src/definitions/modules/sidebar.js +7 -5
  218. package/src/definitions/modules/sidebar.less +33 -19
  219. package/src/definitions/modules/slider.less +39 -38
  220. package/src/definitions/modules/tab.js +22 -4
  221. package/src/definitions/modules/toast.js +55 -27
  222. package/src/definitions/modules/toast.less +48 -16
  223. package/src/definitions/modules/transition.js +20 -15
  224. package/src/definitions/views/card.less +402 -361
  225. package/src/definitions/views/comment.less +92 -81
  226. package/src/definitions/views/feed.less +164 -144
  227. package/src/definitions/views/item.less +249 -196
  228. package/src/definitions/views/statistic.less +90 -88
  229. package/src/themes/bookish/elements/header.overrides +1 -1
  230. package/src/themes/chubby/elements/button.overrides +1 -1
  231. package/src/themes/chubby/elements/header.overrides +1 -1
  232. package/src/themes/default/assets/fonts/brand-icons.eot +0 -0
  233. package/src/themes/default/assets/fonts/brand-icons.svg +801 -654
  234. package/src/themes/default/assets/fonts/brand-icons.ttf +0 -0
  235. package/src/themes/default/assets/fonts/brand-icons.woff +0 -0
  236. package/src/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  237. package/src/themes/default/assets/fonts/icons.eot +0 -0
  238. package/src/themes/default/assets/fonts/icons.svg +1175 -1079
  239. package/src/themes/default/assets/fonts/icons.ttf +0 -0
  240. package/src/themes/default/assets/fonts/icons.woff +0 -0
  241. package/src/themes/default/assets/fonts/icons.woff2 +0 -0
  242. package/src/themes/default/assets/fonts/outline-icons.eot +0 -0
  243. package/src/themes/default/assets/fonts/outline-icons.svg +93 -95
  244. package/src/themes/default/assets/fonts/outline-icons.ttf +0 -0
  245. package/src/themes/default/assets/fonts/outline-icons.woff +0 -0
  246. package/src/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  247. package/src/themes/default/collections/form.variables +4 -0
  248. package/src/themes/default/collections/menu.variables +6 -0
  249. package/src/themes/default/collections/table.variables +52 -0
  250. package/src/themes/default/elements/button.variables +7 -1
  251. package/src/themes/default/elements/container.variables +12 -0
  252. package/src/themes/default/elements/emoji.overrides +1734 -1232
  253. package/src/themes/default/elements/flag.overrides +1641 -986
  254. package/src/themes/default/elements/flag.variables +7 -5
  255. package/src/themes/default/elements/icon.overrides +75 -48
  256. package/src/themes/default/elements/icon.variables +1 -0
  257. package/src/themes/default/elements/input.variables +15 -0
  258. package/src/themes/default/elements/segment.variables +8 -0
  259. package/src/themes/default/elements/step.overrides +1 -1
  260. package/src/themes/default/globals/site.variables +6 -0
  261. package/src/themes/default/globals/variation.variables +139 -6
  262. package/src/themes/default/modules/accordion.variables +49 -2
  263. package/src/themes/default/modules/calendar.variables +3 -0
  264. package/src/themes/default/modules/checkbox.variables +5 -5
  265. package/src/themes/default/modules/dimmer.variables +1 -1
  266. package/src/themes/default/modules/dropdown.variables +4 -10
  267. package/src/themes/default/modules/modal.variables +13 -0
  268. package/src/themes/default/modules/toast.variables +3 -0
  269. package/src/themes/famfamfam/elements/flag.overrides +1026 -0
  270. package/src/themes/famfamfam/elements/flag.variables +13 -0
  271. package/src/themes/instagram/views/card.overrides +1 -1
  272. package/src/themes/joypixels/elements/emoji.overrides +1759 -1257
  273. package/src/themes/joypixels/elements/emoji.variables +1 -1
  274. package/src/themes/material/collections/menu.overrides +1 -1
  275. package/src/themes/material/elements/button.overrides +1 -1
  276. package/src/themes/material/elements/header.overrides +1 -1
  277. package/src/themes/material/globals/site.variables +0 -1
  278. package/src/themes/material/modules/dropdown.overrides +1 -1
  279. package/src/themes/material/modules/modal.overrides +1 -1
  280. package/src/themes/rtl/globals/site.overrides +1 -1
  281. package/src/themes/twitter/elements/emoji.overrides +1734 -1232
  282. package/tasks/build/css.js +6 -1
  283. package/tasks/config/project/install.js +11 -5
  284. package/tasks/install.js +1 -0
  285. package/test/helpers/sinon.js +2 -2
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Tweemoji v12.0 by @twitter - https://twemoji.twitter.com/ - @twitter
2
+ * Tweemoji v13.1 by @twitter - https://twemoji.twitter.com/ - @twitter
3
3
  * License - CC-BY 4.0 - https://creativecommons.org/licenses/by/4.0/
4
4
  */
5
5
 
@@ -80,1089 +80,6 @@
80
80
  3030: wavy_dash;
81
81
  3297: congratulations;
82
82
  3299: secret;
83
- 1f9e1: orange_heart;
84
- 1f49b: yellow_heart;
85
- 1f49a: green_heart;
86
- 1f499: blue_heart;
87
- 1f49c: purple_heart;
88
- 1f5a4: black_heart;
89
- 1f90e: brown_heart;
90
- 1f90d: white_heart;
91
- 1f494: broken_heart;
92
- 1f495: two_hearts;
93
- 1f49e: revolving_hearts;
94
- 1f493: heartbeat;
95
- 1f497: heartpulse;
96
- 1f496: sparkling_heart;
97
- 1f498: cupid;
98
- 1f49d: gift_heart;
99
- 1f49f: heart_decoration;
100
- 262e: peace;
101
- 271d: cross;
102
- 262a: star_and_crescent;
103
- 1f549: om_symbol;
104
- 1f52f: six_pointed_star;
105
- 1f54e: menorah;
106
- 262f: yin_yang;
107
- 1f6d0: place_of_worship;
108
- 26ce: ophiuchus;
109
- 264a: gemini;
110
- 264b: cancer;
111
- 264c: leo;
112
- 264d: virgo;
113
- 264e: libra;
114
- 264f: scorpius;
115
- 1f194: id;
116
- 269b: atom;
117
- 1f251: accept;
118
- 1f4f4: mobile_phone_off;
119
- 1f4f3: vibration_mode;
120
- 1f236: u6709;
121
- 1f21a: u7121;
122
- 1f238: u7533;
123
- 1f23a: u55b6;
124
- 1f237: u6708;
125
- 1f19a: vs;
126
- 1f4ae: white_flower;
127
- 1f250: ideograph_advantage;
128
- 1f234: u5408;
129
- 1f235: u6e80;
130
- 1f239: u5272;
131
- 1f232: u7981;
132
- 1f170: a;
133
- 1f171: b;
134
- 1f18e: ab;
135
- 1f191: cl;
136
- 1f17e: o2;
137
- 1f198: sos;
138
- 274c: x;
139
- 2b55: o;
140
- 1f6d1: octagonal_sign;
141
- 26d4: no_entry;
142
- 1f4db: name_badge;
143
- 1f6ab: no_entry_sign;
144
- 1f4af: 100;
145
- 1f4a2: anger;
146
- 1f6b7: no_pedestrians;
147
- 1f6af: do_not_litter;
148
- 1f6b3: no_bicycles;
149
- 1f6b1: non-potable_water;
150
- 1f51e: underage;
151
- 1f4f5: no_mobile_phones;
152
- 1f6ad: no_smoking;
153
- 203c: bangbang;
154
- 1f505: low_brightness;
155
- 1f506: high_brightness;
156
- 303d: part_alternation_mark;
157
- 26a0: warning;
158
- 1f6b8: children_crossing;
159
- 1f531: trident;
160
- 269c: fleur-de-lis;
161
- 1f530: beginner;
162
- 267b: recycle;
163
- 1f22f: u6307;
164
- 1f4b9: chart;
165
- 274e: negative_squared_cross_mark;
166
- 1f310: globe_with_meridians;
167
- 1f4a0: diamond_shape_with_a_dot_inside;
168
- 24c2: m;
169
- 1f300: cyclone;
170
- 1f4a4: zzz;
171
- 1f3e7: atm;
172
- 1f6be: wc;
173
- 267f: wheelchair;
174
- 1f17f: parking;
175
- 1f233: u7a7a;
176
- 1f202: sa;
177
- 1f6c2: passport_control;
178
- 1f6c3: customs;
179
- 1f6c4: baggage_claim;
180
- 1f6c5: left_luggage;
181
- 1f6b9: mens;
182
- 1f6ba: womens;
183
- 1f6bc: baby_symbol;
184
- 1f6bb: restroom;
185
- 1f6ae: put_litter_in_its_place;
186
- 1f3a6: cinema;
187
- 1f4f6: signal_strength;
188
- 1f201: koko;
189
- 1f523: symbols;
190
- 1f524: abc;
191
- 1f521: abcd;
192
- 1f520: capital_abcd;
193
- 1f196: ng;
194
- 1f197: ok;
195
- 1f199: up;
196
- 1f192: cool;
197
- 1f195: new;
198
- 1f193: free;
199
- 30-20e3: zero;
200
- 31-20e3: one;
201
- 32-20e3: two;
202
- 33-20e3: three;
203
- 34-20e3: four;
204
- 35-20e3: five;
205
- 36-20e3: six;
206
- 37-20e3: seven;
207
- 38-20e3: eight;
208
- 39-20e3: nine;
209
- 1f51f: keycap_ten;
210
- 1f522: 1234;
211
- 23-20e3: hash;
212
- 2a-20e3: asterisk;
213
- 23cf: eject;
214
- 25b6: arrow_forward;
215
- 23f8: pause_button;
216
- 23ef: play_pause;
217
- 23f9: stop_button;
218
- 23fa: record_button;
219
- 23ed: track_next;
220
- 23ee: track_previous;
221
- 23e9: fast_forward;
222
- 23ea: rewind;
223
- 23eb: arrow_double_up;
224
- 23ec: arrow_double_down;
225
- 25c0: arrow_backward;
226
- 1f53c: arrow_up_small;
227
- 1f53d: arrow_down_small;
228
- 27a1: arrow_right;
229
- 2b05: arrow_left;
230
- 2b06: arrow_up;
231
- 2b07: arrow_down;
232
- 21aa: arrow_right_hook;
233
- 21a9: leftwards_arrow_with_hook;
234
- 1f500: twisted_rightwards_arrows;
235
- 1f501: repeat;
236
- 1f502: repeat_one;
237
- 1f504: arrows_counterclockwise;
238
- 1f503: arrows_clockwise;
239
- 1f3b5: musical_note;
240
- 1f3b6: notes;
241
- 267e: infinity;
242
- 1f4b2: heavy_dollar_sign;
243
- 1f4b1: currency_exchange;
244
- a9: copyright;
245
- ae: registered;
246
- 27b0: curly_loop;
247
- 27bf: loop;
248
- 1f51a: end;
249
- 1f519: back;
250
- 1f51b: on;
251
- 1f51d: top;
252
- 1f51c: soon;
253
- 1f518: radio_button;
254
- 26aa: white_circle;
255
- 26ab: black_circle;
256
- 1f534: red_circle;
257
- 1f535: blue_circle;
258
- 1f7e4: brown_circle;
259
- 1f7e3: purple_circle;
260
- 1f7e2: green_circle;
261
- 1f7e1: yellow_circle;
262
- 1f7e0: orange_circle;
263
- 1f53a: small_red_triangle;
264
- 1f53b: small_red_triangle_down;
265
- 1f538: small_orange_diamond;
266
- 1f539: small_blue_diamond;
267
- 1f536: large_orange_diamond;
268
- 1f537: large_blue_diamond;
269
- 1f533: white_square_button;
270
- 1f532: black_square_button;
271
- 25aa: black_small_square;
272
- 25ab: white_small_square;
273
- 25fe: black_medium_small_square;
274
- 25fd: white_medium_small_square;
275
- 25fc: black_medium_square;
276
- 25fb: white_medium_square;
277
- 2b1b: black_large_square;
278
- 2b1c: white_large_square;
279
- 1f7e7: orange_square;
280
- 1f7e6: blue_square;
281
- 1f7e5: red_square;
282
- 1f7eb: brown_square;
283
- 1f7ea: purple_square;
284
- 1f7e9: green_square;
285
- 1f7e8: yellow_square;
286
- 1f508: speaker;
287
- 1f507: mute;
288
- 1f509: sound;
289
- 1f50a: loud_sound;
290
- 1f514: bell;
291
- 1f515: no_bell;
292
- 1f4e3: mega;
293
- 1f4e2: loudspeaker;
294
- 1f5e8: speech_left;
295
- 1f441-200d-1f5e8: eye_in_speech_bubble;
296
- 1f4ac: speech_balloon;
297
- 1f4ad: thought_balloon;
298
- 1f5ef: anger_right;
299
- 1f0cf: black_joker;
300
- 1f3b4: flower_playing_cards;
301
- 1f004: mahjong;
302
- 1f550: clock1;
303
- 1f551: clock2;
304
- 1f552: clock3;
305
- 1f553: clock4;
306
- 1f554: clock5;
307
- 1f555: clock6;
308
- 1f556: clock7;
309
- 1f557: clock8;
310
- 1f558: clock9;
311
- 1f559: clock10;
312
- 1f55a: clock11;
313
- 1f55b: clock12;
314
- 1f55c: clock130;
315
- 1f55d: clock230;
316
- 1f55e: clock330;
317
- 1f55f: clock430;
318
- 1f560: clock530;
319
- 1f561: clock630;
320
- 1f562: clock730;
321
- 1f563: clock830;
322
- 1f564: clock930;
323
- 1f565: clock1030;
324
- 1f566: clock1130;
325
- 1f567: clock1230;
326
- 30-20e3: digit_zero;
327
- 31-20e3: digit_one;
328
- 32-20e3: digit_two;
329
- 33-20e3: digit_three;
330
- 34-20e3: digit_four;
331
- 35-20e3: digit_five;
332
- 36-20e3: digit_six;
333
- 37-20e3: digit_seven;
334
- 38-20e3: digit_eight;
335
- 39-20e3: digit_nine;
336
- 23-20e3: pound_symbol;
337
- 2a-20e3: asterisk_symbol;
338
- 26bd: soccer;
339
- 1f3c0: basketball;
340
- 1f3c8: football;
341
- 26be: baseball;
342
- 1f94e: softball;
343
- 1f3be: tennis;
344
- 1f3d0: volleyball;
345
- 1f3c9: rugby_football;
346
- 1f94f: flying_disc;
347
- 1f3b1: 8ball;
348
- 1f3d3: ping_pong;
349
- 1f3f8: badminton;
350
- 1f3d2: hockey;
351
- 1f3d1: field_hockey;
352
- 1f94d: lacrosse;
353
- 1f3cf: cricket_game;
354
- 1f945: goal;
355
- 26f3: golf;
356
- 1f3f9: bow_and_arrow;
357
- 1f3a3: fishing_pole_and_fish;
358
- 1f94a: boxing_glove;
359
- 1f94b: martial_arts_uniform;
360
- 1f3bd: running_shirt_with_sash;
361
- 1f6f9: skateboard;
362
- 1f6f7: sled;
363
- 1fa82: parachute;
364
- 26f8: ice_skate;
365
- 1f94c: curling_stone;
366
- 1f3bf: ski;
367
- 26f7: skier;
368
- 1f3c2: snowboarder;
369
- 1f3c2-1f3fb: snowboarder_tone1;
370
- 1f3c2-1f3fc: snowboarder_tone2;
371
- 1f3c2-1f3fd: snowboarder_tone3;
372
- 1f3c2-1f3fe: snowboarder_tone4;
373
- 1f3c2-1f3ff: snowboarder_tone5;
374
- 1f3cb: person_lifting_weights;
375
- 1f3cb-1f3fb: person_lifting_weights_tone1;
376
- 1f3cb-1f3fc: person_lifting_weights_tone2;
377
- 1f3cb-1f3fd: person_lifting_weights_tone3;
378
- 1f3cb-1f3fe: person_lifting_weights_tone4;
379
- 1f3cb-1f3ff: person_lifting_weights_tone5;
380
- 1f3cb-fe0f-200d-2640-fe0f: woman_lifting_weights;
381
- 1f3cb-1f3fb-200d-2640-fe0f: woman_lifting_weights_tone1;
382
- 1f3cb-1f3fc-200d-2640-fe0f: woman_lifting_weights_tone2;
383
- 1f3cb-1f3fd-200d-2640-fe0f: woman_lifting_weights_tone3;
384
- 1f3cb-1f3fe-200d-2640-fe0f: woman_lifting_weights_tone4;
385
- 1f3cb-1f3ff-200d-2640-fe0f: woman_lifting_weights_tone5;
386
- 1f3cb-fe0f-200d-2642-fe0f: man_lifting_weights;
387
- 1f3cb-1f3fb-200d-2642-fe0f: man_lifting_weights_tone1;
388
- 1f3cb-1f3fc-200d-2642-fe0f: man_lifting_weights_tone2;
389
- 1f3cb-1f3fd-200d-2642-fe0f: man_lifting_weights_tone3;
390
- 1f3cb-1f3fe-200d-2642-fe0f: man_lifting_weights_tone4;
391
- 1f3cb-1f3ff-200d-2642-fe0f: man_lifting_weights_tone5;
392
- 1f93c: people_wrestling;
393
- 1f93c-200d-2640-fe0f: women_wrestling;
394
- 1f93c-200d-2642-fe0f: men_wrestling;
395
- 1f938: person_doing_cartwheel;
396
- 1f938-1f3fb: person_doing_cartwheel_tone1;
397
- 1f938-1f3fc: person_doing_cartwheel_tone2;
398
- 1f938-1f3fd: person_doing_cartwheel_tone3;
399
- 1f938-1f3fe: person_doing_cartwheel_tone4;
400
- 1f938-1f3ff: person_doing_cartwheel_tone5;
401
- 1f938-200d-2640-fe0f: woman_cartwheeling;
402
- 1f938-1f3fb-200d-2640-fe0f: woman_cartwheeling_tone1;
403
- 1f938-1f3fc-200d-2640-fe0f: woman_cartwheeling_tone2;
404
- 1f938-1f3fd-200d-2640-fe0f: woman_cartwheeling_tone3;
405
- 1f938-1f3fe-200d-2640-fe0f: woman_cartwheeling_tone4;
406
- 1f938-1f3ff-200d-2640-fe0f: woman_cartwheeling_tone5;
407
- 1f938-200d-2642-fe0f: man_cartwheeling;
408
- 1f938-1f3fb-200d-2642-fe0f: man_cartwheeling_tone1;
409
- 1f938-1f3fc-200d-2642-fe0f: man_cartwheeling_tone2;
410
- 1f938-1f3fd-200d-2642-fe0f: man_cartwheeling_tone3;
411
- 1f938-1f3fe-200d-2642-fe0f: man_cartwheeling_tone4;
412
- 1f938-1f3ff-200d-2642-fe0f: man_cartwheeling_tone5;
413
- 26f9: person_bouncing_ball;
414
- 26f9-1f3fb: person_bouncing_ball_tone1;
415
- 26f9-1f3fc: person_bouncing_ball_tone2;
416
- 26f9-1f3fd: person_bouncing_ball_tone3;
417
- 26f9-1f3fe: person_bouncing_ball_tone4;
418
- 26f9-1f3ff: person_bouncing_ball_tone5;
419
- 26f9-fe0f-200d-2640-fe0f: woman_bouncing_ball;
420
- 26f9-1f3fb-200d-2640-fe0f: woman_bouncing_ball_tone1;
421
- 26f9-1f3fc-200d-2640-fe0f: woman_bouncing_ball_tone2;
422
- 26f9-1f3fd-200d-2640-fe0f: woman_bouncing_ball_tone3;
423
- 26f9-1f3fe-200d-2640-fe0f: woman_bouncing_ball_tone4;
424
- 26f9-1f3ff-200d-2640-fe0f: woman_bouncing_ball_tone5;
425
- 26f9-fe0f-200d-2642-fe0f: man_bouncing_ball;
426
- 26f9-1f3fb-200d-2642-fe0f: man_bouncing_ball_tone1;
427
- 26f9-1f3fc-200d-2642-fe0f: man_bouncing_ball_tone2;
428
- 26f9-1f3fd-200d-2642-fe0f: man_bouncing_ball_tone3;
429
- 26f9-1f3fe-200d-2642-fe0f: man_bouncing_ball_tone4;
430
- 26f9-1f3ff-200d-2642-fe0f: man_bouncing_ball_tone5;
431
- 1f93a: person_fencing;
432
- 1f93e: person_playing_handball;
433
- 1f93e-1f3fb: person_playing_handball_tone1;
434
- 1f93e-1f3fc: person_playing_handball_tone2;
435
- 1f93e-1f3fd: person_playing_handball_tone3;
436
- 1f93e-1f3fe: person_playing_handball_tone4;
437
- 1f93e-1f3ff: person_playing_handball_tone5;
438
- 1f93e-200d-2640-fe0f: woman_playing_handball;
439
- 1f93e-1f3fb-200d-2640-fe0f: woman_playing_handball_tone1;
440
- 1f93e-1f3fc-200d-2640-fe0f: woman_playing_handball_tone2;
441
- 1f93e-1f3fd-200d-2640-fe0f: woman_playing_handball_tone3;
442
- 1f93e-1f3fe-200d-2640-fe0f: woman_playing_handball_tone4;
443
- 1f93e-1f3ff-200d-2640-fe0f: woman_playing_handball_tone5;
444
- 1f93e-200d-2642-fe0f: man_playing_handball;
445
- 1f93e-1f3fb-200d-2642-fe0f: man_playing_handball_tone1;
446
- 1f93e-1f3fc-200d-2642-fe0f: man_playing_handball_tone2;
447
- 1f93e-1f3fd-200d-2642-fe0f: man_playing_handball_tone3;
448
- 1f93e-1f3fe-200d-2642-fe0f: man_playing_handball_tone4;
449
- 1f93e-1f3ff-200d-2642-fe0f: man_playing_handball_tone5;
450
- 1f3cc: person_golfing;
451
- 1f3cc-1f3fb: person_golfing_tone1;
452
- 1f3cc-1f3fc: person_golfing_tone2;
453
- 1f3cc-1f3fd: person_golfing_tone3;
454
- 1f3cc-1f3fe: person_golfing_tone4;
455
- 1f3cc-1f3ff: person_golfing_tone5;
456
- 1f3cc-fe0f-200d-2640-fe0f: woman_golfing;
457
- 1f3cc-1f3fb-200d-2640-fe0f: woman_golfing_tone1;
458
- 1f3cc-1f3fc-200d-2640-fe0f: woman_golfing_tone2;
459
- 1f3cc-1f3fd-200d-2640-fe0f: woman_golfing_tone3;
460
- 1f3cc-1f3fe-200d-2640-fe0f: woman_golfing_tone4;
461
- 1f3cc-1f3ff-200d-2640-fe0f: woman_golfing_tone5;
462
- 1f3cc-fe0f-200d-2642-fe0f: man_golfing;
463
- 1f3cc-1f3fb-200d-2642-fe0f: man_golfing_tone1;
464
- 1f3cc-1f3fc-200d-2642-fe0f: man_golfing_tone2;
465
- 1f3cc-1f3fd-200d-2642-fe0f: man_golfing_tone3;
466
- 1f3cc-1f3fe-200d-2642-fe0f: man_golfing_tone4;
467
- 1f3cc-1f3ff-200d-2642-fe0f: man_golfing_tone5;
468
- 1f3c7: horse_racing;
469
- 1f3c7-1f3fb: horse_racing_tone1;
470
- 1f3c7-1f3fc: horse_racing_tone2;
471
- 1f3c7-1f3fd: horse_racing_tone3;
472
- 1f3c7-1f3fe: horse_racing_tone4;
473
- 1f3c7-1f3ff: horse_racing_tone5;
474
- 1f9d8: person_in_lotus_position;
475
- 1f9d8-1f3fb: person_in_lotus_position_tone1;
476
- 1f9d8-1f3fc: person_in_lotus_position_tone2;
477
- 1f9d8-1f3fd: person_in_lotus_position_tone3;
478
- 1f9d8-1f3fe: person_in_lotus_position_tone4;
479
- 1f9d8-1f3ff: person_in_lotus_position_tone5;
480
- 1f9d8-200d-2640-fe0f: woman_in_lotus_position;
481
- 1f9d8-1f3fb-200d-2640-fe0f: woman_in_lotus_position_tone1;
482
- 1f9d8-1f3fc-200d-2640-fe0f: woman_in_lotus_position_tone2;
483
- 1f9d8-1f3fd-200d-2640-fe0f: woman_in_lotus_position_tone3;
484
- 1f9d8-1f3fe-200d-2640-fe0f: woman_in_lotus_position_tone4;
485
- 1f9d8-1f3ff-200d-2640-fe0f: woman_in_lotus_position_tone5;
486
- 1f9d8-200d-2642-fe0f: man_in_lotus_position;
487
- 1f9d8-1f3fb-200d-2642-fe0f: man_in_lotus_position_tone1;
488
- 1f9d8-1f3fc-200d-2642-fe0f: man_in_lotus_position_tone2;
489
- 1f9d8-1f3fd-200d-2642-fe0f: man_in_lotus_position_tone3;
490
- 1f9d8-1f3fe-200d-2642-fe0f: man_in_lotus_position_tone4;
491
- 1f9d8-1f3ff-200d-2642-fe0f: man_in_lotus_position_tone5;
492
- 1f3c4: person_surfing;
493
- 1f3c4-1f3fb: person_surfing_tone1;
494
- 1f3c4-1f3fc: person_surfing_tone2;
495
- 1f3c4-1f3fd: person_surfing_tone3;
496
- 1f3c4-1f3fe: person_surfing_tone4;
497
- 1f3c4-1f3ff: person_surfing_tone5;
498
- 1f3c4-200d-2640-fe0f: woman_surfing;
499
- 1f3c4-1f3fb-200d-2640-fe0f: woman_surfing_tone1;
500
- 1f3c4-1f3fc-200d-2640-fe0f: woman_surfing_tone2;
501
- 1f3c4-1f3fd-200d-2640-fe0f: woman_surfing_tone3;
502
- 1f3c4-1f3fe-200d-2640-fe0f: woman_surfing_tone4;
503
- 1f3c4-1f3ff-200d-2640-fe0f: woman_surfing_tone5;
504
- 1f3c4-200d-2642-fe0f: man_surfing;
505
- 1f3c4-1f3fb-200d-2642-fe0f: man_surfing_tone1;
506
- 1f3c4-1f3fc-200d-2642-fe0f: man_surfing_tone2;
507
- 1f3c4-1f3fd-200d-2642-fe0f: man_surfing_tone3;
508
- 1f3c4-1f3fe-200d-2642-fe0f: man_surfing_tone4;
509
- 1f3c4-1f3ff-200d-2642-fe0f: man_surfing_tone5;
510
- 1f3ca: person_swimming;
511
- 1f3ca-1f3fb: person_swimming_tone1;
512
- 1f3ca-1f3fc: person_swimming_tone2;
513
- 1f3ca-1f3fd: person_swimming_tone3;
514
- 1f3ca-1f3fe: person_swimming_tone4;
515
- 1f3ca-1f3ff: person_swimming_tone5;
516
- 1f3ca-200d-2640-fe0f: woman_swimming;
517
- 1f3ca-1f3fb-200d-2640-fe0f: woman_swimming_tone1;
518
- 1f3ca-1f3fc-200d-2640-fe0f: woman_swimming_tone2;
519
- 1f3ca-1f3fd-200d-2640-fe0f: woman_swimming_tone3;
520
- 1f3ca-1f3fe-200d-2640-fe0f: woman_swimming_tone4;
521
- 1f3ca-1f3ff-200d-2640-fe0f: woman_swimming_tone5;
522
- 1f3ca-200d-2642-fe0f: man_swimming;
523
- 1f3ca-1f3fb-200d-2642-fe0f: man_swimming_tone1;
524
- 1f3ca-1f3fc-200d-2642-fe0f: man_swimming_tone2;
525
- 1f3ca-1f3fd-200d-2642-fe0f: man_swimming_tone3;
526
- 1f3ca-1f3fe-200d-2642-fe0f: man_swimming_tone4;
527
- 1f3ca-1f3ff-200d-2642-fe0f: man_swimming_tone5;
528
- 1f93d: person_playing_water_polo;
529
- 1f93d-1f3fb: person_playing_water_polo_tone1;
530
- 1f93d-1f3fc: person_playing_water_polo_tone2;
531
- 1f93d-1f3fd: person_playing_water_polo_tone3;
532
- 1f93d-1f3fe: person_playing_water_polo_tone4;
533
- 1f93d-1f3ff: person_playing_water_polo_tone5;
534
- 1f93d-200d-2640-fe0f: woman_playing_water_polo;
535
- 1f93d-1f3fb-200d-2640-fe0f: woman_playing_water_polo_tone1;
536
- 1f93d-1f3fc-200d-2640-fe0f: woman_playing_water_polo_tone2;
537
- 1f93d-1f3fd-200d-2640-fe0f: woman_playing_water_polo_tone3;
538
- 1f93d-1f3fe-200d-2640-fe0f: woman_playing_water_polo_tone4;
539
- 1f93d-1f3ff-200d-2640-fe0f: woman_playing_water_polo_tone5;
540
- 1f93d-200d-2642-fe0f: man_playing_water_polo;
541
- 1f93d-1f3fb-200d-2642-fe0f: man_playing_water_polo_tone1;
542
- 1f93d-1f3fc-200d-2642-fe0f: man_playing_water_polo_tone2;
543
- 1f93d-1f3fd-200d-2642-fe0f: man_playing_water_polo_tone3;
544
- 1f93d-1f3fe-200d-2642-fe0f: man_playing_water_polo_tone4;
545
- 1f93d-1f3ff-200d-2642-fe0f: man_playing_water_polo_tone5;
546
- 1f6a3: person_rowing_boat;
547
- 1f6a3-1f3fb: person_rowing_boat_tone1;
548
- 1f6a3-1f3fc: person_rowing_boat_tone2;
549
- 1f6a3-1f3fd: person_rowing_boat_tone3;
550
- 1f6a3-1f3fe: person_rowing_boat_tone4;
551
- 1f6a3-1f3ff: person_rowing_boat_tone5;
552
- 1f6a3-200d-2640-fe0f: woman_rowing_boat;
553
- 1f6a3-1f3fb-200d-2640-fe0f: woman_rowing_boat_tone1;
554
- 1f6a3-1f3fc-200d-2640-fe0f: woman_rowing_boat_tone2;
555
- 1f6a3-1f3fd-200d-2640-fe0f: woman_rowing_boat_tone3;
556
- 1f6a3-1f3fe-200d-2640-fe0f: woman_rowing_boat_tone4;
557
- 1f6a3-1f3ff-200d-2640-fe0f: woman_rowing_boat_tone5;
558
- 1f6a3-200d-2642-fe0f: man_rowing_boat;
559
- 1f6a3-1f3fb-200d-2642-fe0f: man_rowing_boat_tone1;
560
- 1f6a3-1f3fc-200d-2642-fe0f: man_rowing_boat_tone2;
561
- 1f6a3-1f3fd-200d-2642-fe0f: man_rowing_boat_tone3;
562
- 1f6a3-1f3fe-200d-2642-fe0f: man_rowing_boat_tone4;
563
- 1f6a3-1f3ff-200d-2642-fe0f: man_rowing_boat_tone5;
564
- 1f9d7: person_climbing;
565
- 1f9d7-1f3fb: person_climbing_tone1;
566
- 1f9d7-1f3fc: person_climbing_tone2;
567
- 1f9d7-1f3fd: person_climbing_tone3;
568
- 1f9d7-1f3fe: person_climbing_tone4;
569
- 1f9d7-1f3ff: person_climbing_tone5;
570
- 1f9d7-200d-2640-fe0f: woman_climbing;
571
- 1f9d7-1f3fb-200d-2640-fe0f: woman_climbing_tone1;
572
- 1f9d7-1f3fc-200d-2640-fe0f: woman_climbing_tone2;
573
- 1f9d7-1f3fd-200d-2640-fe0f: woman_climbing_tone3;
574
- 1f9d7-1f3fe-200d-2640-fe0f: woman_climbing_tone4;
575
- 1f9d7-1f3ff-200d-2640-fe0f: woman_climbing_tone5;
576
- 1f9d7-200d-2642-fe0f: man_climbing;
577
- 1f9d7-1f3fb-200d-2642-fe0f: man_climbing_tone1;
578
- 1f9d7-1f3fc-200d-2642-fe0f: man_climbing_tone2;
579
- 1f9d7-1f3fd-200d-2642-fe0f: man_climbing_tone3;
580
- 1f9d7-1f3fe-200d-2642-fe0f: man_climbing_tone4;
581
- 1f9d7-1f3ff-200d-2642-fe0f: man_climbing_tone5;
582
- 1f6b5: person_mountain_biking;
583
- 1f6b5-1f3fb: person_mountain_biking_tone1;
584
- 1f6b5-1f3fc: person_mountain_biking_tone2;
585
- 1f6b5-1f3fd: person_mountain_biking_tone3;
586
- 1f6b5-1f3fe: person_mountain_biking_tone4;
587
- 1f6b5-1f3ff: person_mountain_biking_tone5;
588
- 1f6b5-200d-2640-fe0f: woman_mountain_biking;
589
- 1f6b5-1f3fb-200d-2640-fe0f: woman_mountain_biking_tone1;
590
- 1f6b5-1f3fc-200d-2640-fe0f: woman_mountain_biking_tone2;
591
- 1f6b5-1f3fd-200d-2640-fe0f: woman_mountain_biking_tone3;
592
- 1f6b5-1f3fe-200d-2640-fe0f: woman_mountain_biking_tone4;
593
- 1f6b5-1f3ff-200d-2640-fe0f: woman_mountain_biking_tone5;
594
- 1f6b5-200d-2642-fe0f: man_mountain_biking;
595
- 1f6b5-1f3fb-200d-2642-fe0f: man_mountain_biking_tone1;
596
- 1f6b5-1f3fc-200d-2642-fe0f: man_mountain_biking_tone2;
597
- 1f6b5-1f3fd-200d-2642-fe0f: man_mountain_biking_tone3;
598
- 1f6b5-1f3fe-200d-2642-fe0f: man_mountain_biking_tone4;
599
- 1f6b5-1f3ff-200d-2642-fe0f: man_mountain_biking_tone5;
600
- 1f6b4: person_biking;
601
- 1f6b4-1f3fb: person_biking_tone1;
602
- 1f6b4-1f3fc: person_biking_tone2;
603
- 1f6b4-1f3fd: person_biking_tone3;
604
- 1f6b4-1f3fe: person_biking_tone4;
605
- 1f6b4-1f3ff: person_biking_tone5;
606
- 1f6b4-200d-2640-fe0f: woman_biking;
607
- 1f6b4-1f3fb-200d-2640-fe0f: woman_biking_tone1;
608
- 1f6b4-1f3fc-200d-2640-fe0f: woman_biking_tone2;
609
- 1f6b4-1f3fd-200d-2640-fe0f: woman_biking_tone3;
610
- 1f6b4-1f3fe-200d-2640-fe0f: woman_biking_tone4;
611
- 1f6b4-1f3ff-200d-2640-fe0f: woman_biking_tone5;
612
- 1f6b4-200d-2642-fe0f: man_biking;
613
- 1f6b4-1f3fb-200d-2642-fe0f: man_biking_tone1;
614
- 1f6b4-1f3fc-200d-2642-fe0f: man_biking_tone2;
615
- 1f6b4-1f3fd-200d-2642-fe0f: man_biking_tone3;
616
- 1f6b4-1f3fe-200d-2642-fe0f: man_biking_tone4;
617
- 1f6b4-1f3ff-200d-2642-fe0f: man_biking_tone5;
618
- 1f3c6: trophy;
619
- 1f947: first_place;
620
- 1f948: second_place;
621
- 1f949: third_place;
622
- 1f3c5: medal;
623
- 1f396: military_medal;
624
- 1f3f5: rosette;
625
- 1f397: reminder_ribbon;
626
- 1f3ab: ticket;
627
- 1f39f: tickets;
628
- 1f3aa: circus_tent;
629
- 1f939: person_juggling;
630
- 1f939-1f3fb: person_juggling_tone1;
631
- 1f939-1f3fc: person_juggling_tone2;
632
- 1f939-1f3fd: person_juggling_tone3;
633
- 1f939-1f3fe: person_juggling_tone4;
634
- 1f939-1f3ff: person_juggling_tone5;
635
- 1f939-200d-2640-fe0f: woman_juggling;
636
- 1f939-1f3fb-200d-2640-fe0f: woman_juggling_tone1;
637
- 1f939-1f3fc-200d-2640-fe0f: woman_juggling_tone2;
638
- 1f939-1f3fd-200d-2640-fe0f: woman_juggling_tone3;
639
- 1f939-1f3fe-200d-2640-fe0f: woman_juggling_tone4;
640
- 1f939-1f3ff-200d-2640-fe0f: woman_juggling_tone5;
641
- 1f939-200d-2642-fe0f: man_juggling;
642
- 1f939-1f3fb-200d-2642-fe0f: man_juggling_tone1;
643
- 1f939-1f3fc-200d-2642-fe0f: man_juggling_tone2;
644
- 1f939-1f3fd-200d-2642-fe0f: man_juggling_tone3;
645
- 1f939-1f3fe-200d-2642-fe0f: man_juggling_tone4;
646
- 1f939-1f3ff-200d-2642-fe0f: man_juggling_tone5;
647
- 1f3ad: performing_arts;
648
- 1f3a8: art;
649
- 1f3ac: clapper;
650
- 1f3a4: microphone;
651
- 1f3a7: headphones;
652
- 1f3bc: musical_score;
653
- 1f3b9: musical_keyboard;
654
- 1f941: drum;
655
- 1f3b7: saxophone;
656
- 1f3ba: trumpet;
657
- 1fa95: banjo;
658
- 1f3b8: guitar;
659
- 1f3bb: violin;
660
- 1f3b2: game_die;
661
- 265f: chess_pawn;
662
- 1f3af: dart;
663
- 1fa81: kite;
664
- 1fa80: yo_yo;
665
- 1f3b3: bowling;
666
- 1f3ae: video_game;
667
- 1f3b0: slot_machine;
668
- 1f9e9: jigsaw;
669
- 231a: watch;
670
- 1f4f1: iphone;
671
- 1f4f2: calling;
672
- 1f4bb: computer;
673
- 1f5a5: desktop;
674
- 1f5a8: printer;
675
- 1f5b1: mouse_three_button;
676
- 1f5b2: trackball;
677
- 1f579: joystick;
678
- 1f5dc: compression;
679
- 1f4bd: minidisc;
680
- 1f4be: floppy_disk;
681
- 1f4bf: cd;
682
- 1f4c0: dvd;
683
- 1f4fc: vhs;
684
- 1f4f7: camera;
685
- 1f4f8: camera_with_flash;
686
- 1f4f9: video_camera;
687
- 1f3a5: movie_camera;
688
- 1f4fd: projector;
689
- 1f39e: film_frames;
690
- 1f4de: telephone_receiver;
691
- 260e: telephone;
692
- 1f4df: pager;
693
- 1f4e0: fax;
694
- 1f4fa: tv;
695
- 1f4fb: radio;
696
- 1f399: microphone2;
697
- 1f39a: level_slider;
698
- 1f39b: control_knobs;
699
- 1f9ed: compass;
700
- 23f1: stopwatch;
701
- 23f2: timer;
702
- 23f0: alarm_clock;
703
- 1f570: clock;
704
- 231b: hourglass;
705
- 23f3: hourglass_flowing_sand;
706
- 1f4e1: satellite;
707
- 1f50b: battery;
708
- 1f50c: electric_plug;
709
- 1f4a1: bulb;
710
- 1f526: flashlight;
711
- 1f56f: candle;
712
- 1f9ef: fire_extinguisher;
713
- 1f6e2: oil;
714
- 1f4b8: money_with_wings;
715
- 1f4b5: dollar;
716
- 1f4b4: yen;
717
- 1f4b6: euro;
718
- 1f4b7: pound;
719
- 1f4b0: moneybag;
720
- 1f4b3: credit_card;
721
- 1f48e: gem;
722
- 1f9f0: toolbox;
723
- 1f527: wrench;
724
- 1f528: hammer;
725
- 1f6e0: tools;
726
- 26cf: pick;
727
- 1f529: nut_and_bolt;
728
- 1f9f1: bricks;
729
- 26d3: chains;
730
- 1f9f2: magnet;
731
- 1f52b: gun;
732
- 1f4a3: bomb;
733
- 1f9e8: firecracker;
734
- 1fa93: axe;
735
- 1fa92: razor;
736
- 1f52a: knife;
737
- 1f5e1: dagger;
738
- 1f6e1: shield;
739
- 1f6ac: smoking;
740
- 26b0: coffin;
741
- 26b1: urn;
742
- 1f3fa: amphora;
743
- 1fa94: diya_lamp;
744
- 1f52e: crystal_ball;
745
- 1f4ff: prayer_beads;
746
- 1f9ff: nazar_amulet;
747
- 1f488: barber;
748
- 1f52d: telescope;
749
- 1f52c: microscope;
750
- 1f573: hole;
751
- 1f9af: probing_cane;
752
- 1fa7a: stethoscope;
753
- 1fa79: adhesive_bandage;
754
- 1f48a: pill;
755
- 1f489: syringe;
756
- 1fa78: drop_of_blood;
757
- 1f9ec: dna;
758
- 1f9a0: microbe;
759
- 1f9eb: petri_dish;
760
- 1f9ea: test_tube;
761
- 1f321: thermometer;
762
- 1fa91: chair;
763
- 1f9f9: broom;
764
- 1f9fa: basket;
765
- 1f9fb: roll_of_paper;
766
- 1f6bd: toilet;
767
- 1f6b0: potable_water;
768
- 1f6bf: shower;
769
- 1f6c1: bathtub;
770
- 1f6c0: bath;
771
- 1f6c0-1f3fb: bath_tone1;
772
- 1f6c0-1f3fc: bath_tone2;
773
- 1f6c0-1f3fd: bath_tone3;
774
- 1f6c0-1f3fe: bath_tone4;
775
- 1f6c0-1f3ff: bath_tone5;
776
- 1f9fc: soap;
777
- 1f9fd: sponge;
778
- 1f9f4: squeeze_bottle;
779
- 1f6ce: bellhop;
780
- 1f511: key;
781
- 1f5dd: key2;
782
- 1f6aa: door;
783
- 1f6cb: couch;
784
- 1f6cf: bed;
785
- 1f6cc: sleeping_accommodation;
786
- 1f6cc-1f3fb: person_in_bed_tone1;
787
- 1f6cc-1f3fc: person_in_bed_tone2;
788
- 1f6cc-1f3fd: person_in_bed_tone3;
789
- 1f6cc-1f3fe: person_in_bed_tone4;
790
- 1f6cc-1f3ff: person_in_bed_tone5;
791
- 1f9f8: teddy_bear;
792
- 1f5bc: frame_photo;
793
- 1f6cd: shopping_bags;
794
- 1f6d2: shopping_cart;
795
- 1f381: gift;
796
- 1f388: balloon;
797
- 1f38f: flags;
798
- 1f380: ribbon;
799
- 1f38a: confetti_ball;
800
- 1f389: tada;
801
- 1f38e: dolls;
802
- 1f3ee: izakaya_lantern;
803
- 1f390: wind_chime;
804
- 1f9e7: red_envelope;
805
- 1f4e9: envelope_with_arrow;
806
- 1f4e8: incoming_envelope;
807
- 1f4e7: e-mail;
808
- 1f48c: love_letter;
809
- 1f4e5: inbox_tray;
810
- 1f4e4: outbox_tray;
811
- 1f4e6: package;
812
- 1f3f7: label;
813
- 1f4ea: mailbox_closed;
814
- 1f4eb: mailbox;
815
- 1f4ec: mailbox_with_mail;
816
- 1f4ed: mailbox_with_no_mail;
817
- 1f4ee: postbox;
818
- 1f4ef: postal_horn;
819
- 1f4dc: scroll;
820
- 1f4c3: page_with_curl;
821
- 1f4c4: page_facing_up;
822
- 1f4d1: bookmark_tabs;
823
- 1f9fe: receipt;
824
- 1f4ca: bar_chart;
825
- 1f4c8: chart_with_upwards_trend;
826
- 1f4c9: chart_with_downwards_trend;
827
- 1f5d2: notepad_spiral;
828
- 1f5d3: calendar_spiral;
829
- 1f4c6: calendar;
830
- 1f4c5: date;
831
- 1f5d1: wastebasket;
832
- 1f4c7: card_index;
833
- 1f5c3: card_box;
834
- 1f5f3: ballot_box;
835
- 1f5c4: file_cabinet;
836
- 1f4cb: clipboard;
837
- 1f4c1: file_folder;
838
- 1f4c2: open_file_folder;
839
- 1f5c2: dividers;
840
- 1f5de: newspaper2;
841
- 1f4f0: newspaper;
842
- 1f4d3: notebook;
843
- 1f4d4: notebook_with_decorative_cover;
844
- 1f4d2: ledger;
845
- 1f4d5: closed_book;
846
- 1f4d7: green_book;
847
- 1f4d8: blue_book;
848
- 1f4d9: orange_book;
849
- 1f4da: books;
850
- 1f4d6: book;
851
- 1f516: bookmark;
852
- 1f9f7: safety_pin;
853
- 1f517: link;
854
- 1f4ce: paperclip;
855
- 1f587: paperclips;
856
- 1f4d0: triangular_ruler;
857
- 1f4cf: straight_ruler;
858
- 1f9ee: abacus;
859
- 1f4cc: pushpin;
860
- 1f4cd: round_pushpin;
861
- 1f58a: pen_ballpoint;
862
- 1f58b: pen_fountain;
863
- 1f58c: paintbrush;
864
- 1f58d: crayon;
865
- 1f4dd: pencil;
866
- 270f: pencil2;
867
- 1f50d: mag;
868
- 1f50e: mag_right;
869
- 1f50f: lock_with_ink_pen;
870
- 1f510: closed_lock_with_key;
871
- 1f512: lock;
872
- 1f513: unlock;
873
- 1f436: dog;
874
- 1f431: cat;
875
- 1f42d: mouse;
876
- 1f439: hamster;
877
- 1f430: rabbit;
878
- 1f98a: fox;
879
- 1f43b: bear;
880
- 1f43c: panda_face;
881
- 1f428: koala;
882
- 1f42f: tiger;
883
- 1f981: lion_face;
884
- 1f42e: cow;
885
- 1f437: pig;
886
- 1f43d: pig_nose;
887
- 1f438: frog;
888
- 1f435: monkey_face;
889
- 1f648: see_no_evil;
890
- 1f649: hear_no_evil;
891
- 1f64a: speak_no_evil;
892
- 1f412: monkey;
893
- 1f414: chicken;
894
- 1f427: penguin;
895
- 1f426: bird;
896
- 1f424: baby_chick;
897
- 1f423: hatching_chick;
898
- 1f425: hatched_chick;
899
- 1f986: duck;
900
- 1f985: eagle;
901
- 1f989: owl;
902
- 1f987: bat;
903
- 1f43a: wolf;
904
- 1f417: boar;
905
- 1f434: horse;
906
- 1f984: unicorn;
907
- 1f41d: bee;
908
- 1f41b: bug;
909
- 1f98b: butterfly;
910
- 1f40c: snail;
911
- 1f41a: shell;
912
- 1f41e: beetle;
913
- 1f41c: ant;
914
- 1f99f: mosquito;
915
- 1f997: cricket;
916
- 1f577: spider;
917
- 1f578: spider_web;
918
- 1f982: scorpion;
919
- 1f422: turtle;
920
- 1f40d: snake;
921
- 1f98e: lizard;
922
- 1f996: t_rex;
923
- 1f995: sauropod;
924
- 1f419: octopus;
925
- 1f991: squid;
926
- 1f990: shrimp;
927
- 1f99e: lobster;
928
- 1f9aa: oyster;
929
- 1f980: crab;
930
- 1f421: blowfish;
931
- 1f420: tropical_fish;
932
- 1f41f: fish;
933
- 1f42c: dolphin;
934
- 1f433: whale;
935
- 1f40b: whale2;
936
- 1f988: shark;
937
- 1f40a: crocodile;
938
- 1f405: tiger2;
939
- 1f406: leopard;
940
- 1f993: zebra;
941
- 1f98d: gorilla;
942
- 1f9a7: orangutan;
943
- 1f418: elephant;
944
- 1f99b: hippopotamus;
945
- 1f98f: rhino;
946
- 1f42a: dromedary_camel;
947
- 1f42b: camel;
948
- 1f992: giraffe;
949
- 1f998: kangaroo;
950
- 1f403: water_buffalo;
951
- 1f402: ox;
952
- 1f404: cow2;
953
- 1f40e: racehorse;
954
- 1f416: pig2;
955
- 1f40f: ram;
956
- 1f999: llama;
957
- 1f411: sheep;
958
- 1f410: goat;
959
- 1f98c: deer;
960
- 1f415: dog2;
961
- 1f9ae: guide_dog;
962
- 1f415-200d-1f9ba: service_dog;
963
- 1f429: poodle;
964
- 1f408: cat2;
965
- 1f413: rooster;
966
- 1f983: turkey;
967
- 1f99a: peacock;
968
- 1f99c: parrot;
969
- 1f9a2: swan;
970
- 1f9a9: flamingo;
971
- 1f54a: dove;
972
- 1f407: rabbit2;
973
- 1f9a5: sloth;
974
- 1f9a6: otter;
975
- 1f9a8: skunk;
976
- 1f99d: raccoon;
977
- 1f9a1: badger;
978
- 1f401: mouse2;
979
- 1f400: rat;
980
- 1f43f: chipmunk;
981
- 1f994: hedgehog;
982
- 1f43e: feet;
983
- 1f409: dragon;
984
- 1f432: dragon_face;
985
- 1f335: cactus;
986
- 1f384: christmas_tree;
987
- 1f332: evergreen_tree;
988
- 1f333: deciduous_tree;
989
- 1f334: palm_tree;
990
- 1f331: seedling;
991
- 1f33f: herb;
992
- 1f340: four_leaf_clover;
993
- 1f38d: bamboo;
994
- 1f38b: tanabata_tree;
995
- 1f343: leaves;
996
- 1f342: fallen_leaf;
997
- 1f341: maple_leaf;
998
- 1f344: mushroom;
999
- 1f33e: ear_of_rice;
1000
- 1f490: bouquet;
1001
- 1f337: tulip;
1002
- 1f339: rose;
1003
- 1f940: wilted_rose;
1004
- 1f33a: hibiscus;
1005
- 1f338: cherry_blossom;
1006
- 1f33c: blossom;
1007
- 1f33b: sunflower;
1008
- 1f31e: sun_with_face;
1009
- 1f31d: full_moon_with_face;
1010
- 1f31b: first_quarter_moon_with_face;
1011
- 1f31c: last_quarter_moon_with_face;
1012
- 1f31a: new_moon_with_face;
1013
- 1f315: full_moon;
1014
- 1f316: waning_gibbous_moon;
1015
- 1f317: last_quarter_moon;
1016
- 1f318: waning_crescent_moon;
1017
- 1f311: new_moon;
1018
- 1f312: waxing_crescent_moon;
1019
- 1f313: first_quarter_moon;
1020
- 1f314: waxing_gibbous_moon;
1021
- 1f319: crescent_moon;
1022
- 1f30e: earth_americas;
1023
- 1f30d: earth_africa;
1024
- 1f30f: earth_asia;
1025
- 1fa90: ringed_planet;
1026
- 1f4ab: dizzy;
1027
- 2b50: star;
1028
- 1f31f: star2;
1029
- 26a1: zap;
1030
- 1f4a5: boom;
1031
- 1f525: fire;
1032
- 1f32a: cloud_tornado;
1033
- 1f308: rainbow;
1034
- 1f324: white_sun_small_cloud;
1035
- 26c5: partly_sunny;
1036
- 1f325: white_sun_cloud;
1037
- 1f326: white_sun_rain_cloud;
1038
- 1f327: cloud_rain;
1039
- 26c8: thunder_cloud_rain;
1040
- 1f329: cloud_lightning;
1041
- 1f328: cloud_snow;
1042
- 26c4: snowman;
1043
- 1f32c: wind_blowing_face;
1044
- 1f4a8: dash;
1045
- 1f4a7: droplet;
1046
- 1f4a6: sweat_drops;
1047
- 1f30a: ocean;
1048
- 1f32b: fog;
1049
- 1f34f: green_apple;
1050
- 1f34e: apple;
1051
- 1f350: pear;
1052
- 1f34a: tangerine;
1053
- 1f34b: lemon;
1054
- 1f34c: banana;
1055
- 1f349: watermelon;
1056
- 1f347: grapes;
1057
- 1f353: strawberry;
1058
- 1f348: melon;
1059
- 1f352: cherries;
1060
- 1f351: peach;
1061
- 1f96d: mango;
1062
- 1f34d: pineapple;
1063
- 1f965: coconut;
1064
- 1f95d: kiwi;
1065
- 1f345: tomato;
1066
- 1f346: eggplant;
1067
- 1f951: avocado;
1068
- 1f966: broccoli;
1069
- 1f96c: leafy_green;
1070
- 1f952: cucumber;
1071
- 1f336: hot_pepper;
1072
- 1f33d: corn;
1073
- 1f955: carrot;
1074
- 1f9c5: onion;
1075
- 1f9c4: garlic;
1076
- 1f954: potato;
1077
- 1f360: sweet_potato;
1078
- 1f950: croissant;
1079
- 1f96f: bagel;
1080
- 1f35e: bread;
1081
- 1f956: french_bread;
1082
- 1f968: pretzel;
1083
- 1f9c0: cheese;
1084
- 1f95a: egg;
1085
- 1f373: cooking;
1086
- 1f95e: pancakes;
1087
- 1f9c7: waffle;
1088
- 1f953: bacon;
1089
- 1f969: cut_of_meat;
1090
- 1f357: poultry_leg;
1091
- 1f356: meat_on_bone;
1092
- 1f32d: hotdog;
1093
- 1f354: hamburger;
1094
- 1f35f: fries;
1095
- 1f355: pizza;
1096
- 1f96a: sandwich;
1097
- 1f9c6: falafel;
1098
- 1f959: stuffed_flatbread;
1099
- 1f32e: taco;
1100
- 1f32f: burrito;
1101
- 1f957: salad;
1102
- 1f958: shallow_pan_of_food;
1103
- 1f96b: canned_food;
1104
- 1f35d: spaghetti;
1105
- 1f35c: ramen;
1106
- 1f372: stew;
1107
- 1f35b: curry;
1108
- 1f363: sushi;
1109
- 1f371: bento;
1110
- 1f95f: dumpling;
1111
- 1f364: fried_shrimp;
1112
- 1f359: rice_ball;
1113
- 1f35a: rice;
1114
- 1f358: rice_cracker;
1115
- 1f365: fish_cake;
1116
- 1f960: fortune_cookie;
1117
- 1f96e: moon_cake;
1118
- 1f362: oden;
1119
- 1f361: dango;
1120
- 1f367: shaved_ice;
1121
- 1f368: ice_cream;
1122
- 1f366: icecream;
1123
- 1f967: pie;
1124
- 1f9c1: cupcake;
1125
- 1f370: cake;
1126
- 1f382: birthday;
1127
- 1f36e: custard;
1128
- 1f36d: lollipop;
1129
- 1f36c: candy;
1130
- 1f36b: chocolate_bar;
1131
- 1f37f: popcorn;
1132
- 1f369: doughnut;
1133
- 1f36a: cookie;
1134
- 1f330: chestnut;
1135
- 1f95c: peanuts;
1136
- 1f36f: honey_pot;
1137
- 1f9c8: butter;
1138
- 1f95b: milk;
1139
- 1f37c: baby_bottle;
1140
- 1f375: tea;
1141
- 1f9c9: mate;
1142
- 1f964: cup_with_straw;
1143
- 1f9c3: beverage_box;
1144
- 1f9ca: ice_cube;
1145
- 1f376: sake;
1146
- 1f37a: beer;
1147
- 1f37b: beers;
1148
- 1f942: champagne_glass;
1149
- 1f377: wine_glass;
1150
- 1f943: tumbler_glass;
1151
- 1f378: cocktail;
1152
- 1f379: tropical_drink;
1153
- 1f37e: champagne;
1154
- 1f944: spoon;
1155
- 1f374: fork_and_knife;
1156
- 1f37d: fork_knife_plate;
1157
- 1f963: bowl_with_spoon;
1158
- 1f961: takeout_box;
1159
- 1f962: chopsticks;
1160
- 1f9c2: salt;
1161
- 1f60a: blush;
1162
- 1f607: innocent;
1163
- 1f642: slight_smile;
1164
- 1f643: upside_down;
1165
- 1f609: wink;
1166
83
  1f600: grinning;
1167
84
  1f603: smiley;
1168
85
  1f604: smile;
@@ -1172,7 +89,13 @@
1172
89
  1f602: joy;
1173
90
  1f923: rofl;
1174
91
  263a: relaxed;
92
+ 1f60a: blush;
93
+ 1f607: innocent;
94
+ 1f642: slight_smile;
95
+ 1f643: upside_down;
96
+ 1f609: wink;
1175
97
  1f60c: relieved;
98
+ 1f972: smiling_face_with_tear;
1176
99
  1f60d: heart_eyes;
1177
100
  1f970: smiling_face_with_3_hearts;
1178
101
  1f618: kissing_heart;
@@ -1201,16 +124,17 @@
1201
124
  1f616: confounded;
1202
125
  1f62b: tired_face;
1203
126
  1f629: weary;
1204
- 1f971: yawning_face;
1205
127
  1f97a: pleading_face;
1206
128
  1f622: cry;
1207
129
  1f62d: sob;
1208
130
  1f624: triumph;
131
+ 1f62e-200d-1f4a8: face_exhaling;
1209
132
  1f620: angry;
1210
133
  1f621: rage;
1211
134
  1f92c: face_with_symbols_over_mouth;
1212
135
  1f92f: exploding_head;
1213
136
  1f633: flushed;
137
+ 1f636-200d-1f32b-fe0f: face_in_clouds;
1214
138
  1f975: hot_face;
1215
139
  1f976: cold_face;
1216
140
  1f631: scream;
@@ -1221,6 +145,7 @@
1221
145
  1f917: hugging;
1222
146
  1f914: thinking;
1223
147
  1f92d: face_with_hand_over_mouth;
148
+ 1f971: yawning_face;
1224
149
  1f92b: shushing_face;
1225
150
  1f925: lying_face;
1226
151
  1f636: no_mouth;
@@ -1237,6 +162,7 @@
1237
162
  1f924: drooling_face;
1238
163
  1f62a: sleepy;
1239
164
  1f635: dizzy_face;
165
+ 1f635-200d-1f4ab: face_with_spiral_eyes;
1240
166
  1f910: zipper_mouth;
1241
167
  1f974: woozy_face;
1242
168
  1f922: nauseated_face;
@@ -1247,6 +173,7 @@
1247
173
  1f915: head_bandage;
1248
174
  1f911: money_mouth;
1249
175
  1f920: cowboy;
176
+ 1f978: disguised_face;
1250
177
  1f608: smiling_imp;
1251
178
  1f47f: imp;
1252
179
  1f479: japanese_ogre;
@@ -1268,7 +195,6 @@
1268
195
  1f640: scream_cat;
1269
196
  1f63f: crying_cat_face;
1270
197
  1f63e: pouting_cat;
1271
- 1f91d: handshake;
1272
198
  1f932: palms_up_together;
1273
199
  1f932-1f3fb: palms_up_together_tone1;
1274
200
  1f932-1f3fc: palms_up_together_tone2;
@@ -1293,6 +219,7 @@
1293
219
  1f44f-1f3fd: clap_tone3;
1294
220
  1f44f-1f3fe: clap_tone4;
1295
221
  1f44f-1f3ff: clap_tone5;
222
+ 1f91d: handshake;
1296
223
  1f44d: thumbsup;
1297
224
  1f44d-1f3fb: thumbsup_tone1;
1298
225
  1f44d-1f3fc: thumbsup_tone2;
@@ -1365,6 +292,12 @@
1365
292
  1f90f-1f3fd: pinching_hand_tone3;
1366
293
  1f90f-1f3fe: pinching_hand_tone4;
1367
294
  1f90f-1f3ff: pinching_hand_tone5;
295
+ 1f90c: pinched_fingers;
296
+ 1f90c-1f3fc: pinched_fingers_tone2;
297
+ 1f90c-1f3fb: pinched_fingers_tone1;
298
+ 1f90c-1f3fd: pinched_fingers_tone3;
299
+ 1f90c-1f3fe: pinched_fingers_tone4;
300
+ 1f90c-1f3ff: pinched_fingers_tone5;
1368
301
  1f448: point_left;
1369
302
  1f448-1f3fb: point_left_tone1;
1370
303
  1f448-1f3fc: point_left_tone2;
@@ -1472,12 +405,12 @@
1472
405
  1f484: lipstick;
1473
406
  1f48b: kiss;
1474
407
  1f444: lips;
1475
- 1f445: tongue;
1476
408
  1f9b7: tooth;
1477
- 1f9b4: bone;
409
+ 1f445: tongue;
1478
410
  1f442: ear;
1479
411
  1f442-1f3fb: ear_tone1;
1480
412
  1f442-1f3fc: ear_tone2;
413
+ 1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fe: kiss_person_person_tone5_tone4;
1481
414
  1f442-1f3fd: ear_tone3;
1482
415
  1f442-1f3fe: ear_tone4;
1483
416
  1f442-1f3ff: ear_tone5;
@@ -1497,9 +430,13 @@
1497
430
  1f441: eye;
1498
431
  1f440: eyes;
1499
432
  1f9e0: brain;
433
+ 1fac0: anatomical_heart;
434
+ 1fac1: lungs;
435
+ 1f9b4: bone;
1500
436
  1f5e3: speaking_head;
1501
437
  1f464: bust_in_silhouette;
1502
438
  1f465: busts_in_silhouette;
439
+ 1fac2: people_hugging;
1503
440
  1f476: baby;
1504
441
  1f476-1f3fb: baby_tone1;
1505
442
  1f476-1f3fc: baby_tone2;
@@ -1542,6 +479,12 @@
1542
479
  1f468-1f3fd: man_tone3;
1543
480
  1f468-1f3fe: man_tone4;
1544
481
  1f468-1f3ff: man_tone5;
482
+ 1f9d1-200d-1f9b1: person_curly_hair;
483
+ 1f9d1-1f3fb-200d-1f9b1: person_tone1_curly_hair;
484
+ 1f9d1-1f3fc-200d-1f9b1: person_tone2_curly_hair;
485
+ 1f9d1-1f3fd-200d-1f9b1: person_tone3_curly_hair;
486
+ 1f9d1-1f3fe-200d-1f9b1: person_tone4_curly_hair;
487
+ 1f9d1-1f3ff-200d-1f9b1: person_tone5_curly_hair;
1545
488
  1f469-200d-1f9b1: woman_curly_haired;
1546
489
  1f469-1f3fb-200d-1f9b1: woman_curly_haired_tone1;
1547
490
  1f469-1f3fc-200d-1f9b1: woman_curly_haired_tone2;
@@ -1554,6 +497,12 @@
1554
497
  1f468-1f3fd-200d-1f9b1: man_curly_haired_tone3;
1555
498
  1f468-1f3fe-200d-1f9b1: man_curly_haired_tone4;
1556
499
  1f468-1f3ff-200d-1f9b1: man_curly_haired_tone5;
500
+ 1f9d1-200d-1f9b0: person_red_hair;
501
+ 1f9d1-1f3fb-200d-1f9b0: person_tone1_red_hair;
502
+ 1f9d1-1f3fc-200d-1f9b0: person_tone2_red_hair;
503
+ 1f9d1-1f3fd-200d-1f9b0: person_tone3_red_hair;
504
+ 1f9d1-1f3fe-200d-1f9b0: person_tone4_red_hair;
505
+ 1f9d1-1f3ff-200d-1f9b0: person_tone5_red_hair;
1557
506
  1f469-200d-1f9b0: woman_red_haired;
1558
507
  1f469-1f3fb-200d-1f9b0: woman_red_haired_tone1;
1559
508
  1f469-1f3fc-200d-1f9b0: woman_red_haired_tone2;
@@ -1584,6 +533,12 @@
1584
533
  1f471-1f3fd-200d-2642-fe0f: blond-haired_man_tone3;
1585
534
  1f471-1f3fe-200d-2642-fe0f: blond-haired_man_tone4;
1586
535
  1f471-1f3ff-200d-2642-fe0f: blond-haired_man_tone5;
536
+ 1f9d1-200d-1f9b3: person_white_hair;
537
+ 1f9d1-1f3fb-200d-1f9b3: person_tone1_white_hair;
538
+ 1f9d1-1f3fc-200d-1f9b3: person_tone2_white_hair;
539
+ 1f9d1-1f3fd-200d-1f9b3: person_tone3_white_hair;
540
+ 1f9d1-1f3fe-200d-1f9b3: person_tone4_white_hair;
541
+ 1f9d1-1f3ff-200d-1f9b3: person_tone5_white_hair;
1587
542
  1f469-200d-1f9b3: woman_white_haired;
1588
543
  1f469-1f3fb-200d-1f9b3: woman_white_haired_tone1;
1589
544
  1f469-1f3fc-200d-1f9b3: woman_white_haired_tone2;
@@ -1596,6 +551,12 @@
1596
551
  1f468-1f3fd-200d-1f9b3: man_white_haired_tone3;
1597
552
  1f468-1f3fe-200d-1f9b3: man_white_haired_tone4;
1598
553
  1f468-1f3ff-200d-1f9b3: man_white_haired_tone5;
554
+ 1f9d1-200d-1f9b2: person_bald;
555
+ 1f9d1-1f3fb-200d-1f9b2: person_tone1_bald;
556
+ 1f9d1-1f3fc-200d-1f9b2: person_tone2_bald;
557
+ 1f9d1-1f3fd-200d-1f9b2: person_tone3_bald;
558
+ 1f9d1-1f3fe-200d-1f9b2: person_tone4_bald;
559
+ 1f9d1-1f3ff-200d-1f9b2: person_tone5_bald;
1599
560
  1f469-200d-1f9b2: woman_bald;
1600
561
  1f469-1f3fb-200d-1f9b2: woman_bald_tone1;
1601
562
  1f469-1f3fc-200d-1f9b2: woman_bald_tone2;
@@ -1614,6 +575,18 @@
1614
575
  1f9d4-1f3fd: bearded_person_tone3;
1615
576
  1f9d4-1f3fe: bearded_person_tone4;
1616
577
  1f9d4-1f3ff: bearded_person_tone5;
578
+ 1f9d4-200d-2642-fe0f: man_beard;
579
+ 1f9d4-1f3fb-200d-2642-fe0f: man_tone1_beard;
580
+ 1f9d4-1f3fc-200d-2642-fe0f: man_tone2_beard;
581
+ 1f9d4-1f3fd-200d-2642-fe0f: man_tone3_beard;
582
+ 1f9d4-1f3fe-200d-2642-fe0f: man_tone4_beard;
583
+ 1f9d4-1f3ff-200d-2642-fe0f: man_tone5_beard;
584
+ 1f9d4-200d-2640-fe0f: woman_beard;
585
+ 1f9d4-1f3fb-200d-2640-fe0f: woman_tone1_beard;
586
+ 1f9d4-1f3fc-200d-2640-fe0f: woman_tone2_beard;
587
+ 1f9d4-1f3fd-200d-2640-fe0f: woman_tone3_beard;
588
+ 1f9d4-1f3fe-200d-2640-fe0f: woman_tone4_beard;
589
+ 1f9d4-1f3ff-200d-2640-fe0f: woman_tone5_beard;
1617
590
  1f475: older_woman;
1618
591
  1f475-1f3fb: older_woman_tone1;
1619
592
  1f475-1f3fc: older_woman_tone2;
@@ -1734,6 +707,12 @@
1734
707
  1f575-1f3fd-200d-2642-fe0f: man_detective_tone3;
1735
708
  1f575-1f3fe-200d-2642-fe0f: man_detective_tone4;
1736
709
  1f575-1f3ff-200d-2642-fe0f: man_detective_tone5;
710
+ 1f9d1-200d-2695-fe0f: health_worker;
711
+ 1f9d1-1f3fb-200d-2695-fe0f: health_worker_tone1;
712
+ 1f9d1-1f3fc-200d-2695-fe0f: health_worker_tone2;
713
+ 1f9d1-1f3fd-200d-2695-fe0f: health_worker_tone3;
714
+ 1f9d1-1f3fe-200d-2695-fe0f: health_worker_tone4;
715
+ 1f9d1-1f3ff-200d-2695-fe0f: health_worker_tone5;
1737
716
  1f469-200d-2695-fe0f: woman_health_worker;
1738
717
  1f469-1f3fb-200d-2695-fe0f: woman_health_worker_tone1;
1739
718
  1f469-1f3fc-200d-2695-fe0f: woman_health_worker_tone2;
@@ -1746,6 +725,12 @@
1746
725
  1f468-1f3fd-200d-2695-fe0f: man_health_worker_tone3;
1747
726
  1f468-1f3fe-200d-2695-fe0f: man_health_worker_tone4;
1748
727
  1f468-1f3ff-200d-2695-fe0f: man_health_worker_tone5;
728
+ 1f9d1-200d-1f33e: farmer;
729
+ 1f9d1-1f3fb-200d-1f33e: farmer_tone1;
730
+ 1f9d1-1f3fc-200d-1f33e: farmer_tone2;
731
+ 1f9d1-1f3fd-200d-1f33e: farmer_tone3;
732
+ 1f9d1-1f3fe-200d-1f33e: farmer_tone4;
733
+ 1f9d1-1f3ff-200d-1f33e: farmer_tone5;
1749
734
  1f469-200d-1f33e: woman_farmer;
1750
735
  1f469-1f3fb-200d-1f33e: woman_farmer_tone1;
1751
736
  1f469-1f3fc-200d-1f33e: woman_farmer_tone2;
@@ -1758,6 +743,12 @@
1758
743
  1f468-1f3fd-200d-1f33e: man_farmer_tone3;
1759
744
  1f468-1f3fe-200d-1f33e: man_farmer_tone4;
1760
745
  1f468-1f3ff-200d-1f33e: man_farmer_tone5;
746
+ 1f9d1-200d-1f373: cook;
747
+ 1f9d1-1f3fb-200d-1f373: cook_tone1;
748
+ 1f9d1-1f3fc-200d-1f373: cook_tone2;
749
+ 1f9d1-1f3fd-200d-1f373: cook_tone3;
750
+ 1f9d1-1f3fe-200d-1f373: cook_tone4;
751
+ 1f9d1-1f3ff-200d-1f373: cook_tone5;
1761
752
  1f469-200d-1f373: woman_cook;
1762
753
  1f469-1f3fb-200d-1f373: woman_cook_tone1;
1763
754
  1f469-1f3fc-200d-1f373: woman_cook_tone2;
@@ -1770,6 +761,12 @@
1770
761
  1f468-1f3fd-200d-1f373: man_cook_tone3;
1771
762
  1f468-1f3fe-200d-1f373: man_cook_tone4;
1772
763
  1f468-1f3ff-200d-1f373: man_cook_tone5;
764
+ 1f9d1-200d-1f393: student;
765
+ 1f9d1-1f3fb-200d-1f393: student_tone1;
766
+ 1f9d1-1f3fc-200d-1f393: student_tone2;
767
+ 1f9d1-1f3fd-200d-1f393: student_tone3;
768
+ 1f9d1-1f3fe-200d-1f393: student_tone4;
769
+ 1f9d1-1f3ff-200d-1f393: student_tone5;
1773
770
  1f469-200d-1f393: woman_student;
1774
771
  1f469-1f3fb-200d-1f393: woman_student_tone1;
1775
772
  1f469-1f3fc-200d-1f393: woman_student_tone2;
@@ -1782,6 +779,12 @@
1782
779
  1f468-1f3fd-200d-1f393: man_student_tone3;
1783
780
  1f468-1f3fe-200d-1f393: man_student_tone4;
1784
781
  1f468-1f3ff-200d-1f393: man_student_tone5;
782
+ 1f9d1-200d-1f3a4: singer;
783
+ 1f9d1-1f3fb-200d-1f3a4: singer_tone1;
784
+ 1f9d1-1f3fc-200d-1f3a4: singer_tone2;
785
+ 1f9d1-1f3fd-200d-1f3a4: singer_tone3;
786
+ 1f9d1-1f3fe-200d-1f3a4: singer_tone4;
787
+ 1f9d1-1f3ff-200d-1f3a4: singer_tone5;
1785
788
  1f469-200d-1f3a4: woman_singer;
1786
789
  1f469-1f3fb-200d-1f3a4: woman_singer_tone1;
1787
790
  1f469-1f3fc-200d-1f3a4: woman_singer_tone2;
@@ -1794,6 +797,12 @@
1794
797
  1f468-1f3fd-200d-1f3a4: man_singer_tone3;
1795
798
  1f468-1f3fe-200d-1f3a4: man_singer_tone4;
1796
799
  1f468-1f3ff-200d-1f3a4: man_singer_tone5;
800
+ 1f9d1-200d-1f3eb: teacher;
801
+ 1f9d1-1f3fb-200d-1f3eb: teacher_tone1;
802
+ 1f9d1-1f3fc-200d-1f3eb: teacher_tone2;
803
+ 1f9d1-1f3fd-200d-1f3eb: teacher_tone3;
804
+ 1f9d1-1f3fe-200d-1f3eb: teacher_tone4;
805
+ 1f9d1-1f3ff-200d-1f3eb: teacher_tone5;
1797
806
  1f469-200d-1f3eb: woman_teacher;
1798
807
  1f469-1f3fb-200d-1f3eb: woman_teacher_tone1;
1799
808
  1f469-1f3fc-200d-1f3eb: woman_teacher_tone2;
@@ -1806,6 +815,12 @@
1806
815
  1f468-1f3fd-200d-1f3eb: man_teacher_tone3;
1807
816
  1f468-1f3fe-200d-1f3eb: man_teacher_tone4;
1808
817
  1f468-1f3ff-200d-1f3eb: man_teacher_tone5;
818
+ 1f9d1-200d-1f3ed: factory_worker;
819
+ 1f9d1-1f3fb-200d-1f3ed: factory_worker_tone1;
820
+ 1f9d1-1f3fc-200d-1f3ed: factory_worker_tone2;
821
+ 1f9d1-1f3fd-200d-1f3ed: factory_worker_tone3;
822
+ 1f9d1-1f3fe-200d-1f3ed: factory_worker_tone4;
823
+ 1f9d1-1f3ff-200d-1f3ed: factory_worker_tone5;
1809
824
  1f469-200d-1f3ed: woman_factory_worker;
1810
825
  1f469-1f3fb-200d-1f3ed: woman_factory_worker_tone1;
1811
826
  1f469-1f3fc-200d-1f3ed: woman_factory_worker_tone2;
@@ -1818,6 +833,12 @@
1818
833
  1f468-1f3fd-200d-1f3ed: man_factory_worker_tone3;
1819
834
  1f468-1f3fe-200d-1f3ed: man_factory_worker_tone4;
1820
835
  1f468-1f3ff-200d-1f3ed: man_factory_worker_tone5;
836
+ 1f9d1-200d-1f4bb: technologist;
837
+ 1f9d1-1f3fb-200d-1f4bb: technologist_tone1;
838
+ 1f9d1-1f3fc-200d-1f4bb: technologist_tone2;
839
+ 1f9d1-1f3fd-200d-1f4bb: technologist_tone3;
840
+ 1f9d1-1f3fe-200d-1f4bb: technologist_tone4;
841
+ 1f9d1-1f3ff-200d-1f4bb: technologist_tone5;
1821
842
  1f469-200d-1f4bb: woman_technologist;
1822
843
  1f469-1f3fb-200d-1f4bb: woman_technologist_tone1;
1823
844
  1f469-1f3fc-200d-1f4bb: woman_technologist_tone2;
@@ -1830,6 +851,12 @@
1830
851
  1f468-1f3fd-200d-1f4bb: man_technologist_tone3;
1831
852
  1f468-1f3fe-200d-1f4bb: man_technologist_tone4;
1832
853
  1f468-1f3ff-200d-1f4bb: man_technologist_tone5;
854
+ 1f9d1-200d-1f4bc: office_worker;
855
+ 1f9d1-1f3fb-200d-1f4bc: office_worker_tone1;
856
+ 1f9d1-1f3fc-200d-1f4bc: office_worker_tone2;
857
+ 1f9d1-1f3fd-200d-1f4bc: office_worker_tone3;
858
+ 1f9d1-1f3fe-200d-1f4bc: office_worker_tone4;
859
+ 1f9d1-1f3ff-200d-1f4bc: office_worker_tone5;
1833
860
  1f469-200d-1f4bc: woman_office_worker;
1834
861
  1f469-1f3fb-200d-1f4bc: woman_office_worker_tone1;
1835
862
  1f469-1f3fc-200d-1f4bc: woman_office_worker_tone2;
@@ -1842,6 +869,12 @@
1842
869
  1f468-1f3fd-200d-1f4bc: man_office_worker_tone3;
1843
870
  1f468-1f3fe-200d-1f4bc: man_office_worker_tone4;
1844
871
  1f468-1f3ff-200d-1f4bc: man_office_worker_tone5;
872
+ 1f9d1-200d-1f527: mechanic;
873
+ 1f9d1-1f3fb-200d-1f527: mechanic_tone1;
874
+ 1f9d1-1f3fc-200d-1f527: mechanic_tone2;
875
+ 1f9d1-1f3fd-200d-1f527: mechanic_tone3;
876
+ 1f9d1-1f3fe-200d-1f527: mechanic_tone4;
877
+ 1f9d1-1f3ff-200d-1f527: mechanic_tone5;
1845
878
  1f469-200d-1f527: woman_mechanic;
1846
879
  1f469-1f3fb-200d-1f527: woman_mechanic_tone1;
1847
880
  1f469-1f3fc-200d-1f527: woman_mechanic_tone2;
@@ -1854,6 +887,12 @@
1854
887
  1f468-1f3fd-200d-1f527: man_mechanic_tone3;
1855
888
  1f468-1f3fe-200d-1f527: man_mechanic_tone4;
1856
889
  1f468-1f3ff-200d-1f527: man_mechanic_tone5;
890
+ 1f9d1-200d-1f52c: scientist;
891
+ 1f9d1-1f3fb-200d-1f52c: scientist_tone1;
892
+ 1f9d1-1f3fc-200d-1f52c: scientist_tone2;
893
+ 1f9d1-1f3fd-200d-1f52c: scientist_tone3;
894
+ 1f9d1-1f3fe-200d-1f52c: scientist_tone4;
895
+ 1f9d1-1f3ff-200d-1f52c: scientist_tone5;
1857
896
  1f469-200d-1f52c: woman_scientist;
1858
897
  1f469-1f3fb-200d-1f52c: woman_scientist_tone1;
1859
898
  1f469-1f3fc-200d-1f52c: woman_scientist_tone2;
@@ -1866,6 +905,12 @@
1866
905
  1f468-1f3fd-200d-1f52c: man_scientist_tone3;
1867
906
  1f468-1f3fe-200d-1f52c: man_scientist_tone4;
1868
907
  1f468-1f3ff-200d-1f52c: man_scientist_tone5;
908
+ 1f9d1-200d-1f3a8: artist;
909
+ 1f9d1-1f3fb-200d-1f3a8: artist_tone1;
910
+ 1f9d1-1f3fc-200d-1f3a8: artist_tone2;
911
+ 1f9d1-1f3fd-200d-1f3a8: artist_tone3;
912
+ 1f9d1-1f3fe-200d-1f3a8: artist_tone4;
913
+ 1f9d1-1f3ff-200d-1f3a8: artist_tone5;
1869
914
  1f469-200d-1f3a8: woman_artist;
1870
915
  1f469-1f3fb-200d-1f3a8: woman_artist_tone1;
1871
916
  1f469-1f3fc-200d-1f3a8: woman_artist_tone2;
@@ -1878,6 +923,12 @@
1878
923
  1f468-1f3fd-200d-1f3a8: man_artist_tone3;
1879
924
  1f468-1f3fe-200d-1f3a8: man_artist_tone4;
1880
925
  1f468-1f3ff-200d-1f3a8: man_artist_tone5;
926
+ 1f9d1-200d-1f692: firefighter;
927
+ 1f9d1-1f3fb-200d-1f692: firefighter_tone1;
928
+ 1f9d1-1f3fc-200d-1f692: firefighter_tone2;
929
+ 1f9d1-1f3fd-200d-1f692: firefighter_tone3;
930
+ 1f9d1-1f3fe-200d-1f692: firefighter_tone4;
931
+ 1f9d1-1f3ff-200d-1f692: firefighter_tone5;
1881
932
  1f469-200d-1f692: woman_firefighter;
1882
933
  1f469-1f3fb-200d-1f692: woman_firefighter_tone1;
1883
934
  1f469-1f3fc-200d-1f692: woman_firefighter_tone2;
@@ -1890,6 +941,12 @@
1890
941
  1f468-1f3fd-200d-1f692: man_firefighter_tone3;
1891
942
  1f468-1f3fe-200d-1f692: man_firefighter_tone4;
1892
943
  1f468-1f3ff-200d-1f692: man_firefighter_tone5;
944
+ 1f9d1-200d-2708-fe0f: pilot;
945
+ 1f9d1-1f3fb-200d-2708-fe0f: pilot_tone1;
946
+ 1f9d1-1f3fc-200d-2708-fe0f: pilot_tone2;
947
+ 1f9d1-1f3fd-200d-2708-fe0f: pilot_tone3;
948
+ 1f9d1-1f3fe-200d-2708-fe0f: pilot_tone4;
949
+ 1f9d1-1f3ff-200d-2708-fe0f: pilot_tone5;
1893
950
  1f469-200d-2708-fe0f: woman_pilot;
1894
951
  1f469-1f3fb-200d-2708-fe0f: woman_pilot_tone1;
1895
952
  1f469-1f3fc-200d-2708-fe0f: woman_pilot_tone2;
@@ -1902,6 +959,12 @@
1902
959
  1f468-1f3fd-200d-2708-fe0f: man_pilot_tone3;
1903
960
  1f468-1f3fe-200d-2708-fe0f: man_pilot_tone4;
1904
961
  1f468-1f3ff-200d-2708-fe0f: man_pilot_tone5;
962
+ 1f9d1-200d-1f680: astronaut;
963
+ 1f9d1-1f3fb-200d-1f680: astronaut_tone1;
964
+ 1f9d1-1f3fc-200d-1f680: astronaut_tone2;
965
+ 1f9d1-1f3fd-200d-1f680: astronaut_tone3;
966
+ 1f9d1-1f3fe-200d-1f680: astronaut_tone4;
967
+ 1f9d1-1f3ff-200d-1f680: astronaut_tone5;
1905
968
  1f469-200d-1f680: woman_astronaut;
1906
969
  1f469-1f3fb-200d-1f680: woman_astronaut_tone1;
1907
970
  1f469-1f3fc-200d-1f680: woman_astronaut_tone2;
@@ -1914,6 +977,12 @@
1914
977
  1f468-1f3fd-200d-1f680: man_astronaut_tone3;
1915
978
  1f468-1f3fe-200d-1f680: man_astronaut_tone4;
1916
979
  1f468-1f3ff-200d-1f680: man_astronaut_tone5;
980
+ 1f9d1-200d-2696-fe0f: judge;
981
+ 1f9d1-1f3fb-200d-2696-fe0f: judge_tone1;
982
+ 1f9d1-1f3fc-200d-2696-fe0f: judge_tone2;
983
+ 1f9d1-1f3fd-200d-2696-fe0f: judge_tone3;
984
+ 1f9d1-1f3fe-200d-2696-fe0f: judge_tone4;
985
+ 1f9d1-1f3ff-200d-2696-fe0f: judge_tone5;
1917
986
  1f469-200d-2696-fe0f: woman_judge;
1918
987
  1f469-1f3fb-200d-2696-fe0f: woman_judge_tone1;
1919
988
  1f469-1f3fc-200d-2696-fe0f: woman_judge_tone2;
@@ -1926,18 +995,42 @@
1926
995
  1f468-1f3fd-200d-2696-fe0f: man_judge_tone3;
1927
996
  1f468-1f3fe-200d-2696-fe0f: man_judge_tone4;
1928
997
  1f468-1f3ff-200d-2696-fe0f: man_judge_tone5;
1929
- 1f470: bride_with_veil;
1930
- 1f470-1f3fb: bride_with_veil_tone1;
1931
- 1f470-1f3fc: bride_with_veil_tone2;
1932
- 1f470-1f3fd: bride_with_veil_tone3;
1933
- 1f470-1f3fe: bride_with_veil_tone4;
1934
- 1f470-1f3ff: bride_with_veil_tone5;
1935
- 1f935: man_in_tuxedo;
1936
- 1f935-1f3fb: man_in_tuxedo_tone1;
1937
- 1f935-1f3fc: man_in_tuxedo_tone2;
1938
- 1f935-1f3fd: man_in_tuxedo_tone3;
1939
- 1f935-1f3fe: man_in_tuxedo_tone4;
1940
- 1f935-1f3ff: man_in_tuxedo_tone5;
998
+ 1f470: person_with_veil;
999
+ 1f470-1f3fb: person_with_veil_tone1;
1000
+ 1f470-1f3fc: person_with_veil_tone2;
1001
+ 1f470-1f3fd: person_with_veil_tone3;
1002
+ 1f470-1f3fe: person_with_veil_tone4;
1003
+ 1f470-1f3ff: person_with_veil_tone5;
1004
+ 1f470-200d-2640-fe0f: woman_with_veil;
1005
+ 1f470-1f3fb-200d-2640-fe0f: woman_with_veil_tone1;
1006
+ 1f470-1f3fc-200d-2640-fe0f: woman_with_veil_tone2;
1007
+ 1f470-1f3fd-200d-2640-fe0f: woman_with_veil_tone3;
1008
+ 1f470-1f3fe-200d-2640-fe0f: woman_with_veil_tone4;
1009
+ 1f470-1f3ff-200d-2640-fe0f: woman_with_veil_tone5;
1010
+ 1f470-200d-2642-fe0f: man_with_veil;
1011
+ 1f470-1f3fb-200d-2642-fe0f: man_with_veil_tone1;
1012
+ 1f470-1f3fc-200d-2642-fe0f: man_with_veil_tone2;
1013
+ 1f470-1f3fd-200d-2642-fe0f: man_with_veil_tone3;
1014
+ 1f470-1f3fe-200d-2642-fe0f: man_with_veil_tone4;
1015
+ 1f470-1f3ff-200d-2642-fe0f: man_with_veil_tone5;
1016
+ 1f935: person_in_tuxedo;
1017
+ 1f935-1f3fb: person_in_tuxedo_tone1;
1018
+ 1f935-1f3fc: person_in_tuxedo_tone2;
1019
+ 1f935-1f3fd: person_in_tuxedo_tone3;
1020
+ 1f935-1f3fe: person_in_tuxedo_tone4;
1021
+ 1f935-1f3ff: person_in_tuxedo_tone5;
1022
+ 1f935-200d-2640-fe0f: woman_in_tuxedo;
1023
+ 1f935-1f3fb-200d-2640-fe0f: woman_in_tuxedo_tone1;
1024
+ 1f935-1f3fc-200d-2640-fe0f: woman_in_tuxedo_tone2;
1025
+ 1f935-1f3fd-200d-2640-fe0f: woman_in_tuxedo_tone3;
1026
+ 1f935-1f3fe-200d-2640-fe0f: woman_in_tuxedo_tone4;
1027
+ 1f935-1f3ff-200d-2640-fe0f: woman_in_tuxedo_tone5;
1028
+ 1f935-200d-2642-fe0f: man_in_tuxedo;
1029
+ 1f935-1f3fb-200d-2642-fe0f: man_in_tuxedo_tone1;
1030
+ 1f935-1f3fc-200d-2642-fe0f: man_in_tuxedo_tone2;
1031
+ 1f935-1f3fd-200d-2642-fe0f: man_in_tuxedo_tone3;
1032
+ 1f935-1f3fe-200d-2642-fe0f: man_in_tuxedo_tone4;
1033
+ 1f935-1f3ff-200d-2642-fe0f: man_in_tuxedo_tone5;
1941
1034
  1f478: princess;
1942
1035
  1f478-1f3fb: princess_tone1;
1943
1036
  1f478-1f3fc: princess_tone2;
@@ -1986,6 +1079,18 @@
1986
1079
  1f9b9-1f3fd-200d-2642-fe0f: man_supervillain_tone3;
1987
1080
  1f9b9-1f3fe-200d-2642-fe0f: man_supervillain_tone4;
1988
1081
  1f9b9-1f3ff-200d-2642-fe0f: man_supervillain_tone5;
1082
+ 1f977: ninja;
1083
+ 1f977-1f3fb: ninja_tone1;
1084
+ 1f977-1f3fc: ninja_tone2;
1085
+ 1f977-1f3fd: ninja_tone3;
1086
+ 1f977-1f3fe: ninja_tone4;
1087
+ 1f977-1f3ff: ninja_tone5;
1088
+ 1f9d1-200d-1f384: mx_claus;
1089
+ 1f9d1-1f3fb-200d-1f384: mx_claus_tone1;
1090
+ 1f9d1-1f3fc-200d-1f384: mx_claus_tone2;
1091
+ 1f9d1-1f3fd-200d-1f384: mx_claus_tone3;
1092
+ 1f9d1-1f3fe-200d-1f384: mx_claus_tone4;
1093
+ 1f9d1-1f3ff-200d-1f384: mx_claus_tone5;
1989
1094
  1f936: mrs_claus;
1990
1095
  1f936-1f3fb: mrs_claus_tone1;
1991
1096
  1f936-1f3fc: mrs_claus_tone2;
@@ -2112,6 +1217,24 @@
2112
1217
  1f931-1f3fd: breast_feeding_tone3;
2113
1218
  1f931-1f3fe: breast_feeding_tone4;
2114
1219
  1f931-1f3ff: breast_feeding_tone5;
1220
+ 1f9d1-200d-1f37c: person_feeding_baby;
1221
+ 1f9d1-1f3fb-200d-1f37c: person_feeding_baby_tone1;
1222
+ 1f9d1-1f3fc-200d-1f37c: person_feeding_baby_tone2;
1223
+ 1f9d1-1f3fd-200d-1f37c: person_feeding_baby_tone3;
1224
+ 1f9d1-1f3fe-200d-1f37c: person_feeding_baby_tone4;
1225
+ 1f9d1-1f3ff-200d-1f37c: person_feeding_baby_tone5;
1226
+ 1f469-200d-1f37c: woman_feeding_baby;
1227
+ 1f469-1f3fb-200d-1f37c: woman_feeding_baby_tone1;
1228
+ 1f469-1f3fc-200d-1f37c: woman_feeding_baby_tone2;
1229
+ 1f469-1f3fd-200d-1f37c: woman_feeding_baby_tone3;
1230
+ 1f469-1f3fe-200d-1f37c: woman_feeding_baby_tone4;
1231
+ 1f469-1f3ff-200d-1f37c: woman_feeding_baby_tone5;
1232
+ 1f468-200d-1f37c: man_feeding_baby;
1233
+ 1f468-1f3fb-200d-1f37c: man_feeding_baby_tone1;
1234
+ 1f468-1f3fc-200d-1f37c: man_feeding_baby_tone2;
1235
+ 1f468-1f3fd-200d-1f37c: man_feeding_baby_tone3;
1236
+ 1f468-1f3fe-200d-1f37c: man_feeding_baby_tone4;
1237
+ 1f468-1f3ff-200d-1f37c: man_feeding_baby_tone5;
2115
1238
  1f647: person_bowing;
2116
1239
  1f647-1f3fb: person_bowing_tone1;
2117
1240
  1f647-1f3fc: person_bowing_tone2;
@@ -2379,6 +1502,42 @@
2379
1502
  1f574-1f3fd: levitate_tone3;
2380
1503
  1f574-1f3fe: levitate_tone4;
2381
1504
  1f574-1f3ff: levitate_tone5;
1505
+ 1f9d1-200d-1f9bd: person_in_manual_wheelchair;
1506
+ 1f9d1-1f3fb-200d-1f9bd: person_in_manual_wheelchair_tone1;
1507
+ 1f9d1-1f3fc-200d-1f9bd: person_in_manual_wheelchair_tone2;
1508
+ 1f9d1-1f3fd-200d-1f9bd: person_in_manual_wheelchair_tone3;
1509
+ 1f9d1-1f3fe-200d-1f9bd: person_in_manual_wheelchair_tone4;
1510
+ 1f9d1-1f3ff-200d-1f9bd: person_in_manual_wheelchair_tone5;
1511
+ 1f469-200d-1f9bd: woman_in_manual_wheelchair;
1512
+ 1f469-1f3fb-200d-1f9bd: woman_in_manual_wheelchair_tone1;
1513
+ 1f469-1f3fc-200d-1f9bd: woman_in_manual_wheelchair_tone2;
1514
+ 1f469-1f3fd-200d-1f9bd: woman_in_manual_wheelchair_tone3;
1515
+ 1f469-1f3fe-200d-1f9bd: woman_in_manual_wheelchair_tone4;
1516
+ 1f469-1f3ff-200d-1f9bd: woman_in_manual_wheelchair_tone5;
1517
+ 1f468-200d-1f9bd: man_in_manual_wheelchair;
1518
+ 1f468-1f3fb-200d-1f9bd: man_in_manual_wheelchair_tone1;
1519
+ 1f468-1f3fc-200d-1f9bd: man_in_manual_wheelchair_tone2;
1520
+ 1f468-1f3fd-200d-1f9bd: man_in_manual_wheelchair_tone3;
1521
+ 1f468-1f3fe-200d-1f9bd: man_in_manual_wheelchair_tone4;
1522
+ 1f468-1f3ff-200d-1f9bd: man_in_manual_wheelchair_tone5;
1523
+ 1f9d1-200d-1f9bc: person_in_motorized_wheelchair;
1524
+ 1f9d1-1f3fb-200d-1f9bc: person_in_motorized_wheelchair_tone1;
1525
+ 1f9d1-1f3fc-200d-1f9bc: person_in_motorized_wheelchair_tone2;
1526
+ 1f9d1-1f3fd-200d-1f9bc: person_in_motorized_wheelchair_tone3;
1527
+ 1f9d1-1f3fe-200d-1f9bc: person_in_motorized_wheelchair_tone4;
1528
+ 1f9d1-1f3ff-200d-1f9bc: person_in_motorized_wheelchair_tone5;
1529
+ 1f469-200d-1f9bc: woman_in_motorized_wheelchair;
1530
+ 1f469-1f3fb-200d-1f9bc: woman_in_motorized_wheelchair_tone1;
1531
+ 1f469-1f3fc-200d-1f9bc: woman_in_motorized_wheelchair_tone2;
1532
+ 1f469-1f3fd-200d-1f9bc: woman_in_motorized_wheelchair_tone3;
1533
+ 1f469-1f3fe-200d-1f9bc: woman_in_motorized_wheelchair_tone4;
1534
+ 1f469-1f3ff-200d-1f9bc: woman_in_motorized_wheelchair_tone5;
1535
+ 1f468-200d-1f9bc: man_in_motorized_wheelchair;
1536
+ 1f468-1f3fb-200d-1f9bc: man_in_motorized_wheelchair_tone1;
1537
+ 1f468-1f3fc-200d-1f9bc: man_in_motorized_wheelchair_tone2;
1538
+ 1f468-1f3fd-200d-1f9bc: man_in_motorized_wheelchair_tone3;
1539
+ 1f468-1f3fe-200d-1f9bc: man_in_motorized_wheelchair_tone4;
1540
+ 1f468-1f3ff-200d-1f9bc: man_in_motorized_wheelchair_tone5;
2382
1541
  1f6b6: person_walking;
2383
1542
  1f6b6-1f3fb: person_walking_tone1;
2384
1543
  1f6b6-1f3fc: person_walking_tone2;
@@ -2397,6 +1556,42 @@
2397
1556
  1f6b6-1f3fd-200d-2642-fe0f: man_walking_tone3;
2398
1557
  1f6b6-1f3fe-200d-2642-fe0f: man_walking_tone4;
2399
1558
  1f6b6-1f3ff-200d-2642-fe0f: man_walking_tone5;
1559
+ 1f9d1-200d-1f9af: person_with_probing_cane;
1560
+ 1f9d1-1f3fb-200d-1f9af: person_with_probing_cane_tone1;
1561
+ 1f9d1-1f3fc-200d-1f9af: person_with_probing_cane_tone2;
1562
+ 1f9d1-1f3fd-200d-1f9af: person_with_probing_cane_tone3;
1563
+ 1f9d1-1f3fe-200d-1f9af: person_with_probing_cane_tone4;
1564
+ 1f9d1-1f3ff-200d-1f9af: person_with_probing_cane_tone5;
1565
+ 1f469-200d-1f9af: woman_with_probing_cane;
1566
+ 1f469-1f3fb-200d-1f9af: woman_with_probing_cane_tone1;
1567
+ 1f469-1f3fc-200d-1f9af: woman_with_probing_cane_tone2;
1568
+ 1f469-1f3fd-200d-1f9af: woman_with_probing_cane_tone3;
1569
+ 1f469-1f3fe-200d-1f9af: woman_with_probing_cane_tone4;
1570
+ 1f469-1f3ff-200d-1f9af: woman_with_probing_cane_tone5;
1571
+ 1f468-200d-1f9af: man_with_probing_cane;
1572
+ 1f468-1f3fb-200d-1f9af: man_with_probing_cane_tone1;
1573
+ 1f468-1f3fd-200d-1f9af: man_with_probing_cane_tone3;
1574
+ 1f468-1f3fc-200d-1f9af: man_with_probing_cane_tone2;
1575
+ 1f468-1f3fe-200d-1f9af: man_with_probing_cane_tone4;
1576
+ 1f468-1f3ff-200d-1f9af: man_with_probing_cane_tone5;
1577
+ 1f9ce: person_kneeling;
1578
+ 1f9ce-1f3fb: person_kneeling_tone1;
1579
+ 1f9ce-1f3fc: person_kneeling_tone2;
1580
+ 1f9ce-1f3fd: person_kneeling_tone3;
1581
+ 1f9ce-1f3fe: person_kneeling_tone4;
1582
+ 1f9ce-1f3ff: person_kneeling_tone5;
1583
+ 1f9ce-200d-2640-fe0f: woman_kneeling;
1584
+ 1f9ce-1f3fb-200d-2640-fe0f: woman_kneeling_tone1;
1585
+ 1f9ce-1f3fc-200d-2640-fe0f: woman_kneeling_tone2;
1586
+ 1f9ce-1f3fd-200d-2640-fe0f: woman_kneeling_tone3;
1587
+ 1f9ce-1f3fe-200d-2640-fe0f: woman_kneeling_tone4;
1588
+ 1f9ce-1f3ff-200d-2640-fe0f: woman_kneeling_tone5;
1589
+ 1f9ce-200d-2642-fe0f: man_kneeling;
1590
+ 1f9ce-1f3fb-200d-2642-fe0f: man_kneeling_tone1;
1591
+ 1f9ce-1f3fc-200d-2642-fe0f: man_kneeling_tone2;
1592
+ 1f9ce-1f3fd-200d-2642-fe0f: man_kneeling_tone3;
1593
+ 1f9ce-1f3fe-200d-2642-fe0f: man_kneeling_tone4;
1594
+ 1f9ce-1f3ff-200d-2642-fe0f: man_kneeling_tone5;
2400
1595
  1f3c3: person_running;
2401
1596
  1f3c3-1f3fb: person_running_tone1;
2402
1597
  1f3c3-1f3fc: person_running_tone2;
@@ -2433,142 +1628,317 @@
2433
1628
  1f9cd-1f3fd-200d-2642-fe0f: man_standing_tone3;
2434
1629
  1f9cd-1f3fe-200d-2642-fe0f: man_standing_tone4;
2435
1630
  1f9cd-1f3ff-200d-2642-fe0f: man_standing_tone5;
2436
- 1f9ce: person_kneeling;
2437
- 1f9ce-1f3fb: person_kneeling_tone1;
2438
- 1f9ce-1f3fc: person_kneeling_tone2;
2439
- 1f9ce-1f3fd: person_kneeling_tone3;
2440
- 1f9ce-1f3fe: person_kneeling_tone4;
2441
- 1f9ce-1f3ff: person_kneeling_tone5;
2442
- 1f9ce-200d-2640-fe0f: woman_kneeling;
2443
- 1f9ce-1f3fb-200d-2640-fe0f: woman_kneeling_tone1;
2444
- 1f9ce-1f3fc-200d-2640-fe0f: woman_kneeling_tone2;
2445
- 1f9ce-1f3fd-200d-2640-fe0f: woman_kneeling_tone3;
2446
- 1f9ce-1f3fe-200d-2640-fe0f: woman_kneeling_tone4;
2447
- 1f9ce-1f3ff-200d-2640-fe0f: woman_kneeling_tone5;
2448
- 1f9ce-200d-2642-fe0f: man_kneeling;
2449
- 1f9ce-1f3fb-200d-2642-fe0f: man_kneeling_tone1;
2450
- 1f9ce-1f3fc-200d-2642-fe0f: man_kneeling_tone2;
2451
- 1f9ce-1f3fd-200d-2642-fe0f: man_kneeling_tone3;
2452
- 1f9ce-1f3fe-200d-2642-fe0f: man_kneeling_tone4;
2453
- 1f9ce-1f3ff-200d-2642-fe0f: man_kneeling_tone5;
2454
- 1f469-200d-1f9af: woman_with_probing_cane;
2455
- 1f469-1f3fb-200d-1f9af: woman_with_probing_cane_tone1;
2456
- 1f469-1f3fc-200d-1f9af: woman_with_probing_cane_tone2;
2457
- 1f469-1f3fd-200d-1f9af: woman_with_probing_cane_tone3;
2458
- 1f469-1f3fe-200d-1f9af: woman_with_probing_cane_tone4;
2459
- 1f469-1f3ff-200d-1f9af: woman_with_probing_cane_tone5;
2460
- 1f468-200d-1f9af: man_with_probing_cane;
2461
- 1f468-1f3fb-200d-1f9af: man_with_probing_cane_tone1;
2462
- 1f468-1f3fc-200d-1f9af: man_with_probing_cane_tone2;
2463
- 1f468-1f3fd-200d-1f9af: man_with_probing_cane_tone3;
2464
- 1f468-1f3fe-200d-1f9af: man_with_probing_cane_tone4;
2465
- 1f468-1f3ff-200d-1f9af: man_with_probing_cane_tone5;
2466
- 1f469-200d-1f9bc: woman_in_motorized_wheelchair;
2467
- 1f469-1f3fb-200d-1f9bc: woman_in_motorized_wheelchair_tone1;
2468
- 1f469-1f3fc-200d-1f9bc: woman_in_motorized_wheelchair_tone2;
2469
- 1f469-1f3fd-200d-1f9bc: woman_in_motorized_wheelchair_tone3;
2470
- 1f469-1f3fe-200d-1f9bc: woman_in_motorized_wheelchair_tone4;
2471
- 1f469-1f3ff-200d-1f9bc: woman_in_motorized_wheelchair_tone5;
2472
- 1f468-200d-1f9bc: man_in_motorized_wheelchair;
2473
- 1f468-1f3fb-200d-1f9bc: man_in_motorized_wheelchair_tone1;
2474
- 1f468-1f3fc-200d-1f9bc: man_in_motorized_wheelchair_tone2;
2475
- 1f468-1f3fd-200d-1f9bc: man_in_motorized_wheelchair_tone3;
2476
- 1f468-1f3fe-200d-1f9bc: man_in_motorized_wheelchair_tone4;
2477
- 1f468-1f3ff-200d-1f9bc: man_in_motorized_wheelchair_tone5;
2478
- 1f469-200d-1f9bd: woman_in_manual_wheelchair;
2479
- 1f469-1f3fb-200d-1f9bd: woman_in_manual_wheelchair_tone1;
2480
- 1f469-1f3fc-200d-1f9bd: woman_in_manual_wheelchair_tone2;
2481
- 1f469-1f3fd-200d-1f9bd: woman_in_manual_wheelchair_tone3;
2482
- 1f469-1f3fe-200d-1f9bd: woman_in_manual_wheelchair_tone4;
2483
- 1f469-1f3ff-200d-1f9bd: woman_in_manual_wheelchair_tone5;
2484
- 1f468-200d-1f9bd: man_in_manual_wheelchair;
2485
- 1f468-1f3fb-200d-1f9bd: man_in_manual_wheelchair_tone1;
2486
- 1f468-1f3fc-200d-1f9bd: man_in_manual_wheelchair_tone2;
2487
- 1f468-1f3fd-200d-1f9bd: man_in_manual_wheelchair_tone3;
2488
- 1f468-1f3fe-200d-1f9bd: man_in_manual_wheelchair_tone4;
2489
- 1f468-1f3ff-200d-1f9bd: man_in_manual_wheelchair_tone5;
2490
1631
  1f9d1-200d-1f91d-200d-1f9d1: people_holding_hands;
2491
1632
  1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fb: people_holding_hands_tone1;
2492
- 1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fc: people_holding_hands_tone2;
1633
+ 1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fc: people_holding_hands_tone1_tone2;
1634
+ 1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fd: people_holding_hands_tone1_tone3;
1635
+ 1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3fe: people_holding_hands_tone1_tone4;
1636
+ 1f9d1-1f3fb-200d-1f91d-200d-1f9d1-1f3ff: people_holding_hands_tone1_tone5;
2493
1637
  1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fb: people_holding_hands_tone2_tone1;
2494
- 1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fd: people_holding_hands_tone3;
1638
+ 1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fc: people_holding_hands_tone2;
1639
+ 1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fd: people_holding_hands_tone2_tone3;
1640
+ 1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3fe: people_holding_hands_tone2_tone4;
1641
+ 1f9d1-1f3fc-200d-1f91d-200d-1f9d1-1f3ff: people_holding_hands_tone2_tone5;
2495
1642
  1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fb: people_holding_hands_tone3_tone1;
2496
1643
  1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fc: people_holding_hands_tone3_tone2;
2497
- 1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fe: people_holding_hands_tone4;
1644
+ 1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fd: people_holding_hands_tone3;
1645
+ 1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3fe: people_holding_hands_tone3_tone4;
1646
+ 1f9d1-1f3fd-200d-1f91d-200d-1f9d1-1f3ff: people_holding_hands_tone3_tone5;
2498
1647
  1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fb: people_holding_hands_tone4_tone1;
2499
1648
  1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fc: people_holding_hands_tone4_tone2;
2500
1649
  1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fd: people_holding_hands_tone4_tone3;
2501
- 1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3ff: people_holding_hands_tone5;
1650
+ 1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3fe: people_holding_hands_tone4;
1651
+ 1f9d1-1f3fe-200d-1f91d-200d-1f9d1-1f3ff: people_holding_hands_tone4_tone5;
2502
1652
  1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fb: people_holding_hands_tone5_tone1;
2503
1653
  1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fc: people_holding_hands_tone5_tone2;
2504
1654
  1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fd: people_holding_hands_tone5_tone3;
2505
1655
  1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3fe: people_holding_hands_tone5_tone4;
1656
+ 1f9d1-1f3ff-200d-1f91d-200d-1f9d1-1f3ff: people_holding_hands_tone5;
2506
1657
  1f46b: couple;
2507
1658
  1f46b-1f3fb: woman_and_man_holding_hands_tone1;
2508
1659
  1f469-1f3fb-200d-1f91d-200d-1f468-1f3fc: woman_and_man_holding_hands_tone1_tone2;
2509
1660
  1f469-1f3fb-200d-1f91d-200d-1f468-1f3fd: woman_and_man_holding_hands_tone1_tone3;
2510
1661
  1f469-1f3fb-200d-1f91d-200d-1f468-1f3fe: woman_and_man_holding_hands_tone1_tone4;
2511
1662
  1f469-1f3fb-200d-1f91d-200d-1f468-1f3ff: woman_and_man_holding_hands_tone1_tone5;
2512
- 1f46b-1f3fc: woman_and_man_holding_hands_tone2;
2513
1663
  1f469-1f3fc-200d-1f91d-200d-1f468-1f3fb: woman_and_man_holding_hands_tone2_tone1;
1664
+ 1f46b-1f3fc: woman_and_man_holding_hands_tone2;
2514
1665
  1f469-1f3fc-200d-1f91d-200d-1f468-1f3fd: woman_and_man_holding_hands_tone2_tone3;
2515
1666
  1f469-1f3fc-200d-1f91d-200d-1f468-1f3fe: woman_and_man_holding_hands_tone2_tone4;
2516
1667
  1f469-1f3fc-200d-1f91d-200d-1f468-1f3ff: woman_and_man_holding_hands_tone2_tone5;
2517
- 1f46b-1f3fd: woman_and_man_holding_hands_tone3;
2518
1668
  1f469-1f3fd-200d-1f91d-200d-1f468-1f3fb: woman_and_man_holding_hands_tone3_tone1;
2519
1669
  1f469-1f3fd-200d-1f91d-200d-1f468-1f3fc: woman_and_man_holding_hands_tone3_tone2;
1670
+ 1f46b-1f3fd: woman_and_man_holding_hands_tone3;
2520
1671
  1f469-1f3fd-200d-1f91d-200d-1f468-1f3fe: woman_and_man_holding_hands_tone3_tone4;
2521
1672
  1f469-1f3fd-200d-1f91d-200d-1f468-1f3ff: woman_and_man_holding_hands_tone3_tone5;
2522
- 1f46b-1f3fe: woman_and_man_holding_hands_tone4;
2523
1673
  1f469-1f3fe-200d-1f91d-200d-1f468-1f3fb: woman_and_man_holding_hands_tone4_tone1;
2524
1674
  1f469-1f3fe-200d-1f91d-200d-1f468-1f3fc: woman_and_man_holding_hands_tone4_tone2;
2525
1675
  1f469-1f3fe-200d-1f91d-200d-1f468-1f3fd: woman_and_man_holding_hands_tone4_tone3;
1676
+ 1f46b-1f3fe: woman_and_man_holding_hands_tone4;
2526
1677
  1f469-1f3fe-200d-1f91d-200d-1f468-1f3ff: woman_and_man_holding_hands_tone4_tone5;
2527
- 1f46b-1f3ff: woman_and_man_holding_hands_tone5;
2528
1678
  1f469-1f3ff-200d-1f91d-200d-1f468-1f3fb: woman_and_man_holding_hands_tone5_tone1;
2529
1679
  1f469-1f3ff-200d-1f91d-200d-1f468-1f3fc: woman_and_man_holding_hands_tone5_tone2;
2530
1680
  1f469-1f3ff-200d-1f91d-200d-1f468-1f3fd: woman_and_man_holding_hands_tone5_tone3;
2531
1681
  1f469-1f3ff-200d-1f91d-200d-1f468-1f3fe: woman_and_man_holding_hands_tone5_tone4;
1682
+ 1f46b-1f3ff: woman_and_man_holding_hands_tone5;
2532
1683
  1f46d: two_women_holding_hands;
2533
1684
  1f46d-1f3fb: women_holding_hands_tone1;
2534
- 1f46d-1f3fc: women_holding_hands_tone2;
1685
+ 1f469-1f3fb-200d-1f91d-200d-1f469-1f3fc: women_holding_hands_tone1_tone2;
1686
+ 1f469-1f3fb-200d-1f91d-200d-1f469-1f3fd: women_holding_hands_tone1_tone3;
1687
+ 1f469-1f3fb-200d-1f91d-200d-1f469-1f3fe: women_holding_hands_tone1_tone4;
1688
+ 1f469-1f3fb-200d-1f91d-200d-1f469-1f3ff: women_holding_hands_tone1_tone5;
2535
1689
  1f469-1f3fc-200d-1f91d-200d-1f469-1f3fb: women_holding_hands_tone2_tone1;
2536
- 1f46d-1f3fd: women_holding_hands_tone3;
1690
+ 1f46d-1f3fc: women_holding_hands_tone2;
1691
+ 1f469-1f3fc-200d-1f91d-200d-1f469-1f3fd: women_holding_hands_tone2_tone3;
1692
+ 1f469-1f3fc-200d-1f91d-200d-1f469-1f3fe: women_holding_hands_tone2_tone4;
1693
+ 1f469-1f3fc-200d-1f91d-200d-1f469-1f3ff: women_holding_hands_tone2_tone5;
2537
1694
  1f469-1f3fd-200d-1f91d-200d-1f469-1f3fb: women_holding_hands_tone3_tone1;
2538
1695
  1f469-1f3fd-200d-1f91d-200d-1f469-1f3fc: women_holding_hands_tone3_tone2;
2539
- 1f46d-1f3fe: women_holding_hands_tone4;
1696
+ 1f46d-1f3fd: women_holding_hands_tone3;
1697
+ 1f469-1f3fd-200d-1f91d-200d-1f469-1f3fe: women_holding_hands_tone3_tone4;
1698
+ 1f469-1f3fd-200d-1f91d-200d-1f469-1f3ff: women_holding_hands_tone3_tone5;
2540
1699
  1f469-1f3fe-200d-1f91d-200d-1f469-1f3fb: women_holding_hands_tone4_tone1;
2541
1700
  1f469-1f3fe-200d-1f91d-200d-1f469-1f3fc: women_holding_hands_tone4_tone2;
2542
1701
  1f469-1f3fe-200d-1f91d-200d-1f469-1f3fd: women_holding_hands_tone4_tone3;
2543
- 1f46d-1f3ff: women_holding_hands_tone5;
1702
+ 1f46d-1f3fe: women_holding_hands_tone4;
1703
+ 1f469-1f3fe-200d-1f91d-200d-1f469-1f3ff: women_holding_hands_tone4_tone5;
2544
1704
  1f469-1f3ff-200d-1f91d-200d-1f469-1f3fb: women_holding_hands_tone5_tone1;
2545
1705
  1f469-1f3ff-200d-1f91d-200d-1f469-1f3fc: women_holding_hands_tone5_tone2;
2546
1706
  1f469-1f3ff-200d-1f91d-200d-1f469-1f3fd: women_holding_hands_tone5_tone3;
2547
1707
  1f469-1f3ff-200d-1f91d-200d-1f469-1f3fe: women_holding_hands_tone5_tone4;
1708
+ 1f46d-1f3ff: women_holding_hands_tone5;
2548
1709
  1f46c: two_men_holding_hands;
2549
1710
  1f46c-1f3fb: men_holding_hands_tone1;
2550
- 1f46c-1f3fc: men_holding_hands_tone2;
1711
+ 1f468-1f3fb-200d-1f91d-200d-1f468-1f3fc: men_holding_hands_tone1_tone2;
1712
+ 1f468-1f3fb-200d-1f91d-200d-1f468-1f3fd: men_holding_hands_tone1_tone3;
1713
+ 1f468-1f3fb-200d-1f91d-200d-1f468-1f3fe: men_holding_hands_tone1_tone4;
1714
+ 1f468-1f3fb-200d-1f91d-200d-1f468-1f3ff: men_holding_hands_tone1_tone5;
2551
1715
  1f468-1f3fc-200d-1f91d-200d-1f468-1f3fb: men_holding_hands_tone2_tone1;
2552
- 1f46c-1f3fd: men_holding_hands_tone3;
1716
+ 1f46c-1f3fc: men_holding_hands_tone2;
1717
+ 1f468-1f3fc-200d-1f91d-200d-1f468-1f3fd: men_holding_hands_tone2_tone3;
1718
+ 1f468-1f3fc-200d-1f91d-200d-1f468-1f3fe: men_holding_hands_tone2_tone4;
1719
+ 1f468-1f3fc-200d-1f91d-200d-1f468-1f3ff: men_holding_hands_tone2_tone5;
2553
1720
  1f468-1f3fd-200d-1f91d-200d-1f468-1f3fb: men_holding_hands_tone3_tone1;
2554
1721
  1f468-1f3fd-200d-1f91d-200d-1f468-1f3fc: men_holding_hands_tone3_tone2;
2555
- 1f46c-1f3fe: men_holding_hands_tone4;
1722
+ 1f46c-1f3fd: men_holding_hands_tone3;
1723
+ 1f468-1f3fd-200d-1f91d-200d-1f468-1f3fe: men_holding_hands_tone3_tone4;
1724
+ 1f468-1f3fd-200d-1f91d-200d-1f468-1f3ff: men_holding_hands_tone3_tone5;
2556
1725
  1f468-1f3fe-200d-1f91d-200d-1f468-1f3fb: men_holding_hands_tone4_tone1;
2557
1726
  1f468-1f3fe-200d-1f91d-200d-1f468-1f3fc: men_holding_hands_tone4_tone2;
2558
1727
  1f468-1f3fe-200d-1f91d-200d-1f468-1f3fd: men_holding_hands_tone4_tone3;
2559
- 1f46c-1f3ff: men_holding_hands_tone5;
1728
+ 1f46c-1f3fe: men_holding_hands_tone4;
1729
+ 1f468-1f3fe-200d-1f91d-200d-1f468-1f3ff: men_holding_hands_tone4_tone5;
2560
1730
  1f468-1f3ff-200d-1f91d-200d-1f468-1f3fb: men_holding_hands_tone5_tone1;
2561
1731
  1f468-1f3ff-200d-1f91d-200d-1f468-1f3fc: men_holding_hands_tone5_tone2;
2562
1732
  1f468-1f3ff-200d-1f91d-200d-1f468-1f3fd: men_holding_hands_tone5_tone3;
2563
1733
  1f468-1f3ff-200d-1f91d-200d-1f468-1f3fe: men_holding_hands_tone5_tone4;
1734
+ 1f46c-1f3ff: men_holding_hands_tone5;
2564
1735
  1f491: couple_with_heart;
1736
+ 1f491-1f3fb: couple_with_heart_tone1;
1737
+ 1f9d1-1f3fb-200d-2764-fe0f-200d-1f9d1-1f3fc: couple_with_heart_person_person_tone1_tone2;
1738
+ 1f9d1-1f3fb-200d-2764-fe0f-200d-1f9d1-1f3fd: couple_with_heart_person_person_tone1_tone3;
1739
+ 1f9d1-1f3fb-200d-2764-fe0f-200d-1f9d1-1f3fe: couple_with_heart_person_person_tone1_tone4;
1740
+ 1f9d1-1f3fb-200d-2764-fe0f-200d-1f9d1-1f3ff: couple_with_heart_person_person_tone1_tone5;
1741
+ 1f9d1-1f3fc-200d-2764-fe0f-200d-1f9d1-1f3fb: couple_with_heart_person_person_tone2_tone1;
1742
+ 1f491-1f3fc: couple_with_heart_tone2;
1743
+ 1f9d1-1f3fc-200d-2764-fe0f-200d-1f9d1-1f3fd: couple_with_heart_person_person_tone2_tone3;
1744
+ 1f9d1-1f3fc-200d-2764-fe0f-200d-1f9d1-1f3fe: couple_with_heart_person_person_tone2_tone4;
1745
+ 1f9d1-1f3fc-200d-2764-fe0f-200d-1f9d1-1f3ff: couple_with_heart_person_person_tone2_tone5;
1746
+ 1f9d1-1f3fd-200d-2764-fe0f-200d-1f9d1-1f3fb: couple_with_heart_person_person_tone3_tone1;
1747
+ 1f9d1-1f3fd-200d-2764-fe0f-200d-1f9d1-1f3fc: couple_with_heart_person_person_tone3_tone2;
1748
+ 1f491-1f3fd: couple_with_heart_tone3;
1749
+ 1f9d1-1f3fd-200d-2764-fe0f-200d-1f9d1-1f3fe: couple_with_heart_person_person_tone3_tone4;
1750
+ 1f9d1-1f3fd-200d-2764-fe0f-200d-1f9d1-1f3ff: couple_with_heart_person_person_tone3_tone5;
1751
+ 1f9d1-1f3fe-200d-2764-fe0f-200d-1f9d1-1f3fb: couple_with_heart_person_person_tone4_tone1;
1752
+ 1f9d1-1f3fe-200d-2764-fe0f-200d-1f9d1-1f3fc: couple_with_heart_person_person_tone4_tone2;
1753
+ 1f9d1-1f3fe-200d-2764-fe0f-200d-1f9d1-1f3fd: couple_with_heart_person_person_tone4_tone3;
1754
+ 1f491-1f3fe: couple_with_heart_tone4;
1755
+ 1f9d1-1f3fe-200d-2764-fe0f-200d-1f9d1-1f3ff: couple_with_heart_person_person_tone4_tone5;
1756
+ 1f9d1-1f3ff-200d-2764-fe0f-200d-1f9d1-1f3fb: couple_with_heart_person_person_tone5_tone1;
1757
+ 1f9d1-1f3ff-200d-2764-fe0f-200d-1f9d1-1f3fc: couple_with_heart_person_person_tone5_tone2;
1758
+ 1f9d1-1f3ff-200d-2764-fe0f-200d-1f9d1-1f3fd: couple_with_heart_person_person_tone5_tone3;
1759
+ 1f9d1-1f3ff-200d-2764-fe0f-200d-1f9d1-1f3fe: couple_with_heart_person_person_tone5_tone4;
1760
+ 1f491-1f3ff: couple_with_heart_tone5;
2565
1761
  1f469-200d-2764-fe0f-200d-1f468: couple_with_heart_woman_man;
1762
+ 1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3fb: couple_with_heart_woman_man_tone1;
1763
+ 1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3fc: couple_with_heart_woman_man_tone1_tone2;
1764
+ 1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3fd: couple_with_heart_woman_man_tone1_tone3;
1765
+ 1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3fe: couple_with_heart_woman_man_tone1_tone4;
1766
+ 1f469-1f3fb-200d-2764-fe0f-200d-1f468-1f3ff: couple_with_heart_woman_man_tone1_tone5;
1767
+ 1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3fb: couple_with_heart_woman_man_tone2_tone1;
1768
+ 1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3fc: couple_with_heart_woman_man_tone2;
1769
+ 1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3fd: couple_with_heart_woman_man_tone2_tone3;
1770
+ 1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3fe: couple_with_heart_woman_man_tone2_tone4;
1771
+ 1f469-1f3fc-200d-2764-fe0f-200d-1f468-1f3ff: couple_with_heart_woman_man_tone2_tone5;
1772
+ 1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3fb: couple_with_heart_woman_man_tone3_tone1;
1773
+ 1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3fc: couple_with_heart_woman_man_tone3_tone2;
1774
+ 1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3fd: couple_with_heart_woman_man_tone3;
1775
+ 1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3fe: couple_with_heart_woman_man_tone3_tone4;
1776
+ 1f469-1f3fd-200d-2764-fe0f-200d-1f468-1f3ff: couple_with_heart_woman_man_tone3_tone5;
1777
+ 1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3fb: couple_with_heart_woman_man_tone4_tone1;
1778
+ 1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3fc: couple_with_heart_woman_man_tone4_tone2;
1779
+ 1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3fd: couple_with_heart_woman_man_tone4_tone3;
1780
+ 1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3fe: couple_with_heart_woman_man_tone4;
1781
+ 1f469-1f3fe-200d-2764-fe0f-200d-1f468-1f3ff: couple_with_heart_woman_man_tone4_tone5;
1782
+ 1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3fb: couple_with_heart_woman_man_tone5_tone1;
1783
+ 1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3fc: couple_with_heart_woman_man_tone5_tone2;
1784
+ 1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3fd: couple_with_heart_woman_man_tone5_tone3;
1785
+ 1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3fe: couple_with_heart_woman_man_tone5_tone4;
1786
+ 1f469-1f3ff-200d-2764-fe0f-200d-1f468-1f3ff: couple_with_heart_woman_man_tone5;
2566
1787
  1f469-200d-2764-fe0f-200d-1f469: couple_ww;
1788
+ 1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3fb: couple_with_heart_woman_woman_tone1;
1789
+ 1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3fc: couple_with_heart_woman_woman_tone1_tone2;
1790
+ 1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3fd: couple_with_heart_woman_woman_tone1_tone3;
1791
+ 1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3fe: couple_with_heart_woman_woman_tone1_tone4;
1792
+ 1f469-1f3fb-200d-2764-fe0f-200d-1f469-1f3ff: couple_with_heart_woman_woman_tone1_tone5;
1793
+ 1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3fb: couple_with_heart_woman_woman_tone2_tone1;
1794
+ 1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3fc: couple_with_heart_woman_woman_tone2;
1795
+ 1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3fd: couple_with_heart_woman_woman_tone2_tone3;
1796
+ 1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3fe: couple_with_heart_woman_woman_tone2_tone4;
1797
+ 1f469-1f3fc-200d-2764-fe0f-200d-1f469-1f3ff: couple_with_heart_woman_woman_tone2_tone5;
1798
+ 1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3fb: couple_with_heart_woman_woman_tone3_tone1;
1799
+ 1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3fc: couple_with_heart_woman_woman_tone3_tone2;
1800
+ 1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3fd: couple_with_heart_woman_woman_tone3;
1801
+ 1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3fe: couple_with_heart_woman_woman_tone3_tone4;
1802
+ 1f469-1f3fd-200d-2764-fe0f-200d-1f469-1f3ff: couple_with_heart_woman_woman_tone3_tone5;
1803
+ 1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3fb: couple_with_heart_woman_woman_tone4_tone1;
1804
+ 1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3fc: couple_with_heart_woman_woman_tone4_tone2;
1805
+ 1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3fd: couple_with_heart_woman_woman_tone4_tone3;
1806
+ 1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3fe: couple_with_heart_woman_woman_tone4;
1807
+ 1f469-1f3fe-200d-2764-fe0f-200d-1f469-1f3ff: couple_with_heart_woman_woman_tone4_tone5;
1808
+ 1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3fb: couple_with_heart_woman_woman_tone5_tone1;
1809
+ 1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3fc: couple_with_heart_woman_woman_tone5_tone2;
1810
+ 1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3fd: couple_with_heart_woman_woman_tone5_tone3;
1811
+ 1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3fe: couple_with_heart_woman_woman_tone5_tone4;
1812
+ 1f469-1f3ff-200d-2764-fe0f-200d-1f469-1f3ff: couple_with_heart_woman_woman_tone5;
2567
1813
  1f468-200d-2764-fe0f-200d-1f468: couple_mm;
1814
+ 1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3fb: couple_with_heart_man_man_tone1;
1815
+ 1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3fc: couple_with_heart_man_man_tone1_tone2;
1816
+ 1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3fd: couple_with_heart_man_man_tone1_tone3;
1817
+ 1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3fe: couple_with_heart_man_man_tone1_tone4;
1818
+ 1f468-1f3fb-200d-2764-fe0f-200d-1f468-1f3ff: couple_with_heart_man_man_tone1_tone5;
1819
+ 1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3fb: couple_with_heart_man_man_tone2_tone1;
1820
+ 1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3fc: couple_with_heart_man_man_tone2;
1821
+ 1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3fd: couple_with_heart_man_man_tone2_tone3;
1822
+ 1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3fe: couple_with_heart_man_man_tone2_tone4;
1823
+ 1f468-1f3fc-200d-2764-fe0f-200d-1f468-1f3ff: couple_with_heart_man_man_tone2_tone5;
1824
+ 1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3fb: couple_with_heart_man_man_tone3_tone1;
1825
+ 1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3fc: couple_with_heart_man_man_tone3_tone2;
1826
+ 1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3fd: couple_with_heart_man_man_tone3;
1827
+ 1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3fe: couple_with_heart_man_man_tone3_tone4;
1828
+ 1f468-1f3fd-200d-2764-fe0f-200d-1f468-1f3ff: couple_with_heart_man_man_tone3_tone5;
1829
+ 1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3fb: couple_with_heart_man_man_tone4_tone1;
1830
+ 1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3fc: couple_with_heart_man_man_tone4_tone2;
1831
+ 1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3fd: couple_with_heart_man_man_tone4_tone3;
1832
+ 1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3fe: couple_with_heart_man_man_tone4;
1833
+ 1f468-1f3fe-200d-2764-fe0f-200d-1f468-1f3ff: couple_with_heart_man_man_tone4_tone5;
1834
+ 1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3fb: couple_with_heart_man_man_tone5_tone1;
1835
+ 1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3fc: couple_with_heart_man_man_tone5_tone2;
1836
+ 1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3fd: couple_with_heart_man_man_tone5_tone3;
1837
+ 1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3fe: couple_with_heart_man_man_tone5_tone4;
1838
+ 1f468-1f3ff-200d-2764-fe0f-200d-1f468-1f3ff: couple_with_heart_man_man_tone5;
2568
1839
  1f48f: couplekiss;
1840
+ 1f48f-1f3fb: kiss_tone1;
1841
+ 1f9d1-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fc: kiss_person_person_tone1_tone2;
1842
+ 1f9d1-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fd: kiss_person_person_tone1_tone3;
1843
+ 1f9d1-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fe: kiss_person_person_tone1_tone4;
1844
+ 1f9d1-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3ff: kiss_person_person_tone1_tone5;
1845
+ 1f9d1-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fb: kiss_person_person_tone2_tone1;
1846
+ 1f48f-1f3fc: kiss_tone2;
1847
+ 1f9d1-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fd: kiss_person_person_tone2_tone3;
1848
+ 1f9d1-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fe: kiss_person_person_tone2_tone4;
1849
+ 1f9d1-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3ff: kiss_person_person_tone2_tone5;
1850
+ 1f9d1-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fb: kiss_person_person_tone3_tone1;
1851
+ 1f9d1-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fc: kiss_person_person_tone3_tone2;
1852
+ 1f48f-1f3fd: kiss_tone3;
1853
+ 1f9d1-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fe: kiss_person_person_tone3_tone4;
1854
+ 1f9d1-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3ff: kiss_person_person_tone3_tone5;
1855
+ 1f9d1-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fb: kiss_person_person_tone4_tone1;
1856
+ 1f9d1-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fc: kiss_person_person_tone4_tone2;
1857
+ 1f9d1-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fd: kiss_person_person_tone4_tone3;
1858
+ 1f48f-1f3fe: kiss_tone4;
1859
+ 1f9d1-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3ff: kiss_person_person_tone4_tone5;
1860
+ 1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fb: kiss_person_person_tone5_tone1;
1861
+ 1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fc: kiss_person_person_tone5_tone2;
1862
+ 1f9d1-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f9d1-1f3fd: kiss_person_person_tone5_tone3;
1863
+ 1f48f-1f3ff: kiss_tone5;
2569
1864
  1f469-200d-2764-fe0f-200d-1f48b-200d-1f468: kiss_woman_man;
1865
+ 1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb: kiss_woman_man_tone1;
1866
+ 1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc: kiss_woman_man_tone1_tone2;
1867
+ 1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd: kiss_woman_man_tone1_tone3;
1868
+ 1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe: kiss_woman_man_tone1_tone4;
1869
+ 1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff: kiss_woman_man_tone1_tone5;
1870
+ 1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb: kiss_woman_man_tone2_tone1;
1871
+ 1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc: kiss_woman_man_tone2;
1872
+ 1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd: kiss_woman_man_tone2_tone3;
1873
+ 1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe: kiss_woman_man_tone2_tone4;
1874
+ 1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff: kiss_woman_man_tone2_tone5;
1875
+ 1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb: kiss_woman_man_tone3_tone1;
1876
+ 1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc: kiss_woman_man_tone3_tone2;
1877
+ 1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd: kiss_woman_man_tone3;
1878
+ 1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe: kiss_woman_man_tone3_tone4;
1879
+ 1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff: kiss_woman_man_tone3_tone5;
1880
+ 1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb: kiss_woman_man_tone4_tone1;
1881
+ 1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc: kiss_woman_man_tone4_tone2;
1882
+ 1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd: kiss_woman_man_tone4_tone3;
1883
+ 1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe: kiss_woman_man_tone4;
1884
+ 1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff: kiss_woman_man_tone4_tone5;
1885
+ 1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb: kiss_woman_man_tone5_tone1;
1886
+ 1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc: kiss_woman_man_tone5_tone2;
1887
+ 1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd: kiss_woman_man_tone5_tone3;
1888
+ 1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe: kiss_woman_man_tone5_tone4;
1889
+ 1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff: kiss_woman_man_tone5;
2570
1890
  1f469-200d-2764-fe0f-200d-1f48b-200d-1f469: kiss_ww;
1891
+ 1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb: kiss_woman_woman_tone1;
1892
+ 1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc: kiss_woman_woman_tone1_tone2;
1893
+ 1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd: kiss_woman_woman_tone1_tone3;
1894
+ 1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe: kiss_woman_woman_tone1_tone4;
1895
+ 1f469-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff: kiss_woman_woman_tone1_tone5;
1896
+ 1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb: kiss_woman_woman_tone2_tone1;
1897
+ 1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc: kiss_woman_woman_tone2;
1898
+ 1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd: kiss_woman_woman_tone2_tone3;
1899
+ 1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe: kiss_woman_woman_tone2_tone4;
1900
+ 1f469-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff: kiss_woman_woman_tone2_tone5;
1901
+ 1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb: kiss_woman_woman_tone3_tone1;
1902
+ 1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc: kiss_woman_woman_tone3_tone2;
1903
+ 1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd: kiss_woman_woman_tone3;
1904
+ 1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe: kiss_woman_woman_tone3_tone4;
1905
+ 1f469-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff: kiss_woman_woman_tone3_tone5;
1906
+ 1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb: kiss_woman_woman_tone4_tone1;
1907
+ 1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc: kiss_woman_woman_tone4_tone2;
1908
+ 1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd: kiss_woman_woman_tone4_tone3;
1909
+ 1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe: kiss_woman_woman_tone4;
1910
+ 1f469-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff: kiss_woman_woman_tone4_tone5;
1911
+ 1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fb: kiss_woman_woman_tone5_tone1;
1912
+ 1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fc: kiss_woman_woman_tone5_tone2;
1913
+ 1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fd: kiss_woman_woman_tone5_tone3;
1914
+ 1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3fe: kiss_woman_woman_tone5_tone4;
1915
+ 1f469-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f469-1f3ff: kiss_woman_woman_tone5;
2571
1916
  1f468-200d-2764-fe0f-200d-1f48b-200d-1f468: kiss_mm;
1917
+ 1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb: kiss_man_man_tone1;
1918
+ 1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc: kiss_man_man_tone1_tone2;
1919
+ 1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd: kiss_man_man_tone1_tone3;
1920
+ 1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe: kiss_man_man_tone1_tone4;
1921
+ 1f468-1f3fb-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff: kiss_man_man_tone1_tone5;
1922
+ 1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb: kiss_man_man_tone2_tone1;
1923
+ 1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc: kiss_man_man_tone2;
1924
+ 1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd: kiss_man_man_tone2_tone3;
1925
+ 1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe: kiss_man_man_tone2_tone4;
1926
+ 1f468-1f3fc-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff: kiss_man_man_tone2_tone5;
1927
+ 1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb: kiss_man_man_tone3_tone1;
1928
+ 1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc: kiss_man_man_tone3_tone2;
1929
+ 1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd: kiss_man_man_tone3;
1930
+ 1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe: kiss_man_man_tone3_tone4;
1931
+ 1f468-1f3fd-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff: kiss_man_man_tone3_tone5;
1932
+ 1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb: kiss_man_man_tone4_tone1;
1933
+ 1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc: kiss_man_man_tone4_tone2;
1934
+ 1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd: kiss_man_man_tone4_tone3;
1935
+ 1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe: kiss_man_man_tone4;
1936
+ 1f468-1f3fe-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff: kiss_man_man_tone4_tone5;
1937
+ 1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fb: kiss_man_man_tone5_tone1;
1938
+ 1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fc: kiss_man_man_tone5_tone2;
1939
+ 1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fd: kiss_man_man_tone5_tone3;
1940
+ 1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3fe: kiss_man_man_tone5_tone4;
1941
+ 1f468-1f3ff-200d-2764-fe0f-200d-1f48b-200d-1f468-1f3ff: kiss_man_man_tone5;
2572
1942
  1f46a: family;
2573
1943
  1f468-200d-1f469-200d-1f466: family_man_woman_boy;
2574
1944
  1f468-200d-1f469-200d-1f467: family_mwg;
@@ -2603,6 +1973,7 @@
2603
1973
  1f45a: womans_clothes;
2604
1974
  1f455: shirt;
2605
1975
  1f456: jeans;
1976
+ 1fa72: briefs;
2606
1977
  1fa73: shorts;
2607
1978
  1f454: necktie;
2608
1979
  1f457: dress;
@@ -2614,39 +1985,687 @@
2614
1985
  1f460: high_heel;
2615
1986
  1f461: sandal;
2616
1987
  1f462: boot;
1988
+ 1f45e: mans_shoe;
1989
+ 1f45f: athletic_shoe;
1990
+ 1f97e: hiking_boot;
1991
+ 1fa74: thong_sandal;
1992
+ 1f9e6: socks;
1993
+ 1f9e4: gloves;
1994
+ 1f9e3: scarf;
1995
+ 1f3a9: tophat;
1996
+ 1f9e2: billed_cap;
1997
+ 1f452: womans_hat;
1998
+ 1f393: mortar_board;
1999
+ 26d1: helmet_with_cross;
2000
+ 1fa96: military_helmet;
2001
+ 1f451: crown;
2002
+ 1f48d: ring;
2003
+ 1f45d: pouch;
2004
+ 1f45b: purse;
2005
+ 1f45c: handbag;
2006
+ 1f4bc: briefcase;
2007
+ 1f392: school_satchel;
2008
+ 1f9f3: luggage;
2009
+ 1f453: eyeglasses;
2010
+ 1f576: dark_sunglasses;
2011
+ 1f97d: goggles;
2012
+ 1f302: closed_umbrella;
2013
+ 1f9b1: curly_haired;
2014
+ 1f9b0: red_haired;
2015
+ 1f9b3: white_haired;
2016
+ 1f9b2: bald;
2017
+ 1f436: dog;
2018
+ 1f431: cat;
2019
+ 1f42d: mouse;
2020
+ 1f439: hamster;
2021
+ 1f430: rabbit;
2022
+ 1f98a: fox;
2023
+ 1f43b: bear;
2024
+ 1f43c: panda_face;
2025
+ 1f43b-200d-2744-fe0f: polar_bear;
2026
+ 1f428: koala;
2027
+ 1f42f: tiger;
2028
+ 1f981: lion_face;
2029
+ 1f42e: cow;
2030
+ 1f437: pig;
2031
+ 1f43d: pig_nose;
2032
+ 1f438: frog;
2033
+ 1f435: monkey_face;
2034
+ 1f648: see_no_evil;
2035
+ 1f649: hear_no_evil;
2036
+ 1f64a: speak_no_evil;
2037
+ 1f412: monkey;
2038
+ 1f414: chicken;
2039
+ 1f427: penguin;
2040
+ 1f426: bird;
2041
+ 1f424: baby_chick;
2042
+ 1f423: hatching_chick;
2043
+ 1f425: hatched_chick;
2044
+ 1f986: duck;
2045
+ 1f9a4: dodo;
2046
+ 1f985: eagle;
2047
+ 1f989: owl;
2048
+ 1f987: bat;
2049
+ 1f43a: wolf;
2050
+ 1f417: boar;
2051
+ 1f434: horse;
2052
+ 1f984: unicorn;
2053
+ 1f41d: bee;
2054
+ 1f41b: bug;
2055
+ 1f98b: butterfly;
2056
+ 1f40c: snail;
2057
+ 1fab1: worm;
2058
+ 1f41e: lady_beetle;
2059
+ 1f41c: ant;
2060
+ 1fab0: fly;
2061
+ 1f99f: mosquito;
2062
+ 1fab3: cockroach;
2063
+ 1fab2: beetle;
2064
+ 1f997: cricket;
2065
+ 1f577: spider;
2066
+ 1f578: spider_web;
2067
+ 1f982: scorpion;
2068
+ 1f422: turtle;
2069
+ 1f40d: snake;
2070
+ 1f98e: lizard;
2071
+ 1f996: t_rex;
2072
+ 1f995: sauropod;
2073
+ 1f419: octopus;
2074
+ 1f991: squid;
2075
+ 1f990: shrimp;
2076
+ 1f99e: lobster;
2077
+ 1f980: crab;
2078
+ 1f421: blowfish;
2079
+ 1f420: tropical_fish;
2080
+ 1f41f: fish;
2081
+ 1f9ad: seal;
2082
+ 1f42c: dolphin;
2083
+ 1f433: whale;
2084
+ 1f40b: whale2;
2085
+ 1f988: shark;
2086
+ 1f40a: crocodile;
2087
+ 1f405: tiger2;
2088
+ 1f406: leopard;
2089
+ 1f993: zebra;
2090
+ 1f98d: gorilla;
2091
+ 1f9a7: orangutan;
2092
+ 1f418: elephant;
2093
+ 1f9a3: mammoth;
2094
+ 1f9ac: bison;
2095
+ 1f99b: hippopotamus;
2096
+ 1f98f: rhino;
2097
+ 1f42a: dromedary_camel;
2098
+ 1f42b: camel;
2099
+ 1f992: giraffe;
2100
+ 1f998: kangaroo;
2101
+ 1f403: water_buffalo;
2102
+ 1f402: ox;
2103
+ 1f404: cow2;
2104
+ 1f40e: racehorse;
2105
+ 1f416: pig2;
2106
+ 1f40f: ram;
2107
+ 1f411: sheep;
2108
+ 1f999: llama;
2109
+ 1f410: goat;
2110
+ 1f98c: deer;
2111
+ 1f415: dog2;
2112
+ 1f429: poodle;
2113
+ 1f9ae: guide_dog;
2114
+ 1f415-200d-1f9ba: service_dog;
2115
+ 1f408: cat2;
2116
+ 1f408-200d-2b1b: black_cat;
2117
+ 1f413: rooster;
2118
+ 1f983: turkey;
2119
+ 1f99a: peacock;
2120
+ 1f99c: parrot;
2121
+ 1f9a2: swan;
2122
+ 1f9a9: flamingo;
2123
+ 1f54a: dove;
2124
+ 1f407: rabbit2;
2125
+ 1f99d: raccoon;
2126
+ 1f9a8: skunk;
2127
+ 1f9a1: badger;
2128
+ 1f9ab: beaver;
2129
+ 1f9a6: otter;
2130
+ 1f9a5: sloth;
2131
+ 1f401: mouse2;
2132
+ 1f400: rat;
2133
+ 1f43f: chipmunk;
2134
+ 1f994: hedgehog;
2135
+ 1f43e: feet;
2136
+ 1f409: dragon;
2137
+ 1f432: dragon_face;
2138
+ 1f335: cactus;
2139
+ 1f384: christmas_tree;
2140
+ 1f332: evergreen_tree;
2141
+ 1f333: deciduous_tree;
2142
+ 1f334: palm_tree;
2143
+ 1f331: seedling;
2144
+ 1f33f: herb;
2145
+ 1f340: four_leaf_clover;
2146
+ 1f38d: bamboo;
2147
+ 1f38b: tanabata_tree;
2148
+ 1f343: leaves;
2149
+ 1f342: fallen_leaf;
2150
+ 1f341: maple_leaf;
2151
+ 1fab6: feather;
2152
+ 1f344: mushroom;
2153
+ 1f41a: shell;
2154
+ 1faa8: rock;
2155
+ 1fab5: wood;
2156
+ 1f33e: ear_of_rice;
2157
+ 1fab4: potted_plant;
2158
+ 1f490: bouquet;
2159
+ 1f337: tulip;
2160
+ 1f339: rose;
2161
+ 1f940: wilted_rose;
2162
+ 1f33a: hibiscus;
2163
+ 1f338: cherry_blossom;
2164
+ 1f33c: blossom;
2165
+ 1f33b: sunflower;
2166
+ 1f31e: sun_with_face;
2167
+ 1f31d: full_moon_with_face;
2168
+ 1f31b: first_quarter_moon_with_face;
2169
+ 1f31c: last_quarter_moon_with_face;
2170
+ 1f31a: new_moon_with_face;
2171
+ 1f315: full_moon;
2172
+ 1f316: waning_gibbous_moon;
2173
+ 1f317: last_quarter_moon;
2174
+ 1f318: waning_crescent_moon;
2175
+ 1f311: new_moon;
2176
+ 1f312: waxing_crescent_moon;
2177
+ 1f313: first_quarter_moon;
2178
+ 1f314: waxing_gibbous_moon;
2179
+ 1f319: crescent_moon;
2180
+ 1f30e: earth_americas;
2181
+ 1f30d: earth_africa;
2182
+ 1f30f: earth_asia;
2183
+ 1fa90: ringed_planet;
2184
+ 1f4ab: dizzy;
2185
+ 2b50: star;
2186
+ 1f31f: star2;
2187
+ 26a1: zap;
2188
+ 1f4a5: boom;
2189
+ 1f525: fire;
2190
+ 1f32a: cloud_tornado;
2191
+ 1f308: rainbow;
2192
+ 1f324: white_sun_small_cloud;
2193
+ 26c5: partly_sunny;
2194
+ 1f325: white_sun_cloud;
2195
+ 1f326: white_sun_rain_cloud;
2196
+ 1f327: cloud_rain;
2197
+ 26c8: thunder_cloud_rain;
2198
+ 1f329: cloud_lightning;
2199
+ 1f328: cloud_snow;
2200
+ 26c4: snowman;
2201
+ 1f32c: wind_blowing_face;
2202
+ 1f4a8: dash;
2203
+ 1f4a7: droplet;
2204
+ 1f4a6: sweat_drops;
2205
+ 1f30a: ocean;
2206
+ 1f32b: fog;
2207
+ 1f34f: green_apple;
2208
+ 1f34e: apple;
2209
+ 1f350: pear;
2210
+ 1f34a: tangerine;
2211
+ 1f34b: lemon;
2212
+ 1f34c: banana;
2213
+ 1f349: watermelon;
2214
+ 1f347: grapes;
2215
+ 1fad0: blueberries;
2216
+ 1f353: strawberry;
2217
+ 1f348: melon;
2218
+ 1f352: cherries;
2219
+ 1f351: peach;
2220
+ 1f96d: mango;
2221
+ 1f34d: pineapple;
2222
+ 1f965: coconut;
2223
+ 1f95d: kiwi;
2224
+ 1f345: tomato;
2225
+ 1f346: eggplant;
2226
+ 1f951: avocado;
2227
+ 1fad2: olive;
2228
+ 1f966: broccoli;
2229
+ 1f96c: leafy_green;
2230
+ 1fad1: bell_pepper;
2231
+ 1f952: cucumber;
2232
+ 1f336: hot_pepper;
2233
+ 1f33d: corn;
2234
+ 1f955: carrot;
2235
+ 1f9c4: garlic;
2236
+ 1f9c5: onion;
2237
+ 1f954: potato;
2238
+ 1f360: sweet_potato;
2239
+ 1f950: croissant;
2240
+ 1f96f: bagel;
2241
+ 1f35e: bread;
2242
+ 1f956: french_bread;
2243
+ 1fad3: flatbread;
2244
+ 1f968: pretzel;
2245
+ 1f9c0: cheese;
2246
+ 1f95a: egg;
2247
+ 1f373: cooking;
2248
+ 1f9c8: butter;
2249
+ 1f95e: pancakes;
2250
+ 1f9c7: waffle;
2251
+ 1f953: bacon;
2252
+ 1f969: cut_of_meat;
2253
+ 1f357: poultry_leg;
2254
+ 1f356: meat_on_bone;
2255
+ 1f32d: hotdog;
2256
+ 1f354: hamburger;
2257
+ 1f35f: fries;
2258
+ 1f355: pizza;
2259
+ 1f96a: sandwich;
2260
+ 1f959: stuffed_flatbread;
2261
+ 1f9c6: falafel;
2262
+ 1f32e: taco;
2263
+ 1f32f: burrito;
2264
+ 1fad4: tamale;
2265
+ 1f957: salad;
2266
+ 1f958: shallow_pan_of_food;
2267
+ 1fad5: fondue;
2268
+ 1f96b: canned_food;
2269
+ 1f35d: spaghetti;
2270
+ 1f35c: ramen;
2271
+ 1f372: stew;
2272
+ 1f35b: curry;
2273
+ 1f363: sushi;
2274
+ 1f371: bento;
2275
+ 1f95f: dumpling;
2276
+ 1f9aa: oyster;
2277
+ 1f364: fried_shrimp;
2278
+ 1f359: rice_ball;
2279
+ 1f35a: rice;
2280
+ 1f358: rice_cracker;
2281
+ 1f365: fish_cake;
2282
+ 1f960: fortune_cookie;
2283
+ 1f96e: moon_cake;
2284
+ 1f362: oden;
2285
+ 1f361: dango;
2286
+ 1f367: shaved_ice;
2287
+ 1f368: ice_cream;
2288
+ 1f366: icecream;
2289
+ 1f967: pie;
2290
+ 1f9c1: cupcake;
2291
+ 1f370: cake;
2292
+ 1f382: birthday;
2293
+ 1f36e: custard;
2294
+ 1f36d: lollipop;
2295
+ 1f36c: candy;
2296
+ 1f36b: chocolate_bar;
2297
+ 1f37f: popcorn;
2298
+ 1f369: doughnut;
2299
+ 1f36a: cookie;
2300
+ 1f330: chestnut;
2301
+ 1f95c: peanuts;
2302
+ 1f36f: honey_pot;
2303
+ 1f95b: milk;
2304
+ 1f37c: baby_bottle;
2305
+ 1f375: tea;
2306
+ 1fad6: teapot;
2307
+ 1f9c9: mate;
2308
+ 1f9cb: bubble_tea;
2309
+ 1f9c3: beverage_box;
2310
+ 1f964: cup_with_straw;
2311
+ 1f376: sake;
2312
+ 1f37a: beer;
2313
+ 1f37b: beers;
2314
+ 1f942: champagne_glass;
2315
+ 1f377: wine_glass;
2316
+ 1f943: tumbler_glass;
2317
+ 1f378: cocktail;
2318
+ 1f379: tropical_drink;
2319
+ 1f37e: champagne;
2320
+ 1f9ca: ice_cube;
2321
+ 1f944: spoon;
2322
+ 1f374: fork_and_knife;
2323
+ 1f37d: fork_knife_plate;
2324
+ 1f963: bowl_with_spoon;
2325
+ 1f961: takeout_box;
2326
+ 1f962: chopsticks;
2327
+ 1f9c2: salt;
2328
+ 26bd: soccer;
2329
+ 1f3c0: basketball;
2330
+ 1f3c8: football;
2331
+ 26be: baseball;
2332
+ 1f94e: softball;
2333
+ 1f3be: tennis;
2334
+ 1f3d0: volleyball;
2335
+ 1f3c9: rugby_football;
2336
+ 1f94f: flying_disc;
2337
+ 1fa83: boomerang;
2338
+ 1f3b1: 8ball;
2339
+ 1fa80: yo_yo;
2340
+ 1f3d3: ping_pong;
2341
+ 1f3f8: badminton;
2342
+ 1f3d2: hockey;
2343
+ 1f3d1: field_hockey;
2344
+ 1f94d: lacrosse;
2345
+ 1f3cf: cricket_game;
2346
+ 1f945: goal;
2347
+ 26f3: golf;
2348
+ 1fa81: kite;
2349
+ 1f3f9: bow_and_arrow;
2350
+ 1f3a3: fishing_pole_and_fish;
2351
+ 1f93f: diving_mask;
2352
+ 1f94a: boxing_glove;
2353
+ 1f94b: martial_arts_uniform;
2354
+ 1f3bd: running_shirt_with_sash;
2355
+ 1f6f9: skateboard;
2356
+ 1f6fc: roller_skate;
2357
+ 1f6f7: sled;
2358
+ 26f8: ice_skate;
2359
+ 1f94c: curling_stone;
2360
+ 1f3bf: ski;
2361
+ 26f7: skier;
2362
+ 1f3c2: snowboarder;
2363
+ 1f3c2-1f3fb: snowboarder_tone1;
2364
+ 1f3c2-1f3fc: snowboarder_tone2;
2365
+ 1f3c2-1f3fd: snowboarder_tone3;
2366
+ 1f3c2-1f3fe: snowboarder_tone4;
2367
+ 1f3c2-1f3ff: snowboarder_tone5;
2368
+ 1fa82: parachute;
2369
+ 1f3cb: person_lifting_weights;
2370
+ 1f3cb-1f3fb: person_lifting_weights_tone1;
2371
+ 1f3cb-1f3fc: person_lifting_weights_tone2;
2372
+ 1f3cb-1f3fd: person_lifting_weights_tone3;
2373
+ 1f3cb-1f3fe: person_lifting_weights_tone4;
2374
+ 1f3cb-1f3ff: person_lifting_weights_tone5;
2375
+ 1f3cb-fe0f-200d-2640-fe0f: woman_lifting_weights;
2376
+ 1f3cb-1f3fb-200d-2640-fe0f: woman_lifting_weights_tone1;
2377
+ 1f3cb-1f3fc-200d-2640-fe0f: woman_lifting_weights_tone2;
2378
+ 1f3cb-1f3fd-200d-2640-fe0f: woman_lifting_weights_tone3;
2379
+ 1f3cb-1f3fe-200d-2640-fe0f: woman_lifting_weights_tone4;
2380
+ 1f3cb-1f3ff-200d-2640-fe0f: woman_lifting_weights_tone5;
2381
+ 1f3cb-fe0f-200d-2642-fe0f: man_lifting_weights;
2382
+ 1f3cb-1f3fb-200d-2642-fe0f: man_lifting_weights_tone1;
2383
+ 1f3cb-1f3fc-200d-2642-fe0f: man_lifting_weights_tone2;
2384
+ 1f3cb-1f3fd-200d-2642-fe0f: man_lifting_weights_tone3;
2385
+ 1f3cb-1f3fe-200d-2642-fe0f: man_lifting_weights_tone4;
2386
+ 1f3cb-1f3ff-200d-2642-fe0f: man_lifting_weights_tone5;
2387
+ 1f93c: people_wrestling;
2388
+ 1f93c-200d-2640-fe0f: women_wrestling;
2389
+ 1f93c-200d-2642-fe0f: men_wrestling;
2390
+ 1f938: person_doing_cartwheel;
2391
+ 1f938-1f3fb: person_doing_cartwheel_tone1;
2392
+ 1f938-1f3fc: person_doing_cartwheel_tone2;
2393
+ 1f938-1f3fd: person_doing_cartwheel_tone3;
2394
+ 1f938-1f3fe: person_doing_cartwheel_tone4;
2395
+ 1f938-1f3ff: person_doing_cartwheel_tone5;
2396
+ 1f938-200d-2640-fe0f: woman_cartwheeling;
2397
+ 1f938-1f3fb-200d-2640-fe0f: woman_cartwheeling_tone1;
2398
+ 1f938-1f3fc-200d-2640-fe0f: woman_cartwheeling_tone2;
2399
+ 1f938-1f3fd-200d-2640-fe0f: woman_cartwheeling_tone3;
2400
+ 1f938-1f3fe-200d-2640-fe0f: woman_cartwheeling_tone4;
2401
+ 1f938-1f3ff-200d-2640-fe0f: woman_cartwheeling_tone5;
2402
+ 1f938-200d-2642-fe0f: man_cartwheeling;
2403
+ 1f938-1f3fb-200d-2642-fe0f: man_cartwheeling_tone1;
2404
+ 1f938-1f3fc-200d-2642-fe0f: man_cartwheeling_tone2;
2405
+ 1f938-1f3fd-200d-2642-fe0f: man_cartwheeling_tone3;
2406
+ 1f938-1f3fe-200d-2642-fe0f: man_cartwheeling_tone4;
2407
+ 1f938-1f3ff-200d-2642-fe0f: man_cartwheeling_tone5;
2408
+ 26f9: person_bouncing_ball;
2409
+ 26f9-1f3fb: person_bouncing_ball_tone1;
2410
+ 26f9-1f3fc: person_bouncing_ball_tone2;
2411
+ 26f9-1f3fd: person_bouncing_ball_tone3;
2412
+ 26f9-1f3fe: person_bouncing_ball_tone4;
2413
+ 26f9-1f3ff: person_bouncing_ball_tone5;
2414
+ 26f9-fe0f-200d-2640-fe0f: woman_bouncing_ball;
2415
+ 26f9-1f3fb-200d-2640-fe0f: woman_bouncing_ball_tone1;
2416
+ 26f9-1f3fc-200d-2640-fe0f: woman_bouncing_ball_tone2;
2417
+ 26f9-1f3fd-200d-2640-fe0f: woman_bouncing_ball_tone3;
2418
+ 26f9-1f3fe-200d-2640-fe0f: woman_bouncing_ball_tone4;
2419
+ 26f9-1f3ff-200d-2640-fe0f: woman_bouncing_ball_tone5;
2420
+ 26f9-fe0f-200d-2642-fe0f: man_bouncing_ball;
2421
+ 26f9-1f3fb-200d-2642-fe0f: man_bouncing_ball_tone1;
2422
+ 26f9-1f3fc-200d-2642-fe0f: man_bouncing_ball_tone2;
2423
+ 26f9-1f3fd-200d-2642-fe0f: man_bouncing_ball_tone3;
2424
+ 26f9-1f3fe-200d-2642-fe0f: man_bouncing_ball_tone4;
2425
+ 26f9-1f3ff-200d-2642-fe0f: man_bouncing_ball_tone5;
2426
+ 1f93a: person_fencing;
2427
+ 1f93e: person_playing_handball;
2428
+ 1f93e-1f3fb: person_playing_handball_tone1;
2429
+ 1f93e-1f3fc: person_playing_handball_tone2;
2430
+ 1f93e-1f3fd: person_playing_handball_tone3;
2431
+ 1f93e-1f3fe: person_playing_handball_tone4;
2432
+ 1f93e-1f3ff: person_playing_handball_tone5;
2433
+ 1f93e-200d-2640-fe0f: woman_playing_handball;
2434
+ 1f93e-1f3fb-200d-2640-fe0f: woman_playing_handball_tone1;
2435
+ 1f93e-1f3fc-200d-2640-fe0f: woman_playing_handball_tone2;
2436
+ 1f93e-1f3fd-200d-2640-fe0f: woman_playing_handball_tone3;
2437
+ 1f93e-1f3fe-200d-2640-fe0f: woman_playing_handball_tone4;
2438
+ 1f93e-1f3ff-200d-2640-fe0f: woman_playing_handball_tone5;
2439
+ 1f93e-200d-2642-fe0f: man_playing_handball;
2440
+ 1f93e-1f3fb-200d-2642-fe0f: man_playing_handball_tone1;
2441
+ 1f93e-1f3fc-200d-2642-fe0f: man_playing_handball_tone2;
2442
+ 1f93e-1f3fd-200d-2642-fe0f: man_playing_handball_tone3;
2443
+ 1f93e-1f3fe-200d-2642-fe0f: man_playing_handball_tone4;
2444
+ 1f93e-1f3ff-200d-2642-fe0f: man_playing_handball_tone5;
2445
+ 1f3cc: person_golfing;
2446
+ 1f3cc-1f3fb: person_golfing_tone1;
2447
+ 1f3cc-1f3fc: person_golfing_tone2;
2448
+ 1f3cc-1f3fd: person_golfing_tone3;
2449
+ 1f3cc-1f3fe: person_golfing_tone4;
2450
+ 1f3cc-1f3ff: person_golfing_tone5;
2451
+ 1f3cc-fe0f-200d-2640-fe0f: woman_golfing;
2452
+ 1f3cc-1f3fb-200d-2640-fe0f: woman_golfing_tone1;
2453
+ 1f3cc-1f3fc-200d-2640-fe0f: woman_golfing_tone2;
2454
+ 1f3cc-1f3fd-200d-2640-fe0f: woman_golfing_tone3;
2455
+ 1f3cc-1f3fe-200d-2640-fe0f: woman_golfing_tone4;
2456
+ 1f3cc-1f3ff-200d-2640-fe0f: woman_golfing_tone5;
2457
+ 1f3cc-fe0f-200d-2642-fe0f: man_golfing;
2458
+ 1f3cc-1f3fb-200d-2642-fe0f: man_golfing_tone1;
2459
+ 1f3cc-1f3fc-200d-2642-fe0f: man_golfing_tone2;
2460
+ 1f3cc-1f3fd-200d-2642-fe0f: man_golfing_tone3;
2461
+ 1f3cc-1f3fe-200d-2642-fe0f: man_golfing_tone4;
2462
+ 1f3cc-1f3ff-200d-2642-fe0f: man_golfing_tone5;
2463
+ 1f3c7: horse_racing;
2464
+ 1f3c7-1f3fb: horse_racing_tone1;
2465
+ 1f3c7-1f3fc: horse_racing_tone2;
2466
+ 1f3c7-1f3fd: horse_racing_tone3;
2467
+ 1f3c7-1f3fe: horse_racing_tone4;
2468
+ 1f3c7-1f3ff: horse_racing_tone5;
2469
+ 1f9d8: person_in_lotus_position;
2470
+ 1f9d8-1f3fb: person_in_lotus_position_tone1;
2471
+ 1f9d8-1f3fc: person_in_lotus_position_tone2;
2472
+ 1f9d8-1f3fd: person_in_lotus_position_tone3;
2473
+ 1f9d8-1f3fe: person_in_lotus_position_tone4;
2474
+ 1f9d8-1f3ff: person_in_lotus_position_tone5;
2475
+ 1f9d8-200d-2640-fe0f: woman_in_lotus_position;
2476
+ 1f9d8-1f3fb-200d-2640-fe0f: woman_in_lotus_position_tone1;
2477
+ 1f9d8-1f3fc-200d-2640-fe0f: woman_in_lotus_position_tone2;
2478
+ 1f9d8-1f3fd-200d-2640-fe0f: woman_in_lotus_position_tone3;
2479
+ 1f9d8-1f3fe-200d-2640-fe0f: woman_in_lotus_position_tone4;
2480
+ 1f9d8-1f3ff-200d-2640-fe0f: woman_in_lotus_position_tone5;
2481
+ 1f9d8-200d-2642-fe0f: man_in_lotus_position;
2482
+ 1f9d8-1f3fb-200d-2642-fe0f: man_in_lotus_position_tone1;
2483
+ 1f9d8-1f3fc-200d-2642-fe0f: man_in_lotus_position_tone2;
2484
+ 1f9d8-1f3fd-200d-2642-fe0f: man_in_lotus_position_tone3;
2485
+ 1f9d8-1f3fe-200d-2642-fe0f: man_in_lotus_position_tone4;
2486
+ 1f9d8-1f3ff-200d-2642-fe0f: man_in_lotus_position_tone5;
2487
+ 1f3c4: person_surfing;
2488
+ 1f3c4-1f3fb: person_surfing_tone1;
2489
+ 1f3c4-1f3fc: person_surfing_tone2;
2490
+ 1f3c4-1f3fd: person_surfing_tone3;
2491
+ 1f3c4-1f3fe: person_surfing_tone4;
2492
+ 1f3c4-1f3ff: person_surfing_tone5;
2493
+ 1f3c4-200d-2640-fe0f: woman_surfing;
2494
+ 1f3c4-1f3fb-200d-2640-fe0f: woman_surfing_tone1;
2495
+ 1f3c4-1f3fc-200d-2640-fe0f: woman_surfing_tone2;
2496
+ 1f3c4-1f3fd-200d-2640-fe0f: woman_surfing_tone3;
2497
+ 1f3c4-1f3fe-200d-2640-fe0f: woman_surfing_tone4;
2498
+ 1f3c4-1f3ff-200d-2640-fe0f: woman_surfing_tone5;
2499
+ 1f3c4-200d-2642-fe0f: man_surfing;
2500
+ 1f3c4-1f3fb-200d-2642-fe0f: man_surfing_tone1;
2501
+ 1f3c4-1f3fc-200d-2642-fe0f: man_surfing_tone2;
2502
+ 1f3c4-1f3fd-200d-2642-fe0f: man_surfing_tone3;
2503
+ 1f3c4-1f3fe-200d-2642-fe0f: man_surfing_tone4;
2504
+ 1f3c4-1f3ff-200d-2642-fe0f: man_surfing_tone5;
2505
+ 1f3ca: person_swimming;
2506
+ 1f3ca-1f3fb: person_swimming_tone1;
2507
+ 1f3ca-1f3fc: person_swimming_tone2;
2508
+ 1f3ca-1f3fd: person_swimming_tone3;
2509
+ 1f3ca-1f3fe: person_swimming_tone4;
2510
+ 1f3ca-1f3ff: person_swimming_tone5;
2511
+ 1f3ca-200d-2640-fe0f: woman_swimming;
2512
+ 1f3ca-1f3fb-200d-2640-fe0f: woman_swimming_tone1;
2513
+ 1f3ca-1f3fc-200d-2640-fe0f: woman_swimming_tone2;
2514
+ 1f3ca-1f3fd-200d-2640-fe0f: woman_swimming_tone3;
2515
+ 1f3ca-1f3fe-200d-2640-fe0f: woman_swimming_tone4;
2516
+ 1f3ca-1f3ff-200d-2640-fe0f: woman_swimming_tone5;
2517
+ 1f3ca-200d-2642-fe0f: man_swimming;
2518
+ 1f3ca-1f3fb-200d-2642-fe0f: man_swimming_tone1;
2519
+ 1f3ca-1f3fc-200d-2642-fe0f: man_swimming_tone2;
2520
+ 1f3ca-1f3fd-200d-2642-fe0f: man_swimming_tone3;
2521
+ 1f3ca-1f3fe-200d-2642-fe0f: man_swimming_tone4;
2522
+ 1f3ca-1f3ff-200d-2642-fe0f: man_swimming_tone5;
2523
+ 1f93d: person_playing_water_polo;
2524
+ 1f93d-1f3fb: person_playing_water_polo_tone1;
2525
+ 1f93d-1f3fc: person_playing_water_polo_tone2;
2526
+ 1f93d-1f3fd: person_playing_water_polo_tone3;
2527
+ 1f93d-1f3fe: person_playing_water_polo_tone4;
2528
+ 1f93d-1f3ff: person_playing_water_polo_tone5;
2529
+ 1f93d-200d-2640-fe0f: woman_playing_water_polo;
2530
+ 1f93d-1f3fb-200d-2640-fe0f: woman_playing_water_polo_tone1;
2531
+ 1f93d-1f3fc-200d-2640-fe0f: woman_playing_water_polo_tone2;
2532
+ 1f93d-1f3fd-200d-2640-fe0f: woman_playing_water_polo_tone3;
2533
+ 1f93d-1f3fe-200d-2640-fe0f: woman_playing_water_polo_tone4;
2534
+ 1f93d-1f3ff-200d-2640-fe0f: woman_playing_water_polo_tone5;
2535
+ 1f93d-200d-2642-fe0f: man_playing_water_polo;
2536
+ 1f93d-1f3fb-200d-2642-fe0f: man_playing_water_polo_tone1;
2537
+ 1f93d-1f3fc-200d-2642-fe0f: man_playing_water_polo_tone2;
2538
+ 1f93d-1f3fd-200d-2642-fe0f: man_playing_water_polo_tone3;
2539
+ 1f93d-1f3fe-200d-2642-fe0f: man_playing_water_polo_tone4;
2540
+ 1f93d-1f3ff-200d-2642-fe0f: man_playing_water_polo_tone5;
2541
+ 1f6a3: person_rowing_boat;
2542
+ 1f6a3-1f3fb: person_rowing_boat_tone1;
2543
+ 1f6a3-1f3fc: person_rowing_boat_tone2;
2544
+ 1f6a3-1f3fd: person_rowing_boat_tone3;
2545
+ 1f6a3-1f3fe: person_rowing_boat_tone4;
2546
+ 1f6a3-1f3ff: person_rowing_boat_tone5;
2547
+ 1f6a3-200d-2640-fe0f: woman_rowing_boat;
2548
+ 1f6a3-1f3fb-200d-2640-fe0f: woman_rowing_boat_tone1;
2549
+ 1f6a3-1f3fc-200d-2640-fe0f: woman_rowing_boat_tone2;
2550
+ 1f6a3-1f3fd-200d-2640-fe0f: woman_rowing_boat_tone3;
2551
+ 1f6a3-1f3fe-200d-2640-fe0f: woman_rowing_boat_tone4;
2552
+ 1f6a3-1f3ff-200d-2640-fe0f: woman_rowing_boat_tone5;
2553
+ 1f6a3-200d-2642-fe0f: man_rowing_boat;
2554
+ 1f6a3-1f3fb-200d-2642-fe0f: man_rowing_boat_tone1;
2555
+ 1f6a3-1f3fc-200d-2642-fe0f: man_rowing_boat_tone2;
2556
+ 1f6a3-1f3fd-200d-2642-fe0f: man_rowing_boat_tone3;
2557
+ 1f6a3-1f3fe-200d-2642-fe0f: man_rowing_boat_tone4;
2558
+ 1f6a3-1f3ff-200d-2642-fe0f: man_rowing_boat_tone5;
2559
+ 1f9d7: person_climbing;
2560
+ 1f9d7-1f3fb: person_climbing_tone1;
2561
+ 1f9d7-1f3fc: person_climbing_tone2;
2562
+ 1f9d7-1f3fd: person_climbing_tone3;
2563
+ 1f9d7-1f3fe: person_climbing_tone4;
2564
+ 1f9d7-1f3ff: person_climbing_tone5;
2565
+ 1f9d7-200d-2640-fe0f: woman_climbing;
2566
+ 1f9d7-1f3fb-200d-2640-fe0f: woman_climbing_tone1;
2567
+ 1f9d7-1f3fc-200d-2640-fe0f: woman_climbing_tone2;
2568
+ 1f9d7-1f3fd-200d-2640-fe0f: woman_climbing_tone3;
2569
+ 1f9d7-1f3fe-200d-2640-fe0f: woman_climbing_tone4;
2570
+ 1f9d7-1f3ff-200d-2640-fe0f: woman_climbing_tone5;
2571
+ 1f9d7-200d-2642-fe0f: man_climbing;
2572
+ 1f9d7-1f3fb-200d-2642-fe0f: man_climbing_tone1;
2573
+ 1f9d7-1f3fc-200d-2642-fe0f: man_climbing_tone2;
2574
+ 1f9d7-1f3fd-200d-2642-fe0f: man_climbing_tone3;
2575
+ 1f9d7-1f3fe-200d-2642-fe0f: man_climbing_tone4;
2576
+ 1f9d7-1f3ff-200d-2642-fe0f: man_climbing_tone5;
2577
+ 1f6b5: person_mountain_biking;
2578
+ 1f6b5-1f3fb: person_mountain_biking_tone1;
2579
+ 1f6b5-1f3fc: person_mountain_biking_tone2;
2580
+ 1f6b5-1f3fd: person_mountain_biking_tone3;
2581
+ 1f6b5-1f3fe: person_mountain_biking_tone4;
2582
+ 1f6b5-1f3ff: person_mountain_biking_tone5;
2583
+ 1f6b5-200d-2640-fe0f: woman_mountain_biking;
2584
+ 1f6b5-1f3fb-200d-2640-fe0f: woman_mountain_biking_tone1;
2585
+ 1f6b5-1f3fc-200d-2640-fe0f: woman_mountain_biking_tone2;
2586
+ 1f6b5-1f3fd-200d-2640-fe0f: woman_mountain_biking_tone3;
2587
+ 1f6b5-1f3fe-200d-2640-fe0f: woman_mountain_biking_tone4;
2588
+ 1f6b5-1f3ff-200d-2640-fe0f: woman_mountain_biking_tone5;
2589
+ 1f6b5-200d-2642-fe0f: man_mountain_biking;
2590
+ 1f6b5-1f3fb-200d-2642-fe0f: man_mountain_biking_tone1;
2591
+ 1f6b5-1f3fc-200d-2642-fe0f: man_mountain_biking_tone2;
2592
+ 1f6b5-1f3fd-200d-2642-fe0f: man_mountain_biking_tone3;
2593
+ 1f6b5-1f3fe-200d-2642-fe0f: man_mountain_biking_tone4;
2594
+ 1f6b5-1f3ff-200d-2642-fe0f: man_mountain_biking_tone5;
2595
+ 1f6b4: person_biking;
2596
+ 1f6b4-1f3fb: person_biking_tone1;
2597
+ 1f6b4-1f3fc: person_biking_tone2;
2598
+ 1f6b4-1f3fd: person_biking_tone3;
2599
+ 1f6b4-1f3fe: person_biking_tone4;
2600
+ 1f6b4-1f3ff: person_biking_tone5;
2601
+ 1f6b4-200d-2640-fe0f: woman_biking;
2602
+ 1f6b4-1f3fb-200d-2640-fe0f: woman_biking_tone1;
2603
+ 1f6b4-1f3fc-200d-2640-fe0f: woman_biking_tone2;
2604
+ 1f6b4-1f3fd-200d-2640-fe0f: woman_biking_tone3;
2605
+ 1f6b4-1f3fe-200d-2640-fe0f: woman_biking_tone4;
2606
+ 1f6b4-1f3ff-200d-2640-fe0f: woman_biking_tone5;
2607
+ 1f6b4-200d-2642-fe0f: man_biking;
2608
+ 1f6b4-1f3fb-200d-2642-fe0f: man_biking_tone1;
2609
+ 1f6b4-1f3fc-200d-2642-fe0f: man_biking_tone2;
2610
+ 1f6b4-1f3fd-200d-2642-fe0f: man_biking_tone3;
2611
+ 1f6b4-1f3fe-200d-2642-fe0f: man_biking_tone4;
2612
+ 1f6b4-1f3ff-200d-2642-fe0f: man_biking_tone5;
2613
+ 1f3c6: trophy;
2614
+ 1f947: first_place;
2615
+ 1f948: second_place;
2616
+ 1f949: third_place;
2617
+ 1f3c5: medal;
2618
+ 1f396: military_medal;
2619
+ 1f3f5: rosette;
2620
+ 1f397: reminder_ribbon;
2621
+ 1f3ab: ticket;
2622
+ 1f39f: tickets;
2623
+ 1f3aa: circus_tent;
2624
+ 1f939: person_juggling;
2625
+ 1f939-1f3fb: person_juggling_tone1;
2626
+ 1f939-1f3fc: person_juggling_tone2;
2627
+ 1f939-1f3fd: person_juggling_tone3;
2628
+ 1f939-1f3fe: person_juggling_tone4;
2629
+ 1f939-1f3ff: person_juggling_tone5;
2630
+ 1f939-200d-2640-fe0f: woman_juggling;
2631
+ 1f939-1f3fb-200d-2640-fe0f: woman_juggling_tone1;
2632
+ 1f939-1f3fc-200d-2640-fe0f: woman_juggling_tone2;
2633
+ 1f939-1f3fd-200d-2640-fe0f: woman_juggling_tone3;
2634
+ 1f939-1f3fe-200d-2640-fe0f: woman_juggling_tone4;
2635
+ 1f939-1f3ff-200d-2640-fe0f: woman_juggling_tone5;
2636
+ 1f939-200d-2642-fe0f: man_juggling;
2637
+ 1f939-1f3fb-200d-2642-fe0f: man_juggling_tone1;
2638
+ 1f939-1f3fc-200d-2642-fe0f: man_juggling_tone2;
2639
+ 1f939-1f3fd-200d-2642-fe0f: man_juggling_tone3;
2640
+ 1f939-1f3fe-200d-2642-fe0f: man_juggling_tone4;
2641
+ 1f939-1f3ff-200d-2642-fe0f: man_juggling_tone5;
2642
+ 1f3ad: performing_arts;
2617
2643
  1fa70: ballet_shoes;
2618
- 1f45e: mans_shoe;
2619
- 1f45f: athletic_shoe;
2620
- 1f97e: hiking_boot;
2621
- 1fa72: briefs;
2622
- 1f9e6: socks;
2623
- 1f9e4: gloves;
2624
- 1f9e3: scarf;
2625
- 1f3a9: tophat;
2626
- 1f9e2: billed_cap;
2627
- 1f452: womans_hat;
2628
- 1f393: mortar_board;
2629
- 26d1: helmet_with_cross;
2630
- 1f451: crown;
2631
- 1f48d: ring;
2632
- 1f45d: pouch;
2633
- 1f45b: purse;
2634
- 1f45c: handbag;
2635
- 1f4bc: briefcase;
2636
- 1f392: school_satchel;
2637
- 1f9f3: luggage;
2638
- 1f453: eyeglasses;
2639
- 1f576: dark_sunglasses;
2640
- 1f97d: goggles;
2641
- 1f93f: diving_mask;
2642
- 1f302: closed_umbrella;
2643
- 1f9b1: curly_haired;
2644
- 1f9b0: red_haired;
2645
- 1f9b3: white_haired;
2646
- 1f9b2: bald;
2644
+ 1f3a8: art;
2645
+ 1f3ac: clapper;
2646
+ 1f3a4: microphone;
2647
+ 1f3a7: headphones;
2648
+ 1f3bc: musical_score;
2649
+ 1f3b9: musical_keyboard;
2650
+ 1f941: drum;
2651
+ 1fa98: long_drum;
2652
+ 1f3b7: saxophone;
2653
+ 1f3ba: trumpet;
2654
+ 1f3b8: guitar;
2655
+ 1fa95: banjo;
2656
+ 1f3bb: violin;
2657
+ 1fa97: accordion;
2658
+ 1f3b2: game_die;
2659
+ 265f: chess_pawn;
2660
+ 1f3af: dart;
2661
+ 1f3b3: bowling;
2662
+ 1f3ae: video_game;
2663
+ 1f3b0: slot_machine;
2664
+ 1f9e9: jigsaw;
2647
2665
  1f697: red_car;
2648
2666
  1f695: taxi;
2649
2667
  1f699: blue_car;
2668
+ 1f6fb: pickup_truck;
2650
2669
  1f68c: bus;
2651
2670
  1f68e: trolleybus;
2652
2671
  1f3ce: race_car;
@@ -2657,13 +2676,14 @@
2657
2676
  1f69a: truck;
2658
2677
  1f69b: articulated_lorry;
2659
2678
  1f69c: tractor;
2660
- 1f6fa: auto_rickshaw;
2661
- 1f6f5: motor_scooter;
2662
- 1f3cd: motorcycle;
2679
+ 1f9af: probing_cane;
2680
+ 1f9bd: manual_wheelchair;
2681
+ 1f9bc: motorized_wheelchair;
2663
2682
  1f6f4: scooter;
2664
2683
  1f6b2: bike;
2665
- 1f9bc: motorized_wheelchair;
2666
- 1f9bd: manual_wheelchair;
2684
+ 1f6f5: motor_scooter;
2685
+ 1f3cd: motorcycle;
2686
+ 1f6fa: auto_rickshaw;
2667
2687
  1f6a8: rotating_light;
2668
2688
  1f694: oncoming_police_car;
2669
2689
  1f68d: oncoming_bus;
@@ -2729,6 +2749,7 @@
2729
2749
  1f3e1: house_with_garden;
2730
2750
  1f3d8: homes;
2731
2751
  1f3da: house_abandoned;
2752
+ 1f6d6: hut;
2732
2753
  1f3d7: construction_site;
2733
2754
  1f3ed: factory;
2734
2755
  1f3e2: office;
@@ -2745,8 +2766,8 @@
2745
2766
  1f3db: classical_building;
2746
2767
  26ea: church;
2747
2768
  1f54c: mosque;
2748
- 1f6d5: hindu_temple;
2749
2769
  1f54d: synagogue;
2770
+ 1f6d5: hindu_temple;
2750
2771
  1f54b: kaaba;
2751
2772
  26e9: shinto_shrine;
2752
2773
  1f6e4: railway_track;
@@ -2766,37 +2787,492 @@
2766
2787
  1f30c: milky_way;
2767
2788
  1f309: bridge_at_night;
2768
2789
  1f301: foggy;
2769
- 1f1ff: regional_indicator_z;
2770
- 1f1fe: regional_indicator_y;
2771
- 1f1fd: regional_indicator_x;
2772
- 1f1fc: regional_indicator_w;
2773
- 1f1fb: regional_indicator_v;
2774
- 1f1fa: regional_indicator_u;
2775
- 1f1f9: regional_indicator_t;
2776
- 1f1f8: regional_indicator_s;
2777
- 1f1f7: regional_indicator_r;
2778
- 1f1f6: regional_indicator_q;
2779
- 1f1f5: regional_indicator_p;
2780
- 1f1f4: regional_indicator_o;
2781
- 1f1f3: regional_indicator_n;
2782
- 1f1f2: regional_indicator_m;
2783
- 1f1f1: regional_indicator_l;
2784
- 1f1f0: regional_indicator_k;
2785
- 1f1ef: regional_indicator_j;
2786
- 1f1ee: regional_indicator_i;
2787
- 1f1ed: regional_indicator_h;
2788
- 1f1ec: regional_indicator_g;
2789
- 1f1eb: regional_indicator_f;
2790
- 1f1ea: regional_indicator_e;
2791
- 1f1e9: regional_indicator_d;
2792
- 1f1e8: regional_indicator_c;
2793
- 1f1e7: regional_indicator_b;
2794
- 1f1e6: regional_indicator_a;
2790
+ 231a: watch;
2791
+ 1f4f1: mobile_phone;
2792
+ 1f4f2: calling;
2793
+ 1f4bb: computer;
2794
+ 1f5a5: desktop;
2795
+ 1f5a8: printer;
2796
+ 1f5b1: mouse_three_button;
2797
+ 1f5b2: trackball;
2798
+ 1f579: joystick;
2799
+ 1f5dc: compression;
2800
+ 1f4bd: minidisc;
2801
+ 1f4be: floppy_disk;
2802
+ 1f4bf: cd;
2803
+ 1f4c0: dvd;
2804
+ 1f4fc: vhs;
2805
+ 1f4f7: camera;
2806
+ 1f4f8: camera_with_flash;
2807
+ 1f4f9: video_camera;
2808
+ 1f3a5: movie_camera;
2809
+ 1f4fd: projector;
2810
+ 1f39e: film_frames;
2811
+ 1f4de: telephone_receiver;
2812
+ 260e: telephone;
2813
+ 1f4df: pager;
2814
+ 1f4e0: fax;
2815
+ 1f4fa: tv;
2816
+ 1f4fb: radio;
2817
+ 1f399: microphone2;
2818
+ 1f39a: level_slider;
2819
+ 1f39b: control_knobs;
2820
+ 1f9ed: compass;
2821
+ 23f1: stopwatch;
2822
+ 23f2: timer;
2823
+ 23f0: alarm_clock;
2824
+ 1f570: clock;
2825
+ 231b: hourglass;
2826
+ 23f3: hourglass_flowing_sand;
2827
+ 1f4e1: satellite;
2828
+ 1f50b: battery;
2829
+ 1f50c: electric_plug;
2830
+ 1f4a1: bulb;
2831
+ 1f526: flashlight;
2832
+ 1f56f: candle;
2833
+ 1fa94: diya_lamp;
2834
+ 1f9ef: fire_extinguisher;
2835
+ 1f6e2: oil;
2836
+ 1f4b8: money_with_wings;
2837
+ 1f4b5: dollar;
2838
+ 1f4b4: yen;
2839
+ 1f4b6: euro;
2840
+ 1f4b7: pound;
2841
+ 1fa99: coin;
2842
+ 1f4b0: moneybag;
2843
+ 1f4b3: credit_card;
2844
+ 1f48e: gem;
2845
+ 1fa9c: ladder;
2846
+ 1f9f0: toolbox;
2847
+ 1fa9b: screwdriver;
2848
+ 1f527: wrench;
2849
+ 1f528: hammer;
2850
+ 1f6e0: tools;
2851
+ 26cf: pick;
2852
+ 1f529: nut_and_bolt;
2853
+ 1f9f1: bricks;
2854
+ 26d3: chains;
2855
+ 1fa9d: hook;
2856
+ 1faa2: knot;
2857
+ 1f9f2: magnet;
2858
+ 1f52b: gun;
2859
+ 1f4a3: bomb;
2860
+ 1f9e8: firecracker;
2861
+ 1fa93: axe;
2862
+ 1fa9a: carpentry_saw;
2863
+ 1f52a: knife;
2864
+ 1f5e1: dagger;
2865
+ 1f6e1: shield;
2866
+ 1f6ac: smoking;
2867
+ 26b0: coffin;
2868
+ 1faa6: headstone;
2869
+ 26b1: urn;
2870
+ 1f3fa: amphora;
2871
+ 1fa84: magic_wand;
2872
+ 1f52e: crystal_ball;
2873
+ 1f4ff: prayer_beads;
2874
+ 1f9ff: nazar_amulet;
2875
+ 1f488: barber;
2876
+ 1f52d: telescope;
2877
+ 1f52c: microscope;
2878
+ 1f573: hole;
2879
+ 1fa9f: window;
2880
+ 1fa79: adhesive_bandage;
2881
+ 1fa7a: stethoscope;
2882
+ 1f48a: pill;
2883
+ 1f489: syringe;
2884
+ 1fa78: drop_of_blood;
2885
+ 1f9ec: dna;
2886
+ 1f9a0: microbe;
2887
+ 1f9eb: petri_dish;
2888
+ 1f9ea: test_tube;
2889
+ 1f321: thermometer;
2890
+ 1faa4: mouse_trap;
2891
+ 1f9f9: broom;
2892
+ 1f9fa: basket;
2893
+ 1faa1: sewing_needle;
2894
+ 1f9fb: roll_of_paper;
2895
+ 1f6bd: toilet;
2896
+ 1faa0: plunger;
2897
+ 1faa3: bucket;
2898
+ 1f6b0: potable_water;
2899
+ 1f6bf: shower;
2900
+ 1f6c1: bathtub;
2901
+ 1f6c0: bath;
2902
+ 1f6c0-1f3fb: bath_tone1;
2903
+ 1f6c0-1f3fc: bath_tone2;
2904
+ 1f6c0-1f3fd: bath_tone3;
2905
+ 1f6c0-1f3fe: bath_tone4;
2906
+ 1f6c0-1f3ff: bath_tone5;
2907
+ 1faa5: toothbrush;
2908
+ 1f9fc: soap;
2909
+ 1fa92: razor;
2910
+ 1f9fd: sponge;
2911
+ 1f9f4: squeeze_bottle;
2912
+ 1f6ce: bellhop;
2913
+ 1f511: key;
2914
+ 1f5dd: key2;
2915
+ 1f6aa: door;
2916
+ 1fa91: chair;
2917
+ 1fa9e: mirror;
2918
+ 1f6cb: couch;
2919
+ 1f6cf: bed;
2920
+ 1f6cc: sleeping_accommodation;
2921
+ 1f6cc-1f3fb: person_in_bed_tone1;
2922
+ 1f6cc-1f3fc: person_in_bed_tone2;
2923
+ 1f6cc-1f3fd: person_in_bed_tone3;
2924
+ 1f6cc-1f3fe: person_in_bed_tone4;
2925
+ 1f6cc-1f3ff: person_in_bed_tone5;
2926
+ 1f9f8: teddy_bear;
2927
+ 1f5bc: frame_photo;
2928
+ 1f6cd: shopping_bags;
2929
+ 1f6d2: shopping_cart;
2930
+ 1f381: gift;
2931
+ 1f388: balloon;
2932
+ 1f38f: flags;
2933
+ 1f380: ribbon;
2934
+ 1f38a: confetti_ball;
2935
+ 1f389: tada;
2936
+ 1fa85: piñata;
2937
+ 1fa86: nesting_dolls;
2938
+ 1f38e: dolls;
2939
+ 1f3ee: izakaya_lantern;
2940
+ 1f390: wind_chime;
2941
+ 1f9e7: red_envelope;
2942
+ 1f4e9: envelope_with_arrow;
2943
+ 1f4e8: incoming_envelope;
2944
+ 1f4e7: e-mail;
2945
+ 1f48c: love_letter;
2946
+ 1f4e5: inbox_tray;
2947
+ 1f4e4: outbox_tray;
2948
+ 1f4e6: package;
2949
+ 1f3f7: label;
2950
+ 1f4ea: mailbox_closed;
2951
+ 1f4eb: mailbox;
2952
+ 1f4ec: mailbox_with_mail;
2953
+ 1f4ed: mailbox_with_no_mail;
2954
+ 1f4ee: postbox;
2955
+ 1f4ef: postal_horn;
2956
+ 1faa7: placard;
2957
+ 1f4dc: scroll;
2958
+ 1f4c3: page_with_curl;
2959
+ 1f4c4: page_facing_up;
2960
+ 1f4d1: bookmark_tabs;
2961
+ 1f9fe: receipt;
2962
+ 1f4ca: bar_chart;
2963
+ 1f4c8: chart_with_upwards_trend;
2964
+ 1f4c9: chart_with_downwards_trend;
2965
+ 1f5d2: notepad_spiral;
2966
+ 1f5d3: calendar_spiral;
2967
+ 1f4c6: calendar;
2968
+ 1f4c5: date;
2969
+ 1f5d1: wastebasket;
2970
+ 1f4c7: card_index;
2971
+ 1f5c3: card_box;
2972
+ 1f5f3: ballot_box;
2973
+ 1f5c4: file_cabinet;
2974
+ 1f4cb: clipboard;
2975
+ 1f4c1: file_folder;
2976
+ 1f4c2: open_file_folder;
2977
+ 1f5c2: dividers;
2978
+ 1f5de: newspaper2;
2979
+ 1f4f0: newspaper;
2980
+ 1f4d3: notebook;
2981
+ 1f4d4: notebook_with_decorative_cover;
2982
+ 1f4d2: ledger;
2983
+ 1f4d5: closed_book;
2984
+ 1f4d7: green_book;
2985
+ 1f4d8: blue_book;
2986
+ 1f4d9: orange_book;
2987
+ 1f4da: books;
2988
+ 1f4d6: book;
2989
+ 1f516: bookmark;
2990
+ 1f9f7: safety_pin;
2991
+ 1f517: link;
2992
+ 1f4ce: paperclip;
2993
+ 1f587: paperclips;
2994
+ 1f4d0: triangular_ruler;
2995
+ 1f4cf: straight_ruler;
2996
+ 1f9ee: abacus;
2997
+ 1f4cc: pushpin;
2998
+ 1f4cd: round_pushpin;
2999
+ 1f58a: pen_ballpoint;
3000
+ 1f58b: pen_fountain;
3001
+ 1f58c: paintbrush;
3002
+ 1f58d: crayon;
3003
+ 1f4dd: pencil;
3004
+ 270f: pencil2;
3005
+ 1f50d: mag;
3006
+ 1f50e: mag_right;
3007
+ 1f50f: lock_with_ink_pen;
3008
+ 1f510: closed_lock_with_key;
3009
+ 1f512: lock;
3010
+ 1f513: unlock;
3011
+ 1f9e1: orange_heart;
3012
+ 1f49b: yellow_heart;
3013
+ 1f49a: green_heart;
3014
+ 1f499: blue_heart;
3015
+ 1f49c: purple_heart;
3016
+ 1f5a4: black_heart;
3017
+ 1f90e: brown_heart;
3018
+ 1f90d: white_heart;
3019
+ 1f494: broken_heart;
3020
+ 1f495: two_hearts;
3021
+ 1f49e: revolving_hearts;
3022
+ 1f493: heartbeat;
3023
+ 1f497: heartpulse;
3024
+ 1f496: sparkling_heart;
3025
+ 1f498: cupid;
3026
+ 1f49d: gift_heart;
3027
+ 2764-fe0f-200d-1fa79: mending_heart;
3028
+ 2764-fe0f-200d-1f525: heart_on_fire;
3029
+ 1f49f: heart_decoration;
3030
+ 262e: peace;
3031
+ 271d: cross;
3032
+ 262a: star_and_crescent;
3033
+ 1f549: om_symbol;
3034
+ 1f52f: six_pointed_star;
3035
+ 1f54e: menorah;
3036
+ 262f: yin_yang;
3037
+ 1f6d0: place_of_worship;
3038
+ 26ce: ophiuchus;
3039
+ 264a: gemini;
3040
+ 264b: cancer;
3041
+ 264c: leo;
3042
+ 264d: virgo;
3043
+ 264e: libra;
3044
+ 264f: scorpius;
3045
+ 1f194: id;
3046
+ 269b: atom;
3047
+ 1f251: accept;
3048
+ 1f4f4: mobile_phone_off;
3049
+ 1f4f3: vibration_mode;
3050
+ 1f236: u6709;
3051
+ 1f21a: u7121;
3052
+ 1f238: u7533;
3053
+ 1f23a: u55b6;
3054
+ 1f237: u6708;
3055
+ 1f19a: vs;
3056
+ 1f4ae: white_flower;
3057
+ 1f250: ideograph_advantage;
3058
+ 1f234: u5408;
3059
+ 1f235: u6e80;
3060
+ 1f239: u5272;
3061
+ 1f232: u7981;
3062
+ 1f170: a;
3063
+ 1f171: b;
3064
+ 1f18e: ab;
3065
+ 1f191: cl;
3066
+ 1f17e: o2;
3067
+ 1f198: sos;
3068
+ 274c: x;
3069
+ 2b55: o;
3070
+ 1f6d1: octagonal_sign;
3071
+ 26d4: no_entry;
3072
+ 1f4db: name_badge;
3073
+ 1f6ab: no_entry_sign;
3074
+ 1f4af: 100;
3075
+ 1f4a2: anger;
3076
+ 1f6b7: no_pedestrians;
3077
+ 1f6af: do_not_litter;
3078
+ 1f6b3: no_bicycles;
3079
+ 1f6b1: non-potable_water;
3080
+ 1f51e: underage;
3081
+ 1f4f5: no_mobile_phones;
3082
+ 1f6ad: no_smoking;
3083
+ 203c: bangbang;
3084
+ 1f505: low_brightness;
3085
+ 1f506: high_brightness;
3086
+ 303d: part_alternation_mark;
3087
+ 26a0: warning;
3088
+ 1f6b8: children_crossing;
3089
+ 1f531: trident;
3090
+ 269c: fleur-de-lis;
3091
+ 1f530: beginner;
3092
+ 267b: recycle;
3093
+ 1f22f: u6307;
3094
+ 1f4b9: chart;
3095
+ 274e: negative_squared_cross_mark;
3096
+ 1f310: globe_with_meridians;
3097
+ 1f4a0: diamond_shape_with_a_dot_inside;
3098
+ 24c2: m;
3099
+ 1f300: cyclone;
3100
+ 1f4a4: zzz;
3101
+ 1f3e7: atm;
3102
+ 1f6be: wc;
3103
+ 267f: wheelchair;
3104
+ 1f17f: parking;
3105
+ 1f233: u7a7a;
3106
+ 1f202: sa;
3107
+ 1f6c2: passport_control;
3108
+ 1f6c3: customs;
3109
+ 1f6c4: baggage_claim;
3110
+ 1f6c5: left_luggage;
3111
+ 1f6d7: elevator;
3112
+ 1f6b9: mens;
3113
+ 1f6ba: womens;
3114
+ 1f6bc: baby_symbol;
3115
+ 1f6bb: restroom;
3116
+ 1f6ae: put_litter_in_its_place;
3117
+ 1f3a6: cinema;
3118
+ 1f4f6: signal_strength;
3119
+ 1f201: koko;
3120
+ 1f523: symbols;
3121
+ 1f524: abc;
3122
+ 1f521: abcd;
3123
+ 1f520: capital_abcd;
3124
+ 1f196: ng;
3125
+ 1f197: ok;
3126
+ 1f199: up;
3127
+ 1f192: cool;
3128
+ 1f195: new;
3129
+ 1f193: free;
3130
+ 30-20e3: zero;
3131
+ 31-20e3: one;
3132
+ 32-20e3: two;
3133
+ 33-20e3: three;
3134
+ 34-20e3: four;
3135
+ 35-20e3: five;
3136
+ 36-20e3: six;
3137
+ 37-20e3: seven;
3138
+ 38-20e3: eight;
3139
+ 39-20e3: nine;
3140
+ 1f51f: keycap_ten;
3141
+ 1f522: 1234;
3142
+ 23-20e3: hash;
3143
+ 2a-20e3: asterisk;
3144
+ 23cf: eject;
3145
+ 25b6: arrow_forward;
3146
+ 23f8: pause_button;
3147
+ 23ef: play_pause;
3148
+ 23f9: stop_button;
3149
+ 23fa: record_button;
3150
+ 23ed: track_next;
3151
+ 23ee: track_previous;
3152
+ 23e9: fast_forward;
3153
+ 23ea: rewind;
3154
+ 23eb: arrow_double_up;
3155
+ 23ec: arrow_double_down;
3156
+ 25c0: arrow_backward;
3157
+ 1f53c: arrow_up_small;
3158
+ 1f53d: arrow_down_small;
3159
+ 27a1: arrow_right;
3160
+ 2b05: arrow_left;
3161
+ 2b06: arrow_up;
3162
+ 2b07: arrow_down;
3163
+ 21aa: arrow_right_hook;
3164
+ 21a9: leftwards_arrow_with_hook;
3165
+ 1f500: twisted_rightwards_arrows;
3166
+ 1f501: repeat;
3167
+ 1f502: repeat_one;
3168
+ 1f504: arrows_counterclockwise;
3169
+ 1f503: arrows_clockwise;
3170
+ 1f3b5: musical_note;
3171
+ 1f3b6: notes;
3172
+ 267e: infinity;
3173
+ 1f4b2: heavy_dollar_sign;
3174
+ 1f4b1: currency_exchange;
3175
+ a9: copyright;
3176
+ ae: registered;
3177
+ 27b0: curly_loop;
3178
+ 27bf: loop;
3179
+ 1f51a: end;
3180
+ 1f519: back;
3181
+ 1f51b: on;
3182
+ 1f51d: top;
3183
+ 1f51c: soon;
3184
+ 1f518: radio_button;
3185
+ 26aa: white_circle;
3186
+ 26ab: black_circle;
3187
+ 1f534: red_circle;
3188
+ 1f535: blue_circle;
3189
+ 1f7e4: brown_circle;
3190
+ 1f7e3: purple_circle;
3191
+ 1f7e2: green_circle;
3192
+ 1f7e1: yellow_circle;
3193
+ 1f7e0: orange_circle;
3194
+ 1f53a: small_red_triangle;
3195
+ 1f53b: small_red_triangle_down;
3196
+ 1f538: small_orange_diamond;
3197
+ 1f539: small_blue_diamond;
3198
+ 1f536: large_orange_diamond;
3199
+ 1f537: large_blue_diamond;
3200
+ 1f533: white_square_button;
3201
+ 1f532: black_square_button;
3202
+ 25aa: black_small_square;
3203
+ 25ab: white_small_square;
3204
+ 25fe: black_medium_small_square;
3205
+ 25fd: white_medium_small_square;
3206
+ 25fc: black_medium_square;
3207
+ 25fb: white_medium_square;
3208
+ 2b1b: black_large_square;
3209
+ 2b1c: white_large_square;
3210
+ 1f7e7: orange_square;
3211
+ 1f7e6: blue_square;
3212
+ 1f7e5: red_square;
3213
+ 1f7eb: brown_square;
3214
+ 1f7ea: purple_square;
3215
+ 1f7e9: green_square;
3216
+ 1f7e8: yellow_square;
3217
+ 1f508: speaker;
3218
+ 1f507: mute;
3219
+ 1f509: sound;
3220
+ 1f50a: loud_sound;
3221
+ 1f514: bell;
3222
+ 1f515: no_bell;
3223
+ 1f4e3: mega;
3224
+ 1f4e2: loudspeaker;
3225
+ 1f5e8: speech_left;
3226
+ 1f441-fe0f-200d-1f5e8-fe0f: eye_in_speech_bubble;
3227
+ 1f4ac: speech_balloon;
3228
+ 1f4ad: thought_balloon;
3229
+ 1f5ef: anger_right;
3230
+ 1f0cf: black_joker;
3231
+ 1f3b4: flower_playing_cards;
3232
+ 1f004: mahjong;
3233
+ 1f550: clock1;
3234
+ 1f551: clock2;
3235
+ 1f552: clock3;
3236
+ 1f553: clock4;
3237
+ 1f554: clock5;
3238
+ 1f555: clock6;
3239
+ 1f556: clock7;
3240
+ 1f557: clock8;
3241
+ 1f558: clock9;
3242
+ 1f559: clock10;
3243
+ 1f55a: clock11;
3244
+ 1f55b: clock12;
3245
+ 1f55c: clock130;
3246
+ 1f55d: clock230;
3247
+ 1f55e: clock330;
3248
+ 1f55f: clock430;
3249
+ 1f560: clock530;
3250
+ 1f561: clock630;
3251
+ 1f562: clock730;
3252
+ 1f563: clock830;
3253
+ 1f564: clock930;
3254
+ 1f565: clock1030;
3255
+ 1f566: clock1130;
3256
+ 1f567: clock1230;
3257
+ 30: digit_zero;
3258
+ 31: digit_one;
3259
+ 32: digit_two;
3260
+ 33: digit_three;
3261
+ 34: digit_four;
3262
+ 35: digit_five;
3263
+ 36: digit_six;
3264
+ 37: digit_seven;
3265
+ 38: digit_eight;
3266
+ 39: digit_nine;
3267
+ 23: pound_symbol;
3268
+ 2a: asterisk_symbol;
3269
+ 26a7: transgender_symbol;
2795
3270
  1f3f3: flag_white;
2796
3271
  1f3f4: flag_black;
2797
3272
  1f3c1: checkered_flag;
2798
3273
  1f6a9: triangular_flag_on_post;
2799
3274
  1f3f3-fe0f-200d-1f308: rainbow_flag;
3275
+ 1f3f3-fe0f-200d-26a7-fe0f: transgender_flag;
2800
3276
  1f3f4-200d-2620-fe0f: pirate_flag;
2801
3277
  1f1e6-1f1eb: flag_af;
2802
3278
  1f1e6-1f1fd: flag_ax;
@@ -3065,7 +3541,33 @@
3065
3541
  1f3fd: tone3;
3066
3542
  1f3fe: tone4;
3067
3543
  1f3ff: tone5;
3068
- };
3544
+ 1f1ff: regional_indicator_z;
3545
+ 1f1fe: regional_indicator_y;
3546
+ 1f1fd: regional_indicator_x;
3547
+ 1f1fc: regional_indicator_w;
3548
+ 1f1fb: regional_indicator_v;
3549
+ 1f1fa: regional_indicator_u;
3550
+ 1f1f9: regional_indicator_t;
3551
+ 1f1f8: regional_indicator_s;
3552
+ 1f1f7: regional_indicator_r;
3553
+ 1f1f6: regional_indicator_q;
3554
+ 1f1f5: regional_indicator_p;
3555
+ 1f1f4: regional_indicator_o;
3556
+ 1f1f3: regional_indicator_n;
3557
+ 1f1f2: regional_indicator_m;
3558
+ 1f1f1: regional_indicator_l;
3559
+ 1f1f0: regional_indicator_k;
3560
+ 1f1ef: regional_indicator_j;
3561
+ 1f1ee: regional_indicator_i;
3562
+ 1f1ed: regional_indicator_h;
3563
+ 1f1ec: regional_indicator_g;
3564
+ 1f1eb: regional_indicator_f;
3565
+ 1f1ea: regional_indicator_e;
3566
+ 1f1e9: regional_indicator_d;
3567
+ 1f1e8: regional_indicator_c;
3568
+ 1f1e7: regional_indicator_b;
3569
+ 1f1e6: regional_indicator_a;
3570
+ }
3069
3571
 
3070
3572
  @size-map: {
3071
3573
  small: 1;