]> git.sur5r.net Git - i3/i3/blob - i3-input/keysym.map
Merge branch 'release-4.16.1'
[i3/i3] / i3-input / keysym.map
1 # This list can be used to convert X11 Keysyms to Unicode 2.1 character. 
2 # The list is not checked for correctness by Unicode officials.  Use it 
3 # at your own risk and the creator is not responsable for any damage that 
4 # occurred due to using this list. 
5
6 # The list is created by looking at the Keysym names and the Unicode data 
7 # file.  Other mapping tables were used as a reference where needed. 
8 # Due to a lack of knowledge of the Hebrew, Thai and Hangul symbols, 
9 # expect errors in these sections.  The mapping of the keypad keys 
10 # might also require some adjustments. 
11
12 # The following fields are used: 
13 # 1    The X11 keysym numbers from the include file keysymdef.h 
14 # 2    The Unicode (2.1) position (U0000 means unknown Unicode position) 
15 # # 
16 # 3    the name of the X11 keysym (without XK_) 
17
18 # Authors:  Richard Verhoeven, TUE, <river@win.tue.nl> 
19 #           Markus Kuhn, University of Cambridge, <mkuhn@acm.org> 
20 #  
21 # You are free to use and modify this table.  If you introduce errors 
22 # in the table, please remove the copyright line. If you remove errors, 
23 # please let me know, so I can update my version. 
24 #
25 # $XFree86: xc/programs/xterm/unicode/keysym.map,v 1.1 1999/06/12 15:37:24 dawes Exp $
26
27 0x0020   U0020   # space 
28 0x0021   U0021   # exclam 
29 0x0022   U0022   # quotedbl 
30 0x0023   U0023   # numbersign 
31 0x0024   U0024   # dollar 
32 0x0025   U0025   # percent 
33 0x0026   U0026   # ampersand 
34 0x0027   U0027   # apostrophe 
35 0x0027   U0027   # quoteright   /* deprecated */ 
36 0x0028   U0028   # parenleft 
37 0x0029   U0029   # parenright 
38 0x002a   U002a   # asterisk 
39 0x002b   U002b   # plus 
40 0x002c   U002c   # comma 
41 0x002d   U002d   # minus 
42 0x002e   U002e   # period 
43 0x002f   U002f   # slash 
44 0x0030   U0030   # 0 
45 0x0031   U0031   # 1 
46 0x0032   U0032   # 2 
47 0x0033   U0033   # 3 
48 0x0034   U0034   # 4 
49 0x0035   U0035   # 5 
50 0x0036   U0036   # 6 
51 0x0037   U0037   # 7 
52 0x0038   U0038   # 8 
53 0x0039   U0039   # 9 
54 0x003a   U003a   # colon 
55 0x003b   U003b   # semicolon 
56 0x003c   U003c   # less 
57 0x003d   U003d   # equal 
58 0x003e   U003e   # greater 
59 0x003f   U003f   # question 
60 0x0040   U0040   # at 
61 0x0041   U0041   # A 
62 0x0042   U0042   # B 
63 0x0043   U0043   # C 
64 0x0044   U0044   # D 
65 0x0045   U0045   # E 
66 0x0046   U0046   # F 
67 0x0047   U0047   # G 
68 0x0048   U0048   # H 
69 0x0049   U0049   # I 
70 0x004a   U004a   # J 
71 0x004b   U004b   # K 
72 0x004c   U004c   # L 
73 0x004d   U004d   # M 
74 0x004e   U004e   # N 
75 0x004f   U004f   # O 
76 0x0050   U0050   # P 
77 0x0051   U0051   # Q 
78 0x0052   U0052   # R 
79 0x0053   U0053   # S 
80 0x0054   U0054   # T 
81 0x0055   U0055   # U 
82 0x0056   U0056   # V 
83 0x0057   U0057   # W 
84 0x0058   U0058   # X 
85 0x0059   U0059   # Y 
86 0x005a   U005a   # Z 
87 0x005b   U005b   # bracketleft 
88 0x005c   U005c   # backslash 
89 0x005d   U005d   # bracketright 
90 0x005e   U005e   # asciicircum 
91 0x005f   U005f   # underscore 
92 0x0060   U0060   # grave 
93 0x0060   U0060   # quoteleft    /* deprecated */ 
94 0x0061   U0061   # a 
95 0x0062   U0062   # b 
96 0x0063   U0063   # c 
97 0x0064   U0064   # d 
98 0x0065   U0065   # e 
99 0x0066   U0066   # f 
100 0x0067   U0067   # g 
101 0x0068   U0068   # h 
102 0x0069   U0069   # i 
103 0x006a   U006a   # j 
104 0x006b   U006b   # k 
105 0x006c   U006c   # l 
106 0x006d   U006d   # m 
107 0x006e   U006e   # n 
108 0x006f   U006f   # o 
109 0x0070   U0070   # p 
110 0x0071   U0071   # q 
111 0x0072   U0072   # r 
112 0x0073   U0073   # s 
113 0x0074   U0074   # t 
114 0x0075   U0075   # u 
115 0x0076   U0076   # v 
116 0x0077   U0077   # w 
117 0x0078   U0078   # x 
118 0x0079   U0079   # y 
119 0x007a   U007a   # z 
120 0x007b   U007b   # braceleft 
121 0x007c   U007c   # bar 
122 0x007d   U007d   # braceright 
123 0x007e   U007e   # asciitilde 
124 0x00a0   U00a0   # nobreakspace 
125 0x00a1   U00a1   # exclamdown 
126 0x00a2   U00a2   # cent 
127 0x00a3   U00a3   # sterling 
128 0x00a4   U00a4   # currency 
129 0x00a5   U00a5   # yen 
130 0x00a6   U00a6   # brokenbar 
131 0x00a7   U00a7   # section 
132 0x00a8   U00a8   # diaeresis 
133 0x00a9   U00a9   # copyright 
134 0x00aa   U00aa   # ordfeminine 
135 0x00ab   U00ab   # guillemotleft        /* left angle quotation mark */ 
136 0x00ac   U00ac   # notsign 
137 0x00ad   U00ad   # hyphen 
138 0x00ae   U00ae   # registered 
139 0x00af   U00af   # macron 
140 0x00b0   U00b0   # degree 
141 0x00b1   U00b1   # plusminus 
142 0x00b2   U00b2   # twosuperior 
143 0x00b3   U00b3   # threesuperior 
144 0x00b4   U00b4   # acute 
145 0x00b5   U00b5   # mu 
146 0x00b6   U00b6   # paragraph 
147 0x00b7   U00b7   # periodcentered 
148 0x00b8   U00b8   # cedilla 
149 0x00b9   U00b9   # onesuperior 
150 0x00ba   U00ba   # masculine 
151 0x00bb   U00bb   # guillemotright       /* right angle quotation mark */ 
152 0x00bc   U00bc   # onequarter 
153 0x00bd   U00bd   # onehalf 
154 0x00be   U00be   # threequarters 
155 0x00bf   U00bf   # questiondown 
156 0x00c0   U00c0   # Agrave 
157 0x00c1   U00c1   # Aacute 
158 0x00c2   U00c2   # Acircumflex 
159 0x00c3   U00c3   # Atilde 
160 0x00c4   U00c4   # Adiaeresis 
161 0x00c5   U00c5   # Aring 
162 0x00c6   U00c6   # AE 
163 0x00c7   U00c7   # Ccedilla 
164 0x00c8   U00c8   # Egrave 
165 0x00c9   U00c9   # Eacute 
166 0x00ca   U00ca   # Ecircumflex 
167 0x00cb   U00cb   # Ediaeresis 
168 0x00cc   U00cc   # Igrave 
169 0x00cd   U00cd   # Iacute 
170 0x00ce   U00ce   # Icircumflex 
171 0x00cf   U00cf   # Idiaeresis 
172 0x00d0   U00d0   # ETH 
173 0x00d0   U00d0   # Eth  /* deprecated */ 
174 0x00d1   U00d1   # Ntilde 
175 0x00d2   U00d2   # Ograve 
176 0x00d3   U00d3   # Oacute 
177 0x00d4   U00d4   # Ocircumflex 
178 0x00d5   U00d5   # Otilde 
179 0x00d6   U00d6   # Odiaeresis 
180 0x00d7   U00d7   # multiply 
181 0x00d8   U00d8   # Ooblique 
182 0x00d9   U00d9   # Ugrave 
183 0x00da   U00da   # Uacute 
184 0x00db   U00db   # Ucircumflex 
185 0x00dc   U00dc   # Udiaeresis 
186 0x00dd   U00dd   # Yacute 
187 0x00de   U00de   # THORN 
188 0x00de   U00de   # Thorn        /* deprecated */ 
189 0x00df   U00df   # ssharp 
190 0x00e0   U00e0   # agrave 
191 0x00e1   U00e1   # aacute 
192 0x00e2   U00e2   # acircumflex 
193 0x00e3   U00e3   # atilde 
194 0x00e4   U00e4   # adiaeresis 
195 0x00e5   U00e5   # aring 
196 0x00e6   U00e6   # ae 
197 0x00e7   U00e7   # ccedilla 
198 0x00e8   U00e8   # egrave 
199 0x00e9   U00e9   # eacute 
200 0x00ea   U00ea   # ecircumflex 
201 0x00eb   U00eb   # ediaeresis 
202 0x00ec   U00ec   # igrave 
203 0x00ed   U00ed   # iacute 
204 0x00ee   U00ee   # icircumflex 
205 0x00ef   U00ef   # idiaeresis 
206 0x00f0   U00f0   # eth 
207 0x00f1   U00f1   # ntilde 
208 0x00f2   U00f2   # ograve 
209 0x00f3   U00f3   # oacute 
210 0x00f4   U00f4   # ocircumflex 
211 0x00f5   U00f5   # otilde 
212 0x00f6   U00f6   # odiaeresis 
213 0x00f7   U00f7   # division 
214 0x00f8   U00f8   # oslash 
215 0x00f9   U00f9   # ugrave 
216 0x00fa   U00fa   # uacute 
217 0x00fb   U00fb   # ucircumflex 
218 0x00fc   U00fc   # udiaeresis 
219 0x00fd   U00fd   # yacute 
220 0x00fe   U00fe   # thorn 
221 0x00ff   U00ff   # ydiaeresis 
222 0x01a1   U0104   # Aogonek 
223 0x01a2   U02d8   # breve 
224 0x01a3   U0141   # Lstroke 
225 0x01a5   U013d   # Lcaron 
226 0x01a6   U015a   # Sacute 
227 0x01a9   U0160   # Scaron 
228 0x01aa   U015e   # Scedilla 
229 0x01ab   U0164   # Tcaron 
230 0x01ac   U0179   # Zacute 
231 0x01ae   U017d   # Zcaron 
232 0x01af   U017b   # Zabovedot 
233 0x01b1   U0105   # aogonek 
234 0x01b2   U02db   # ogonek 
235 0x01b3   U0142   # lstroke 
236 0x01b5   U013e   # lcaron 
237 0x01b6   U015b   # sacute 
238 0x01b7   U02c7   # caron 
239 0x01b9   U0161   # scaron 
240 0x01ba   U015f   # scedilla 
241 0x01bb   U0165   # tcaron 
242 0x01bc   U017a   # zacute 
243 0x01bd   U02dd   # doubleacute 
244 0x01be   U017e   # zcaron 
245 0x01bf   U017c   # zabovedot 
246 0x01c0   U0154   # Racute 
247 0x01c3   U0102   # Abreve 
248 0x01c5   U0139   # Lacute 
249 0x01c6   U0106   # Cacute 
250 0x01c8   U010c   # Ccaron 
251 0x01ca   U0118   # Eogonek 
252 0x01cc   U011a   # Ecaron 
253 0x01cf   U010e   # Dcaron 
254 0x01d0   U0110   # Dstroke 
255 0x01d1   U0143   # Nacute 
256 0x01d2   U0147   # Ncaron 
257 0x01d5   U0150   # Odoubleacute 
258 0x01d8   U0158   # Rcaron 
259 0x01d9   U016e   # Uring 
260 0x01db   U0170   # Udoubleacute 
261 0x01de   U0162   # Tcedilla 
262 0x01e0   U0155   # racute 
263 0x01e3   U0103   # abreve 
264 0x01e5   U013a   # lacute 
265 0x01e6   U0107   # cacute 
266 0x01e8   U010d   # ccaron 
267 0x01ea   U0119   # eogonek 
268 0x01ec   U011b   # ecaron 
269 0x01ef   U010f   # dcaron 
270 0x01f0   U0111   # dstroke 
271 0x01f1   U0144   # nacute 
272 0x01f2   U0148   # ncaron 
273 0x01f5   U0151   # odoubleacute 
274 0x01f8   U0159   # rcaron 
275 0x01f9   U016f   # uring 
276 0x01fb   U0171   # udoubleacute 
277 0x01fe   U0163   # tcedilla 
278 0x01ff   U02d9   # abovedot 
279 0x02a1   U0126   # Hstroke 
280 0x02a6   U0124   # Hcircumflex 
281 0x02a9   U0130   # Iabovedot 
282 0x02ab   U011e   # Gbreve 
283 0x02ac   U0134   # Jcircumflex 
284 0x02b1   U0127   # hstroke 
285 0x02b6   U0125   # hcircumflex 
286 0x02b9   U0131   # idotless 
287 0x02bb   U011f   # gbreve 
288 0x02bc   U0135   # jcircumflex 
289 0x02c5   U010a   # Cabovedot 
290 0x02c6   U0108   # Ccircumflex 
291 0x02d5   U0120   # Gabovedot 
292 0x02d8   U011c   # Gcircumflex 
293 0x02dd   U016c   # Ubreve 
294 0x02de   U015c   # Scircumflex 
295 0x02e5   U010b   # cabovedot 
296 0x02e6   U0109   # ccircumflex 
297 0x02f5   U0121   # gabovedot 
298 0x02f8   U011d   # gcircumflex 
299 0x02fd   U016d   # ubreve 
300 0x02fe   U015d   # scircumflex 
301 0x03a2   U0138   # kra 
302 0x03a3   U0156   # Rcedilla 
303 0x03a5   U0128   # Itilde 
304 0x03a6   U013b   # Lcedilla 
305 0x03aa   U0112   # Emacron 
306 0x03ab   U0122   # Gcedilla 
307 0x03ac   U0166   # Tslash 
308 0x03b3   U0157   # rcedilla 
309 0x03b5   U0129   # itilde 
310 0x03b6   U013c   # lcedilla 
311 0x03ba   U0113   # emacron 
312 0x03bb   U0123   # gcedilla 
313 0x03bc   U0167   # tslash 
314 0x03bd   U014a   # ENG 
315 0x03bf   U014b   # eng 
316 0x03c0   U0100   # Amacron 
317 0x03c7   U012e   # Iogonek 
318 0x03cc   U0116   # Eabovedot 
319 0x03cf   U012a   # Imacron 
320 0x03d1   U0145   # Ncedilla 
321 0x03d2   U014c   # Omacron 
322 0x03d3   U0136   # Kcedilla 
323 0x03d9   U0172   # Uogonek 
324 0x03dd   U0168   # Utilde 
325 0x03de   U016a   # Umacron 
326 0x03e0   U0101   # amacron 
327 0x03e7   U012f   # iogonek 
328 0x03ec   U0117   # eabovedot 
329 0x03ef   U012b   # imacron 
330 0x03f1   U0146   # ncedilla 
331 0x03f2   U014d   # omacron 
332 0x03f3   U0137   # kcedilla 
333 0x03f9   U0173   # uogonek 
334 0x03fd   U0169   # utilde 
335 0x03fe   U016b   # umacron 
336 0x13bc   U0152   # OE                   
337 0x13bd   U0153   # oe                   
338 0x13be   U0178   # Ydiaeresis           
339 0x047e   U203e   # overline 
340 0x04a1   U3002   # kana_fullstop 
341 0x04a2   U300c   # kana_openingbracket 
342 0x04a3   U300d   # kana_closingbracket 
343 0x04a4   U3001   # kana_comma 
344 0x04a5   U30fb   # kana_conjunctive 
345 0x04a6   U30f2   # kana_WO 
346 0x04a7   U30a1   # kana_a 
347 0x04a8   U30a3   # kana_i 
348 0x04a9   U30a5   # kana_u 
349 0x04aa   U30a7   # kana_e 
350 0x04ab   U30a9   # kana_o 
351 0x04ac   U30e3   # kana_ya 
352 0x04ad   U30e5   # kana_yu 
353 0x04ae   U30e7   # kana_yo 
354 0x04af   U30c3   # kana_tsu 
355 0x04b0   U30fc   # prolongedsound 
356 0x04b1   U30a2   # kana_A 
357 0x04b2   U30a4   # kana_I 
358 0x04b3   U30a6   # kana_U 
359 0x04b4   U30a8   # kana_E 
360 0x04b5   U30aa   # kana_O 
361 0x04b6   U30ab   # kana_KA 
362 0x04b7   U30ad   # kana_KI 
363 0x04b8   U30af   # kana_KU 
364 0x04b9   U30b1   # kana_KE 
365 0x04ba   U30b3   # kana_KO 
366 0x04bb   U30b5   # kana_SA 
367 0x04bc   U30b7   # kana_SHI 
368 0x04bd   U30b9   # kana_SU 
369 0x04be   U30bb   # kana_SE 
370 0x04bf   U30bd   # kana_SO 
371 0x04c0   U30bf   # kana_TA 
372 0x04c1   U30c1   # kana_CHI 
373 0x04c2   U30c4   # kana_TSU 
374 0x04c3   U30c6   # kana_TE 
375 0x04c4   U30c8   # kana_TO 
376 0x04c5   U30ca   # kana_NA 
377 0x04c6   U30cb   # kana_NI 
378 0x04c7   U30cc   # kana_NU 
379 0x04c8   U30cd   # kana_NE 
380 0x04c9   U30ce   # kana_NO 
381 0x04ca   U30cf   # kana_HA 
382 0x04cb   U30d2   # kana_HI 
383 0x04cc   U30d5   # kana_FU 
384 0x04cd   U30d8   # kana_HE 
385 0x04ce   U30db   # kana_HO 
386 0x04cf   U30de   # kana_MA 
387 0x04d0   U30df   # kana_MI 
388 0x04d1   U30e0   # kana_MU 
389 0x04d2   U30e1   # kana_ME 
390 0x04d3   U30e2   # kana_MO 
391 0x04d4   U30e4   # kana_YA 
392 0x04d5   U30e6   # kana_YU 
393 0x04d6   U30e8   # kana_YO 
394 0x04d7   U30e9   # kana_RA 
395 0x04d8   U30ea   # kana_RI 
396 0x04d9   U30eb   # kana_RU 
397 0x04da   U30ec   # kana_RE 
398 0x04db   U30ed   # kana_RO 
399 0x04dc   U30ef   # kana_WA 
400 0x04dd   U30f3   # kana_N 
401 0x04de   U309b   # voicedsound 
402 0x04df   U309c   # semivoicedsound 
403 0x05ac   U060c   # Arabic_comma 
404 0x05bb   U061b   # Arabic_semicolon 
405 0x05bf   U061f   # Arabic_question_mark 
406 0x05c1   U0621   # Arabic_hamza 
407 0x05c2   U0622   # Arabic_maddaonalef 
408 0x05c3   U0623   # Arabic_hamzaonalef 
409 0x05c4   U0624   # Arabic_hamzaonwaw 
410 0x05c5   U0625   # Arabic_hamzaunderalef 
411 0x05c6   U0626   # Arabic_hamzaonyeh 
412 0x05c7   U0627   # Arabic_alef 
413 0x05c8   U0628   # Arabic_beh 
414 0x05c9   U0629   # Arabic_tehmarbuta 
415 0x05ca   U062a   # Arabic_teh 
416 0x05cb   U062b   # Arabic_theh 
417 0x05cc   U062c   # Arabic_jeem 
418 0x05cd   U062d   # Arabic_hah 
419 0x05ce   U062e   # Arabic_khah 
420 0x05cf   U062f   # Arabic_dal 
421 0x05d0   U0630   # Arabic_thal 
422 0x05d1   U0631   # Arabic_ra 
423 0x05d2   U0632   # Arabic_zain 
424 0x05d3   U0633   # Arabic_seen 
425 0x05d4   U0634   # Arabic_sheen 
426 0x05d5   U0635   # Arabic_sad 
427 0x05d6   U0636   # Arabic_dad 
428 0x05d7   U0637   # Arabic_tah 
429 0x05d8   U0638   # Arabic_zah 
430 0x05d9   U0639   # Arabic_ain 
431 0x05da   U063a   # Arabic_ghain 
432 0x05e0   U0640   # Arabic_tatweel 
433 0x05e1   U0641   # Arabic_feh 
434 0x05e2   U0642   # Arabic_qaf 
435 0x05e3   U0643   # Arabic_kaf 
436 0x05e4   U0644   # Arabic_lam 
437 0x05e5   U0645   # Arabic_meem 
438 0x05e6   U0646   # Arabic_noon 
439 0x05e7   U0647   # Arabic_ha 
440 0x05e8   U0648   # Arabic_waw 
441 0x05e9   U0649   # Arabic_alefmaksura 
442 0x05ea   U064a   # Arabic_yeh 
443 0x05eb   U064b   # Arabic_fathatan 
444 0x05ec   U064c   # Arabic_dammatan 
445 0x05ed   U064d   # Arabic_kasratan 
446 0x05ee   U064e   # Arabic_fatha 
447 0x05ef   U064f   # Arabic_damma 
448 0x05f0   U0650   # Arabic_kasra 
449 0x05f1   U0651   # Arabic_shadda 
450 0x05f2   U0652   # Arabic_sukun 
451 0x06a1   U0452   # Serbian_dje 
452 0x06a2   U0453   # Macedonia_gje 
453 0x06a3   U0451   # Cyrillic_io 
454 0x06a4   U0454   # Ukrainian_ie 
455 0x06a5   U0455   # Macedonia_dse 
456 0x06a6   U0456   # Ukrainian_i 
457 0x06a7   U0457   # Ukrainian_yi 
458 0x06a8   U0458   # Cyrillic_je 
459 0x06a9   U0459   # Cyrillic_lje 
460 0x06aa   U045a   # Cyrillic_nje 
461 0x06ab   U045b   # Serbian_tshe 
462 0x06ac   U045c   # Macedonia_kje 
463 0x06ae   U045e   # Byelorussian_shortu 
464 0x06af   U045f   # Cyrillic_dzhe 
465 0x06b0   U2116   # numerosign 
466 0x06b1   U0402   # Serbian_DJE 
467 0x06b2   U0403   # Macedonia_GJE 
468 0x06b3   U0401   # Cyrillic_IO 
469 0x06b4   U0404   # Ukrainian_IE 
470 0x06b5   U0405   # Macedonia_DSE 
471 0x06b6   U0406   # Ukrainian_I 
472 0x06b7   U0407   # Ukrainian_YI 
473 0x06b8   U0408   # Cyrillic_JE 
474 0x06b9   U0409   # Cyrillic_LJE 
475 0x06ba   U040a   # Cyrillic_NJE 
476 0x06bb   U040b   # Serbian_TSHE 
477 0x06bc   U040c   # Macedonia_KJE 
478 0x06be   U040e   # Byelorussian_SHORTU 
479 0x06bf   U040f   # Cyrillic_DZHE 
480 0x06c0   U044e   # Cyrillic_yu 
481 0x06c1   U0430   # Cyrillic_a 
482 0x06c2   U0431   # Cyrillic_be 
483 0x06c3   U0446   # Cyrillic_tse 
484 0x06c4   U0434   # Cyrillic_de 
485 0x06c5   U0435   # Cyrillic_ie 
486 0x06c6   U0444   # Cyrillic_ef 
487 0x06c7   U0433   # Cyrillic_ghe 
488 0x06c8   U0445   # Cyrillic_ha 
489 0x06c9   U0438   # Cyrillic_i 
490 0x06ca   U0439   # Cyrillic_shorti 
491 0x06cb   U043a   # Cyrillic_ka 
492 0x06cc   U043b   # Cyrillic_el 
493 0x06cd   U043c   # Cyrillic_em 
494 0x06ce   U043d   # Cyrillic_en 
495 0x06cf   U043e   # Cyrillic_o 
496 0x06d0   U043f   # Cyrillic_pe 
497 0x06d1   U044f   # Cyrillic_ya 
498 0x06d2   U0440   # Cyrillic_er 
499 0x06d3   U0441   # Cyrillic_es 
500 0x06d4   U0442   # Cyrillic_te 
501 0x06d5   U0443   # Cyrillic_u 
502 0x06d6   U0436   # Cyrillic_zhe 
503 0x06d7   U0432   # Cyrillic_ve 
504 0x06d8   U044c   # Cyrillic_softsign 
505 0x06d9   U044b   # Cyrillic_yeru 
506 0x06da   U0437   # Cyrillic_ze 
507 0x06db   U0448   # Cyrillic_sha 
508 0x06dc   U044d   # Cyrillic_e 
509 0x06dd   U0449   # Cyrillic_shcha 
510 0x06de   U0447   # Cyrillic_che 
511 0x06df   U044a   # Cyrillic_hardsign 
512 0x06e0   U042e   # Cyrillic_YU 
513 0x06e1   U0410   # Cyrillic_A 
514 0x06e2   U0411   # Cyrillic_BE 
515 0x06e3   U0426   # Cyrillic_TSE 
516 0x06e4   U0414   # Cyrillic_DE 
517 0x06e5   U0415   # Cyrillic_IE 
518 0x06e6   U0424   # Cyrillic_EF 
519 0x06e7   U0413   # Cyrillic_GHE 
520 0x06e8   U0425   # Cyrillic_HA 
521 0x06e9   U0418   # Cyrillic_I 
522 0x06ea   U0419   # Cyrillic_SHORTI 
523 0x06eb   U041a   # Cyrillic_KA 
524 0x06ec   U041b   # Cyrillic_EL 
525 0x06ed   U041c   # Cyrillic_EM 
526 0x06ee   U041d   # Cyrillic_EN 
527 0x06ef   U041e   # Cyrillic_O 
528 0x06f0   U041f   # Cyrillic_PE 
529 0x06f1   U042f   # Cyrillic_YA 
530 0x06f2   U0420   # Cyrillic_ER 
531 0x06f3   U0421   # Cyrillic_ES 
532 0x06f4   U0422   # Cyrillic_TE 
533 0x06f5   U0423   # Cyrillic_U 
534 0x06f6   U0416   # Cyrillic_ZHE 
535 0x06f7   U0412   # Cyrillic_VE 
536 0x06f8   U042c   # Cyrillic_SOFTSIGN 
537 0x06f9   U042b   # Cyrillic_YERU 
538 0x06fa   U0417   # Cyrillic_ZE 
539 0x06fb   U0428   # Cyrillic_SHA 
540 0x06fc   U042d   # Cyrillic_E 
541 0x06fd   U0429   # Cyrillic_SHCHA 
542 0x06fe   U0427   # Cyrillic_CHE 
543 0x06ff   U042a   # Cyrillic_HARDSIGN 
544 0x07a1   U0386   # Greek_ALPHAaccent 
545 0x07a2   U0388   # Greek_EPSILONaccent 
546 0x07a3   U0389   # Greek_ETAaccent 
547 0x07a4   U038a   # Greek_IOTAaccent 
548 0x07a5   U03aa   # Greek_IOTAdiaeresis 
549 0x07a7   U038c   # Greek_OMICRONaccent 
550 0x07a8   U038e   # Greek_UPSILONaccent 
551 0x07a9   U03ab   # Greek_UPSILONdieresis 
552 0x07ab   U038f   # Greek_OMEGAaccent 
553 0x07ae   U0385   # Greek_accentdieresis 
554 0x07af   U2015   # Greek_horizbar 
555 0x07b1   U03ac   # Greek_alphaaccent 
556 0x07b2   U03ad   # Greek_epsilonaccent 
557 0x07b3   U03ae   # Greek_etaaccent 
558 0x07b4   U03af   # Greek_iotaaccent 
559 0x07b5   U03ca   # Greek_iotadieresis 
560 0x07b6   U0390   # Greek_iotaaccentdieresis 
561 0x07b7   U03cc   # Greek_omicronaccent 
562 0x07b8   U03cd   # Greek_upsilonaccent 
563 0x07b9   U03cb   # Greek_upsilondieresis 
564 0x07ba   U03b0   # Greek_upsilonaccentdieresis 
565 0x07bb   U03ce   # Greek_omegaaccent 
566 0x07c1   U0391   # Greek_ALPHA 
567 0x07c2   U0392   # Greek_BETA 
568 0x07c3   U0393   # Greek_GAMMA 
569 0x07c4   U0394   # Greek_DELTA 
570 0x07c5   U0395   # Greek_EPSILON 
571 0x07c6   U0396   # Greek_ZETA 
572 0x07c7   U0397   # Greek_ETA 
573 0x07c8   U0398   # Greek_THETA 
574 0x07c9   U0399   # Greek_IOTA 
575 0x07ca   U039a   # Greek_KAPPA 
576 0x07cb   U039b   # Greek_LAMBDA 
577 0x07cb   U039b   # Greek_LAMDA 
578 0x07cc   U039c   # Greek_MU 
579 0x07cd   U039d   # Greek_NU 
580 0x07ce   U039e   # Greek_XI 
581 0x07cf   U039f   # Greek_OMICRON 
582 0x07d0   U03a0   # Greek_PI 
583 0x07d1   U03a1   # Greek_RHO 
584 0x07d2   U03a3   # Greek_SIGMA 
585 0x07d4   U03a4   # Greek_TAU 
586 0x07d5   U03a5   # Greek_UPSILON 
587 0x07d6   U03a6   # Greek_PHI 
588 0x07d7   U03a7   # Greek_CHI 
589 0x07d8   U03a8   # Greek_PSI 
590 0x07d9   U03a9   # Greek_OMEGA 
591 0x07e1   U03b1   # Greek_alpha 
592 0x07e2   U03b2   # Greek_beta 
593 0x07e3   U03b3   # Greek_gamma 
594 0x07e4   U03b4   # Greek_delta 
595 0x07e5   U03b5   # Greek_epsilon 
596 0x07e6   U03b6   # Greek_zeta 
597 0x07e7   U03b7   # Greek_eta 
598 0x07e8   U03b8   # Greek_theta 
599 0x07e9   U03b9   # Greek_iota 
600 0x07ea   U03ba   # Greek_kappa 
601 0x07eb   U03bb   # Greek_lambda 
602 0x07ec   U03bc   # Greek_mu 
603 0x07ed   U03bd   # Greek_nu 
604 0x07ee   U03be   # Greek_xi 
605 0x07ef   U03bf   # Greek_omicron 
606 0x07f0   U03c0   # Greek_pi 
607 0x07f1   U03c1   # Greek_rho 
608 0x07f2   U03c3   # Greek_sigma 
609 0x07f3   U03c2   # Greek_finalsmallsigma 
610 0x07f4   U03c4   # Greek_tau 
611 0x07f5   U03c5   # Greek_upsilon 
612 0x07f6   U03c6   # Greek_phi 
613 0x07f7   U03c7   # Greek_chi 
614 0x07f8   U03c8   # Greek_psi 
615 0x07f9   U03c9   # Greek_omega 
616 0x08a1   U0000   # leftradical 
617 0x08a2   U0000   # topleftradical 
618 0x08a3   U0000   # horizconnector 
619 0x08a4   U2320   # topintegral 
620 0x08a5   U2321   # botintegral 
621 0x08a6   U2502   # vertconnector 
622 0x08a7   U0000   # topleftsqbracket 
623 0x08a8   U0000   # botleftsqbracket 
624 0x08a9   U0000   # toprightsqbracket 
625 0x08aa   U0000   # botrightsqbracket 
626 0x08ab   U0000   # topleftparens 
627 0x08ac   U0000   # botleftparens 
628 0x08ad   U0000   # toprightparens 
629 0x08ae   U0000   # botrightparens 
630 0x08af   U0000   # leftmiddlecurlybrace 
631 0x08b0   U0000   # rightmiddlecurlybrace 
632 0x08b1   U0000   # topleftsummation 
633 0x08b2   U0000   # botleftsummation 
634 0x08b3   U0000   # topvertsummationconnector 
635 0x08b4   U0000   # botvertsummationconnector 
636 0x08b5   U0000   # toprightsummation 
637 0x08b6   U0000   # botrightsummation 
638 0x08b7   U0000   # rightmiddlesummation 
639 0x08bc   U2264   # lessthanequal 
640 0x08bd   U2260   # notequal 
641 0x08be   U2265   # greaterthanequal 
642 0x08bf   U222b   # integral 
643 0x08c0   U2234   # therefore 
644 0x08c1   U221d   # variation 
645 0x08c2   U221e   # infinity 
646 0x08c5   U2207   # nabla 
647 0x08c8   U2245   # approximate 
648 0x08c9   U0000   # similarequal 
649 0x08cd   U21d4   # ifonlyif 
650 0x08ce   U21d2   # implies 
651 0x08cf   U2261   # identical 
652 0x08d6   U221a   # radical 
653 0x08da   U2282   # includedin 
654 0x08db   U2283   # includes 
655 0x08dc   U2229   # intersection 
656 0x08dd   U222a   # union 
657 0x08de   U2227   # logicaland 
658 0x08df   U2228   # logicalor 
659 0x08ef   U2202   # partialderivative 
660 0x08f6   U0192   # function 
661 0x08fb   U2190   # leftarrow 
662 0x08fc   U2191   # uparrow 
663 0x08fd   U2192   # rightarrow 
664 0x08fe   U2193   # downarrow 
665 0x09df   U2422   # blank 
666 0x09e0   U25c6   # soliddiamond 
667 0x09e1   U2592   # checkerboard 
668 0x09e2   U2409   # ht 
669 0x09e3   U240c   # ff 
670 0x09e4   U240d   # cr 
671 0x09e5   U240a   # lf 
672 0x09e8   U2424   # nl 
673 0x09e9   U240b   # vt 
674 0x09ea   U2518   # lowrightcorner 
675 0x09eb   U2510   # uprightcorner 
676 0x09ec   U250c   # upleftcorner 
677 0x09ed   U2514   # lowleftcorner 
678 0x09ee   U253c   # crossinglines 
679 0x09ef   U0000   # horizlinescan1 
680 0x09f0   U0000   # horizlinescan3 
681 0x09f1   U2500   # horizlinescan5 
682 0x09f2   U0000   # horizlinescan7 
683 0x09f3   U0000   # horizlinescan9 
684 0x09f4   U251c   # leftt 
685 0x09f5   U2524   # rightt 
686 0x09f6   U2534   # bott 
687 0x09f7   U252c   # topt 
688 0x09f8   U2502   # vertbar 
689 0xfe50   U0300   # dead_grave 
690 0xfe51   U0301   # dead_acute 
691 0xfe52   U0302   # dead_circumflex 
692 0xfe53   U0303   # dead_tilde 
693 0xfe54   U0304   # dead_macron 
694 0xfe55   U0306   # dead_breve 
695 0xfe56   U0307   # dead_abovedot 
696 0xfe57   U0308   # dead_diaeresis 
697 0xfe58   U030a   # dead_abovering 
698 0xfe59   U030b   # dead_doubleacute 
699 0xfe5a   U030c   # dead_caron 
700 0xfe5b   U0327   # dead_cedilla 
701 0xfe5c   U0328   # dead_ogonek 
702 0xfe5d   U0345   # dead_iota 
703 0xfe5e   U3099   # dead_voiced_sound 
704 0xfe5f   U309a   # dead_semivoiced_sound 
705 0xff08   U0008   # BackSpace    /* back space, back char */ 
706 0xff09   U0009   # Tab 
707 0xff0a   U000a   # Linefeed     /* Linefeed, LF */ 
708 0xff0b   U000b   # Clear 
709 0xff0d   U000d   # Return       /* Return, enter */ 
710 0xff13   U0013   # Pause        /* Pause, hold */ 
711 0xff14   U0014   # Scroll_Lock 
712 0xff15   U0015   # Sys_Req 
713 0xff1b   U001b   # Escape 
714 0xff80   U0032   # KP_Space     /* space */ 
715 0xff89   U0009   # KP_Tab 
716 0xff8d   U000d   # KP_Enter     /* enter */ 
717 0xffaa   U002a   # KP_Multiply 
718 0xffab   U002b   # KP_Add 
719 0xffac   U002c   # KP_Separator /* separator, often comma */ 
720 0xffad   U002d   # KP_Subtract 
721 0xffae   U002e   # KP_Decimal 
722 0xffaf   U002f   # KP_Divide 
723 0xffb0   U0030   # KP_0 
724 0xffb1   U0031   # KP_1 
725 0xffb2   U0032   # KP_2 
726 0xffb3   U0033   # KP_3 
727 0xffb4   U0034   # KP_4 
728 0xffb5   U0035   # KP_5 
729 0xffb6   U0036   # KP_6 
730 0xffb7   U0037   # KP_7 
731 0xffb8   U0038   # KP_8 
732 0xffb9   U0039   # KP_9 
733 0xffbd   U003d   # KP_Equal     /* equals */ 
734 0x0aa1   U2003   # emspace 
735 0x0aa2   U2002   # enspace 
736 0x0aa3   U2004   # em3space 
737 0x0aa4   U2005   # em4space 
738 0x0aa5   U2007   # digitspace 
739 0x0aa6   U2008   # punctspace 
740 0x0aa7   U2009   # thinspace 
741 0x0aa8   U200a   # hairspace 
742 0x0aa9   U2014   # emdash 
743 0x0aaa   U2013   # endash 
744 0x0aac   U0000   # signifblank 
745 0x0aae   U2026   # ellipsis 
746 0x0aaf   U0000   # doubbaselinedot 
747 0x0ab0   U2153   # onethird 
748 0x0ab1   U2154   # twothirds 
749 0x0ab2   U2155   # onefifth 
750 0x0ab3   U2156   # twofifths 
751 0x0ab4   U2157   # threefifths 
752 0x0ab5   U2158   # fourfifths 
753 0x0ab6   U2159   # onesixth 
754 0x0ab7   U215a   # fivesixths 
755 0x0ab8   U2105   # careof 
756 0x0abb   U2012   # figdash 
757 0x0abc   U2329   # leftanglebracket 
758 0x0abd   U002e   # decimalpoint 
759 0x0abe   U232a   # rightanglebracket 
760 0x0abf   U0000   # marker 
761 0x0ac3   U215b   # oneeighth 
762 0x0ac4   U215c   # threeeighths 
763 0x0ac5   U215d   # fiveeighths 
764 0x0ac6   U215e   # seveneighths 
765 0x0ac9   U2122   # trademark 
766 0x0aca   U2613   # signaturemark 
767 0x0acb   U0000   # trademarkincircle 
768 0x0acc   U25c1   # leftopentriangle 
769 0x0acd   U25b7   # rightopentriangle 
770 0x0ace   U25cb   # emopencircle 
771 0x0acf   U25a1   # emopenrectangle 
772 0x0ad0   U2018   # leftsinglequotemark 
773 0x0ad1   U2019   # rightsinglequotemark 
774 0x0ad2   U201c   # leftdoublequotemark 
775 0x0ad3   U201d   # rightdoublequotemark 
776 0x0ad4   U211e   # prescription 
777 0x0ad6   U2032   # minutes 
778 0x0ad7   U2033   # seconds 
779 0x0ad9   U271d   # latincross 
780 0x0ada   U0000   # hexagram 
781 0x0adb   U25ac   # filledrectbullet 
782 0x0adc   U25c0   # filledlefttribullet 
783 0x0add   U25b6   # filledrighttribullet 
784 0x0ade   U25cf   # emfilledcircle 
785 0x0adf   U25a0   # emfilledrect 
786 0x0ae0   U25e6   # enopencircbullet 
787 0x0ae1   U25ab   # enopensquarebullet 
788 0x0ae2   U25ad   # openrectbullet 
789 0x0ae3   U25b3   # opentribulletup 
790 0x0ae4   U25bd   # opentribulletdown 
791 0x0ae5   U2606   # openstar 
792 0x0ae6   U2022   # enfilledcircbullet 
793 0x0ae7   U25aa   # enfilledsqbullet 
794 0x0ae8   U25b2   # filledtribulletup 
795 0x0ae9   U25bc   # filledtribulletdown 
796 0x0aea   U261c   # leftpointer 
797 0x0aeb   U261e   # rightpointer 
798 0x0aec   U2663   # club 
799 0x0aed   U2666   # diamond 
800 0x0aee   U2665   # heart 
801 0x0af0   U2720   # maltesecross 
802 0x0af1   U2020   # dagger 
803 0x0af2   U2021   # doubledagger 
804 0x0af3   U2713   # checkmark 
805 0x0af4   U2717   # ballotcross 
806 0x0af5   U266f   # musicalsharp 
807 0x0af6   U266d   # musicalflat 
808 0x0af7   U2642   # malesymbol 
809 0x0af8   U2640   # femalesymbol 
810 0x0af9   U260e   # telephone 
811 0x0afa   U2315   # telephonerecorder 
812 0x0afb   U2117   # phonographcopyright 
813 0x0afc   U2038   # caret 
814 0x0afd   U201a   # singlelowquotemark 
815 0x0afe   U201e   # doublelowquotemark 
816 0x0aff   U0000   # cursor 
817 0x0ba3   U003c   # leftcaret 
818 0x0ba6   U003e   # rightcaret 
819 0x0ba8   U2228   # downcaret 
820 0x0ba9   U2227   # upcaret 
821 0x0bc0   U00af   # overbar 
822 0x0bc2   U22a4   # downtack 
823 0x0bc3   U2229   # upshoe 
824 0x0bc4   U230a   # downstile 
825 0x0bc6   U005f   # underbar 
826 0x0bca   U2218   # jot 
827 0x0bcc   U2395   # quad 
828 0x0bce   U22a5   # uptack 
829 0x0bcf   U25cb   # circle 
830 0x0bd3   U2308   # upstile 
831 0x0bd6   U222a   # downshoe 
832 0x0bd8   U2283   # rightshoe 
833 0x0bda   U2282   # leftshoe 
834 0x0bdc   U22a3   # lefttack 
835 0x0bfc   U22a2   # righttack 
836 0x0cdf   U2017   # hebrew_doublelowline 
837 0x0ce0   U05d0   # hebrew_aleph 
838 0x0ce1   U05d1   # hebrew_bet 
839 0x0ce1   U05d1   # hebrew_beth  /* deprecated */ 
840 0x0ce2   U05d2   # hebrew_gimel 
841 0x0ce2   U05d2   # hebrew_gimmel  /* deprecated */ 
842 0x0ce3   U05d3   # hebrew_dalet 
843 0x0ce3   U05d3   # hebrew_daleth  /* deprecated */ 
844 0x0ce4   U05d4   # hebrew_he 
845 0x0ce5   U05d5   # hebrew_waw 
846 0x0ce6   U05d6   # hebrew_zain 
847 0x0ce6   U05d6   # hebrew_zayin  /* deprecated */ 
848 0x0ce7   U05d7   # hebrew_chet 
849 0x0ce7   U05d7   # hebrew_het  /* deprecated */ 
850 0x0ce8   U05d8   # hebrew_tet 
851 0x0ce8   U05d8   # hebrew_teth  /* deprecated */ 
852 0x0ce9   U05d9   # hebrew_yod 
853 0x0cea   U05da   # hebrew_finalkaph 
854 0x0ceb   U05db   # hebrew_kaph 
855 0x0cec   U05dc   # hebrew_lamed 
856 0x0ced   U05dd   # hebrew_finalmem 
857 0x0cee   U05de   # hebrew_mem 
858 0x0cef   U05df   # hebrew_finalnun 
859 0x0cf0   U05e0   # hebrew_nun 
860 0x0cf1   U05e1   # hebrew_samech 
861 0x0cf1   U05e1   # hebrew_samekh  /* deprecated */ 
862 0x0cf2   U05e2   # hebrew_ayin 
863 0x0cf3   U05e3   # hebrew_finalpe 
864 0x0cf4   U05e4   # hebrew_pe 
865 0x0cf5   U05e5   # hebrew_finalzade 
866 0x0cf5   U05e5   # hebrew_finalzadi  /* deprecated */ 
867 0x0cf6   U05e6   # hebrew_zade 
868 0x0cf6   U05e6   # hebrew_zadi  /* deprecated */ 
869 0x0cf7   U05e7   # hebrew_kuf  /* deprecated */ 
870 0x0cf7   U05e7   # hebrew_qoph 
871 0x0cf8   U05e8   # hebrew_resh 
872 0x0cf9   U05e9   # hebrew_shin 
873 0x0cfa   U05ea   # hebrew_taf  /* deprecated */ 
874 0x0cfa   U05ea   # hebrew_taw 
875 0x0da1   U0e01   # Thai_kokai 
876 0x0da2   U0e02   # Thai_khokhai 
877 0x0da3   U0e03   # Thai_khokhuat 
878 0x0da4   U0e04   # Thai_khokhwai 
879 0x0da5   U0e05   # Thai_khokhon 
880 0x0da6   U0e06   # Thai_khorakhang   
881 0x0da7   U0e07   # Thai_ngongu   
882 0x0da8   U0e08   # Thai_chochan   
883 0x0da9   U0e09   # Thai_choching    
884 0x0daa   U0e0a   # Thai_chochang   
885 0x0dab   U0e0b   # Thai_soso 
886 0x0dac   U0e0c   # Thai_chochoe 
887 0x0dad   U0e0d   # Thai_yoying 
888 0x0dae   U0e0e   # Thai_dochada 
889 0x0daf   U0e0f   # Thai_topatak 
890 0x0db0   U0e10   # Thai_thothan 
891 0x0db1   U0e11   # Thai_thonangmontho 
892 0x0db2   U0e12   # Thai_thophuthao 
893 0x0db3   U0e13   # Thai_nonen 
894 0x0db4   U0e14   # Thai_dodek 
895 0x0db5   U0e15   # Thai_totao 
896 0x0db6   U0e16   # Thai_thothung 
897 0x0db7   U0e17   # Thai_thothahan 
898 0x0db8   U0e18   # Thai_thothong 
899 0x0db9   U0e19   # Thai_nonu 
900 0x0dba   U0e1a   # Thai_bobaimai 
901 0x0dbb   U0e1b   # Thai_popla 
902 0x0dbc   U0e1c   # Thai_phophung 
903 0x0dbd   U0e1d   # Thai_fofa 
904 0x0dbe   U0e1e   # Thai_phophan 
905 0x0dbf   U0e1f   # Thai_fofan 
906 0x0dc0   U0e20   # Thai_phosamphao 
907 0x0dc1   U0e21   # Thai_moma 
908 0x0dc2   U0e22   # Thai_yoyak 
909 0x0dc3   U0e23   # Thai_rorua 
910 0x0dc4   U0e24   # Thai_ru 
911 0x0dc5   U0e25   # Thai_loling 
912 0x0dc6   U0e26   # Thai_lu 
913 0x0dc7   U0e27   # Thai_wowaen 
914 0x0dc8   U0e28   # Thai_sosala 
915 0x0dc9   U0e29   # Thai_sorusi 
916 0x0dca   U0e2a   # Thai_sosua 
917 0x0dcb   U0e2b   # Thai_hohip 
918 0x0dcc   U0e2c   # Thai_lochula 
919 0x0dcd   U0e2d   # Thai_oang 
920 0x0dce   U0e2e   # Thai_honokhuk 
921 0x0dcf   U0e2f   # Thai_paiyannoi 
922 0x0dd0   U0e30   # Thai_saraa 
923 0x0dd1   U0e31   # Thai_maihanakat 
924 0x0dd2   U0e32   # Thai_saraaa 
925 0x0dd3   U0e33   # Thai_saraam 
926 0x0dd4   U0e34   # Thai_sarai    
927 0x0dd5   U0e35   # Thai_saraii    
928 0x0dd6   U0e36   # Thai_saraue     
929 0x0dd7   U0e37   # Thai_sarauee     
930 0x0dd8   U0e38   # Thai_sarau     
931 0x0dd9   U0e39   # Thai_sarauu    
932 0x0dda   U0e3a   # Thai_phinthu 
933 0x0dde   U0e3e   # Thai_maihanakat_maitho 
934 0x0ddf   U0e3f   # Thai_baht 
935 0x0de0   U0e40   # Thai_sarae     
936 0x0de1   U0e41   # Thai_saraae 
937 0x0de2   U0e42   # Thai_sarao 
938 0x0de3   U0e43   # Thai_saraaimaimuan    
939 0x0de4   U0e44   # Thai_saraaimaimalai   
940 0x0de5   U0e45   # Thai_lakkhangyao 
941 0x0de6   U0e46   # Thai_maiyamok 
942 0x0de7   U0e47   # Thai_maitaikhu 
943 0x0de8   U0e48   # Thai_maiek    
944 0x0de9   U0e49   # Thai_maitho 
945 0x0dea   U0e4a   # Thai_maitri 
946 0x0deb   U0e4b   # Thai_maichattawa 
947 0x0dec   U0e4c   # Thai_thanthakhat 
948 0x0ded   U0e4d   # Thai_nikhahit 
949 0x0df0   U0e50   # Thai_leksun  
950 0x0df1   U0e51   # Thai_leknung   
951 0x0df2   U0e52   # Thai_leksong  
952 0x0df3   U0e53   # Thai_leksam 
953 0x0df4   U0e54   # Thai_leksi   
954 0x0df5   U0e55   # Thai_lekha   
955 0x0df6   U0e56   # Thai_lekhok   
956 0x0df7   U0e57   # Thai_lekchet   
957 0x0df8   U0e58   # Thai_lekpaet   
958 0x0df9   U0e59   # Thai_lekkao  
959 0x0ea1   U3131   # Hangul_Kiyeog 
960 0x0ea2   U3132   # Hangul_SsangKiyeog 
961 0x0ea3   U3133   # Hangul_KiyeogSios 
962 0x0ea4   U3134   # Hangul_Nieun 
963 0x0ea5   U3135   # Hangul_NieunJieuj 
964 0x0ea6   U3136   # Hangul_NieunHieuh 
965 0x0ea7   U3137   # Hangul_Dikeud 
966 0x0ea8   U3138   # Hangul_SsangDikeud 
967 0x0ea9   U3139   # Hangul_Rieul 
968 0x0eaa   U313a   # Hangul_RieulKiyeog 
969 0x0eab   U313b   # Hangul_RieulMieum 
970 0x0eac   U313c   # Hangul_RieulPieub 
971 0x0ead   U313d   # Hangul_RieulSios 
972 0x0eae   U313e   # Hangul_RieulTieut 
973 0x0eaf   U313f   # Hangul_RieulPhieuf 
974 0x0eb0   U3140   # Hangul_RieulHieuh 
975 0x0eb1   U3141   # Hangul_Mieum 
976 0x0eb2   U3142   # Hangul_Pieub 
977 0x0eb3   U3143   # Hangul_SsangPieub 
978 0x0eb4   U3144   # Hangul_PieubSios 
979 0x0eb5   U3145   # Hangul_Sios 
980 0x0eb6   U3146   # Hangul_SsangSios 
981 0x0eb7   U3147   # Hangul_Ieung 
982 0x0eb8   U3148   # Hangul_Jieuj 
983 0x0eb9   U3149   # Hangul_SsangJieuj 
984 0x0eba   U314a   # Hangul_Cieuc 
985 0x0ebb   U314b   # Hangul_Khieuq 
986 0x0ebc   U314c   # Hangul_Tieut 
987 0x0ebd   U314d   # Hangul_Phieuf 
988 0x0ebe   U314e   # Hangul_Hieuh 
989 0x0ebf   U314f   # Hangul_A 
990 0x0ec0   U3150   # Hangul_AE 
991 0x0ec1   U3151   # Hangul_YA 
992 0x0ec2   U3152   # Hangul_YAE 
993 0x0ec3   U3153   # Hangul_EO 
994 0x0ec4   U3154   # Hangul_E 
995 0x0ec5   U3155   # Hangul_YEO 
996 0x0ec6   U3156   # Hangul_YE 
997 0x0ec7   U3157   # Hangul_O 
998 0x0ec8   U3158   # Hangul_WA 
999 0x0ec9   U3159   # Hangul_WAE 
1000 0x0eca   U315a   # Hangul_OE 
1001 0x0ecb   U315b   # Hangul_YO 
1002 0x0ecc   U315c   # Hangul_U 
1003 0x0ecd   U315d   # Hangul_WEO 
1004 0x0ece   U315e   # Hangul_WE 
1005 0x0ecf   U315f   # Hangul_WI 
1006 0x0ed0   U3160   # Hangul_YU 
1007 0x0ed1   U3161   # Hangul_EU 
1008 0x0ed2   U3162   # Hangul_YI 
1009 0x0ed3   U3163   # Hangul_I 
1010 0x0ed4   U11a8   # Hangul_J_Kiyeog 
1011 0x0ed5   U11a9   # Hangul_J_SsangKiyeog 
1012 0x0ed6   U11aa   # Hangul_J_KiyeogSios 
1013 0x0ed7   U11ab   # Hangul_J_Nieun 
1014 0x0ed8   U11ac   # Hangul_J_NieunJieuj 
1015 0x0ed9   U11ad   # Hangul_J_NieunHieuh 
1016 0x0eda   U11ae   # Hangul_J_Dikeud 
1017 0x0edb   U11af   # Hangul_J_Rieul 
1018 0x0edc   U11b0   # Hangul_J_RieulKiyeog 
1019 0x0edd   U11b1   # Hangul_J_RieulMieum 
1020 0x0ede   U11b2   # Hangul_J_RieulPieub 
1021 0x0edf   U11b3   # Hangul_J_RieulSios 
1022 0x0ee0   U11b4   # Hangul_J_RieulTieut 
1023 0x0ee1   U11b5   # Hangul_J_RieulPhieuf 
1024 0x0ee2   U11b6   # Hangul_J_RieulHieuh 
1025 0x0ee3   U11b7   # Hangul_J_Mieum 
1026 0x0ee4   U11b8   # Hangul_J_Pieub 
1027 0x0ee5   U11b9   # Hangul_J_PieubSios 
1028 0x0ee6   U11ba   # Hangul_J_Sios 
1029 0x0ee7   U11bb   # Hangul_J_SsangSios 
1030 0x0ee8   U11bc   # Hangul_J_Ieung 
1031 0x0ee9   U11bd   # Hangul_J_Jieuj 
1032 0x0eea   U11be   # Hangul_J_Cieuc 
1033 0x0eeb   U11bf   # Hangul_J_Khieuq 
1034 0x0eec   U11c0   # Hangul_J_Tieut 
1035 0x0eed   U11c1   # Hangul_J_Phieuf 
1036 0x0eee   U11c2   # Hangul_J_Hieuh 
1037 0x0eef   U316d   # Hangul_RieulYeorinHieuh 
1038 0x0ef0   U3171   # Hangul_SunkyeongeumMieum 
1039 0x0ef1   U3178   # Hangul_SunkyeongeumPieub 
1040 0x0ef2   U317f   # Hangul_PanSios 
1041 0x0ef3   U0000   # Hangul_KkogjiDalrinIeung 
1042 0x0ef4   U3184   # Hangul_SunkyeongeumPhieuf 
1043 0x0ef5   U3186   # Hangul_YeorinHieuh 
1044 0x0ef6   U318d   # Hangul_AraeA 
1045 0x0ef7   U318e   # Hangul_AraeAE 
1046 0x0ef8   U11eb   # Hangul_J_PanSios 
1047 0x0ef9   U0000   # Hangul_J_KkogjiDalrinIeung 
1048 0x0efa   U11f9   # Hangul_J_YeorinHieuh 
1049 0x0eff   U20a9   # Korean_Won 
1050 0x20a0   U20a0   # EcuSign                                       
1051 0x20a1   U20a1   # ColonSign                                     
1052 0x20a2   U20a2   # CruzeiroSign                                  
1053 0x20a3   U20a3   # FFrancSign                                    
1054 0x20a4   U20a4   # LiraSign                                      
1055 0x20a5   U20a5   # MillSign                                      
1056 0x20a6   U20a6   # NairaSign                                     
1057 0x20a7   U20a7   # PesetaSign                                    
1058 0x20a8   U20a8   # RupeeSign                                     
1059 0x20a9   U20a9   # WonSign                                       
1060 0x20aa   U20aa   # NewSheqelSign                                 
1061 0x20ab   U20ab   # DongSign                                      
1062 0x20ac   U20ac   # EuroSign