emot 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/emot.rb +2 -2
- data/lib/emot/map.rb +870 -870
- data/lib/emot/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 66ba547aa303c075d3cf6f16256bf9fd862d74a6
|
4
|
+
data.tar.gz: 187c4e9767cc2eac48360f1fb4895675b01d6e04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1231081b964d02ca2ed96fc680f7bc7f3a2265312da3873fda11be32a92e4b70c381fa1bf6568cceb2759c273717a8a91e2f1b67e4f3ad250e85545173548609
|
7
|
+
data.tar.gz: 9472050478305fa94acb441bae06ebb5259b98f383a072cbd11d60f7305caf3811d32d81b7e45e89beeb6829c240cdc1dbb7caa5d05a4afea6c14345791c435d
|
data/lib/emot.rb
CHANGED
@@ -23,11 +23,11 @@ module Emot
|
|
23
23
|
|
24
24
|
private
|
25
25
|
def build_icon(codes)
|
26
|
-
codes.
|
26
|
+
codes.pack("U*") if codes
|
27
27
|
end
|
28
28
|
|
29
29
|
def build_unicode(codes)
|
30
|
-
codes.map { |code| "U+#{code}" }.join(" ") if codes
|
30
|
+
codes.map { |code| "U+#{code.to_s(16).upcase}" }.join(" ") if codes
|
31
31
|
end
|
32
32
|
|
33
33
|
extend self
|
data/lib/emot/map.rb
CHANGED
@@ -1,892 +1,892 @@
|
|
1
1
|
module Emot
|
2
2
|
MAP = {
|
3
|
-
:"+1" => [
|
4
|
-
:"-1" => [
|
5
|
-
:"100" => [
|
6
|
-
:"1234" => [
|
7
|
-
:"8ball" => [
|
8
|
-
:"a" => [
|
9
|
-
:"ab" => [
|
10
|
-
:"abc" => [
|
11
|
-
:"abcd" => [
|
12
|
-
:"accept" => [
|
13
|
-
:"aerial_tramway" => [
|
14
|
-
:"airplane" => [
|
15
|
-
:"alarm_clock" => [
|
16
|
-
:"alien" => [
|
17
|
-
:"ambulance" => [
|
18
|
-
:"anchor" => [
|
19
|
-
:"angel" => [
|
20
|
-
:"anger" => [
|
21
|
-
:"angry" => [
|
22
|
-
:"anguished" => [
|
23
|
-
:"ant" => [
|
24
|
-
:"apple" => [
|
25
|
-
:"aquarius" => [
|
26
|
-
:"aries" => [
|
27
|
-
:"arrow_backward" => [
|
28
|
-
:"arrow_double_down" => [
|
29
|
-
:"arrow_double_up" => [
|
30
|
-
:"arrow_down" => [
|
31
|
-
:"arrow_down_small" => [
|
32
|
-
:"arrow_forward" => [
|
33
|
-
:"arrow_heading_down" => [
|
34
|
-
:"arrow_heading_up" => [
|
35
|
-
:"arrow_left" => [
|
36
|
-
:"arrow_lower_left" => [
|
37
|
-
:"arrow_lower_right" => [
|
38
|
-
:"arrow_right" => [
|
39
|
-
:"arrow_right_hook" => [
|
40
|
-
:"arrow_up" => [
|
41
|
-
:"arrow_up_down" => [
|
42
|
-
:"arrow_up_small" => [
|
43
|
-
:"arrow_upper_left" => [
|
44
|
-
:"arrow_upper_right" => [
|
45
|
-
:"arrows_clockwise" => [
|
46
|
-
:"arrows_counterclockwise" => [
|
47
|
-
:"art" => [
|
48
|
-
:"articulated_lorry" => [
|
49
|
-
:"astonished" => [
|
50
|
-
:"athletic_shoe" => [
|
51
|
-
:"atm" => [
|
52
|
-
:"b" => [
|
53
|
-
:"baby" => [
|
54
|
-
:"baby_bottle" => [
|
55
|
-
:"baby_chick" => [
|
56
|
-
:"baby_symbol" => [
|
57
|
-
:"back" => [
|
58
|
-
:"baggage_claim" => [
|
59
|
-
:"balloon" => [
|
60
|
-
:"ballot_box_with_check" => [
|
61
|
-
:"bamboo" => [
|
62
|
-
:"banana" => [
|
63
|
-
:"bangbang" => [
|
64
|
-
:"bank" => [
|
65
|
-
:"bar_chart" => [
|
66
|
-
:"barber" => [
|
67
|
-
:"baseball" => [
|
68
|
-
:"basketball" => [
|
69
|
-
:"bath" => [
|
70
|
-
:"bathtub" => [
|
71
|
-
:"battery" => [
|
72
|
-
:"bear" => [
|
73
|
-
:"bee" => [
|
74
|
-
:"beer" => [
|
75
|
-
:"beers" => [
|
76
|
-
:"beetle" => [
|
77
|
-
:"beginner" => [
|
78
|
-
:"bell" => [
|
79
|
-
:"bento" => [
|
80
|
-
:"bicyclist" => [
|
81
|
-
:"bike" => [
|
82
|
-
:"bikini" => [
|
83
|
-
:"bird" => [
|
84
|
-
:"birthday" => [
|
85
|
-
:"black_circle" => [
|
86
|
-
:"black_joker" => [
|
87
|
-
:"black_large_square" => [
|
88
|
-
:"black_medium_small_square" => [
|
89
|
-
:"black_medium_square" => [
|
90
|
-
:"black_nib" => [
|
91
|
-
:"black_small_square" => [
|
92
|
-
:"black_square_button" => [
|
93
|
-
:"blossom" => [
|
94
|
-
:"blowfish" => [
|
95
|
-
:"blue_book" => [
|
96
|
-
:"blue_car" => [
|
97
|
-
:"blue_heart" => [
|
98
|
-
:"blush" => [
|
99
|
-
:"boar" => [
|
100
|
-
:"boat" => [
|
101
|
-
:"bomb" => [
|
102
|
-
:"book" => [
|
103
|
-
:"bookmark" => [
|
104
|
-
:"bookmark_tabs" => [
|
105
|
-
:"books" => [
|
106
|
-
:"boom" => [
|
107
|
-
:"boot" => [
|
108
|
-
:"bouquet" => [
|
109
|
-
:"bow" => [
|
110
|
-
:"bowling" => [
|
3
|
+
:"+1" => [0x1F44D],
|
4
|
+
:"-1" => [0x1F44E],
|
5
|
+
:"-100" => [0x1F4AF],
|
6
|
+
:"-1234" => [0x1F522],
|
7
|
+
:"8ball" => [0x1F3B1],
|
8
|
+
:"a" => [0x1F170],
|
9
|
+
:"ab" => [0x1F18E],
|
10
|
+
:"abc" => [0x1F524],
|
11
|
+
:"abcd" => [0x1F521],
|
12
|
+
:"accept" => [0x1F251],
|
13
|
+
:"aerial_tramway" => [0x1F6A1],
|
14
|
+
:"airplane" => [0x2708, 0xFE0F],
|
15
|
+
:"alarm_clock" => [0x23F0],
|
16
|
+
:"alien" => [0x1F47D],
|
17
|
+
:"ambulance" => [0x1F691],
|
18
|
+
:"anchor" => [0x2693, 0xFE0F],
|
19
|
+
:"angel" => [0x1F47C],
|
20
|
+
:"anger" => [0x1F4A2],
|
21
|
+
:"angry" => [0x1F620],
|
22
|
+
:"anguished" => [0x1F627],
|
23
|
+
:"ant" => [0x1F41C],
|
24
|
+
:"apple" => [0x1F34E],
|
25
|
+
:"aquarius" => [0x2652, 0xFE0F],
|
26
|
+
:"aries" => [0x2648, 0xFE0F],
|
27
|
+
:"arrow_backward" => [0x25C0, 0xFE0F],
|
28
|
+
:"arrow_double_down" => [0x23EC],
|
29
|
+
:"arrow_double_up" => [0x23EB],
|
30
|
+
:"arrow_down" => [0x2B07, 0xFE0F],
|
31
|
+
:"arrow_down_small" => [0x1F53D],
|
32
|
+
:"arrow_forward" => [0x25B6, 0xFE0F],
|
33
|
+
:"arrow_heading_down" => [0x2935, 0xFE0F],
|
34
|
+
:"arrow_heading_up" => [0x2934, 0xFE0F],
|
35
|
+
:"arrow_left" => [0x2B05, 0xFE0F],
|
36
|
+
:"arrow_lower_left" => [0x2199, 0xFE0F],
|
37
|
+
:"arrow_lower_right" => [0x2198, 0xFE0F],
|
38
|
+
:"arrow_right" => [0x27A1, 0xFE0F],
|
39
|
+
:"arrow_right_hook" => [0x21AA, 0xFE0F],
|
40
|
+
:"arrow_up" => [0x2B06, 0xFE0F],
|
41
|
+
:"arrow_up_down" => [0x2195, 0xFE0F],
|
42
|
+
:"arrow_up_small" => [0x1F53C],
|
43
|
+
:"arrow_upper_left" => [0x2196, 0xFE0F],
|
44
|
+
:"arrow_upper_right" => [0x2197, 0xFE0F],
|
45
|
+
:"arrows_clockwise" => [0x1F503],
|
46
|
+
:"arrows_counterclockwise" => [0x1F504],
|
47
|
+
:"art" => [0x1F3A8],
|
48
|
+
:"articulated_lorry" => [0x1F69B],
|
49
|
+
:"astonished" => [0x1F632],
|
50
|
+
:"athletic_shoe" => [0x1F45F],
|
51
|
+
:"atm" => [0x1F3E7],
|
52
|
+
:"b" => [0x1F171],
|
53
|
+
:"baby" => [0x1F476],
|
54
|
+
:"baby_bottle" => [0x1F37C],
|
55
|
+
:"baby_chick" => [0x1F424],
|
56
|
+
:"baby_symbol" => [0x1F6BC],
|
57
|
+
:"back" => [0x1F519],
|
58
|
+
:"baggage_claim" => [0x1F6C4],
|
59
|
+
:"balloon" => [0x1F388],
|
60
|
+
:"ballot_box_with_check" => [0x2611, 0xFE0F],
|
61
|
+
:"bamboo" => [0x1F38D],
|
62
|
+
:"banana" => [0x1F34C],
|
63
|
+
:"bangbang" => [0x203C, 0xFE0F],
|
64
|
+
:"bank" => [0x1F3E6],
|
65
|
+
:"bar_chart" => [0x1F4CA],
|
66
|
+
:"barber" => [0x1F488],
|
67
|
+
:"baseball" => [0x26BE, 0xFE0F],
|
68
|
+
:"basketball" => [0x1F3C0],
|
69
|
+
:"bath" => [0x1F6C0],
|
70
|
+
:"bathtub" => [0x1F6C1],
|
71
|
+
:"battery" => [0x1F50B],
|
72
|
+
:"bear" => [0x1F43B],
|
73
|
+
:"bee" => [0x1F41D],
|
74
|
+
:"beer" => [0x1F37A],
|
75
|
+
:"beers" => [0x1F37B],
|
76
|
+
:"beetle" => [0x1F41E],
|
77
|
+
:"beginner" => [0x1F530],
|
78
|
+
:"bell" => [0x1F514],
|
79
|
+
:"bento" => [0x1F371],
|
80
|
+
:"bicyclist" => [0x1F6B4],
|
81
|
+
:"bike" => [0x1F6B2],
|
82
|
+
:"bikini" => [0x1F459],
|
83
|
+
:"bird" => [0x1F426],
|
84
|
+
:"birthday" => [0x1F382],
|
85
|
+
:"black_circle" => [0x26AB, 0xFE0F],
|
86
|
+
:"black_joker" => [0x1F0CF],
|
87
|
+
:"black_large_square" => [0x2B1B, 0xFE0F],
|
88
|
+
:"black_medium_small_square" => [0x25FE, 0xFE0F],
|
89
|
+
:"black_medium_square" => [0x25FC, 0xFE0F],
|
90
|
+
:"black_nib" => [0x2712, 0xFE0F],
|
91
|
+
:"black_small_square" => [0x25AA, 0xFE0F],
|
92
|
+
:"black_square_button" => [0x1F532],
|
93
|
+
:"blossom" => [0x1F33C],
|
94
|
+
:"blowfish" => [0x1F421],
|
95
|
+
:"blue_book" => [0x1F4D8],
|
96
|
+
:"blue_car" => [0x1F699],
|
97
|
+
:"blue_heart" => [0x1F499],
|
98
|
+
:"blush" => [0x1F60A],
|
99
|
+
:"boar" => [0x1F417],
|
100
|
+
:"boat" => [0x26F5, 0xFE0F],
|
101
|
+
:"bomb" => [0x1F4A3],
|
102
|
+
:"book" => [0x1F4D6],
|
103
|
+
:"bookmark" => [0x1F516],
|
104
|
+
:"bookmark_tabs" => [0x1F4D1],
|
105
|
+
:"books" => [0x1F4DA],
|
106
|
+
:"boom" => [0x1F4A5],
|
107
|
+
:"boot" => [0x1F462],
|
108
|
+
:"bouquet" => [0x1F490],
|
109
|
+
:"bow" => [0x1F647],
|
110
|
+
:"bowling" => [0x1F3B3],
|
111
111
|
# "bowtie" => nil,
|
112
|
-
:"boy" => [
|
113
|
-
:"bread" => [
|
114
|
-
:"bride_with_veil" => [
|
115
|
-
:"bridge_at_night" => [
|
116
|
-
:"briefcase" => [
|
117
|
-
:"broken_heart" => [
|
118
|
-
:"bug" => [
|
119
|
-
:"bulb" => [
|
120
|
-
:"bullettrain_front" => [
|
121
|
-
:"bullettrain_side" => [
|
122
|
-
:"bus" => [
|
123
|
-
:"busstop" => [
|
124
|
-
:"bust_in_silhouette" => [
|
125
|
-
:"busts_in_silhouette" => [
|
126
|
-
:"cactus" => [
|
127
|
-
:"cake" => [
|
128
|
-
:"calendar" => [
|
129
|
-
:"calling" => [
|
130
|
-
:"camel" => [
|
131
|
-
:"camera" => [
|
132
|
-
:"cancer" => [
|
133
|
-
:"candy" => [
|
134
|
-
:"capital_abcd" => [
|
135
|
-
:"capricorn" => [
|
136
|
-
:"car" => [
|
137
|
-
:"card_index" => [
|
138
|
-
:"carousel_horse" => [
|
139
|
-
:"cat" => [
|
140
|
-
:"cat2" => [
|
141
|
-
:"cd" => [
|
142
|
-
:"chart" => [
|
143
|
-
:"chart_with_downwards_trend" => [
|
144
|
-
:"chart_with_upwards_trend" => [
|
145
|
-
:"checkered_flag" => [
|
146
|
-
:"cherries" => [
|
147
|
-
:"cherry_blossom" => [
|
148
|
-
:"chestnut" => [
|
149
|
-
:"chicken" => [
|
150
|
-
:"children_crossing" => [
|
151
|
-
:"chocolate_bar" => [
|
152
|
-
:"christmas_tree" => [
|
153
|
-
:"church" => [
|
154
|
-
:"cinema" => [
|
155
|
-
:"circus_tent" => [
|
156
|
-
:"city_sunrise" => [
|
157
|
-
:"city_sunset" => [
|
158
|
-
:"cl" => [
|
159
|
-
:"clap" => [
|
160
|
-
:"clapper" => [
|
161
|
-
:"clipboard" => [
|
162
|
-
:"clock1" => [
|
163
|
-
:"clock10" => [
|
164
|
-
:"clock1030" => [
|
165
|
-
:"clock11" => [
|
166
|
-
:"clock1130" => [
|
167
|
-
:"clock12" => [
|
168
|
-
:"clock1230" => [
|
169
|
-
:"clock130" => [
|
170
|
-
:"clock2" => [
|
171
|
-
:"clock230" => [
|
172
|
-
:"clock3" => [
|
173
|
-
:"clock330" => [
|
174
|
-
:"clock4" => [
|
175
|
-
:"clock430" => [
|
176
|
-
:"clock5" => [
|
177
|
-
:"clock530" => [
|
178
|
-
:"clock6" => [
|
179
|
-
:"clock630" => [
|
180
|
-
:"clock7" => [
|
181
|
-
:"clock730" => [
|
182
|
-
:"clock8" => [
|
183
|
-
:"clock830" => [
|
184
|
-
:"clock9" => [
|
185
|
-
:"clock930" => [
|
186
|
-
:"closed_book" => [
|
187
|
-
:"closed_lock_with_key" => [
|
188
|
-
:"closed_umbrella" => [
|
189
|
-
:"cloud" => [
|
190
|
-
:"clubs" => [
|
191
|
-
:"cn" => [
|
192
|
-
:"cocktail" => [
|
193
|
-
:"coffee" => [
|
194
|
-
:"cold_sweat" => [
|
195
|
-
:"collision" => [
|
196
|
-
:"computer" => [
|
197
|
-
:"confetti_ball" => [
|
198
|
-
:"confounded" => [
|
199
|
-
:"confused" => [
|
200
|
-
:"congratulations" => [
|
201
|
-
:"construction" => [
|
202
|
-
:"construction_worker" => [
|
203
|
-
:"convenience_store" => [
|
204
|
-
:"cookie" => [
|
205
|
-
:"cool" => [
|
206
|
-
:"cop" => [
|
207
|
-
:"copyright" => [
|
208
|
-
:"corn" => [
|
209
|
-
:"couple" => [
|
210
|
-
:"couple_with_heart" => [
|
211
|
-
:"couplekiss" => [
|
212
|
-
:"cow" => [
|
213
|
-
:"cow2" => [
|
214
|
-
:"credit_card" => [
|
215
|
-
:"crescent_moon" => [
|
216
|
-
:"crocodile" => [
|
217
|
-
:"crossed_flags" => [
|
218
|
-
:"crown" => [
|
219
|
-
:"cry" => [
|
220
|
-
:"crying_cat_face" => [
|
221
|
-
:"crystal_ball" => [
|
222
|
-
:"cupid" => [
|
223
|
-
:"curly_loop" => [
|
224
|
-
:"currency_exchange" => [
|
225
|
-
:"curry" => [
|
226
|
-
:"custard" => [
|
227
|
-
:"customs" => [
|
228
|
-
:"cyclone" => [
|
229
|
-
:"dancer" => [
|
230
|
-
:"dancers" => [
|
231
|
-
:"dango" => [
|
232
|
-
:"dart" => [
|
233
|
-
:"dash" => [
|
234
|
-
:"date" => [
|
235
|
-
:"de" => [
|
236
|
-
:"deciduous_tree" => [
|
237
|
-
:"department_store" => [
|
238
|
-
:"diamond_shape_with_a_dot_inside" => [
|
239
|
-
:"diamonds" => [
|
240
|
-
:"disappointed" => [
|
241
|
-
:"disappointed_relieved" => [
|
242
|
-
:"dizzy" => [
|
243
|
-
:"dizzy_face" => [
|
244
|
-
:"do_not_litter" => [
|
245
|
-
:"dog" => [
|
246
|
-
:"dog2" => [
|
247
|
-
:"dollar" => [
|
248
|
-
:"dolls" => [
|
249
|
-
:"dolphin" => [
|
250
|
-
:"door" => [
|
251
|
-
:"doughnut" => [
|
252
|
-
:"dragon" => [
|
253
|
-
:"dragon_face" => [
|
254
|
-
:"dress" => [
|
255
|
-
:"dromedary_camel" => [
|
256
|
-
:"droplet" => [
|
257
|
-
:"dvd" => [
|
258
|
-
:"e-mail" => [
|
259
|
-
:"ear" => [
|
260
|
-
:"ear_of_rice" => [
|
261
|
-
:"earth_africa" => [
|
262
|
-
:"earth_americas" => [
|
263
|
-
:"earth_asia" => [
|
264
|
-
:"egg" => [
|
265
|
-
:"eggplant" => [
|
266
|
-
:"eight" => [
|
267
|
-
:"eight_pointed_black_star" => [
|
268
|
-
:"eight_spoked_asterisk" => [
|
269
|
-
:"electric_plug" => [
|
270
|
-
:"elephant" => [
|
271
|
-
:"email" => [
|
272
|
-
:"end" => [
|
273
|
-
:"envelope" => [
|
274
|
-
:"envelope_with_arrow" => [
|
275
|
-
:"es" => [
|
276
|
-
:"euro" => [
|
277
|
-
:"european_castle" => [
|
278
|
-
:"european_post_office" => [
|
279
|
-
:"evergreen_tree" => [
|
280
|
-
:"exclamation" => [
|
281
|
-
:"expressionless" => [
|
282
|
-
:"eyeglasses" => [
|
283
|
-
:"eyes" => [
|
284
|
-
:"facepunch" => [
|
285
|
-
:"factory" => [
|
286
|
-
:"fallen_leaf" => [
|
287
|
-
:"family" => [
|
288
|
-
:"fast_forward" => [
|
289
|
-
:"fax" => [
|
290
|
-
:"fearful" => [
|
112
|
+
:"boy" => [0x1F466],
|
113
|
+
:"bread" => [0x1F35E],
|
114
|
+
:"bride_with_veil" => [0x1F470],
|
115
|
+
:"bridge_at_night" => [0x1F309],
|
116
|
+
:"briefcase" => [0x1F4BC],
|
117
|
+
:"broken_heart" => [0x1F494],
|
118
|
+
:"bug" => [0x1F41B],
|
119
|
+
:"bulb" => [0x1F4A1],
|
120
|
+
:"bullettrain_front" => [0x1F685],
|
121
|
+
:"bullettrain_side" => [0x1F684],
|
122
|
+
:"bus" => [0x1F68C],
|
123
|
+
:"busstop" => [0x1F68F],
|
124
|
+
:"bust_in_silhouette" => [0x1F464],
|
125
|
+
:"busts_in_silhouette" => [0x1F465],
|
126
|
+
:"cactus" => [0x1F335],
|
127
|
+
:"cake" => [0x1F370],
|
128
|
+
:"calendar" => [0x1F4C6],
|
129
|
+
:"calling" => [0x1F4F2],
|
130
|
+
:"camel" => [0x1F42B],
|
131
|
+
:"camera" => [0x1F4F7],
|
132
|
+
:"cancer" => [0x264B, 0xFE0F],
|
133
|
+
:"candy" => [0x1F36C],
|
134
|
+
:"capital_abcd" => [0x1F520],
|
135
|
+
:"capricorn" => [0x2651, 0xFE0F],
|
136
|
+
:"car" => [0x1F697],
|
137
|
+
:"card_index" => [0x1F4C7],
|
138
|
+
:"carousel_horse" => [0x1F3A0],
|
139
|
+
:"cat" => [0x1F431],
|
140
|
+
:"cat2" => [0x1F408],
|
141
|
+
:"cd" => [0x1F4BF],
|
142
|
+
:"chart" => [0x1F4B9],
|
143
|
+
:"chart_with_downwards_trend" => [0x1F4C9],
|
144
|
+
:"chart_with_upwards_trend" => [0x1F4C8],
|
145
|
+
:"checkered_flag" => [0x1F3C1],
|
146
|
+
:"cherries" => [0x1F352],
|
147
|
+
:"cherry_blossom" => [0x1F338],
|
148
|
+
:"chestnut" => [0x1F330],
|
149
|
+
:"chicken" => [0x1F414],
|
150
|
+
:"children_crossing" => [0x1F6B8],
|
151
|
+
:"chocolate_bar" => [0x1F36B],
|
152
|
+
:"christmas_tree" => [0x1F384],
|
153
|
+
:"church" => [0x26EA, 0xFE0F],
|
154
|
+
:"cinema" => [0x1F3A6],
|
155
|
+
:"circus_tent" => [0x1F3AA],
|
156
|
+
:"city_sunrise" => [0x1F307],
|
157
|
+
:"city_sunset" => [0x1F306],
|
158
|
+
:"cl" => [0x1F191],
|
159
|
+
:"clap" => [0x1F44F],
|
160
|
+
:"clapper" => [0x1F3AC],
|
161
|
+
:"clipboard" => [0x1F4CB],
|
162
|
+
:"clock1" => [0x1F550],
|
163
|
+
:"clock10" => [0x1F559],
|
164
|
+
:"clock1030" => [0x1F565],
|
165
|
+
:"clock11" => [0x1F55A],
|
166
|
+
:"clock1130" => [0x1F566],
|
167
|
+
:"clock12" => [0x1F55B],
|
168
|
+
:"clock1230" => [0x1F567],
|
169
|
+
:"clock130" => [0x1F55C],
|
170
|
+
:"clock2" => [0x1F551],
|
171
|
+
:"clock230" => [0x1F55D],
|
172
|
+
:"clock3" => [0x1F552],
|
173
|
+
:"clock330" => [0x1F55E],
|
174
|
+
:"clock4" => [0x1F553],
|
175
|
+
:"clock430" => [0x1F55F],
|
176
|
+
:"clock5" => [0x1F554],
|
177
|
+
:"clock530" => [0x1F560],
|
178
|
+
:"clock6" => [0x1F555],
|
179
|
+
:"clock630" => [0x1F561],
|
180
|
+
:"clock7" => [0x1F556],
|
181
|
+
:"clock730" => [0x1F562],
|
182
|
+
:"clock8" => [0x1F557],
|
183
|
+
:"clock830" => [0x1F563],
|
184
|
+
:"clock9" => [0x1F558],
|
185
|
+
:"clock930" => [0x1F564],
|
186
|
+
:"closed_book" => [0x1F4D5],
|
187
|
+
:"closed_lock_with_key" => [0x1F510],
|
188
|
+
:"closed_umbrella" => [0x1F302],
|
189
|
+
:"cloud" => [0x2601, 0xFE0F],
|
190
|
+
:"clubs" => [0x2663, 0xFE0F],
|
191
|
+
:"cn" => [0x1F1E8, 0x1F1F3],
|
192
|
+
:"cocktail" => [0x1F378],
|
193
|
+
:"coffee" => [0x2615, 0xFE0F],
|
194
|
+
:"cold_sweat" => [0x1F630],
|
195
|
+
:"collision" => [0x1F4A5],
|
196
|
+
:"computer" => [0x1F4BB],
|
197
|
+
:"confetti_ball" => [0x1F38A],
|
198
|
+
:"confounded" => [0x1F616],
|
199
|
+
:"confused" => [0x1F615],
|
200
|
+
:"congratulations" => [0x3297, 0xFE0F],
|
201
|
+
:"construction" => [0x1F6A7],
|
202
|
+
:"construction_worker" => [0x1F477],
|
203
|
+
:"convenience_store" => [0x1F3EA],
|
204
|
+
:"cookie" => [0x1F36A],
|
205
|
+
:"cool" => [0x1F192],
|
206
|
+
:"cop" => [0x1F46E],
|
207
|
+
:"copyright" => [0xA9],
|
208
|
+
:"corn" => [0x1F33D],
|
209
|
+
:"couple" => [0x1F46B],
|
210
|
+
:"couple_with_heart" => [0x1F491],
|
211
|
+
:"couplekiss" => [0x1F48F],
|
212
|
+
:"cow" => [0x1F42E],
|
213
|
+
:"cow2" => [0x1F404],
|
214
|
+
:"credit_card" => [0x1F4B3],
|
215
|
+
:"crescent_moon" => [0x1F319],
|
216
|
+
:"crocodile" => [0x1F40A],
|
217
|
+
:"crossed_flags" => [0x1F38C],
|
218
|
+
:"crown" => [0x1F451],
|
219
|
+
:"cry" => [0x1F622],
|
220
|
+
:"crying_cat_face" => [0x1F63F],
|
221
|
+
:"crystal_ball" => [0x1F52E],
|
222
|
+
:"cupid" => [0x1F498],
|
223
|
+
:"curly_loop" => [0x27B0],
|
224
|
+
:"currency_exchange" => [0x1F4B1],
|
225
|
+
:"curry" => [0x1F35B],
|
226
|
+
:"custard" => [0x1F36E],
|
227
|
+
:"customs" => [0x1F6C3],
|
228
|
+
:"cyclone" => [0x1F300],
|
229
|
+
:"dancer" => [0x1F483],
|
230
|
+
:"dancers" => [0x1F46F],
|
231
|
+
:"dango" => [0x1F361],
|
232
|
+
:"dart" => [0x1F3AF],
|
233
|
+
:"dash" => [0x1F4A8],
|
234
|
+
:"date" => [0x1F4C5],
|
235
|
+
:"de" => [0x1F1E9, 0x1F1EA],
|
236
|
+
:"deciduous_tree" => [0x1F333],
|
237
|
+
:"department_store" => [0x1F3EC],
|
238
|
+
:"diamond_shape_with_a_dot_inside" => [0x1F4A0],
|
239
|
+
:"diamonds" => [0x2666, 0xFE0F],
|
240
|
+
:"disappointed" => [0x1F61E],
|
241
|
+
:"disappointed_relieved" => [0x1F625],
|
242
|
+
:"dizzy" => [0x1F4AB],
|
243
|
+
:"dizzy_face" => [0x1F635],
|
244
|
+
:"do_not_litter" => [0x1F6AF],
|
245
|
+
:"dog" => [0x1F436],
|
246
|
+
:"dog2" => [0x1F415],
|
247
|
+
:"dollar" => [0x1F4B5],
|
248
|
+
:"dolls" => [0x1F38E],
|
249
|
+
:"dolphin" => [0x1F42C],
|
250
|
+
:"door" => [0x1F6AA],
|
251
|
+
:"doughnut" => [0x1F369],
|
252
|
+
:"dragon" => [0x1F409],
|
253
|
+
:"dragon_face" => [0x1F432],
|
254
|
+
:"dress" => [0x1F457],
|
255
|
+
:"dromedary_camel" => [0x1F42A],
|
256
|
+
:"droplet" => [0x1F4A7],
|
257
|
+
:"dvd" => [0x1F4C0],
|
258
|
+
:"e-mail" => [0x1F4E7],
|
259
|
+
:"ear" => [0x1F442],
|
260
|
+
:"ear_of_rice" => [0x1F33E],
|
261
|
+
:"earth_africa" => [0x1F30D],
|
262
|
+
:"earth_americas" => [0x1F30E],
|
263
|
+
:"earth_asia" => [0x1F30F],
|
264
|
+
:"egg" => [0x1F373],
|
265
|
+
:"eggplant" => [0x1F346],
|
266
|
+
:"eight" => [0x38, 0xFE0F, 0x20E3],
|
267
|
+
:"eight_pointed_black_star" => [0x2734, 0xFE0F],
|
268
|
+
:"eight_spoked_asterisk" => [0x2733, 0xFE0F],
|
269
|
+
:"electric_plug" => [0x1F50C],
|
270
|
+
:"elephant" => [0x1F418],
|
271
|
+
:"email" => [0x2709, 0xFE0F],
|
272
|
+
:"end" => [0x1F51A],
|
273
|
+
:"envelope" => [0x2709, 0xFE0F],
|
274
|
+
:"envelope_with_arrow" => [0x1F4E9],
|
275
|
+
:"es" => [0x1F1EA, 0x1F1F8],
|
276
|
+
:"euro" => [0x1F4B6],
|
277
|
+
:"european_castle" => [0x1F3F0],
|
278
|
+
:"european_post_office" => [0x1F3E4],
|
279
|
+
:"evergreen_tree" => [0x1F332],
|
280
|
+
:"exclamation" => [0x2757, 0xFE0F],
|
281
|
+
:"expressionless" => [0x1F611],
|
282
|
+
:"eyeglasses" => [0x1F453],
|
283
|
+
:"eyes" => [0x1F440],
|
284
|
+
:"facepunch" => [0x1F44A],
|
285
|
+
:"factory" => [0x1F3ED],
|
286
|
+
:"fallen_leaf" => [0x1F342],
|
287
|
+
:"family" => [0x1F46A],
|
288
|
+
:"fast_forward" => [0x23E9],
|
289
|
+
:"fax" => [0x1F4E0],
|
290
|
+
:"fearful" => [0x1F628],
|
291
291
|
# "feelsgood" => nil,
|
292
|
-
:"feet" => [
|
293
|
-
:"ferris_wheel" => [
|
294
|
-
:"file_folder" => [
|
292
|
+
:"feet" => [0x1F43E],
|
293
|
+
:"ferris_wheel" => [0x1F3A1],
|
294
|
+
:"file_folder" => [0x1F4C1],
|
295
295
|
# "finnadie" => nil,
|
296
|
-
:"fire" => [
|
297
|
-
:"fire_engine" => [
|
298
|
-
:"fireworks" => [
|
299
|
-
:"first_quarter_moon" => [
|
300
|
-
:"first_quarter_moon_with_face" => [
|
301
|
-
:"fish" => [
|
302
|
-
:"fish_cake" => [
|
303
|
-
:"fishing_pole_and_fish" => [
|
304
|
-
:"fist" => [
|
305
|
-
:"five" => [
|
306
|
-
:"flags" => [
|
307
|
-
:"flashlight" => [
|
308
|
-
:"flipper" => [
|
309
|
-
:"floppy_disk" => [
|
310
|
-
:"flower_playing_cards" => [
|
311
|
-
:"flushed" => [
|
312
|
-
:"foggy" => [
|
313
|
-
:"football" => [
|
314
|
-
:"footprints" => [
|
315
|
-
:"fork_and_knife" => [
|
316
|
-
:"fountain" => [
|
317
|
-
:"four" => [
|
318
|
-
:"four_leaf_clover" => [
|
319
|
-
:"fr" => [
|
320
|
-
:"free" => [
|
321
|
-
:"fried_shrimp" => [
|
322
|
-
:"fries" => [
|
323
|
-
:"frog" => [
|
324
|
-
:"frowning" => [
|
296
|
+
:"fire" => [0x1F525],
|
297
|
+
:"fire_engine" => [0x1F692],
|
298
|
+
:"fireworks" => [0x1F386],
|
299
|
+
:"first_quarter_moon" => [0x1F313],
|
300
|
+
:"first_quarter_moon_with_face" => [0x1F31B],
|
301
|
+
:"fish" => [0x1F41F],
|
302
|
+
:"fish_cake" => [0x1F365],
|
303
|
+
:"fishing_pole_and_fish" => [0x1F3A3],
|
304
|
+
:"fist" => [0x270A],
|
305
|
+
:"five" => [0x35, 0xFE0F, 0x20E3],
|
306
|
+
:"flags" => [0x1F38F],
|
307
|
+
:"flashlight" => [0x1F526],
|
308
|
+
:"flipper" => [0x1F42C],
|
309
|
+
:"floppy_disk" => [0x1F4BE],
|
310
|
+
:"flower_playing_cards" => [0x1F3B4],
|
311
|
+
:"flushed" => [0x1F633],
|
312
|
+
:"foggy" => [0x1F301],
|
313
|
+
:"football" => [0x1F3C8],
|
314
|
+
:"footprints" => [0x1F463],
|
315
|
+
:"fork_and_knife" => [0x1F374],
|
316
|
+
:"fountain" => [0x26F2, 0xFE0F],
|
317
|
+
:"four" => [0x34, 0xFE0F, 0x20E3],
|
318
|
+
:"four_leaf_clover" => [0x1F340],
|
319
|
+
:"fr" => [0x1F1EB, 0x1F1F7],
|
320
|
+
:"free" => [0x1F193],
|
321
|
+
:"fried_shrimp" => [0x1F364],
|
322
|
+
:"fries" => [0x1F35F],
|
323
|
+
:"frog" => [0x1F438],
|
324
|
+
:"frowning" => [0x1F626],
|
325
325
|
# "fu" => nil,
|
326
|
-
:"fuelpump" => [
|
327
|
-
:"full_moon" => [
|
328
|
-
:"full_moon_with_face" => [
|
329
|
-
:"game_die" => [
|
330
|
-
:"gb" => [
|
331
|
-
:"gem" => [
|
332
|
-
:"gemini" => [
|
333
|
-
:"ghost" => [
|
334
|
-
:"gift" => [
|
335
|
-
:"gift_heart" => [
|
336
|
-
:"girl" => [
|
337
|
-
:"globe_with_meridians" => [
|
338
|
-
:"goat" => [
|
326
|
+
:"fuelpump" => [0x26FD, 0xFE0F],
|
327
|
+
:"full_moon" => [0x1F315],
|
328
|
+
:"full_moon_with_face" => [0x1F31D],
|
329
|
+
:"game_die" => [0x1F3B2],
|
330
|
+
:"gb" => [0x1F1EC, 0x1F1E7],
|
331
|
+
:"gem" => [0x1F48E],
|
332
|
+
:"gemini" => [0x264A, 0xFE0F],
|
333
|
+
:"ghost" => [0x1F47B],
|
334
|
+
:"gift" => [0x1F381],
|
335
|
+
:"gift_heart" => [0x1F49D],
|
336
|
+
:"girl" => [0x1F467],
|
337
|
+
:"globe_with_meridians" => [0x1F310],
|
338
|
+
:"goat" => [0x1F410],
|
339
339
|
# "goberserk" => nil,
|
340
340
|
# "godmode" => nil,
|
341
|
-
:"golf" => [
|
342
|
-
:"grapes" => [
|
343
|
-
:"green_apple" => [
|
344
|
-
:"green_book" => [
|
345
|
-
:"green_heart" => [
|
346
|
-
:"grey_exclamation" => [
|
347
|
-
:"grey_question" => [
|
348
|
-
:"grimacing" => [
|
349
|
-
:"grin" => [
|
350
|
-
:"grinning" => [
|
351
|
-
:"guardsman" => [
|
352
|
-
:"guitar" => [
|
353
|
-
:"gun" => [
|
354
|
-
:"haircut" => [
|
355
|
-
:"hamburger" => [
|
356
|
-
:"hammer" => [
|
357
|
-
:"hamster" => [
|
358
|
-
:"hand" => [
|
359
|
-
:"handbag" => [
|
360
|
-
:"hankey" => [
|
361
|
-
:"hash" => [
|
362
|
-
:"hatched_chick" => [
|
363
|
-
:"hatching_chick" => [
|
364
|
-
:"headphones" => [
|
365
|
-
:"hear_no_evil" => [
|
366
|
-
:"heart" => [
|
367
|
-
:"heart_decoration" => [
|
368
|
-
:"heart_eyes" => [
|
369
|
-
:"heart_eyes_cat" => [
|
370
|
-
:"heartbeat" => [
|
371
|
-
:"heartpulse" => [
|
372
|
-
:"hearts" => [
|
373
|
-
:"heavy_check_mark" => [
|
374
|
-
:"heavy_division_sign" => [
|
375
|
-
:"heavy_dollar_sign" => [
|
376
|
-
:"heavy_exclamation_mark" => [
|
377
|
-
:"heavy_minus_sign" => [
|
378
|
-
:"heavy_multiplication_x" => [
|
379
|
-
:"heavy_plus_sign" => [
|
380
|
-
:"helicopter" => [
|
381
|
-
:"herb" => [
|
382
|
-
:"hibiscus" => [
|
383
|
-
:"high_brightness" => [
|
384
|
-
:"high_heel" => [
|
385
|
-
:"hocho" => [
|
386
|
-
:"honey_pot" => [
|
387
|
-
:"honeybee" => [
|
388
|
-
:"horse" => [
|
389
|
-
:"horse_racing" => [
|
390
|
-
:"hospital" => [
|
391
|
-
:"hotel" => [
|
392
|
-
:"hotsprings" => [
|
393
|
-
:"hourglass" => [
|
394
|
-
:"hourglass_flowing_sand" => [
|
395
|
-
:"house" => [
|
396
|
-
:"house_with_garden" => [
|
341
|
+
:"golf" => [0x26F3, 0xFE0F],
|
342
|
+
:"grapes" => [0x1F347],
|
343
|
+
:"green_apple" => [0x1F34F],
|
344
|
+
:"green_book" => [0x1F4D7],
|
345
|
+
:"green_heart" => [0x1F49A],
|
346
|
+
:"grey_exclamation" => [0x2755],
|
347
|
+
:"grey_question" => [0x2754],
|
348
|
+
:"grimacing" => [0x1F62C],
|
349
|
+
:"grin" => [0x1F601],
|
350
|
+
:"grinning" => [0x1F600],
|
351
|
+
:"guardsman" => [0x1F482],
|
352
|
+
:"guitar" => [0x1F3B8],
|
353
|
+
:"gun" => [0x1F52B],
|
354
|
+
:"haircut" => [0x1F487],
|
355
|
+
:"hamburger" => [0x1F354],
|
356
|
+
:"hammer" => [0x1F528],
|
357
|
+
:"hamster" => [0x1F439],
|
358
|
+
:"hand" => [0x270B],
|
359
|
+
:"handbag" => [0x1F45C],
|
360
|
+
:"hankey" => [0x1F4A9],
|
361
|
+
:"hash" => [0x23, 0xFE0F, 0x20E3],
|
362
|
+
:"hatched_chick" => [0x1F425],
|
363
|
+
:"hatching_chick" => [0x1F423],
|
364
|
+
:"headphones" => [0x1F3A7],
|
365
|
+
:"hear_no_evil" => [0x1F649],
|
366
|
+
:"heart" => [0x2764, 0xFE0F],
|
367
|
+
:"heart_decoration" => [0x1F49F],
|
368
|
+
:"heart_eyes" => [0x1F60D],
|
369
|
+
:"heart_eyes_cat" => [0x1F63B],
|
370
|
+
:"heartbeat" => [0x1F493],
|
371
|
+
:"heartpulse" => [0x1F497],
|
372
|
+
:"hearts" => [0x2665, 0xFE0F],
|
373
|
+
:"heavy_check_mark" => [0x2714, 0xFE0F],
|
374
|
+
:"heavy_division_sign" => [0x2797],
|
375
|
+
:"heavy_dollar_sign" => [0x1F4B2],
|
376
|
+
:"heavy_exclamation_mark" => [0x2757, 0xFE0F],
|
377
|
+
:"heavy_minus_sign" => [0x2796],
|
378
|
+
:"heavy_multiplication_x" => [0x2716, 0xFE0F],
|
379
|
+
:"heavy_plus_sign" => [0x2795],
|
380
|
+
:"helicopter" => [0x1F681],
|
381
|
+
:"herb" => [0x1F33F],
|
382
|
+
:"hibiscus" => [0x1F33A],
|
383
|
+
:"high_brightness" => [0x1F506],
|
384
|
+
:"high_heel" => [0x1F460],
|
385
|
+
:"hocho" => [0x1F52A],
|
386
|
+
:"honey_pot" => [0x1F36F],
|
387
|
+
:"honeybee" => [0x1F41D],
|
388
|
+
:"horse" => [0x1F434],
|
389
|
+
:"horse_racing" => [0x1F3C7],
|
390
|
+
:"hospital" => [0x1F3E5],
|
391
|
+
:"hotel" => [0x1F3E8],
|
392
|
+
:"hotsprings" => [0x2668, 0xFE0F],
|
393
|
+
:"hourglass" => [0x231B, 0xFE0F],
|
394
|
+
:"hourglass_flowing_sand" => [0x23F3],
|
395
|
+
:"house" => [0x1F3E0],
|
396
|
+
:"house_with_garden" => [0x1F3E1],
|
397
397
|
# "hurtrealbad" => nil,
|
398
|
-
:"hushed" => [
|
399
|
-
:"ice_cream" => [
|
400
|
-
:"icecream" => [
|
401
|
-
:"id" => [
|
402
|
-
:"ideograph_advantage" => [
|
403
|
-
:"imp" => [
|
404
|
-
:"inbox_tray" => [
|
405
|
-
:"incoming_envelope" => [
|
406
|
-
:"information_desk_person" => [
|
407
|
-
:"information_source" => [
|
408
|
-
:"innocent" => [
|
409
|
-
:"interrobang" => [
|
410
|
-
:"iphone" => [
|
411
|
-
:"it" => [
|
412
|
-
:"izakaya_lantern" => [
|
413
|
-
:"jack_o_lantern" => [
|
414
|
-
:"japan" => [
|
415
|
-
:"japanese_castle" => [
|
416
|
-
:"japanese_goblin" => [
|
417
|
-
:"japanese_ogre" => [
|
418
|
-
:"jeans" => [
|
419
|
-
:"joy" => [
|
420
|
-
:"joy_cat" => [
|
421
|
-
:"jp" => [
|
422
|
-
:"key" => [
|
423
|
-
:"keycap_ten" => [
|
424
|
-
:"kimono" => [
|
425
|
-
:"kiss" => [
|
426
|
-
:"kissing" => [
|
427
|
-
:"kissing_cat" => [
|
428
|
-
:"kissing_closed_eyes" => [
|
429
|
-
:"kissing_heart" => [
|
430
|
-
:"kissing_smiling_eyes" => [
|
431
|
-
:"knife" => [
|
432
|
-
:"koala" => [
|
433
|
-
:"koko" => [
|
434
|
-
:"kr" => [
|
435
|
-
:"lantern" => [
|
436
|
-
:"large_blue_circle" => [
|
437
|
-
:"large_blue_diamond" => [
|
438
|
-
:"large_orange_diamond" => [
|
439
|
-
:"last_quarter_moon" => [
|
440
|
-
:"last_quarter_moon_with_face" => [
|
441
|
-
:"laughing" => [
|
442
|
-
:"leaves" => [
|
443
|
-
:"ledger" => [
|
444
|
-
:"left_luggage" => [
|
445
|
-
:"left_right_arrow" => [
|
446
|
-
:"leftwards_arrow_with_hook" => [
|
447
|
-
:"lemon" => [
|
448
|
-
:"leo" => [
|
449
|
-
:"leopard" => [
|
450
|
-
:"libra" => [
|
451
|
-
:"light_rail" => [
|
452
|
-
:"link" => [
|
453
|
-
:"lips" => [
|
454
|
-
:"lipstick" => [
|
455
|
-
:"lock" => [
|
456
|
-
:"lock_with_ink_pen" => [
|
457
|
-
:"lollipop" => [
|
458
|
-
:"loop" => [
|
459
|
-
:"loud_sound" => [
|
460
|
-
:"loudspeaker" => [
|
461
|
-
:"love_hotel" => [
|
462
|
-
:"love_letter" => [
|
463
|
-
:"low_brightness" => [
|
464
|
-
:"m" => [
|
465
|
-
:"mag" => [
|
466
|
-
:"mag_right" => [
|
467
|
-
:"mahjong" => [
|
468
|
-
:"mailbox" => [
|
469
|
-
:"mailbox_closed" => [
|
470
|
-
:"mailbox_with_mail" => [
|
471
|
-
:"mailbox_with_no_mail" => [
|
472
|
-
:"man" => [
|
473
|
-
:"man_with_gua_pi_mao" => [
|
474
|
-
:"man_with_turban" => [
|
475
|
-
:"mans_shoe" => [
|
476
|
-
:"maple_leaf" => [
|
477
|
-
:"mask" => [
|
478
|
-
:"massage" => [
|
479
|
-
:"meat_on_bone" => [
|
480
|
-
:"mega" => [
|
481
|
-
:"melon" => [
|
482
|
-
:"memo" => [
|
483
|
-
:"mens" => [
|
398
|
+
:"hushed" => [0x1F62F],
|
399
|
+
:"ice_cream" => [0x1F368],
|
400
|
+
:"icecream" => [0x1F366],
|
401
|
+
:"id" => [0x1F194],
|
402
|
+
:"ideograph_advantage" => [0x1F250],
|
403
|
+
:"imp" => [0x1F47F],
|
404
|
+
:"inbox_tray" => [0x1F4E5],
|
405
|
+
:"incoming_envelope" => [0x1F4E8],
|
406
|
+
:"information_desk_person" => [0x1F481],
|
407
|
+
:"information_source" => [0x2139, 0xFE0F],
|
408
|
+
:"innocent" => [0x1F607],
|
409
|
+
:"interrobang" => [0x2049, 0xFE0F],
|
410
|
+
:"iphone" => [0x1F4F1],
|
411
|
+
:"it" => [0x1F1EE, 0x1F1F9],
|
412
|
+
:"izakaya_lantern" => [0x1F3EE],
|
413
|
+
:"jack_o_lantern" => [0x1F383],
|
414
|
+
:"japan" => [0x1F5FE],
|
415
|
+
:"japanese_castle" => [0x1F3EF],
|
416
|
+
:"japanese_goblin" => [0x1F47A],
|
417
|
+
:"japanese_ogre" => [0x1F479],
|
418
|
+
:"jeans" => [0x1F456],
|
419
|
+
:"joy" => [0x1F602],
|
420
|
+
:"joy_cat" => [0x1F639],
|
421
|
+
:"jp" => [0x1F1EF, 0x1F1F5],
|
422
|
+
:"key" => [0x1F511],
|
423
|
+
:"keycap_ten" => [0x1F51F],
|
424
|
+
:"kimono" => [0x1F458],
|
425
|
+
:"kiss" => [0x1F48B],
|
426
|
+
:"kissing" => [0x1F617],
|
427
|
+
:"kissing_cat" => [0x1F63D],
|
428
|
+
:"kissing_closed_eyes" => [0x1F61A],
|
429
|
+
:"kissing_heart" => [0x1F618],
|
430
|
+
:"kissing_smiling_eyes" => [0x1F619],
|
431
|
+
:"knife" => [0x1F52A],
|
432
|
+
:"koala" => [0x1F428],
|
433
|
+
:"koko" => [0x1F201],
|
434
|
+
:"kr" => [0x1F1F0, 0x1F1F7],
|
435
|
+
:"lantern" => [0x1F3EE],
|
436
|
+
:"large_blue_circle" => [0x1F535],
|
437
|
+
:"large_blue_diamond" => [0x1F537],
|
438
|
+
:"large_orange_diamond" => [0x1F536],
|
439
|
+
:"last_quarter_moon" => [0x1F317],
|
440
|
+
:"last_quarter_moon_with_face" => [0x1F31C],
|
441
|
+
:"laughing" => [0x1F606],
|
442
|
+
:"leaves" => [0x1F343],
|
443
|
+
:"ledger" => [0x1F4D2],
|
444
|
+
:"left_luggage" => [0x1F6C5],
|
445
|
+
:"left_right_arrow" => [0x2194, 0xFE0F],
|
446
|
+
:"leftwards_arrow_with_hook" => [0x21A9, 0xFE0F],
|
447
|
+
:"lemon" => [0x1F34B],
|
448
|
+
:"leo" => [0x264C, 0xFE0F],
|
449
|
+
:"leopard" => [0x1F406],
|
450
|
+
:"libra" => [0x264E, 0xFE0F],
|
451
|
+
:"light_rail" => [0x1F688],
|
452
|
+
:"link" => [0x1F517],
|
453
|
+
:"lips" => [0x1F444],
|
454
|
+
:"lipstick" => [0x1F484],
|
455
|
+
:"lock" => [0x1F512],
|
456
|
+
:"lock_with_ink_pen" => [0x1F50F],
|
457
|
+
:"lollipop" => [0x1F36D],
|
458
|
+
:"loop" => [0x27BF],
|
459
|
+
:"loud_sound" => [0x1F50A],
|
460
|
+
:"loudspeaker" => [0x1F4E2],
|
461
|
+
:"love_hotel" => [0x1F3E9],
|
462
|
+
:"love_letter" => [0x1F48C],
|
463
|
+
:"low_brightness" => [0x1F505],
|
464
|
+
:"m" => [0x24C2, 0xFE0F],
|
465
|
+
:"mag" => [0x1F50D],
|
466
|
+
:"mag_right" => [0x1F50E],
|
467
|
+
:"mahjong" => [0x1F004, 0xFE0F],
|
468
|
+
:"mailbox" => [0x1F4EB],
|
469
|
+
:"mailbox_closed" => [0x1F4EA],
|
470
|
+
:"mailbox_with_mail" => [0x1F4EC],
|
471
|
+
:"mailbox_with_no_mail" => [0x1F4ED],
|
472
|
+
:"man" => [0x1F468],
|
473
|
+
:"man_with_gua_pi_mao" => [0x1F472],
|
474
|
+
:"man_with_turban" => [0x1F473],
|
475
|
+
:"mans_shoe" => [0x1F45E],
|
476
|
+
:"maple_leaf" => [0x1F341],
|
477
|
+
:"mask" => [0x1F637],
|
478
|
+
:"massage" => [0x1F486],
|
479
|
+
:"meat_on_bone" => [0x1F356],
|
480
|
+
:"mega" => [0x1F4E3],
|
481
|
+
:"melon" => [0x1F348],
|
482
|
+
:"memo" => [0x1F4DD],
|
483
|
+
:"mens" => [0x1F6B9],
|
484
484
|
# "metal" => nil,
|
485
|
-
:"metro" => [
|
486
|
-
:"microphone" => [
|
487
|
-
:"microscope" => [
|
488
|
-
:"milky_way" => [
|
489
|
-
:"minibus" => [
|
490
|
-
:"minidisc" => [
|
491
|
-
:"mobile_phone_off" => [
|
492
|
-
:"money_with_wings" => [
|
493
|
-
:"moneybag" => [
|
494
|
-
:"monkey" => [
|
495
|
-
:"monkey_face" => [
|
496
|
-
:"monorail" => [
|
497
|
-
:"moon" => [
|
498
|
-
:"mortar_board" => [
|
499
|
-
:"mount_fuji" => [
|
500
|
-
:"mountain_bicyclist" => [
|
501
|
-
:"mountain_cableway" => [
|
502
|
-
:"mountain_railway" => [
|
503
|
-
:"mouse" => [
|
504
|
-
:"mouse2" => [
|
505
|
-
:"movie_camera" => [
|
506
|
-
:"moyai" => [
|
507
|
-
:"muscle" => [
|
508
|
-
:"mushroom" => [
|
509
|
-
:"musical_keyboard" => [
|
510
|
-
:"musical_note" => [
|
511
|
-
:"musical_score" => [
|
512
|
-
:"mute" => [
|
513
|
-
:"nail_care" => [
|
514
|
-
:"name_badge" => [
|
485
|
+
:"metro" => [0x1F687],
|
486
|
+
:"microphone" => [0x1F3A4],
|
487
|
+
:"microscope" => [0x1F52C],
|
488
|
+
:"milky_way" => [0x1F30C],
|
489
|
+
:"minibus" => [0x1F690],
|
490
|
+
:"minidisc" => [0x1F4BD],
|
491
|
+
:"mobile_phone_off" => [0x1F4F4],
|
492
|
+
:"money_with_wings" => [0x1F4B8],
|
493
|
+
:"moneybag" => [0x1F4B0],
|
494
|
+
:"monkey" => [0x1F412],
|
495
|
+
:"monkey_face" => [0x1F435],
|
496
|
+
:"monorail" => [0x1F69D],
|
497
|
+
:"moon" => [0x1F314],
|
498
|
+
:"mortar_board" => [0x1F393],
|
499
|
+
:"mount_fuji" => [0x1F5FB],
|
500
|
+
:"mountain_bicyclist" => [0x1F6B5],
|
501
|
+
:"mountain_cableway" => [0x1F6A0],
|
502
|
+
:"mountain_railway" => [0x1F69E],
|
503
|
+
:"mouse" => [0x1F42D],
|
504
|
+
:"mouse2" => [0x1F401],
|
505
|
+
:"movie_camera" => [0x1F3A5],
|
506
|
+
:"moyai" => [0x1F5FF],
|
507
|
+
:"muscle" => [0x1F4AA],
|
508
|
+
:"mushroom" => [0x1F344],
|
509
|
+
:"musical_keyboard" => [0x1F3B9],
|
510
|
+
:"musical_note" => [0x1F3B5],
|
511
|
+
:"musical_score" => [0x1F3BC],
|
512
|
+
:"mute" => [0x1F507],
|
513
|
+
:"nail_care" => [0x1F485],
|
514
|
+
:"name_badge" => [0x1F4DB],
|
515
515
|
# "neckbeard" => nil,
|
516
|
-
:"necktie" => [
|
517
|
-
:"negative_squared_cross_mark" => [
|
518
|
-
:"neutral_face" => [
|
519
|
-
:"new" => [
|
520
|
-
:"new_moon" => [
|
521
|
-
:"new_moon_with_face" => [
|
522
|
-
:"newspaper" => [
|
523
|
-
:"ng" => [
|
524
|
-
:"night_with_stars" => [
|
525
|
-
:"nine" => [
|
526
|
-
:"no_bell" => [
|
527
|
-
:"no_bicycles" => [
|
528
|
-
:"no_entry" => [
|
529
|
-
:"no_entry_sign" => [
|
530
|
-
:"no_good" => [
|
531
|
-
:"no_mobile_phones" => [
|
532
|
-
:"no_mouth" => [
|
533
|
-
:"no_pedestrians" => [
|
534
|
-
:"no_smoking" => [
|
535
|
-
:"non-potable_water" => [
|
536
|
-
:"nose" => [
|
537
|
-
:"notebook" => [
|
538
|
-
:"notebook_with_decorative_cover" => [
|
539
|
-
:"notes" => [
|
540
|
-
:"nut_and_bolt" => [
|
541
|
-
:"o" => [
|
542
|
-
:"o2" => [
|
543
|
-
:"ocean" => [
|
516
|
+
:"necktie" => [0x1F454],
|
517
|
+
:"negative_squared_cross_mark" => [0x274E],
|
518
|
+
:"neutral_face" => [0x1F610],
|
519
|
+
:"new" => [0x1F195],
|
520
|
+
:"new_moon" => [0x1F311],
|
521
|
+
:"new_moon_with_face" => [0x1F31A],
|
522
|
+
:"newspaper" => [0x1F4F0],
|
523
|
+
:"ng" => [0x1F196],
|
524
|
+
:"night_with_stars" => [0x1F303],
|
525
|
+
:"nine" => [0x39, 0xFE0F, 0x20E3],
|
526
|
+
:"no_bell" => [0x1F515],
|
527
|
+
:"no_bicycles" => [0x1F6B3],
|
528
|
+
:"no_entry" => [0x26D4, 0xFE0F],
|
529
|
+
:"no_entry_sign" => [0x1F6AB],
|
530
|
+
:"no_good" => [0x1F645],
|
531
|
+
:"no_mobile_phones" => [0x1F4F5],
|
532
|
+
:"no_mouth" => [0x1F636],
|
533
|
+
:"no_pedestrians" => [0x1F6B7],
|
534
|
+
:"no_smoking" => [0x1F6AD],
|
535
|
+
:"non-potable_water" => [0x1F6B1],
|
536
|
+
:"nose" => [0x1F443],
|
537
|
+
:"notebook" => [0x1F4D3],
|
538
|
+
:"notebook_with_decorative_cover" => [0x1F4D4],
|
539
|
+
:"notes" => [0x1F3B6],
|
540
|
+
:"nut_and_bolt" => [0x1F529],
|
541
|
+
:"o" => [0x2B55, 0xFE0F],
|
542
|
+
:"o2" => [0x1F17E],
|
543
|
+
:"ocean" => [0x1F30A],
|
544
544
|
# "octocat" => nil,
|
545
|
-
:"octopus" => [
|
546
|
-
:"oden" => [
|
547
|
-
:"office" => [
|
548
|
-
:"ok" => [
|
549
|
-
:"ok_hand" => [
|
550
|
-
:"ok_woman" => [
|
551
|
-
:"older_man" => [
|
552
|
-
:"older_woman" => [
|
553
|
-
:"on" => [
|
554
|
-
:"oncoming_automobile" => [
|
555
|
-
:"oncoming_bus" => [
|
556
|
-
:"oncoming_police_car" => [
|
557
|
-
:"oncoming_taxi" => [
|
558
|
-
:"one" => [
|
559
|
-
:"open_book" => [
|
560
|
-
:"open_file_folder" => [
|
561
|
-
:"open_hands" => [
|
562
|
-
:"open_mouth" => [
|
563
|
-
:"ophiuchus" => [
|
564
|
-
:"orange_book" => [
|
565
|
-
:"outbox_tray" => [
|
566
|
-
:"ox" => [
|
567
|
-
:"package" => [
|
568
|
-
:"page_facing_up" => [
|
569
|
-
:"page_with_curl" => [
|
570
|
-
:"pager" => [
|
571
|
-
:"palm_tree" => [
|
572
|
-
:"panda_face" => [
|
573
|
-
:"paperclip" => [
|
574
|
-
:"parking" => [
|
575
|
-
:"part_alternation_mark" => [
|
576
|
-
:"partly_sunny" => [
|
577
|
-
:"passport_control" => [
|
578
|
-
:"paw_prints" => [
|
579
|
-
:"peach" => [
|
580
|
-
:"pear" => [
|
581
|
-
:"pencil" => [
|
582
|
-
:"pencil2" => [
|
583
|
-
:"penguin" => [
|
584
|
-
:"pensive" => [
|
585
|
-
:"performing_arts" => [
|
586
|
-
:"persevere" => [
|
587
|
-
:"person_frowning" => [
|
588
|
-
:"person_with_blond_hair" => [
|
589
|
-
:"person_with_pouting_face" => [
|
590
|
-
:"phone" => [
|
591
|
-
:"pig" => [
|
592
|
-
:"pig2" => [
|
593
|
-
:"pig_nose" => [
|
594
|
-
:"pill" => [
|
595
|
-
:"pineapple" => [
|
596
|
-
:"pisces" => [
|
597
|
-
:"pizza" => [
|
598
|
-
:"point_down" => [
|
599
|
-
:"point_left" => [
|
600
|
-
:"point_right" => [
|
601
|
-
:"point_up" => [
|
602
|
-
:"point_up_2" => [
|
603
|
-
:"police_car" => [
|
604
|
-
:"poodle" => [
|
605
|
-
:"poop" => [
|
606
|
-
:"post_office" => [
|
607
|
-
:"postal_horn" => [
|
608
|
-
:"postbox" => [
|
609
|
-
:"potable_water" => [
|
610
|
-
:"pouch" => [
|
611
|
-
:"poultry_leg" => [
|
612
|
-
:"pound" => [
|
613
|
-
:"pouting_cat" => [
|
614
|
-
:"pray" => [
|
615
|
-
:"princess" => [
|
616
|
-
:"punch" => [
|
617
|
-
:"purple_heart" => [
|
618
|
-
:"purse" => [
|
619
|
-
:"pushpin" => [
|
620
|
-
:"put_litter_in_its_place" => [
|
621
|
-
:"question" => [
|
622
|
-
:"rabbit" => [
|
623
|
-
:"rabbit2" => [
|
624
|
-
:"racehorse" => [
|
625
|
-
:"radio" => [
|
626
|
-
:"radio_button" => [
|
627
|
-
:"rage" => [
|
545
|
+
:"octopus" => [0x1F419],
|
546
|
+
:"oden" => [0x1F362],
|
547
|
+
:"office" => [0x1F3E2],
|
548
|
+
:"ok" => [0x1F197],
|
549
|
+
:"ok_hand" => [0x1F44C],
|
550
|
+
:"ok_woman" => [0x1F646],
|
551
|
+
:"older_man" => [0x1F474],
|
552
|
+
:"older_woman" => [0x1F475],
|
553
|
+
:"on" => [0x1F51B],
|
554
|
+
:"oncoming_automobile" => [0x1F698],
|
555
|
+
:"oncoming_bus" => [0x1F68D],
|
556
|
+
:"oncoming_police_car" => [0x1F694],
|
557
|
+
:"oncoming_taxi" => [0x1F696],
|
558
|
+
:"one" => [0x31, 0xFE0F, 0x20E3],
|
559
|
+
:"open_book" => [0x1F4D6],
|
560
|
+
:"open_file_folder" => [0x1F4C2],
|
561
|
+
:"open_hands" => [0x1F450],
|
562
|
+
:"open_mouth" => [0x1F62E],
|
563
|
+
:"ophiuchus" => [0x26CE],
|
564
|
+
:"orange_book" => [0x1F4D9],
|
565
|
+
:"outbox_tray" => [0x1F4E4],
|
566
|
+
:"ox" => [0x1F402],
|
567
|
+
:"package" => [0x1F4E6],
|
568
|
+
:"page_facing_up" => [0x1F4C4],
|
569
|
+
:"page_with_curl" => [0x1F4C3],
|
570
|
+
:"pager" => [0x1F4DF],
|
571
|
+
:"palm_tree" => [0x1F334],
|
572
|
+
:"panda_face" => [0x1F43C],
|
573
|
+
:"paperclip" => [0x1F4CE],
|
574
|
+
:"parking" => [0x1F17F, 0xFE0F],
|
575
|
+
:"part_alternation_mark" => [0x303D, 0xFE0F],
|
576
|
+
:"partly_sunny" => [0x26C5, 0xFE0F],
|
577
|
+
:"passport_control" => [0x1F6C2],
|
578
|
+
:"paw_prints" => [0x1F43E],
|
579
|
+
:"peach" => [0x1F351],
|
580
|
+
:"pear" => [0x1F350],
|
581
|
+
:"pencil" => [0x1F4DD],
|
582
|
+
:"pencil2" => [0x270F, 0xFE0F],
|
583
|
+
:"penguin" => [0x1F427],
|
584
|
+
:"pensive" => [0x1F614],
|
585
|
+
:"performing_arts" => [0x1F3AD],
|
586
|
+
:"persevere" => [0x1F623],
|
587
|
+
:"person_frowning" => [0x1F64D],
|
588
|
+
:"person_with_blond_hair" => [0x1F471],
|
589
|
+
:"person_with_pouting_face" => [0x1F64E],
|
590
|
+
:"phone" => [0x260E, 0xFE0F],
|
591
|
+
:"pig" => [0x1F437],
|
592
|
+
:"pig2" => [0x1F416],
|
593
|
+
:"pig_nose" => [0x1F43D],
|
594
|
+
:"pill" => [0x1F48A],
|
595
|
+
:"pineapple" => [0x1F34D],
|
596
|
+
:"pisces" => [0x2653, 0xFE0F],
|
597
|
+
:"pizza" => [0x1F355],
|
598
|
+
:"point_down" => [0x1F447],
|
599
|
+
:"point_left" => [0x1F448],
|
600
|
+
:"point_right" => [0x1F449],
|
601
|
+
:"point_up" => [0x261D, 0xFE0F],
|
602
|
+
:"point_up_2" => [0x1F446],
|
603
|
+
:"police_car" => [0x1F693],
|
604
|
+
:"poodle" => [0x1F429],
|
605
|
+
:"poop" => [0x1F4A9],
|
606
|
+
:"post_office" => [0x1F3E3],
|
607
|
+
:"postal_horn" => [0x1F4EF],
|
608
|
+
:"postbox" => [0x1F4EE],
|
609
|
+
:"potable_water" => [0x1F6B0],
|
610
|
+
:"pouch" => [0x1F45D],
|
611
|
+
:"poultry_leg" => [0x1F357],
|
612
|
+
:"pound" => [0x1F4B7],
|
613
|
+
:"pouting_cat" => [0x1F63E],
|
614
|
+
:"pray" => [0x1F64F],
|
615
|
+
:"princess" => [0x1F478],
|
616
|
+
:"punch" => [0x1F44A],
|
617
|
+
:"purple_heart" => [0x1F49C],
|
618
|
+
:"purse" => [0x1F45B],
|
619
|
+
:"pushpin" => [0x1F4CC],
|
620
|
+
:"put_litter_in_its_place" => [0x1F6AE],
|
621
|
+
:"question" => [0x2753],
|
622
|
+
:"rabbit" => [0x1F430],
|
623
|
+
:"rabbit2" => [0x1F407],
|
624
|
+
:"racehorse" => [0x1F40E],
|
625
|
+
:"radio" => [0x1F4FB],
|
626
|
+
:"radio_button" => [0x1F518],
|
627
|
+
:"rage" => [0x1F621],
|
628
628
|
# "rage1" => nil,
|
629
629
|
# "rage2" => nil,
|
630
630
|
# "rage3" => nil,
|
631
631
|
# "rage4" => nil,
|
632
|
-
:"railway_car" => [
|
633
|
-
:"rainbow" => [
|
634
|
-
:"raised_hand" => [
|
635
|
-
:"raised_hands" => [
|
636
|
-
:"raising_hand" => [
|
637
|
-
:"ram" => [
|
638
|
-
:"ramen" => [
|
639
|
-
:"rat" => [
|
640
|
-
:"recycle" => [
|
641
|
-
:"red_car" => [
|
642
|
-
:"red_circle" => [
|
643
|
-
:"registered" => [
|
644
|
-
:"relaxed" => [
|
645
|
-
:"relieved" => [
|
646
|
-
:"repeat" => [
|
647
|
-
:"repeat_one" => [
|
648
|
-
:"restroom" => [
|
649
|
-
:"revolving_hearts" => [
|
650
|
-
:"rewind" => [
|
651
|
-
:"ribbon" => [
|
652
|
-
:"rice" => [
|
653
|
-
:"rice_ball" => [
|
654
|
-
:"rice_cracker" => [
|
655
|
-
:"rice_scene" => [
|
656
|
-
:"ring" => [
|
657
|
-
:"rocket" => [
|
658
|
-
:"roller_coaster" => [
|
659
|
-
:"rooster" => [
|
660
|
-
:"rose" => [
|
661
|
-
:"rotating_light" => [
|
662
|
-
:"round_pushpin" => [
|
663
|
-
:"rowboat" => [
|
664
|
-
:"ru" => [
|
665
|
-
:"rugby_football" => [
|
666
|
-
:"runner" => [
|
667
|
-
:"running" => [
|
668
|
-
:"running_shirt_with_sash" => [
|
669
|
-
:"sa" => [
|
670
|
-
:"sagittarius" => [
|
671
|
-
:"sailboat" => [
|
672
|
-
:"sake" => [
|
673
|
-
:"sandal" => [
|
674
|
-
:"santa" => [
|
675
|
-
:"satellite" => [
|
676
|
-
:"satisfied" => [
|
677
|
-
:"saxophone" => [
|
678
|
-
:"school" => [
|
679
|
-
:"school_satchel" => [
|
680
|
-
:"scissors" => [
|
681
|
-
:"scorpius" => [
|
682
|
-
:"scream" => [
|
683
|
-
:"scream_cat" => [
|
684
|
-
:"scroll" => [
|
685
|
-
:"seat" => [
|
686
|
-
:"secret" => [
|
687
|
-
:"see_no_evil" => [
|
688
|
-
:"seedling" => [
|
689
|
-
:"seven" => [
|
690
|
-
:"shaved_ice" => [
|
691
|
-
:"sheep" => [
|
692
|
-
:"shell" => [
|
693
|
-
:"ship" => [
|
632
|
+
:"railway_car" => [0x1F683],
|
633
|
+
:"rainbow" => [0x1F308],
|
634
|
+
:"raised_hand" => [0x270B],
|
635
|
+
:"raised_hands" => [0x1F64C],
|
636
|
+
:"raising_hand" => [0x1F64B],
|
637
|
+
:"ram" => [0x1F40F],
|
638
|
+
:"ramen" => [0x1F35C],
|
639
|
+
:"rat" => [0x1F400],
|
640
|
+
:"recycle" => [0x267B, 0xFE0F],
|
641
|
+
:"red_car" => [0x1F697],
|
642
|
+
:"red_circle" => [0x1F534],
|
643
|
+
:"registered" => [0xAE],
|
644
|
+
:"relaxed" => [0x263A, 0xFE0F],
|
645
|
+
:"relieved" => [0x1F60C],
|
646
|
+
:"repeat" => [0x1F501],
|
647
|
+
:"repeat_one" => [0x1F502],
|
648
|
+
:"restroom" => [0x1F6BB],
|
649
|
+
:"revolving_hearts" => [0x1F49E],
|
650
|
+
:"rewind" => [0x23EA],
|
651
|
+
:"ribbon" => [0x1F380],
|
652
|
+
:"rice" => [0x1F35A],
|
653
|
+
:"rice_ball" => [0x1F359],
|
654
|
+
:"rice_cracker" => [0x1F358],
|
655
|
+
:"rice_scene" => [0x1F391],
|
656
|
+
:"ring" => [0x1F48D],
|
657
|
+
:"rocket" => [0x1F680],
|
658
|
+
:"roller_coaster" => [0x1F3A2],
|
659
|
+
:"rooster" => [0x1F413],
|
660
|
+
:"rose" => [0x1F339],
|
661
|
+
:"rotating_light" => [0x1F6A8],
|
662
|
+
:"round_pushpin" => [0x1F4CD],
|
663
|
+
:"rowboat" => [0x1F6A3],
|
664
|
+
:"ru" => [0x1F1F7, 0x1F1FA],
|
665
|
+
:"rugby_football" => [0x1F3C9],
|
666
|
+
:"runner" => [0x1F3C3],
|
667
|
+
:"running" => [0x1F3C3],
|
668
|
+
:"running_shirt_with_sash" => [0x1F3BD],
|
669
|
+
:"sa" => [0x1F202],
|
670
|
+
:"sagittarius" => [0x2650, 0xFE0F],
|
671
|
+
:"sailboat" => [0x26F5, 0xFE0F],
|
672
|
+
:"sake" => [0x1F376],
|
673
|
+
:"sandal" => [0x1F461],
|
674
|
+
:"santa" => [0x1F385],
|
675
|
+
:"satellite" => [0x1F4E1],
|
676
|
+
:"satisfied" => [0x1F606],
|
677
|
+
:"saxophone" => [0x1F3B7],
|
678
|
+
:"school" => [0x1F3EB],
|
679
|
+
:"school_satchel" => [0x1F392],
|
680
|
+
:"scissors" => [0x2702, 0xFE0F],
|
681
|
+
:"scorpius" => [0x264F, 0xFE0F],
|
682
|
+
:"scream" => [0x1F631],
|
683
|
+
:"scream_cat" => [0x1F640],
|
684
|
+
:"scroll" => [0x1F4DC],
|
685
|
+
:"seat" => [0x1F4BA],
|
686
|
+
:"secret" => [0x3299, 0xFE0F],
|
687
|
+
:"see_no_evil" => [0x1F648],
|
688
|
+
:"seedling" => [0x1F331],
|
689
|
+
:"seven" => [0x37, 0xFE0F, 0x20E3],
|
690
|
+
:"shaved_ice" => [0x1F367],
|
691
|
+
:"sheep" => [0x1F411],
|
692
|
+
:"shell" => [0x1F41A],
|
693
|
+
:"ship" => [0x1F6A2],
|
694
694
|
# "shipit" => nil,
|
695
|
-
:"shirt" => [
|
696
|
-
:"shit" => [
|
697
|
-
:"shoe" => [
|
698
|
-
:"shower" => [
|
699
|
-
:"signal_strength" => [
|
700
|
-
:"six" => [
|
701
|
-
:"six_pointed_star" => [
|
702
|
-
:"ski" => [
|
703
|
-
:"skull" => [
|
704
|
-
:"sleeping" => [
|
705
|
-
:"sleepy" => [
|
706
|
-
:"slot_machine" => [
|
707
|
-
:"small_blue_diamond" => [
|
708
|
-
:"small_orange_diamond" => [
|
709
|
-
:"small_red_triangle" => [
|
710
|
-
:"small_red_triangle_down" => [
|
711
|
-
:"smile" => [
|
712
|
-
:"smile_cat" => [
|
713
|
-
:"smiley" => [
|
714
|
-
:"smiley_cat" => [
|
715
|
-
:"smiling_imp" => [
|
716
|
-
:"smirk" => [
|
717
|
-
:"smirk_cat" => [
|
718
|
-
:"smoking" => [
|
719
|
-
:"snail" => [
|
720
|
-
:"snake" => [
|
721
|
-
:"snowboarder" => [
|
722
|
-
:"snowflake" => [
|
723
|
-
:"snowman" => [
|
724
|
-
:"sob" => [
|
725
|
-
:"soccer" => [
|
726
|
-
:"soon" => [
|
727
|
-
:"sos" => [
|
728
|
-
:"sound" => [
|
729
|
-
:"space_invader" => [
|
730
|
-
:"spades" => [
|
731
|
-
:"spaghetti" => [
|
732
|
-
:"sparkle" => [
|
733
|
-
:"sparkler" => [
|
734
|
-
:"sparkles" => [
|
735
|
-
:"sparkling_heart" => [
|
736
|
-
:"speak_no_evil" => [
|
737
|
-
:"speaker" => [
|
738
|
-
:"speech_balloon" => [
|
739
|
-
:"speedboat" => [
|
695
|
+
:"shirt" => [0x1F455],
|
696
|
+
:"shit" => [0x1F4A9],
|
697
|
+
:"shoe" => [0x1F45E],
|
698
|
+
:"shower" => [0x1F6BF],
|
699
|
+
:"signal_strength" => [0x1F4F6],
|
700
|
+
:"six" => [0x36, 0xFE0F, 0x20E3],
|
701
|
+
:"six_pointed_star" => [0x1F52F],
|
702
|
+
:"ski" => [0x1F3BF],
|
703
|
+
:"skull" => [0x1F480],
|
704
|
+
:"sleeping" => [0x1F634],
|
705
|
+
:"sleepy" => [0x1F62A],
|
706
|
+
:"slot_machine" => [0x1F3B0],
|
707
|
+
:"small_blue_diamond" => [0x1F539],
|
708
|
+
:"small_orange_diamond" => [0x1F538],
|
709
|
+
:"small_red_triangle" => [0x1F53A],
|
710
|
+
:"small_red_triangle_down" => [0x1F53B],
|
711
|
+
:"smile" => [0x1F604],
|
712
|
+
:"smile_cat" => [0x1F638],
|
713
|
+
:"smiley" => [0x1F603],
|
714
|
+
:"smiley_cat" => [0x1F63A],
|
715
|
+
:"smiling_imp" => [0x1F608],
|
716
|
+
:"smirk" => [0x1F60F],
|
717
|
+
:"smirk_cat" => [0x1F63C],
|
718
|
+
:"smoking" => [0x1F6AC],
|
719
|
+
:"snail" => [0x1F40C],
|
720
|
+
:"snake" => [0x1F40D],
|
721
|
+
:"snowboarder" => [0x1F3C2],
|
722
|
+
:"snowflake" => [0x2744, 0xFE0F],
|
723
|
+
:"snowman" => [0x26C4, 0xFE0F],
|
724
|
+
:"sob" => [0x1F62D],
|
725
|
+
:"soccer" => [0x26BD, 0xFE0F],
|
726
|
+
:"soon" => [0x1F51C],
|
727
|
+
:"sos" => [0x1F198],
|
728
|
+
:"sound" => [0x1F509],
|
729
|
+
:"space_invader" => [0x1F47E],
|
730
|
+
:"spades" => [0x2660, 0xFE0F],
|
731
|
+
:"spaghetti" => [0x1F35D],
|
732
|
+
:"sparkle" => [0x2747, 0xFE0F],
|
733
|
+
:"sparkler" => [0x1F387],
|
734
|
+
:"sparkles" => [0x2728],
|
735
|
+
:"sparkling_heart" => [0x1F496],
|
736
|
+
:"speak_no_evil" => [0x1F64A],
|
737
|
+
:"speaker" => [0x1F508],
|
738
|
+
:"speech_balloon" => [0x1F4AC],
|
739
|
+
:"speedboat" => [0x1F6A4],
|
740
740
|
# "squirrel" => nil,
|
741
|
-
:"star" => [
|
742
|
-
:"star2" => [
|
743
|
-
:"stars" => [
|
744
|
-
:"station" => [
|
745
|
-
:"statue_of_liberty" => [
|
746
|
-
:"steam_locomotive" => [
|
747
|
-
:"stew" => [
|
748
|
-
:"straight_ruler" => [
|
749
|
-
:"strawberry" => [
|
750
|
-
:"stuck_out_tongue" => [
|
751
|
-
:"stuck_out_tongue_closed_eyes" => [
|
752
|
-
:"stuck_out_tongue_winking_eye" => [
|
753
|
-
:"sun_with_face" => [
|
754
|
-
:"sunflower" => [
|
755
|
-
:"sunglasses" => [
|
756
|
-
:"sunny" => [
|
757
|
-
:"sunrise" => [
|
758
|
-
:"sunrise_over_mountains" => [
|
759
|
-
:"surfer" => [
|
760
|
-
:"sushi" => [
|
741
|
+
:"star" => [0x2B50, 0xFE0F],
|
742
|
+
:"star2" => [0x1F31F],
|
743
|
+
:"stars" => [0x1F320],
|
744
|
+
:"station" => [0x1F689],
|
745
|
+
:"statue_of_liberty" => [0x1F5FD],
|
746
|
+
:"steam_locomotive" => [0x1F682],
|
747
|
+
:"stew" => [0x1F372],
|
748
|
+
:"straight_ruler" => [0x1F4CF],
|
749
|
+
:"strawberry" => [0x1F353],
|
750
|
+
:"stuck_out_tongue" => [0x1F61B],
|
751
|
+
:"stuck_out_tongue_closed_eyes" => [0x1F61D],
|
752
|
+
:"stuck_out_tongue_winking_eye" => [0x1F61C],
|
753
|
+
:"sun_with_face" => [0x1F31E],
|
754
|
+
:"sunflower" => [0x1F33B],
|
755
|
+
:"sunglasses" => [0x1F60E],
|
756
|
+
:"sunny" => [0x2600, 0xFE0F],
|
757
|
+
:"sunrise" => [0x1F305],
|
758
|
+
:"sunrise_over_mountains" => [0x1F304],
|
759
|
+
:"surfer" => [0x1F3C4],
|
760
|
+
:"sushi" => [0x1F363],
|
761
761
|
# "suspect" => nil,
|
762
|
-
:"suspension_railway" => [
|
763
|
-
:"sweat" => [
|
764
|
-
:"sweat_drops" => [
|
765
|
-
:"sweat_smile" => [
|
766
|
-
:"sweet_potato" => [
|
767
|
-
:"swimmer" => [
|
768
|
-
:"symbols" => [
|
769
|
-
:"syringe" => [
|
770
|
-
:"tada" => [
|
771
|
-
:"tanabata_tree" => [
|
772
|
-
:"tangerine" => [
|
773
|
-
:"taurus" => [
|
774
|
-
:"taxi" => [
|
775
|
-
:"tea" => [
|
776
|
-
:"telephone" => [
|
777
|
-
:"telephone_receiver" => [
|
778
|
-
:"telescope" => [
|
779
|
-
:"tennis" => [
|
780
|
-
:"tent" => [
|
781
|
-
:"thought_balloon" => [
|
782
|
-
:"three" => [
|
783
|
-
:"thumbsdown" => [
|
784
|
-
:"thumbsup" => [
|
785
|
-
:"ticket" => [
|
786
|
-
:"tiger" => [
|
787
|
-
:"tiger2" => [
|
788
|
-
:"tired_face" => [
|
789
|
-
:"tm" => [
|
790
|
-
:"toilet" => [
|
791
|
-
:"tokyo_tower" => [
|
792
|
-
:"tomato" => [
|
793
|
-
:"tongue" => [
|
794
|
-
:"top" => [
|
795
|
-
:"tophat" => [
|
796
|
-
:"tractor" => [
|
797
|
-
:"traffic_light" => [
|
798
|
-
:"train" => [
|
799
|
-
:"train2" => [
|
800
|
-
:"tram" => [
|
801
|
-
:"triangular_flag_on_post" => [
|
802
|
-
:"triangular_ruler" => [
|
803
|
-
:"trident" => [
|
804
|
-
:"triumph" => [
|
805
|
-
:"trolleybus" => [
|
762
|
+
:"suspension_railway" => [0x1F69F],
|
763
|
+
:"sweat" => [0x1F613],
|
764
|
+
:"sweat_drops" => [0x1F4A6],
|
765
|
+
:"sweat_smile" => [0x1F605],
|
766
|
+
:"sweet_potato" => [0x1F360],
|
767
|
+
:"swimmer" => [0x1F3CA],
|
768
|
+
:"symbols" => [0x1F523],
|
769
|
+
:"syringe" => [0x1F489],
|
770
|
+
:"tada" => [0x1F389],
|
771
|
+
:"tanabata_tree" => [0x1F38B],
|
772
|
+
:"tangerine" => [0x1F34A],
|
773
|
+
:"taurus" => [0x2649, 0xFE0F],
|
774
|
+
:"taxi" => [0x1F695],
|
775
|
+
:"tea" => [0x1F375],
|
776
|
+
:"telephone" => [0x260E, 0xFE0F],
|
777
|
+
:"telephone_receiver" => [0x1F4DE],
|
778
|
+
:"telescope" => [0x1F52D],
|
779
|
+
:"tennis" => [0x1F3BE],
|
780
|
+
:"tent" => [0x26FA, 0xFE0F],
|
781
|
+
:"thought_balloon" => [0x1F4AD],
|
782
|
+
:"three" => [0x33, 0xFE0F, 0x20E3],
|
783
|
+
:"thumbsdown" => [0x1F44E],
|
784
|
+
:"thumbsup" => [0x1F44D],
|
785
|
+
:"ticket" => [0x1F3AB],
|
786
|
+
:"tiger" => [0x1F42F],
|
787
|
+
:"tiger2" => [0x1F405],
|
788
|
+
:"tired_face" => [0x1F62B],
|
789
|
+
:"tm" => [0x2122],
|
790
|
+
:"toilet" => [0x1F6BD],
|
791
|
+
:"tokyo_tower" => [0x1F5FC],
|
792
|
+
:"tomato" => [0x1F345],
|
793
|
+
:"tongue" => [0x1F445],
|
794
|
+
:"top" => [0x1F51D],
|
795
|
+
:"tophat" => [0x1F3A9],
|
796
|
+
:"tractor" => [0x1F69C],
|
797
|
+
:"traffic_light" => [0x1F6A5],
|
798
|
+
:"train" => [0x1F68B],
|
799
|
+
:"train2" => [0x1F686],
|
800
|
+
:"tram" => [0x1F68A],
|
801
|
+
:"triangular_flag_on_post" => [0x1F6A9],
|
802
|
+
:"triangular_ruler" => [0x1F4D0],
|
803
|
+
:"trident" => [0x1F531],
|
804
|
+
:"triumph" => [0x1F624],
|
805
|
+
:"trolleybus" => [0x1F68E],
|
806
806
|
# "trollface" => nil,
|
807
|
-
:"trophy" => [
|
808
|
-
:"tropical_drink" => [
|
809
|
-
:"tropical_fish" => [
|
810
|
-
:"truck" => [
|
811
|
-
:"trumpet" => [
|
812
|
-
:"tshirt" => [
|
813
|
-
:"tulip" => [
|
814
|
-
:"turtle" => [
|
815
|
-
:"tv" => [
|
816
|
-
:"twisted_rightwards_arrows" => [
|
817
|
-
:"two" => [
|
818
|
-
:"two_hearts" => [
|
819
|
-
:"two_men_holding_hands" => [
|
820
|
-
:"two_women_holding_hands" => [
|
821
|
-
:"u5272" => [
|
822
|
-
:"u5408" => [
|
823
|
-
:"u55b6" => [
|
824
|
-
:"u6307" => [
|
825
|
-
:"u6708" => [
|
826
|
-
:"u6709" => [
|
827
|
-
:"u6e80" => [
|
828
|
-
:"u7121" => [
|
829
|
-
:"u7533" => [
|
830
|
-
:"u7981" => [
|
831
|
-
:"u7a7a" => [
|
832
|
-
:"uk" => [
|
833
|
-
:"umbrella" => [
|
834
|
-
:"unamused" => [
|
835
|
-
:"underage" => [
|
836
|
-
:"unlock" => [
|
837
|
-
:"up" => [
|
838
|
-
:"us" => [
|
839
|
-
:"v" => [
|
840
|
-
:"vertical_traffic_light" => [
|
841
|
-
:"vhs" => [
|
842
|
-
:"vibration_mode" => [
|
843
|
-
:"video_camera" => [
|
844
|
-
:"video_game" => [
|
845
|
-
:"violin" => [
|
846
|
-
:"virgo" => [
|
847
|
-
:"volcano" => [
|
848
|
-
:"vs" => [
|
849
|
-
:"walking" => [
|
850
|
-
:"waning_crescent_moon" => [
|
851
|
-
:"waning_gibbous_moon" => [
|
852
|
-
:"warning" => [
|
853
|
-
:"watch" => [
|
854
|
-
:"water_buffalo" => [
|
855
|
-
:"watermelon" => [
|
856
|
-
:"wave" => [
|
857
|
-
:"wavy_dash" => [
|
858
|
-
:"waxing_crescent_moon" => [
|
859
|
-
:"waxing_gibbous_moon" => [
|
860
|
-
:"wc" => [
|
861
|
-
:"weary" => [
|
862
|
-
:"wedding" => [
|
863
|
-
:"whale" => [
|
864
|
-
:"whale2" => [
|
865
|
-
:"wheelchair" => [
|
866
|
-
:"white_check_mark" => [
|
867
|
-
:"white_circle" => [
|
868
|
-
:"white_flower" => [
|
869
|
-
:"white_large_square" => [
|
870
|
-
:"white_medium_small_square" => [
|
871
|
-
:"white_medium_square" => [
|
872
|
-
:"white_small_square" => [
|
873
|
-
:"white_square_button" => [
|
874
|
-
:"wind_chime" => [
|
875
|
-
:"wine_glass" => [
|
876
|
-
:"wink" => [
|
877
|
-
:"wolf" => [
|
878
|
-
:"woman" => [
|
879
|
-
:"womans_clothes" => [
|
880
|
-
:"womans_hat" => [
|
881
|
-
:"womens" => [
|
882
|
-
:"worried" => [
|
883
|
-
:"wrench" => [
|
884
|
-
:"x" => [
|
885
|
-
:"yellow_heart" => [
|
886
|
-
:"yen" => [
|
887
|
-
:"yum" => [
|
888
|
-
:"zap" => [
|
889
|
-
:"zero" => [
|
890
|
-
:"zzz" => [
|
807
|
+
:"trophy" => [0x1F3C6],
|
808
|
+
:"tropical_drink" => [0x1F379],
|
809
|
+
:"tropical_fish" => [0x1F420],
|
810
|
+
:"truck" => [0x1F69A],
|
811
|
+
:"trumpet" => [0x1F3BA],
|
812
|
+
:"tshirt" => [0x1F455],
|
813
|
+
:"tulip" => [0x1F337],
|
814
|
+
:"turtle" => [0x1F422],
|
815
|
+
:"tv" => [0x1F4FA],
|
816
|
+
:"twisted_rightwards_arrows" => [0x1F500],
|
817
|
+
:"two" => [0x32, 0xFE0F, 0x20E3],
|
818
|
+
:"two_hearts" => [0x1F495],
|
819
|
+
:"two_men_holding_hands" => [0x1F46C],
|
820
|
+
:"two_women_holding_hands" => [0x1F46D],
|
821
|
+
:"u5272" => [0x1F239],
|
822
|
+
:"u5408" => [0x1F234],
|
823
|
+
:"u55b6" => [0x1F23A],
|
824
|
+
:"u6307" => [0x1F22F, 0xFE0F],
|
825
|
+
:"u6708" => [0x1F237],
|
826
|
+
:"u6709" => [0x1F236],
|
827
|
+
:"u6e80" => [0x1F235],
|
828
|
+
:"u7121" => [0x1F21A, 0xFE0F],
|
829
|
+
:"u7533" => [0x1F238],
|
830
|
+
:"u7981" => [0x1F232],
|
831
|
+
:"u7a7a" => [0x1F233],
|
832
|
+
:"uk" => [0x1F1EC, 0x1F1E7],
|
833
|
+
:"umbrella" => [0x2614, 0xFE0F],
|
834
|
+
:"unamused" => [0x1F612],
|
835
|
+
:"underage" => [0x1F51E],
|
836
|
+
:"unlock" => [0x1F513],
|
837
|
+
:"up" => [0x1F199],
|
838
|
+
:"us" => [0x1F1FA, 0x1F1F8],
|
839
|
+
:"v" => [0x270C, 0xFE0F],
|
840
|
+
:"vertical_traffic_light" => [0x1F6A6],
|
841
|
+
:"vhs" => [0x1F4FC],
|
842
|
+
:"vibration_mode" => [0x1F4F3],
|
843
|
+
:"video_camera" => [0x1F4F9],
|
844
|
+
:"video_game" => [0x1F3AE],
|
845
|
+
:"violin" => [0x1F3BB],
|
846
|
+
:"virgo" => [0x264D, 0xFE0F],
|
847
|
+
:"volcano" => [0x1F30B],
|
848
|
+
:"vs" => [0x1F19A],
|
849
|
+
:"walking" => [0x1F6B6],
|
850
|
+
:"waning_crescent_moon" => [0x1F318],
|
851
|
+
:"waning_gibbous_moon" => [0x1F316],
|
852
|
+
:"warning" => [0x26A0, 0xFE0F],
|
853
|
+
:"watch" => [0x231A, 0xFE0F],
|
854
|
+
:"water_buffalo" => [0x1F403],
|
855
|
+
:"watermelon" => [0x1F349],
|
856
|
+
:"wave" => [0x1F44B],
|
857
|
+
:"wavy_dash" => [0x3030],
|
858
|
+
:"waxing_crescent_moon" => [0x1F312],
|
859
|
+
:"waxing_gibbous_moon" => [0x1F314],
|
860
|
+
:"wc" => [0x1F6BE],
|
861
|
+
:"weary" => [0x1F629],
|
862
|
+
:"wedding" => [0x1F492],
|
863
|
+
:"whale" => [0x1F433],
|
864
|
+
:"whale2" => [0x1F40B],
|
865
|
+
:"wheelchair" => [0x267F, 0xFE0F],
|
866
|
+
:"white_check_mark" => [0x2705],
|
867
|
+
:"white_circle" => [0x26AA, 0xFE0F],
|
868
|
+
:"white_flower" => [0x1F4AE],
|
869
|
+
:"white_large_square" => [0x2B1C, 0xFE0F],
|
870
|
+
:"white_medium_small_square" => [0x25FD, 0xFE0F],
|
871
|
+
:"white_medium_square" => [0x25FB, 0xFE0F],
|
872
|
+
:"white_small_square" => [0x25AB, 0xFE0F],
|
873
|
+
:"white_square_button" => [0x1F533],
|
874
|
+
:"wind_chime" => [0x1F390],
|
875
|
+
:"wine_glass" => [0x1F377],
|
876
|
+
:"wink" => [0x1F609],
|
877
|
+
:"wolf" => [0x1F43A],
|
878
|
+
:"woman" => [0x1F469],
|
879
|
+
:"womans_clothes" => [0x1F45A],
|
880
|
+
:"womans_hat" => [0x1F452],
|
881
|
+
:"womens" => [0x1F6BA],
|
882
|
+
:"worried" => [0x1F61F],
|
883
|
+
:"wrench" => [0x1F527],
|
884
|
+
:"x" => [0x274C],
|
885
|
+
:"yellow_heart" => [0x1F49B],
|
886
|
+
:"yen" => [0x1F4B4],
|
887
|
+
:"yum" => [0x1F60B],
|
888
|
+
:"zap" => [0x26A1, 0xFE0F],
|
889
|
+
:"zero" => [0x30, 0xFE0F, 0x20E3],
|
890
|
+
:"zzz" => [0x1F4A4]
|
891
891
|
}.freeze
|
892
892
|
end
|