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