@vaadin-component-factory/vcf-pdf-viewer 0.9.0 → 0.9.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (174) hide show
  1. package/README.md +1 -1
  2. package/package.json +33 -18
  3. package/{src/display → pdfjs/dist}/display_utils.js +344 -139
  4. package/{src/display → pdfjs/dist}/fetch_stream.js +115 -97
  5. package/pdfjs/dist/get.js +1857 -0
  6. package/pdfjs/dist/index.js +767 -0
  7. package/pdfjs/dist/l10n_utils.js +140 -0
  8. package/{src/shared → pdfjs/dist}/message_handler.js +243 -259
  9. package/{src/display → pdfjs/dist}/network.js +149 -87
  10. package/{src/display/content_disposition.js → pdfjs/dist/network_utils.js} +167 -55
  11. package/{src/display → pdfjs/dist}/node_stream.js +133 -98
  12. package/pdfjs/dist/pdf.js +12778 -0
  13. package/pdfjs/dist/pdf_link_service.js +638 -0
  14. package/pdfjs/dist/pdf_rendering_queue.js +199 -0
  15. package/pdfjs/dist/pdf_thumbnail_viewer.js +819 -0
  16. package/pdfjs/dist/pdf_viewer.js +3598 -0
  17. package/pdfjs/dist/typeof.js +100 -0
  18. package/pdfjs/dist/ui_utils.js +1033 -0
  19. package/{src/shared → pdfjs/dist}/util.js +301 -287
  20. package/pdfjs/dist/worker.js +62813 -0
  21. package/src/vcf-pdf-viewer.js +77 -27
  22. package/theme/lumo/vcf-pdf-viewer-styles.js +1 -1
  23. package/theme/material/vcf-pdf-viewer.js +2 -2
  24. package/src/core/.eslintrc +0 -13
  25. package/src/core/annotation.js +0 -2948
  26. package/src/core/arithmetic_decoder.js +0 -182
  27. package/src/core/ascii_85_stream.js +0 -98
  28. package/src/core/ascii_hex_stream.js +0 -79
  29. package/src/core/base_stream.js +0 -110
  30. package/src/core/bidi.js +0 -438
  31. package/src/core/calibri_factors.js +0 -308
  32. package/src/core/catalog.js +0 -1459
  33. package/src/core/ccitt.js +0 -1062
  34. package/src/core/ccitt_stream.js +0 -60
  35. package/src/core/cff_font.js +0 -116
  36. package/src/core/cff_parser.js +0 -1949
  37. package/src/core/charsets.js +0 -119
  38. package/src/core/chunked_stream.js +0 -557
  39. package/src/core/cmap.js +0 -1039
  40. package/src/core/colorspace.js +0 -1533
  41. package/src/core/core_utils.js +0 -464
  42. package/src/core/crypto.js +0 -1900
  43. package/src/core/decode_stream.js +0 -170
  44. package/src/core/decrypt_stream.js +0 -59
  45. package/src/core/default_appearance.js +0 -99
  46. package/src/core/document.js +0 -1456
  47. package/src/core/encodings.js +0 -301
  48. package/src/core/evaluator.js +0 -4601
  49. package/src/core/file_spec.js +0 -108
  50. package/src/core/flate_stream.js +0 -402
  51. package/src/core/font_renderer.js +0 -882
  52. package/src/core/fonts.js +0 -3260
  53. package/src/core/fonts_utils.js +0 -221
  54. package/src/core/function.js +0 -1257
  55. package/src/core/glyf.js +0 -706
  56. package/src/core/glyphlist.js +0 -4558
  57. package/src/core/helvetica_factors.js +0 -353
  58. package/src/core/image.js +0 -802
  59. package/src/core/image_utils.js +0 -291
  60. package/src/core/jbig2.js +0 -2572
  61. package/src/core/jbig2_stream.js +0 -73
  62. package/src/core/jpeg_stream.js +0 -105
  63. package/src/core/jpg.js +0 -1416
  64. package/src/core/jpx.js +0 -2343
  65. package/src/core/jpx_stream.js +0 -87
  66. package/src/core/liberationsans_widths.js +0 -221
  67. package/src/core/lzw_stream.js +0 -150
  68. package/src/core/metadata_parser.js +0 -146
  69. package/src/core/metrics.js +0 -2970
  70. package/src/core/murmurhash3.js +0 -139
  71. package/src/core/myriadpro_factors.js +0 -290
  72. package/src/core/name_number_tree.js +0 -153
  73. package/src/core/object_loader.js +0 -149
  74. package/src/core/opentype_file_builder.js +0 -154
  75. package/src/core/operator_list.js +0 -734
  76. package/src/core/parser.js +0 -1416
  77. package/src/core/pattern.js +0 -985
  78. package/src/core/pdf_manager.js +0 -217
  79. package/src/core/predictor_stream.js +0 -238
  80. package/src/core/primitives.js +0 -402
  81. package/src/core/ps_parser.js +0 -272
  82. package/src/core/run_length_stream.js +0 -61
  83. package/src/core/segoeui_factors.js +0 -308
  84. package/src/core/standard_fonts.js +0 -817
  85. package/src/core/stream.js +0 -103
  86. package/src/core/struct_tree.js +0 -335
  87. package/src/core/to_unicode_map.js +0 -103
  88. package/src/core/type1_font.js +0 -421
  89. package/src/core/type1_parser.js +0 -776
  90. package/src/core/unicode.js +0 -1649
  91. package/src/core/worker.js +0 -848
  92. package/src/core/worker_stream.js +0 -135
  93. package/src/core/writer.js +0 -278
  94. package/src/core/xfa/bind.js +0 -652
  95. package/src/core/xfa/builder.js +0 -207
  96. package/src/core/xfa/config.js +0 -1926
  97. package/src/core/xfa/connection_set.js +0 -202
  98. package/src/core/xfa/data.js +0 -82
  99. package/src/core/xfa/datasets.js +0 -76
  100. package/src/core/xfa/factory.js +0 -111
  101. package/src/core/xfa/fonts.js +0 -181
  102. package/src/core/xfa/formcalc_lexer.js +0 -385
  103. package/src/core/xfa/formcalc_parser.js +0 -1340
  104. package/src/core/xfa/html_utils.js +0 -639
  105. package/src/core/xfa/layout.js +0 -383
  106. package/src/core/xfa/locale_set.js +0 -345
  107. package/src/core/xfa/namespaces.js +0 -81
  108. package/src/core/xfa/parser.js +0 -184
  109. package/src/core/xfa/setup.js +0 -38
  110. package/src/core/xfa/signature.js +0 -40
  111. package/src/core/xfa/som.js +0 -338
  112. package/src/core/xfa/stylesheet.js +0 -40
  113. package/src/core/xfa/template.js +0 -6260
  114. package/src/core/xfa/text.js +0 -290
  115. package/src/core/xfa/unknown.js +0 -29
  116. package/src/core/xfa/utils.js +0 -217
  117. package/src/core/xfa/xdp.js +0 -59
  118. package/src/core/xfa/xfa_object.js +0 -1130
  119. package/src/core/xfa/xhtml.js +0 -543
  120. package/src/core/xfa_fonts.js +0 -208
  121. package/src/core/xml_parser.js +0 -507
  122. package/src/core/xref.js +0 -899
  123. package/src/display/annotation_layer.js +0 -2107
  124. package/src/display/annotation_storage.js +0 -113
  125. package/src/display/api.js +0 -3292
  126. package/src/display/base_factory.js +0 -180
  127. package/src/display/canvas.js +0 -2828
  128. package/src/display/font_loader.js +0 -484
  129. package/src/display/metadata.js +0 -41
  130. package/src/display/network_utils.js +0 -100
  131. package/src/display/node_utils.js +0 -83
  132. package/src/display/optional_content_config.js +0 -189
  133. package/src/display/pattern_helper.js +0 -659
  134. package/src/display/svg.js +0 -1709
  135. package/src/display/text_layer.js +0 -847
  136. package/src/display/transport_stream.js +0 -303
  137. package/src/display/worker_options.js +0 -40
  138. package/src/display/xfa_layer.js +0 -204
  139. package/src/doc_helper.js +0 -25
  140. package/src/images/logo.svg +0 -41
  141. package/src/interfaces.js +0 -169
  142. package/src/license_header.js +0 -14
  143. package/src/license_header_libre.js +0 -21
  144. package/src/pdf.image_decoders.js +0 -46
  145. package/src/pdf.js +0 -146
  146. package/src/pdf.sandbox.external.js +0 -181
  147. package/src/pdf.sandbox.js +0 -151
  148. package/src/pdf.scripting.js +0 -25
  149. package/src/pdf.worker.entry.js +0 -19
  150. package/src/pdf.worker.js +0 -23
  151. package/src/scripting_api/aform.js +0 -608
  152. package/src/scripting_api/app.js +0 -621
  153. package/src/scripting_api/color.js +0 -129
  154. package/src/scripting_api/common.js +0 -58
  155. package/src/scripting_api/console.js +0 -38
  156. package/src/scripting_api/constants.js +0 -208
  157. package/src/scripting_api/doc.js +0 -1195
  158. package/src/scripting_api/error.js +0 -23
  159. package/src/scripting_api/event.js +0 -232
  160. package/src/scripting_api/field.js +0 -620
  161. package/src/scripting_api/fullscreen.js +0 -145
  162. package/src/scripting_api/initialization.js +0 -223
  163. package/src/scripting_api/pdf_object.js +0 -24
  164. package/src/scripting_api/print_params.js +0 -146
  165. package/src/scripting_api/proxy.js +0 -139
  166. package/src/scripting_api/thermometer.js +0 -69
  167. package/src/scripting_api/util.js +0 -581
  168. package/src/shared/.eslintrc +0 -13
  169. package/src/shared/cffStandardStrings.js +0 -311
  170. package/src/shared/compatibility.js +0 -114
  171. package/src/shared/fonts_utils.js +0 -429
  172. package/src/shared/is_node.js +0 -27
  173. package/src/shared/scripting_utils.js +0 -85
  174. package/src/worker_loader.js +0 -32
@@ -1,4558 +0,0 @@
1
- /* Copyright 2012 Mozilla Foundation
2
- *
3
- * Licensed under the Apache License, Version 2.0 (the "License");
4
- * you may not use this file except in compliance with the License.
5
- * You may obtain a copy of the License at
6
- *
7
- * http://www.apache.org/licenses/LICENSE-2.0
8
- *
9
- * Unless required by applicable law or agreed to in writing, software
10
- * distributed under the License is distributed on an "AS IS" BASIS,
11
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
- * See the License for the specific language governing permissions and
13
- * limitations under the License.
14
- */
15
- /* no-babel-preset */
16
-
17
- import { getArrayLookupTableFactory } from "./core_utils.js";
18
-
19
- const getGlyphsUnicode = getArrayLookupTableFactory(function () {
20
- // prettier-ignore
21
- return [
22
- "A", 0x0041,
23
- "AE", 0x00c6,
24
- "AEacute", 0x01fc,
25
- "AEmacron", 0x01e2,
26
- "AEsmall", 0xf7e6,
27
- "Aacute", 0x00c1,
28
- "Aacutesmall", 0xf7e1,
29
- "Abreve", 0x0102,
30
- "Abreveacute", 0x1eae,
31
- "Abrevecyrillic", 0x04d0,
32
- "Abrevedotbelow", 0x1eb6,
33
- "Abrevegrave", 0x1eb0,
34
- "Abrevehookabove", 0x1eb2,
35
- "Abrevetilde", 0x1eb4,
36
- "Acaron", 0x01cd,
37
- "Acircle", 0x24b6,
38
- "Acircumflex", 0x00c2,
39
- "Acircumflexacute", 0x1ea4,
40
- "Acircumflexdotbelow", 0x1eac,
41
- "Acircumflexgrave", 0x1ea6,
42
- "Acircumflexhookabove", 0x1ea8,
43
- "Acircumflexsmall", 0xf7e2,
44
- "Acircumflextilde", 0x1eaa,
45
- "Acute", 0xf6c9,
46
- "Acutesmall", 0xf7b4,
47
- "Acyrillic", 0x0410,
48
- "Adblgrave", 0x0200,
49
- "Adieresis", 0x00c4,
50
- "Adieresiscyrillic", 0x04d2,
51
- "Adieresismacron", 0x01de,
52
- "Adieresissmall", 0xf7e4,
53
- "Adotbelow", 0x1ea0,
54
- "Adotmacron", 0x01e0,
55
- "Agrave", 0x00c0,
56
- "Agravesmall", 0xf7e0,
57
- "Ahookabove", 0x1ea2,
58
- "Aiecyrillic", 0x04d4,
59
- "Ainvertedbreve", 0x0202,
60
- "Alpha", 0x0391,
61
- "Alphatonos", 0x0386,
62
- "Amacron", 0x0100,
63
- "Amonospace", 0xff21,
64
- "Aogonek", 0x0104,
65
- "Aring", 0x00c5,
66
- "Aringacute", 0x01fa,
67
- "Aringbelow", 0x1e00,
68
- "Aringsmall", 0xf7e5,
69
- "Asmall", 0xf761,
70
- "Atilde", 0x00c3,
71
- "Atildesmall", 0xf7e3,
72
- "Aybarmenian", 0x0531,
73
- "B", 0x0042,
74
- "Bcircle", 0x24b7,
75
- "Bdotaccent", 0x1e02,
76
- "Bdotbelow", 0x1e04,
77
- "Becyrillic", 0x0411,
78
- "Benarmenian", 0x0532,
79
- "Beta", 0x0392,
80
- "Bhook", 0x0181,
81
- "Blinebelow", 0x1e06,
82
- "Bmonospace", 0xff22,
83
- "Brevesmall", 0xf6f4,
84
- "Bsmall", 0xf762,
85
- "Btopbar", 0x0182,
86
- "C", 0x0043,
87
- "Caarmenian", 0x053e,
88
- "Cacute", 0x0106,
89
- "Caron", 0xf6ca,
90
- "Caronsmall", 0xf6f5,
91
- "Ccaron", 0x010c,
92
- "Ccedilla", 0x00c7,
93
- "Ccedillaacute", 0x1e08,
94
- "Ccedillasmall", 0xf7e7,
95
- "Ccircle", 0x24b8,
96
- "Ccircumflex", 0x0108,
97
- "Cdot", 0x010a,
98
- "Cdotaccent", 0x010a,
99
- "Cedillasmall", 0xf7b8,
100
- "Chaarmenian", 0x0549,
101
- "Cheabkhasiancyrillic", 0x04bc,
102
- "Checyrillic", 0x0427,
103
- "Chedescenderabkhasiancyrillic", 0x04be,
104
- "Chedescendercyrillic", 0x04b6,
105
- "Chedieresiscyrillic", 0x04f4,
106
- "Cheharmenian", 0x0543,
107
- "Chekhakassiancyrillic", 0x04cb,
108
- "Cheverticalstrokecyrillic", 0x04b8,
109
- "Chi", 0x03a7,
110
- "Chook", 0x0187,
111
- "Circumflexsmall", 0xf6f6,
112
- "Cmonospace", 0xff23,
113
- "Coarmenian", 0x0551,
114
- "Csmall", 0xf763,
115
- "D", 0x0044,
116
- "DZ", 0x01f1,
117
- "DZcaron", 0x01c4,
118
- "Daarmenian", 0x0534,
119
- "Dafrican", 0x0189,
120
- "Dcaron", 0x010e,
121
- "Dcedilla", 0x1e10,
122
- "Dcircle", 0x24b9,
123
- "Dcircumflexbelow", 0x1e12,
124
- "Dcroat", 0x0110,
125
- "Ddotaccent", 0x1e0a,
126
- "Ddotbelow", 0x1e0c,
127
- "Decyrillic", 0x0414,
128
- "Deicoptic", 0x03ee,
129
- "Delta", 0x2206,
130
- "Deltagreek", 0x0394,
131
- "Dhook", 0x018a,
132
- "Dieresis", 0xf6cb,
133
- "DieresisAcute", 0xf6cc,
134
- "DieresisGrave", 0xf6cd,
135
- "Dieresissmall", 0xf7a8,
136
- "Digammagreek", 0x03dc,
137
- "Djecyrillic", 0x0402,
138
- "Dlinebelow", 0x1e0e,
139
- "Dmonospace", 0xff24,
140
- "Dotaccentsmall", 0xf6f7,
141
- "Dslash", 0x0110,
142
- "Dsmall", 0xf764,
143
- "Dtopbar", 0x018b,
144
- "Dz", 0x01f2,
145
- "Dzcaron", 0x01c5,
146
- "Dzeabkhasiancyrillic", 0x04e0,
147
- "Dzecyrillic", 0x0405,
148
- "Dzhecyrillic", 0x040f,
149
- "E", 0x0045,
150
- "Eacute", 0x00c9,
151
- "Eacutesmall", 0xf7e9,
152
- "Ebreve", 0x0114,
153
- "Ecaron", 0x011a,
154
- "Ecedillabreve", 0x1e1c,
155
- "Echarmenian", 0x0535,
156
- "Ecircle", 0x24ba,
157
- "Ecircumflex", 0x00ca,
158
- "Ecircumflexacute", 0x1ebe,
159
- "Ecircumflexbelow", 0x1e18,
160
- "Ecircumflexdotbelow", 0x1ec6,
161
- "Ecircumflexgrave", 0x1ec0,
162
- "Ecircumflexhookabove", 0x1ec2,
163
- "Ecircumflexsmall", 0xf7ea,
164
- "Ecircumflextilde", 0x1ec4,
165
- "Ecyrillic", 0x0404,
166
- "Edblgrave", 0x0204,
167
- "Edieresis", 0x00cb,
168
- "Edieresissmall", 0xf7eb,
169
- "Edot", 0x0116,
170
- "Edotaccent", 0x0116,
171
- "Edotbelow", 0x1eb8,
172
- "Efcyrillic", 0x0424,
173
- "Egrave", 0x00c8,
174
- "Egravesmall", 0xf7e8,
175
- "Eharmenian", 0x0537,
176
- "Ehookabove", 0x1eba,
177
- "Eightroman", 0x2167,
178
- "Einvertedbreve", 0x0206,
179
- "Eiotifiedcyrillic", 0x0464,
180
- "Elcyrillic", 0x041b,
181
- "Elevenroman", 0x216a,
182
- "Emacron", 0x0112,
183
- "Emacronacute", 0x1e16,
184
- "Emacrongrave", 0x1e14,
185
- "Emcyrillic", 0x041c,
186
- "Emonospace", 0xff25,
187
- "Encyrillic", 0x041d,
188
- "Endescendercyrillic", 0x04a2,
189
- "Eng", 0x014a,
190
- "Enghecyrillic", 0x04a4,
191
- "Enhookcyrillic", 0x04c7,
192
- "Eogonek", 0x0118,
193
- "Eopen", 0x0190,
194
- "Epsilon", 0x0395,
195
- "Epsilontonos", 0x0388,
196
- "Ercyrillic", 0x0420,
197
- "Ereversed", 0x018e,
198
- "Ereversedcyrillic", 0x042d,
199
- "Escyrillic", 0x0421,
200
- "Esdescendercyrillic", 0x04aa,
201
- "Esh", 0x01a9,
202
- "Esmall", 0xf765,
203
- "Eta", 0x0397,
204
- "Etarmenian", 0x0538,
205
- "Etatonos", 0x0389,
206
- "Eth", 0x00d0,
207
- "Ethsmall", 0xf7f0,
208
- "Etilde", 0x1ebc,
209
- "Etildebelow", 0x1e1a,
210
- "Euro", 0x20ac,
211
- "Ezh", 0x01b7,
212
- "Ezhcaron", 0x01ee,
213
- "Ezhreversed", 0x01b8,
214
- "F", 0x0046,
215
- "Fcircle", 0x24bb,
216
- "Fdotaccent", 0x1e1e,
217
- "Feharmenian", 0x0556,
218
- "Feicoptic", 0x03e4,
219
- "Fhook", 0x0191,
220
- "Fitacyrillic", 0x0472,
221
- "Fiveroman", 0x2164,
222
- "Fmonospace", 0xff26,
223
- "Fourroman", 0x2163,
224
- "Fsmall", 0xf766,
225
- "G", 0x0047,
226
- "GBsquare", 0x3387,
227
- "Gacute", 0x01f4,
228
- "Gamma", 0x0393,
229
- "Gammaafrican", 0x0194,
230
- "Gangiacoptic", 0x03ea,
231
- "Gbreve", 0x011e,
232
- "Gcaron", 0x01e6,
233
- "Gcedilla", 0x0122,
234
- "Gcircle", 0x24bc,
235
- "Gcircumflex", 0x011c,
236
- "Gcommaaccent", 0x0122,
237
- "Gdot", 0x0120,
238
- "Gdotaccent", 0x0120,
239
- "Gecyrillic", 0x0413,
240
- "Ghadarmenian", 0x0542,
241
- "Ghemiddlehookcyrillic", 0x0494,
242
- "Ghestrokecyrillic", 0x0492,
243
- "Gheupturncyrillic", 0x0490,
244
- "Ghook", 0x0193,
245
- "Gimarmenian", 0x0533,
246
- "Gjecyrillic", 0x0403,
247
- "Gmacron", 0x1e20,
248
- "Gmonospace", 0xff27,
249
- "Grave", 0xf6ce,
250
- "Gravesmall", 0xf760,
251
- "Gsmall", 0xf767,
252
- "Gsmallhook", 0x029b,
253
- "Gstroke", 0x01e4,
254
- "H", 0x0048,
255
- "H18533", 0x25cf,
256
- "H18543", 0x25aa,
257
- "H18551", 0x25ab,
258
- "H22073", 0x25a1,
259
- "HPsquare", 0x33cb,
260
- "Haabkhasiancyrillic", 0x04a8,
261
- "Hadescendercyrillic", 0x04b2,
262
- "Hardsigncyrillic", 0x042a,
263
- "Hbar", 0x0126,
264
- "Hbrevebelow", 0x1e2a,
265
- "Hcedilla", 0x1e28,
266
- "Hcircle", 0x24bd,
267
- "Hcircumflex", 0x0124,
268
- "Hdieresis", 0x1e26,
269
- "Hdotaccent", 0x1e22,
270
- "Hdotbelow", 0x1e24,
271
- "Hmonospace", 0xff28,
272
- "Hoarmenian", 0x0540,
273
- "Horicoptic", 0x03e8,
274
- "Hsmall", 0xf768,
275
- "Hungarumlaut", 0xf6cf,
276
- "Hungarumlautsmall", 0xf6f8,
277
- "Hzsquare", 0x3390,
278
- "I", 0x0049,
279
- "IAcyrillic", 0x042f,
280
- "IJ", 0x0132,
281
- "IUcyrillic", 0x042e,
282
- "Iacute", 0x00cd,
283
- "Iacutesmall", 0xf7ed,
284
- "Ibreve", 0x012c,
285
- "Icaron", 0x01cf,
286
- "Icircle", 0x24be,
287
- "Icircumflex", 0x00ce,
288
- "Icircumflexsmall", 0xf7ee,
289
- "Icyrillic", 0x0406,
290
- "Idblgrave", 0x0208,
291
- "Idieresis", 0x00cf,
292
- "Idieresisacute", 0x1e2e,
293
- "Idieresiscyrillic", 0x04e4,
294
- "Idieresissmall", 0xf7ef,
295
- "Idot", 0x0130,
296
- "Idotaccent", 0x0130,
297
- "Idotbelow", 0x1eca,
298
- "Iebrevecyrillic", 0x04d6,
299
- "Iecyrillic", 0x0415,
300
- "Ifraktur", 0x2111,
301
- "Igrave", 0x00cc,
302
- "Igravesmall", 0xf7ec,
303
- "Ihookabove", 0x1ec8,
304
- "Iicyrillic", 0x0418,
305
- "Iinvertedbreve", 0x020a,
306
- "Iishortcyrillic", 0x0419,
307
- "Imacron", 0x012a,
308
- "Imacroncyrillic", 0x04e2,
309
- "Imonospace", 0xff29,
310
- "Iniarmenian", 0x053b,
311
- "Iocyrillic", 0x0401,
312
- "Iogonek", 0x012e,
313
- "Iota", 0x0399,
314
- "Iotaafrican", 0x0196,
315
- "Iotadieresis", 0x03aa,
316
- "Iotatonos", 0x038a,
317
- "Ismall", 0xf769,
318
- "Istroke", 0x0197,
319
- "Itilde", 0x0128,
320
- "Itildebelow", 0x1e2c,
321
- "Izhitsacyrillic", 0x0474,
322
- "Izhitsadblgravecyrillic", 0x0476,
323
- "J", 0x004a,
324
- "Jaarmenian", 0x0541,
325
- "Jcircle", 0x24bf,
326
- "Jcircumflex", 0x0134,
327
- "Jecyrillic", 0x0408,
328
- "Jheharmenian", 0x054b,
329
- "Jmonospace", 0xff2a,
330
- "Jsmall", 0xf76a,
331
- "K", 0x004b,
332
- "KBsquare", 0x3385,
333
- "KKsquare", 0x33cd,
334
- "Kabashkircyrillic", 0x04a0,
335
- "Kacute", 0x1e30,
336
- "Kacyrillic", 0x041a,
337
- "Kadescendercyrillic", 0x049a,
338
- "Kahookcyrillic", 0x04c3,
339
- "Kappa", 0x039a,
340
- "Kastrokecyrillic", 0x049e,
341
- "Kaverticalstrokecyrillic", 0x049c,
342
- "Kcaron", 0x01e8,
343
- "Kcedilla", 0x0136,
344
- "Kcircle", 0x24c0,
345
- "Kcommaaccent", 0x0136,
346
- "Kdotbelow", 0x1e32,
347
- "Keharmenian", 0x0554,
348
- "Kenarmenian", 0x053f,
349
- "Khacyrillic", 0x0425,
350
- "Kheicoptic", 0x03e6,
351
- "Khook", 0x0198,
352
- "Kjecyrillic", 0x040c,
353
- "Klinebelow", 0x1e34,
354
- "Kmonospace", 0xff2b,
355
- "Koppacyrillic", 0x0480,
356
- "Koppagreek", 0x03de,
357
- "Ksicyrillic", 0x046e,
358
- "Ksmall", 0xf76b,
359
- "L", 0x004c,
360
- "LJ", 0x01c7,
361
- "LL", 0xf6bf,
362
- "Lacute", 0x0139,
363
- "Lambda", 0x039b,
364
- "Lcaron", 0x013d,
365
- "Lcedilla", 0x013b,
366
- "Lcircle", 0x24c1,
367
- "Lcircumflexbelow", 0x1e3c,
368
- "Lcommaaccent", 0x013b,
369
- "Ldot", 0x013f,
370
- "Ldotaccent", 0x013f,
371
- "Ldotbelow", 0x1e36,
372
- "Ldotbelowmacron", 0x1e38,
373
- "Liwnarmenian", 0x053c,
374
- "Lj", 0x01c8,
375
- "Ljecyrillic", 0x0409,
376
- "Llinebelow", 0x1e3a,
377
- "Lmonospace", 0xff2c,
378
- "Lslash", 0x0141,
379
- "Lslashsmall", 0xf6f9,
380
- "Lsmall", 0xf76c,
381
- "M", 0x004d,
382
- "MBsquare", 0x3386,
383
- "Macron", 0xf6d0,
384
- "Macronsmall", 0xf7af,
385
- "Macute", 0x1e3e,
386
- "Mcircle", 0x24c2,
387
- "Mdotaccent", 0x1e40,
388
- "Mdotbelow", 0x1e42,
389
- "Menarmenian", 0x0544,
390
- "Mmonospace", 0xff2d,
391
- "Msmall", 0xf76d,
392
- "Mturned", 0x019c,
393
- "Mu", 0x039c,
394
- "N", 0x004e,
395
- "NJ", 0x01ca,
396
- "Nacute", 0x0143,
397
- "Ncaron", 0x0147,
398
- "Ncedilla", 0x0145,
399
- "Ncircle", 0x24c3,
400
- "Ncircumflexbelow", 0x1e4a,
401
- "Ncommaaccent", 0x0145,
402
- "Ndotaccent", 0x1e44,
403
- "Ndotbelow", 0x1e46,
404
- "Nhookleft", 0x019d,
405
- "Nineroman", 0x2168,
406
- "Nj", 0x01cb,
407
- "Njecyrillic", 0x040a,
408
- "Nlinebelow", 0x1e48,
409
- "Nmonospace", 0xff2e,
410
- "Nowarmenian", 0x0546,
411
- "Nsmall", 0xf76e,
412
- "Ntilde", 0x00d1,
413
- "Ntildesmall", 0xf7f1,
414
- "Nu", 0x039d,
415
- "O", 0x004f,
416
- "OE", 0x0152,
417
- "OEsmall", 0xf6fa,
418
- "Oacute", 0x00d3,
419
- "Oacutesmall", 0xf7f3,
420
- "Obarredcyrillic", 0x04e8,
421
- "Obarreddieresiscyrillic", 0x04ea,
422
- "Obreve", 0x014e,
423
- "Ocaron", 0x01d1,
424
- "Ocenteredtilde", 0x019f,
425
- "Ocircle", 0x24c4,
426
- "Ocircumflex", 0x00d4,
427
- "Ocircumflexacute", 0x1ed0,
428
- "Ocircumflexdotbelow", 0x1ed8,
429
- "Ocircumflexgrave", 0x1ed2,
430
- "Ocircumflexhookabove", 0x1ed4,
431
- "Ocircumflexsmall", 0xf7f4,
432
- "Ocircumflextilde", 0x1ed6,
433
- "Ocyrillic", 0x041e,
434
- "Odblacute", 0x0150,
435
- "Odblgrave", 0x020c,
436
- "Odieresis", 0x00d6,
437
- "Odieresiscyrillic", 0x04e6,
438
- "Odieresissmall", 0xf7f6,
439
- "Odotbelow", 0x1ecc,
440
- "Ogoneksmall", 0xf6fb,
441
- "Ograve", 0x00d2,
442
- "Ogravesmall", 0xf7f2,
443
- "Oharmenian", 0x0555,
444
- "Ohm", 0x2126,
445
- "Ohookabove", 0x1ece,
446
- "Ohorn", 0x01a0,
447
- "Ohornacute", 0x1eda,
448
- "Ohorndotbelow", 0x1ee2,
449
- "Ohorngrave", 0x1edc,
450
- "Ohornhookabove", 0x1ede,
451
- "Ohorntilde", 0x1ee0,
452
- "Ohungarumlaut", 0x0150,
453
- "Oi", 0x01a2,
454
- "Oinvertedbreve", 0x020e,
455
- "Omacron", 0x014c,
456
- "Omacronacute", 0x1e52,
457
- "Omacrongrave", 0x1e50,
458
- "Omega", 0x2126,
459
- "Omegacyrillic", 0x0460,
460
- "Omegagreek", 0x03a9,
461
- "Omegaroundcyrillic", 0x047a,
462
- "Omegatitlocyrillic", 0x047c,
463
- "Omegatonos", 0x038f,
464
- "Omicron", 0x039f,
465
- "Omicrontonos", 0x038c,
466
- "Omonospace", 0xff2f,
467
- "Oneroman", 0x2160,
468
- "Oogonek", 0x01ea,
469
- "Oogonekmacron", 0x01ec,
470
- "Oopen", 0x0186,
471
- "Oslash", 0x00d8,
472
- "Oslashacute", 0x01fe,
473
- "Oslashsmall", 0xf7f8,
474
- "Osmall", 0xf76f,
475
- "Ostrokeacute", 0x01fe,
476
- "Otcyrillic", 0x047e,
477
- "Otilde", 0x00d5,
478
- "Otildeacute", 0x1e4c,
479
- "Otildedieresis", 0x1e4e,
480
- "Otildesmall", 0xf7f5,
481
- "P", 0x0050,
482
- "Pacute", 0x1e54,
483
- "Pcircle", 0x24c5,
484
- "Pdotaccent", 0x1e56,
485
- "Pecyrillic", 0x041f,
486
- "Peharmenian", 0x054a,
487
- "Pemiddlehookcyrillic", 0x04a6,
488
- "Phi", 0x03a6,
489
- "Phook", 0x01a4,
490
- "Pi", 0x03a0,
491
- "Piwrarmenian", 0x0553,
492
- "Pmonospace", 0xff30,
493
- "Psi", 0x03a8,
494
- "Psicyrillic", 0x0470,
495
- "Psmall", 0xf770,
496
- "Q", 0x0051,
497
- "Qcircle", 0x24c6,
498
- "Qmonospace", 0xff31,
499
- "Qsmall", 0xf771,
500
- "R", 0x0052,
501
- "Raarmenian", 0x054c,
502
- "Racute", 0x0154,
503
- "Rcaron", 0x0158,
504
- "Rcedilla", 0x0156,
505
- "Rcircle", 0x24c7,
506
- "Rcommaaccent", 0x0156,
507
- "Rdblgrave", 0x0210,
508
- "Rdotaccent", 0x1e58,
509
- "Rdotbelow", 0x1e5a,
510
- "Rdotbelowmacron", 0x1e5c,
511
- "Reharmenian", 0x0550,
512
- "Rfraktur", 0x211c,
513
- "Rho", 0x03a1,
514
- "Ringsmall", 0xf6fc,
515
- "Rinvertedbreve", 0x0212,
516
- "Rlinebelow", 0x1e5e,
517
- "Rmonospace", 0xff32,
518
- "Rsmall", 0xf772,
519
- "Rsmallinverted", 0x0281,
520
- "Rsmallinvertedsuperior", 0x02b6,
521
- "S", 0x0053,
522
- "SF010000", 0x250c,
523
- "SF020000", 0x2514,
524
- "SF030000", 0x2510,
525
- "SF040000", 0x2518,
526
- "SF050000", 0x253c,
527
- "SF060000", 0x252c,
528
- "SF070000", 0x2534,
529
- "SF080000", 0x251c,
530
- "SF090000", 0x2524,
531
- "SF100000", 0x2500,
532
- "SF110000", 0x2502,
533
- "SF190000", 0x2561,
534
- "SF200000", 0x2562,
535
- "SF210000", 0x2556,
536
- "SF220000", 0x2555,
537
- "SF230000", 0x2563,
538
- "SF240000", 0x2551,
539
- "SF250000", 0x2557,
540
- "SF260000", 0x255d,
541
- "SF270000", 0x255c,
542
- "SF280000", 0x255b,
543
- "SF360000", 0x255e,
544
- "SF370000", 0x255f,
545
- "SF380000", 0x255a,
546
- "SF390000", 0x2554,
547
- "SF400000", 0x2569,
548
- "SF410000", 0x2566,
549
- "SF420000", 0x2560,
550
- "SF430000", 0x2550,
551
- "SF440000", 0x256c,
552
- "SF450000", 0x2567,
553
- "SF460000", 0x2568,
554
- "SF470000", 0x2564,
555
- "SF480000", 0x2565,
556
- "SF490000", 0x2559,
557
- "SF500000", 0x2558,
558
- "SF510000", 0x2552,
559
- "SF520000", 0x2553,
560
- "SF530000", 0x256b,
561
- "SF540000", 0x256a,
562
- "Sacute", 0x015a,
563
- "Sacutedotaccent", 0x1e64,
564
- "Sampigreek", 0x03e0,
565
- "Scaron", 0x0160,
566
- "Scarondotaccent", 0x1e66,
567
- "Scaronsmall", 0xf6fd,
568
- "Scedilla", 0x015e,
569
- "Schwa", 0x018f,
570
- "Schwacyrillic", 0x04d8,
571
- "Schwadieresiscyrillic", 0x04da,
572
- "Scircle", 0x24c8,
573
- "Scircumflex", 0x015c,
574
- "Scommaaccent", 0x0218,
575
- "Sdotaccent", 0x1e60,
576
- "Sdotbelow", 0x1e62,
577
- "Sdotbelowdotaccent", 0x1e68,
578
- "Seharmenian", 0x054d,
579
- "Sevenroman", 0x2166,
580
- "Shaarmenian", 0x0547,
581
- "Shacyrillic", 0x0428,
582
- "Shchacyrillic", 0x0429,
583
- "Sheicoptic", 0x03e2,
584
- "Shhacyrillic", 0x04ba,
585
- "Shimacoptic", 0x03ec,
586
- "Sigma", 0x03a3,
587
- "Sixroman", 0x2165,
588
- "Smonospace", 0xff33,
589
- "Softsigncyrillic", 0x042c,
590
- "Ssmall", 0xf773,
591
- "Stigmagreek", 0x03da,
592
- "T", 0x0054,
593
- "Tau", 0x03a4,
594
- "Tbar", 0x0166,
595
- "Tcaron", 0x0164,
596
- "Tcedilla", 0x0162,
597
- "Tcircle", 0x24c9,
598
- "Tcircumflexbelow", 0x1e70,
599
- "Tcommaaccent", 0x0162,
600
- "Tdotaccent", 0x1e6a,
601
- "Tdotbelow", 0x1e6c,
602
- "Tecyrillic", 0x0422,
603
- "Tedescendercyrillic", 0x04ac,
604
- "Tenroman", 0x2169,
605
- "Tetsecyrillic", 0x04b4,
606
- "Theta", 0x0398,
607
- "Thook", 0x01ac,
608
- "Thorn", 0x00de,
609
- "Thornsmall", 0xf7fe,
610
- "Threeroman", 0x2162,
611
- "Tildesmall", 0xf6fe,
612
- "Tiwnarmenian", 0x054f,
613
- "Tlinebelow", 0x1e6e,
614
- "Tmonospace", 0xff34,
615
- "Toarmenian", 0x0539,
616
- "Tonefive", 0x01bc,
617
- "Tonesix", 0x0184,
618
- "Tonetwo", 0x01a7,
619
- "Tretroflexhook", 0x01ae,
620
- "Tsecyrillic", 0x0426,
621
- "Tshecyrillic", 0x040b,
622
- "Tsmall", 0xf774,
623
- "Twelveroman", 0x216b,
624
- "Tworoman", 0x2161,
625
- "U", 0x0055,
626
- "Uacute", 0x00da,
627
- "Uacutesmall", 0xf7fa,
628
- "Ubreve", 0x016c,
629
- "Ucaron", 0x01d3,
630
- "Ucircle", 0x24ca,
631
- "Ucircumflex", 0x00db,
632
- "Ucircumflexbelow", 0x1e76,
633
- "Ucircumflexsmall", 0xf7fb,
634
- "Ucyrillic", 0x0423,
635
- "Udblacute", 0x0170,
636
- "Udblgrave", 0x0214,
637
- "Udieresis", 0x00dc,
638
- "Udieresisacute", 0x01d7,
639
- "Udieresisbelow", 0x1e72,
640
- "Udieresiscaron", 0x01d9,
641
- "Udieresiscyrillic", 0x04f0,
642
- "Udieresisgrave", 0x01db,
643
- "Udieresismacron", 0x01d5,
644
- "Udieresissmall", 0xf7fc,
645
- "Udotbelow", 0x1ee4,
646
- "Ugrave", 0x00d9,
647
- "Ugravesmall", 0xf7f9,
648
- "Uhookabove", 0x1ee6,
649
- "Uhorn", 0x01af,
650
- "Uhornacute", 0x1ee8,
651
- "Uhorndotbelow", 0x1ef0,
652
- "Uhorngrave", 0x1eea,
653
- "Uhornhookabove", 0x1eec,
654
- "Uhorntilde", 0x1eee,
655
- "Uhungarumlaut", 0x0170,
656
- "Uhungarumlautcyrillic", 0x04f2,
657
- "Uinvertedbreve", 0x0216,
658
- "Ukcyrillic", 0x0478,
659
- "Umacron", 0x016a,
660
- "Umacroncyrillic", 0x04ee,
661
- "Umacrondieresis", 0x1e7a,
662
- "Umonospace", 0xff35,
663
- "Uogonek", 0x0172,
664
- "Upsilon", 0x03a5,
665
- "Upsilon1", 0x03d2,
666
- "Upsilonacutehooksymbolgreek", 0x03d3,
667
- "Upsilonafrican", 0x01b1,
668
- "Upsilondieresis", 0x03ab,
669
- "Upsilondieresishooksymbolgreek", 0x03d4,
670
- "Upsilonhooksymbol", 0x03d2,
671
- "Upsilontonos", 0x038e,
672
- "Uring", 0x016e,
673
- "Ushortcyrillic", 0x040e,
674
- "Usmall", 0xf775,
675
- "Ustraightcyrillic", 0x04ae,
676
- "Ustraightstrokecyrillic", 0x04b0,
677
- "Utilde", 0x0168,
678
- "Utildeacute", 0x1e78,
679
- "Utildebelow", 0x1e74,
680
- "V", 0x0056,
681
- "Vcircle", 0x24cb,
682
- "Vdotbelow", 0x1e7e,
683
- "Vecyrillic", 0x0412,
684
- "Vewarmenian", 0x054e,
685
- "Vhook", 0x01b2,
686
- "Vmonospace", 0xff36,
687
- "Voarmenian", 0x0548,
688
- "Vsmall", 0xf776,
689
- "Vtilde", 0x1e7c,
690
- "W", 0x0057,
691
- "Wacute", 0x1e82,
692
- "Wcircle", 0x24cc,
693
- "Wcircumflex", 0x0174,
694
- "Wdieresis", 0x1e84,
695
- "Wdotaccent", 0x1e86,
696
- "Wdotbelow", 0x1e88,
697
- "Wgrave", 0x1e80,
698
- "Wmonospace", 0xff37,
699
- "Wsmall", 0xf777,
700
- "X", 0x0058,
701
- "Xcircle", 0x24cd,
702
- "Xdieresis", 0x1e8c,
703
- "Xdotaccent", 0x1e8a,
704
- "Xeharmenian", 0x053d,
705
- "Xi", 0x039e,
706
- "Xmonospace", 0xff38,
707
- "Xsmall", 0xf778,
708
- "Y", 0x0059,
709
- "Yacute", 0x00dd,
710
- "Yacutesmall", 0xf7fd,
711
- "Yatcyrillic", 0x0462,
712
- "Ycircle", 0x24ce,
713
- "Ycircumflex", 0x0176,
714
- "Ydieresis", 0x0178,
715
- "Ydieresissmall", 0xf7ff,
716
- "Ydotaccent", 0x1e8e,
717
- "Ydotbelow", 0x1ef4,
718
- "Yericyrillic", 0x042b,
719
- "Yerudieresiscyrillic", 0x04f8,
720
- "Ygrave", 0x1ef2,
721
- "Yhook", 0x01b3,
722
- "Yhookabove", 0x1ef6,
723
- "Yiarmenian", 0x0545,
724
- "Yicyrillic", 0x0407,
725
- "Yiwnarmenian", 0x0552,
726
- "Ymonospace", 0xff39,
727
- "Ysmall", 0xf779,
728
- "Ytilde", 0x1ef8,
729
- "Yusbigcyrillic", 0x046a,
730
- "Yusbigiotifiedcyrillic", 0x046c,
731
- "Yuslittlecyrillic", 0x0466,
732
- "Yuslittleiotifiedcyrillic", 0x0468,
733
- "Z", 0x005a,
734
- "Zaarmenian", 0x0536,
735
- "Zacute", 0x0179,
736
- "Zcaron", 0x017d,
737
- "Zcaronsmall", 0xf6ff,
738
- "Zcircle", 0x24cf,
739
- "Zcircumflex", 0x1e90,
740
- "Zdot", 0x017b,
741
- "Zdotaccent", 0x017b,
742
- "Zdotbelow", 0x1e92,
743
- "Zecyrillic", 0x0417,
744
- "Zedescendercyrillic", 0x0498,
745
- "Zedieresiscyrillic", 0x04de,
746
- "Zeta", 0x0396,
747
- "Zhearmenian", 0x053a,
748
- "Zhebrevecyrillic", 0x04c1,
749
- "Zhecyrillic", 0x0416,
750
- "Zhedescendercyrillic", 0x0496,
751
- "Zhedieresiscyrillic", 0x04dc,
752
- "Zlinebelow", 0x1e94,
753
- "Zmonospace", 0xff3a,
754
- "Zsmall", 0xf77a,
755
- "Zstroke", 0x01b5,
756
- "a", 0x0061,
757
- "aabengali", 0x0986,
758
- "aacute", 0x00e1,
759
- "aadeva", 0x0906,
760
- "aagujarati", 0x0a86,
761
- "aagurmukhi", 0x0a06,
762
- "aamatragurmukhi", 0x0a3e,
763
- "aarusquare", 0x3303,
764
- "aavowelsignbengali", 0x09be,
765
- "aavowelsigndeva", 0x093e,
766
- "aavowelsigngujarati", 0x0abe,
767
- "abbreviationmarkarmenian", 0x055f,
768
- "abbreviationsigndeva", 0x0970,
769
- "abengali", 0x0985,
770
- "abopomofo", 0x311a,
771
- "abreve", 0x0103,
772
- "abreveacute", 0x1eaf,
773
- "abrevecyrillic", 0x04d1,
774
- "abrevedotbelow", 0x1eb7,
775
- "abrevegrave", 0x1eb1,
776
- "abrevehookabove", 0x1eb3,
777
- "abrevetilde", 0x1eb5,
778
- "acaron", 0x01ce,
779
- "acircle", 0x24d0,
780
- "acircumflex", 0x00e2,
781
- "acircumflexacute", 0x1ea5,
782
- "acircumflexdotbelow", 0x1ead,
783
- "acircumflexgrave", 0x1ea7,
784
- "acircumflexhookabove", 0x1ea9,
785
- "acircumflextilde", 0x1eab,
786
- "acute", 0x00b4,
787
- "acutebelowcmb", 0x0317,
788
- "acutecmb", 0x0301,
789
- "acutecomb", 0x0301,
790
- "acutedeva", 0x0954,
791
- "acutelowmod", 0x02cf,
792
- "acutetonecmb", 0x0341,
793
- "acyrillic", 0x0430,
794
- "adblgrave", 0x0201,
795
- "addakgurmukhi", 0x0a71,
796
- "adeva", 0x0905,
797
- "adieresis", 0x00e4,
798
- "adieresiscyrillic", 0x04d3,
799
- "adieresismacron", 0x01df,
800
- "adotbelow", 0x1ea1,
801
- "adotmacron", 0x01e1,
802
- "ae", 0x00e6,
803
- "aeacute", 0x01fd,
804
- "aekorean", 0x3150,
805
- "aemacron", 0x01e3,
806
- "afii00208", 0x2015,
807
- "afii08941", 0x20a4,
808
- "afii10017", 0x0410,
809
- "afii10018", 0x0411,
810
- "afii10019", 0x0412,
811
- "afii10020", 0x0413,
812
- "afii10021", 0x0414,
813
- "afii10022", 0x0415,
814
- "afii10023", 0x0401,
815
- "afii10024", 0x0416,
816
- "afii10025", 0x0417,
817
- "afii10026", 0x0418,
818
- "afii10027", 0x0419,
819
- "afii10028", 0x041a,
820
- "afii10029", 0x041b,
821
- "afii10030", 0x041c,
822
- "afii10031", 0x041d,
823
- "afii10032", 0x041e,
824
- "afii10033", 0x041f,
825
- "afii10034", 0x0420,
826
- "afii10035", 0x0421,
827
- "afii10036", 0x0422,
828
- "afii10037", 0x0423,
829
- "afii10038", 0x0424,
830
- "afii10039", 0x0425,
831
- "afii10040", 0x0426,
832
- "afii10041", 0x0427,
833
- "afii10042", 0x0428,
834
- "afii10043", 0x0429,
835
- "afii10044", 0x042a,
836
- "afii10045", 0x042b,
837
- "afii10046", 0x042c,
838
- "afii10047", 0x042d,
839
- "afii10048", 0x042e,
840
- "afii10049", 0x042f,
841
- "afii10050", 0x0490,
842
- "afii10051", 0x0402,
843
- "afii10052", 0x0403,
844
- "afii10053", 0x0404,
845
- "afii10054", 0x0405,
846
- "afii10055", 0x0406,
847
- "afii10056", 0x0407,
848
- "afii10057", 0x0408,
849
- "afii10058", 0x0409,
850
- "afii10059", 0x040a,
851
- "afii10060", 0x040b,
852
- "afii10061", 0x040c,
853
- "afii10062", 0x040e,
854
- "afii10063", 0xf6c4,
855
- "afii10064", 0xf6c5,
856
- "afii10065", 0x0430,
857
- "afii10066", 0x0431,
858
- "afii10067", 0x0432,
859
- "afii10068", 0x0433,
860
- "afii10069", 0x0434,
861
- "afii10070", 0x0435,
862
- "afii10071", 0x0451,
863
- "afii10072", 0x0436,
864
- "afii10073", 0x0437,
865
- "afii10074", 0x0438,
866
- "afii10075", 0x0439,
867
- "afii10076", 0x043a,
868
- "afii10077", 0x043b,
869
- "afii10078", 0x043c,
870
- "afii10079", 0x043d,
871
- "afii10080", 0x043e,
872
- "afii10081", 0x043f,
873
- "afii10082", 0x0440,
874
- "afii10083", 0x0441,
875
- "afii10084", 0x0442,
876
- "afii10085", 0x0443,
877
- "afii10086", 0x0444,
878
- "afii10087", 0x0445,
879
- "afii10088", 0x0446,
880
- "afii10089", 0x0447,
881
- "afii10090", 0x0448,
882
- "afii10091", 0x0449,
883
- "afii10092", 0x044a,
884
- "afii10093", 0x044b,
885
- "afii10094", 0x044c,
886
- "afii10095", 0x044d,
887
- "afii10096", 0x044e,
888
- "afii10097", 0x044f,
889
- "afii10098", 0x0491,
890
- "afii10099", 0x0452,
891
- "afii10100", 0x0453,
892
- "afii10101", 0x0454,
893
- "afii10102", 0x0455,
894
- "afii10103", 0x0456,
895
- "afii10104", 0x0457,
896
- "afii10105", 0x0458,
897
- "afii10106", 0x0459,
898
- "afii10107", 0x045a,
899
- "afii10108", 0x045b,
900
- "afii10109", 0x045c,
901
- "afii10110", 0x045e,
902
- "afii10145", 0x040f,
903
- "afii10146", 0x0462,
904
- "afii10147", 0x0472,
905
- "afii10148", 0x0474,
906
- "afii10192", 0xf6c6,
907
- "afii10193", 0x045f,
908
- "afii10194", 0x0463,
909
- "afii10195", 0x0473,
910
- "afii10196", 0x0475,
911
- "afii10831", 0xf6c7,
912
- "afii10832", 0xf6c8,
913
- "afii10846", 0x04d9,
914
- "afii299", 0x200e,
915
- "afii300", 0x200f,
916
- "afii301", 0x200d,
917
- "afii57381", 0x066a,
918
- "afii57388", 0x060c,
919
- "afii57392", 0x0660,
920
- "afii57393", 0x0661,
921
- "afii57394", 0x0662,
922
- "afii57395", 0x0663,
923
- "afii57396", 0x0664,
924
- "afii57397", 0x0665,
925
- "afii57398", 0x0666,
926
- "afii57399", 0x0667,
927
- "afii57400", 0x0668,
928
- "afii57401", 0x0669,
929
- "afii57403", 0x061b,
930
- "afii57407", 0x061f,
931
- "afii57409", 0x0621,
932
- "afii57410", 0x0622,
933
- "afii57411", 0x0623,
934
- "afii57412", 0x0624,
935
- "afii57413", 0x0625,
936
- "afii57414", 0x0626,
937
- "afii57415", 0x0627,
938
- "afii57416", 0x0628,
939
- "afii57417", 0x0629,
940
- "afii57418", 0x062a,
941
- "afii57419", 0x062b,
942
- "afii57420", 0x062c,
943
- "afii57421", 0x062d,
944
- "afii57422", 0x062e,
945
- "afii57423", 0x062f,
946
- "afii57424", 0x0630,
947
- "afii57425", 0x0631,
948
- "afii57426", 0x0632,
949
- "afii57427", 0x0633,
950
- "afii57428", 0x0634,
951
- "afii57429", 0x0635,
952
- "afii57430", 0x0636,
953
- "afii57431", 0x0637,
954
- "afii57432", 0x0638,
955
- "afii57433", 0x0639,
956
- "afii57434", 0x063a,
957
- "afii57440", 0x0640,
958
- "afii57441", 0x0641,
959
- "afii57442", 0x0642,
960
- "afii57443", 0x0643,
961
- "afii57444", 0x0644,
962
- "afii57445", 0x0645,
963
- "afii57446", 0x0646,
964
- "afii57448", 0x0648,
965
- "afii57449", 0x0649,
966
- "afii57450", 0x064a,
967
- "afii57451", 0x064b,
968
- "afii57452", 0x064c,
969
- "afii57453", 0x064d,
970
- "afii57454", 0x064e,
971
- "afii57455", 0x064f,
972
- "afii57456", 0x0650,
973
- "afii57457", 0x0651,
974
- "afii57458", 0x0652,
975
- "afii57470", 0x0647,
976
- "afii57505", 0x06a4,
977
- "afii57506", 0x067e,
978
- "afii57507", 0x0686,
979
- "afii57508", 0x0698,
980
- "afii57509", 0x06af,
981
- "afii57511", 0x0679,
982
- "afii57512", 0x0688,
983
- "afii57513", 0x0691,
984
- "afii57514", 0x06ba,
985
- "afii57519", 0x06d2,
986
- "afii57534", 0x06d5,
987
- "afii57636", 0x20aa,
988
- "afii57645", 0x05be,
989
- "afii57658", 0x05c3,
990
- "afii57664", 0x05d0,
991
- "afii57665", 0x05d1,
992
- "afii57666", 0x05d2,
993
- "afii57667", 0x05d3,
994
- "afii57668", 0x05d4,
995
- "afii57669", 0x05d5,
996
- "afii57670", 0x05d6,
997
- "afii57671", 0x05d7,
998
- "afii57672", 0x05d8,
999
- "afii57673", 0x05d9,
1000
- "afii57674", 0x05da,
1001
- "afii57675", 0x05db,
1002
- "afii57676", 0x05dc,
1003
- "afii57677", 0x05dd,
1004
- "afii57678", 0x05de,
1005
- "afii57679", 0x05df,
1006
- "afii57680", 0x05e0,
1007
- "afii57681", 0x05e1,
1008
- "afii57682", 0x05e2,
1009
- "afii57683", 0x05e3,
1010
- "afii57684", 0x05e4,
1011
- "afii57685", 0x05e5,
1012
- "afii57686", 0x05e6,
1013
- "afii57687", 0x05e7,
1014
- "afii57688", 0x05e8,
1015
- "afii57689", 0x05e9,
1016
- "afii57690", 0x05ea,
1017
- "afii57694", 0xfb2a,
1018
- "afii57695", 0xfb2b,
1019
- "afii57700", 0xfb4b,
1020
- "afii57705", 0xfb1f,
1021
- "afii57716", 0x05f0,
1022
- "afii57717", 0x05f1,
1023
- "afii57718", 0x05f2,
1024
- "afii57723", 0xfb35,
1025
- "afii57793", 0x05b4,
1026
- "afii57794", 0x05b5,
1027
- "afii57795", 0x05b6,
1028
- "afii57796", 0x05bb,
1029
- "afii57797", 0x05b8,
1030
- "afii57798", 0x05b7,
1031
- "afii57799", 0x05b0,
1032
- "afii57800", 0x05b2,
1033
- "afii57801", 0x05b1,
1034
- "afii57802", 0x05b3,
1035
- "afii57803", 0x05c2,
1036
- "afii57804", 0x05c1,
1037
- "afii57806", 0x05b9,
1038
- "afii57807", 0x05bc,
1039
- "afii57839", 0x05bd,
1040
- "afii57841", 0x05bf,
1041
- "afii57842", 0x05c0,
1042
- "afii57929", 0x02bc,
1043
- "afii61248", 0x2105,
1044
- "afii61289", 0x2113,
1045
- "afii61352", 0x2116,
1046
- "afii61573", 0x202c,
1047
- "afii61574", 0x202d,
1048
- "afii61575", 0x202e,
1049
- "afii61664", 0x200c,
1050
- "afii63167", 0x066d,
1051
- "afii64937", 0x02bd,
1052
- "agrave", 0x00e0,
1053
- "agujarati", 0x0a85,
1054
- "agurmukhi", 0x0a05,
1055
- "ahiragana", 0x3042,
1056
- "ahookabove", 0x1ea3,
1057
- "aibengali", 0x0990,
1058
- "aibopomofo", 0x311e,
1059
- "aideva", 0x0910,
1060
- "aiecyrillic", 0x04d5,
1061
- "aigujarati", 0x0a90,
1062
- "aigurmukhi", 0x0a10,
1063
- "aimatragurmukhi", 0x0a48,
1064
- "ainarabic", 0x0639,
1065
- "ainfinalarabic", 0xfeca,
1066
- "aininitialarabic", 0xfecb,
1067
- "ainmedialarabic", 0xfecc,
1068
- "ainvertedbreve", 0x0203,
1069
- "aivowelsignbengali", 0x09c8,
1070
- "aivowelsigndeva", 0x0948,
1071
- "aivowelsigngujarati", 0x0ac8,
1072
- "akatakana", 0x30a2,
1073
- "akatakanahalfwidth", 0xff71,
1074
- "akorean", 0x314f,
1075
- "alef", 0x05d0,
1076
- "alefarabic", 0x0627,
1077
- "alefdageshhebrew", 0xfb30,
1078
- "aleffinalarabic", 0xfe8e,
1079
- "alefhamzaabovearabic", 0x0623,
1080
- "alefhamzaabovefinalarabic", 0xfe84,
1081
- "alefhamzabelowarabic", 0x0625,
1082
- "alefhamzabelowfinalarabic", 0xfe88,
1083
- "alefhebrew", 0x05d0,
1084
- "aleflamedhebrew", 0xfb4f,
1085
- "alefmaddaabovearabic", 0x0622,
1086
- "alefmaddaabovefinalarabic", 0xfe82,
1087
- "alefmaksuraarabic", 0x0649,
1088
- "alefmaksurafinalarabic", 0xfef0,
1089
- "alefmaksurainitialarabic", 0xfef3,
1090
- "alefmaksuramedialarabic", 0xfef4,
1091
- "alefpatahhebrew", 0xfb2e,
1092
- "alefqamatshebrew", 0xfb2f,
1093
- "aleph", 0x2135,
1094
- "allequal", 0x224c,
1095
- "alpha", 0x03b1,
1096
- "alphatonos", 0x03ac,
1097
- "amacron", 0x0101,
1098
- "amonospace", 0xff41,
1099
- "ampersand", 0x0026,
1100
- "ampersandmonospace", 0xff06,
1101
- "ampersandsmall", 0xf726,
1102
- "amsquare", 0x33c2,
1103
- "anbopomofo", 0x3122,
1104
- "angbopomofo", 0x3124,
1105
- "angbracketleft", 0x3008, // Glyph is missing from Adobe's original list.
1106
- "angbracketright", 0x3009, // Glyph is missing from Adobe's original list.
1107
- "angkhankhuthai", 0x0e5a,
1108
- "angle", 0x2220,
1109
- "anglebracketleft", 0x3008,
1110
- "anglebracketleftvertical", 0xfe3f,
1111
- "anglebracketright", 0x3009,
1112
- "anglebracketrightvertical", 0xfe40,
1113
- "angleleft", 0x2329,
1114
- "angleright", 0x232a,
1115
- "angstrom", 0x212b,
1116
- "anoteleia", 0x0387,
1117
- "anudattadeva", 0x0952,
1118
- "anusvarabengali", 0x0982,
1119
- "anusvaradeva", 0x0902,
1120
- "anusvaragujarati", 0x0a82,
1121
- "aogonek", 0x0105,
1122
- "apaatosquare", 0x3300,
1123
- "aparen", 0x249c,
1124
- "apostrophearmenian", 0x055a,
1125
- "apostrophemod", 0x02bc,
1126
- "apple", 0xf8ff,
1127
- "approaches", 0x2250,
1128
- "approxequal", 0x2248,
1129
- "approxequalorimage", 0x2252,
1130
- "approximatelyequal", 0x2245,
1131
- "araeaekorean", 0x318e,
1132
- "araeakorean", 0x318d,
1133
- "arc", 0x2312,
1134
- "arighthalfring", 0x1e9a,
1135
- "aring", 0x00e5,
1136
- "aringacute", 0x01fb,
1137
- "aringbelow", 0x1e01,
1138
- "arrowboth", 0x2194,
1139
- "arrowdashdown", 0x21e3,
1140
- "arrowdashleft", 0x21e0,
1141
- "arrowdashright", 0x21e2,
1142
- "arrowdashup", 0x21e1,
1143
- "arrowdblboth", 0x21d4,
1144
- "arrowdbldown", 0x21d3,
1145
- "arrowdblleft", 0x21d0,
1146
- "arrowdblright", 0x21d2,
1147
- "arrowdblup", 0x21d1,
1148
- "arrowdown", 0x2193,
1149
- "arrowdownleft", 0x2199,
1150
- "arrowdownright", 0x2198,
1151
- "arrowdownwhite", 0x21e9,
1152
- "arrowheaddownmod", 0x02c5,
1153
- "arrowheadleftmod", 0x02c2,
1154
- "arrowheadrightmod", 0x02c3,
1155
- "arrowheadupmod", 0x02c4,
1156
- "arrowhorizex", 0xf8e7,
1157
- "arrowleft", 0x2190,
1158
- "arrowleftdbl", 0x21d0,
1159
- "arrowleftdblstroke", 0x21cd,
1160
- "arrowleftoverright", 0x21c6,
1161
- "arrowleftwhite", 0x21e6,
1162
- "arrowright", 0x2192,
1163
- "arrowrightdblstroke", 0x21cf,
1164
- "arrowrightheavy", 0x279e,
1165
- "arrowrightoverleft", 0x21c4,
1166
- "arrowrightwhite", 0x21e8,
1167
- "arrowtableft", 0x21e4,
1168
- "arrowtabright", 0x21e5,
1169
- "arrowup", 0x2191,
1170
- "arrowupdn", 0x2195,
1171
- "arrowupdnbse", 0x21a8,
1172
- "arrowupdownbase", 0x21a8,
1173
- "arrowupleft", 0x2196,
1174
- "arrowupleftofdown", 0x21c5,
1175
- "arrowupright", 0x2197,
1176
- "arrowupwhite", 0x21e7,
1177
- "arrowvertex", 0xf8e6,
1178
- "asciicircum", 0x005e,
1179
- "asciicircummonospace", 0xff3e,
1180
- "asciitilde", 0x007e,
1181
- "asciitildemonospace", 0xff5e,
1182
- "ascript", 0x0251,
1183
- "ascriptturned", 0x0252,
1184
- "asmallhiragana", 0x3041,
1185
- "asmallkatakana", 0x30a1,
1186
- "asmallkatakanahalfwidth", 0xff67,
1187
- "asterisk", 0x002a,
1188
- "asteriskaltonearabic", 0x066d,
1189
- "asteriskarabic", 0x066d,
1190
- "asteriskmath", 0x2217,
1191
- "asteriskmonospace", 0xff0a,
1192
- "asterisksmall", 0xfe61,
1193
- "asterism", 0x2042,
1194
- "asuperior", 0xf6e9,
1195
- "asymptoticallyequal", 0x2243,
1196
- "at", 0x0040,
1197
- "atilde", 0x00e3,
1198
- "atmonospace", 0xff20,
1199
- "atsmall", 0xfe6b,
1200
- "aturned", 0x0250,
1201
- "aubengali", 0x0994,
1202
- "aubopomofo", 0x3120,
1203
- "audeva", 0x0914,
1204
- "augujarati", 0x0a94,
1205
- "augurmukhi", 0x0a14,
1206
- "aulengthmarkbengali", 0x09d7,
1207
- "aumatragurmukhi", 0x0a4c,
1208
- "auvowelsignbengali", 0x09cc,
1209
- "auvowelsigndeva", 0x094c,
1210
- "auvowelsigngujarati", 0x0acc,
1211
- "avagrahadeva", 0x093d,
1212
- "aybarmenian", 0x0561,
1213
- "ayin", 0x05e2,
1214
- "ayinaltonehebrew", 0xfb20,
1215
- "ayinhebrew", 0x05e2,
1216
- "b", 0x0062,
1217
- "babengali", 0x09ac,
1218
- "backslash", 0x005c,
1219
- "backslashmonospace", 0xff3c,
1220
- "badeva", 0x092c,
1221
- "bagujarati", 0x0aac,
1222
- "bagurmukhi", 0x0a2c,
1223
- "bahiragana", 0x3070,
1224
- "bahtthai", 0x0e3f,
1225
- "bakatakana", 0x30d0,
1226
- "bar", 0x007c,
1227
- "barmonospace", 0xff5c,
1228
- "bbopomofo", 0x3105,
1229
- "bcircle", 0x24d1,
1230
- "bdotaccent", 0x1e03,
1231
- "bdotbelow", 0x1e05,
1232
- "beamedsixteenthnotes", 0x266c,
1233
- "because", 0x2235,
1234
- "becyrillic", 0x0431,
1235
- "beharabic", 0x0628,
1236
- "behfinalarabic", 0xfe90,
1237
- "behinitialarabic", 0xfe91,
1238
- "behiragana", 0x3079,
1239
- "behmedialarabic", 0xfe92,
1240
- "behmeeminitialarabic", 0xfc9f,
1241
- "behmeemisolatedarabic", 0xfc08,
1242
- "behnoonfinalarabic", 0xfc6d,
1243
- "bekatakana", 0x30d9,
1244
- "benarmenian", 0x0562,
1245
- "bet", 0x05d1,
1246
- "beta", 0x03b2,
1247
- "betasymbolgreek", 0x03d0,
1248
- "betdagesh", 0xfb31,
1249
- "betdageshhebrew", 0xfb31,
1250
- "bethebrew", 0x05d1,
1251
- "betrafehebrew", 0xfb4c,
1252
- "bhabengali", 0x09ad,
1253
- "bhadeva", 0x092d,
1254
- "bhagujarati", 0x0aad,
1255
- "bhagurmukhi", 0x0a2d,
1256
- "bhook", 0x0253,
1257
- "bihiragana", 0x3073,
1258
- "bikatakana", 0x30d3,
1259
- "bilabialclick", 0x0298,
1260
- "bindigurmukhi", 0x0a02,
1261
- "birusquare", 0x3331,
1262
- "blackcircle", 0x25cf,
1263
- "blackdiamond", 0x25c6,
1264
- "blackdownpointingtriangle", 0x25bc,
1265
- "blackleftpointingpointer", 0x25c4,
1266
- "blackleftpointingtriangle", 0x25c0,
1267
- "blacklenticularbracketleft", 0x3010,
1268
- "blacklenticularbracketleftvertical", 0xfe3b,
1269
- "blacklenticularbracketright", 0x3011,
1270
- "blacklenticularbracketrightvertical", 0xfe3c,
1271
- "blacklowerlefttriangle", 0x25e3,
1272
- "blacklowerrighttriangle", 0x25e2,
1273
- "blackrectangle", 0x25ac,
1274
- "blackrightpointingpointer", 0x25ba,
1275
- "blackrightpointingtriangle", 0x25b6,
1276
- "blacksmallsquare", 0x25aa,
1277
- "blacksmilingface", 0x263b,
1278
- "blacksquare", 0x25a0,
1279
- "blackstar", 0x2605,
1280
- "blackupperlefttriangle", 0x25e4,
1281
- "blackupperrighttriangle", 0x25e5,
1282
- "blackuppointingsmalltriangle", 0x25b4,
1283
- "blackuppointingtriangle", 0x25b2,
1284
- "blank", 0x2423,
1285
- "blinebelow", 0x1e07,
1286
- "block", 0x2588,
1287
- "bmonospace", 0xff42,
1288
- "bobaimaithai", 0x0e1a,
1289
- "bohiragana", 0x307c,
1290
- "bokatakana", 0x30dc,
1291
- "bparen", 0x249d,
1292
- "bqsquare", 0x33c3,
1293
- "braceex", 0xf8f4,
1294
- "braceleft", 0x007b,
1295
- "braceleftbt", 0xf8f3,
1296
- "braceleftmid", 0xf8f2,
1297
- "braceleftmonospace", 0xff5b,
1298
- "braceleftsmall", 0xfe5b,
1299
- "bracelefttp", 0xf8f1,
1300
- "braceleftvertical", 0xfe37,
1301
- "braceright", 0x007d,
1302
- "bracerightbt", 0xf8fe,
1303
- "bracerightmid", 0xf8fd,
1304
- "bracerightmonospace", 0xff5d,
1305
- "bracerightsmall", 0xfe5c,
1306
- "bracerighttp", 0xf8fc,
1307
- "bracerightvertical", 0xfe38,
1308
- "bracketleft", 0x005b,
1309
- "bracketleftbt", 0xf8f0,
1310
- "bracketleftex", 0xf8ef,
1311
- "bracketleftmonospace", 0xff3b,
1312
- "bracketlefttp", 0xf8ee,
1313
- "bracketright", 0x005d,
1314
- "bracketrightbt", 0xf8fb,
1315
- "bracketrightex", 0xf8fa,
1316
- "bracketrightmonospace", 0xff3d,
1317
- "bracketrighttp", 0xf8f9,
1318
- "breve", 0x02d8,
1319
- "brevebelowcmb", 0x032e,
1320
- "brevecmb", 0x0306,
1321
- "breveinvertedbelowcmb", 0x032f,
1322
- "breveinvertedcmb", 0x0311,
1323
- "breveinverteddoublecmb", 0x0361,
1324
- "bridgebelowcmb", 0x032a,
1325
- "bridgeinvertedbelowcmb", 0x033a,
1326
- "brokenbar", 0x00a6,
1327
- "bstroke", 0x0180,
1328
- "bsuperior", 0xf6ea,
1329
- "btopbar", 0x0183,
1330
- "buhiragana", 0x3076,
1331
- "bukatakana", 0x30d6,
1332
- "bullet", 0x2022,
1333
- "bulletinverse", 0x25d8,
1334
- "bulletoperator", 0x2219,
1335
- "bullseye", 0x25ce,
1336
- "c", 0x0063,
1337
- "caarmenian", 0x056e,
1338
- "cabengali", 0x099a,
1339
- "cacute", 0x0107,
1340
- "cadeva", 0x091a,
1341
- "cagujarati", 0x0a9a,
1342
- "cagurmukhi", 0x0a1a,
1343
- "calsquare", 0x3388,
1344
- "candrabindubengali", 0x0981,
1345
- "candrabinducmb", 0x0310,
1346
- "candrabindudeva", 0x0901,
1347
- "candrabindugujarati", 0x0a81,
1348
- "capslock", 0x21ea,
1349
- "careof", 0x2105,
1350
- "caron", 0x02c7,
1351
- "caronbelowcmb", 0x032c,
1352
- "caroncmb", 0x030c,
1353
- "carriagereturn", 0x21b5,
1354
- "cbopomofo", 0x3118,
1355
- "ccaron", 0x010d,
1356
- "ccedilla", 0x00e7,
1357
- "ccedillaacute", 0x1e09,
1358
- "ccircle", 0x24d2,
1359
- "ccircumflex", 0x0109,
1360
- "ccurl", 0x0255,
1361
- "cdot", 0x010b,
1362
- "cdotaccent", 0x010b,
1363
- "cdsquare", 0x33c5,
1364
- "cedilla", 0x00b8,
1365
- "cedillacmb", 0x0327,
1366
- "cent", 0x00a2,
1367
- "centigrade", 0x2103,
1368
- "centinferior", 0xf6df,
1369
- "centmonospace", 0xffe0,
1370
- "centoldstyle", 0xf7a2,
1371
- "centsuperior", 0xf6e0,
1372
- "chaarmenian", 0x0579,
1373
- "chabengali", 0x099b,
1374
- "chadeva", 0x091b,
1375
- "chagujarati", 0x0a9b,
1376
- "chagurmukhi", 0x0a1b,
1377
- "chbopomofo", 0x3114,
1378
- "cheabkhasiancyrillic", 0x04bd,
1379
- "checkmark", 0x2713,
1380
- "checyrillic", 0x0447,
1381
- "chedescenderabkhasiancyrillic", 0x04bf,
1382
- "chedescendercyrillic", 0x04b7,
1383
- "chedieresiscyrillic", 0x04f5,
1384
- "cheharmenian", 0x0573,
1385
- "chekhakassiancyrillic", 0x04cc,
1386
- "cheverticalstrokecyrillic", 0x04b9,
1387
- "chi", 0x03c7,
1388
- "chieuchacirclekorean", 0x3277,
1389
- "chieuchaparenkorean", 0x3217,
1390
- "chieuchcirclekorean", 0x3269,
1391
- "chieuchkorean", 0x314a,
1392
- "chieuchparenkorean", 0x3209,
1393
- "chochangthai", 0x0e0a,
1394
- "chochanthai", 0x0e08,
1395
- "chochingthai", 0x0e09,
1396
- "chochoethai", 0x0e0c,
1397
- "chook", 0x0188,
1398
- "cieucacirclekorean", 0x3276,
1399
- "cieucaparenkorean", 0x3216,
1400
- "cieuccirclekorean", 0x3268,
1401
- "cieuckorean", 0x3148,
1402
- "cieucparenkorean", 0x3208,
1403
- "cieucuparenkorean", 0x321c,
1404
- "circle", 0x25cb,
1405
- "circlecopyrt", 0x00a9, // Glyph is missing from Adobe's original list.
1406
- "circlemultiply", 0x2297,
1407
- "circleot", 0x2299,
1408
- "circleplus", 0x2295,
1409
- "circlepostalmark", 0x3036,
1410
- "circlewithlefthalfblack", 0x25d0,
1411
- "circlewithrighthalfblack", 0x25d1,
1412
- "circumflex", 0x02c6,
1413
- "circumflexbelowcmb", 0x032d,
1414
- "circumflexcmb", 0x0302,
1415
- "clear", 0x2327,
1416
- "clickalveolar", 0x01c2,
1417
- "clickdental", 0x01c0,
1418
- "clicklateral", 0x01c1,
1419
- "clickretroflex", 0x01c3,
1420
- "club", 0x2663,
1421
- "clubsuitblack", 0x2663,
1422
- "clubsuitwhite", 0x2667,
1423
- "cmcubedsquare", 0x33a4,
1424
- "cmonospace", 0xff43,
1425
- "cmsquaredsquare", 0x33a0,
1426
- "coarmenian", 0x0581,
1427
- "colon", 0x003a,
1428
- "colonmonetary", 0x20a1,
1429
- "colonmonospace", 0xff1a,
1430
- "colonsign", 0x20a1,
1431
- "colonsmall", 0xfe55,
1432
- "colontriangularhalfmod", 0x02d1,
1433
- "colontriangularmod", 0x02d0,
1434
- "comma", 0x002c,
1435
- "commaabovecmb", 0x0313,
1436
- "commaaboverightcmb", 0x0315,
1437
- "commaaccent", 0xf6c3,
1438
- "commaarabic", 0x060c,
1439
- "commaarmenian", 0x055d,
1440
- "commainferior", 0xf6e1,
1441
- "commamonospace", 0xff0c,
1442
- "commareversedabovecmb", 0x0314,
1443
- "commareversedmod", 0x02bd,
1444
- "commasmall", 0xfe50,
1445
- "commasuperior", 0xf6e2,
1446
- "commaturnedabovecmb", 0x0312,
1447
- "commaturnedmod", 0x02bb,
1448
- "compass", 0x263c,
1449
- "congruent", 0x2245,
1450
- "contourintegral", 0x222e,
1451
- "control", 0x2303,
1452
- "controlACK", 0x0006,
1453
- "controlBEL", 0x0007,
1454
- "controlBS", 0x0008,
1455
- "controlCAN", 0x0018,
1456
- "controlCR", 0x000d,
1457
- "controlDC1", 0x0011,
1458
- "controlDC2", 0x0012,
1459
- "controlDC3", 0x0013,
1460
- "controlDC4", 0x0014,
1461
- "controlDEL", 0x007f,
1462
- "controlDLE", 0x0010,
1463
- "controlEM", 0x0019,
1464
- "controlENQ", 0x0005,
1465
- "controlEOT", 0x0004,
1466
- "controlESC", 0x001b,
1467
- "controlETB", 0x0017,
1468
- "controlETX", 0x0003,
1469
- "controlFF", 0x000c,
1470
- "controlFS", 0x001c,
1471
- "controlGS", 0x001d,
1472
- "controlHT", 0x0009,
1473
- "controlLF", 0x000a,
1474
- "controlNAK", 0x0015,
1475
- "controlNULL", 0x0000, // Glyph is missing from Adobe's original list.
1476
- "controlRS", 0x001e,
1477
- "controlSI", 0x000f,
1478
- "controlSO", 0x000e,
1479
- "controlSOT", 0x0002,
1480
- "controlSTX", 0x0001,
1481
- "controlSUB", 0x001a,
1482
- "controlSYN", 0x0016,
1483
- "controlUS", 0x001f,
1484
- "controlVT", 0x000b,
1485
- "copyright", 0x00a9,
1486
- "copyrightsans", 0xf8e9,
1487
- "copyrightserif", 0xf6d9,
1488
- "cornerbracketleft", 0x300c,
1489
- "cornerbracketlefthalfwidth", 0xff62,
1490
- "cornerbracketleftvertical", 0xfe41,
1491
- "cornerbracketright", 0x300d,
1492
- "cornerbracketrighthalfwidth", 0xff63,
1493
- "cornerbracketrightvertical", 0xfe42,
1494
- "corporationsquare", 0x337f,
1495
- "cosquare", 0x33c7,
1496
- "coverkgsquare", 0x33c6,
1497
- "cparen", 0x249e,
1498
- "cruzeiro", 0x20a2,
1499
- "cstretched", 0x0297,
1500
- "curlyand", 0x22cf,
1501
- "curlyor", 0x22ce,
1502
- "currency", 0x00a4,
1503
- "cyrBreve", 0xf6d1,
1504
- "cyrFlex", 0xf6d2,
1505
- "cyrbreve", 0xf6d4,
1506
- "cyrflex", 0xf6d5,
1507
- "d", 0x0064,
1508
- "daarmenian", 0x0564,
1509
- "dabengali", 0x09a6,
1510
- "dadarabic", 0x0636,
1511
- "dadeva", 0x0926,
1512
- "dadfinalarabic", 0xfebe,
1513
- "dadinitialarabic", 0xfebf,
1514
- "dadmedialarabic", 0xfec0,
1515
- "dagesh", 0x05bc,
1516
- "dageshhebrew", 0x05bc,
1517
- "dagger", 0x2020,
1518
- "daggerdbl", 0x2021,
1519
- "dagujarati", 0x0aa6,
1520
- "dagurmukhi", 0x0a26,
1521
- "dahiragana", 0x3060,
1522
- "dakatakana", 0x30c0,
1523
- "dalarabic", 0x062f,
1524
- "dalet", 0x05d3,
1525
- "daletdagesh", 0xfb33,
1526
- "daletdageshhebrew", 0xfb33,
1527
- "dalethebrew", 0x05d3,
1528
- "dalfinalarabic", 0xfeaa,
1529
- "dammaarabic", 0x064f,
1530
- "dammalowarabic", 0x064f,
1531
- "dammatanaltonearabic", 0x064c,
1532
- "dammatanarabic", 0x064c,
1533
- "danda", 0x0964,
1534
- "dargahebrew", 0x05a7,
1535
- "dargalefthebrew", 0x05a7,
1536
- "dasiapneumatacyrilliccmb", 0x0485,
1537
- "dblGrave", 0xf6d3,
1538
- "dblanglebracketleft", 0x300a,
1539
- "dblanglebracketleftvertical", 0xfe3d,
1540
- "dblanglebracketright", 0x300b,
1541
- "dblanglebracketrightvertical", 0xfe3e,
1542
- "dblarchinvertedbelowcmb", 0x032b,
1543
- "dblarrowleft", 0x21d4,
1544
- "dblarrowright", 0x21d2,
1545
- "dbldanda", 0x0965,
1546
- "dblgrave", 0xf6d6,
1547
- "dblgravecmb", 0x030f,
1548
- "dblintegral", 0x222c,
1549
- "dbllowline", 0x2017,
1550
- "dbllowlinecmb", 0x0333,
1551
- "dbloverlinecmb", 0x033f,
1552
- "dblprimemod", 0x02ba,
1553
- "dblverticalbar", 0x2016,
1554
- "dblverticallineabovecmb", 0x030e,
1555
- "dbopomofo", 0x3109,
1556
- "dbsquare", 0x33c8,
1557
- "dcaron", 0x010f,
1558
- "dcedilla", 0x1e11,
1559
- "dcircle", 0x24d3,
1560
- "dcircumflexbelow", 0x1e13,
1561
- "dcroat", 0x0111,
1562
- "ddabengali", 0x09a1,
1563
- "ddadeva", 0x0921,
1564
- "ddagujarati", 0x0aa1,
1565
- "ddagurmukhi", 0x0a21,
1566
- "ddalarabic", 0x0688,
1567
- "ddalfinalarabic", 0xfb89,
1568
- "dddhadeva", 0x095c,
1569
- "ddhabengali", 0x09a2,
1570
- "ddhadeva", 0x0922,
1571
- "ddhagujarati", 0x0aa2,
1572
- "ddhagurmukhi", 0x0a22,
1573
- "ddotaccent", 0x1e0b,
1574
- "ddotbelow", 0x1e0d,
1575
- "decimalseparatorarabic", 0x066b,
1576
- "decimalseparatorpersian", 0x066b,
1577
- "decyrillic", 0x0434,
1578
- "degree", 0x00b0,
1579
- "dehihebrew", 0x05ad,
1580
- "dehiragana", 0x3067,
1581
- "deicoptic", 0x03ef,
1582
- "dekatakana", 0x30c7,
1583
- "deleteleft", 0x232b,
1584
- "deleteright", 0x2326,
1585
- "delta", 0x03b4,
1586
- "deltaturned", 0x018d,
1587
- "denominatorminusonenumeratorbengali", 0x09f8,
1588
- "dezh", 0x02a4,
1589
- "dhabengali", 0x09a7,
1590
- "dhadeva", 0x0927,
1591
- "dhagujarati", 0x0aa7,
1592
- "dhagurmukhi", 0x0a27,
1593
- "dhook", 0x0257,
1594
- "dialytikatonos", 0x0385,
1595
- "dialytikatonoscmb", 0x0344,
1596
- "diamond", 0x2666,
1597
- "diamondsuitwhite", 0x2662,
1598
- "dieresis", 0x00a8,
1599
- "dieresisacute", 0xf6d7,
1600
- "dieresisbelowcmb", 0x0324,
1601
- "dieresiscmb", 0x0308,
1602
- "dieresisgrave", 0xf6d8,
1603
- "dieresistonos", 0x0385,
1604
- "dihiragana", 0x3062,
1605
- "dikatakana", 0x30c2,
1606
- "dittomark", 0x3003,
1607
- "divide", 0x00f7,
1608
- "divides", 0x2223,
1609
- "divisionslash", 0x2215,
1610
- "djecyrillic", 0x0452,
1611
- "dkshade", 0x2593,
1612
- "dlinebelow", 0x1e0f,
1613
- "dlsquare", 0x3397,
1614
- "dmacron", 0x0111,
1615
- "dmonospace", 0xff44,
1616
- "dnblock", 0x2584,
1617
- "dochadathai", 0x0e0e,
1618
- "dodekthai", 0x0e14,
1619
- "dohiragana", 0x3069,
1620
- "dokatakana", 0x30c9,
1621
- "dollar", 0x0024,
1622
- "dollarinferior", 0xf6e3,
1623
- "dollarmonospace", 0xff04,
1624
- "dollaroldstyle", 0xf724,
1625
- "dollarsmall", 0xfe69,
1626
- "dollarsuperior", 0xf6e4,
1627
- "dong", 0x20ab,
1628
- "dorusquare", 0x3326,
1629
- "dotaccent", 0x02d9,
1630
- "dotaccentcmb", 0x0307,
1631
- "dotbelowcmb", 0x0323,
1632
- "dotbelowcomb", 0x0323,
1633
- "dotkatakana", 0x30fb,
1634
- "dotlessi", 0x0131,
1635
- "dotlessj", 0xf6be,
1636
- "dotlessjstrokehook", 0x0284,
1637
- "dotmath", 0x22c5,
1638
- "dottedcircle", 0x25cc,
1639
- "doubleyodpatah", 0xfb1f,
1640
- "doubleyodpatahhebrew", 0xfb1f,
1641
- "downtackbelowcmb", 0x031e,
1642
- "downtackmod", 0x02d5,
1643
- "dparen", 0x249f,
1644
- "dsuperior", 0xf6eb,
1645
- "dtail", 0x0256,
1646
- "dtopbar", 0x018c,
1647
- "duhiragana", 0x3065,
1648
- "dukatakana", 0x30c5,
1649
- "dz", 0x01f3,
1650
- "dzaltone", 0x02a3,
1651
- "dzcaron", 0x01c6,
1652
- "dzcurl", 0x02a5,
1653
- "dzeabkhasiancyrillic", 0x04e1,
1654
- "dzecyrillic", 0x0455,
1655
- "dzhecyrillic", 0x045f,
1656
- "e", 0x0065,
1657
- "eacute", 0x00e9,
1658
- "earth", 0x2641,
1659
- "ebengali", 0x098f,
1660
- "ebopomofo", 0x311c,
1661
- "ebreve", 0x0115,
1662
- "ecandradeva", 0x090d,
1663
- "ecandragujarati", 0x0a8d,
1664
- "ecandravowelsigndeva", 0x0945,
1665
- "ecandravowelsigngujarati", 0x0ac5,
1666
- "ecaron", 0x011b,
1667
- "ecedillabreve", 0x1e1d,
1668
- "echarmenian", 0x0565,
1669
- "echyiwnarmenian", 0x0587,
1670
- "ecircle", 0x24d4,
1671
- "ecircumflex", 0x00ea,
1672
- "ecircumflexacute", 0x1ebf,
1673
- "ecircumflexbelow", 0x1e19,
1674
- "ecircumflexdotbelow", 0x1ec7,
1675
- "ecircumflexgrave", 0x1ec1,
1676
- "ecircumflexhookabove", 0x1ec3,
1677
- "ecircumflextilde", 0x1ec5,
1678
- "ecyrillic", 0x0454,
1679
- "edblgrave", 0x0205,
1680
- "edeva", 0x090f,
1681
- "edieresis", 0x00eb,
1682
- "edot", 0x0117,
1683
- "edotaccent", 0x0117,
1684
- "edotbelow", 0x1eb9,
1685
- "eegurmukhi", 0x0a0f,
1686
- "eematragurmukhi", 0x0a47,
1687
- "efcyrillic", 0x0444,
1688
- "egrave", 0x00e8,
1689
- "egujarati", 0x0a8f,
1690
- "eharmenian", 0x0567,
1691
- "ehbopomofo", 0x311d,
1692
- "ehiragana", 0x3048,
1693
- "ehookabove", 0x1ebb,
1694
- "eibopomofo", 0x311f,
1695
- "eight", 0x0038,
1696
- "eightarabic", 0x0668,
1697
- "eightbengali", 0x09ee,
1698
- "eightcircle", 0x2467,
1699
- "eightcircleinversesansserif", 0x2791,
1700
- "eightdeva", 0x096e,
1701
- "eighteencircle", 0x2471,
1702
- "eighteenparen", 0x2485,
1703
- "eighteenperiod", 0x2499,
1704
- "eightgujarati", 0x0aee,
1705
- "eightgurmukhi", 0x0a6e,
1706
- "eighthackarabic", 0x0668,
1707
- "eighthangzhou", 0x3028,
1708
- "eighthnotebeamed", 0x266b,
1709
- "eightideographicparen", 0x3227,
1710
- "eightinferior", 0x2088,
1711
- "eightmonospace", 0xff18,
1712
- "eightoldstyle", 0xf738,
1713
- "eightparen", 0x247b,
1714
- "eightperiod", 0x248f,
1715
- "eightpersian", 0x06f8,
1716
- "eightroman", 0x2177,
1717
- "eightsuperior", 0x2078,
1718
- "eightthai", 0x0e58,
1719
- "einvertedbreve", 0x0207,
1720
- "eiotifiedcyrillic", 0x0465,
1721
- "ekatakana", 0x30a8,
1722
- "ekatakanahalfwidth", 0xff74,
1723
- "ekonkargurmukhi", 0x0a74,
1724
- "ekorean", 0x3154,
1725
- "elcyrillic", 0x043b,
1726
- "element", 0x2208,
1727
- "elevencircle", 0x246a,
1728
- "elevenparen", 0x247e,
1729
- "elevenperiod", 0x2492,
1730
- "elevenroman", 0x217a,
1731
- "ellipsis", 0x2026,
1732
- "ellipsisvertical", 0x22ee,
1733
- "emacron", 0x0113,
1734
- "emacronacute", 0x1e17,
1735
- "emacrongrave", 0x1e15,
1736
- "emcyrillic", 0x043c,
1737
- "emdash", 0x2014,
1738
- "emdashvertical", 0xfe31,
1739
- "emonospace", 0xff45,
1740
- "emphasismarkarmenian", 0x055b,
1741
- "emptyset", 0x2205,
1742
- "enbopomofo", 0x3123,
1743
- "encyrillic", 0x043d,
1744
- "endash", 0x2013,
1745
- "endashvertical", 0xfe32,
1746
- "endescendercyrillic", 0x04a3,
1747
- "eng", 0x014b,
1748
- "engbopomofo", 0x3125,
1749
- "enghecyrillic", 0x04a5,
1750
- "enhookcyrillic", 0x04c8,
1751
- "enspace", 0x2002,
1752
- "eogonek", 0x0119,
1753
- "eokorean", 0x3153,
1754
- "eopen", 0x025b,
1755
- "eopenclosed", 0x029a,
1756
- "eopenreversed", 0x025c,
1757
- "eopenreversedclosed", 0x025e,
1758
- "eopenreversedhook", 0x025d,
1759
- "eparen", 0x24a0,
1760
- "epsilon", 0x03b5,
1761
- "epsilontonos", 0x03ad,
1762
- "equal", 0x003d,
1763
- "equalmonospace", 0xff1d,
1764
- "equalsmall", 0xfe66,
1765
- "equalsuperior", 0x207c,
1766
- "equivalence", 0x2261,
1767
- "erbopomofo", 0x3126,
1768
- "ercyrillic", 0x0440,
1769
- "ereversed", 0x0258,
1770
- "ereversedcyrillic", 0x044d,
1771
- "escyrillic", 0x0441,
1772
- "esdescendercyrillic", 0x04ab,
1773
- "esh", 0x0283,
1774
- "eshcurl", 0x0286,
1775
- "eshortdeva", 0x090e,
1776
- "eshortvowelsigndeva", 0x0946,
1777
- "eshreversedloop", 0x01aa,
1778
- "eshsquatreversed", 0x0285,
1779
- "esmallhiragana", 0x3047,
1780
- "esmallkatakana", 0x30a7,
1781
- "esmallkatakanahalfwidth", 0xff6a,
1782
- "estimated", 0x212e,
1783
- "esuperior", 0xf6ec,
1784
- "eta", 0x03b7,
1785
- "etarmenian", 0x0568,
1786
- "etatonos", 0x03ae,
1787
- "eth", 0x00f0,
1788
- "etilde", 0x1ebd,
1789
- "etildebelow", 0x1e1b,
1790
- "etnahtafoukhhebrew", 0x0591,
1791
- "etnahtafoukhlefthebrew", 0x0591,
1792
- "etnahtahebrew", 0x0591,
1793
- "etnahtalefthebrew", 0x0591,
1794
- "eturned", 0x01dd,
1795
- "eukorean", 0x3161,
1796
- "euro", 0x20ac,
1797
- "evowelsignbengali", 0x09c7,
1798
- "evowelsigndeva", 0x0947,
1799
- "evowelsigngujarati", 0x0ac7,
1800
- "exclam", 0x0021,
1801
- "exclamarmenian", 0x055c,
1802
- "exclamdbl", 0x203c,
1803
- "exclamdown", 0x00a1,
1804
- "exclamdownsmall", 0xf7a1,
1805
- "exclammonospace", 0xff01,
1806
- "exclamsmall", 0xf721,
1807
- "existential", 0x2203,
1808
- "ezh", 0x0292,
1809
- "ezhcaron", 0x01ef,
1810
- "ezhcurl", 0x0293,
1811
- "ezhreversed", 0x01b9,
1812
- "ezhtail", 0x01ba,
1813
- "f", 0x0066,
1814
- "fadeva", 0x095e,
1815
- "fagurmukhi", 0x0a5e,
1816
- "fahrenheit", 0x2109,
1817
- "fathaarabic", 0x064e,
1818
- "fathalowarabic", 0x064e,
1819
- "fathatanarabic", 0x064b,
1820
- "fbopomofo", 0x3108,
1821
- "fcircle", 0x24d5,
1822
- "fdotaccent", 0x1e1f,
1823
- "feharabic", 0x0641,
1824
- "feharmenian", 0x0586,
1825
- "fehfinalarabic", 0xfed2,
1826
- "fehinitialarabic", 0xfed3,
1827
- "fehmedialarabic", 0xfed4,
1828
- "feicoptic", 0x03e5,
1829
- "female", 0x2640,
1830
- "ff", 0xfb00,
1831
- "f_f", 0xfb00, // Fixes issue 11016.
1832
- "ffi", 0xfb03,
1833
- "ffl", 0xfb04,
1834
- "fi", 0xfb01,
1835
- "fifteencircle", 0x246e,
1836
- "fifteenparen", 0x2482,
1837
- "fifteenperiod", 0x2496,
1838
- "figuredash", 0x2012,
1839
- "filledbox", 0x25a0,
1840
- "filledrect", 0x25ac,
1841
- "finalkaf", 0x05da,
1842
- "finalkafdagesh", 0xfb3a,
1843
- "finalkafdageshhebrew", 0xfb3a,
1844
- "finalkafhebrew", 0x05da,
1845
- "finalmem", 0x05dd,
1846
- "finalmemhebrew", 0x05dd,
1847
- "finalnun", 0x05df,
1848
- "finalnunhebrew", 0x05df,
1849
- "finalpe", 0x05e3,
1850
- "finalpehebrew", 0x05e3,
1851
- "finaltsadi", 0x05e5,
1852
- "finaltsadihebrew", 0x05e5,
1853
- "firsttonechinese", 0x02c9,
1854
- "fisheye", 0x25c9,
1855
- "fitacyrillic", 0x0473,
1856
- "five", 0x0035,
1857
- "fivearabic", 0x0665,
1858
- "fivebengali", 0x09eb,
1859
- "fivecircle", 0x2464,
1860
- "fivecircleinversesansserif", 0x278e,
1861
- "fivedeva", 0x096b,
1862
- "fiveeighths", 0x215d,
1863
- "fivegujarati", 0x0aeb,
1864
- "fivegurmukhi", 0x0a6b,
1865
- "fivehackarabic", 0x0665,
1866
- "fivehangzhou", 0x3025,
1867
- "fiveideographicparen", 0x3224,
1868
- "fiveinferior", 0x2085,
1869
- "fivemonospace", 0xff15,
1870
- "fiveoldstyle", 0xf735,
1871
- "fiveparen", 0x2478,
1872
- "fiveperiod", 0x248c,
1873
- "fivepersian", 0x06f5,
1874
- "fiveroman", 0x2174,
1875
- "fivesuperior", 0x2075,
1876
- "fivethai", 0x0e55,
1877
- "fl", 0xfb02,
1878
- "florin", 0x0192,
1879
- "fmonospace", 0xff46,
1880
- "fmsquare", 0x3399,
1881
- "fofanthai", 0x0e1f,
1882
- "fofathai", 0x0e1d,
1883
- "fongmanthai", 0x0e4f,
1884
- "forall", 0x2200,
1885
- "four", 0x0034,
1886
- "fourarabic", 0x0664,
1887
- "fourbengali", 0x09ea,
1888
- "fourcircle", 0x2463,
1889
- "fourcircleinversesansserif", 0x278d,
1890
- "fourdeva", 0x096a,
1891
- "fourgujarati", 0x0aea,
1892
- "fourgurmukhi", 0x0a6a,
1893
- "fourhackarabic", 0x0664,
1894
- "fourhangzhou", 0x3024,
1895
- "fourideographicparen", 0x3223,
1896
- "fourinferior", 0x2084,
1897
- "fourmonospace", 0xff14,
1898
- "fournumeratorbengali", 0x09f7,
1899
- "fouroldstyle", 0xf734,
1900
- "fourparen", 0x2477,
1901
- "fourperiod", 0x248b,
1902
- "fourpersian", 0x06f4,
1903
- "fourroman", 0x2173,
1904
- "foursuperior", 0x2074,
1905
- "fourteencircle", 0x246d,
1906
- "fourteenparen", 0x2481,
1907
- "fourteenperiod", 0x2495,
1908
- "fourthai", 0x0e54,
1909
- "fourthtonechinese", 0x02cb,
1910
- "fparen", 0x24a1,
1911
- "fraction", 0x2044,
1912
- "franc", 0x20a3,
1913
- "g", 0x0067,
1914
- "gabengali", 0x0997,
1915
- "gacute", 0x01f5,
1916
- "gadeva", 0x0917,
1917
- "gafarabic", 0x06af,
1918
- "gaffinalarabic", 0xfb93,
1919
- "gafinitialarabic", 0xfb94,
1920
- "gafmedialarabic", 0xfb95,
1921
- "gagujarati", 0x0a97,
1922
- "gagurmukhi", 0x0a17,
1923
- "gahiragana", 0x304c,
1924
- "gakatakana", 0x30ac,
1925
- "gamma", 0x03b3,
1926
- "gammalatinsmall", 0x0263,
1927
- "gammasuperior", 0x02e0,
1928
- "gangiacoptic", 0x03eb,
1929
- "gbopomofo", 0x310d,
1930
- "gbreve", 0x011f,
1931
- "gcaron", 0x01e7,
1932
- "gcedilla", 0x0123,
1933
- "gcircle", 0x24d6,
1934
- "gcircumflex", 0x011d,
1935
- "gcommaaccent", 0x0123,
1936
- "gdot", 0x0121,
1937
- "gdotaccent", 0x0121,
1938
- "gecyrillic", 0x0433,
1939
- "gehiragana", 0x3052,
1940
- "gekatakana", 0x30b2,
1941
- "geometricallyequal", 0x2251,
1942
- "gereshaccenthebrew", 0x059c,
1943
- "gereshhebrew", 0x05f3,
1944
- "gereshmuqdamhebrew", 0x059d,
1945
- "germandbls", 0x00df,
1946
- "gershayimaccenthebrew", 0x059e,
1947
- "gershayimhebrew", 0x05f4,
1948
- "getamark", 0x3013,
1949
- "ghabengali", 0x0998,
1950
- "ghadarmenian", 0x0572,
1951
- "ghadeva", 0x0918,
1952
- "ghagujarati", 0x0a98,
1953
- "ghagurmukhi", 0x0a18,
1954
- "ghainarabic", 0x063a,
1955
- "ghainfinalarabic", 0xfece,
1956
- "ghaininitialarabic", 0xfecf,
1957
- "ghainmedialarabic", 0xfed0,
1958
- "ghemiddlehookcyrillic", 0x0495,
1959
- "ghestrokecyrillic", 0x0493,
1960
- "gheupturncyrillic", 0x0491,
1961
- "ghhadeva", 0x095a,
1962
- "ghhagurmukhi", 0x0a5a,
1963
- "ghook", 0x0260,
1964
- "ghzsquare", 0x3393,
1965
- "gihiragana", 0x304e,
1966
- "gikatakana", 0x30ae,
1967
- "gimarmenian", 0x0563,
1968
- "gimel", 0x05d2,
1969
- "gimeldagesh", 0xfb32,
1970
- "gimeldageshhebrew", 0xfb32,
1971
- "gimelhebrew", 0x05d2,
1972
- "gjecyrillic", 0x0453,
1973
- "glottalinvertedstroke", 0x01be,
1974
- "glottalstop", 0x0294,
1975
- "glottalstopinverted", 0x0296,
1976
- "glottalstopmod", 0x02c0,
1977
- "glottalstopreversed", 0x0295,
1978
- "glottalstopreversedmod", 0x02c1,
1979
- "glottalstopreversedsuperior", 0x02e4,
1980
- "glottalstopstroke", 0x02a1,
1981
- "glottalstopstrokereversed", 0x02a2,
1982
- "gmacron", 0x1e21,
1983
- "gmonospace", 0xff47,
1984
- "gohiragana", 0x3054,
1985
- "gokatakana", 0x30b4,
1986
- "gparen", 0x24a2,
1987
- "gpasquare", 0x33ac,
1988
- "gradient", 0x2207,
1989
- "grave", 0x0060,
1990
- "gravebelowcmb", 0x0316,
1991
- "gravecmb", 0x0300,
1992
- "gravecomb", 0x0300,
1993
- "gravedeva", 0x0953,
1994
- "gravelowmod", 0x02ce,
1995
- "gravemonospace", 0xff40,
1996
- "gravetonecmb", 0x0340,
1997
- "greater", 0x003e,
1998
- "greaterequal", 0x2265,
1999
- "greaterequalorless", 0x22db,
2000
- "greatermonospace", 0xff1e,
2001
- "greaterorequivalent", 0x2273,
2002
- "greaterorless", 0x2277,
2003
- "greateroverequal", 0x2267,
2004
- "greatersmall", 0xfe65,
2005
- "gscript", 0x0261,
2006
- "gstroke", 0x01e5,
2007
- "guhiragana", 0x3050,
2008
- "guillemotleft", 0x00ab,
2009
- "guillemotright", 0x00bb,
2010
- "guilsinglleft", 0x2039,
2011
- "guilsinglright", 0x203a,
2012
- "gukatakana", 0x30b0,
2013
- "guramusquare", 0x3318,
2014
- "gysquare", 0x33c9,
2015
- "h", 0x0068,
2016
- "haabkhasiancyrillic", 0x04a9,
2017
- "haaltonearabic", 0x06c1,
2018
- "habengali", 0x09b9,
2019
- "hadescendercyrillic", 0x04b3,
2020
- "hadeva", 0x0939,
2021
- "hagujarati", 0x0ab9,
2022
- "hagurmukhi", 0x0a39,
2023
- "haharabic", 0x062d,
2024
- "hahfinalarabic", 0xfea2,
2025
- "hahinitialarabic", 0xfea3,
2026
- "hahiragana", 0x306f,
2027
- "hahmedialarabic", 0xfea4,
2028
- "haitusquare", 0x332a,
2029
- "hakatakana", 0x30cf,
2030
- "hakatakanahalfwidth", 0xff8a,
2031
- "halantgurmukhi", 0x0a4d,
2032
- "hamzaarabic", 0x0621,
2033
- "hamzalowarabic", 0x0621,
2034
- "hangulfiller", 0x3164,
2035
- "hardsigncyrillic", 0x044a,
2036
- "harpoonleftbarbup", 0x21bc,
2037
- "harpoonrightbarbup", 0x21c0,
2038
- "hasquare", 0x33ca,
2039
- "hatafpatah", 0x05b2,
2040
- "hatafpatah16", 0x05b2,
2041
- "hatafpatah23", 0x05b2,
2042
- "hatafpatah2f", 0x05b2,
2043
- "hatafpatahhebrew", 0x05b2,
2044
- "hatafpatahnarrowhebrew", 0x05b2,
2045
- "hatafpatahquarterhebrew", 0x05b2,
2046
- "hatafpatahwidehebrew", 0x05b2,
2047
- "hatafqamats", 0x05b3,
2048
- "hatafqamats1b", 0x05b3,
2049
- "hatafqamats28", 0x05b3,
2050
- "hatafqamats34", 0x05b3,
2051
- "hatafqamatshebrew", 0x05b3,
2052
- "hatafqamatsnarrowhebrew", 0x05b3,
2053
- "hatafqamatsquarterhebrew", 0x05b3,
2054
- "hatafqamatswidehebrew", 0x05b3,
2055
- "hatafsegol", 0x05b1,
2056
- "hatafsegol17", 0x05b1,
2057
- "hatafsegol24", 0x05b1,
2058
- "hatafsegol30", 0x05b1,
2059
- "hatafsegolhebrew", 0x05b1,
2060
- "hatafsegolnarrowhebrew", 0x05b1,
2061
- "hatafsegolquarterhebrew", 0x05b1,
2062
- "hatafsegolwidehebrew", 0x05b1,
2063
- "hbar", 0x0127,
2064
- "hbopomofo", 0x310f,
2065
- "hbrevebelow", 0x1e2b,
2066
- "hcedilla", 0x1e29,
2067
- "hcircle", 0x24d7,
2068
- "hcircumflex", 0x0125,
2069
- "hdieresis", 0x1e27,
2070
- "hdotaccent", 0x1e23,
2071
- "hdotbelow", 0x1e25,
2072
- "he", 0x05d4,
2073
- "heart", 0x2665,
2074
- "heartsuitblack", 0x2665,
2075
- "heartsuitwhite", 0x2661,
2076
- "hedagesh", 0xfb34,
2077
- "hedageshhebrew", 0xfb34,
2078
- "hehaltonearabic", 0x06c1,
2079
- "heharabic", 0x0647,
2080
- "hehebrew", 0x05d4,
2081
- "hehfinalaltonearabic", 0xfba7,
2082
- "hehfinalalttwoarabic", 0xfeea,
2083
- "hehfinalarabic", 0xfeea,
2084
- "hehhamzaabovefinalarabic", 0xfba5,
2085
- "hehhamzaaboveisolatedarabic", 0xfba4,
2086
- "hehinitialaltonearabic", 0xfba8,
2087
- "hehinitialarabic", 0xfeeb,
2088
- "hehiragana", 0x3078,
2089
- "hehmedialaltonearabic", 0xfba9,
2090
- "hehmedialarabic", 0xfeec,
2091
- "heiseierasquare", 0x337b,
2092
- "hekatakana", 0x30d8,
2093
- "hekatakanahalfwidth", 0xff8d,
2094
- "hekutaarusquare", 0x3336,
2095
- "henghook", 0x0267,
2096
- "herutusquare", 0x3339,
2097
- "het", 0x05d7,
2098
- "hethebrew", 0x05d7,
2099
- "hhook", 0x0266,
2100
- "hhooksuperior", 0x02b1,
2101
- "hieuhacirclekorean", 0x327b,
2102
- "hieuhaparenkorean", 0x321b,
2103
- "hieuhcirclekorean", 0x326d,
2104
- "hieuhkorean", 0x314e,
2105
- "hieuhparenkorean", 0x320d,
2106
- "hihiragana", 0x3072,
2107
- "hikatakana", 0x30d2,
2108
- "hikatakanahalfwidth", 0xff8b,
2109
- "hiriq", 0x05b4,
2110
- "hiriq14", 0x05b4,
2111
- "hiriq21", 0x05b4,
2112
- "hiriq2d", 0x05b4,
2113
- "hiriqhebrew", 0x05b4,
2114
- "hiriqnarrowhebrew", 0x05b4,
2115
- "hiriqquarterhebrew", 0x05b4,
2116
- "hiriqwidehebrew", 0x05b4,
2117
- "hlinebelow", 0x1e96,
2118
- "hmonospace", 0xff48,
2119
- "hoarmenian", 0x0570,
2120
- "hohipthai", 0x0e2b,
2121
- "hohiragana", 0x307b,
2122
- "hokatakana", 0x30db,
2123
- "hokatakanahalfwidth", 0xff8e,
2124
- "holam", 0x05b9,
2125
- "holam19", 0x05b9,
2126
- "holam26", 0x05b9,
2127
- "holam32", 0x05b9,
2128
- "holamhebrew", 0x05b9,
2129
- "holamnarrowhebrew", 0x05b9,
2130
- "holamquarterhebrew", 0x05b9,
2131
- "holamwidehebrew", 0x05b9,
2132
- "honokhukthai", 0x0e2e,
2133
- "hookabovecomb", 0x0309,
2134
- "hookcmb", 0x0309,
2135
- "hookpalatalizedbelowcmb", 0x0321,
2136
- "hookretroflexbelowcmb", 0x0322,
2137
- "hoonsquare", 0x3342,
2138
- "horicoptic", 0x03e9,
2139
- "horizontalbar", 0x2015,
2140
- "horncmb", 0x031b,
2141
- "hotsprings", 0x2668,
2142
- "house", 0x2302,
2143
- "hparen", 0x24a3,
2144
- "hsuperior", 0x02b0,
2145
- "hturned", 0x0265,
2146
- "huhiragana", 0x3075,
2147
- "huiitosquare", 0x3333,
2148
- "hukatakana", 0x30d5,
2149
- "hukatakanahalfwidth", 0xff8c,
2150
- "hungarumlaut", 0x02dd,
2151
- "hungarumlautcmb", 0x030b,
2152
- "hv", 0x0195,
2153
- "hyphen", 0x002d,
2154
- "hypheninferior", 0xf6e5,
2155
- "hyphenmonospace", 0xff0d,
2156
- "hyphensmall", 0xfe63,
2157
- "hyphensuperior", 0xf6e6,
2158
- "hyphentwo", 0x2010,
2159
- "i", 0x0069,
2160
- "iacute", 0x00ed,
2161
- "iacyrillic", 0x044f,
2162
- "ibengali", 0x0987,
2163
- "ibopomofo", 0x3127,
2164
- "ibreve", 0x012d,
2165
- "icaron", 0x01d0,
2166
- "icircle", 0x24d8,
2167
- "icircumflex", 0x00ee,
2168
- "icyrillic", 0x0456,
2169
- "idblgrave", 0x0209,
2170
- "ideographearthcircle", 0x328f,
2171
- "ideographfirecircle", 0x328b,
2172
- "ideographicallianceparen", 0x323f,
2173
- "ideographiccallparen", 0x323a,
2174
- "ideographiccentrecircle", 0x32a5,
2175
- "ideographicclose", 0x3006,
2176
- "ideographiccomma", 0x3001,
2177
- "ideographiccommaleft", 0xff64,
2178
- "ideographiccongratulationparen", 0x3237,
2179
- "ideographiccorrectcircle", 0x32a3,
2180
- "ideographicearthparen", 0x322f,
2181
- "ideographicenterpriseparen", 0x323d,
2182
- "ideographicexcellentcircle", 0x329d,
2183
- "ideographicfestivalparen", 0x3240,
2184
- "ideographicfinancialcircle", 0x3296,
2185
- "ideographicfinancialparen", 0x3236,
2186
- "ideographicfireparen", 0x322b,
2187
- "ideographichaveparen", 0x3232,
2188
- "ideographichighcircle", 0x32a4,
2189
- "ideographiciterationmark", 0x3005,
2190
- "ideographiclaborcircle", 0x3298,
2191
- "ideographiclaborparen", 0x3238,
2192
- "ideographicleftcircle", 0x32a7,
2193
- "ideographiclowcircle", 0x32a6,
2194
- "ideographicmedicinecircle", 0x32a9,
2195
- "ideographicmetalparen", 0x322e,
2196
- "ideographicmoonparen", 0x322a,
2197
- "ideographicnameparen", 0x3234,
2198
- "ideographicperiod", 0x3002,
2199
- "ideographicprintcircle", 0x329e,
2200
- "ideographicreachparen", 0x3243,
2201
- "ideographicrepresentparen", 0x3239,
2202
- "ideographicresourceparen", 0x323e,
2203
- "ideographicrightcircle", 0x32a8,
2204
- "ideographicsecretcircle", 0x3299,
2205
- "ideographicselfparen", 0x3242,
2206
- "ideographicsocietyparen", 0x3233,
2207
- "ideographicspace", 0x3000,
2208
- "ideographicspecialparen", 0x3235,
2209
- "ideographicstockparen", 0x3231,
2210
- "ideographicstudyparen", 0x323b,
2211
- "ideographicsunparen", 0x3230,
2212
- "ideographicsuperviseparen", 0x323c,
2213
- "ideographicwaterparen", 0x322c,
2214
- "ideographicwoodparen", 0x322d,
2215
- "ideographiczero", 0x3007,
2216
- "ideographmetalcircle", 0x328e,
2217
- "ideographmooncircle", 0x328a,
2218
- "ideographnamecircle", 0x3294,
2219
- "ideographsuncircle", 0x3290,
2220
- "ideographwatercircle", 0x328c,
2221
- "ideographwoodcircle", 0x328d,
2222
- "ideva", 0x0907,
2223
- "idieresis", 0x00ef,
2224
- "idieresisacute", 0x1e2f,
2225
- "idieresiscyrillic", 0x04e5,
2226
- "idotbelow", 0x1ecb,
2227
- "iebrevecyrillic", 0x04d7,
2228
- "iecyrillic", 0x0435,
2229
- "ieungacirclekorean", 0x3275,
2230
- "ieungaparenkorean", 0x3215,
2231
- "ieungcirclekorean", 0x3267,
2232
- "ieungkorean", 0x3147,
2233
- "ieungparenkorean", 0x3207,
2234
- "igrave", 0x00ec,
2235
- "igujarati", 0x0a87,
2236
- "igurmukhi", 0x0a07,
2237
- "ihiragana", 0x3044,
2238
- "ihookabove", 0x1ec9,
2239
- "iibengali", 0x0988,
2240
- "iicyrillic", 0x0438,
2241
- "iideva", 0x0908,
2242
- "iigujarati", 0x0a88,
2243
- "iigurmukhi", 0x0a08,
2244
- "iimatragurmukhi", 0x0a40,
2245
- "iinvertedbreve", 0x020b,
2246
- "iishortcyrillic", 0x0439,
2247
- "iivowelsignbengali", 0x09c0,
2248
- "iivowelsigndeva", 0x0940,
2249
- "iivowelsigngujarati", 0x0ac0,
2250
- "ij", 0x0133,
2251
- "ikatakana", 0x30a4,
2252
- "ikatakanahalfwidth", 0xff72,
2253
- "ikorean", 0x3163,
2254
- "ilde", 0x02dc,
2255
- "iluyhebrew", 0x05ac,
2256
- "imacron", 0x012b,
2257
- "imacroncyrillic", 0x04e3,
2258
- "imageorapproximatelyequal", 0x2253,
2259
- "imatragurmukhi", 0x0a3f,
2260
- "imonospace", 0xff49,
2261
- "increment", 0x2206,
2262
- "infinity", 0x221e,
2263
- "iniarmenian", 0x056b,
2264
- "integral", 0x222b,
2265
- "integralbottom", 0x2321,
2266
- "integralbt", 0x2321,
2267
- "integralex", 0xf8f5,
2268
- "integraltop", 0x2320,
2269
- "integraltp", 0x2320,
2270
- "intersection", 0x2229,
2271
- "intisquare", 0x3305,
2272
- "invbullet", 0x25d8,
2273
- "invcircle", 0x25d9,
2274
- "invsmileface", 0x263b,
2275
- "iocyrillic", 0x0451,
2276
- "iogonek", 0x012f,
2277
- "iota", 0x03b9,
2278
- "iotadieresis", 0x03ca,
2279
- "iotadieresistonos", 0x0390,
2280
- "iotalatin", 0x0269,
2281
- "iotatonos", 0x03af,
2282
- "iparen", 0x24a4,
2283
- "irigurmukhi", 0x0a72,
2284
- "ismallhiragana", 0x3043,
2285
- "ismallkatakana", 0x30a3,
2286
- "ismallkatakanahalfwidth", 0xff68,
2287
- "issharbengali", 0x09fa,
2288
- "istroke", 0x0268,
2289
- "isuperior", 0xf6ed,
2290
- "iterationhiragana", 0x309d,
2291
- "iterationkatakana", 0x30fd,
2292
- "itilde", 0x0129,
2293
- "itildebelow", 0x1e2d,
2294
- "iubopomofo", 0x3129,
2295
- "iucyrillic", 0x044e,
2296
- "ivowelsignbengali", 0x09bf,
2297
- "ivowelsigndeva", 0x093f,
2298
- "ivowelsigngujarati", 0x0abf,
2299
- "izhitsacyrillic", 0x0475,
2300
- "izhitsadblgravecyrillic", 0x0477,
2301
- "j", 0x006a,
2302
- "jaarmenian", 0x0571,
2303
- "jabengali", 0x099c,
2304
- "jadeva", 0x091c,
2305
- "jagujarati", 0x0a9c,
2306
- "jagurmukhi", 0x0a1c,
2307
- "jbopomofo", 0x3110,
2308
- "jcaron", 0x01f0,
2309
- "jcircle", 0x24d9,
2310
- "jcircumflex", 0x0135,
2311
- "jcrossedtail", 0x029d,
2312
- "jdotlessstroke", 0x025f,
2313
- "jecyrillic", 0x0458,
2314
- "jeemarabic", 0x062c,
2315
- "jeemfinalarabic", 0xfe9e,
2316
- "jeeminitialarabic", 0xfe9f,
2317
- "jeemmedialarabic", 0xfea0,
2318
- "jeharabic", 0x0698,
2319
- "jehfinalarabic", 0xfb8b,
2320
- "jhabengali", 0x099d,
2321
- "jhadeva", 0x091d,
2322
- "jhagujarati", 0x0a9d,
2323
- "jhagurmukhi", 0x0a1d,
2324
- "jheharmenian", 0x057b,
2325
- "jis", 0x3004,
2326
- "jmonospace", 0xff4a,
2327
- "jparen", 0x24a5,
2328
- "jsuperior", 0x02b2,
2329
- "k", 0x006b,
2330
- "kabashkircyrillic", 0x04a1,
2331
- "kabengali", 0x0995,
2332
- "kacute", 0x1e31,
2333
- "kacyrillic", 0x043a,
2334
- "kadescendercyrillic", 0x049b,
2335
- "kadeva", 0x0915,
2336
- "kaf", 0x05db,
2337
- "kafarabic", 0x0643,
2338
- "kafdagesh", 0xfb3b,
2339
- "kafdageshhebrew", 0xfb3b,
2340
- "kaffinalarabic", 0xfeda,
2341
- "kafhebrew", 0x05db,
2342
- "kafinitialarabic", 0xfedb,
2343
- "kafmedialarabic", 0xfedc,
2344
- "kafrafehebrew", 0xfb4d,
2345
- "kagujarati", 0x0a95,
2346
- "kagurmukhi", 0x0a15,
2347
- "kahiragana", 0x304b,
2348
- "kahookcyrillic", 0x04c4,
2349
- "kakatakana", 0x30ab,
2350
- "kakatakanahalfwidth", 0xff76,
2351
- "kappa", 0x03ba,
2352
- "kappasymbolgreek", 0x03f0,
2353
- "kapyeounmieumkorean", 0x3171,
2354
- "kapyeounphieuphkorean", 0x3184,
2355
- "kapyeounpieupkorean", 0x3178,
2356
- "kapyeounssangpieupkorean", 0x3179,
2357
- "karoriisquare", 0x330d,
2358
- "kashidaautoarabic", 0x0640,
2359
- "kashidaautonosidebearingarabic", 0x0640,
2360
- "kasmallkatakana", 0x30f5,
2361
- "kasquare", 0x3384,
2362
- "kasraarabic", 0x0650,
2363
- "kasratanarabic", 0x064d,
2364
- "kastrokecyrillic", 0x049f,
2365
- "katahiraprolongmarkhalfwidth", 0xff70,
2366
- "kaverticalstrokecyrillic", 0x049d,
2367
- "kbopomofo", 0x310e,
2368
- "kcalsquare", 0x3389,
2369
- "kcaron", 0x01e9,
2370
- "kcedilla", 0x0137,
2371
- "kcircle", 0x24da,
2372
- "kcommaaccent", 0x0137,
2373
- "kdotbelow", 0x1e33,
2374
- "keharmenian", 0x0584,
2375
- "kehiragana", 0x3051,
2376
- "kekatakana", 0x30b1,
2377
- "kekatakanahalfwidth", 0xff79,
2378
- "kenarmenian", 0x056f,
2379
- "kesmallkatakana", 0x30f6,
2380
- "kgreenlandic", 0x0138,
2381
- "khabengali", 0x0996,
2382
- "khacyrillic", 0x0445,
2383
- "khadeva", 0x0916,
2384
- "khagujarati", 0x0a96,
2385
- "khagurmukhi", 0x0a16,
2386
- "khaharabic", 0x062e,
2387
- "khahfinalarabic", 0xfea6,
2388
- "khahinitialarabic", 0xfea7,
2389
- "khahmedialarabic", 0xfea8,
2390
- "kheicoptic", 0x03e7,
2391
- "khhadeva", 0x0959,
2392
- "khhagurmukhi", 0x0a59,
2393
- "khieukhacirclekorean", 0x3278,
2394
- "khieukhaparenkorean", 0x3218,
2395
- "khieukhcirclekorean", 0x326a,
2396
- "khieukhkorean", 0x314b,
2397
- "khieukhparenkorean", 0x320a,
2398
- "khokhaithai", 0x0e02,
2399
- "khokhonthai", 0x0e05,
2400
- "khokhuatthai", 0x0e03,
2401
- "khokhwaithai", 0x0e04,
2402
- "khomutthai", 0x0e5b,
2403
- "khook", 0x0199,
2404
- "khorakhangthai", 0x0e06,
2405
- "khzsquare", 0x3391,
2406
- "kihiragana", 0x304d,
2407
- "kikatakana", 0x30ad,
2408
- "kikatakanahalfwidth", 0xff77,
2409
- "kiroguramusquare", 0x3315,
2410
- "kiromeetorusquare", 0x3316,
2411
- "kirosquare", 0x3314,
2412
- "kiyeokacirclekorean", 0x326e,
2413
- "kiyeokaparenkorean", 0x320e,
2414
- "kiyeokcirclekorean", 0x3260,
2415
- "kiyeokkorean", 0x3131,
2416
- "kiyeokparenkorean", 0x3200,
2417
- "kiyeoksioskorean", 0x3133,
2418
- "kjecyrillic", 0x045c,
2419
- "klinebelow", 0x1e35,
2420
- "klsquare", 0x3398,
2421
- "kmcubedsquare", 0x33a6,
2422
- "kmonospace", 0xff4b,
2423
- "kmsquaredsquare", 0x33a2,
2424
- "kohiragana", 0x3053,
2425
- "kohmsquare", 0x33c0,
2426
- "kokaithai", 0x0e01,
2427
- "kokatakana", 0x30b3,
2428
- "kokatakanahalfwidth", 0xff7a,
2429
- "kooposquare", 0x331e,
2430
- "koppacyrillic", 0x0481,
2431
- "koreanstandardsymbol", 0x327f,
2432
- "koroniscmb", 0x0343,
2433
- "kparen", 0x24a6,
2434
- "kpasquare", 0x33aa,
2435
- "ksicyrillic", 0x046f,
2436
- "ktsquare", 0x33cf,
2437
- "kturned", 0x029e,
2438
- "kuhiragana", 0x304f,
2439
- "kukatakana", 0x30af,
2440
- "kukatakanahalfwidth", 0xff78,
2441
- "kvsquare", 0x33b8,
2442
- "kwsquare", 0x33be,
2443
- "l", 0x006c,
2444
- "labengali", 0x09b2,
2445
- "lacute", 0x013a,
2446
- "ladeva", 0x0932,
2447
- "lagujarati", 0x0ab2,
2448
- "lagurmukhi", 0x0a32,
2449
- "lakkhangyaothai", 0x0e45,
2450
- "lamaleffinalarabic", 0xfefc,
2451
- "lamalefhamzaabovefinalarabic", 0xfef8,
2452
- "lamalefhamzaaboveisolatedarabic", 0xfef7,
2453
- "lamalefhamzabelowfinalarabic", 0xfefa,
2454
- "lamalefhamzabelowisolatedarabic", 0xfef9,
2455
- "lamalefisolatedarabic", 0xfefb,
2456
- "lamalefmaddaabovefinalarabic", 0xfef6,
2457
- "lamalefmaddaaboveisolatedarabic", 0xfef5,
2458
- "lamarabic", 0x0644,
2459
- "lambda", 0x03bb,
2460
- "lambdastroke", 0x019b,
2461
- "lamed", 0x05dc,
2462
- "lameddagesh", 0xfb3c,
2463
- "lameddageshhebrew", 0xfb3c,
2464
- "lamedhebrew", 0x05dc,
2465
- "lamfinalarabic", 0xfede,
2466
- "lamhahinitialarabic", 0xfcca,
2467
- "laminitialarabic", 0xfedf,
2468
- "lamjeeminitialarabic", 0xfcc9,
2469
- "lamkhahinitialarabic", 0xfccb,
2470
- "lamlamhehisolatedarabic", 0xfdf2,
2471
- "lammedialarabic", 0xfee0,
2472
- "lammeemhahinitialarabic", 0xfd88,
2473
- "lammeeminitialarabic", 0xfccc,
2474
- "largecircle", 0x25ef,
2475
- "lbar", 0x019a,
2476
- "lbelt", 0x026c,
2477
- "lbopomofo", 0x310c,
2478
- "lcaron", 0x013e,
2479
- "lcedilla", 0x013c,
2480
- "lcircle", 0x24db,
2481
- "lcircumflexbelow", 0x1e3d,
2482
- "lcommaaccent", 0x013c,
2483
- "ldot", 0x0140,
2484
- "ldotaccent", 0x0140,
2485
- "ldotbelow", 0x1e37,
2486
- "ldotbelowmacron", 0x1e39,
2487
- "leftangleabovecmb", 0x031a,
2488
- "lefttackbelowcmb", 0x0318,
2489
- "less", 0x003c,
2490
- "lessequal", 0x2264,
2491
- "lessequalorgreater", 0x22da,
2492
- "lessmonospace", 0xff1c,
2493
- "lessorequivalent", 0x2272,
2494
- "lessorgreater", 0x2276,
2495
- "lessoverequal", 0x2266,
2496
- "lesssmall", 0xfe64,
2497
- "lezh", 0x026e,
2498
- "lfblock", 0x258c,
2499
- "lhookretroflex", 0x026d,
2500
- "lira", 0x20a4,
2501
- "liwnarmenian", 0x056c,
2502
- "lj", 0x01c9,
2503
- "ljecyrillic", 0x0459,
2504
- "ll", 0xf6c0,
2505
- "lladeva", 0x0933,
2506
- "llagujarati", 0x0ab3,
2507
- "llinebelow", 0x1e3b,
2508
- "llladeva", 0x0934,
2509
- "llvocalicbengali", 0x09e1,
2510
- "llvocalicdeva", 0x0961,
2511
- "llvocalicvowelsignbengali", 0x09e3,
2512
- "llvocalicvowelsigndeva", 0x0963,
2513
- "lmiddletilde", 0x026b,
2514
- "lmonospace", 0xff4c,
2515
- "lmsquare", 0x33d0,
2516
- "lochulathai", 0x0e2c,
2517
- "logicaland", 0x2227,
2518
- "logicalnot", 0x00ac,
2519
- "logicalnotreversed", 0x2310,
2520
- "logicalor", 0x2228,
2521
- "lolingthai", 0x0e25,
2522
- "longs", 0x017f,
2523
- "lowlinecenterline", 0xfe4e,
2524
- "lowlinecmb", 0x0332,
2525
- "lowlinedashed", 0xfe4d,
2526
- "lozenge", 0x25ca,
2527
- "lparen", 0x24a7,
2528
- "lslash", 0x0142,
2529
- "lsquare", 0x2113,
2530
- "lsuperior", 0xf6ee,
2531
- "ltshade", 0x2591,
2532
- "luthai", 0x0e26,
2533
- "lvocalicbengali", 0x098c,
2534
- "lvocalicdeva", 0x090c,
2535
- "lvocalicvowelsignbengali", 0x09e2,
2536
- "lvocalicvowelsigndeva", 0x0962,
2537
- "lxsquare", 0x33d3,
2538
- "m", 0x006d,
2539
- "mabengali", 0x09ae,
2540
- "macron", 0x00af,
2541
- "macronbelowcmb", 0x0331,
2542
- "macroncmb", 0x0304,
2543
- "macronlowmod", 0x02cd,
2544
- "macronmonospace", 0xffe3,
2545
- "macute", 0x1e3f,
2546
- "madeva", 0x092e,
2547
- "magujarati", 0x0aae,
2548
- "magurmukhi", 0x0a2e,
2549
- "mahapakhhebrew", 0x05a4,
2550
- "mahapakhlefthebrew", 0x05a4,
2551
- "mahiragana", 0x307e,
2552
- "maichattawalowleftthai", 0xf895,
2553
- "maichattawalowrightthai", 0xf894,
2554
- "maichattawathai", 0x0e4b,
2555
- "maichattawaupperleftthai", 0xf893,
2556
- "maieklowleftthai", 0xf88c,
2557
- "maieklowrightthai", 0xf88b,
2558
- "maiekthai", 0x0e48,
2559
- "maiekupperleftthai", 0xf88a,
2560
- "maihanakatleftthai", 0xf884,
2561
- "maihanakatthai", 0x0e31,
2562
- "maitaikhuleftthai", 0xf889,
2563
- "maitaikhuthai", 0x0e47,
2564
- "maitholowleftthai", 0xf88f,
2565
- "maitholowrightthai", 0xf88e,
2566
- "maithothai", 0x0e49,
2567
- "maithoupperleftthai", 0xf88d,
2568
- "maitrilowleftthai", 0xf892,
2569
- "maitrilowrightthai", 0xf891,
2570
- "maitrithai", 0x0e4a,
2571
- "maitriupperleftthai", 0xf890,
2572
- "maiyamokthai", 0x0e46,
2573
- "makatakana", 0x30de,
2574
- "makatakanahalfwidth", 0xff8f,
2575
- "male", 0x2642,
2576
- "mansyonsquare", 0x3347,
2577
- "maqafhebrew", 0x05be,
2578
- "mars", 0x2642,
2579
- "masoracirclehebrew", 0x05af,
2580
- "masquare", 0x3383,
2581
- "mbopomofo", 0x3107,
2582
- "mbsquare", 0x33d4,
2583
- "mcircle", 0x24dc,
2584
- "mcubedsquare", 0x33a5,
2585
- "mdotaccent", 0x1e41,
2586
- "mdotbelow", 0x1e43,
2587
- "meemarabic", 0x0645,
2588
- "meemfinalarabic", 0xfee2,
2589
- "meeminitialarabic", 0xfee3,
2590
- "meemmedialarabic", 0xfee4,
2591
- "meemmeeminitialarabic", 0xfcd1,
2592
- "meemmeemisolatedarabic", 0xfc48,
2593
- "meetorusquare", 0x334d,
2594
- "mehiragana", 0x3081,
2595
- "meizierasquare", 0x337e,
2596
- "mekatakana", 0x30e1,
2597
- "mekatakanahalfwidth", 0xff92,
2598
- "mem", 0x05de,
2599
- "memdagesh", 0xfb3e,
2600
- "memdageshhebrew", 0xfb3e,
2601
- "memhebrew", 0x05de,
2602
- "menarmenian", 0x0574,
2603
- "merkhahebrew", 0x05a5,
2604
- "merkhakefulahebrew", 0x05a6,
2605
- "merkhakefulalefthebrew", 0x05a6,
2606
- "merkhalefthebrew", 0x05a5,
2607
- "mhook", 0x0271,
2608
- "mhzsquare", 0x3392,
2609
- "middledotkatakanahalfwidth", 0xff65,
2610
- "middot", 0x00b7,
2611
- "mieumacirclekorean", 0x3272,
2612
- "mieumaparenkorean", 0x3212,
2613
- "mieumcirclekorean", 0x3264,
2614
- "mieumkorean", 0x3141,
2615
- "mieumpansioskorean", 0x3170,
2616
- "mieumparenkorean", 0x3204,
2617
- "mieumpieupkorean", 0x316e,
2618
- "mieumsioskorean", 0x316f,
2619
- "mihiragana", 0x307f,
2620
- "mikatakana", 0x30df,
2621
- "mikatakanahalfwidth", 0xff90,
2622
- "minus", 0x2212,
2623
- "minusbelowcmb", 0x0320,
2624
- "minuscircle", 0x2296,
2625
- "minusmod", 0x02d7,
2626
- "minusplus", 0x2213,
2627
- "minute", 0x2032,
2628
- "miribaarusquare", 0x334a,
2629
- "mirisquare", 0x3349,
2630
- "mlonglegturned", 0x0270,
2631
- "mlsquare", 0x3396,
2632
- "mmcubedsquare", 0x33a3,
2633
- "mmonospace", 0xff4d,
2634
- "mmsquaredsquare", 0x339f,
2635
- "mohiragana", 0x3082,
2636
- "mohmsquare", 0x33c1,
2637
- "mokatakana", 0x30e2,
2638
- "mokatakanahalfwidth", 0xff93,
2639
- "molsquare", 0x33d6,
2640
- "momathai", 0x0e21,
2641
- "moverssquare", 0x33a7,
2642
- "moverssquaredsquare", 0x33a8,
2643
- "mparen", 0x24a8,
2644
- "mpasquare", 0x33ab,
2645
- "mssquare", 0x33b3,
2646
- "msuperior", 0xf6ef,
2647
- "mturned", 0x026f,
2648
- "mu", 0x00b5,
2649
- "mu1", 0x00b5,
2650
- "muasquare", 0x3382,
2651
- "muchgreater", 0x226b,
2652
- "muchless", 0x226a,
2653
- "mufsquare", 0x338c,
2654
- "mugreek", 0x03bc,
2655
- "mugsquare", 0x338d,
2656
- "muhiragana", 0x3080,
2657
- "mukatakana", 0x30e0,
2658
- "mukatakanahalfwidth", 0xff91,
2659
- "mulsquare", 0x3395,
2660
- "multiply", 0x00d7,
2661
- "mumsquare", 0x339b,
2662
- "munahhebrew", 0x05a3,
2663
- "munahlefthebrew", 0x05a3,
2664
- "musicalnote", 0x266a,
2665
- "musicalnotedbl", 0x266b,
2666
- "musicflatsign", 0x266d,
2667
- "musicsharpsign", 0x266f,
2668
- "mussquare", 0x33b2,
2669
- "muvsquare", 0x33b6,
2670
- "muwsquare", 0x33bc,
2671
- "mvmegasquare", 0x33b9,
2672
- "mvsquare", 0x33b7,
2673
- "mwmegasquare", 0x33bf,
2674
- "mwsquare", 0x33bd,
2675
- "n", 0x006e,
2676
- "nabengali", 0x09a8,
2677
- "nabla", 0x2207,
2678
- "nacute", 0x0144,
2679
- "nadeva", 0x0928,
2680
- "nagujarati", 0x0aa8,
2681
- "nagurmukhi", 0x0a28,
2682
- "nahiragana", 0x306a,
2683
- "nakatakana", 0x30ca,
2684
- "nakatakanahalfwidth", 0xff85,
2685
- "napostrophe", 0x0149,
2686
- "nasquare", 0x3381,
2687
- "nbopomofo", 0x310b,
2688
- "nbspace", 0x00a0,
2689
- "ncaron", 0x0148,
2690
- "ncedilla", 0x0146,
2691
- "ncircle", 0x24dd,
2692
- "ncircumflexbelow", 0x1e4b,
2693
- "ncommaaccent", 0x0146,
2694
- "ndotaccent", 0x1e45,
2695
- "ndotbelow", 0x1e47,
2696
- "nehiragana", 0x306d,
2697
- "nekatakana", 0x30cd,
2698
- "nekatakanahalfwidth", 0xff88,
2699
- "newsheqelsign", 0x20aa,
2700
- "nfsquare", 0x338b,
2701
- "ngabengali", 0x0999,
2702
- "ngadeva", 0x0919,
2703
- "ngagujarati", 0x0a99,
2704
- "ngagurmukhi", 0x0a19,
2705
- "ngonguthai", 0x0e07,
2706
- "nhiragana", 0x3093,
2707
- "nhookleft", 0x0272,
2708
- "nhookretroflex", 0x0273,
2709
- "nieunacirclekorean", 0x326f,
2710
- "nieunaparenkorean", 0x320f,
2711
- "nieuncieuckorean", 0x3135,
2712
- "nieuncirclekorean", 0x3261,
2713
- "nieunhieuhkorean", 0x3136,
2714
- "nieunkorean", 0x3134,
2715
- "nieunpansioskorean", 0x3168,
2716
- "nieunparenkorean", 0x3201,
2717
- "nieunsioskorean", 0x3167,
2718
- "nieuntikeutkorean", 0x3166,
2719
- "nihiragana", 0x306b,
2720
- "nikatakana", 0x30cb,
2721
- "nikatakanahalfwidth", 0xff86,
2722
- "nikhahitleftthai", 0xf899,
2723
- "nikhahitthai", 0x0e4d,
2724
- "nine", 0x0039,
2725
- "ninearabic", 0x0669,
2726
- "ninebengali", 0x09ef,
2727
- "ninecircle", 0x2468,
2728
- "ninecircleinversesansserif", 0x2792,
2729
- "ninedeva", 0x096f,
2730
- "ninegujarati", 0x0aef,
2731
- "ninegurmukhi", 0x0a6f,
2732
- "ninehackarabic", 0x0669,
2733
- "ninehangzhou", 0x3029,
2734
- "nineideographicparen", 0x3228,
2735
- "nineinferior", 0x2089,
2736
- "ninemonospace", 0xff19,
2737
- "nineoldstyle", 0xf739,
2738
- "nineparen", 0x247c,
2739
- "nineperiod", 0x2490,
2740
- "ninepersian", 0x06f9,
2741
- "nineroman", 0x2178,
2742
- "ninesuperior", 0x2079,
2743
- "nineteencircle", 0x2472,
2744
- "nineteenparen", 0x2486,
2745
- "nineteenperiod", 0x249a,
2746
- "ninethai", 0x0e59,
2747
- "nj", 0x01cc,
2748
- "njecyrillic", 0x045a,
2749
- "nkatakana", 0x30f3,
2750
- "nkatakanahalfwidth", 0xff9d,
2751
- "nlegrightlong", 0x019e,
2752
- "nlinebelow", 0x1e49,
2753
- "nmonospace", 0xff4e,
2754
- "nmsquare", 0x339a,
2755
- "nnabengali", 0x09a3,
2756
- "nnadeva", 0x0923,
2757
- "nnagujarati", 0x0aa3,
2758
- "nnagurmukhi", 0x0a23,
2759
- "nnnadeva", 0x0929,
2760
- "nohiragana", 0x306e,
2761
- "nokatakana", 0x30ce,
2762
- "nokatakanahalfwidth", 0xff89,
2763
- "nonbreakingspace", 0x00a0,
2764
- "nonenthai", 0x0e13,
2765
- "nonuthai", 0x0e19,
2766
- "noonarabic", 0x0646,
2767
- "noonfinalarabic", 0xfee6,
2768
- "noonghunnaarabic", 0x06ba,
2769
- "noonghunnafinalarabic", 0xfb9f,
2770
- "nooninitialarabic", 0xfee7,
2771
- "noonjeeminitialarabic", 0xfcd2,
2772
- "noonjeemisolatedarabic", 0xfc4b,
2773
- "noonmedialarabic", 0xfee8,
2774
- "noonmeeminitialarabic", 0xfcd5,
2775
- "noonmeemisolatedarabic", 0xfc4e,
2776
- "noonnoonfinalarabic", 0xfc8d,
2777
- "notcontains", 0x220c,
2778
- "notelement", 0x2209,
2779
- "notelementof", 0x2209,
2780
- "notequal", 0x2260,
2781
- "notgreater", 0x226f,
2782
- "notgreaternorequal", 0x2271,
2783
- "notgreaternorless", 0x2279,
2784
- "notidentical", 0x2262,
2785
- "notless", 0x226e,
2786
- "notlessnorequal", 0x2270,
2787
- "notparallel", 0x2226,
2788
- "notprecedes", 0x2280,
2789
- "notsubset", 0x2284,
2790
- "notsucceeds", 0x2281,
2791
- "notsuperset", 0x2285,
2792
- "nowarmenian", 0x0576,
2793
- "nparen", 0x24a9,
2794
- "nssquare", 0x33b1,
2795
- "nsuperior", 0x207f,
2796
- "ntilde", 0x00f1,
2797
- "nu", 0x03bd,
2798
- "nuhiragana", 0x306c,
2799
- "nukatakana", 0x30cc,
2800
- "nukatakanahalfwidth", 0xff87,
2801
- "nuktabengali", 0x09bc,
2802
- "nuktadeva", 0x093c,
2803
- "nuktagujarati", 0x0abc,
2804
- "nuktagurmukhi", 0x0a3c,
2805
- "numbersign", 0x0023,
2806
- "numbersignmonospace", 0xff03,
2807
- "numbersignsmall", 0xfe5f,
2808
- "numeralsigngreek", 0x0374,
2809
- "numeralsignlowergreek", 0x0375,
2810
- "numero", 0x2116,
2811
- "nun", 0x05e0,
2812
- "nundagesh", 0xfb40,
2813
- "nundageshhebrew", 0xfb40,
2814
- "nunhebrew", 0x05e0,
2815
- "nvsquare", 0x33b5,
2816
- "nwsquare", 0x33bb,
2817
- "nyabengali", 0x099e,
2818
- "nyadeva", 0x091e,
2819
- "nyagujarati", 0x0a9e,
2820
- "nyagurmukhi", 0x0a1e,
2821
- "o", 0x006f,
2822
- "oacute", 0x00f3,
2823
- "oangthai", 0x0e2d,
2824
- "obarred", 0x0275,
2825
- "obarredcyrillic", 0x04e9,
2826
- "obarreddieresiscyrillic", 0x04eb,
2827
- "obengali", 0x0993,
2828
- "obopomofo", 0x311b,
2829
- "obreve", 0x014f,
2830
- "ocandradeva", 0x0911,
2831
- "ocandragujarati", 0x0a91,
2832
- "ocandravowelsigndeva", 0x0949,
2833
- "ocandravowelsigngujarati", 0x0ac9,
2834
- "ocaron", 0x01d2,
2835
- "ocircle", 0x24de,
2836
- "ocircumflex", 0x00f4,
2837
- "ocircumflexacute", 0x1ed1,
2838
- "ocircumflexdotbelow", 0x1ed9,
2839
- "ocircumflexgrave", 0x1ed3,
2840
- "ocircumflexhookabove", 0x1ed5,
2841
- "ocircumflextilde", 0x1ed7,
2842
- "ocyrillic", 0x043e,
2843
- "odblacute", 0x0151,
2844
- "odblgrave", 0x020d,
2845
- "odeva", 0x0913,
2846
- "odieresis", 0x00f6,
2847
- "odieresiscyrillic", 0x04e7,
2848
- "odotbelow", 0x1ecd,
2849
- "oe", 0x0153,
2850
- "oekorean", 0x315a,
2851
- "ogonek", 0x02db,
2852
- "ogonekcmb", 0x0328,
2853
- "ograve", 0x00f2,
2854
- "ogujarati", 0x0a93,
2855
- "oharmenian", 0x0585,
2856
- "ohiragana", 0x304a,
2857
- "ohookabove", 0x1ecf,
2858
- "ohorn", 0x01a1,
2859
- "ohornacute", 0x1edb,
2860
- "ohorndotbelow", 0x1ee3,
2861
- "ohorngrave", 0x1edd,
2862
- "ohornhookabove", 0x1edf,
2863
- "ohorntilde", 0x1ee1,
2864
- "ohungarumlaut", 0x0151,
2865
- "oi", 0x01a3,
2866
- "oinvertedbreve", 0x020f,
2867
- "okatakana", 0x30aa,
2868
- "okatakanahalfwidth", 0xff75,
2869
- "okorean", 0x3157,
2870
- "olehebrew", 0x05ab,
2871
- "omacron", 0x014d,
2872
- "omacronacute", 0x1e53,
2873
- "omacrongrave", 0x1e51,
2874
- "omdeva", 0x0950,
2875
- "omega", 0x03c9,
2876
- "omega1", 0x03d6,
2877
- "omegacyrillic", 0x0461,
2878
- "omegalatinclosed", 0x0277,
2879
- "omegaroundcyrillic", 0x047b,
2880
- "omegatitlocyrillic", 0x047d,
2881
- "omegatonos", 0x03ce,
2882
- "omgujarati", 0x0ad0,
2883
- "omicron", 0x03bf,
2884
- "omicrontonos", 0x03cc,
2885
- "omonospace", 0xff4f,
2886
- "one", 0x0031,
2887
- "onearabic", 0x0661,
2888
- "onebengali", 0x09e7,
2889
- "onecircle", 0x2460,
2890
- "onecircleinversesansserif", 0x278a,
2891
- "onedeva", 0x0967,
2892
- "onedotenleader", 0x2024,
2893
- "oneeighth", 0x215b,
2894
- "onefitted", 0xf6dc,
2895
- "onegujarati", 0x0ae7,
2896
- "onegurmukhi", 0x0a67,
2897
- "onehackarabic", 0x0661,
2898
- "onehalf", 0x00bd,
2899
- "onehangzhou", 0x3021,
2900
- "oneideographicparen", 0x3220,
2901
- "oneinferior", 0x2081,
2902
- "onemonospace", 0xff11,
2903
- "onenumeratorbengali", 0x09f4,
2904
- "oneoldstyle", 0xf731,
2905
- "oneparen", 0x2474,
2906
- "oneperiod", 0x2488,
2907
- "onepersian", 0x06f1,
2908
- "onequarter", 0x00bc,
2909
- "oneroman", 0x2170,
2910
- "onesuperior", 0x00b9,
2911
- "onethai", 0x0e51,
2912
- "onethird", 0x2153,
2913
- "oogonek", 0x01eb,
2914
- "oogonekmacron", 0x01ed,
2915
- "oogurmukhi", 0x0a13,
2916
- "oomatragurmukhi", 0x0a4b,
2917
- "oopen", 0x0254,
2918
- "oparen", 0x24aa,
2919
- "openbullet", 0x25e6,
2920
- "option", 0x2325,
2921
- "ordfeminine", 0x00aa,
2922
- "ordmasculine", 0x00ba,
2923
- "orthogonal", 0x221f,
2924
- "oshortdeva", 0x0912,
2925
- "oshortvowelsigndeva", 0x094a,
2926
- "oslash", 0x00f8,
2927
- "oslashacute", 0x01ff,
2928
- "osmallhiragana", 0x3049,
2929
- "osmallkatakana", 0x30a9,
2930
- "osmallkatakanahalfwidth", 0xff6b,
2931
- "ostrokeacute", 0x01ff,
2932
- "osuperior", 0xf6f0,
2933
- "otcyrillic", 0x047f,
2934
- "otilde", 0x00f5,
2935
- "otildeacute", 0x1e4d,
2936
- "otildedieresis", 0x1e4f,
2937
- "oubopomofo", 0x3121,
2938
- "overline", 0x203e,
2939
- "overlinecenterline", 0xfe4a,
2940
- "overlinecmb", 0x0305,
2941
- "overlinedashed", 0xfe49,
2942
- "overlinedblwavy", 0xfe4c,
2943
- "overlinewavy", 0xfe4b,
2944
- "overscore", 0x00af,
2945
- "ovowelsignbengali", 0x09cb,
2946
- "ovowelsigndeva", 0x094b,
2947
- "ovowelsigngujarati", 0x0acb,
2948
- "p", 0x0070,
2949
- "paampssquare", 0x3380,
2950
- "paasentosquare", 0x332b,
2951
- "pabengali", 0x09aa,
2952
- "pacute", 0x1e55,
2953
- "padeva", 0x092a,
2954
- "pagedown", 0x21df,
2955
- "pageup", 0x21de,
2956
- "pagujarati", 0x0aaa,
2957
- "pagurmukhi", 0x0a2a,
2958
- "pahiragana", 0x3071,
2959
- "paiyannoithai", 0x0e2f,
2960
- "pakatakana", 0x30d1,
2961
- "palatalizationcyrilliccmb", 0x0484,
2962
- "palochkacyrillic", 0x04c0,
2963
- "pansioskorean", 0x317f,
2964
- "paragraph", 0x00b6,
2965
- "parallel", 0x2225,
2966
- "parenleft", 0x0028,
2967
- "parenleftaltonearabic", 0xfd3e,
2968
- "parenleftbt", 0xf8ed,
2969
- "parenleftex", 0xf8ec,
2970
- "parenleftinferior", 0x208d,
2971
- "parenleftmonospace", 0xff08,
2972
- "parenleftsmall", 0xfe59,
2973
- "parenleftsuperior", 0x207d,
2974
- "parenlefttp", 0xf8eb,
2975
- "parenleftvertical", 0xfe35,
2976
- "parenright", 0x0029,
2977
- "parenrightaltonearabic", 0xfd3f,
2978
- "parenrightbt", 0xf8f8,
2979
- "parenrightex", 0xf8f7,
2980
- "parenrightinferior", 0x208e,
2981
- "parenrightmonospace", 0xff09,
2982
- "parenrightsmall", 0xfe5a,
2983
- "parenrightsuperior", 0x207e,
2984
- "parenrighttp", 0xf8f6,
2985
- "parenrightvertical", 0xfe36,
2986
- "partialdiff", 0x2202,
2987
- "paseqhebrew", 0x05c0,
2988
- "pashtahebrew", 0x0599,
2989
- "pasquare", 0x33a9,
2990
- "patah", 0x05b7,
2991
- "patah11", 0x05b7,
2992
- "patah1d", 0x05b7,
2993
- "patah2a", 0x05b7,
2994
- "patahhebrew", 0x05b7,
2995
- "patahnarrowhebrew", 0x05b7,
2996
- "patahquarterhebrew", 0x05b7,
2997
- "patahwidehebrew", 0x05b7,
2998
- "pazerhebrew", 0x05a1,
2999
- "pbopomofo", 0x3106,
3000
- "pcircle", 0x24df,
3001
- "pdotaccent", 0x1e57,
3002
- "pe", 0x05e4,
3003
- "pecyrillic", 0x043f,
3004
- "pedagesh", 0xfb44,
3005
- "pedageshhebrew", 0xfb44,
3006
- "peezisquare", 0x333b,
3007
- "pefinaldageshhebrew", 0xfb43,
3008
- "peharabic", 0x067e,
3009
- "peharmenian", 0x057a,
3010
- "pehebrew", 0x05e4,
3011
- "pehfinalarabic", 0xfb57,
3012
- "pehinitialarabic", 0xfb58,
3013
- "pehiragana", 0x307a,
3014
- "pehmedialarabic", 0xfb59,
3015
- "pekatakana", 0x30da,
3016
- "pemiddlehookcyrillic", 0x04a7,
3017
- "perafehebrew", 0xfb4e,
3018
- "percent", 0x0025,
3019
- "percentarabic", 0x066a,
3020
- "percentmonospace", 0xff05,
3021
- "percentsmall", 0xfe6a,
3022
- "period", 0x002e,
3023
- "periodarmenian", 0x0589,
3024
- "periodcentered", 0x00b7,
3025
- "periodhalfwidth", 0xff61,
3026
- "periodinferior", 0xf6e7,
3027
- "periodmonospace", 0xff0e,
3028
- "periodsmall", 0xfe52,
3029
- "periodsuperior", 0xf6e8,
3030
- "perispomenigreekcmb", 0x0342,
3031
- "perpendicular", 0x22a5,
3032
- "perthousand", 0x2030,
3033
- "peseta", 0x20a7,
3034
- "pfsquare", 0x338a,
3035
- "phabengali", 0x09ab,
3036
- "phadeva", 0x092b,
3037
- "phagujarati", 0x0aab,
3038
- "phagurmukhi", 0x0a2b,
3039
- "phi", 0x03c6,
3040
- "phi1", 0x03d5,
3041
- "phieuphacirclekorean", 0x327a,
3042
- "phieuphaparenkorean", 0x321a,
3043
- "phieuphcirclekorean", 0x326c,
3044
- "phieuphkorean", 0x314d,
3045
- "phieuphparenkorean", 0x320c,
3046
- "philatin", 0x0278,
3047
- "phinthuthai", 0x0e3a,
3048
- "phisymbolgreek", 0x03d5,
3049
- "phook", 0x01a5,
3050
- "phophanthai", 0x0e1e,
3051
- "phophungthai", 0x0e1c,
3052
- "phosamphaothai", 0x0e20,
3053
- "pi", 0x03c0,
3054
- "pieupacirclekorean", 0x3273,
3055
- "pieupaparenkorean", 0x3213,
3056
- "pieupcieuckorean", 0x3176,
3057
- "pieupcirclekorean", 0x3265,
3058
- "pieupkiyeokkorean", 0x3172,
3059
- "pieupkorean", 0x3142,
3060
- "pieupparenkorean", 0x3205,
3061
- "pieupsioskiyeokkorean", 0x3174,
3062
- "pieupsioskorean", 0x3144,
3063
- "pieupsiostikeutkorean", 0x3175,
3064
- "pieupthieuthkorean", 0x3177,
3065
- "pieuptikeutkorean", 0x3173,
3066
- "pihiragana", 0x3074,
3067
- "pikatakana", 0x30d4,
3068
- "pisymbolgreek", 0x03d6,
3069
- "piwrarmenian", 0x0583,
3070
- "plus", 0x002b,
3071
- "plusbelowcmb", 0x031f,
3072
- "pluscircle", 0x2295,
3073
- "plusminus", 0x00b1,
3074
- "plusmod", 0x02d6,
3075
- "plusmonospace", 0xff0b,
3076
- "plussmall", 0xfe62,
3077
- "plussuperior", 0x207a,
3078
- "pmonospace", 0xff50,
3079
- "pmsquare", 0x33d8,
3080
- "pohiragana", 0x307d,
3081
- "pointingindexdownwhite", 0x261f,
3082
- "pointingindexleftwhite", 0x261c,
3083
- "pointingindexrightwhite", 0x261e,
3084
- "pointingindexupwhite", 0x261d,
3085
- "pokatakana", 0x30dd,
3086
- "poplathai", 0x0e1b,
3087
- "postalmark", 0x3012,
3088
- "postalmarkface", 0x3020,
3089
- "pparen", 0x24ab,
3090
- "precedes", 0x227a,
3091
- "prescription", 0x211e,
3092
- "primemod", 0x02b9,
3093
- "primereversed", 0x2035,
3094
- "product", 0x220f,
3095
- "projective", 0x2305,
3096
- "prolongedkana", 0x30fc,
3097
- "propellor", 0x2318,
3098
- "propersubset", 0x2282,
3099
- "propersuperset", 0x2283,
3100
- "proportion", 0x2237,
3101
- "proportional", 0x221d,
3102
- "psi", 0x03c8,
3103
- "psicyrillic", 0x0471,
3104
- "psilipneumatacyrilliccmb", 0x0486,
3105
- "pssquare", 0x33b0,
3106
- "puhiragana", 0x3077,
3107
- "pukatakana", 0x30d7,
3108
- "pvsquare", 0x33b4,
3109
- "pwsquare", 0x33ba,
3110
- "q", 0x0071,
3111
- "qadeva", 0x0958,
3112
- "qadmahebrew", 0x05a8,
3113
- "qafarabic", 0x0642,
3114
- "qaffinalarabic", 0xfed6,
3115
- "qafinitialarabic", 0xfed7,
3116
- "qafmedialarabic", 0xfed8,
3117
- "qamats", 0x05b8,
3118
- "qamats10", 0x05b8,
3119
- "qamats1a", 0x05b8,
3120
- "qamats1c", 0x05b8,
3121
- "qamats27", 0x05b8,
3122
- "qamats29", 0x05b8,
3123
- "qamats33", 0x05b8,
3124
- "qamatsde", 0x05b8,
3125
- "qamatshebrew", 0x05b8,
3126
- "qamatsnarrowhebrew", 0x05b8,
3127
- "qamatsqatanhebrew", 0x05b8,
3128
- "qamatsqatannarrowhebrew", 0x05b8,
3129
- "qamatsqatanquarterhebrew", 0x05b8,
3130
- "qamatsqatanwidehebrew", 0x05b8,
3131
- "qamatsquarterhebrew", 0x05b8,
3132
- "qamatswidehebrew", 0x05b8,
3133
- "qarneyparahebrew", 0x059f,
3134
- "qbopomofo", 0x3111,
3135
- "qcircle", 0x24e0,
3136
- "qhook", 0x02a0,
3137
- "qmonospace", 0xff51,
3138
- "qof", 0x05e7,
3139
- "qofdagesh", 0xfb47,
3140
- "qofdageshhebrew", 0xfb47,
3141
- "qofhebrew", 0x05e7,
3142
- "qparen", 0x24ac,
3143
- "quarternote", 0x2669,
3144
- "qubuts", 0x05bb,
3145
- "qubuts18", 0x05bb,
3146
- "qubuts25", 0x05bb,
3147
- "qubuts31", 0x05bb,
3148
- "qubutshebrew", 0x05bb,
3149
- "qubutsnarrowhebrew", 0x05bb,
3150
- "qubutsquarterhebrew", 0x05bb,
3151
- "qubutswidehebrew", 0x05bb,
3152
- "question", 0x003f,
3153
- "questionarabic", 0x061f,
3154
- "questionarmenian", 0x055e,
3155
- "questiondown", 0x00bf,
3156
- "questiondownsmall", 0xf7bf,
3157
- "questiongreek", 0x037e,
3158
- "questionmonospace", 0xff1f,
3159
- "questionsmall", 0xf73f,
3160
- "quotedbl", 0x0022,
3161
- "quotedblbase", 0x201e,
3162
- "quotedblleft", 0x201c,
3163
- "quotedblmonospace", 0xff02,
3164
- "quotedblprime", 0x301e,
3165
- "quotedblprimereversed", 0x301d,
3166
- "quotedblright", 0x201d,
3167
- "quoteleft", 0x2018,
3168
- "quoteleftreversed", 0x201b,
3169
- "quotereversed", 0x201b,
3170
- "quoteright", 0x2019,
3171
- "quoterightn", 0x0149,
3172
- "quotesinglbase", 0x201a,
3173
- "quotesingle", 0x0027,
3174
- "quotesinglemonospace", 0xff07,
3175
- "r", 0x0072,
3176
- "raarmenian", 0x057c,
3177
- "rabengali", 0x09b0,
3178
- "racute", 0x0155,
3179
- "radeva", 0x0930,
3180
- "radical", 0x221a,
3181
- "radicalex", 0xf8e5,
3182
- "radoverssquare", 0x33ae,
3183
- "radoverssquaredsquare", 0x33af,
3184
- "radsquare", 0x33ad,
3185
- "rafe", 0x05bf,
3186
- "rafehebrew", 0x05bf,
3187
- "ragujarati", 0x0ab0,
3188
- "ragurmukhi", 0x0a30,
3189
- "rahiragana", 0x3089,
3190
- "rakatakana", 0x30e9,
3191
- "rakatakanahalfwidth", 0xff97,
3192
- "ralowerdiagonalbengali", 0x09f1,
3193
- "ramiddlediagonalbengali", 0x09f0,
3194
- "ramshorn", 0x0264,
3195
- "ratio", 0x2236,
3196
- "rbopomofo", 0x3116,
3197
- "rcaron", 0x0159,
3198
- "rcedilla", 0x0157,
3199
- "rcircle", 0x24e1,
3200
- "rcommaaccent", 0x0157,
3201
- "rdblgrave", 0x0211,
3202
- "rdotaccent", 0x1e59,
3203
- "rdotbelow", 0x1e5b,
3204
- "rdotbelowmacron", 0x1e5d,
3205
- "referencemark", 0x203b,
3206
- "reflexsubset", 0x2286,
3207
- "reflexsuperset", 0x2287,
3208
- "registered", 0x00ae,
3209
- "registersans", 0xf8e8,
3210
- "registerserif", 0xf6da,
3211
- "reharabic", 0x0631,
3212
- "reharmenian", 0x0580,
3213
- "rehfinalarabic", 0xfeae,
3214
- "rehiragana", 0x308c,
3215
- "rekatakana", 0x30ec,
3216
- "rekatakanahalfwidth", 0xff9a,
3217
- "resh", 0x05e8,
3218
- "reshdageshhebrew", 0xfb48,
3219
- "reshhebrew", 0x05e8,
3220
- "reversedtilde", 0x223d,
3221
- "reviahebrew", 0x0597,
3222
- "reviamugrashhebrew", 0x0597,
3223
- "revlogicalnot", 0x2310,
3224
- "rfishhook", 0x027e,
3225
- "rfishhookreversed", 0x027f,
3226
- "rhabengali", 0x09dd,
3227
- "rhadeva", 0x095d,
3228
- "rho", 0x03c1,
3229
- "rhook", 0x027d,
3230
- "rhookturned", 0x027b,
3231
- "rhookturnedsuperior", 0x02b5,
3232
- "rhosymbolgreek", 0x03f1,
3233
- "rhotichookmod", 0x02de,
3234
- "rieulacirclekorean", 0x3271,
3235
- "rieulaparenkorean", 0x3211,
3236
- "rieulcirclekorean", 0x3263,
3237
- "rieulhieuhkorean", 0x3140,
3238
- "rieulkiyeokkorean", 0x313a,
3239
- "rieulkiyeoksioskorean", 0x3169,
3240
- "rieulkorean", 0x3139,
3241
- "rieulmieumkorean", 0x313b,
3242
- "rieulpansioskorean", 0x316c,
3243
- "rieulparenkorean", 0x3203,
3244
- "rieulphieuphkorean", 0x313f,
3245
- "rieulpieupkorean", 0x313c,
3246
- "rieulpieupsioskorean", 0x316b,
3247
- "rieulsioskorean", 0x313d,
3248
- "rieulthieuthkorean", 0x313e,
3249
- "rieultikeutkorean", 0x316a,
3250
- "rieulyeorinhieuhkorean", 0x316d,
3251
- "rightangle", 0x221f,
3252
- "righttackbelowcmb", 0x0319,
3253
- "righttriangle", 0x22bf,
3254
- "rihiragana", 0x308a,
3255
- "rikatakana", 0x30ea,
3256
- "rikatakanahalfwidth", 0xff98,
3257
- "ring", 0x02da,
3258
- "ringbelowcmb", 0x0325,
3259
- "ringcmb", 0x030a,
3260
- "ringhalfleft", 0x02bf,
3261
- "ringhalfleftarmenian", 0x0559,
3262
- "ringhalfleftbelowcmb", 0x031c,
3263
- "ringhalfleftcentered", 0x02d3,
3264
- "ringhalfright", 0x02be,
3265
- "ringhalfrightbelowcmb", 0x0339,
3266
- "ringhalfrightcentered", 0x02d2,
3267
- "rinvertedbreve", 0x0213,
3268
- "rittorusquare", 0x3351,
3269
- "rlinebelow", 0x1e5f,
3270
- "rlongleg", 0x027c,
3271
- "rlonglegturned", 0x027a,
3272
- "rmonospace", 0xff52,
3273
- "rohiragana", 0x308d,
3274
- "rokatakana", 0x30ed,
3275
- "rokatakanahalfwidth", 0xff9b,
3276
- "roruathai", 0x0e23,
3277
- "rparen", 0x24ad,
3278
- "rrabengali", 0x09dc,
3279
- "rradeva", 0x0931,
3280
- "rragurmukhi", 0x0a5c,
3281
- "rreharabic", 0x0691,
3282
- "rrehfinalarabic", 0xfb8d,
3283
- "rrvocalicbengali", 0x09e0,
3284
- "rrvocalicdeva", 0x0960,
3285
- "rrvocalicgujarati", 0x0ae0,
3286
- "rrvocalicvowelsignbengali", 0x09c4,
3287
- "rrvocalicvowelsigndeva", 0x0944,
3288
- "rrvocalicvowelsigngujarati", 0x0ac4,
3289
- "rsuperior", 0xf6f1,
3290
- "rtblock", 0x2590,
3291
- "rturned", 0x0279,
3292
- "rturnedsuperior", 0x02b4,
3293
- "ruhiragana", 0x308b,
3294
- "rukatakana", 0x30eb,
3295
- "rukatakanahalfwidth", 0xff99,
3296
- "rupeemarkbengali", 0x09f2,
3297
- "rupeesignbengali", 0x09f3,
3298
- "rupiah", 0xf6dd,
3299
- "ruthai", 0x0e24,
3300
- "rvocalicbengali", 0x098b,
3301
- "rvocalicdeva", 0x090b,
3302
- "rvocalicgujarati", 0x0a8b,
3303
- "rvocalicvowelsignbengali", 0x09c3,
3304
- "rvocalicvowelsigndeva", 0x0943,
3305
- "rvocalicvowelsigngujarati", 0x0ac3,
3306
- "s", 0x0073,
3307
- "sabengali", 0x09b8,
3308
- "sacute", 0x015b,
3309
- "sacutedotaccent", 0x1e65,
3310
- "sadarabic", 0x0635,
3311
- "sadeva", 0x0938,
3312
- "sadfinalarabic", 0xfeba,
3313
- "sadinitialarabic", 0xfebb,
3314
- "sadmedialarabic", 0xfebc,
3315
- "sagujarati", 0x0ab8,
3316
- "sagurmukhi", 0x0a38,
3317
- "sahiragana", 0x3055,
3318
- "sakatakana", 0x30b5,
3319
- "sakatakanahalfwidth", 0xff7b,
3320
- "sallallahoualayhewasallamarabic", 0xfdfa,
3321
- "samekh", 0x05e1,
3322
- "samekhdagesh", 0xfb41,
3323
- "samekhdageshhebrew", 0xfb41,
3324
- "samekhhebrew", 0x05e1,
3325
- "saraaathai", 0x0e32,
3326
- "saraaethai", 0x0e41,
3327
- "saraaimaimalaithai", 0x0e44,
3328
- "saraaimaimuanthai", 0x0e43,
3329
- "saraamthai", 0x0e33,
3330
- "saraathai", 0x0e30,
3331
- "saraethai", 0x0e40,
3332
- "saraiileftthai", 0xf886,
3333
- "saraiithai", 0x0e35,
3334
- "saraileftthai", 0xf885,
3335
- "saraithai", 0x0e34,
3336
- "saraothai", 0x0e42,
3337
- "saraueeleftthai", 0xf888,
3338
- "saraueethai", 0x0e37,
3339
- "saraueleftthai", 0xf887,
3340
- "sarauethai", 0x0e36,
3341
- "sarauthai", 0x0e38,
3342
- "sarauuthai", 0x0e39,
3343
- "sbopomofo", 0x3119,
3344
- "scaron", 0x0161,
3345
- "scarondotaccent", 0x1e67,
3346
- "scedilla", 0x015f,
3347
- "schwa", 0x0259,
3348
- "schwacyrillic", 0x04d9,
3349
- "schwadieresiscyrillic", 0x04db,
3350
- "schwahook", 0x025a,
3351
- "scircle", 0x24e2,
3352
- "scircumflex", 0x015d,
3353
- "scommaaccent", 0x0219,
3354
- "sdotaccent", 0x1e61,
3355
- "sdotbelow", 0x1e63,
3356
- "sdotbelowdotaccent", 0x1e69,
3357
- "seagullbelowcmb", 0x033c,
3358
- "second", 0x2033,
3359
- "secondtonechinese", 0x02ca,
3360
- "section", 0x00a7,
3361
- "seenarabic", 0x0633,
3362
- "seenfinalarabic", 0xfeb2,
3363
- "seeninitialarabic", 0xfeb3,
3364
- "seenmedialarabic", 0xfeb4,
3365
- "segol", 0x05b6,
3366
- "segol13", 0x05b6,
3367
- "segol1f", 0x05b6,
3368
- "segol2c", 0x05b6,
3369
- "segolhebrew", 0x05b6,
3370
- "segolnarrowhebrew", 0x05b6,
3371
- "segolquarterhebrew", 0x05b6,
3372
- "segoltahebrew", 0x0592,
3373
- "segolwidehebrew", 0x05b6,
3374
- "seharmenian", 0x057d,
3375
- "sehiragana", 0x305b,
3376
- "sekatakana", 0x30bb,
3377
- "sekatakanahalfwidth", 0xff7e,
3378
- "semicolon", 0x003b,
3379
- "semicolonarabic", 0x061b,
3380
- "semicolonmonospace", 0xff1b,
3381
- "semicolonsmall", 0xfe54,
3382
- "semivoicedmarkkana", 0x309c,
3383
- "semivoicedmarkkanahalfwidth", 0xff9f,
3384
- "sentisquare", 0x3322,
3385
- "sentosquare", 0x3323,
3386
- "seven", 0x0037,
3387
- "sevenarabic", 0x0667,
3388
- "sevenbengali", 0x09ed,
3389
- "sevencircle", 0x2466,
3390
- "sevencircleinversesansserif", 0x2790,
3391
- "sevendeva", 0x096d,
3392
- "seveneighths", 0x215e,
3393
- "sevengujarati", 0x0aed,
3394
- "sevengurmukhi", 0x0a6d,
3395
- "sevenhackarabic", 0x0667,
3396
- "sevenhangzhou", 0x3027,
3397
- "sevenideographicparen", 0x3226,
3398
- "seveninferior", 0x2087,
3399
- "sevenmonospace", 0xff17,
3400
- "sevenoldstyle", 0xf737,
3401
- "sevenparen", 0x247a,
3402
- "sevenperiod", 0x248e,
3403
- "sevenpersian", 0x06f7,
3404
- "sevenroman", 0x2176,
3405
- "sevensuperior", 0x2077,
3406
- "seventeencircle", 0x2470,
3407
- "seventeenparen", 0x2484,
3408
- "seventeenperiod", 0x2498,
3409
- "seventhai", 0x0e57,
3410
- "sfthyphen", 0x00ad,
3411
- "shaarmenian", 0x0577,
3412
- "shabengali", 0x09b6,
3413
- "shacyrillic", 0x0448,
3414
- "shaddaarabic", 0x0651,
3415
- "shaddadammaarabic", 0xfc61,
3416
- "shaddadammatanarabic", 0xfc5e,
3417
- "shaddafathaarabic", 0xfc60,
3418
- "shaddakasraarabic", 0xfc62,
3419
- "shaddakasratanarabic", 0xfc5f,
3420
- "shade", 0x2592,
3421
- "shadedark", 0x2593,
3422
- "shadelight", 0x2591,
3423
- "shademedium", 0x2592,
3424
- "shadeva", 0x0936,
3425
- "shagujarati", 0x0ab6,
3426
- "shagurmukhi", 0x0a36,
3427
- "shalshelethebrew", 0x0593,
3428
- "shbopomofo", 0x3115,
3429
- "shchacyrillic", 0x0449,
3430
- "sheenarabic", 0x0634,
3431
- "sheenfinalarabic", 0xfeb6,
3432
- "sheeninitialarabic", 0xfeb7,
3433
- "sheenmedialarabic", 0xfeb8,
3434
- "sheicoptic", 0x03e3,
3435
- "sheqel", 0x20aa,
3436
- "sheqelhebrew", 0x20aa,
3437
- "sheva", 0x05b0,
3438
- "sheva115", 0x05b0,
3439
- "sheva15", 0x05b0,
3440
- "sheva22", 0x05b0,
3441
- "sheva2e", 0x05b0,
3442
- "shevahebrew", 0x05b0,
3443
- "shevanarrowhebrew", 0x05b0,
3444
- "shevaquarterhebrew", 0x05b0,
3445
- "shevawidehebrew", 0x05b0,
3446
- "shhacyrillic", 0x04bb,
3447
- "shimacoptic", 0x03ed,
3448
- "shin", 0x05e9,
3449
- "shindagesh", 0xfb49,
3450
- "shindageshhebrew", 0xfb49,
3451
- "shindageshshindot", 0xfb2c,
3452
- "shindageshshindothebrew", 0xfb2c,
3453
- "shindageshsindot", 0xfb2d,
3454
- "shindageshsindothebrew", 0xfb2d,
3455
- "shindothebrew", 0x05c1,
3456
- "shinhebrew", 0x05e9,
3457
- "shinshindot", 0xfb2a,
3458
- "shinshindothebrew", 0xfb2a,
3459
- "shinsindot", 0xfb2b,
3460
- "shinsindothebrew", 0xfb2b,
3461
- "shook", 0x0282,
3462
- "sigma", 0x03c3,
3463
- "sigma1", 0x03c2,
3464
- "sigmafinal", 0x03c2,
3465
- "sigmalunatesymbolgreek", 0x03f2,
3466
- "sihiragana", 0x3057,
3467
- "sikatakana", 0x30b7,
3468
- "sikatakanahalfwidth", 0xff7c,
3469
- "siluqhebrew", 0x05bd,
3470
- "siluqlefthebrew", 0x05bd,
3471
- "similar", 0x223c,
3472
- "sindothebrew", 0x05c2,
3473
- "siosacirclekorean", 0x3274,
3474
- "siosaparenkorean", 0x3214,
3475
- "sioscieuckorean", 0x317e,
3476
- "sioscirclekorean", 0x3266,
3477
- "sioskiyeokkorean", 0x317a,
3478
- "sioskorean", 0x3145,
3479
- "siosnieunkorean", 0x317b,
3480
- "siosparenkorean", 0x3206,
3481
- "siospieupkorean", 0x317d,
3482
- "siostikeutkorean", 0x317c,
3483
- "six", 0x0036,
3484
- "sixarabic", 0x0666,
3485
- "sixbengali", 0x09ec,
3486
- "sixcircle", 0x2465,
3487
- "sixcircleinversesansserif", 0x278f,
3488
- "sixdeva", 0x096c,
3489
- "sixgujarati", 0x0aec,
3490
- "sixgurmukhi", 0x0a6c,
3491
- "sixhackarabic", 0x0666,
3492
- "sixhangzhou", 0x3026,
3493
- "sixideographicparen", 0x3225,
3494
- "sixinferior", 0x2086,
3495
- "sixmonospace", 0xff16,
3496
- "sixoldstyle", 0xf736,
3497
- "sixparen", 0x2479,
3498
- "sixperiod", 0x248d,
3499
- "sixpersian", 0x06f6,
3500
- "sixroman", 0x2175,
3501
- "sixsuperior", 0x2076,
3502
- "sixteencircle", 0x246f,
3503
- "sixteencurrencydenominatorbengali", 0x09f9,
3504
- "sixteenparen", 0x2483,
3505
- "sixteenperiod", 0x2497,
3506
- "sixthai", 0x0e56,
3507
- "slash", 0x002f,
3508
- "slashmonospace", 0xff0f,
3509
- "slong", 0x017f,
3510
- "slongdotaccent", 0x1e9b,
3511
- "smileface", 0x263a,
3512
- "smonospace", 0xff53,
3513
- "sofpasuqhebrew", 0x05c3,
3514
- "softhyphen", 0x00ad,
3515
- "softsigncyrillic", 0x044c,
3516
- "sohiragana", 0x305d,
3517
- "sokatakana", 0x30bd,
3518
- "sokatakanahalfwidth", 0xff7f,
3519
- "soliduslongoverlaycmb", 0x0338,
3520
- "solidusshortoverlaycmb", 0x0337,
3521
- "sorusithai", 0x0e29,
3522
- "sosalathai", 0x0e28,
3523
- "sosothai", 0x0e0b,
3524
- "sosuathai", 0x0e2a,
3525
- "space", 0x0020,
3526
- "spacehackarabic", 0x0020,
3527
- "spade", 0x2660,
3528
- "spadesuitblack", 0x2660,
3529
- "spadesuitwhite", 0x2664,
3530
- "sparen", 0x24ae,
3531
- "squarebelowcmb", 0x033b,
3532
- "squarecc", 0x33c4,
3533
- "squarecm", 0x339d,
3534
- "squarediagonalcrosshatchfill", 0x25a9,
3535
- "squarehorizontalfill", 0x25a4,
3536
- "squarekg", 0x338f,
3537
- "squarekm", 0x339e,
3538
- "squarekmcapital", 0x33ce,
3539
- "squareln", 0x33d1,
3540
- "squarelog", 0x33d2,
3541
- "squaremg", 0x338e,
3542
- "squaremil", 0x33d5,
3543
- "squaremm", 0x339c,
3544
- "squaremsquared", 0x33a1,
3545
- "squareorthogonalcrosshatchfill", 0x25a6,
3546
- "squareupperlefttolowerrightfill", 0x25a7,
3547
- "squareupperrighttolowerleftfill", 0x25a8,
3548
- "squareverticalfill", 0x25a5,
3549
- "squarewhitewithsmallblack", 0x25a3,
3550
- "srsquare", 0x33db,
3551
- "ssabengali", 0x09b7,
3552
- "ssadeva", 0x0937,
3553
- "ssagujarati", 0x0ab7,
3554
- "ssangcieuckorean", 0x3149,
3555
- "ssanghieuhkorean", 0x3185,
3556
- "ssangieungkorean", 0x3180,
3557
- "ssangkiyeokkorean", 0x3132,
3558
- "ssangnieunkorean", 0x3165,
3559
- "ssangpieupkorean", 0x3143,
3560
- "ssangsioskorean", 0x3146,
3561
- "ssangtikeutkorean", 0x3138,
3562
- "ssuperior", 0xf6f2,
3563
- "sterling", 0x00a3,
3564
- "sterlingmonospace", 0xffe1,
3565
- "strokelongoverlaycmb", 0x0336,
3566
- "strokeshortoverlaycmb", 0x0335,
3567
- "subset", 0x2282,
3568
- "subsetnotequal", 0x228a,
3569
- "subsetorequal", 0x2286,
3570
- "succeeds", 0x227b,
3571
- "suchthat", 0x220b,
3572
- "suhiragana", 0x3059,
3573
- "sukatakana", 0x30b9,
3574
- "sukatakanahalfwidth", 0xff7d,
3575
- "sukunarabic", 0x0652,
3576
- "summation", 0x2211,
3577
- "sun", 0x263c,
3578
- "superset", 0x2283,
3579
- "supersetnotequal", 0x228b,
3580
- "supersetorequal", 0x2287,
3581
- "svsquare", 0x33dc,
3582
- "syouwaerasquare", 0x337c,
3583
- "t", 0x0074,
3584
- "tabengali", 0x09a4,
3585
- "tackdown", 0x22a4,
3586
- "tackleft", 0x22a3,
3587
- "tadeva", 0x0924,
3588
- "tagujarati", 0x0aa4,
3589
- "tagurmukhi", 0x0a24,
3590
- "taharabic", 0x0637,
3591
- "tahfinalarabic", 0xfec2,
3592
- "tahinitialarabic", 0xfec3,
3593
- "tahiragana", 0x305f,
3594
- "tahmedialarabic", 0xfec4,
3595
- "taisyouerasquare", 0x337d,
3596
- "takatakana", 0x30bf,
3597
- "takatakanahalfwidth", 0xff80,
3598
- "tatweelarabic", 0x0640,
3599
- "tau", 0x03c4,
3600
- "tav", 0x05ea,
3601
- "tavdages", 0xfb4a,
3602
- "tavdagesh", 0xfb4a,
3603
- "tavdageshhebrew", 0xfb4a,
3604
- "tavhebrew", 0x05ea,
3605
- "tbar", 0x0167,
3606
- "tbopomofo", 0x310a,
3607
- "tcaron", 0x0165,
3608
- "tccurl", 0x02a8,
3609
- "tcedilla", 0x0163,
3610
- "tcheharabic", 0x0686,
3611
- "tchehfinalarabic", 0xfb7b,
3612
- "tchehinitialarabic", 0xfb7c,
3613
- "tchehmedialarabic", 0xfb7d,
3614
- "tcircle", 0x24e3,
3615
- "tcircumflexbelow", 0x1e71,
3616
- "tcommaaccent", 0x0163,
3617
- "tdieresis", 0x1e97,
3618
- "tdotaccent", 0x1e6b,
3619
- "tdotbelow", 0x1e6d,
3620
- "tecyrillic", 0x0442,
3621
- "tedescendercyrillic", 0x04ad,
3622
- "teharabic", 0x062a,
3623
- "tehfinalarabic", 0xfe96,
3624
- "tehhahinitialarabic", 0xfca2,
3625
- "tehhahisolatedarabic", 0xfc0c,
3626
- "tehinitialarabic", 0xfe97,
3627
- "tehiragana", 0x3066,
3628
- "tehjeeminitialarabic", 0xfca1,
3629
- "tehjeemisolatedarabic", 0xfc0b,
3630
- "tehmarbutaarabic", 0x0629,
3631
- "tehmarbutafinalarabic", 0xfe94,
3632
- "tehmedialarabic", 0xfe98,
3633
- "tehmeeminitialarabic", 0xfca4,
3634
- "tehmeemisolatedarabic", 0xfc0e,
3635
- "tehnoonfinalarabic", 0xfc73,
3636
- "tekatakana", 0x30c6,
3637
- "tekatakanahalfwidth", 0xff83,
3638
- "telephone", 0x2121,
3639
- "telephoneblack", 0x260e,
3640
- "telishagedolahebrew", 0x05a0,
3641
- "telishaqetanahebrew", 0x05a9,
3642
- "tencircle", 0x2469,
3643
- "tenideographicparen", 0x3229,
3644
- "tenparen", 0x247d,
3645
- "tenperiod", 0x2491,
3646
- "tenroman", 0x2179,
3647
- "tesh", 0x02a7,
3648
- "tet", 0x05d8,
3649
- "tetdagesh", 0xfb38,
3650
- "tetdageshhebrew", 0xfb38,
3651
- "tethebrew", 0x05d8,
3652
- "tetsecyrillic", 0x04b5,
3653
- "tevirhebrew", 0x059b,
3654
- "tevirlefthebrew", 0x059b,
3655
- "thabengali", 0x09a5,
3656
- "thadeva", 0x0925,
3657
- "thagujarati", 0x0aa5,
3658
- "thagurmukhi", 0x0a25,
3659
- "thalarabic", 0x0630,
3660
- "thalfinalarabic", 0xfeac,
3661
- "thanthakhatlowleftthai", 0xf898,
3662
- "thanthakhatlowrightthai", 0xf897,
3663
- "thanthakhatthai", 0x0e4c,
3664
- "thanthakhatupperleftthai", 0xf896,
3665
- "theharabic", 0x062b,
3666
- "thehfinalarabic", 0xfe9a,
3667
- "thehinitialarabic", 0xfe9b,
3668
- "thehmedialarabic", 0xfe9c,
3669
- "thereexists", 0x2203,
3670
- "therefore", 0x2234,
3671
- "theta", 0x03b8,
3672
- "theta1", 0x03d1,
3673
- "thetasymbolgreek", 0x03d1,
3674
- "thieuthacirclekorean", 0x3279,
3675
- "thieuthaparenkorean", 0x3219,
3676
- "thieuthcirclekorean", 0x326b,
3677
- "thieuthkorean", 0x314c,
3678
- "thieuthparenkorean", 0x320b,
3679
- "thirteencircle", 0x246c,
3680
- "thirteenparen", 0x2480,
3681
- "thirteenperiod", 0x2494,
3682
- "thonangmonthothai", 0x0e11,
3683
- "thook", 0x01ad,
3684
- "thophuthaothai", 0x0e12,
3685
- "thorn", 0x00fe,
3686
- "thothahanthai", 0x0e17,
3687
- "thothanthai", 0x0e10,
3688
- "thothongthai", 0x0e18,
3689
- "thothungthai", 0x0e16,
3690
- "thousandcyrillic", 0x0482,
3691
- "thousandsseparatorarabic", 0x066c,
3692
- "thousandsseparatorpersian", 0x066c,
3693
- "three", 0x0033,
3694
- "threearabic", 0x0663,
3695
- "threebengali", 0x09e9,
3696
- "threecircle", 0x2462,
3697
- "threecircleinversesansserif", 0x278c,
3698
- "threedeva", 0x0969,
3699
- "threeeighths", 0x215c,
3700
- "threegujarati", 0x0ae9,
3701
- "threegurmukhi", 0x0a69,
3702
- "threehackarabic", 0x0663,
3703
- "threehangzhou", 0x3023,
3704
- "threeideographicparen", 0x3222,
3705
- "threeinferior", 0x2083,
3706
- "threemonospace", 0xff13,
3707
- "threenumeratorbengali", 0x09f6,
3708
- "threeoldstyle", 0xf733,
3709
- "threeparen", 0x2476,
3710
- "threeperiod", 0x248a,
3711
- "threepersian", 0x06f3,
3712
- "threequarters", 0x00be,
3713
- "threequartersemdash", 0xf6de,
3714
- "threeroman", 0x2172,
3715
- "threesuperior", 0x00b3,
3716
- "threethai", 0x0e53,
3717
- "thzsquare", 0x3394,
3718
- "tihiragana", 0x3061,
3719
- "tikatakana", 0x30c1,
3720
- "tikatakanahalfwidth", 0xff81,
3721
- "tikeutacirclekorean", 0x3270,
3722
- "tikeutaparenkorean", 0x3210,
3723
- "tikeutcirclekorean", 0x3262,
3724
- "tikeutkorean", 0x3137,
3725
- "tikeutparenkorean", 0x3202,
3726
- "tilde", 0x02dc,
3727
- "tildebelowcmb", 0x0330,
3728
- "tildecmb", 0x0303,
3729
- "tildecomb", 0x0303,
3730
- "tildedoublecmb", 0x0360,
3731
- "tildeoperator", 0x223c,
3732
- "tildeoverlaycmb", 0x0334,
3733
- "tildeverticalcmb", 0x033e,
3734
- "timescircle", 0x2297,
3735
- "tipehahebrew", 0x0596,
3736
- "tipehalefthebrew", 0x0596,
3737
- "tippigurmukhi", 0x0a70,
3738
- "titlocyrilliccmb", 0x0483,
3739
- "tiwnarmenian", 0x057f,
3740
- "tlinebelow", 0x1e6f,
3741
- "tmonospace", 0xff54,
3742
- "toarmenian", 0x0569,
3743
- "tohiragana", 0x3068,
3744
- "tokatakana", 0x30c8,
3745
- "tokatakanahalfwidth", 0xff84,
3746
- "tonebarextrahighmod", 0x02e5,
3747
- "tonebarextralowmod", 0x02e9,
3748
- "tonebarhighmod", 0x02e6,
3749
- "tonebarlowmod", 0x02e8,
3750
- "tonebarmidmod", 0x02e7,
3751
- "tonefive", 0x01bd,
3752
- "tonesix", 0x0185,
3753
- "tonetwo", 0x01a8,
3754
- "tonos", 0x0384,
3755
- "tonsquare", 0x3327,
3756
- "topatakthai", 0x0e0f,
3757
- "tortoiseshellbracketleft", 0x3014,
3758
- "tortoiseshellbracketleftsmall", 0xfe5d,
3759
- "tortoiseshellbracketleftvertical", 0xfe39,
3760
- "tortoiseshellbracketright", 0x3015,
3761
- "tortoiseshellbracketrightsmall", 0xfe5e,
3762
- "tortoiseshellbracketrightvertical", 0xfe3a,
3763
- "totaothai", 0x0e15,
3764
- "tpalatalhook", 0x01ab,
3765
- "tparen", 0x24af,
3766
- "trademark", 0x2122,
3767
- "trademarksans", 0xf8ea,
3768
- "trademarkserif", 0xf6db,
3769
- "tretroflexhook", 0x0288,
3770
- "triagdn", 0x25bc,
3771
- "triaglf", 0x25c4,
3772
- "triagrt", 0x25ba,
3773
- "triagup", 0x25b2,
3774
- "ts", 0x02a6,
3775
- "tsadi", 0x05e6,
3776
- "tsadidagesh", 0xfb46,
3777
- "tsadidageshhebrew", 0xfb46,
3778
- "tsadihebrew", 0x05e6,
3779
- "tsecyrillic", 0x0446,
3780
- "tsere", 0x05b5,
3781
- "tsere12", 0x05b5,
3782
- "tsere1e", 0x05b5,
3783
- "tsere2b", 0x05b5,
3784
- "tserehebrew", 0x05b5,
3785
- "tserenarrowhebrew", 0x05b5,
3786
- "tserequarterhebrew", 0x05b5,
3787
- "tserewidehebrew", 0x05b5,
3788
- "tshecyrillic", 0x045b,
3789
- "tsuperior", 0xf6f3,
3790
- "ttabengali", 0x099f,
3791
- "ttadeva", 0x091f,
3792
- "ttagujarati", 0x0a9f,
3793
- "ttagurmukhi", 0x0a1f,
3794
- "tteharabic", 0x0679,
3795
- "ttehfinalarabic", 0xfb67,
3796
- "ttehinitialarabic", 0xfb68,
3797
- "ttehmedialarabic", 0xfb69,
3798
- "tthabengali", 0x09a0,
3799
- "tthadeva", 0x0920,
3800
- "tthagujarati", 0x0aa0,
3801
- "tthagurmukhi", 0x0a20,
3802
- "tturned", 0x0287,
3803
- "tuhiragana", 0x3064,
3804
- "tukatakana", 0x30c4,
3805
- "tukatakanahalfwidth", 0xff82,
3806
- "tusmallhiragana", 0x3063,
3807
- "tusmallkatakana", 0x30c3,
3808
- "tusmallkatakanahalfwidth", 0xff6f,
3809
- "twelvecircle", 0x246b,
3810
- "twelveparen", 0x247f,
3811
- "twelveperiod", 0x2493,
3812
- "twelveroman", 0x217b,
3813
- "twentycircle", 0x2473,
3814
- "twentyhangzhou", 0x5344,
3815
- "twentyparen", 0x2487,
3816
- "twentyperiod", 0x249b,
3817
- "two", 0x0032,
3818
- "twoarabic", 0x0662,
3819
- "twobengali", 0x09e8,
3820
- "twocircle", 0x2461,
3821
- "twocircleinversesansserif", 0x278b,
3822
- "twodeva", 0x0968,
3823
- "twodotenleader", 0x2025,
3824
- "twodotleader", 0x2025,
3825
- "twodotleadervertical", 0xfe30,
3826
- "twogujarati", 0x0ae8,
3827
- "twogurmukhi", 0x0a68,
3828
- "twohackarabic", 0x0662,
3829
- "twohangzhou", 0x3022,
3830
- "twoideographicparen", 0x3221,
3831
- "twoinferior", 0x2082,
3832
- "twomonospace", 0xff12,
3833
- "twonumeratorbengali", 0x09f5,
3834
- "twooldstyle", 0xf732,
3835
- "twoparen", 0x2475,
3836
- "twoperiod", 0x2489,
3837
- "twopersian", 0x06f2,
3838
- "tworoman", 0x2171,
3839
- "twostroke", 0x01bb,
3840
- "twosuperior", 0x00b2,
3841
- "twothai", 0x0e52,
3842
- "twothirds", 0x2154,
3843
- "u", 0x0075,
3844
- "uacute", 0x00fa,
3845
- "ubar", 0x0289,
3846
- "ubengali", 0x0989,
3847
- "ubopomofo", 0x3128,
3848
- "ubreve", 0x016d,
3849
- "ucaron", 0x01d4,
3850
- "ucircle", 0x24e4,
3851
- "ucircumflex", 0x00fb,
3852
- "ucircumflexbelow", 0x1e77,
3853
- "ucyrillic", 0x0443,
3854
- "udattadeva", 0x0951,
3855
- "udblacute", 0x0171,
3856
- "udblgrave", 0x0215,
3857
- "udeva", 0x0909,
3858
- "udieresis", 0x00fc,
3859
- "udieresisacute", 0x01d8,
3860
- "udieresisbelow", 0x1e73,
3861
- "udieresiscaron", 0x01da,
3862
- "udieresiscyrillic", 0x04f1,
3863
- "udieresisgrave", 0x01dc,
3864
- "udieresismacron", 0x01d6,
3865
- "udotbelow", 0x1ee5,
3866
- "ugrave", 0x00f9,
3867
- "ugujarati", 0x0a89,
3868
- "ugurmukhi", 0x0a09,
3869
- "uhiragana", 0x3046,
3870
- "uhookabove", 0x1ee7,
3871
- "uhorn", 0x01b0,
3872
- "uhornacute", 0x1ee9,
3873
- "uhorndotbelow", 0x1ef1,
3874
- "uhorngrave", 0x1eeb,
3875
- "uhornhookabove", 0x1eed,
3876
- "uhorntilde", 0x1eef,
3877
- "uhungarumlaut", 0x0171,
3878
- "uhungarumlautcyrillic", 0x04f3,
3879
- "uinvertedbreve", 0x0217,
3880
- "ukatakana", 0x30a6,
3881
- "ukatakanahalfwidth", 0xff73,
3882
- "ukcyrillic", 0x0479,
3883
- "ukorean", 0x315c,
3884
- "umacron", 0x016b,
3885
- "umacroncyrillic", 0x04ef,
3886
- "umacrondieresis", 0x1e7b,
3887
- "umatragurmukhi", 0x0a41,
3888
- "umonospace", 0xff55,
3889
- "underscore", 0x005f,
3890
- "underscoredbl", 0x2017,
3891
- "underscoremonospace", 0xff3f,
3892
- "underscorevertical", 0xfe33,
3893
- "underscorewavy", 0xfe4f,
3894
- "union", 0x222a,
3895
- "universal", 0x2200,
3896
- "uogonek", 0x0173,
3897
- "uparen", 0x24b0,
3898
- "upblock", 0x2580,
3899
- "upperdothebrew", 0x05c4,
3900
- "upsilon", 0x03c5,
3901
- "upsilondieresis", 0x03cb,
3902
- "upsilondieresistonos", 0x03b0,
3903
- "upsilonlatin", 0x028a,
3904
- "upsilontonos", 0x03cd,
3905
- "uptackbelowcmb", 0x031d,
3906
- "uptackmod", 0x02d4,
3907
- "uragurmukhi", 0x0a73,
3908
- "uring", 0x016f,
3909
- "ushortcyrillic", 0x045e,
3910
- "usmallhiragana", 0x3045,
3911
- "usmallkatakana", 0x30a5,
3912
- "usmallkatakanahalfwidth", 0xff69,
3913
- "ustraightcyrillic", 0x04af,
3914
- "ustraightstrokecyrillic", 0x04b1,
3915
- "utilde", 0x0169,
3916
- "utildeacute", 0x1e79,
3917
- "utildebelow", 0x1e75,
3918
- "uubengali", 0x098a,
3919
- "uudeva", 0x090a,
3920
- "uugujarati", 0x0a8a,
3921
- "uugurmukhi", 0x0a0a,
3922
- "uumatragurmukhi", 0x0a42,
3923
- "uuvowelsignbengali", 0x09c2,
3924
- "uuvowelsigndeva", 0x0942,
3925
- "uuvowelsigngujarati", 0x0ac2,
3926
- "uvowelsignbengali", 0x09c1,
3927
- "uvowelsigndeva", 0x0941,
3928
- "uvowelsigngujarati", 0x0ac1,
3929
- "v", 0x0076,
3930
- "vadeva", 0x0935,
3931
- "vagujarati", 0x0ab5,
3932
- "vagurmukhi", 0x0a35,
3933
- "vakatakana", 0x30f7,
3934
- "vav", 0x05d5,
3935
- "vavdagesh", 0xfb35,
3936
- "vavdagesh65", 0xfb35,
3937
- "vavdageshhebrew", 0xfb35,
3938
- "vavhebrew", 0x05d5,
3939
- "vavholam", 0xfb4b,
3940
- "vavholamhebrew", 0xfb4b,
3941
- "vavvavhebrew", 0x05f0,
3942
- "vavyodhebrew", 0x05f1,
3943
- "vcircle", 0x24e5,
3944
- "vdotbelow", 0x1e7f,
3945
- "vecyrillic", 0x0432,
3946
- "veharabic", 0x06a4,
3947
- "vehfinalarabic", 0xfb6b,
3948
- "vehinitialarabic", 0xfb6c,
3949
- "vehmedialarabic", 0xfb6d,
3950
- "vekatakana", 0x30f9,
3951
- "venus", 0x2640,
3952
- "verticalbar", 0x007c,
3953
- "verticallineabovecmb", 0x030d,
3954
- "verticallinebelowcmb", 0x0329,
3955
- "verticallinelowmod", 0x02cc,
3956
- "verticallinemod", 0x02c8,
3957
- "vewarmenian", 0x057e,
3958
- "vhook", 0x028b,
3959
- "vikatakana", 0x30f8,
3960
- "viramabengali", 0x09cd,
3961
- "viramadeva", 0x094d,
3962
- "viramagujarati", 0x0acd,
3963
- "visargabengali", 0x0983,
3964
- "visargadeva", 0x0903,
3965
- "visargagujarati", 0x0a83,
3966
- "vmonospace", 0xff56,
3967
- "voarmenian", 0x0578,
3968
- "voicediterationhiragana", 0x309e,
3969
- "voicediterationkatakana", 0x30fe,
3970
- "voicedmarkkana", 0x309b,
3971
- "voicedmarkkanahalfwidth", 0xff9e,
3972
- "vokatakana", 0x30fa,
3973
- "vparen", 0x24b1,
3974
- "vtilde", 0x1e7d,
3975
- "vturned", 0x028c,
3976
- "vuhiragana", 0x3094,
3977
- "vukatakana", 0x30f4,
3978
- "w", 0x0077,
3979
- "wacute", 0x1e83,
3980
- "waekorean", 0x3159,
3981
- "wahiragana", 0x308f,
3982
- "wakatakana", 0x30ef,
3983
- "wakatakanahalfwidth", 0xff9c,
3984
- "wakorean", 0x3158,
3985
- "wasmallhiragana", 0x308e,
3986
- "wasmallkatakana", 0x30ee,
3987
- "wattosquare", 0x3357,
3988
- "wavedash", 0x301c,
3989
- "wavyunderscorevertical", 0xfe34,
3990
- "wawarabic", 0x0648,
3991
- "wawfinalarabic", 0xfeee,
3992
- "wawhamzaabovearabic", 0x0624,
3993
- "wawhamzaabovefinalarabic", 0xfe86,
3994
- "wbsquare", 0x33dd,
3995
- "wcircle", 0x24e6,
3996
- "wcircumflex", 0x0175,
3997
- "wdieresis", 0x1e85,
3998
- "wdotaccent", 0x1e87,
3999
- "wdotbelow", 0x1e89,
4000
- "wehiragana", 0x3091,
4001
- "weierstrass", 0x2118,
4002
- "wekatakana", 0x30f1,
4003
- "wekorean", 0x315e,
4004
- "weokorean", 0x315d,
4005
- "wgrave", 0x1e81,
4006
- "whitebullet", 0x25e6,
4007
- "whitecircle", 0x25cb,
4008
- "whitecircleinverse", 0x25d9,
4009
- "whitecornerbracketleft", 0x300e,
4010
- "whitecornerbracketleftvertical", 0xfe43,
4011
- "whitecornerbracketright", 0x300f,
4012
- "whitecornerbracketrightvertical", 0xfe44,
4013
- "whitediamond", 0x25c7,
4014
- "whitediamondcontainingblacksmalldiamond", 0x25c8,
4015
- "whitedownpointingsmalltriangle", 0x25bf,
4016
- "whitedownpointingtriangle", 0x25bd,
4017
- "whiteleftpointingsmalltriangle", 0x25c3,
4018
- "whiteleftpointingtriangle", 0x25c1,
4019
- "whitelenticularbracketleft", 0x3016,
4020
- "whitelenticularbracketright", 0x3017,
4021
- "whiterightpointingsmalltriangle", 0x25b9,
4022
- "whiterightpointingtriangle", 0x25b7,
4023
- "whitesmallsquare", 0x25ab,
4024
- "whitesmilingface", 0x263a,
4025
- "whitesquare", 0x25a1,
4026
- "whitestar", 0x2606,
4027
- "whitetelephone", 0x260f,
4028
- "whitetortoiseshellbracketleft", 0x3018,
4029
- "whitetortoiseshellbracketright", 0x3019,
4030
- "whiteuppointingsmalltriangle", 0x25b5,
4031
- "whiteuppointingtriangle", 0x25b3,
4032
- "wihiragana", 0x3090,
4033
- "wikatakana", 0x30f0,
4034
- "wikorean", 0x315f,
4035
- "wmonospace", 0xff57,
4036
- "wohiragana", 0x3092,
4037
- "wokatakana", 0x30f2,
4038
- "wokatakanahalfwidth", 0xff66,
4039
- "won", 0x20a9,
4040
- "wonmonospace", 0xffe6,
4041
- "wowaenthai", 0x0e27,
4042
- "wparen", 0x24b2,
4043
- "wring", 0x1e98,
4044
- "wsuperior", 0x02b7,
4045
- "wturned", 0x028d,
4046
- "wynn", 0x01bf,
4047
- "x", 0x0078,
4048
- "xabovecmb", 0x033d,
4049
- "xbopomofo", 0x3112,
4050
- "xcircle", 0x24e7,
4051
- "xdieresis", 0x1e8d,
4052
- "xdotaccent", 0x1e8b,
4053
- "xeharmenian", 0x056d,
4054
- "xi", 0x03be,
4055
- "xmonospace", 0xff58,
4056
- "xparen", 0x24b3,
4057
- "xsuperior", 0x02e3,
4058
- "y", 0x0079,
4059
- "yaadosquare", 0x334e,
4060
- "yabengali", 0x09af,
4061
- "yacute", 0x00fd,
4062
- "yadeva", 0x092f,
4063
- "yaekorean", 0x3152,
4064
- "yagujarati", 0x0aaf,
4065
- "yagurmukhi", 0x0a2f,
4066
- "yahiragana", 0x3084,
4067
- "yakatakana", 0x30e4,
4068
- "yakatakanahalfwidth", 0xff94,
4069
- "yakorean", 0x3151,
4070
- "yamakkanthai", 0x0e4e,
4071
- "yasmallhiragana", 0x3083,
4072
- "yasmallkatakana", 0x30e3,
4073
- "yasmallkatakanahalfwidth", 0xff6c,
4074
- "yatcyrillic", 0x0463,
4075
- "ycircle", 0x24e8,
4076
- "ycircumflex", 0x0177,
4077
- "ydieresis", 0x00ff,
4078
- "ydotaccent", 0x1e8f,
4079
- "ydotbelow", 0x1ef5,
4080
- "yeharabic", 0x064a,
4081
- "yehbarreearabic", 0x06d2,
4082
- "yehbarreefinalarabic", 0xfbaf,
4083
- "yehfinalarabic", 0xfef2,
4084
- "yehhamzaabovearabic", 0x0626,
4085
- "yehhamzaabovefinalarabic", 0xfe8a,
4086
- "yehhamzaaboveinitialarabic", 0xfe8b,
4087
- "yehhamzaabovemedialarabic", 0xfe8c,
4088
- "yehinitialarabic", 0xfef3,
4089
- "yehmedialarabic", 0xfef4,
4090
- "yehmeeminitialarabic", 0xfcdd,
4091
- "yehmeemisolatedarabic", 0xfc58,
4092
- "yehnoonfinalarabic", 0xfc94,
4093
- "yehthreedotsbelowarabic", 0x06d1,
4094
- "yekorean", 0x3156,
4095
- "yen", 0x00a5,
4096
- "yenmonospace", 0xffe5,
4097
- "yeokorean", 0x3155,
4098
- "yeorinhieuhkorean", 0x3186,
4099
- "yerahbenyomohebrew", 0x05aa,
4100
- "yerahbenyomolefthebrew", 0x05aa,
4101
- "yericyrillic", 0x044b,
4102
- "yerudieresiscyrillic", 0x04f9,
4103
- "yesieungkorean", 0x3181,
4104
- "yesieungpansioskorean", 0x3183,
4105
- "yesieungsioskorean", 0x3182,
4106
- "yetivhebrew", 0x059a,
4107
- "ygrave", 0x1ef3,
4108
- "yhook", 0x01b4,
4109
- "yhookabove", 0x1ef7,
4110
- "yiarmenian", 0x0575,
4111
- "yicyrillic", 0x0457,
4112
- "yikorean", 0x3162,
4113
- "yinyang", 0x262f,
4114
- "yiwnarmenian", 0x0582,
4115
- "ymonospace", 0xff59,
4116
- "yod", 0x05d9,
4117
- "yoddagesh", 0xfb39,
4118
- "yoddageshhebrew", 0xfb39,
4119
- "yodhebrew", 0x05d9,
4120
- "yodyodhebrew", 0x05f2,
4121
- "yodyodpatahhebrew", 0xfb1f,
4122
- "yohiragana", 0x3088,
4123
- "yoikorean", 0x3189,
4124
- "yokatakana", 0x30e8,
4125
- "yokatakanahalfwidth", 0xff96,
4126
- "yokorean", 0x315b,
4127
- "yosmallhiragana", 0x3087,
4128
- "yosmallkatakana", 0x30e7,
4129
- "yosmallkatakanahalfwidth", 0xff6e,
4130
- "yotgreek", 0x03f3,
4131
- "yoyaekorean", 0x3188,
4132
- "yoyakorean", 0x3187,
4133
- "yoyakthai", 0x0e22,
4134
- "yoyingthai", 0x0e0d,
4135
- "yparen", 0x24b4,
4136
- "ypogegrammeni", 0x037a,
4137
- "ypogegrammenigreekcmb", 0x0345,
4138
- "yr", 0x01a6,
4139
- "yring", 0x1e99,
4140
- "ysuperior", 0x02b8,
4141
- "ytilde", 0x1ef9,
4142
- "yturned", 0x028e,
4143
- "yuhiragana", 0x3086,
4144
- "yuikorean", 0x318c,
4145
- "yukatakana", 0x30e6,
4146
- "yukatakanahalfwidth", 0xff95,
4147
- "yukorean", 0x3160,
4148
- "yusbigcyrillic", 0x046b,
4149
- "yusbigiotifiedcyrillic", 0x046d,
4150
- "yuslittlecyrillic", 0x0467,
4151
- "yuslittleiotifiedcyrillic", 0x0469,
4152
- "yusmallhiragana", 0x3085,
4153
- "yusmallkatakana", 0x30e5,
4154
- "yusmallkatakanahalfwidth", 0xff6d,
4155
- "yuyekorean", 0x318b,
4156
- "yuyeokorean", 0x318a,
4157
- "yyabengali", 0x09df,
4158
- "yyadeva", 0x095f,
4159
- "z", 0x007a,
4160
- "zaarmenian", 0x0566,
4161
- "zacute", 0x017a,
4162
- "zadeva", 0x095b,
4163
- "zagurmukhi", 0x0a5b,
4164
- "zaharabic", 0x0638,
4165
- "zahfinalarabic", 0xfec6,
4166
- "zahinitialarabic", 0xfec7,
4167
- "zahiragana", 0x3056,
4168
- "zahmedialarabic", 0xfec8,
4169
- "zainarabic", 0x0632,
4170
- "zainfinalarabic", 0xfeb0,
4171
- "zakatakana", 0x30b6,
4172
- "zaqefgadolhebrew", 0x0595,
4173
- "zaqefqatanhebrew", 0x0594,
4174
- "zarqahebrew", 0x0598,
4175
- "zayin", 0x05d6,
4176
- "zayindagesh", 0xfb36,
4177
- "zayindageshhebrew", 0xfb36,
4178
- "zayinhebrew", 0x05d6,
4179
- "zbopomofo", 0x3117,
4180
- "zcaron", 0x017e,
4181
- "zcircle", 0x24e9,
4182
- "zcircumflex", 0x1e91,
4183
- "zcurl", 0x0291,
4184
- "zdot", 0x017c,
4185
- "zdotaccent", 0x017c,
4186
- "zdotbelow", 0x1e93,
4187
- "zecyrillic", 0x0437,
4188
- "zedescendercyrillic", 0x0499,
4189
- "zedieresiscyrillic", 0x04df,
4190
- "zehiragana", 0x305c,
4191
- "zekatakana", 0x30bc,
4192
- "zero", 0x0030,
4193
- "zeroarabic", 0x0660,
4194
- "zerobengali", 0x09e6,
4195
- "zerodeva", 0x0966,
4196
- "zerogujarati", 0x0ae6,
4197
- "zerogurmukhi", 0x0a66,
4198
- "zerohackarabic", 0x0660,
4199
- "zeroinferior", 0x2080,
4200
- "zeromonospace", 0xff10,
4201
- "zerooldstyle", 0xf730,
4202
- "zeropersian", 0x06f0,
4203
- "zerosuperior", 0x2070,
4204
- "zerothai", 0x0e50,
4205
- "zerowidthjoiner", 0xfeff,
4206
- "zerowidthnonjoiner", 0x200c,
4207
- "zerowidthspace", 0x200b,
4208
- "zeta", 0x03b6,
4209
- "zhbopomofo", 0x3113,
4210
- "zhearmenian", 0x056a,
4211
- "zhebrevecyrillic", 0x04c2,
4212
- "zhecyrillic", 0x0436,
4213
- "zhedescendercyrillic", 0x0497,
4214
- "zhedieresiscyrillic", 0x04dd,
4215
- "zihiragana", 0x3058,
4216
- "zikatakana", 0x30b8,
4217
- "zinorhebrew", 0x05ae,
4218
- "zlinebelow", 0x1e95,
4219
- "zmonospace", 0xff5a,
4220
- "zohiragana", 0x305e,
4221
- "zokatakana", 0x30be,
4222
- "zparen", 0x24b5,
4223
- "zretroflexhook", 0x0290,
4224
- "zstroke", 0x01b6,
4225
- "zuhiragana", 0x305a,
4226
- "zukatakana", 0x30ba,
4227
- ".notdef", 0x0000,
4228
-
4229
- // TeX-specific glyph names.
4230
- "angbracketleftbig", 0x2329,
4231
- "angbracketleftBig", 0x2329,
4232
- "angbracketleftbigg", 0x2329,
4233
- "angbracketleftBigg", 0x2329,
4234
- "angbracketrightBig", 0x232a,
4235
- "angbracketrightbig", 0x232a,
4236
- "angbracketrightBigg", 0x232a,
4237
- "angbracketrightbigg", 0x232a,
4238
- "arrowhookleft", 0x21aa,
4239
- "arrowhookright", 0x21a9,
4240
- "arrowlefttophalf", 0x21bc,
4241
- "arrowleftbothalf", 0x21bd,
4242
- "arrownortheast", 0x2197,
4243
- "arrownorthwest", 0x2196,
4244
- "arrowrighttophalf", 0x21c0,
4245
- "arrowrightbothalf", 0x21c1,
4246
- "arrowsoutheast", 0x2198,
4247
- "arrowsouthwest", 0x2199,
4248
- "backslashbig", 0x2216,
4249
- "backslashBig", 0x2216,
4250
- "backslashBigg", 0x2216,
4251
- "backslashbigg", 0x2216,
4252
- "bardbl", 0x2016,
4253
- "bracehtipdownleft", 0xfe37,
4254
- "bracehtipdownright", 0xfe37,
4255
- "bracehtipupleft", 0xfe38,
4256
- "bracehtipupright", 0xfe38,
4257
- "braceleftBig", 0x007b,
4258
- "braceleftbig", 0x007b,
4259
- "braceleftbigg", 0x007b,
4260
- "braceleftBigg", 0x007b,
4261
- "bracerightBig", 0x007d,
4262
- "bracerightbig", 0x007d,
4263
- "bracerightbigg", 0x007d,
4264
- "bracerightBigg", 0x007d,
4265
- "bracketleftbig", 0x005b,
4266
- "bracketleftBig", 0x005b,
4267
- "bracketleftbigg", 0x005b,
4268
- "bracketleftBigg", 0x005b,
4269
- "bracketrightBig", 0x005d,
4270
- "bracketrightbig", 0x005d,
4271
- "bracketrightbigg", 0x005d,
4272
- "bracketrightBigg", 0x005d,
4273
- "ceilingleftbig", 0x2308,
4274
- "ceilingleftBig", 0x2308,
4275
- "ceilingleftBigg", 0x2308,
4276
- "ceilingleftbigg", 0x2308,
4277
- "ceilingrightbig", 0x2309,
4278
- "ceilingrightBig", 0x2309,
4279
- "ceilingrightbigg", 0x2309,
4280
- "ceilingrightBigg", 0x2309,
4281
- "circledotdisplay", 0x2299,
4282
- "circledottext", 0x2299,
4283
- "circlemultiplydisplay", 0x2297,
4284
- "circlemultiplytext", 0x2297,
4285
- "circleplusdisplay", 0x2295,
4286
- "circleplustext", 0x2295,
4287
- "contintegraldisplay", 0x222e,
4288
- "contintegraltext", 0x222e,
4289
- "coproductdisplay", 0x2210,
4290
- "coproducttext", 0x2210,
4291
- "floorleftBig", 0x230a,
4292
- "floorleftbig", 0x230a,
4293
- "floorleftbigg", 0x230a,
4294
- "floorleftBigg", 0x230a,
4295
- "floorrightbig", 0x230b,
4296
- "floorrightBig", 0x230b,
4297
- "floorrightBigg", 0x230b,
4298
- "floorrightbigg", 0x230b,
4299
- "hatwide", 0x0302,
4300
- "hatwider", 0x0302,
4301
- "hatwidest", 0x0302,
4302
- "intercal", 0x1d40,
4303
- "integraldisplay", 0x222b,
4304
- "integraltext", 0x222b,
4305
- "intersectiondisplay", 0x22c2,
4306
- "intersectiontext", 0x22c2,
4307
- "logicalanddisplay", 0x2227,
4308
- "logicalandtext", 0x2227,
4309
- "logicalordisplay", 0x2228,
4310
- "logicalortext", 0x2228,
4311
- "parenleftBig", 0x0028,
4312
- "parenleftbig", 0x0028,
4313
- "parenleftBigg", 0x0028,
4314
- "parenleftbigg", 0x0028,
4315
- "parenrightBig", 0x0029,
4316
- "parenrightbig", 0x0029,
4317
- "parenrightBigg", 0x0029,
4318
- "parenrightbigg", 0x0029,
4319
- "prime", 0x2032,
4320
- "productdisplay", 0x220f,
4321
- "producttext", 0x220f,
4322
- "radicalbig", 0x221a,
4323
- "radicalBig", 0x221a,
4324
- "radicalBigg", 0x221a,
4325
- "radicalbigg", 0x221a,
4326
- "radicalbt", 0x221a,
4327
- "radicaltp", 0x221a,
4328
- "radicalvertex", 0x221a,
4329
- "slashbig", 0x002f,
4330
- "slashBig", 0x002f,
4331
- "slashBigg", 0x002f,
4332
- "slashbigg", 0x002f,
4333
- "summationdisplay", 0x2211,
4334
- "summationtext", 0x2211,
4335
- "tildewide", 0x02dc,
4336
- "tildewider", 0x02dc,
4337
- "tildewidest", 0x02dc,
4338
- "uniondisplay", 0x22c3,
4339
- "unionmultidisplay", 0x228e,
4340
- "unionmultitext", 0x228e,
4341
- "unionsqdisplay", 0x2294,
4342
- "unionsqtext", 0x2294,
4343
- "uniontext", 0x22c3,
4344
- "vextenddouble", 0x2225,
4345
- "vextendsingle", 0x2223,
4346
- ];
4347
- });
4348
-
4349
- const getDingbatsGlyphsUnicode = getArrayLookupTableFactory(function () {
4350
- // prettier-ignore
4351
- return [
4352
- "space", 0x0020,
4353
- "a1", 0x2701,
4354
- "a2", 0x2702,
4355
- "a202", 0x2703,
4356
- "a3", 0x2704,
4357
- "a4", 0x260e,
4358
- "a5", 0x2706,
4359
- "a119", 0x2707,
4360
- "a118", 0x2708,
4361
- "a117", 0x2709,
4362
- "a11", 0x261b,
4363
- "a12", 0x261e,
4364
- "a13", 0x270c,
4365
- "a14", 0x270d,
4366
- "a15", 0x270e,
4367
- "a16", 0x270f,
4368
- "a105", 0x2710,
4369
- "a17", 0x2711,
4370
- "a18", 0x2712,
4371
- "a19", 0x2713,
4372
- "a20", 0x2714,
4373
- "a21", 0x2715,
4374
- "a22", 0x2716,
4375
- "a23", 0x2717,
4376
- "a24", 0x2718,
4377
- "a25", 0x2719,
4378
- "a26", 0x271a,
4379
- "a27", 0x271b,
4380
- "a28", 0x271c,
4381
- "a6", 0x271d,
4382
- "a7", 0x271e,
4383
- "a8", 0x271f,
4384
- "a9", 0x2720,
4385
- "a10", 0x2721,
4386
- "a29", 0x2722,
4387
- "a30", 0x2723,
4388
- "a31", 0x2724,
4389
- "a32", 0x2725,
4390
- "a33", 0x2726,
4391
- "a34", 0x2727,
4392
- "a35", 0x2605,
4393
- "a36", 0x2729,
4394
- "a37", 0x272a,
4395
- "a38", 0x272b,
4396
- "a39", 0x272c,
4397
- "a40", 0x272d,
4398
- "a41", 0x272e,
4399
- "a42", 0x272f,
4400
- "a43", 0x2730,
4401
- "a44", 0x2731,
4402
- "a45", 0x2732,
4403
- "a46", 0x2733,
4404
- "a47", 0x2734,
4405
- "a48", 0x2735,
4406
- "a49", 0x2736,
4407
- "a50", 0x2737,
4408
- "a51", 0x2738,
4409
- "a52", 0x2739,
4410
- "a53", 0x273a,
4411
- "a54", 0x273b,
4412
- "a55", 0x273c,
4413
- "a56", 0x273d,
4414
- "a57", 0x273e,
4415
- "a58", 0x273f,
4416
- "a59", 0x2740,
4417
- "a60", 0x2741,
4418
- "a61", 0x2742,
4419
- "a62", 0x2743,
4420
- "a63", 0x2744,
4421
- "a64", 0x2745,
4422
- "a65", 0x2746,
4423
- "a66", 0x2747,
4424
- "a67", 0x2748,
4425
- "a68", 0x2749,
4426
- "a69", 0x274a,
4427
- "a70", 0x274b,
4428
- "a71", 0x25cf,
4429
- "a72", 0x274d,
4430
- "a73", 0x25a0,
4431
- "a74", 0x274f,
4432
- "a203", 0x2750,
4433
- "a75", 0x2751,
4434
- "a204", 0x2752,
4435
- "a76", 0x25b2,
4436
- "a77", 0x25bc,
4437
- "a78", 0x25c6,
4438
- "a79", 0x2756,
4439
- "a81", 0x25d7,
4440
- "a82", 0x2758,
4441
- "a83", 0x2759,
4442
- "a84", 0x275a,
4443
- "a97", 0x275b,
4444
- "a98", 0x275c,
4445
- "a99", 0x275d,
4446
- "a100", 0x275e,
4447
- "a101", 0x2761,
4448
- "a102", 0x2762,
4449
- "a103", 0x2763,
4450
- "a104", 0x2764,
4451
- "a106", 0x2765,
4452
- "a107", 0x2766,
4453
- "a108", 0x2767,
4454
- "a112", 0x2663,
4455
- "a111", 0x2666,
4456
- "a110", 0x2665,
4457
- "a109", 0x2660,
4458
- "a120", 0x2460,
4459
- "a121", 0x2461,
4460
- "a122", 0x2462,
4461
- "a123", 0x2463,
4462
- "a124", 0x2464,
4463
- "a125", 0x2465,
4464
- "a126", 0x2466,
4465
- "a127", 0x2467,
4466
- "a128", 0x2468,
4467
- "a129", 0x2469,
4468
- "a130", 0x2776,
4469
- "a131", 0x2777,
4470
- "a132", 0x2778,
4471
- "a133", 0x2779,
4472
- "a134", 0x277a,
4473
- "a135", 0x277b,
4474
- "a136", 0x277c,
4475
- "a137", 0x277d,
4476
- "a138", 0x277e,
4477
- "a139", 0x277f,
4478
- "a140", 0x2780,
4479
- "a141", 0x2781,
4480
- "a142", 0x2782,
4481
- "a143", 0x2783,
4482
- "a144", 0x2784,
4483
- "a145", 0x2785,
4484
- "a146", 0x2786,
4485
- "a147", 0x2787,
4486
- "a148", 0x2788,
4487
- "a149", 0x2789,
4488
- "a150", 0x278a,
4489
- "a151", 0x278b,
4490
- "a152", 0x278c,
4491
- "a153", 0x278d,
4492
- "a154", 0x278e,
4493
- "a155", 0x278f,
4494
- "a156", 0x2790,
4495
- "a157", 0x2791,
4496
- "a158", 0x2792,
4497
- "a159", 0x2793,
4498
- "a160", 0x2794,
4499
- "a161", 0x2192,
4500
- "a163", 0x2194,
4501
- "a164", 0x2195,
4502
- "a196", 0x2798,
4503
- "a165", 0x2799,
4504
- "a192", 0x279a,
4505
- "a166", 0x279b,
4506
- "a167", 0x279c,
4507
- "a168", 0x279d,
4508
- "a169", 0x279e,
4509
- "a170", 0x279f,
4510
- "a171", 0x27a0,
4511
- "a172", 0x27a1,
4512
- "a173", 0x27a2,
4513
- "a162", 0x27a3,
4514
- "a174", 0x27a4,
4515
- "a175", 0x27a5,
4516
- "a176", 0x27a6,
4517
- "a177", 0x27a7,
4518
- "a178", 0x27a8,
4519
- "a179", 0x27a9,
4520
- "a193", 0x27aa,
4521
- "a180", 0x27ab,
4522
- "a199", 0x27ac,
4523
- "a181", 0x27ad,
4524
- "a200", 0x27ae,
4525
- "a182", 0x27af,
4526
- "a201", 0x27b1,
4527
- "a183", 0x27b2,
4528
- "a184", 0x27b3,
4529
- "a197", 0x27b4,
4530
- "a185", 0x27b5,
4531
- "a194", 0x27b6,
4532
- "a198", 0x27b7,
4533
- "a186", 0x27b8,
4534
- "a195", 0x27b9,
4535
- "a187", 0x27ba,
4536
- "a188", 0x27bb,
4537
- "a189", 0x27bc,
4538
- "a190", 0x27bd,
4539
- "a191", 0x27be,
4540
- "a89", 0x2768, // 0xF8D7
4541
- "a90", 0x2769, // 0xF8D8
4542
- "a93", 0x276a, // 0xF8D9
4543
- "a94", 0x276b, // 0xF8DA
4544
- "a91", 0x276c, // 0xF8DB
4545
- "a92", 0x276d, // 0xF8DC
4546
- "a205", 0x276e, // 0xF8DD
4547
- "a85", 0x276f, // 0xF8DE
4548
- "a206", 0x2770, // 0xF8DF
4549
- "a86", 0x2771, // 0xF8E0
4550
- "a87", 0x2772, // 0xF8E1
4551
- "a88", 0x2773, // 0xF8E2
4552
- "a95", 0x2774, // 0xF8E3
4553
- "a96", 0x2775, // 0xF8E4
4554
- ".notdef", 0x0000,
4555
- ];
4556
- });
4557
-
4558
- export { getDingbatsGlyphsUnicode, getGlyphsUnicode };