Initial commit
[profile/ivi/openjade.git] / style / charNames.h
1 // Unicode code, character name
2 { 0x000a, "line-feed" },
3 { 0x000d, "carriage-return" },
4 { 0x0020, "space" },
5 { 0x0021, "exclamation-mark" },
6 { 0x0022, "quotation-mark" },
7 { 0x0023, "number-sign" },
8 { 0x0024, "dollar-sign" },
9 { 0x0025, "percent-sign" },
10 { 0x0026, "ampersand" },
11 { 0x0027, "apostrophe" },
12 { 0x0028, "left-parenthesis" },
13 { 0x0029, "right-parenthesis" },
14 { 0x002a, "asterisk" },
15 { 0x002b, "plus-sign" },
16 { 0x002c, "comma" },
17 { 0x002d, "hyphen-minus" },
18 { 0x002e, "full-stop" },
19 { 0x002f, "solidus" },
20 { 0x0030, "digit-zero" },
21 { 0x0031, "digit-one" },
22 { 0x0032, "digit-two" },
23 { 0x0033, "digit-three" },
24 { 0x0034, "digit-four" },
25 { 0x0035, "digit-five" },
26 { 0x0036, "digit-six" },
27 { 0x0037, "digit-seven" },
28 { 0x0038, "digit-eight" },
29 { 0x0039, "digit-nine" },
30 { 0x003a, "colon" },
31 { 0x003b, "semicolon" },
32 { 0x003c, "less-than-sign" },
33 { 0x003d, "equals-sign" },
34 { 0x003e, "greater-than-sign" },
35 { 0x003f, "question-mark" },
36 { 0x0040, "commercial-at" },
37 { 0x0041, "latin-capital-letter-a" },
38 { 0x0042, "latin-capital-letter-b" },
39 { 0x0043, "latin-capital-letter-c" },
40 { 0x0044, "latin-capital-letter-d" },
41 { 0x0045, "latin-capital-letter-e" },
42 { 0x0046, "latin-capital-letter-f" },
43 { 0x0047, "latin-capital-letter-g" },
44 { 0x0048, "latin-capital-letter-h" },
45 { 0x0049, "latin-capital-letter-i" },
46 { 0x004a, "latin-capital-letter-j" },
47 { 0x004b, "latin-capital-letter-k" },
48 { 0x004c, "latin-capital-letter-l" },
49 { 0x004d, "latin-capital-letter-m" },
50 { 0x004e, "latin-capital-letter-n" },
51 { 0x004f, "latin-capital-letter-o" },
52 { 0x0050, "latin-capital-letter-p" },
53 { 0x0051, "latin-capital-letter-q" },
54 { 0x0052, "latin-capital-letter-r" },
55 { 0x0053, "latin-capital-letter-s" },
56 { 0x0054, "latin-capital-letter-t" },
57 { 0x0055, "latin-capital-letter-u" },
58 { 0x0056, "latin-capital-letter-v" },
59 { 0x0057, "latin-capital-letter-w" },
60 { 0x0058, "latin-capital-letter-x" },
61 { 0x0059, "latin-capital-letter-y" },
62 { 0x005a, "latin-capital-letter-z" },
63 { 0x005b, "left-square-bracket" },
64 { 0x005c, "reverse-solidus" },
65 { 0x005d, "right-square-bracket" },
66 { 0x005e, "circumflex-accent" },
67 { 0x005f, "low-line" },
68 { 0x0060, "grave-accent" },
69 { 0x0061, "latin-small-letter-a" },
70 { 0x0062, "latin-small-letter-b" },
71 { 0x0063, "latin-small-letter-c" },
72 { 0x0064, "latin-small-letter-d" },
73 { 0x0065, "latin-small-letter-e" },
74 { 0x0066, "latin-small-letter-f" },
75 { 0x0067, "latin-small-letter-g" },
76 { 0x0068, "latin-small-letter-h" },
77 { 0x0069, "latin-small-letter-i" },
78 { 0x006a, "latin-small-letter-j" },
79 { 0x006b, "latin-small-letter-k" },
80 { 0x006c, "latin-small-letter-l" },
81 { 0x006d, "latin-small-letter-m" },
82 { 0x006e, "latin-small-letter-n" },
83 { 0x006f, "latin-small-letter-o" },
84 { 0x0070, "latin-small-letter-p" },
85 { 0x0071, "latin-small-letter-q" },
86 { 0x0072, "latin-small-letter-r" },
87 { 0x0073, "latin-small-letter-s" },
88 { 0x0074, "latin-small-letter-t" },
89 { 0x0075, "latin-small-letter-u" },
90 { 0x0076, "latin-small-letter-v" },
91 { 0x0077, "latin-small-letter-w" },
92 { 0x0078, "latin-small-letter-x" },
93 { 0x0079, "latin-small-letter-y" },
94 { 0x007a, "latin-small-letter-z" },
95 { 0x007b, "left-curly-bracket" },
96 { 0x007c, "vertical-line" },
97 { 0x007d, "right-curly-bracket" },
98 { 0x007e, "tilde" },
99 { 0x00a0, "no-break-space" },
100 { 0x00a1, "inverted-exclamation-mark" },
101 { 0x00a2, "cent-sign" },
102 { 0x00a3, "pound-sign" },
103 { 0x00a4, "currency-sign" },
104 { 0x00a5, "yen-sign" },
105 { 0x00a6, "broken-bar" },
106 { 0x00a7, "section-sign" },
107 { 0x00a8, "diaeresis" },
108 { 0x00a9, "copyright-sign" },
109 { 0x00aa, "feminine-ordinal-indicator" },
110 { 0x00ab, "left-pointing-double-angle-quotation-mark" },
111 { 0x00ac, "not-sign" },
112 { 0x00ad, "soft-hyphen" },
113 { 0x00ae, "registered-sign" },
114 { 0x00af, "macron" },
115 { 0x00b0, "degree-sign" },
116 { 0x00b1, "plus-minus-sign" },
117 { 0x00b2, "superscript-two" },
118 { 0x00b3, "superscript-three" },
119 { 0x00b4, "acute-accent" },
120 { 0x00b5, "micro-sign" },
121 { 0x00b6, "pilcrow-sign" },
122 { 0x00b7, "middle-dot" },
123 { 0x00b8, "cedilla" },
124 { 0x00b9, "superscript-one" },
125 { 0x00ba, "masculine-ordinal-indicator" },
126 { 0x00bb, "right-pointing-double-angle-quotation-mark" },
127 { 0x00bc, "vulgar-fraction-one-quarter" },
128 { 0x00bd, "vulgar-fraction-one-half" },
129 { 0x00be, "vulgar-fraction-three-quarters" },
130 { 0x00bf, "inverted-question-mark" },
131 { 0x00c0, "latin-capital-letter-a-with-grave" },
132 { 0x00c1, "latin-capital-letter-a-with-acute" },
133 { 0x00c2, "latin-capital-letter-a-with-circumflex" },
134 { 0x00c3, "latin-capital-letter-a-with-tilde" },
135 { 0x00c4, "latin-capital-letter-a-with-diaeresis" },
136 { 0x00c5, "latin-capital-letter-a-with-ring-above" },
137 { 0x00c6, "latin-capital-letter-ae" },
138 { 0x00c7, "latin-capital-letter-c-with-cedilla" },
139 { 0x00c8, "latin-capital-letter-e-with-grave" },
140 { 0x00c9, "latin-capital-letter-e-with-acute" },
141 { 0x00ca, "latin-capital-letter-e-with-circumflex" },
142 { 0x00cb, "latin-capital-letter-e-with-diaeresis" },
143 { 0x00cc, "latin-capital-letter-i-with-grave" },
144 { 0x00cd, "latin-capital-letter-i-with-acute" },
145 { 0x00ce, "latin-capital-letter-i-with-circumflex" },
146 { 0x00cf, "latin-capital-letter-i-with-diaeresis" },
147 { 0x00d0, "latin-capital-letter-eth" },
148 { 0x00d1, "latin-capital-letter-n-with-tilde" },
149 { 0x00d2, "latin-capital-letter-o-with-grave" },
150 { 0x00d3, "latin-capital-letter-o-with-acute" },
151 { 0x00d4, "latin-capital-letter-o-with-circumflex" },
152 { 0x00d5, "latin-capital-letter-o-with-tilde" },
153 { 0x00d6, "latin-capital-letter-o-with-diaeresis" },
154 { 0x00d7, "multiplication-sign" },
155 { 0x00d8, "latin-capital-letter-o-with-stroke" },
156 { 0x00d9, "latin-capital-letter-u-with-grave" },
157 { 0x00da, "latin-capital-letter-u-with-acute" },
158 { 0x00db, "latin-capital-letter-u-with-circumflex" },
159 { 0x00dc, "latin-capital-letter-u-with-diaeresis" },
160 { 0x00dd, "latin-capital-letter-y-with-acute" },
161 { 0x00de, "latin-capital-letter-thorn" },
162 { 0x00df, "latin-small-letter-sharp-s" },
163 { 0x00e0, "latin-small-letter-a-with-grave" },
164 { 0x00e1, "latin-small-letter-a-with-acute" },
165 { 0x00e2, "latin-small-letter-a-with-circumflex" },
166 { 0x00e3, "latin-small-letter-a-with-tilde" },
167 { 0x00e4, "latin-small-letter-a-with-diaeresis" },
168 { 0x00e5, "latin-small-letter-a-with-ring-above" },
169 { 0x00e6, "latin-small-letter-ae" },
170 { 0x00e7, "latin-small-letter-c-with-cedilla" },
171 { 0x00e8, "latin-small-letter-e-with-grave" },
172 { 0x00e9, "latin-small-letter-e-with-acute" },
173 { 0x00ea, "latin-small-letter-e-with-circumflex" },
174 { 0x00eb, "latin-small-letter-e-with-diaeresis" },
175 { 0x00ec, "latin-small-letter-i-with-grave" },
176 { 0x00ed, "latin-small-letter-i-with-acute" },
177 { 0x00ee, "latin-small-letter-i-with-circumflex" },
178 { 0x00ef, "latin-small-letter-i-with-diaeresis" },
179 { 0x00f0, "latin-small-letter-eth" },
180 { 0x00f1, "latin-small-letter-n-with-tilde" },
181 { 0x00f2, "latin-small-letter-o-with-grave" },
182 { 0x00f3, "latin-small-letter-o-with-acute" },
183 { 0x00f4, "latin-small-letter-o-with-circumflex" },
184 { 0x00f5, "latin-small-letter-o-with-tilde" },
185 { 0x00f6, "latin-small-letter-o-with-diaeresis" },
186 { 0x00f7, "division-sign" },
187 { 0x00f8, "latin-small-letter-o-with-stroke" },
188 { 0x00f9, "latin-small-letter-u-with-grave" },
189 { 0x00fa, "latin-small-letter-u-with-acute" },
190 { 0x00fb, "latin-small-letter-u-with-circumflex" },
191 { 0x00fc, "latin-small-letter-u-with-diaeresis" },
192 { 0x00fd, "latin-small-letter-y-with-acute" },
193 { 0x00fe, "latin-small-letter-thorn" },
194 { 0x00ff, "latin-small-letter-y-with-diaeresis" },
195 { 0x0100, "latin-capital-letter-a-with-macron" },
196 { 0x0101, "latin-small-letter-a-with-macron" },
197 { 0x0102, "latin-capital-letter-a-with-breve" },
198 { 0x0103, "latin-small-letter-a-with-breve" },
199 { 0x0104, "latin-capital-letter-a-with-ogonek" },
200 { 0x0105, "latin-small-letter-a-with-ogonek" },
201 { 0x0106, "latin-capital-letter-c-with-acute" },
202 { 0x0107, "latin-small-letter-c-with-acute" },
203 { 0x0108, "latin-capital-letter-c-with-circumflex" },
204 { 0x0109, "latin-small-letter-c-with-circumflex" },
205 { 0x010a, "latin-capital-letter-c-with-dot-above" },
206 { 0x010b, "latin-small-letter-c-with-dot-above" },
207 { 0x010c, "latin-capital-letter-c-with-caron" },
208 { 0x010d, "latin-small-letter-c-with-caron" },
209 { 0x010e, "latin-capital-letter-d-with-caron" },
210 { 0x010f, "latin-small-letter-d-with-caron" },
211 { 0x0110, "latin-capital-letter-d-with-stroke" },
212 { 0x0111, "latin-small-letter-d-with-stroke" },
213 { 0x0112, "latin-capital-letter-e-with-macron" },
214 { 0x0113, "latin-small-letter-e-with-macron" },
215 { 0x0114, "latin-capital-letter-e-with-breve" },
216 { 0x0115, "latin-small-letter-e-with-breve" },
217 { 0x0116, "latin-capital-letter-e-with-dot-above" },
218 { 0x0117, "latin-small-letter-e-with-dot-above" },
219 { 0x0118, "latin-capital-letter-e-with-ogonek" },
220 { 0x0119, "latin-small-letter-e-with-ogonek" },
221 { 0x011a, "latin-capital-letter-e-with-caron" },
222 { 0x011b, "latin-small-letter-e-with-caron" },
223 { 0x011c, "latin-capital-letter-g-with-circumflex" },
224 { 0x011d, "latin-small-letter-g-with-circumflex" },
225 { 0x011e, "latin-capital-letter-g-with-breve" },
226 { 0x011f, "latin-small-letter-g-with-breve" },
227 { 0x0120, "latin-capital-letter-g-with-dot-above" },
228 { 0x0121, "latin-small-letter-g-with-dot-above" },
229 { 0x0122, "latin-capital-letter-g-with-cedilla" },
230 { 0x0123, "latin-small-letter-g-with-cedilla" },
231 { 0x0124, "latin-capital-letter-h-with-circumflex" },
232 { 0x0125, "latin-small-letter-h-with-circumflex" },
233 { 0x0126, "latin-capital-letter-h-with-stroke" },
234 { 0x0127, "latin-small-letter-h-with-stroke" },
235 { 0x0128, "latin-capital-letter-i-with-tilde" },
236 { 0x0129, "latin-small-letter-i-with-tilde" },
237 { 0x012a, "latin-capital-letter-i-with-macron" },
238 { 0x012b, "latin-small-letter-i-with-macron" },
239 { 0x012c, "latin-capital-letter-i-with-breve" },
240 { 0x012d, "latin-small-letter-i-with-breve" },
241 { 0x012e, "latin-capital-letter-i-with-ogonek" },
242 { 0x012f, "latin-small-letter-i-with-ogonek" },
243 { 0x0130, "latin-capital-letter-i-with-dot-above" },
244 { 0x0131, "latin-small-letter-dotless-i" },
245 { 0x0132, "latin-capital-ligature-ij" },
246 { 0x0133, "latin-small-ligature-ij" },
247 { 0x0134, "latin-capital-letter-j-with-circumflex" },
248 { 0x0135, "latin-small-letter-j-with-circumflex" },
249 { 0x0136, "latin-capital-letter-k-with-cedilla" },
250 { 0x0137, "latin-small-letter-k-with-cedilla" },
251 { 0x0138, "latin-small-letter-kra" },
252 { 0x0139, "latin-capital-letter-l-with-acute" },
253 { 0x013a, "latin-small-letter-l-with-acute" },
254 { 0x013b, "latin-capital-letter-l-with-cedilla" },
255 { 0x013c, "latin-small-letter-l-with-cedilla" },
256 { 0x013d, "latin-capital-letter-l-with-caron" },
257 { 0x013e, "latin-small-letter-l-with-caron" },
258 { 0x013f, "latin-capital-letter-l-with-middle-dot" },
259 { 0x0140, "latin-small-letter-l-with-middle-dot" },
260 { 0x0141, "latin-capital-letter-l-with-stroke" },
261 { 0x0142, "latin-small-letter-l-with-stroke" },
262 { 0x0143, "latin-capital-letter-n-with-acute" },
263 { 0x0144, "latin-small-letter-n-with-acute" },
264 { 0x0145, "latin-capital-letter-n-with-cedilla" },
265 { 0x0146, "latin-small-letter-n-with-cedilla" },
266 { 0x0147, "latin-capital-letter-n-with-caron" },
267 { 0x0148, "latin-small-letter-n-with-caron" },
268 { 0x0149, "latin-small-letter-n-preceded-by-apostrophe" },
269 { 0x014a, "latin-capital-letter-eng" },
270 { 0x014b, "latin-small-letter-eng" },
271 { 0x014c, "latin-capital-letter-o-with-macron" },
272 { 0x014d, "latin-small-letter-o-with-macron" },
273 { 0x014e, "latin-capital-letter-o-with-breve" },
274 { 0x014f, "latin-small-letter-o-with-breve" },
275 { 0x0150, "latin-capital-letter-o-with-double-acute" },
276 { 0x0151, "latin-small-letter-o-with-double-acute" },
277 { 0x0152, "latin-capital-ligature-oe" },
278 { 0x0153, "latin-small-ligature-oe" },
279 { 0x0154, "latin-capital-letter-r-with-acute" },
280 { 0x0155, "latin-small-letter-r-with-acute" },
281 { 0x0156, "latin-capital-letter-r-with-cedilla" },
282 { 0x0157, "latin-small-letter-r-with-cedilla" },
283 { 0x0158, "latin-capital-letter-r-with-caron" },
284 { 0x0159, "latin-small-letter-r-with-caron" },
285 { 0x015a, "latin-capital-letter-s-with-acute" },
286 { 0x015b, "latin-small-letter-s-with-acute" },
287 { 0x015c, "latin-capital-letter-s-with-circumflex" },
288 { 0x015d, "latin-small-letter-s-with-circumflex" },
289 { 0x015e, "latin-capital-letter-s-with-cedilla" },
290 { 0x015f, "latin-small-letter-s-with-cedilla" },
291 { 0x0160, "latin-capital-letter-s-with-caron" },
292 { 0x0161, "latin-small-letter-s-with-caron" },
293 { 0x0162, "latin-capital-letter-t-with-cedilla" },
294 { 0x0163, "latin-small-letter-t-with-cedilla" },
295 { 0x0164, "latin-capital-letter-t-with-caron" },
296 { 0x0165, "latin-small-letter-t-with-caron" },
297 { 0x0166, "latin-capital-letter-t-with-stroke" },
298 { 0x0167, "latin-small-letter-t-with-stroke" },
299 { 0x0168, "latin-capital-letter-u-with-tilde" },
300 { 0x0169, "latin-small-letter-u-with-tilde" },
301 { 0x016a, "latin-capital-letter-u-with-macron" },
302 { 0x016b, "latin-small-letter-u-with-macron" },
303 { 0x016c, "latin-capital-letter-u-with-breve" },
304 { 0x016d, "latin-small-letter-u-with-breve" },
305 { 0x016e, "latin-capital-letter-u-with-ring-above" },
306 { 0x016f, "latin-small-letter-u-with-ring-above" },
307 { 0x0170, "latin-capital-letter-u-with-double-acute" },
308 { 0x0171, "latin-small-letter-u-with-double-acute" },
309 { 0x0172, "latin-capital-letter-u-with-ogonek" },
310 { 0x0173, "latin-small-letter-u-with-ogonek" },
311 { 0x0174, "latin-capital-letter-w-with-circumflex" },
312 { 0x0175, "latin-small-letter-w-with-circumflex" },
313 { 0x0176, "latin-capital-letter-y-with-circumflex" },
314 { 0x0177, "latin-small-letter-y-with-circumflex" },
315 { 0x0178, "latin-capital-letter-y-with-diaeresis" },
316 { 0x0179, "latin-capital-letter-z-with-acute" },
317 { 0x017a, "latin-small-letter-z-with-acute" },
318 { 0x017b, "latin-capital-letter-z-with-dot-above" },
319 { 0x017c, "latin-small-letter-z-with-dot-above" },
320 { 0x017d, "latin-capital-letter-z-with-caron" },
321 { 0x017e, "latin-small-letter-z-with-caron" },
322 { 0x017f, "latin-small-letter-long-s" },
323 { 0x0192, "latin-small-letter-f-with-hook" },
324 { 0x01fa, "latin-capital-letter-a-with-ring-above-and-acute" },
325 { 0x01fb, "latin-small-letter-a-with-ring-above-and-acute" },
326 { 0x01fc, "latin-capital-letter-ae-with-acute" },
327 { 0x01fd, "latin-small-letter-ae-with-acute" },
328 { 0x01fe, "latin-capital-letter-o-with-stroke-and-acute" },
329 { 0x01ff, "latin-small-letter-o-with-stroke-and-acute" },
330 { 0x02c6, "modifier-letter-circumflex-accent" },
331 { 0x02c7, "caron" },
332 { 0x02c9, "modifier-letter-macron" },
333 { 0x02d8, "breve" },
334 { 0x02d9, "dot-above" },
335 { 0x02da, "ring-above" },
336 { 0x02db, "ogonek" },
337 { 0x02dc, "small-tilde" },
338 { 0x02dd, "double-acute-accent" },
339 { 0x0384, "greek-tonos" },
340 { 0x0385, "greek-dialytika-tonos" },
341 { 0x0386, "greek-capital-letter-alpha-with-tonos" },
342 { 0x0387, "greek-ano-teleia" },
343 { 0x0388, "greek-capital-letter-epsilon-with-tonos" },
344 { 0x0389, "greek-capital-letter-eta-with-tonos" },
345 { 0x038a, "greek-capital-letter-iota-with-tonos" },
346 { 0x038c, "greek-capital-letter-omicron-with-tonos" },
347 { 0x038e, "greek-capital-letter-upsilon-with-tonos" },
348 { 0x038f, "greek-capital-letter-omega-with-tonos" },
349 { 0x0390, "greek-small-letter-iota-with-dialytika-and-tonos" },
350 { 0x0391, "greek-capital-letter-alpha" },
351 { 0x0392, "greek-capital-letter-beta" },
352 { 0x0393, "greek-capital-letter-gamma" },
353 { 0x0394, "greek-capital-letter-delta" },
354 { 0x0395, "greek-capital-letter-epsilon" },
355 { 0x0396, "greek-capital-letter-zeta" },
356 { 0x0397, "greek-capital-letter-eta" },
357 { 0x0398, "greek-capital-letter-theta" },
358 { 0x0399, "greek-capital-letter-iota" },
359 { 0x039a, "greek-capital-letter-kappa" },
360 { 0x039b, "greek-capital-letter-lamda" },
361 { 0x039c, "greek-capital-letter-mu" },
362 { 0x039d, "greek-capital-letter-nu" },
363 { 0x039e, "greek-capital-letter-xi" },
364 { 0x039f, "greek-capital-letter-omicron" },
365 { 0x03a0, "greek-capital-letter-pi" },
366 { 0x03a1, "greek-capital-letter-rho" },
367 { 0x03a3, "greek-capital-letter-sigma" },
368 { 0x03a4, "greek-capital-letter-tau" },
369 { 0x03a5, "greek-capital-letter-upsilon" },
370 { 0x03a6, "greek-capital-letter-phi" },
371 { 0x03a7, "greek-capital-letter-chi" },
372 { 0x03a8, "greek-capital-letter-psi" },
373 { 0x03a9, "greek-capital-letter-omega" },
374 { 0x03aa, "greek-capital-letter-iota-with-dialytika" },
375 { 0x03ab, "greek-capital-letter-upsilon-with-dialytika" },
376 { 0x03ac, "greek-small-letter-alpha-with-tonos" },
377 { 0x03ad, "greek-small-letter-epsilon-with-tonos" },
378 { 0x03ae, "greek-small-letter-eta-with-tonos" },
379 { 0x03af, "greek-small-letter-iota-with-tonos" },
380 { 0x03b0, "greek-small-letter-upsilon-with-dialytika-and-tonos" },
381 { 0x03b1, "greek-small-letter-alpha" },
382 { 0x03b2, "greek-small-letter-beta" },
383 { 0x03b3, "greek-small-letter-gamma" },
384 { 0x03b4, "greek-small-letter-delta" },
385 { 0x03b5, "greek-small-letter-epsilon" },
386 { 0x03b6, "greek-small-letter-zeta" },
387 { 0x03b7, "greek-small-letter-eta" },
388 { 0x03b8, "greek-small-letter-theta" },
389 { 0x03b9, "greek-small-letter-iota" },
390 { 0x03ba, "greek-small-letter-kappa" },
391 { 0x03bb, "greek-small-letter-lamda" },
392 { 0x03bc, "greek-small-letter-mu" },
393 { 0x03bd, "greek-small-letter-nu" },
394 { 0x03be, "greek-small-letter-xi" },
395 { 0x03bf, "greek-small-letter-omicron" },
396 { 0x03c0, "greek-small-letter-pi" },
397 { 0x03c1, "greek-small-letter-rho" },
398 { 0x03c2, "greek-small-letter-final-sigma" },
399 { 0x03c3, "greek-small-letter-sigma" },
400 { 0x03c4, "greek-small-letter-tau" },
401 { 0x03c5, "greek-small-letter-upsilon" },
402 { 0x03c6, "greek-small-letter-phi" },
403 { 0x03c7, "greek-small-letter-chi" },
404 { 0x03c8, "greek-small-letter-psi" },
405 { 0x03c9, "greek-small-letter-omega" },
406 { 0x03ca, "greek-small-letter-iota-with-dialytika" },
407 { 0x03cb, "greek-small-letter-upsilon-with-dialytika" },
408 { 0x03cc, "greek-small-letter-omicron-with-tonos" },
409 { 0x03cd, "greek-small-letter-upsilon-with-tonos" },
410 { 0x03ce, "greek-small-letter-omega-with-tonos" },
411 { 0x03d1, "greek-theta-symbol" },
412 { 0x03d2, "greek-upsilon-with-hook-symbol" },
413 { 0x03d5, "greek-phi-symbol" },
414 { 0x03d6, "greek-pi-symbol" },
415 { 0x0401, "cyrillic-capital-letter-io" },
416 { 0x0402, "cyrillic-capital-letter-dje" },
417 { 0x0403, "cyrillic-capital-letter-gje" },
418 { 0x0404, "cyrillic-capital-letter-ukrainian-ie" },
419 { 0x0405, "cyrillic-capital-letter-dze" },
420 { 0x0406, "cyrillic-capital-letter-byelorussian-ukrainian-i" },
421 { 0x0407, "cyrillic-capital-letter-yi" },
422 { 0x0408, "cyrillic-capital-letter-je" },
423 { 0x0409, "cyrillic-capital-letter-lje" },
424 { 0x040a, "cyrillic-capital-letter-nje" },
425 { 0x040b, "cyrillic-capital-letter-tshe" },
426 { 0x040c, "cyrillic-capital-letter-kje" },
427 { 0x040e, "cyrillic-capital-letter-short-u" },
428 { 0x040f, "cyrillic-capital-letter-dzhe" },
429 { 0x0410, "cyrillic-capital-letter-a" },
430 { 0x0411, "cyrillic-capital-letter-be" },
431 { 0x0412, "cyrillic-capital-letter-ve" },
432 { 0x0413, "cyrillic-capital-letter-ghe" },
433 { 0x0414, "cyrillic-capital-letter-de" },
434 { 0x0415, "cyrillic-capital-letter-ie" },
435 { 0x0416, "cyrillic-capital-letter-zhe" },
436 { 0x0417, "cyrillic-capital-letter-ze" },
437 { 0x0418, "cyrillic-capital-letter-i" },
438 { 0x0419, "cyrillic-capital-letter-short-i" },
439 { 0x041a, "cyrillic-capital-letter-ka" },
440 { 0x041b, "cyrillic-capital-letter-el" },
441 { 0x041c, "cyrillic-capital-letter-em" },
442 { 0x041d, "cyrillic-capital-letter-en" },
443 { 0x041e, "cyrillic-capital-letter-o" },
444 { 0x041f, "cyrillic-capital-letter-pe" },
445 { 0x0420, "cyrillic-capital-letter-er" },
446 { 0x0421, "cyrillic-capital-letter-es" },
447 { 0x0422, "cyrillic-capital-letter-te" },
448 { 0x0423, "cyrillic-capital-letter-u" },
449 { 0x0424, "cyrillic-capital-letter-ef" },
450 { 0x0425, "cyrillic-capital-letter-ha" },
451 { 0x0426, "cyrillic-capital-letter-tse" },
452 { 0x0427, "cyrillic-capital-letter-che" },
453 { 0x0428, "cyrillic-capital-letter-sha" },
454 { 0x0429, "cyrillic-capital-letter-shcha" },
455 { 0x042a, "cyrillic-capital-letter-hard-sign" },
456 { 0x042b, "cyrillic-capital-letter-yeru" },
457 { 0x042c, "cyrillic-capital-letter-soft-sign" },
458 { 0x042d, "cyrillic-capital-letter-e" },
459 { 0x042e, "cyrillic-capital-letter-yu" },
460 { 0x042f, "cyrillic-capital-letter-ya" },
461 { 0x0430, "cyrillic-small-letter-a" },
462 { 0x0431, "cyrillic-small-letter-be" },
463 { 0x0432, "cyrillic-small-letter-ve" },
464 { 0x0433, "cyrillic-small-letter-ghe" },
465 { 0x0434, "cyrillic-small-letter-de" },
466 { 0x0435, "cyrillic-small-letter-ie" },
467 { 0x0436, "cyrillic-small-letter-zhe" },
468 { 0x0437, "cyrillic-small-letter-ze" },
469 { 0x0438, "cyrillic-small-letter-i" },
470 { 0x0439, "cyrillic-small-letter-short-i" },
471 { 0x043a, "cyrillic-small-letter-ka" },
472 { 0x043b, "cyrillic-small-letter-el" },
473 { 0x043c, "cyrillic-small-letter-em" },
474 { 0x043d, "cyrillic-small-letter-en" },
475 { 0x043e, "cyrillic-small-letter-o" },
476 { 0x043f, "cyrillic-small-letter-pe" },
477 { 0x0440, "cyrillic-small-letter-er" },
478 { 0x0441, "cyrillic-small-letter-es" },
479 { 0x0442, "cyrillic-small-letter-te" },
480 { 0x0443, "cyrillic-small-letter-u" },
481 { 0x0444, "cyrillic-small-letter-ef" },
482 { 0x0445, "cyrillic-small-letter-ha" },
483 { 0x0446, "cyrillic-small-letter-tse" },
484 { 0x0447, "cyrillic-small-letter-che" },
485 { 0x0448, "cyrillic-small-letter-sha" },
486 { 0x0449, "cyrillic-small-letter-shcha" },
487 { 0x044a, "cyrillic-small-letter-hard-sign" },
488 { 0x044b, "cyrillic-small-letter-yeru" },
489 { 0x044c, "cyrillic-small-letter-soft-sign" },
490 { 0x044d, "cyrillic-small-letter-e" },
491 { 0x044e, "cyrillic-small-letter-yu" },
492 { 0x044f, "cyrillic-small-letter-ya" },
493 { 0x0451, "cyrillic-small-letter-io" },
494 { 0x0452, "cyrillic-small-letter-dje" },
495 { 0x0453, "cyrillic-small-letter-gje" },
496 { 0x0454, "cyrillic-small-letter-ukrainian-ie" },
497 { 0x0455, "cyrillic-small-letter-dze" },
498 { 0x0456, "cyrillic-small-letter-byelorussian-ukrainian-i" },
499 { 0x0457, "cyrillic-small-letter-yi" },
500 { 0x0458, "cyrillic-small-letter-je" },
501 { 0x0459, "cyrillic-small-letter-lje" },
502 { 0x045a, "cyrillic-small-letter-nje" },
503 { 0x045b, "cyrillic-small-letter-tshe" },
504 { 0x045c, "cyrillic-small-letter-kje" },
505 { 0x045e, "cyrillic-small-letter-short-u" },
506 { 0x045f, "cyrillic-small-letter-dzhe" },
507 { 0x0490, "cyrillic-capital-letter-ghe-with-upturn" },
508 { 0x0491, "cyrillic-small-letter-ghe-with-upturn" },
509 { 0x0950, "devanagari-om" },
510 { 0x1e80, "latin-capital-letter-w-with-grave" },
511 { 0x1e81, "latin-small-letter-w-with-grave" },
512 { 0x1e82, "latin-capital-letter-w-with-acute" },
513 { 0x1e83, "latin-small-letter-w-with-acute" },
514 { 0x1e84, "latin-capital-letter-w-with-diaeresis" },
515 { 0x1e85, "latin-small-letter-w-with-diaeresis" },
516 { 0x1ef2, "latin-capital-letter-y-with-grave" },
517 { 0x1ef3, "latin-small-letter-y-with-grave" },
518 { 0x2013, "en-dash" },
519 { 0x2014, "em-dash" },
520 { 0x2015, "horizontal-bar" },
521 { 0x2017, "double-low-line" },
522 { 0x2018, "left-single-quotation-mark" },
523 { 0x2019, "right-single-quotation-mark" },
524 { 0x201a, "single-low-9-quotation-mark" },
525 { 0x201b, "single-high-reversed-9-quotation-mark" },
526 { 0x201c, "left-double-quotation-mark" },
527 { 0x201d, "right-double-quotation-mark" },
528 { 0x201e, "double-low-9-quotation-mark" },
529 { 0x2020, "dagger" },
530 { 0x2021, "double-dagger" },
531 { 0x2022, "bullet" },
532 { 0x2026, "horizontal-ellipsis" },
533 { 0x2030, "per-mille-sign" },
534 { 0x2032, "prime" },
535 { 0x2033, "double-prime" },
536 { 0x2039, "single-left-pointing-angle-quotation-mark" },
537 { 0x203a, "single-right-pointing-angle-quotation-mark" },
538 { 0x203c, "double-exclamation-mark" },
539 { 0x203e, "overline" },
540 { 0x2044, "fraction-slash" },
541 { 0x207f, "superscript-latin-small-letter-n" },
542 { 0x20a3, "french-franc-sign" },
543 { 0x20a4, "lira-sign" },
544 { 0x20a7, "peseta-sign" },
545 { 0x2105, "care-of" },
546 { 0x2111, "black-letter-capital-i" },
547 { 0x2113, "script-small-l" },
548 { 0x2116, "numero-sign" },
549 { 0x2118, "script-capital-p" },
550 { 0x211c, "black-letter-capital-r" },
551 { 0x2122, "trade-mark-sign" },
552 { 0x2126, "ohm-sign" },
553 { 0x212e, "estimated-symbol" },
554 { 0x2135, "alef-symbol" },
555 { 0x215b, "vulgar-fraction-one-eighth" },
556 { 0x215c, "vulgar-fraction-three-eighths" },
557 { 0x215d, "vulgar-fraction-five-eighths" },
558 { 0x215e, "vulgar-fraction-seven-eighths" },
559 { 0x2190, "leftwards-arrow" },
560 { 0x2191, "upwards-arrow" },
561 { 0x2192, "rightwards-arrow" },
562 { 0x2193, "downwards-arrow" },
563 { 0x2194, "left-right-arrow" },
564 { 0x2195, "up-down-arrow" },
565 { 0x21a8, "up-down-arrow-with-base" },
566 { 0x21b5, "downwards-arrow-with-corner-leftwards" },
567 { 0x21d0, "leftwards-double-arrow" },
568 { 0x21d1, "upwards-double-arrow" },
569 { 0x21d2, "rightwards-double-arrow" },
570 { 0x21d3, "downwards-double-arrow" },
571 { 0x21d4, "left-right-double-arrow" },
572 { 0x2200, "for-all" },
573 { 0x2202, "partial-differential" },
574 { 0x2203, "there-exists" },
575 { 0x2205, "empty-set" },
576 { 0x2206, "increment" },
577 { 0x2207, "nabla" },
578 { 0x2208, "element-of" },
579 { 0x2209, "not-an-element-of" },
580 { 0x220b, "contains-as-member" },
581 { 0x220f, "n-ary-product" },
582 { 0x2211, "n-ary-summation" },
583 { 0x2212, "minus-sign" },
584 { 0x2215, "division-slash" },
585 { 0x2217, "asterisk-operator" },
586 { 0x2219, "bullet-operator" },
587 { 0x221a, "square-root" },
588 { 0x221d, "proportional-to" },
589 { 0x221e, "infinity" },
590 { 0x221f, "right-angle" },
591 { 0x2220, "angle" },
592 { 0x2227, "logical-and" },
593 { 0x2228, "logical-or" },
594 { 0x2229, "intersection" },
595 { 0x222a, "union" },
596 { 0x222b, "integral" },
597 { 0x2234, "therefore" },
598 { 0x223c, "tilde-operator" },
599 { 0x2245, "approximately-equal-to" },
600 { 0x2248, "almost-equal-to" },
601 { 0x2260, "not-equal-to" },
602 { 0x2261, "identical-to" },
603 { 0x2264, "less-than-or-equal-to" },
604 { 0x2265, "greater-than-or-equal-to" },
605 { 0x2282, "subset-of" },
606 { 0x2283, "superset-of" },
607 { 0x2284, "not-a-subset-of" },
608 { 0x2286, "subset-of-or-equal-to" },
609 { 0x2287, "superset-of-or-equal-to" },
610 { 0x2295, "circled-plus" },
611 { 0x2297, "circled-times" },
612 { 0x22a5, "up-tack" },
613 { 0x22c5, "dot-operator" },
614 { 0x2302, "house" },
615 { 0x2310, "reversed-not-sign" },
616 { 0x2320, "top-half-integral" },
617 { 0x2321, "bottom-half-integral" },
618 { 0x2326, "erase-to-the-right" },
619 { 0x2328, "keyboard" },
620 { 0x2329, "left-pointing-angle-bracket" },
621 { 0x232a, "right-pointing-angle-bracket" },
622 { 0x232b, "erase-to-the-left" },
623 { 0x2460, "circled-digit-one" },
624 { 0x2461, "circled-digit-two" },
625 { 0x2462, "circled-digit-three" },
626 { 0x2463, "circled-digit-four" },
627 { 0x2464, "circled-digit-five" },
628 { 0x2465, "circled-digit-six" },
629 { 0x2466, "circled-digit-seven" },
630 { 0x2467, "circled-digit-eight" },
631 { 0x2468, "circled-digit-nine" },
632 { 0x2469, "circled-number-ten" },
633 { 0x2500, "box-drawings-light-horizontal" },
634 { 0x2502, "box-drawings-light-vertical" },
635 { 0x250c, "box-drawings-light-down-and-right" },
636 { 0x2510, "box-drawings-light-down-and-left" },
637 { 0x2514, "box-drawings-light-up-and-right" },
638 { 0x2518, "box-drawings-light-up-and-left" },
639 { 0x251c, "box-drawings-light-vertical-and-right" },
640 { 0x2524, "box-drawings-light-vertical-and-left" },
641 { 0x252c, "box-drawings-light-down-and-horizontal" },
642 { 0x2534, "box-drawings-light-up-and-horizontal" },
643 { 0x253c, "box-drawings-light-vertical-and-horizontal" },
644 { 0x2550, "box-drawings-double-horizontal" },
645 { 0x2551, "box-drawings-double-vertical" },
646 { 0x2552, "box-drawings-down-single-and-right-double" },
647 { 0x2553, "box-drawings-down-double-and-right-single" },
648 { 0x2554, "box-drawings-double-down-and-right" },
649 { 0x2555, "box-drawings-down-single-and-left-double" },
650 { 0x2556, "box-drawings-down-double-and-left-single" },
651 { 0x2557, "box-drawings-double-down-and-left" },
652 { 0x2558, "box-drawings-up-single-and-right-double" },
653 { 0x2559, "box-drawings-up-double-and-right-single" },
654 { 0x255a, "box-drawings-double-up-and-right" },
655 { 0x255b, "box-drawings-up-single-and-left-double" },
656 { 0x255c, "box-drawings-up-double-and-left-single" },
657 { 0x255d, "box-drawings-double-up-and-left" },
658 { 0x255e, "box-drawings-vertical-single-and-right-double" },
659 { 0x255f, "box-drawings-vertical-double-and-right-single" },
660 { 0x2560, "box-drawings-double-vertical-and-right" },
661 { 0x2561, "box-drawings-vertical-single-and-left-double" },
662 { 0x2562, "box-drawings-vertical-double-and-left-single" },
663 { 0x2563, "box-drawings-double-vertical-and-left" },
664 { 0x2564, "box-drawings-down-single-and-horizontal-double" },
665 { 0x2565, "box-drawings-down-double-and-horizontal-single" },
666 { 0x2566, "box-drawings-double-down-and-horizontal" },
667 { 0x2567, "box-drawings-up-single-and-horizontal-double" },
668 { 0x2568, "box-drawings-up-double-and-horizontal-single" },
669 { 0x2569, "box-drawings-double-up-and-horizontal" },
670 { 0x256a, "box-drawings-vertical-single-and-horizontal-double" },
671 { 0x256b, "box-drawings-vertical-double-and-horizontal-single" },
672 { 0x256c, "box-drawings-double-vertical-and-horizontal" },
673 { 0x2580, "upper-half-block" },
674 { 0x2584, "lower-half-block" },
675 { 0x2588, "full-block" },
676 { 0x258c, "left-half-block" },
677 { 0x2590, "right-half-block" },
678 { 0x2591, "light-shade" },
679 { 0x2592, "medium-shade" },
680 { 0x2593, "dark-shade" },
681 { 0x25a0, "black-square" },
682 { 0x25a1, "white-square" },
683 { 0x25aa, "black-small-square" },
684 { 0x25ab, "white-small-square" },
685 { 0x25ac, "black-rectangle" },
686 { 0x25b2, "black-up-pointing-triangle" },
687 { 0x25ba, "black-right-pointing-pointer" },
688 { 0x25bc, "black-down-pointing-triangle" },
689 { 0x25c4, "black-left-pointing-pointer" },
690 { 0x25c6, "black-diamond" },
691 { 0x25ca, "lozenge" },
692 { 0x25cb, "white-circle" },
693 { 0x25cf, "black-circle" },
694 { 0x25d8, "inverse-bullet" },
695 { 0x25d9, "inverse-white-circle" },
696 { 0x25e6, "white-bullet" },
697 { 0x2605, "black-star" },
698 { 0x260e, "black-telephone" },
699 { 0x2611, "ballot-box-with-check" },
700 { 0x2612, "ballot-box-with-x" },
701 { 0x261b, "black-right-pointing-index" },
702 { 0x261c, "white-left-pointing-index" },
703 { 0x261d, "white-up-pointing-index" },
704 { 0x261e, "white-right-pointing-index" },
705 { 0x261f, "white-down-pointing-index" },
706 { 0x2620, "skull-and-crossbones" },
707 { 0x262a, "star-and-crescent" },
708 { 0x262f, "yin-yang" },
709 { 0x2638, "wheel-of-dharma" },
710 { 0x2639, "white-frowning-face" },
711 { 0x263a, "white-smiling-face" },
712 { 0x263b, "black-smiling-face" },
713 { 0x263c, "white-sun-with-rays" },
714 { 0x2640, "female-sign" },
715 { 0x2642, "male-sign" },
716 { 0x2648, "aries" },
717 { 0x2649, "taurus" },
718 { 0x264a, "gemini" },
719 { 0x264b, "cancer" },
720 { 0x264c, "leo" },
721 { 0x264d, "virgo" },
722 { 0x264e, "libra" },
723 { 0x264f, "scorpius" },
724 { 0x2650, "sagittarius" },
725 { 0x2651, "capricorn" },
726 { 0x2652, "aquarius" },
727 { 0x2653, "pisces" },
728 { 0x2660, "black-spade-suit" },
729 { 0x2663, "black-club-suit" },
730 { 0x2665, "black-heart-suit" },
731 { 0x2666, "black-diamond-suit" },
732 { 0x266a, "eighth-note" },
733 { 0x266b, "beamed-eighth-notes" },
734 { 0x2701, "upper-blade-scissors" },
735 { 0x2702, "black-scissors" },
736 { 0x2703, "lower-blade-scissors" },
737 { 0x2704, "white-scissors" },
738 { 0x2706, "telephone-location-sign" },
739 { 0x2707, "tape-drive" },
740 { 0x2708, "airplane" },
741 { 0x2709, "envelope" },
742 { 0x270c, "victory-hand" },
743 { 0x270d, "writing-hand" },
744 { 0x270e, "lower-right-pencil" },
745 { 0x270f, "pencil" },
746 { 0x2710, "upper-right-pencil" },
747 { 0x2711, "white-nib" },
748 { 0x2712, "black-nib" },
749 { 0x2713, "check-mark" },
750 { 0x2714, "heavy-check-mark" },
751 { 0x2715, "multiplication-x" },
752 { 0x2716, "heavy-multiplication-x" },
753 { 0x2717, "ballot-x" },
754 { 0x2718, "heavy-ballot-x" },
755 { 0x2719, "outlined-greek-cross" },
756 { 0x271a, "heavy-greek-cross" },
757 { 0x271b, "open-centre-cross" },
758 { 0x271c, "heavy-open-centre-cross" },
759 { 0x271d, "latin-cross" },
760 { 0x271e, "shadowed-white-latin-cross" },
761 { 0x271f, "outlined-latin-cross" },
762 { 0x2720, "maltese-cross" },
763 { 0x2721, "star-of-david" },
764 { 0x2722, "four-teardrop-spoked-asterisk" },
765 { 0x2723, "four-balloon-spoked-asterisk" },
766 { 0x2724, "heavy-four-balloon-spoked-asterisk" },
767 { 0x2725, "four-club-spoked-asterisk" },
768 { 0x2726, "black-four-pointed-star" },
769 { 0x2727, "white-four-pointed-star" },
770 { 0x2729, "stress-outlined-white-star" },
771 { 0x272a, "circled-white-star" },
772 { 0x272b, "open-centre-black-star" },
773 { 0x272c, "black-centre-white-star" },
774 { 0x272d, "outlined-black-star" },
775 { 0x272e, "heavy-outlined-black-star" },
776 { 0x272f, "pinwheel-star" },
777 { 0x2730, "shadowed-white-star" },
778 { 0x2731, "heavy-asterisk" },
779 { 0x2732, "open-centre-asterisk" },
780 { 0x2733, "eight-spoked-asterisk" },
781 { 0x2734, "eight-pointed-black-star" },
782 { 0x2735, "eight-pointed-pinwheel-star" },
783 { 0x2736, "six-pointed-black-star" },
784 { 0x2737, "eight-pointed-rectilinear-black-star" },
785 { 0x2738, "heavy-eight-pointed-rectilinear-black-star" },
786 { 0x2739, "twelve-pointed-black-star" },
787 { 0x273a, "sixteen-pointed-asterisk" },
788 { 0x273b, "teardrop-spoked-asterisk" },
789 { 0x273c, "open-centre-teardrop-spoked-asterisk" },
790 { 0x273d, "heavy-teardrop-spoked-asterisk" },
791 { 0x273e, "six-petalled-black-and-white-florette" },
792 { 0x273f, "black-florette" },
793 { 0x2740, "white-florette" },
794 { 0x2741, "eight-petalled-outlined-black-florette" },
795 { 0x2742, "circled-open-centre-eight-pointed-star" },
796 { 0x2743, "heavy-teardrop-spoked-pinwheel-asterisk" },
797 { 0x2744, "snowflake" },
798 { 0x2745, "tight-trifoliate-snowflake" },
799 { 0x2746, "heavy-chevron-snowflake" },
800 { 0x2747, "sparkle" },
801 { 0x2748, "heavy-sparkle" },
802 { 0x2749, "balloon-spoked-asterisk" },
803 { 0x274a, "eight-teardrop-spoked-propeller-asterisk" },
804 { 0x274b, "heavy-eight-teardrop-spoked-propeller-asterisk" },
805 { 0x274d, "shadowed-white-circle" },
806 { 0x274f, "lower-right-drop-shadowed-white-square" },
807 { 0x2750, "upper-right-drop-shadowed-white-square" },
808 { 0x2751, "lower-right-shadowed-white-square" },
809 { 0x2752, "upper-right-shadowed-white-square" },
810 { 0x2756, "black-diamond-minus-white-x" },
811 { 0x2758, "light-vertical-bar" },
812 { 0x2759, "medium-vertical-bar" },
813 { 0x275a, "heavy-vertical-bar" },
814 { 0x275b, "heavy-single-turned-comma-quotation-mark-ornament" },
815 { 0x275c, "heavy-single-comma-quotation-mark-ornament" },
816 { 0x275d, "heavy-double-turned-comma-quotation-mark-ornament" },
817 { 0x275e, "heavy-double-comma-quotation-mark-ornament" },
818 { 0x2761, "curved-stem-paragraph-sign-ornament" },
819 { 0x2762, "heavy-exclamation-mark-ornament" },
820 { 0x2763, "heavy-heart-exclamation-mark-ornament" },
821 { 0x2764, "heavy-black-heart" },
822 { 0x2765, "rotated-heavy-black-heart-bullet" },
823 { 0x2766, "floral-heart" },
824 { 0x2767, "rotated-floral-heart-bullet" },
825 { 0x2776, "dingbat-negative-circled-digit-one" },
826 { 0x2777, "dingbat-negative-circled-digit-two" },
827 { 0x2778, "dingbat-negative-circled-digit-three" },
828 { 0x2779, "dingbat-negative-circled-digit-four" },
829 { 0x277a, "dingbat-negative-circled-digit-five" },
830 { 0x277b, "dingbat-negative-circled-digit-six" },
831 { 0x277c, "dingbat-negative-circled-digit-seven" },
832 { 0x277d, "dingbat-negative-circled-digit-eight" },
833 { 0x277e, "dingbat-negative-circled-digit-nine" },
834 { 0x277f, "dingbat-negative-circled-number-ten" },
835 { 0x2780, "dingbat-circled-sans-serif-digit-one" },
836 { 0x2781, "dingbat-circled-sans-serif-digit-two" },
837 { 0x2782, "dingbat-circled-sans-serif-digit-three" },
838 { 0x2783, "dingbat-circled-sans-serif-digit-four" },
839 { 0x2784, "dingbat-circled-sans-serif-digit-five" },
840 { 0x2785, "dingbat-circled-sans-serif-digit-six" },
841 { 0x2786, "dingbat-circled-sans-serif-digit-seven" },
842 { 0x2787, "dingbat-circled-sans-serif-digit-eight" },
843 { 0x2788, "dingbat-circled-sans-serif-digit-nine" },
844 { 0x2789, "dingbat-circled-sans-serif-number-ten" },
845 { 0x278a, "dingbat-negative-circled-sans-serif-digit-one" },
846 { 0x278b, "dingbat-negative-circled-sans-serif-digit-two" },
847 { 0x278c, "dingbat-negative-circled-sans-serif-digit-three" },
848 { 0x278d, "dingbat-negative-circled-sans-serif-digit-four" },
849 { 0x278e, "dingbat-negative-circled-sans-serif-digit-five" },
850 { 0x278f, "dingbat-negative-circled-sans-serif-digit-six" },
851 { 0x2790, "dingbat-negative-circled-sans-serif-digit-seven" },
852 { 0x2791, "dingbat-negative-circled-sans-serif-digit-eight" },
853 { 0x2792, "dingbat-negative-circled-sans-serif-digit-nine" },
854 { 0x2793, "dingbat-negative-circled-sans-serif-number-ten" },
855 { 0x2794, "heavy-wide-headed-rightwards-arrow" },
856 { 0x2798, "heavy-south-east-arrow" },
857 { 0x2799, "heavy-rightwards-arrow" },
858 { 0x279a, "heavy-north-east-arrow" },
859 { 0x279b, "drafting-point-rightwards-arrow" },
860 { 0x279c, "heavy-round-tipped-rightwards-arrow" },
861 { 0x279d, "triangle-headed-rightwards-arrow" },
862 { 0x279e, "heavy-triangle-headed-rightwards-arrow" },
863 { 0x279f, "dashed-triangle-headed-rightwards-arrow" },
864 { 0x27a0, "heavy-dashed-triangle-headed-rightwards-arrow" },
865 { 0x27a1, "black-rightwards-arrow" },
866 { 0x27a2, "three-d-top-lighted-rightwards-arrowhead" },
867 { 0x27a3, "three-d-bottom-lighted-rightwards-arrowhead" },
868 { 0x27a4, "black-rightwards-arrowhead" },
869 { 0x27a5, "heavy-black-curved-downwards-and-rightwards-arrow" },
870 { 0x27a6, "heavy-black-curved-upwards-and-rightwards-arrow" },
871 { 0x27a7, "squat-black-rightwards-arrow" },
872 { 0x27a8, "heavy-concave-pointed-black-rightwards-arrow" },
873 { 0x27a9, "right-shaded-white-rightwards-arrow" },
874 { 0x27aa, "left-shaded-white-rightwards-arrow" },
875 { 0x27ab, "back-tilted-shadowed-white-rightwards-arrow" },
876 { 0x27ac, "front-tilted-shadowed-white-rightwards-arrow" },
877 { 0x27ad, "heavy-lower-right-shadowed-white-rightwards-arrow" },
878 { 0x27ae, "heavy-upper-right-shadowed-white-rightwards-arrow" },
879 { 0x27af, "notched-lower-right-shadowed-white-rightwards-arrow" },
880 { 0x27b1, "notched-upper-right-shadowed-white-rightwards-arrow" },
881 { 0x27b2, "circled-heavy-white-rightwards-arrow" },
882 { 0x27b3, "white-feathered-rightwards-arrow" },
883 { 0x27b4, "black-feathered-south-east-arrow" },
884 { 0x27b5, "black-feathered-rightwards-arrow" },
885 { 0x27b6, "black-feathered-north-east-arrow" },
886 { 0x27b7, "heavy-black-feathered-south-east-arrow" },
887 { 0x27b8, "heavy-black-feathered-rightwards-arrow" },
888 { 0x27b9, "heavy-black-feathered-north-east-arrow" },
889 { 0x27ba, "teardrop-barbed-rightwards-arrow" },
890 { 0x27bb, "heavy-teardrop-shanked-rightwards-arrow" },
891 { 0x27bc, "wedge-tailed-rightwards-arrow" },
892 { 0x27bd, "heavy-wedge-tailed-rightwards-arrow" },
893 { 0x27be, "open-outlined-rightwards-arrow" },
894 { 0xfb01, "latin-small-ligature-fi" },
895 { 0xfb02, "latin-small-ligature-fl" },