-
Notifications
You must be signed in to change notification settings - Fork 0
/
Tab-XDOTool-Keyname-Reference.csv
We can make this file beautiful and searchable if this error is corrected: It looks like row 81 should actually have 1 column, instead of 2 in line 80.
2407 lines (2407 loc) · 197 KB
/
Tab-XDOTool-Keyname-Reference.csv
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
OO xdotool Keyname Description Type Subtype X keycode Unicode Sort Orig
1 F1 Function F1 Function Function 0xffbe -0.99 98
2 F2 Function F2 Function Function 0xffbf -0.99 99
3 F3 Function F3 Function Function 0xffc0 -0.99 100
4 F4 Function F4 Function Function 0xffc1 -0.99 101
5 F5 Function F5 Function Function 0xffc2 -0.99 102
6 F6 Function F6 Function Function 0xffc3 -0.99 103
7 F7 Function F7 Function Function 0xffc4 -0.99 104
8 F8 Function F8 Function Function 0xffc5 -0.99 105
9 F9 Function F9 Function Function 0xffc6 -0.99 106
10 F10 Function F10 Function Function 0xffc7 0 107
11 F11 Function F11 Function Function 0xffc8 0 108
12 F12 Function F12 Function Function 0xffc9 0 110
13 F13 Function F13 Function Function 0xffca 0 112
14 F14 Function F14 Function Function 0xffcb 0 114
15 F15 Function F15 Function Function 0xffcc 0 116
16 F16 Function F16 Function Function 0xffcd 0 118
17 F17 Function F17 Function Function 0xffce 0 120
18 F18 Function F18 Function Function 0xffcf 0 122
19 F19 Function F19 Function Function 0xffd0 0 124
20 F20 Function F20 Function Function 0xffd1 0 126
21 F21 Function F21 Function Function 0xffd2 0 128
22 F22 Function F22 Function Function 0xffd3 0 130
23 F23 Function F23 Function Function 0xffd4 0 132
24 F24 Function F24 Function Function 0xffd5 0 134
25 F25 Function F25 Function Function 0xffd6 0 136
26 F26 Function F26 Function Function 0xffd7 0 138
27 F27 Function F27 Function Function 0xffd8 0 140
28 F28 Function F28 Function Function 0xffd9 0 142
29 F29 Function F29 Function Function 0xffda 0 144
30 F30 Function F30 Function Function 0xffdb 0 146
31 F31 Function F31 Function Function 0xffdc 0 148
32 F32 Function F32 Function Function 0xffdd 0 150
33 F33 Function F33 Function Function 0xffde 0 152
34 F34 Function F34 Function Function 0xffdf 0 154
35 F35 Function F35 Function Function 0xffe0 0 156
36 SunF36 Function F36 (Sun) Function Function 0x1005ff10 0 2288
37 SunF37 Function F37 (Sun) Function Function 0x1005ff11 0 2289
38 L1 Function L1 Function Function 0xffc8 1 109
39 L2 Function L2 Function Function 0xffc9 1 111
40 L3 Function L3 Function Function 0xffca 1 113
41 L4 Function L4 Function Function 0xffcb 1 115
42 L5 Function L5 Function Function 0xffcc 1 117
43 L6 Function L6 Function Function 0xffcd 1 119
44 L7 Function L7 Function Function 0xffce 1 121
45 L8 Function L8 Function Function 0xffcf 1 123
46 L9 Function L9 Function Function 0xffd0 1 125
47 L10 Function L10 Function Function 0xffd1 1.001 127
48 R1 Function R1 Function Function 0xffd2 2 129
49 R2 Function R2 Function Function 0xffd3 2 131
50 R3 Function R3 Function Function 0xffd4 2 133
51 R4 Function R4 Function Function 0xffd5 2 135
52 R5 Function R5 Function Function 0xffd6 2 137
53 R6 Function R6 Function Function 0xffd7 2 139
54 R7 Function R7 Function Function 0xffd8 2 141
55 R8 Function R8 Function Function 0xffd9 2 143
56 R9 Function R9 Function Function 0xffda 2 145
57 R10 Function R10 Function Function 0xffdb 2.001 147
58 R11 Function R11 Function Function 0xffdc 2.001 149
59 R12 Function R12 Function Function 0xffdd 2.001 151
60 R13 Function R13 Function Function 0xffde 2.001 153
61 R14 Function R14 Function Function 0xffdf 2.001 155
62 R15 Function R15 Function Function 0xffe0 2.001 157
63 KP_F1 Function KP F1 (Keypad) Function Keypad 0xff91 3 64
64 KP_F2 Function KP F2 (Keypad) Function Keypad 0xff92 3 65
65 KP_F3 Function KP F3 (Keypad) Function Keypad 0xff93 3 66
66 KP_F4 Function KP F4 (Keypad) Function Keypad 0xff94 3 67
67 3270_PA1 PA1 (IBM) Function IBM3270 0xfd0a 4 325
68 3270_PA2 PA2 (IBM) Function IBM3270 0xfd0b 4 326
69 3270_PA3 PA3 (IBM) Function IBM3270 0xfd0c 4 327
70 XF86Blue Blue Button Function Function 0x1008ffa6 5 2141
71 XF86Green Green Button Function Function 0x1008ffa4 5 2139
72 XF86Red Red Button Function Function 0x1008ffa3 5 2138
73 XF86Yellow Yellow Button Function Function 0x1008ffa5 5 2140
74 XF86Keyboard User Defined Keyboard Related Action (XF86) Function Function 0x1008ffb3 6 2246
75 osfActivate Activate (osf) Control Control 0x1004ff44 10 2359
76 osfAddMode Add Mode (osf) Control Control 0x1004ff31 10 2352
77 Touroku Add to Dictionary Control Japanese KB 0xff2b 10 27
78 3270_AltCursor Alt Cursor (IBM) Control IBM3270 0xfd10 10 331
79 osfBackSpace Back Space (osf) Control Control 0x1004ff08 10 2349
80 BackSpace Back space, back char (TTY) Control TTY 0xff08 10 1
81 osfBeginData Begin Data (osf) Control Control 0x1004ff5a 10 2368
82 osfCancel Cancel (osf) Control Control 0x1004ff69 10 2377
83 SunStop Cancel (Sun) Control OpenLook 0x0000ff69 10 2299
84 Muhenkan Cancel Conversion Control Japanese KB 0xff22 10 17
85 Cancel Cancel, Stop, Abort, Exit Control Misc functions 0xff69 10 55
86 ISO_Center_Object Center Object (ISO) Control XKB Extension 0xfe33 10 210
87 osfClear Clear (osf) Control Control 0x1004ff0b 10 2350
88 Clear Clear (TTY) Control TTY 0xff0b 10 4
89 ClearLine Clear Line (deprecated) Control Control 0x1000ff6f 10 2388
90 hpClearLine Clear Line (hp) Control Control 0x1000ff6f 10 2322
91 XF86Clear Clear Window, Screen Control Control 0x1008ff55 10 2205
92 XF86Close Close Window Control Control 0x1008ff56 10 2206
93 3270_Copy Copy (IBM) Control IBM3270 0xfd15 10 336
94 SunCopy Copy (OpenLook) Control OpenLook 0x1005ff72 10 2302
95 osfCopy Copy (osf) Control Control 0x1004ff02 10 2345
96 XF86Copy Copy Selection Control Control 0x1008ff57 10 2207
97 3270_CursorBlink Cursor Blink (IBM) Control IBM3270 0xfd0f 10 330
98 3270_CursorSelect Cursor Select (IBM) Control IBM3270 0xfd1c 10 343
99 SunCut Cut (OpenLook) Control OpenLook 0x1005ff75 10 2305
100 osfCut Cut (osf) Control Control 0x1004ff03 10 2346
101 XF86Cut Cut Selection Control Control 0x1008ff58 10 2208
102 KP_Delete Delete (Keypad) Control Keypad 0xff9f 10 80
103 osfDelete Delete (osf) Control Control 0x1004ffff 10 2384
104 DeleteChar Delete Char (deprecated) Control Control 0x1000ff73 10 2392
105 hpDeleteChar Delete Char (hp) Control Control 0x1000ff73 10 2326
106 Massyo Delete from Dictionary Control Japanese KB 0xff2c 10 28
107 DeleteLine Delete Line (deprecated) Control Control 0x1000ff71 10 2390
108 hpDeleteLine Delete Line (hp) Control Control 0x1000ff71 10 2324
109 3270_DeleteWord Delete Word (IBM) Control IBM3270 0xfd1a 10 341
110 Delete Delete, rubout Control TTY 0xffff 10 10
111 osfDeselectAll Deselect All (osf) Control Control 0x1004ff72 10 2380
112 XF86Tools Desktop Tools Control Control 0x1008ff81 10 2189
113 XF86MyComputer Display My Computer Window Control Control 0x1008ff33 10 2150
114 XF86MenuKB Distinguish Keyboard From Pb Control Control 0x1008ff65 10 2211
115 XF86MenuPB Distinguish Pb From Keyboard Control Control 0x1008ff66 10 2212
116 3270_Duplicate Duplicate (IBM) Control IBM3270 0xfd01 10 316
117 ISO_Emphasize Emphasize (ISO) Control XKB Extension 0xfe32 10 209
118 osfEndData End Data (osf) Control Control 0x1004ff59 10 2367
119 osfEndLine End Line (osf) Control Control 0x1004ff57 10 2365
120 3270_Enter Enter (IBM) Control IBM3270 0xfd1e 10 345
121 XF86Meeting Enter Meeting In Calendar Control Control 0x1008ff63 10 2182
122 3270_EraseEOF Erase EOF (IBM) Control IBM3270 0xfd06 10 321
123 3270_EraseInput Erase Input (IBM) Control IBM3270 0xfd07 10 322
124 osfEscape Escape (osf) Control Control 0x1004ff1b 10 2351
125 Escape Escape (TTY) Control TTY 0xff1b 10 9
126 3270_ExSelect Ex Select (IBM) Control IBM3270 0xfd1b 10 342
127 Execute Execute (Run, Do) Control Misc functions 0xff62 10 49
128 osfExtend Extend (osf) Control Control 0x1004ff74 10 2382
129 3270_FieldMark Field Mark (IBM) Control IBM3270 0xfd02 10 317
130 Find Find (Search) Control Misc functions 0xff68 10 54
131 SunFind Find (Sun) Control OpenLook 0x0000ff68 10 2298
132 SunFront Front (OpenLook) Control OpenLook 0x1005ff71 10 2301
133 XF86Support Get Support (??) Control Control 0x1008ff7e 10 2186
134 Help Help Control Misc functions 0xff6a 10 56
135 osfHelp Help (osf) Control Control 0x1004ff6a 10 2378
136 3270_Ident Ident (IBM) Control IBM3270 0xfd13 10 334
137 KP_Insert Insert (Keypad) Control Keypad 0xff9e 10 79
138 osfInsert Insert (osf) Control Control 0x1004ff63 10 2374
139 InsertChar Insert Char (deprecated) Control Control 0x1000ff72 10 2391
140 hpInsertChar Insert Char (hp) Control Control 0x1000ff72 10 2325
141 InsertLine Insert Line (deprecated) Control Control 0x1000ff70 10 2389
142 hpInsertLine Insert Line (hp) Control Control 0x1000ff70 10 2323
143 Insert Insert, Insert Here Control Misc functions 0xff63 10 50
144 3270_Jump Jump (IBM) Control IBM3270 0xfd12 10 333
145 Kanji Kanji, Kanji convert Control Japanese KB 0xff21 10 16
146 3270_KeyClick Key Click (IBM) Control IBM3270 0xfd11 10 332
147 XF86LightBulb Light Bulb Keys Exist Control Control 0x1008ff35 10 2152
148 Menu Menu Control Misc functions 0xff67 10 53
149 osfMenu Menu (osf) Control Control 0x1004ff67 10 2376
150 osfMenuBar Menu Bar (osf) Control Control 0x1004ff45 10 2360
151 XF86New New (Folder, Document) Control Control 0x1008ff68 10 2210
152 SunOpen Open (OpenLook) Control OpenLook 0x1005ff73 10 2303
153 XF86Option Option Control Control 0x1008ff6c 10 2113
154 XF86Paste Paste Control Control 0x1008ff6d 10 2209
155 SunPaste Paste (OpenLook) Control OpenLook 0x1005ff74 10 2304
156 osfPaste Paste (osf) Control Control 0x1004ff04 10 2347
157 Pause Pause, hold (TTY) Control TTY 0xff13 10 6
158 3270_Play Play (IBM) Control IBM3270 0xfd16 10 337
159 Pointer_Accelerate Pointer Accelerate (XKB) Control XKB Extension 0xfefa 10 307
160 Pointer_Button1 Pointer Button 1 (XKB) Control XKB Extension 0xfee9 10 289
161 Pointer_Button2 Pointer Button 2 (XKB) Control XKB Extension 0xfeea 10 290
162 Pointer_Button3 Pointer Button 3 (XKB) Control XKB Extension 0xfeeb 10 291
163 Pointer_Button4 Pointer Button 4 (XKB) Control XKB Extension 0xfeec 10 292
164 Pointer_Button5 Pointer Button 5 (XKB) Control XKB Extension 0xfeed 10 293
165 Pointer_Button_Dflt Pointer Button Default (XKB) Control XKB Extension 0xfee8 10 288
166 Pointer_DblClick1 Pointer Dbl Click 1 (XKB) Control XKB Extension 0xfeef 10 295
167 Pointer_DblClick2 Pointer Dbl Click 2 (XKB) Control XKB Extension 0xfef0 10 296
168 Pointer_DblClick3 Pointer Dbl Click 3 (XKB) Control XKB Extension 0xfef1 10 297
169 Pointer_DblClick4 Pointer Dbl Click 4 (XKB) Control XKB Extension 0xfef2 10 298
170 Pointer_DblClick5 Pointer Dbl Click 5 (XKB) Control XKB Extension 0xfef3 10 299
171 Pointer_DblClick_Dflt Pointer Dbl Click Default (XKB) Control XKB Extension 0xfeee 10 294
172 Pointer_DfltBtnNext Pointer Default Btn Next (XKB) Control XKB Extension 0xfefb 10 308
173 Pointer_DfltBtnPrev Pointer Default Btn Prev (XKB) Control XKB Extension 0xfefc 10 309
174 Pointer_Drag1 Pointer Drag 1 (XKB) Control XKB Extension 0xfef5 10 301
175 Pointer_Drag2 Pointer Drag 2 (XKB) Control XKB Extension 0xfef6 10 302
176 Pointer_Drag3 Pointer Drag 3 (XKB) Control XKB Extension 0xfef7 10 303
177 Pointer_Drag4 Pointer Drag 4 (XKB) Control XKB Extension 0xfef8 10 304
178 Pointer_Drag5 Pointer Drag 5 (XKB) Control XKB Extension 0xfefd 10 305
179 Pointer_Drag_Dflt Pointer Drag Default (XKB) Control XKB Extension 0xfef4 10 300
180 osfPrimaryPaste Primary Paste (osf) Control Control 0x1004ff32 10 2353
181 Print Print Control Misc functions 0xff61 10 48
182 SunPrint_Screen Print (Sun) Control Control 0x0000ff61 10 2291
183 XF86LogGrabInfo Print All Active Grabs To Log Control Control 0x1008fe25 10 2281
184 3270_PrintScreen Print Screen (IBM) Control IBM3270 0xfd1d 10 344
185 XF86LogWindowTree Print Window Tree To Log Control Control 0x1008fe24 10 2280
186 SunProps Props (OpenLook) Control OpenLook 0x1005ff70 10 2300
187 osfQuickPaste Quick Paste (osf) Control Control 0x1004ff33 10 2354
188 3270_Quit Quit (IBM) Control IBM3270 0xfd09 10 324
189 3270_Record Record (IBM) Control IBM3270 0xfd18 10 339
190 Redo Redo (Do Again, Repeat action) Control Misc functions 0xff66 10 52
191 SunAgain Redo (Sun) Control OpenLook 0x0000ff66 10 2297
192 ISO_Release_Both_Margins Release Both Margins (ISO) Control XKB Extension 0xfe2b 10 202
193 ISO_Release_Margin_Left Release Margin Left (ISO) Control XKB Extension 0xfe29 10 200
194 ISO_Release_Margin_Right Release Margin Right (ISO) Control XKB Extension 0xfe2a 10 201
195 XF86Reload Reload (Web Page, File, Etc.) Control Control 0x1008ff73 10 2115
196 DRemove Remove Control Control 0x1000ff00 10 2321
197 osfReselect Reselect (osf) Control Control 0x1004ff73 10 2381
198 osfRestore Restore (osf) Control Control 0x1004ff78 10 2383
199 XF86RockerEnter Rocker Enter Control Control 0x1008ff25 10 2149
200 XF86RotateWindows Rotate Windows E.G. Xrandr Control Control 0x1008ff74 10 2214
201 3270_Rule Rule (IBM) Control IBM3270 0xfd14 10 335
202 XF86Save Save (File, Document, State) Control Control 0x1008ff77 10 2119
203 3270_ChangeScreen Screen Change (IBM) Control IBM3270 0xfd19 10 340
204 XF86SplitScreen Screen Split Window Control Control 0x1008ff7d 10 2121
205 Scroll_Lock Scroll Lock (TTY) Control TTY 0xff14 10 7
206 osfSelect Select (osf) Control Control 0x1004ff60 10 2373
207 osfSelectAll Select All (osf) Control Control 0x1004ff71 10 2379
208 XF86Select Select Button On Joypads And Remotes Control Control 0x1008ffa0 10 2135
209 Select Select, Mark Control Misc functions 0xff60 10 47
210 Terminate_Server Server Terminate (XKB) Control XKB Extension 0xfed5 10 268
211 ISO_Set_Margin_Left Set Margin Left (ISO) Control XKB Extension 0xfe27 10 198
212 ISO_Set_Margin_Right Set Margin Right (ISO) Control XKB Extension 0xfe28 10 199
213 3270_Setup Setup (IBM) Control IBM3270 0xfd17 10 338
214 XF86View Show A View Options/Properties Control Control 0x1008ffa1 10 2136
215 XF86Pictures Show Pictures Control Control 0x1008ff91 10 2194
216 XF86TaskPane Show Tasks Control Control 0x1008ff7f 10 2187
217 XF86Spell Spell Checker Control Control 0x1008ff7c 10 2120
218 Henkan_Mode Start/Stop Conversion Control Japanese KB 0xff23 10 18
219 3270_Test Test (IBM) Control IBM3270 0xfd0d 10 328
220 Hankaku to Hankaku Control Japanese KB 0xff29 10 25
221 Hiragana to Hiragana Control Japanese KB 0xff25 10 21
222 Katakana to Katakana Control Japanese KB 0xff26 10 22
223 Romaji to Romaji Control Japanese KB 0xff24 10 20
224 Zenkaku to Zenkaku Control Japanese KB 0xff28 10 24
225 Undo Undo Control Misc functions 0xff65 10 51
226 osfUndo Undo (osf) Control Control 0x1004ff65 10 2375
227 SunUndo Undo (Sun) Control OpenLook 0x0000ff65 10 2296
228 KP_Begin Begin (Keypad) Navigation Keypad 0xff9d 14 78
229 osfBeginLine Begin Line (osf) Navigation Control 0x1004ff58 14 2366
230 Begin Beginning of Line Navigation Navigation 0xff58 14 46
231 Down Down Navigation Navigation 0xff54 14 40
232 KP_Down Down (Keypad) Navigation Keypad 0xff99 14 72
233 osfDown Down (osf) Navigation Control 0x1004ff54 14 2364
234 ISO_Fast_Cursor_Down Down Fast Cursor (ISO) Navigation XKB Extension 0xfe2f 14 206
235 ISO_Move_Line_Down Down Move Line (ISO) Navigation XKB Extension 0xfe22 14 193
236 ISO_Partial_Line_Down Down Partial Line (ISO) Navigation XKB Extension 0xfe24 14 195
237 KP_End End (Keypad) Navigation Keypad 0xff9c 14 77
238 End End of Line Navigation Navigation 0xff57 14 45
239 Home Home Navigation Navigation 0xff50 14 36
240 KP_Home Home (Keypad) Navigation Keypad 0xff95 14 68
241 Left Left Navigation Navigation 0xff51 14 37
242 KP_Left Left (Keypad) Navigation Keypad 0xff96 14 69
243 osfLeft Left (osf) Navigation Control 0x1004ff51 14 2361
244 3270_Left2 Left 2 (IBM) Navigation IBM3270 0xfd04 14 319
245 ISO_Fast_Cursor_Left Left Fast Cursor (ISO) Navigation XKB Extension 0xfe2c 14 203
246 ISO_Partial_Space_Left Left Partial Space (ISO) Navigation XKB Extension 0xfe25 14 196
247 Next Next Navigation Navigation 0xff56 14 43
248 KP_Next Next (Keypad) Navigation Keypad 0xff9b 14 75
249 osfNextField Next Field (osf) Navigation Navigation 0x1004ff5e 14 2372
250 osfNextMenu Next Menu (osf) Navigation Navigation 0x1004ff5c 14 2370
251 Page_Down Page Down Navigation Navigation 0xff56 14 44
252 KP_Page_Down Page Down (Keypad) Navigation Keypad 0xff9b 14 76
253 osfPageDown Page Down (osf) Navigation Control 0x1004ff42 14 2357
254 SunPageDown Page Down (Sun) Navigation Navigation 0x0000ff56 14 2295
255 osfPageLeft Page Left (osf) Navigation Control 0x1004ff40 14 2355
256 osfPageRight Page Right (osf) Navigation Control 0x1004ff43 14 2358
257 Page_Up Page Up Navigation Navigation 0xff55 14 42
258 KP_Page_Up Page Up (Keypad) Navigation Keypad 0xff9a 14 74
259 osfPageUp Page Up (osf) Navigation Control 0x1004ff41 14 2356
260 SunPageUp Page Up (Sun) Navigation Navigation 0x0000ff55 14 2294
261 osfPrevField Prev Field (osf) Navigation Control 0x1004ff5d 14 2371
262 osfPrevMenu Prev Menu (osf) Navigation Control 0x1004ff5b 14 2369
263 KP_Prior Prior (Keypad) Navigation Keypad 0xff9a 14 73
264 Prior Prior, Previous Navigation Navigation 0xff55 14 41
265 Right Right Navigation Navigation 0xff53 14 39
266 KP_Right Right (Keypad) Navigation Keypad 0xff98 14 71
267 osfRight Right (osf) Navigation Control 0x1004ff53 14 2363
268 3270_Right2 Right 2 (IBM) Navigation IBM3270 0xfd03 14 318
269 ISO_Fast_Cursor_Right Right Fast Cursor (ISO) Navigation XKB Extension 0xfe2d 14 204
270 ISO_Partial_Space_Right Right Partial Space (ISO) Navigation XKB Extension 0xfe26 14 197
271 XF86ScrollDown Scroll Down Window/Contents Navigation Navigation 0x1008ff79 14 2201
272 XF86ScrollUp Scroll Up Window/Contents Up Navigation Navigation 0x1008ff78 14 2200
273 BackTab Tab Back (deprecated) Navigation Control 0x1000ff74 14 2393
274 KP_BackTab Tab Back (deprecated) Navigation Navigation 0x1000ff75 14 2394
275 hpBackTab Tab Back (hp) Navigation Navigation 0x1000ff74 14 2327
276 3270_BackTab Tab Back (IBM) Navigation IBM3270 0xfd05 14 320
277 hpKP_BackTab Tab Back (Keypad) (hp) Navigation Navigation 0x1000ff75 14 2328
278 osfBackTab Tab Back (osf) Navigation Navigation 0x1004ff07 14 2348
279 Up Up Navigation Navigation 0xff52 14 38
280 KP_Up Up (Keypad) Navigation Keypad 0xff97 14 70
281 osfUp Up (osf) Navigation Navigation 0x1004ff52 14 2362
282 ISO_Fast_Cursor_Up Up Fast Cursor (ISO) Navigation XKB Extension 0xfe2e 14 205
283 ISO_Move_Line_Up Up Move Line (ISO) Navigation XKB Extension 0xfe21 14 192
284 ISO_Partial_Line_Up Up Partial Line (ISO) Navigation XKB Extension 0xfe23 14 194
285 XF86ZoomIn Zoom In (View, Map, Etc.) Navigation Navigation 0x1008ff8b 14 2203
286 XF86ZoomOut Zoom Out (View, Map, Etc.) Navigation Navigation 0x1008ff8c 14 2204
287 Pointer_Down Pointer Down (XKB) Navigation XKB Extension 0xfee3 16 283
288 Pointer_DownLeft Pointer Down Left (XKB) Navigation XKB Extension 0xfee6 16 286
289 Pointer_DownRight Pointer Down Right (XKB) Navigation XKB Extension 0xfee7 16 287
290 Pointer_Left Pointer Left (XKB) Navigation XKB Extension 0xfee0 16 280
291 Pointer_Right Pointer Right (XKB) Navigation XKB Extension 0xfee1 16 281
292 Pointer_Up Pointer Up (XKB) Navigation XKB Extension 0xfee2 16 282
293 Pointer_UpLeft Pointer Up Left (XKB) Navigation XKB Extension 0xfee4 16 284
294 Pointer_UpRight Pointer Up Right (XKB) Navigation XKB Extension 0xfee5 16 285
295 XF86RockerDown Rocker Down Navigation Navigation 0x1008ff24 17 2148
296 XF86RockerUp Rocker Switch Up Navigation Navigation 0x1008ff23 17 2147
297 XF86ApplicationLeft Switch To Application, Left Navigation Navigation 0x1008ff50 18 2198
298 XF86ApplicationRight Switch To Application, Right Navigation Navigation 0x1008ff51 18 2199
299 First_Virtual_Screen Switch to First Virtual Screen (XKB) Navigation XKB Extension 0xfed0 18 264
300 Last_Virtual_Screen Switch to Last Virtual Screen (XKB) Navigation XKB Extension 0xfed4 18 267
301 Next_Virtual_Screen Switch to Next Virtual Screen (XKB) Navigation XKB Extension 0xfed2 18 266
302 Prev_Virtual_Screen Switch to Previous Virtual Screen (XKB) Navigation XKB Extension 0xfed1 18 265
303 XF86Switch_VT_1 Switch to VT 1 Navigation VTerm 0x1008fe01 18 2264
304 XF86Switch_VT_10 Switch to VT 10 Navigation VTerm 0x1008fe0a 18 2273
305 XF86Switch_VT_11 Switch to VT 11 Navigation VTerm 0x1008fe0b 18 2274
306 XF86Switch_VT_12 Switch to VT 12 Navigation VTerm 0x1008fe0c 18 2275
307 XF86Switch_VT_2 Switch to VT 2 Navigation VTerm 0x1008fe02 18 2265
308 XF86Switch_VT_3 Switch to VT 3 Navigation VTerm 0x1008fe03 18 2266
309 XF86Switch_VT_4 Switch to VT 4 Navigation VTerm 0x1008fe04 18 2267
310 XF86Switch_VT_5 Switch to VT 5 Navigation VTerm 0x1008fe05 18 2268
311 XF86Switch_VT_6 Switch to VT 6 Navigation VTerm 0x1008fe06 18 2269
312 XF86Switch_VT_7 Switch to VT 7 Navigation VTerm 0x1008fe07 18 2270
313 XF86Switch_VT_8 Switch to VT 8 Navigation VTerm 0x1008fe08 18 2271
314 XF86Switch_VT_9 Switch to VT 9 Navigation VTerm 0x1008fe09 18 2272
315 XF86AddFavorite Add Url To Favorites List Web Web 0x1008ff39 20 2232
316 XF86Messenger As In Instant Messaging Web Web 0x1008ff8e 20 2192
317 XF86Back Back On A Browser Web Web 0x1008ff26 20 2219
318 XF86Finance Display Financial Site Web Web 0x1008ff3c 20 2154
319 XF86Shop Display Shopping Web Site Web Web 0x1008ff36 20 2153
320 XF86Market Display Software Store Web Web 0x1008ff62 20 2181
321 XF86Travel Display Travel Website Web Web 0x1008ff82 20 2190
322 XF86Community Display User's Community Web Web 0x1008ff3d 20 2155
323 XF86HomePage Display User's Home Page Web Web 0x1008ff18 20 2234
324 XF86VendorHome Display Vendor Home Web Site Web Web 0x1008ff34 20 2151
325 XF86MySites Favourites Web Web 0x1008ff67 20 2225
326 XF86MailForward Forward In Mail Web Web 0x1008ff90 20 2228
327 XF86Forward Forward On A Browser Web Web 0x1008ff27 20 2220
328 XF86Go Go To Url Web Web 0x1008ff5f 20 2215
329 XF86Mail Invoke User's Mail Program Web Web 0x1008ff19 20 2235
330 XF86WWW Invoke Web Browser Web Web 0x1008ff2e 20 2224
331 XF86News Newsreader App Web Web 0x1008ff69 20 2184
332 XF86Away Online Status Toggle Web Web 0x1008ff8d 20 2227
333 XF86Open Open Web Web 0x1008ff6b 20 2226
334 XF86OpenURL Open Selected Url Web Web 0x1008ff38 20 2231
335 XF86Refresh Refresh The Page Web Web 0x1008ff29 20 2221
336 XF86Reply Reply E.G., Mail Web Web 0x1008ff72 20 2114
337 XF86Search Search the Web Web Web 0x1008ff1b 20 2218
338 XF86Send Send Mail, File, Object Web Web 0x1008ff7b 20 2229
339 XF86Favorites Show Favorite Locations Web Web 0x1008ff30 20 2222
340 XF86History Show History Of Web Surfing Web Web 0x1008ff37 20 2230
341 XF86HotLinks Show Hot Links Web Web 0x1008ff3a 20 2233
342 XF86Stop Stop Current Web Operation Web Web 0x1008ff28 20 2216
343 XF86FrameBack Playback Back One Frame Media Media 0x1008ff9d 30 2132
344 XF86Time Playback Display Time Position For Track Media Media 0x1008ff9f 30 2134
345 XF86AudioForward Playback Fast-Forward Media Media 0x1008ff97 30 2126
346 XF86FrameForward Playback Forward One Frame Media Media 0x1008ff9e 30 2133
347 XF86AudioCycleTrack Playback Next Available Audio Channel (DVD, TV) Media Media 0x1008ff9b 30 2130
348 XF86Subtitle Playback Next Subtitle Channel (DVD, TV) Media Media 0x1008ff9a 30 2129
349 XF86AudioNext Playback Next Track Media Media 0x1008ff17 30 2107
350 XF86CycleAngle Playback Next Video Angles (DVD) Media Media 0x1008ff9c 30 2131
351 XF86Next_VMode Playback Next Video Mode Available Media Media 0x1008fe22 30 2278
352 XF86AudioPause Playback Pause (XF86) Media Media 0x1008ff31 30 2109
353 XF86AudioRepeat Playback Repeat Mode Toggle Media Media 0x1008ff98 30 2127
354 XF86BackForward Playback Reverse Direction (play in reverse toggle) Media Media 0x1008ff3f 30 2112
355 XF86AudioRewind Playback Rewind (skip backward incrementally) Media Media 0x1008ff3e 30 2111
356 XF86AudioRandomPlay Playback Shuffle Mode Toggle Media Media 0x1008ff99 30 2128
357 XF86AudioPlay Playback Start (XF86) Media Media 0x1008ff14 30 2104
358 XF86AudioStop Playback Stop (XF86) Media Media 0x1008ff15 30 2105
359 XF86AudioPrev Previous Track Media Media 0x1008ff16 30 2106
360 XF86Prev_VMode Previous Video Mode (XF86) Media Media 0x1008fe23 30 2279
361 XF86AudioMicMute Recording Mute Mic Media Media 0x1008ffb2 30 2245
362 XF86AudioRecord Recording Start Media Media 0x1008ff1c 30 2108
363 XF86TopMenu Top-Level Menu In A Video (DVD Menu) Media Media 0x1008ffa2 30 2137
364 SunAudioLowerVolume Volume Decrease (OpenLook) Media OpenLook 0x1005ff77 30 2307
365 XF86AudioLowerVolume Volume Decrease (XF86) Media Media 0x1008ff11 30 2101
366 SunAudioRaiseVolume Volume Increase (OpenLook) Media OpenLook 0x1005ff79 30 2309
367 XF86AudioRaiseVolume Volume Increase (XF86) Media Media 0x1008ff13 30 2103
368 XF86AudioMute Volume Mute Media Media 0x1008ff12 30 2102
369 SunAudioMute Volume Mute (OpenLook) Media OpenLook 0x1005ff78 30 2308
370 XF86Launch0 Launch Application 0 Application Application 0x1008ff40 50 2156
371 XF86Launch1 Launch Application 1 Application Application 0x1008ff41 50 2157
372 XF86Launch2 Launch Application 2 Application Application 0x1008ff42 50 2158
373 XF86Launch3 Launch Application 3 Application Application 0x1008ff43 50 2159
374 XF86Launch4 Launch Application 4 Application Application 0x1008ff44 50 2160
375 XF86Launch5 Launch Application 5 Application Application 0x1008ff45 50 2161
376 XF86Launch6 Launch Application 6 Application Application 0x1008ff46 50 2162
377 XF86Launch7 Launch Application 7 Application Application 0x1008ff47 50 2163
378 XF86Launch8 Launch Application 8 Application Application 0x1008ff48 50 2164
379 XF86Launch9 Launch Application 9 Application Application 0x1008ff49 50 2165
380 XF86LaunchA Launch Application A Application Application 0x1008ff4a 50 2166
381 XF86LaunchB Launch Application B Application Application 0x1008ff4b 50 2167
382 XF86LaunchC Launch Application C Application Application 0x1008ff4c 50 2168
383 XF86LaunchD Launch Application D Application Application 0x1008ff4d 50 2169
384 XF86LaunchE Launch Application E Application Application 0x1008ff4e 50 2170
385 XF86LaunchF Launch Application F Application Application 0x1008ff4f 50 2171
386 XF86Book Launch Bookreader Application Application 0x1008ff52 50 2172
387 XF86Calculater Launch Calculater Application Application 0x1008ff54 50 2174
388 XF86Calculator Launch Calculator Program Application Application 0x1008ff1d 50 2142
389 XF86Calendar Launch Calendar Program Application Application 0x1008ff20 50 2145
390 XF86CD Launch Cd/Dvd Player Application Application 0x1008ff53 50 2173
391 XF86DOS Launch Command Line Application Application 0x1008ff5a 50 2175
392 XF86Explorer Launch File Explorer Application Application 0x1008ff5d 50 2178
393 XF86Xfer Launch File Transfer App Application Application 0x1008ff8a 50 2197
394 XF86Game Launch Game Application Application 0x1008ff5e 50 2179
395 XF86AudioMedia Launch Media Collection App Application Application 0x1008ff32 50 2110
396 XF86Memo Launch Memo Taking Program Application Application 0x1008ff1e 50 2143
397 XF86Music Launch Music Application Application Application 0x1008ff92 50 2195
398 XF86OfficeHome Launch Office Home (Old Staroffice) Application Application 0x1008ff6a 50 2183
399 XF86Documents Launch Open Documents Window Application Application 0x1008ff5b 50 2176
400 XF86Phone Launch Phone; Dial Number Application Application 0x1008ff6e 50 2185
401 XF86Excel Launch Spread Sheet Application Application 0x1008ff5c 50 2177
402 XF86Start Launch Start Application (as in the windows start menu) Application Application 0x1008ff1a 50 2217
403 XF86Terminal Launch Terminal Emulator Application Application 0x1008ff80 50 2188
404 XF86ToDoList Launch To Do List Program Application Application 0x1008ff1f 50 2144
405 XF86Video Launch Video Player Application Application 0x1008ff87 50 2191
406 XF86WebCam Launch Web Camera App. Application Application 0x1008ff8f 50 2193
407 XF86Word Launch Word Processor Application Application 0x1008ff89 50 2196
408 3270_Attn Attn (IBM) System IBM3270 0xfd0e 60 329
409 block Block(Deprecated) System System 0x100000fc 60 2406
410 Break Break System Misc functions 0xff6b 60 57
411 XF86Battery Display Battery Information System System 0x1008ff93 60 2236
412 XF86Eject Eject Device (E.G. Dvd) System System 0x1008ff2c 60 2260
413 XF86Bluetooth Enable/Disable Bluetooth System System 0x1008ff94 60 2237
414 XF86UWB Enable/Disable Uwb System System 0x1008ff96 60 2239
415 XF86WLAN Enable/Disable Wlan System System 0x1008ff95 60 2238
416 Ext16bit_L Ext16bit L(Deprecated) System System 0x1000ff76 60 2395
417 Ext16bit_R Ext16bit R(Deprecated) System System 0x1000ff77 60 2396
418 XF86Ungrab Force Ungrab System System 0x1008fe20 60 2276
419 hpIO IO System System 0x100000ee 60 2342
420 IO IO(Deprecated) System System 0x100000ee 60 2404
421 XF86KbdBrightnessDown Keyboard Brightness Decrease System System 0x1008ff06 60 2256
422 XF86KbdBrightnessUp Keyboard Brightness Increase System System 0x1008ff05 60 2255
423 XF86KbdLightOnOff Keyboard Light Toggle System System 0x1008ff04 60 2254
424 XF86ClearGrab Kill Application + Grab System System 0x1008fe21 60 2277
425 XF86WheelButton Mouse Wheel Button System System 0x1008ff88 60 2125
426 XF86RFKill Radios Toggle On/Off System System 0x1008ffb5 60 2249
427 hpReset Reset (hp) System System 0x1000ff6c 60 2331
428 3270_Reset Reset Terminal (IBM) System IBM3270 0xfd08 60 323
429 Reset Reset(Deprecated) System System 0x1000ff6c 60 2385
430 XF86MonBrightnessCycle Screen Backlight Toggle System System 0x1008ff07 60 2257
431 XF86MonBrightnessDown Screen Brightness Decrease System System 0x1008ff03 60 2253
432 SunVideoLowerBrightness Screen Brightness Decrease (OpenLook) System OpenLook 0x1005ff7b 60 2311
433 XF86BrightnessAdjust Screen Brightness Dialog System System 0x1008ff3b 60 2223
434 XF86MonBrightnessUp Screen Brightness Increase System System 0x1008ff02 60 2252
435 SunVideoRaiseBrightness Screen Brightness Increase (OpenLook) System OpenLook 0x1005ff7c 60 2312
436 XF86ContrastAdjust Screen Contrast Adjust System System 0x1008ff22 60 2261
437 SunVideoDegauss Screen Degauss (OpenLook) System OpenLook 0x1005ff7a 60 2310
438 XF86Display Screen Power Switch System System 0x1008ff59 60 2248
439 XF86RotationLockToggle Screen Rotation Lock On/Off Toggle System System 0x1008ffb7 60 2251
440 XF86ScreenSaver Screensaver Start System System 0x1008ff2d 60 2262
441 XF86AudioPreset Select Equalizer Preset, E.G. Theatre-Mode System System 0x1008ffb6 60 2250
442 SunSys_Req Sys Req (Sun) System System 0x1005ff60 60 2290
443 Sys_Req Sys Req (TTY) System TTY 0xff15 60 8
444 System System (Deprecated) System System 0x1000ff6d 60 2386
445 hpSystem System (hp) System System 0x1000ff6d 60 2332
446 XF86PowerDown System Deep Sleep System System 0x1008ff21 60 2146
447 XF86Standby System Into Standby Mode System System 0x1008ff10 60 2100
448 XF86LogOff System Log Off (XF86) System System 0x1008ff61 60 2213
449 XF86PowerOff System Power Off Entirely System System 0x1008ff2a 60 2258
450 SunPowerSwitch System Power Switch (OpenLook) System OpenLook 0x1005ff76 60 2306
451 SunPowerSwitchShift System Power Switch Shift (OpenLook) System OpenLook 0x1005ff7d 60 2313
452 XF86Sleep System Sleep (XF86) System System 0x1008ff2f 60 2263
453 XF86Hibernate System Sleep To Disk System System 0x1008ffa8 60 2241
454 XF86Suspend System Sleep To Ram System System 0x1008ffa7 60 2240
455 XF86TouchpadOff Touchpad Off System System 0x1008ffb1 60 2244
456 XF86TouchpadOn Touchpad On System System 0x1008ffb0 60 2243
457 XF86TouchpadToggle Touchpad/Trackstick Toggle System System 0x1008ffa9 60 2242
458 User User (Deprecated) System System 0x1000ff6e 60 2387
459 hpUser User (hp) System System 0x1000ff6e 60 2333
460 XF86WakeUp Wake Up System From Sleep System System 0x1008ff2b 60 2259
461 XF86WWAN WWAN (Lte, Umts, Etc.) Radio Toggle On/Off System System 0x1008ffb4 60 2247
462 XF86RotationPB Z-Don't Use System System 0x1008ff75 60 2117
463 XF86RotationKB Z-Don't Use System System 0x1008ff76 60 2118
464 XF86iTouch Z-Don't Use Logitech Itouch- System System 0x1008ff60 60 2180
465 XF86Q Z-Don't Use: Compaq's Q System System 0x1008ff70 60 2116
466 emspace Em Space (U+2003) Space Publishing 0x0aa1 U+2003 65 1135
467 enspace En Space (U+2002) Space Publishing 0x0aa2 U+2002 65 1136
468 KP_Enter Enter Space Keypad 0xff8d 65 63
469 ISO_Enter Enter (ISO) Space XKB Extension 0xfe34 65 211
470 digitspace Figure Space (U+2007) Space Publishing 0x0aa5 U+2007 65 1139
471 em4space Four-per-em Space (U+2005) Space Publishing 0x0aa4 U+2005 65 1138
472 hairspace Hair Space (U+200A) Space Publishing 0x0aa8 U+200A 65 1142
473 KP_Tab Keypad functions KP Tab Space Keypad 0xff89 65 62
474 Linefeed Linefeed (LF) (TTY) Space TTY 0xff0a 65 3
475 underscore Low Line (U+005F) Space Latin 1 0x005f U+005F 65 410
476 nobreakspace No-break Space (U+00A0) Space Latin 1 0x00a0 U+00A0 65 443
477 punctspace Punctuation Space (U+2008) Space Publishing 0x0aa6 U+2008 65 1140
478 Return Return, enter (TTY) Space TTY 0xff0d 65 5
479 hyphen Soft Hyphen (U+00AD) Space Latin 1 0x00ad U+00AD 65 456
480 KP_Space Space Space Keypad 0xff80 65 61
481 space Space (U+0020) Space Latin 1 0x0020 U+0020 65 346
482 ISO_Left_Tab Tab (Left hand) (ISO) Space XKB Extension 0xfe20 65 191
483 Tab Tab (TTY) Space TTY 0xff09 65 2
484 thinspace Thin Space (U+2009) Space Publishing 0x0aa7 U+2009 65 1141
485 em3space Three-per-em Space (U+2004) Space Publishing 0x0aa3 U+2004 65 1137
486 ISO_Continuous_Underline Underline Continuous (ISO) Space XKB Extension 0xfe30 65 207
487 ISO_Discontinuous_Underline Underline Discontinuous (ISO) Space XKB Extension 0xfe31 65 208
488 acute Acute Accent (U+00B4) Symbol Latin 1 0x00b4 U+00B4 70 463
489 approxeq Almost Equal To (U+2245) Symbol Symbol 0x1002248 U+2245 70 1749
490 ampersand Ampersand (U+0026) Symbol Latin 1 0x0026 U+0026 70 352
491 quad APL Functional Symbol QUAD (U+2395) Symbol APL 0x0bcc U+2395 70 1229
492 Arabic_percent Arabic Percent Sign (U+066a) Symbol Arabic 0x100066a U+066A 70 767
493 asterisk Asterisk (U+002A) Symbol Latin 1 0x002a U+002A 70 357
494 similarequal Asymptotically Equal To (U+2243) Symbol VT Technical 0x08c9 U+2243 70 1094
495 ballotcross Ballot X (U+2717) Symbol Publishing 0x0af4 U+2717 70 1207
496 because Because (U+2235) Symbol Symbol 0x1002235 U+2235 70 1748
497 emfilledcircle Black Circle (U+25CF) Symbol Publishing 0x0ade U+25CF 70 1186
498 club Black Club Suit (U+2663) Symbol Publishing 0x0aec U+2663 70 1200
499 soliddiamond Black Diamond (U+25C6) Symbol VT Special 0x09e0 U+25C6 70 1112
500 diamond Black Diamond Suit (U+2666) Symbol Publishing 0x0aed U+2666 70 1201
501 filledtribulletdown Black Down-pointing Triangle (U+25BC) Symbol Publishing 0x0ae9 U+25BC 70 1197
502 heart Black Heart Suit (U+2665) Symbol Publishing 0x0aee U+2665 70 1202
503 filledlefttribullet Black Left-pointing Triangle (U+25C0) Symbol Publishing 0x0adc U+25C0 70 1184
504 filledrectbullet Black Rectangle (U+25AC) Symbol Publishing 0x0adb U+25AC 70 1183
505 filledrighttribullet Black Right-pointing Triangle (U+25B6) Symbol Publishing 0x0add U+25B6 70 1185
506 enfilledsqbullet Black Small Square (U+25AA) Symbol Publishing 0x0ae7 U+25AA 70 1195
507 telephone Black Telephone (U+260E) Symbol Publishing 0x0af9 U+260E 70 1212
508 filledtribulletup Black Up-pointing Triangle (U+25B2) Symbol Publishing 0x0ae8 U+25B2 70 1196
509 emfilledrect Black Vertical Rectangle (U+25AE) Symbol Publishing 0x0adf U+25AE 70 1187
510 hpblock Block Symbol Symbol 0x100000fc 70 2344
511 botintegral Bottom Half Integral (U+2321) Symbol VT Technical 0x08a5 U+2321 70 1066
512 topt Box Drawings Light Down And Horizontal (U+252C) Symbol VT Special 0x09f7 U+252C 70 1133
513 uprightcorner Box Drawings Light Down And Left (U+2510) Symbol VT Special 0x09eb U+2510 70 1121
514 upleftcorner Box Drawings Light Down And Right (U+250C) Symbol VT Special 0x09ec U+250C 70 1122
515 topleftradical Box Drawings Light Down And Right (U+250C) Symbol VT Technical 0x08a2 U+250C 70 1063
516 horizlinescan5 Box Drawings Light Horizontal (U+2500) Symbol VT Special 0x09f1 U+2500 70 1127
517 horizconnector Box Drawings Light Horizontal (U+2500) Symbol VT Technical 0x08a3 U+2500 70 1064
518 bott Box Drawings Light Up And Horizontal (U+2534) Symbol VT Special 0x09f6 U+2534 70 1132
519 lowrightcorner Box Drawings Light Up And Left (U+2518) Symbol VT Special 0x09ea U+2518 70 1120
520 lowleftcorner Box Drawings Light Up And Right (U+2514) Symbol VT Special 0x09ed U+2514 70 1123
521 vertbar Box Drawings Light Vertical (U+2502) Symbol VT Special 0x09f8 U+2502 70 1134
522 vertconnector Box Drawings Light Vertical (U+2502) Symbol VT Technical 0x08a6 U+2502 70 1067
523 crossinglines Box Drawings Light Vertical And Horizontal (U+253C) Symbol VT Special 0x09ee U+253C 70 1124
524 rightt Box Drawings Light Vertical And Left (U+2524) Symbol VT Special 0x09f5 U+2524 70 1131
525 leftt Box Drawings Light Vertical And Right (U+251C) Symbol VT Special 0x09f4 U+251C 70 1130
526 breve Breve (U+02D8) Symbol Latin 2 0x01a2 U+02D8 70 544
527 brokenbar Broken Bar (U+00A6) Symbol Latin 1 0x00a6 U+00A6 70 449
528 enfilledcircbullet Bullet (U+2022) Symbol Publishing 0x0ae6 U+2022 70 1194
529 careof Care Of (U+2105) Symbol Publishing 0x0ab8 U+2105 70 1156
530 caret Caret (U+2038) Symbol Publishing 0x0afc U+2038 70 1215
531 caron Caron (U+02C7) Symbol Latin 2 0x01b7 U+02C7 70 559
532 cedilla Cedilla (U+00B8) Symbol Latin 1 0x00b8 U+00B8 70 467
533 cent Cent Sign (U+00A2) Symbol Currency 0x00a2 U+00A2 70 445
534 checkmark Check Mark (U+2713) Symbol Publishing 0x0af3 U+2713 70 1206
535 asciicircum Circumflex Accent (U+005E) Symbol Latin 1 0x005e U+005E 70 409
536 ColonSign Colon Sign (U+20A1) Symbol Currency 0x10020a1 U+20A1 70 1709
537 at Commercial At (U+0040) Symbol Latin 1 0x0040 U+0040 70 379
538 containsas Contains As Member (U+220b) Symbol Symbol 0x100220B U+220B 70 1742
539 copyright Copyright Sign (U+00A9) Symbol Latin 1 0x00a9 U+00A9 70 452
540 CruzeiroSign Cruzeiro Sign (U+20A2) Symbol Currency 0x10020a2 U+20A2 70 1710
541 cuberoot Cube Root (U+221b) Symbol Symbol 0x100221B U+221B 70 1744
542 currency Currency Sign (U+00A4) Symbol Currency 0x00a4 U+00A4 70 447
543 dagger Dagger (U+2020) Symbol Publishing 0x0af1 U+2020 70 1204
544 degree Degree Sign (U+00B0) Symbol Latin 1 0x00b0 U+00B0 70 459
545 quoteleft deprecated Symbol Latin 1 0x0060 U+0060 70 412
546 guilder Deprecated: Guilder Symbol Currency 0x100000be 70 2403
547 lira Deprecated: Lira Symbol Currency 0x100000af 70 2402
548 longminus Deprecated: Long Minus Symbol Symbol 0x100000f6 70 2405
549 diaeresis Diaeresis (U+00A8) Symbol Latin 1 0x00a8 U+00A8 70 451
550 division Division Sign (U+00F7) Symbol Latin 1 0x00f7 U+00F7 70 533
551 dollar Dollar Sign (U+0024) Symbol Latin 1 0x0024 U+0024 70 350
552 DongSign Dong Sign (U+20AB) Symbol Currency 0x10020ab U+20AB 70 1719
553 abovedot Dot Above (U+02D9) Symbol Latin 2 0x01ff U+02D9 70 599
554 doubleacute Double Acute Accent (U+02DD) Symbol Latin 2 0x01bd U+02DD 70 564
555 doubledagger Double Dagger (U+2021) Symbol Publishing 0x0af2 U+2021 70 1205
556 dintegral Double Integral (U+222c) Symbol Symbol 0x100222C U+222C 70 1746
557 seconds Double Prime (U+2033) Symbol Publishing 0x0ad7 U+2033 70 1180
558 uptack Down Tack (U+22A4) Symbol APL 0x0bce U+22A4 70 1230
559 downarrow Downwards Arrow (U+2193) Symbol VT Technical 0x08fe U+2193 70 1110
560 elementof Element Of (U+2208) Symbol Symbol 0x1002208 U+2208 70 1740
561 equal Equals Sign (U+003D) Symbol Latin 1 0x003d U+003D 70 376
562 EuroSign Euro Sign (U+20AC) Symbol Currency 0x20ac U+20AC 70 1720
563 EcuSign Euro-currency Sign (U+20A0) Symbol Currency 0x10020a0 U+20A0 70 1708
564 femalesymbol Female Sign (U+2640) Symbol Publishing 0x0af8 U+2640 70 1211
565 ordfeminine Feminine Ordinal Indicator (U+00AA) Symbol Latin 1 0x00aa U+00AA 70 453
566 fourthroot Fourth Root (U+221c) Symbol Symbol 0x100221C U+221C 70 1745
567 FFrancSign French Franc Sign (U+20A3) Symbol Currency 0x10020a3 U+20A3 70 1711
568 grave Grave Accent (U+0060) Symbol Latin 1 0x0060 U+0060 70 411
569 greaterthanequal Greater-than Or Equal To (U+2265) Symbol VT Technical 0x08be U+2265 70 1087
570 rightcaret Greater-than Sign (U+003E) Symbol APL 0x0ba6 U+003E 70 1220
571 greater Greater-than Sign (U+003E) Symbol Latin 1 0x003e U+003E 70 377
572 hpguilder Guilder (hp) Symbol Currency 0x100000be 70 2340
573 horizlinescan1 Horizontal Scan Line-1 (U+23BA) Symbol VT Special 0x09ef U+23BA 70 1125
574 horizlinescan3 Horizontal Scan Line-3 (U+23BB) Symbol VT Special 0x09f0 U+23BB 70 1126
575 horizlinescan7 Horizontal Scan Line-7 (U+23BC) Symbol VT Special 0x09f2 U+23BC 70 1128
576 horizlinescan9 Horizontal Scan Line-9 (U+23BD) Symbol VT Special 0x09f3 U+23BD 70 1129
577 identical Identical To (U+2261) Symbol VT Technical 0x08cf U+2261 70 1097
578 infinity Infinity (U+221E) Symbol VT Technical 0x08c2 U+221E 70 1091
579 integral Integral (U+222B) Symbol VT Technical 0x08bf U+222B 70 1088
580 upshoe Intersection (U+2229) Symbol APL 0x0bc3 U+2229 70 1225
581 intersection Intersection (U+2229) Symbol VT Technical 0x08dc U+2229 70 1101
582 latincross Latin Cross (U+271D) Symbol Publishing 0x0ad9 U+271D 70 1181
583 function Latin Small Letter f + Hook (U+ 0192) Symbol VT Technical 0x08f6 U+0192 70 1106
584 upstile Left Ceiling (U+2308) Symbol APL 0x0bd3 U+2308 70 1232
585 leftmiddlecurlybrace Left Curly Bracket Middle Piece (U+23A8) Symbol VT Technical 0x08af U+23A8 70 1076
586 leftdoublequotemark Left Double Quotation Mark (U+201C) Symbol Publishing 0x0ad2 U+201C 70 1175
587 downstile Left Floor (U+230A) Symbol APL 0x0bc4 U+230A 70 1226
588 botleftparens Left Parenthesis Lower Hook (U+239D) Symbol VT Technical 0x08ac U+239D 70 1073
589 topleftparens Left Parenthesis Upper Hook (U+239B) Symbol VT Technical 0x08ab U+239B 70 1072
590 ifonlyif Left Right Double Arrow (U+21D4) Symbol VT Technical 0x08cd U+21D4 70 1095
591 leftsinglequotemark Left Single Quotation Mark (U+2018) Symbol Publishing 0x0ad0 U+2018 70 1173
592 botleftsqbracket Left Square Bracket Lower Corner (U+23A3) Symbol VT Technical 0x08a8 U+23A3 70 1069
593 topleftsqbracket Left Square Bracket Upper Corner (U+23A1) Symbol VT Technical 0x08a7 U+23A1 70 1068
594 righttack Left Tack (U+22A3) Symbol APL 0x0bfc U+22A3 70 1237
595 leftarrow Leftwards Arrow (U+2190) Symbol VT Technical 0x08fb U+2190 70 1107
596 lessthanequal Less-than Or Equal To (U+2264) Symbol VT Technical 0x08bc U+2264 70 1085
597 leftcaret Less-than Sign (U+003C) Symbol APL 0x0ba3 U+003C 70 1219
598 less Less-than Sign (U+003C) Symbol Latin 1 0x003c U+003C 70 375
599 hplira Lira Symbol Currency 0x100000af 70 2339
600 LiraSign Lira Sign (U+20A4) Symbol Currency 0x10020a4 U+20A4 70 1712
601 upcaret Logical AND (U+2227) Symbol APL 0x0ba9 U+2227 70 1222
602 logicaland Logical AND (U+2227) Symbol VT Technical 0x08de U+2227 70 1103
603 downcaret Logical OR (U+2228) Symbol APL 0x0ba8 U+2228 70 1221
604 logicalor Logical OR (U+2228) Symbol VT Technical 0x08df U+2228 70 1104
605 hplongminus Long Minus Symbol Symbol 0x100000f6 70 2343
606 underbar Low Line (U+005F) Symbol APL 0x0bc6 U+005F 70 1227
607 overbar Macron (U+00AF) Symbol APL 0x0bc0 U+00AF 70 1223
608 macron Macron (U+00AF) Symbol Latin 1 0x00af U+00AF 70 458
609 malesymbol Male Sign (U+2642) Symbol Publishing 0x0af7 U+2642 70 1210
610 maltesecross Maltese Cross (U+2720) Symbol Publishing 0x0af0 U+2720 70 1203
611 masculine Masculine Ordinal Indicator (U+00BA) Symbol Latin 1 0x00ba U+00BA 70 469
612 leftanglebracket Mathematical Left Angle Bracket (U+27E8) Symbol Publishing 0x0abc U+27E8 70 1158
613 rightanglebracket Mathematical Right Angle Bracket (U+27E9) Symbol Publishing 0x0abe U+27E9 70 1160
614 checkerboard Medium Shade (U+2592) Symbol VT Special 0x09e1 U+2592 70 1113
615 mu Micro Sign (U+00B5) Symbol Latin 1 0x00b5 U+00B5 70 464
616 MillSign Mill Sign (U+20A5) Symbol Currency 0x10020a5 U+20A5 70 1713
617 multiply Multiplication Sign (U+00D7) Symbol Latin 1 0x00d7 U+00D7 70 499
618 musicalflat Music Flat Sign (U+266D) Symbol Publishing 0x0af6 U+266D 70 1209
619 musicalsharp Music Sharp Sign (U+266F) Symbol Publishing 0x0af5 U+266F 70 1208
620 nabla Nabla (U+2207) Symbol VT Technical 0x08c5 U+2207 70 1092
621 NairaSign Naira Sign (U+20A6) Symbol Currency 0x10020a6 U+20A6 70 1714
622 NewSheqelSign New Sheqel Sign (U+20AA) Symbol Currency 0x10020aa U+20AA 70 1718
623 notapproxeq Not Almost Equal To (U+2247) Symbol Symbol 0x1002247 U+2247 70 1750
624 notelementof Not An Element Of (U+2209) Symbol Symbol 0x1002209 U+2209 70 1741
625 notequal Not Equal To (U+2260) Symbol VT Technical 0x08bd U+2260 70 1086
626 notidentical Not Identical To (U+2262) Symbol Symbol 0x1002262 U+2262 70 1751
627 notsign Not Sign (U+00AC) Symbol Latin 1 0x00ac U+00AC 70 455
628 emptyset Null Set (U+2205) Symbol Symbol 0x1002205 U+2205 70 1739
629 numbersign Number Sign (U+0023) Symbol Latin 1 0x0023 U+0023 70 349
630 numerosign Numero Sign (U+2116) Symbol Cyrillic 0x06b0 U+2116 70 900
631 ogonek Ogonek (U+02DB) Symbol Latin 2 0x01b2 U+02DB 70 555
632 signifblank Open Box (U+2423) Symbol Publishing 0x0aac U+2423 70 1145
633 partdifferential Partial Differential (U+2202) Symbol Symbol 0x1002202 U+2202 70 1738
634 partialderivative Partial Differential (U+2202) Symbol VT Technical 0x08ef U+2202 70 1105
635 permille Per Mille Sign (U+2030) Symbol Publishing 0x0ad5 U+2030 70 1178
636 percent Percent Sign (U+0025) Symbol Latin 1 0x0025 U+0025 70 351
637 PesetaSign Peseta Sign (U+20A7) Symbol Currency 0x10020a7 U+20A7 70 1715
638 plus Plus Sign (U+002B) Symbol Latin 1 0x002b U+002B 70 358
639 plusminus Plus-minus Sign (U+00B1) Symbol Latin 1 0x00b1 U+00B1 70 460
640 sterling Pound Sign (U+00A3) Symbol Currency 0x00a3 U+00A3 70 446
641 prescription Prescription Take (U+211E) Symbol Publishing 0x0ad4 U+211E 70 1177
642 minutes Prime (U+2032) Symbol Publishing 0x0ad6 U+2032 70 1179
643 variation Proportional To (U+221D) Symbol VT Technical 0x08c1 U+221D 70 1090
644 cursor Publishing cursor Symbol Publishing 0x0aff 70 1218
645 hexagram Publishing hexagram Symbol Publishing 0x0ada 70 1182
646 marker Publishing marker Symbol Publishing 0x0abf 70 1161
647 trademarkincircle Publishing trademark in circle Symbol Publishing 0x0acb 70 1168
648 leftradical Radical Symbol Bottom (U+23B7) Symbol VT Technical 0x08a1 U+23B7 70 1062
649 registered Registered Sign (U+00AE) Symbol Latin 1 0x00ae U+00AE 70 457
650 backslash Reverse Solidus (U+005C) Symbol Latin 1 0x005c U+005C 70 407
651 rightmiddlecurlybrace Right Curly Bracket Middle Piece (U+23AC) Symbol VT Technical 0x08b0 U+23AC 70 1077
652 rightdoublequotemark Right Double Quotation Mark (U+201D) Symbol Publishing 0x0ad3 U+201D 70 1176
653 botrightparens Right Parenthesis Lower Hook (U+23A0) Symbol VT Technical 0x08ae U+23A0 70 1075
654 toprightparens Right Parenthesis Upper Hook (U+239E) Symbol VT Technical 0x08ad U+239E 70 1074
655 rightsinglequotemark Right Single Quotation Mark (U+2019) Symbol Publishing 0x0ad1 U+2019 70 1174
656 botrightsqbracket Right Square Bracket Lower Corner (U+23A6) Symbol VT Technical 0x08aa U+23A6 70 1071
657 toprightsqbracket Right Square Bracket Upper Corner (U+23A4) Symbol VT Technical 0x08a9 U+23A4 70 1070
658 lefttack Right Tack (U+22A2) Symbol APL 0x0bdc U+22A2 70 1236
659 rightarrow Rightwards Arrow (U+2192) Symbol VT Technical 0x08fd U+2192 70 1109
660 implies Rightwards Double Arrow (U+21D2) Symbol VT Technical 0x08ce U+21D2 70 1096
661 jot Ring Operator (U+2218) Symbol APL 0x0bca U+2218 70 1228
662 RupeeSign Rupee Sign (U+20A8) Symbol Currency 0x10020a8 U+20A8 70 1716
663 signaturemark Saltire (U+2613) Symbol Publishing 0x0aca U+2613 70 1167
664 section Section Sign (U+00A7) Symbol Latin 1 0x00a7 U+00A7 70 450
665 slash Solidus (U+002F) Symbol Latin 1 0x002f U+002F 70 362
666 phonographcopyright Sound Recording Copyright (U+2117) Symbol Publishing 0x0afb U+2117 70 1214
667 squareroot Square Root (U+221a) Symbol Symbol 0x100221A U+221A 70 1743
668 radical Square Root (U+221A) Symbol VT Technical 0x08d6 U+221A 70 1098
669 stricteq Strictly Equivalent To (U+2263) Symbol Symbol 0x1002263 U+2263 70 1752
670 leftshoe Subset Of (U+2282) Symbol APL 0x0bda U+2282 70 1235
671 includedin Subset Of (U+2282) Symbol VT Technical 0x08da U+2282 70 1099
672 rightshoe Superset Of (U+2283) Symbol APL 0x0bd8 U+2283 70 1234
673 includes Superset Of (U+2283) Symbol VT Technical 0x08db U+2283 70 1100
674 cr Symbol For Carriage Return (U+240D) Symbol VT Special 0x09e4 U+240D 70 1116
675 ff Symbol For Form Feed (U+240C) Symbol VT Special 0x09e3 U+240C 70 1115
676 ht Symbol For Horizontal Tabulation (U+2409) Symbol VT Special 0x09e2 U+2409 70 1114
677 lf Symbol For Line Feed (U+240A) Symbol VT Special 0x09e5 U+240A 70 1117
678 nl Symbol For Newline (U+2424) Symbol VT Special 0x09e8 U+2424 70 1118
679 vt Symbol For Vertical Tabulation (U+240B) Symbol VT Special 0x09e9 U+240B 70 1119
680 telephonerecorder Telephone Recorder (U+2315) Symbol Publishing 0x0afa U+2315 70 1213
681 Thai_baht Thai Currency Symbol Baht (U+0e3f) Symbol Currency 0x0ddf U+0E3F 70 1337
682 Thai_maihanakat_maitho Thai Thai Maihanakat Maitho Symbol Thai 0x0dde 70 1336
683 therefore Therefore (U+2234) Symbol VT Technical 0x08c0 U+2234 70 1089
684 asciitilde Tilde (U+007E) Symbol Latin 1 0x007e U+007E 70 442
685 approximate Tilde Operator (U+223C) Symbol VT Technical 0x08c8 U+223C 70 1093
686 topintegral Top Half Integral (U+2320) Symbol VT Technical 0x08a4 U+2320 70 1065
687 trademark Trade Mark Sign (U+2122) Symbol Publishing 0x0ac9 U+2122 70 1166
688 tintegral Triple Integral (U+222d) Symbol Symbol 0x100222D U+222D 70 1747
689 downshoe Union (U+222A) Symbol APL 0x0bd6 U+222A 70 1233
690 union Union (U+222A) Symbol VT Technical 0x08dd U+222A 70 1102
691 downtack Up Tack (U+22A5) Symbol APL 0x0bc2 U+22A5 70 1224
692 uparrow Upwards Arrow (U+2191) Symbol VT Technical 0x08fc U+2191 70 1108
693 bar Vertical Line (U+007C) Symbol Latin 1 0x007c U+007C 70 440
694 blank VT Technical Blank Symbol VT Technical 0x09df 70 1111
695 botleftsummation VT Technical Bottom Left Summation Symbol VT Technical 0x08b2 70 1079
696 botrightsummation VT Technical Bottom Right Summation Symbol VT Technical 0x08b6 70 1083
697 botvertsummationconnector VT Technical Bottom Verticle Summation Connector Symbol VT Technical 0x08b4 70 1081
698 rightmiddlesummation VT Technical Right Middle Summation Symbol VT Technical 0x08b7 70 1084
699 topleftsummation VT Technical Top Left Summation Symbol VT Technical 0x08b1 70 1078
700 toprightsummation VT Technical Top Right Summation Symbol VT Technical 0x08b5 70 1082
701 topvertsummationconnector VT Technical Top Vert Summation Connector Symbol VT Technical 0x08b3 70 1080
702 enopencircbullet White Bullet (U+25E6) Symbol Publishing 0x0ae0 U+25E6 70 1188
703 circle White Circle (U+25CB) Symbol APL 0x0bcf U+25CB 70 1231
704 emopencircle White Circle (U+25CB) Symbol Publishing 0x0ace U+25CB 70 1171
705 opentribulletdown White Down-pointing Triangle (U+25BD) Symbol Publishing 0x0ae4 U+25BD 70 1192
706 leftpointer White Left Pointing Index (U+261C) Symbol Publishing 0x0aea U+261C 70 1198
707 leftopentriangle White Left-pointing Triangle (U+25C1) Symbol Publishing 0x0acc U+25C1 70 1169
708 openrectbullet White Rectangle (U+25AD) Symbol Publishing 0x0ae2 U+25AD 70 1190
709 rightpointer White Right Pointing Index (U+261E) Symbol Publishing 0x0aeb U+261E 70 1199
710 rightopentriangle White Right-pointing Triangle (U+25B7) Symbol Publishing 0x0acd U+25B7 70 1170
711 enopensquarebullet White Small Square (U+25AB) Symbol Publishing 0x0ae1 U+25AB 70 1189
712 openstar White Star (U+2606) Symbol Publishing 0x0ae5 U+2606 70 1193
713 opentribulletup White Up-pointing Triangle (U+25B3) Symbol Publishing 0x0ae3 U+25B3 70 1191
714 emopenrectangle White Vertical Rectangle (U+25AF) Symbol Publishing 0x0acf U+25AF 70 1172
715 Korean_Won Won Sign (U+20a9) Symbol Currency 0x0eff U+20A9 70 1468
716 WonSign Won Sign (U+20A9) Symbol Currency 0x10020a9 U+20A9 70 1717
717 yen Yen Sign (U+00A5) Symbol Currency 0x00a5 U+00A5 70 448
718 Arabic_8 Arabic-Indic Digit Eight (U+0668) Number Arabic 0x1000668 U+0668 80 784
719 Arabic_5 Arabic-Indic Digit Five (U+0665) Number Arabic 0x1000665 U+0665 80 781
720 Arabic_4 Arabic-Indic Digit Four (U+0664) Number Arabic 0x1000664 U+0664 80 780
721 Arabic_9 Arabic-Indic Digit Nine (U+0669) Number Arabic 0x1000669 U+0669 80 785
722 Arabic_1 Arabic-Indic Digit One (U+0661) Number Arabic 0x1000661 U+0661 80 777
723 Arabic_7 Arabic-Indic Digit Seven (U+0667) Number Arabic 0x1000667 U+0667 80 783
724 Arabic_6 Arabic-Indic Digit Six (U+0666) Number Arabic 0x1000666 U+0666 80 782
725 Arabic_3 Arabic-Indic Digit Three (U+0663) Number Arabic 0x1000663 U+0663 80 779
726 Arabic_2 Arabic-Indic Digit Two (U+0662) Number Arabic 0x1000662 U+0662 80 778
727 Arabic_0 Arabic-Indic Digit Zero (U+0660) Number Arabic 0x1000660 U+0660 80 776
728 8 Digit Eight (U+0038) Number Latin 1 0x0038 U+0038 80 371
729 5 Digit Five (U+0035) Number Latin 1 0x0035 U+0035 80 368
730 4 Digit Four (U+0034) Number Latin 1 0x0034 U+0034 80 367
731 9 Digit Nine (U+0039) Number Latin 1 0x0039 U+0039 80 372
732 1 Digit One (U+0031) Number Latin 1 0x0031 U+0031 80 364
733 7 Digit Seven (U+0037) Number Latin 1 0x0037 U+0037 80 370
734 6 Digit Six (U+0036) Number Latin 1 0x0036 U+0036 80 369
735 3 Digit Three (U+0033) Number Latin 1 0x0033 U+0033 80 366
736 2 Digit Two (U+0032) Number Latin 1 0x0032 U+0032 80 365
737 0 Digit Zero (U+0030) Number Latin 1 0x0030 U+0030 80 363
738 KP_Equal Equals Number Keypad 0xffbd 80 81
739 Farsi_8 Extended Arabic-Indic Digit Eight (U+06f8) Number Arabic 0x10006f8 U+06F8 80 765
740 Farsi_5 Extended Arabic-Indic Digit Five (U+06f5) Number Arabic 0x10006f5 U+06F5 80 762
741 Farsi_4 Extended Arabic-Indic Digit Four (U+06f4) Number Arabic 0x10006f4 U+06F4 80 761
742 Farsi_9 Extended Arabic-Indic Digit Nine (U+06f9) Number Arabic 0x10006f9 U+06F9 80 766
743 Farsi_1 Extended Arabic-Indic Digit One (U+06f1) Number Arabic 0x10006f1 U+06F1 80 758
744 Farsi_7 Extended Arabic-Indic Digit Seven (U+06f7) Number Arabic 0x10006f7 U+06F7 80 764
745 Farsi_6 Extended Arabic-Indic Digit Six (U+06f6) Number Arabic 0x10006f6 U+06F6 80 763
746 Farsi_3 Extended Arabic-Indic Digit Three (U+06f3) Number Arabic 0x10006f3 U+06F3 80 760
747 Farsi_2 Extended Arabic-Indic Digit Two (U+06f2) Number Arabic 0x10006f2 U+06F2 80 759
748 Farsi_0 Extended Arabic-Indic Digit Zero (U+06f0) Number Arabic 0x10006f0 U+06F0 80 757
749 KP_0 Keypad 0 Number Keypad 0xffb0 80 88
750 KP_1 Keypad 1 Number Keypad 0xffb1 80 89
751 KP_2 Keypad 2 Number Keypad 0xffb2 80 90
752 KP_3 Keypad 3 Number Keypad 0xffb3 80 91
753 KP_4 Keypad 4 Number Keypad 0xffb4 80 92
754 KP_5 Keypad 5 Number Keypad 0xffb5 80 93
755 KP_6 Keypad 6 Number Keypad 0xffb6 80 94
756 KP_7 Keypad 7 Number Keypad 0xffb7 80 95
757 KP_8 Keypad 8 Number Keypad 0xffb8 80 96
758 KP_9 Keypad 9 Number Keypad 0xffb9 80 97
759 KP_Add Keypad Add Number Keypad 0xffab 80 83
760 KP_Decimal Keypad Decimal Number Keypad 0xffae 80 86
761 KP_Divide Keypad Divide Number Keypad 0xffaf 80 87
762 KP_Multiply Keypad Multiply Number Keypad 0xffaa 80 82
763 KP_Separator Keypad Separator (often comma) Number Keypad 0xffac 80 84
764 KP_Subtract Keypad Subtract Number Keypad 0xffad 80 85
765 eightsubscript Subscript Eight (U+2088) Number Latin 0x1002088 U+2088 80 1736
766 fivesubscript Subscript Five (U+2085) Number Latin 0x1002085 U+2085 80 1733
767 foursubscript Subscript Four (U+2084) Number Latin 0x1002084 U+2084 80 1732
768 ninesubscript Subscript Nine (U+2089) Number Latin 0x1002089 U+2089 80 1737
769 onesubscript Subscript One (U+2081) Number Latin 0x1002081 U+2081 80 1729
770 sevensubscript Subscript Seven (U+2087) Number Latin 0x1002087 U+2087 80 1735
771 sixsubscript Subscript Six (U+2086) Number Latin 0x1002086 U+2086 80 1734
772 threesubscript Subscript Three (U+2083) Number Latin 0x1002083 U+2083 80 1731
773 twosubscript Subscript Two (U+2082) Number Latin 0x1002082 U+2082 80 1730
774 zerosubscript Subscript Zero (U+2080) Number Latin 0x1002080 U+2080 80 1728
775 eightsuperior Superscript Eight (U+2078) Number Latin 0x1002078 U+2078 80 1726
776 fivesuperior Superscript Five (U+2075) Number Latin 0x1002075 U+2075 80 1723
777 foursuperior Superscript Four (U+2074) Number Latin 0x1002074 U+2074 80 1722
778 ninesuperior Superscript Nine (U+2079) Number Latin 0x1002079 U+2079 80 1727
779 onesuperior Superscript One (U+00B9) Number Latin 1 0x00b9 U+00B9 80 468
780 sevensuperior Superscript Seven (U+2077) Number Latin 0x1002077 U+2077 80 1725
781 sixsuperior Superscript Six (U+2076) Number Latin 0x1002076 U+2076 80 1724
782 threesuperior Superscript Three (U+00B3) Number Latin 1 0x00b3 U+00B3 80 462
783 twosuperior Superscript Two (U+00B2) Number Latin 1 0x00b2 U+00B2 80 461
784 zerosuperior Superscript Zero (U+2070) Number Latin 0x1002070 U+2070 80 1721
785 Thai_lekpaet Thai Digit Eight (U+0e58) Number Thai 0x0df8 U+0E58 80 1360
786 Thai_lekha Thai Digit Five (U+0e55) Number Thai 0x0df5 U+0E55 80 1357
787 Thai_leksi Thai Digit Four (U+0e54) Number Thai 0x0df4 U+0E54 80 1356
788 Thai_lekkao Thai Digit Nine (U+0e59) Number Thai 0x0df9 U+0E59 80 1361
789 Thai_leknung Thai Digit One (U+0e51) Number Thai 0x0df1 U+0E51 80 1353
790 Thai_lekchet Thai Digit Seven (U+0e57) Number Thai 0x0df7 U+0E57 80 1359
791 Thai_lekhok Thai Digit Six (U+0e56) Number Thai 0x0df6 U+0E56 80 1358
792 Thai_leksam Thai Digit Three (U+0e53) Number Thai 0x0df3 U+0E53 80 1355
793 Thai_leksong Thai Digit Two (U+0e52) Number Thai 0x0df2 U+0E52 80 1354
794 Thai_leksun Thai Digit Zero (U+0e50) Number Thai 0x0df0 U+0E50 80 1352
795 fiveeighths Vulgar Fraction Five Eighths (U+215D) Number Publishing 0x0ac5 U+215D 80 1164
796 fivesixths Vulgar Fraction Five Sixths (U+215A) Number Publishing 0x0ab7 U+215A 80 1155
797 fourfifths Vulgar Fraction Four Fifths (U+2158) Number Publishing 0x0ab5 U+2158 80 1153
798 oneeighth Vulgar Fraction One Eighth (U+215B) Number Publishing 0x0ac3 U+215B 80 1162
799 onefifth Vulgar Fraction One Fifth (U+2155) Number Publishing 0x0ab2 U+2155 80 1150
800 onehalf Vulgar Fraction One Half (U+00BD) Number Latin 1 0x00bd U+00BD 80 472
801 onequarter Vulgar Fraction One Quarter (U+00BC) Number Latin 1 0x00bc U+00BC 80 471
802 onesixth Vulgar Fraction One Sixth (U+2159) Number Publishing 0x0ab6 U+2159 80 1154
803 onethird Vulgar Fraction One Third (U+2153) Number Publishing 0x0ab0 U+2153 80 1148
804 seveneighths Vulgar Fraction Seven Eighths (U+215E) Number Publishing 0x0ac6 U+215E 80 1165
805 threeeighths Vulgar Fraction Three Eighths (U+215C) Number Publishing 0x0ac4 U+215C 80 1163
806 threefifths Vulgar Fraction Three Fifths (U+2157) Number Publishing 0x0ab4 U+2157 80 1152
807 threequarters Vulgar Fraction Three Quarters (U+00BE) Number Latin 1 0x00be U+00BE 80 473
808 twofifths Vulgar Fraction Two Fifths (U+2156) Number Publishing 0x0ab3 U+2156 80 1151
809 twothirds Vulgar Fraction Two Thirds (U+2154) Number Publishing 0x0ab1 U+2154 80 1149
810 apostrophe Apostrophe (U+0027) Punctuation Latin 1 0x0027 U+0027 80 353
811 Arabic_comma Arabic Comma (U+060c) Punctuation Arabic 0x05ac U+060C 80 774
812 Arabic_damma Arabic Damma (U+064f) Punctuation Arabic 0x05ef U+064F 80 830
813 Arabic_dammatan Arabic Dammatan (U+064c) Punctuation Arabic 0x05ec U+064C 80 827
814 Arabic_fatha Arabic Fatha (U+064e) Punctuation Arabic 0x05ee U+064E 80 829
815 Arabic_fathatan Arabic Fathatan (U+064b) Punctuation Arabic 0x05eb U+064B 80 826
816 Arabic_fullstop Arabic Full Stop (U+06d4) Punctuation Arabic 0x10006d4 U+06D4 80 775
817 Arabic_hamza_above Arabic Hamza Above (U+0654) Punctuation Arabic 0x1000654 U+0654 80 835
818 Arabic_hamza_below Arabic Hamza Below (U+0655) Punctuation Arabic 0x1000655 U+0655 80 836
819 Arabic_kasra Arabic Kasra (U+0650) Punctuation Arabic 0x05f0 U+0650 80 831
820 Arabic_kasratan Arabic Kasratan (U+064d) Punctuation Arabic 0x05ed U+064D 80 828
821 Arabic_question_mark Arabic Question Mark (U+061f) Punctuation Arabic 0x05bf U+061F 80 787
822 Arabic_semicolon Arabic Semicolon (U+061b) Punctuation Arabic 0x05bb U+061B 80 786
823 Arabic_shadda Arabic Shadda (U+0651) Punctuation Arabic 0x05f1 U+0651 80 832
824 Arabic_sukun Arabic Sukun (U+0652) Punctuation Arabic 0x05f2 U+0652 80 833
825 Arabic_tatweel Arabic Tatweel (U+0640) Punctuation Arabic 0x05e0 U+0640 80 814
826 Armenian_apostrophe Armenian Apostrophe (U+055a) Punctuation Armenian 0x100055a U+055A 80 1558
827 Armenian_separation_mark Armenian Comma (U+055d) Punctuation Armenian 0x100055d U+055D 80 1472
828 Armenian_but Armenian Comma (U+055d) Punctuation Armenian 0x100055d U+055D 80 1473
829 Armenian_accent Armenian Emphasis Mark (U+055b) Punctuation Armenian 0x100055b U+055B 80 1478
830 Armenian_shesht Armenian Emphasis Mark (U+055b) Punctuation Armenian 0x100055b U+055B 80 1479
831 Armenian_exclam Armenian Exclamation Mark (U+055c) Punctuation Armenian 0x100055c U+055C 80 1476
832 Armenian_amanak Armenian Exclamation Mark (U+055c) Punctuation Armenian 0x100055c U+055C 80 1477
833 Armenian_full_stop Armenian Full Stop (U+0589) Punctuation Armenian 0x1000589 U+0589 80 1470
834 Armenian_verjaket Armenian Full Stop (U+0589) Punctuation Armenian 0x1000589 U+0589 80 1471
835 Armenian_hyphen Armenian Hyphen (U+058a) Punctuation Armenian 0x100058a U+058A 80 1474
836 Armenian_yentamna Armenian Hyphen (U+058a) Punctuation Armenian 0x100058a U+058A 80 1475
837 Armenian_question Armenian Question Mark (U+055e) Punctuation Armenian 0x100055e U+055E 80 1480
838 Armenian_paruyk Armenian Question Mark (U+055e) Punctuation Armenian 0x100055e U+055E 80 1481
839 colon Colon (U+003A) Punctuation Latin 1 0x003a U+003A 80 373
840 comma Comma (U+002C) Punctuation Latin 1 0x002c U+002C 80 359
841 kana_middledot deprecated Punctuation Japanese 0x04a5 U+30FB 80 693
842 quoteright deprecated Punctuation Latin 1 0x0027 U+0027 80 354
843 hebrew_doublelowline Double Low Line (U+2017) Punctuation Hebrew 0x0cdf U+2017 80 1238
844 doublelowquotemark Double Low Line Quotation Mark (U+201E) Punctuation Publishing 0x0afe U+201E 80 1217
845 emdash Em Dash (U+2014) Punctuation Publishing 0x0aa9 U+2014 80 1143
846 endash En Dash (U+2013) Punctuation Publishing 0x0aaa U+2013 80 1144
847 exclam Exclamation Mark (U+0021) Punctuation Latin 1 0x0021 U+0021 80 347
848 figdash Figure Dash (U+2012) Punctuation Publishing 0x0abb U+2012 80 1157
849 period Full Stop (U+002E) Punctuation Latin 1 0x002e U+002E 80 361
850 decimalpoint Full Stop (U+002E) Punctuation Publishing 0x0abd U+002E 80 1159
851 Greek_horizbar Horizontal Bar (U+2015) Punctuation Greek 0x07af U+2015 80 998
852 ellipsis Horizontal Ellipsis (U+2026) Punctuation Publishing 0x0aae U+2026 80 1146
853 minus Hyphen-minus (U+002D) Punctuation Latin 1 0x002d U+002D 80 360
854 kana_comma Ideographic Comma (U+3001) Punctuation Japanese 0x04a4 U+3001 80 691
855 kana_fullstop Ideographic Full Stop (U+3002) Punctuation Japanese 0x04a1 U+3002 80 688
856 exclamdown Inverted Exclamation Mark (U+00A1) Punctuation Latin 1 0x00a1 U+00A1 80 444
857 questiondown Inverted Question Mark (U+00BF) Punctuation Latin 1 0x00bf U+00BF 80 474
858 kana_conjunctive Katakana Middle Dot (U+30FB) Punctuation Japanese 0x04a5 U+30FB 80 692
859 prolongedsound Katakana-Hiragana Prolonged Sound Mark (U+30fc) Punctuation Japanese 0x04b0 U+30FC 80 705
860 semivoicedsound Katakana-Hiragana Semi-Voiced Sound Mark (U+309c) Punctuation Japanese 0x04df U+309C 80 755
861 voicedsound Katakana-Hiragana Voiced Sound Mark (U+309b) Punctuation Japanese 0x04de U+309B 80 754
862 kana_openingbracket Left Corner Bracket (U+300C) Punctuation Japanese 0x04a2 U+300C 80 689
863 braceleft Left Curly Bracket (U+007B) Punctuation Latin 1 0x007b U+007B 80 439
864 parenleft Left Parenthesis (U+0028) Punctuation Latin 1 0x0028 U+0028 80 355
865 bracketleft Left Square Bracket (U+005B) Punctuation Latin 1 0x005b U+005B 80 406
866 guillemotleft Left-pointing Double Angle Quotation Mark (U+00AB) Punctuation Latin 1 0x00ab U+00AB 80 454
867 periodcentered Middle Dot (U+00B7) Punctuation Latin 1 0x00b7 U+00B7 80 466
868 overline Overline (U+203E) Punctuation Japanese 0x047e U+203E 80 687
869 paragraph Pilcrow Sign (U+00B6) Punctuation Latin 1 0x00b6 U+00B6 80 465
870 question Question Mark (U+003F) Punctuation Latin 1 0x003f U+003F 80 378
871 quotedbl Quotation Mark (U+0022) Punctuation Latin 1 0x0022 U+0022 80 348
872 kana_closingbracket Right Corner Bracket (U+300D) Punctuation Japanese 0x04a3 U+300D 80 690
873 braceright Right Curly Bracket (U+007D) Punctuation Latin 1 0x007d U+007D 80 441
874 parenright Right Parenthesis (U+0029) Punctuation Latin 1 0x0029 U+0029 80 356
875 bracketright Right Square Bracket (U+005D) Punctuation Latin 1 0x005d U+005D 80 408
876 guillemotright Right-pointing Double Angle Quotation Mark (U+00BB) Punctuation Latin 1 0x00bb U+00BB 80 470
877 semicolon Semicolon (U+003B) Punctuation Latin 1 0x003b U+003B 80 374
878 singlelowquotemark Single Low Line Quotation Mark (U+201A) Punctuation Publishing 0x0afd U+201A 80 1216
879 doubbaselinedot Two Dot Leader (U+2025) Punctuation Publishing 0x0aaf U+2025 80 1147
880 Arabic_ain Arabic Letter Ain (U+0639) Arabic Arabic 0x05d9 U+0639 90 812
881 Arabic_alef Arabic Letter Alef (U+0627) Arabic Arabic 0x05c7 U+0627 90 794
882 Arabic_alefmaksura Arabic Letter Alef Maksura (U+0649) Arabic Arabic 0x05e9 U+0649 90 824
883 Arabic_hamzaonalef Arabic Letter Alef + Hamza Above (U+ 0623) Arabic Arabic 0x05c3 U+0623 90 790
884 Arabic_hamzaunderalef Arabic Letter Alef + Hamza Below (U+ 0625) Arabic Arabic 0x05c5 U+0625 90 792
885 Arabic_maddaonalef Arabic Letter Alef + Madda Above (U+ 0622) Arabic Arabic 0x05c2 U+0622 90 789
886 Arabic_beh Arabic Letter Beh (U+0628) Arabic Arabic 0x05c8 U+0628 90 795
887 Arabic_dad Arabic Letter Dad (U+0636) Arabic Arabic 0x05d6 U+0636 90 809
888 Arabic_dal Arabic Letter Dal (U+062f) Arabic Arabic 0x05cf U+062F 90 802
889 Arabic_ddal Arabic Letter Ddal (U+0688) Arabic Arabic 0x1000688 U+0688 90 772
890 Farsi_yeh Arabic Letter Farsi Yeh (U+06cc) Arabic Arabic 0x10006cc U+06CC 90 843
891 Arabic_farsi_yeh Arabic Letter Farsi Yeh (U+06cc) Arabic Arabic 0x10006cc U+06CC 90 844
892 Arabic_feh Arabic Letter Feh (U+0641) Arabic Arabic 0x05e1 U+0641 90 815
893 Arabic_gaf Arabic Letter Gaf (U+06af) Arabic Arabic 0x10006af U+06AF 90 840
894 Arabic_ghain Arabic Letter Ghain (U+063a) Arabic Arabic 0x05da U+063A 90 813
895 Arabic_hah Arabic Letter Hah (U+062d) Arabic Arabic 0x05cd U+062D 90 800
896 Arabic_hamza Arabic Letter Hamza (U+0621) Arabic Arabic 0x05c1 U+0621 90 788
897 Arabic_ha Arabic Letter Heh (U+0647) Arabic Arabic 0x05e7 U+0647 90 821
898 Arabic_heh_doachashmee Arabic Letter Heh Doachashmee (U+06be) Arabic Arabic 0x10006be U+06BE 90 842
899 Arabic_heh_goal Arabic Letter Heh Goal (U+06c1) Arabic Arabic 0x10006c1 U+06C1 90 846
900 Arabic_jeem Arabic Letter Jeem (U+062c) Arabic Arabic 0x05cc U+062C 90 799
901 Arabic_jeh Arabic Letter Jeh (U+0698) Arabic Arabic 0x1000698 U+0698 90 837
902 Arabic_kaf Arabic Letter Kaf (U+0643) Arabic Arabic 0x05e3 U+0643 90 817
903 Arabic_keheh Arabic Letter Keheh (U+06a9) Arabic Arabic 0x10006a9 U+06A9 90 839
904 Arabic_khah Arabic Letter Khah (U+062e) Arabic Arabic 0x05ce U+062E 90 801
905 Arabic_lam Arabic Letter Lam (U+0644) Arabic Arabic 0x05e4 U+0644 90 818
906 Arabic_meem Arabic Letter Meem (U+0645) Arabic Arabic 0x05e5 U+0645 90 819
907 Arabic_noon Arabic Letter Noon (U+0646) Arabic Arabic 0x05e6 U+0646 90 820
908 Arabic_noon_ghunna Arabic Letter Noon Ghunna (U+06ba) Arabic Arabic 0x10006ba U+06BA 90 841
909 Arabic_peh Arabic Letter Peh (U+067e) Arabic Arabic 0x100067e U+067E 90 770
910 Arabic_qaf Arabic Letter Qaf (U+0642) Arabic Arabic 0x05e2 U+0642 90 816
911 Arabic_ra Arabic Letter Reh (U+0631) Arabic Arabic 0x05d1 U+0631 90 804
912 Arabic_rreh Arabic Letter Rreh (U+0691) Arabic Arabic 0x1000691 U+0691 90 773
913 Arabic_sad Arabic Letter Sad (U+0635) Arabic Arabic 0x05d5 U+0635 90 808
914 Arabic_seen Arabic Letter Seen (U+0633) Arabic Arabic 0x05d3 U+0633 90 806
915 Arabic_sheen Arabic Letter Sheen (U+0634) Arabic Arabic 0x05d4 U+0634 90 807
916 Arabic_superscript_alef Arabic Letter Superscript Alef (U+0670) Arabic Arabic 0x1000670 U+0670 90 768
917 Arabic_tah Arabic Letter Tah (U+0637) Arabic Arabic 0x05d7 U+0637 90 810
918 Arabic_tcheh Arabic Letter Tcheh (U+0686) Arabic Arabic 0x1000686 U+0686 90 771
919 Arabic_teh Arabic Letter Teh (U+062a) Arabic Arabic 0x05ca U+062A 90 797
920 Arabic_tehmarbuta Arabic Letter Teh Marbuta (U+0629) Arabic Arabic 0x05c9 U+0629 90 796
921 Arabic_thal Arabic Letter Thal (U+0630) Arabic Arabic 0x05d0 U+0630 90 803
922 Arabic_theh Arabic Letter Theh (U+062b) Arabic Arabic 0x05cb U+062B 90 798
923 Arabic_tteh Arabic Letter Tteh (U+0679) Arabic Arabic 0x1000679 U+0679 90 769
924 Arabic_veh Arabic Letter Veh (U+06a4) Arabic Arabic 0x10006a4 U+06A4 90 838
925 Arabic_waw Arabic Letter Waw (U+0648) Arabic Arabic 0x05e8 U+0648 90 823
926 Arabic_hamzaonwaw Arabic Letter Waw + Hamza Above (U+ 0624) Arabic Arabic 0x05c4 U+0624 90 791
927 Arabic_yeh Arabic Letter Yeh (U+064a) Arabic Arabic 0x05ea U+064A 90 825
928 Arabic_yeh_baree Arabic Letter Yeh Barree (U+06d2) Arabic Arabic 0x10006d2 U+06D2 90 845
929 Arabic_hamzaonyeh Arabic Letter Yeh + Hamza Above (U+ 0626) Arabic Arabic 0x05c6 U+0626 90 793
930 Arabic_zah Arabic Letter Zah (U+0638) Arabic Arabic 0x05d8 U+0638 90 811
931 Arabic_zain Arabic Letter Zain (U+0632) Arabic Arabic 0x05d2 U+0632 90 805
932 Arabic_madda_above Arabic Maddah Above (U+0653) Arabic Arabic 0x1000653 U+0653 90 834
933 Arabic_heh deprecated Arabic Arabic 0x05e7 U+0647 90 822
934 Armenian_AYB Armenian Capital Letter Ayb (U+0531) Armenian Armenian 0x1000531 U+0531 90 1482
935 Armenian_BEN Armenian Capital Letter Ben (U+0532) Armenian Armenian 0x1000532 U+0532 90 1484
936 Armenian_TSA Armenian Capital Letter Ca (U+053e) Armenian Armenian 0x100053e U+053E 90 1508
937 Armenian_CHA Armenian Capital Letter Cha (U+0549) Armenian Armenian 0x1000549 U+0549 90 1530
938 Armenian_TCHE Armenian Capital Letter Cheh (U+0543) Armenian Armenian 0x1000543 U+0543 90 1518
939 Armenian_TSO Armenian Capital Letter Co (U+0551) Armenian Armenian 0x1000551 U+0551 90 1546
940 Armenian_DA Armenian Capital Letter Da (U+0534) Armenian Armenian 0x1000534 U+0534 90 1488
941 Armenian_YECH Armenian Capital Letter Ech (U+0535) Armenian Armenian 0x1000535 U+0535 90 1490
942 Armenian_E Armenian Capital Letter Eh (U+0537) Armenian Armenian 0x1000537 U+0537 90 1494
943 Armenian_AT Armenian Capital Letter Et (U+0538) Armenian Armenian 0x1000538 U+0538 90 1496
944 Armenian_FE Armenian Capital Letter Feh (U+0556) Armenian Armenian 0x1000556 U+0556 90 1556
945 Armenian_GHAT Armenian Capital Letter Ghad (U+0542) Armenian Armenian 0x1000542 U+0542 90 1516
946 Armenian_GIM Armenian Capital Letter Gim (U+0533) Armenian Armenian 0x1000533 U+0533 90 1486
947 Armenian_HO Armenian Capital Letter Ho (U+0540) Armenian Armenian 0x1000540 U+0540 90 1512
948 Armenian_INI Armenian Capital Letter Ini (U+053b) Armenian Armenian 0x100053b U+053B 90 1502
949 Armenian_DZA Armenian Capital Letter Ja (U+0541) Armenian Armenian 0x1000541 U+0541 90 1514
950 Armenian_JE Armenian Capital Letter Jheh (U+054b) Armenian Armenian 0x100054b U+054B 90 1534
951 Armenian_KE Armenian Capital Letter Keh (U+0554) Armenian Armenian 0x1000554 U+0554 90 1552
952 Armenian_KEN Armenian Capital Letter Ken (U+053f) Armenian Armenian 0x100053f U+053F 90 1510
953 Armenian_LYUN Armenian Capital Letter Liwn (U+053c) Armenian Armenian 0x100053c U+053C 90 1504
954 Armenian_MEN Armenian Capital Letter Men (U+0544) Armenian Armenian 0x1000544 U+0544 90 1520
955 Armenian_NU Armenian Capital Letter Now (U+0546) Armenian Armenian 0x1000546 U+0546 90 1524
956 Armenian_O Armenian Capital Letter Oh (U+0555) Armenian Armenian 0x1000555 U+0555 90 1554
957 Armenian_PE Armenian Capital Letter Peh (U+054a) Armenian Armenian 0x100054a U+054A 90 1532
958 Armenian_PYUR Armenian Capital Letter Piwr (U+0553) Armenian Armenian 0x1000553 U+0553 90 1550
959 Armenian_RA Armenian Capital Letter Ra (U+054c) Armenian Armenian 0x100054c U+054C 90 1536
960 Armenian_RE Armenian Capital Letter Reh (U+0550) Armenian Armenian 0x1000550 U+0550 90 1544
961 Armenian_SE Armenian Capital Letter Seh (U+054d) Armenian Armenian 0x100054d U+054D 90 1538
962 Armenian_SHA Armenian Capital Letter Sha (U+0547) Armenian Armenian 0x1000547 U+0547 90 1526
963 Armenian_TYUN Armenian Capital Letter Tiwn (U+054f) Armenian Armenian 0x100054f U+054F 90 1542
964 Armenian_TO Armenian Capital Letter To (U+0539) Armenian Armenian 0x1000539 U+0539 90 1498
965 Armenian_VEV Armenian Capital Letter Vew (U+054e) Armenian Armenian 0x100054e U+054E 90 1540
966 Armenian_VO Armenian Capital Letter Vo (U+0548) Armenian Armenian 0x1000548 U+0548 90 1528
967 Armenian_KHE Armenian Capital Letter Xeh (U+053d) Armenian Armenian 0x100053d U+053D 90 1506
968 Armenian_HI Armenian Capital Letter Yi (U+0545) Armenian Armenian 0x1000545 U+0545 90 1522
969 Armenian_VYUN Armenian Capital Letter Yiwn (U+0552) Armenian Armenian 0x1000552 U+0552 90 1548
970 Armenian_ZA Armenian Capital Letter Za (U+0536) Armenian Armenian 0x1000536 U+0536 90 1492
971 Armenian_ZHE Armenian Capital Letter Zhe (U+053a) Armenian Armenian 0x100053a U+053A 90 1500
972 Armenian_ayb Armenian Small Letter Ayb (U+0561) Armenian Armenian 0x1000561 U+0561 90 1483
973 Armenian_ben Armenian Small Letter Ben (U+0562) Armenian Armenian 0x1000562 U+0562 90 1485
974 Armenian_tsa Armenian Small Letter Ca (U+056e) Armenian Armenian 0x100056e U+056E 90 1509
975 Armenian_cha Armenian Small Letter Cha (U+0579) Armenian Armenian 0x1000579 U+0579 90 1531
976 Armenian_tche Armenian Small Letter Cheh (U+0573) Armenian Armenian 0x1000573 U+0573 90 1519
977 Armenian_tso Armenian Small Letter Co (U+0581) Armenian Armenian 0x1000581 U+0581 90 1547
978 Armenian_da Armenian Small Letter Da (U+0564) Armenian Armenian 0x1000564 U+0564 90 1489
979 Armenian_yech Armenian Small Letter Ech (U+0565) Armenian Armenian 0x1000565 U+0565 90 1491
980 Armenian_e Armenian Small Letter Eh (U+0567) Armenian Armenian 0x1000567 U+0567 90 1495
981 Armenian_at Armenian Small Letter Et (U+0568) Armenian Armenian 0x1000568 U+0568 90 1497
982 Armenian_fe Armenian Small Letter Feh (U+0586) Armenian Armenian 0x1000586 U+0586 90 1557
983 Armenian_ghat Armenian Small Letter Ghad (U+0572) Armenian Armenian 0x1000572 U+0572 90 1517
984 Armenian_gim Armenian Small Letter Gim (U+0563) Armenian Armenian 0x1000563 U+0563 90 1487
985 Armenian_ho Armenian Small Letter Ho (U+0570) Armenian Armenian 0x1000570 U+0570 90 1513
986 Armenian_ini Armenian Small Letter Ini (U+056b) Armenian Armenian 0x100056b U+056B 90 1503
987 Armenian_dza Armenian Small Letter Ja (U+0571) Armenian Armenian 0x1000571 U+0571 90 1515
988 Armenian_je Armenian Small Letter Jheh (U+057b) Armenian Armenian 0x100057b U+057B 90 1535
989 Armenian_ke Armenian Small Letter Keh (U+0584) Armenian Armenian 0x1000584 U+0584 90 1553
990 Armenian_ken Armenian Small Letter Ken (U+056f) Armenian Armenian 0x100056f U+056F 90 1511
991 Armenian_lyun Armenian Small Letter Liwn (U+056c) Armenian Armenian 0x100056c U+056C 90 1505
992 Armenian_men Armenian Small Letter Men (U+0574) Armenian Armenian 0x1000574 U+0574 90 1521
993 Armenian_nu Armenian Small Letter Now (U+0576) Armenian Armenian 0x1000576 U+0576 90 1525
994 Armenian_o Armenian Small Letter Oh (U+0585) Armenian Armenian 0x1000585 U+0585 90 1555
995 Armenian_pe Armenian Small Letter Peh (U+057a) Armenian Armenian 0x100057a U+057A 90 1533
996 Armenian_pyur Armenian Small Letter Piwr (U+0583) Armenian Armenian 0x1000583 U+0583 90 1551
997 Armenian_ra Armenian Small Letter Ra (U+057c) Armenian Armenian 0x100057c U+057C 90 1537
998 Armenian_re Armenian Small Letter Reh (U+0580) Armenian Armenian 0x1000580 U+0580 90 1545
999 Armenian_se Armenian Small Letter Seh (U+057d) Armenian Armenian 0x100057d U+057D 90 1539