1if not modules then modules = { } end modules [ ' char-ent ' ] = {
2 version = 1 . 001 ,
3 comment = " companion to math-ini.mkiv " ,
4 author = " Hans Hagen, PRAGMA-ADE, Hasselt NL " ,
5 copyright = " derived from the mathml 2.0 specification " ,
6 dataonly = true ,
7}
8
9
10
11
12local entities = utilities . storage . allocate {
13 [ " AElig " ] = " Æ " ,
14 [ " AMP " ] = " & " ,
15 [ " Aacgr " ] = " Ά " ,
16 [ " Aacute " ] = " Á " ,
17 [ " Abreve " ] = " Ă " ,
18 [ " Acirc " ] = " Â " ,
19 [ " Acy " ] = " А " ,
20 [ " Afr " ] = " 𝔄 " ,
21 [ " Agr " ] = " Α " ,
22 [ " Agrave " ] = " À " ,
23 [ " Alpha " ] = " Α " ,
24 [ " Amacr " ] = " Ā " ,
25 [ " And " ] = " ⩓ " ,
26 [ " Aogon " ] = " Ą " ,
27 [ " Aopf " ] = " 𝔸 " ,
28 [ " ApplyFunction " ] = " " ,
29 [ " Aring " ] = " Å " ,
30 [ " Ascr " ] = " 𝒜 " ,
31 [ " Assign " ] = " ≔ " ,
32 [ " Atilde " ] = " Ã " ,
33 [ " Auml " ] = " Ä " ,
34 [ " Backslash " ] = " ∖ " ,
35 [ " Barv " ] = " ⫧ " ,
36 [ " Barwed " ] = " ⌆ " ,
37 [ " Bcy " ] = " Б " ,
38 [ " Because " ] = " ∵ " ,
39 [ " Bernoullis " ] = " ℬ " ,
40 [ " Beta " ] = " Β " ,
41 [ " Bfr " ] = " 𝔅 " ,
42 [ " Bgr " ] = " Β " ,
43 [ " Bopf " ] = " 𝔹 " ,
44 [ " Breve " ] = " ˘ " ,
45 [ " Bscr " ] = " ℬ " ,
46 [ " Bumpeq " ] = " ≎ " ,
47 [ " CHcy " ] = " Ч " ,
48 [ " COPY " ] = " © " ,
49 [ " Cacute " ] = " Ć " ,
50 [ " Cap " ] = " ⋒ " ,
51 [ " CapitalDifferentialD " ] = " ⅅ " ,
52 [ " Cayleys " ] = " ℭ " ,
53 [ " Ccaron " ] = " Č " ,
54 [ " Ccedil " ] = " Ç " ,
55 [ " Ccirc " ] = " Ĉ " ,
56 [ " Cconint " ] = " ∰ " ,
57 [ " Cdot " ] = " Ċ " ,
58 [ " Cedilla " ] = " ¸ " ,
59 [ " CenterDot " ] = " · " ,
60 [ " Cfr " ] = " ℭ " ,
61 [ " Chi " ] = " Χ " ,
62 [ " CircleDot " ] = " ⊙ " ,
63 [ " CircleMinus " ] = " ⊖ " ,
64 [ " CirclePlus " ] = " ⊕ " ,
65 [ " CircleTimes " ] = " ⊗ " ,
66 [ " ClockwiseContourIntegral " ] = " ∲ " ,
67 [ " CloseCurlyDoubleQuote " ] = " ” " ,
68 [ " CloseCurlyQuote " ] = " ’ " ,
69 [ " Colon " ] = " ∷ " ,
70 [ " Colone " ] = " ⩴ " ,
71 [ " Congruent " ] = " ≡ " ,
72 [ " Conint " ] = " ∯ " ,
73 [ " ContourIntegral " ] = " ∮ " ,
74 [ " Copf " ] = " ℂ " ,
75 [ " Coproduct " ] = " ∐ " ,
76 [ " CounterClockwiseContourIntegral " ] = " ∳ " ,
77 [ " Cross " ] = " ⨯ " ,
78 [ " Cscr " ] = " 𝒞 " ,
79 [ " Cup " ] = " ⋓ " ,
80 [ " CupCap " ] = " ≍ " ,
81 [ " DD " ] = " ⅅ " ,
82 [ " DDotrahd " ] = " ⤑ " ,
83 [ " DJcy " ] = " Ђ " ,
84 [ " DScy " ] = " Ѕ " ,
85 [ " DZcy " ] = " Џ " ,
86 [ " Dagger " ] = " ‡ " ,
87 [ " Darr " ] = " ↡ " ,
88 [ " Dashv " ] = " ⫤ " ,
89 [ " Dcaron " ] = " Ď " ,
90 [ " Dcy " ] = " Д " ,
91 [ " Del " ] = " ∇ " ,
92 [ " Delta " ] = " Δ " ,
93 [ " Dfr " ] = " 𝔇 " ,
94 [ " Dgr " ] = " Δ " ,
95 [ " DiacriticalAcute " ] = " ´ " ,
96 [ " DiacriticalDot " ] = " ˙ " ,
97 [ " DiacriticalDoubleAcute " ] = " ˝ " ,
98 [ " DiacriticalGrave " ] = " ` " ,
99 [ " DiacriticalTilde " ] = " ˜ " ,
100 [ " Diamond " ] = " ⋄ " ,
101 [ " DifferentialD " ] = " ⅆ " ,
102 [ " Dopf " ] = " 𝔻 " ,
103 [ " Dot " ] = " ¨ " ,
104 [ " DotDot " ] = " ⃜ " ,
105 [ " DotEqual " ] = " ≐ " ,
106 [ " DoubleContourIntegral " ] = " ∯ " ,
107 [ " DoubleDot " ] = " ¨ " ,
108 [ " DoubleDownArrow " ] = " ⇓ " ,
109 [ " DoubleLeftArrow " ] = " ⇐ " ,
110 [ " DoubleLeftRightArrow " ] = " ⇔ " ,
111 [ " DoubleLeftTee " ] = " ⫤ " ,
112 [ " DoubleLongLeftArrow " ] = " ⟸ " ,
113 [ " DoubleLongLeftRightArrow " ] = " ⟺ " ,
114 [ " DoubleLongRightArrow " ] = " ⟹ " ,
115 [ " DoubleRightArrow " ] = " ⇒ " ,
116 [ " DoubleRightTee " ] = " ⊨ " ,
117 [ " DoubleUpArrow " ] = " ⇑ " ,
118 [ " DoubleUpDownArrow " ] = " ⇕ " ,
119 [ " DoubleVerticalBar " ] = " ∥ " ,
120 [ " DownArrow " ] = " ↓ " ,
121 [ " DownArrowBar " ] = " ⤓ " ,
122 [ " DownArrowUpArrow " ] = " ⇵ " ,
123 [ " DownBreve " ] = " ̑ " ,
124 [ " DownLeftRightVector " ] = " ⥐ " ,
125 [ " DownLeftTeeVector " ] = " ⥞ " ,
126 [ " DownLeftVector " ] = " ↽ " ,
127 [ " DownLeftVectorBar " ] = " ⥖ " ,
128 [ " DownRightTeeVector " ] = " ⥟ " ,
129 [ " DownRightVector " ] = " ⇁ " ,
130 [ " DownRightVectorBar " ] = " ⥗ " ,
131 [ " DownTee " ] = " ⊤ " ,
132 [ " DownTeeArrow " ] = " ↧ " ,
133 [ " Downarrow " ] = " ⇓ " ,
134 [ " Dscr " ] = " 𝒟 " ,
135 [ " Dstrok " ] = " Đ " ,
136 [ " EEacgr " ] = " Ή " ,
137 [ " EEgr " ] = " Η " ,
138 [ " ENG " ] = " Ŋ " ,
139 [ " ETH " ] = " Ð " ,
140 [ " Eacgr " ] = " Έ " ,
141 [ " Eacute " ] = " É " ,
142 [ " Ecaron " ] = " Ě " ,
143 [ " Ecirc " ] = " Ê " ,
144 [ " Ecy " ] = " Э " ,
145 [ " Edot " ] = " Ė " ,
146 [ " Efr " ] = " 𝔈 " ,
147 [ " Egr " ] = " Ε " ,
148 [ " Egrave " ] = " È " ,
149 [ " Element " ] = " ∈ " ,
150 [ " Emacr " ] = " Ē " ,
151 [ " EmptySmallSquare " ] = " ◻ " ,
152 [ " EmptyVerySmallSquare " ] = " ▫ " ,
153 [ " Eogon " ] = " Ę " ,
154 [ " Eopf " ] = " 𝔼 " ,
155 [ " Epsilon " ] = " Ε " ,
156 [ " Equal " ] = " ⩵ " ,
157 [ " EqualTilde " ] = " ≂ " ,
158 [ " Equilibrium " ] = " ⇌ " ,
159 [ " Escr " ] = " ℰ " ,
160 [ " Esim " ] = " ⩳ " ,
161 [ " Eta " ] = " Η " ,
162 [ " Euml " ] = " Ë " ,
163 [ " Exists " ] = " ∃ " ,
164 [ " ExponentialE " ] = " ⅇ " ,
165 [ " Fcy " ] = " Ф " ,
166 [ " Ffr " ] = " 𝔉 " ,
167 [ " FilledSmallSquare " ] = " ◼ " ,
168 [ " FilledVerySmallSquare " ] = " ▪ " ,
169 [ " Fopf " ] = " 𝔽 " ,
170 [ " ForAll " ] = " ∀ " ,
171 [ " Fouriertrf " ] = " ℱ " ,
172 [ " Fscr " ] = " ℱ " ,
173 [ " GJcy " ] = " Ѓ " ,
174 [ " GT " ] = " > " ,
175 [ " Gamma " ] = " Γ " ,
176 [ " Gammad " ] = " Ϝ " ,
177 [ " Gbreve " ] = " Ğ " ,
178 [ " Gcedil " ] = " Ģ " ,
179 [ " Gcirc " ] = " Ĝ " ,
180 [ " Gcy " ] = " Г " ,
181 [ " Gdot " ] = " Ġ " ,
182 [ " Gfr " ] = " 𝔊 " ,
183 [ " Gg " ] = " ⋙ " ,
184 [ " Ggr " ] = " Γ " ,
185 [ " Gopf " ] = " 𝔾 " ,
186 [ " GreaterEqual " ] = " ≥ " ,
187 [ " GreaterEqualLess " ] = " ⋛ " ,
188 [ " GreaterFullEqual " ] = " ≧ " ,
189 [ " GreaterGreater " ] = " ⪢ " ,
190 [ " GreaterLess " ] = " ≷ " ,
191 [ " GreaterSlantEqual " ] = " ⩾ " ,
192 [ " GreaterTilde " ] = " ≳ " ,
193 [ " Gscr " ] = " 𝒢 " ,
194 [ " Gt " ] = " ≫ " ,
195 [ " HARDcy " ] = " Ъ " ,
196 [ " Hacek " ] = " ˇ " ,
197 [ " Hat " ] = " ^ " ,
198 [ " Hcirc " ] = " Ĥ " ,
199 [ " Hfr " ] = " ℌ " ,
200 [ " HilbertSpace " ] = " ℋ " ,
201 [ " Hopf " ] = " ℍ " ,
202 [ " HorizontalLine " ] = " ─ " ,
203 [ " Hscr " ] = " ℋ " ,
204 [ " Hstrok " ] = " Ħ " ,
205 [ " HumpDownHump " ] = " ≎ " ,
206 [ " HumpEqual " ] = " ≏ " ,
207 [ " IEcy " ] = " Е " ,
208 [ " IJlig " ] = " IJ " ,
209 [ " IOcy " ] = " Ё " ,
210 [ " Iacgr " ] = " Ί " ,
211 [ " Iacute " ] = " Í " ,
212 [ " Icirc " ] = " Î " ,
213 [ " Icy " ] = " И " ,
214 [ " Idigr " ] = " Ϊ " ,
215 [ " Idot " ] = " İ " ,
216 [ " Ifr " ] = " ℑ " ,
217 [ " Igr " ] = " Ι " ,
218 [ " Igrave " ] = " Ì " ,
219 [ " Im " ] = " ℑ " ,
220 [ " Imacr " ] = " Ī " ,
221 [ " ImaginaryI " ] = " ⅈ " ,
222 [ " Implies " ] = " ⇒ " ,
223 [ " Int " ] = " ∬ " ,
224 [ " Integral " ] = " ∫ " ,
225 [ " Intersection " ] = " ⋂ " ,
226 [ " InvisibleComma " ] = " " ,
227 [ " InvisibleTimes " ] = " " ,
228 [ " Iogon " ] = " Į " ,
229 [ " Iopf " ] = " 𝕀 " ,
230 [ " Iota " ] = " Ι " ,
231 [ " Iscr " ] = " ℐ " ,
232 [ " Itilde " ] = " Ĩ " ,
233 [ " Iukcy " ] = " І " ,
234 [ " Iuml " ] = " Ï " ,
235 [ " Jcirc " ] = " Ĵ " ,
236 [ " Jcy " ] = " Й " ,
237 [ " Jfr " ] = " 𝔍 " ,
238 [ " Jopf " ] = " 𝕁 " ,
239 [ " Jscr " ] = " 𝒥 " ,
240 [ " Jsercy " ] = " Ј " ,
241 [ " Jukcy " ] = " Є " ,
242 [ " KHcy " ] = " Х " ,
243 [ " KHgr " ] = " Χ " ,
244 [ " KJcy " ] = " Ќ " ,
245 [ " Kappa " ] = " Κ " ,
246 [ " Kcedil " ] = " Ķ " ,
247 [ " Kcy " ] = " К " ,
248 [ " Kfr " ] = " 𝔎 " ,
249 [ " Kgr " ] = " Κ " ,
250 [ " Kopf " ] = " 𝕂 " ,
251 [ " Kscr " ] = " 𝒦 " ,
252 [ " LJcy " ] = " Љ " ,
253 [ " LT " ] = " < " ,
254 [ " Lacute " ] = " Ĺ " ,
255 [ " Lambda " ] = " Λ " ,
256 [ " Lang " ] = " ⟪ " ,
257 [ " Laplacetrf " ] = " ℒ " ,
258 [ " Larr " ] = " ↞ " ,
259 [ " Lcaron " ] = " Ľ " ,
260 [ " Lcedil " ] = " Ļ " ,
261 [ " Lcy " ] = " Л " ,
262 [ " LeftAngleBracket " ] = " ⟨ " ,
263 [ " LeftArrow " ] = " ← " ,
264 [ " LeftArrowBar " ] = " ⇤ " ,
265 [ " LeftArrowRightArrow " ] = " ⇆ " ,
266 [ " LeftCeiling " ] = " ⌈ " ,
267 [ " LeftDoubleBracket " ] = " ⟦ " ,
268 [ " LeftDownTeeVector " ] = " ⥡ " ,
269 [ " LeftDownVector " ] = " ⇃ " ,
270 [ " LeftDownVectorBar " ] = " ⥙ " ,
271 [ " LeftFloor " ] = " ⌊ " ,
272 [ " LeftRightArrow " ] = " ↔ " ,
273 [ " LeftRightVector " ] = " ⥎ " ,
274 [ " LeftTee " ] = " ⊣ " ,
275 [ " LeftTeeArrow " ] = " ↤ " ,
276 [ " LeftTeeVector " ] = " ⥚ " ,
277 [ " LeftTriangle " ] = " ⊲ " ,
278 [ " LeftTriangleBar " ] = " ⧏ " ,
279 [ " LeftTriangleEqual " ] = " ⊴ " ,
280 [ " LeftUpDownVector " ] = " ⥑ " ,
281 [ " LeftUpTeeVector " ] = " ⥠ " ,
282 [ " LeftUpVector " ] = " ↿ " ,
283 [ " LeftUpVectorBar " ] = " ⥘ " ,
284 [ " LeftVector " ] = " ↼ " ,
285 [ " LeftVectorBar " ] = " ⥒ " ,
286 [ " Leftarrow " ] = " ⇐ " ,
287 [ " Leftrightarrow " ] = " ⇔ " ,
288 [ " LessEqualGreater " ] = " ⋚ " ,
289 [ " LessFullEqual " ] = " ≦ " ,
290 [ " LessGreater " ] = " ≶ " ,
291 [ " LessLess " ] = " ⪡ " ,
292 [ " LessSlantEqual " ] = " ⩽ " ,
293 [ " LessTilde " ] = " ≲ " ,
294 [ " Lfr " ] = " 𝔏 " ,
295 [ " Lgr " ] = " Λ " ,
296 [ " Ll " ] = " ⋘ " ,
297 [ " Lleftarrow " ] = " ⇚ " ,
298 [ " Lmidot " ] = " Ŀ " ,
299 [ " LongLeftArrow " ] = " ⟵ " ,
300 [ " LongLeftRightArrow " ] = " ⟷ " ,
301 [ " LongRightArrow " ] = " ⟶ " ,
302 [ " Longleftarrow " ] = " ⟸ " ,
303 [ " Longleftrightarrow " ] = " ⟺ " ,
304 [ " Longrightarrow " ] = " ⟹ " ,
305 [ " Lopf " ] = " 𝕃 " ,
306 [ " LowerLeftArrow " ] = " ↙ " ,
307 [ " LowerRightArrow " ] = " ↘ " ,
308 [ " Lscr " ] = " ℒ " ,
309 [ " Lsh " ] = " ↰ " ,
310 [ " Lstrok " ] = " Ł " ,
311 [ " Lt " ] = " ≪ " ,
312 [ " Map " ] = " ⤅ " ,
313 [ " Mcy " ] = " М " ,
314 [ " MediumSpace " ] = " " ,
315 [ " Mellintrf " ] = " ℳ " ,
316 [ " Mfr " ] = " 𝔐 " ,
317 [ " Mgr " ] = " Μ " ,
318 [ " MinusPlus " ] = " ∓ " ,
319 [ " Mopf " ] = " 𝕄 " ,
320 [ " Mscr " ] = " ℳ " ,
321 [ " Mu " ] = " Μ " ,
322 [ " NJcy " ] = " Њ " ,
323 [ " Nacute " ] = " Ń " ,
324 [ " Ncaron " ] = " Ň " ,
325 [ " Ncedil " ] = " Ņ " ,
326 [ " Ncy " ] = " Н " ,
327 [ " NegativeMediumSpace " ] = " " ,
328 [ " NegativeThickSpace " ] = " " ,
329 [ " NegativeThinSpace " ] = " " ,
330 [ " NegativeVeryThinSpace " ] = " " ,
331 [ " NestedGreaterGreater " ] = " ≫ " ,
332 [ " NestedLessLess " ] = " ≪ " ,
333 [ " Nfr " ] = " 𝔑 " ,
334 [ " Ngr " ] = " Ν " ,
335 [ " NoBreak " ] = " " ,
336 [ " NonBreakingSpace " ] = " " ,
337 [ " Nopf " ] = " ℕ " ,
338 [ " Not " ] = " ⫬ " ,
339 [ " NotCongruent " ] = " ≢ " ,
340 [ " NotCupCap " ] = " ≭ " ,
341 [ " NotDoubleVerticalBar " ] = " ∦ " ,
342 [ " NotElement " ] = " ∉ " ,
343 [ " NotEqual " ] = " ≠ " ,
344 [ " NotEqualTilde " ] = " ≂̸ " ,
345 [ " NotExists " ] = " ∄ " ,
346 [ " NotGreater " ] = " ≯ " ,
347 [ " NotGreaterEqual " ] = " ≱ " ,
348 [ " NotGreaterFullEqual " ] = " ≧̸ " ,
349 [ " NotGreaterGreater " ] = " ≫̸ " ,
350 [ " NotGreaterLess " ] = " ≹ " ,
351 [ " NotGreaterSlantEqual " ] = " ⩾̸ " ,
352 [ " NotGreaterTilde " ] = " ≵ " ,
353 [ " NotHumpDownHump " ] = " ≎̸ " ,
354 [ " NotHumpEqual " ] = " ≏̸ " ,
355 [ " NotLeftTriangle " ] = " ⋪ " ,
356 [ " NotLeftTriangleBar " ] = " ⧏̸ " ,
357 [ " NotLeftTriangleEqual " ] = " ⋬ " ,
358 [ " NotLess " ] = " ≮ " ,
359 [ " NotLessEqual " ] = " ≰ " ,
360 [ " NotLessGreater " ] = " ≸ " ,
361 [ " NotLessLess " ] = " ≪̸ " ,
362 [ " NotLessSlantEqual " ] = " ⩽̸ " ,
363 [ " NotLessTilde " ] = " ≴ " ,
364 [ " NotNestedGreaterGreater " ] = " ⪢̸ " ,
365 [ " NotNestedLessLess " ] = " ⪡̸ " ,
366 [ " NotPrecedes " ] = " ⊀ " ,
367 [ " NotPrecedesEqual " ] = " ⪯̸ " ,
368 [ " NotPrecedesSlantEqual " ] = " ⋠ " ,
369 [ " NotReverseElement " ] = " ∌ " ,
370 [ " NotRightTriangle " ] = " ⋫ " ,
371 [ " NotRightTriangleBar " ] = " ⧐̸ " ,
372 [ " NotRightTriangleEqual " ] = " ⋭ " ,
373 [ " NotSquareSubset " ] = " ⊏̸ " ,
374 [ " NotSquareSubsetEqual " ] = " ⋢ " ,
375 [ " NotSquareSuperset " ] = " ⊐̸ " ,
376 [ " NotSquareSupersetEqual " ] = " ⋣ " ,
377 [ " NotSubset " ] = " ⊂⃒ " ,
378 [ " NotSubsetEqual " ] = " ⊈ " ,
379 [ " NotSucceeds " ] = " ⊁ " ,
380 [ " NotSucceedsEqual " ] = " ⪰̸ " ,
381 [ " NotSucceedsSlantEqual " ] = " ⋡ " ,
382 [ " NotSucceedsTilde " ] = " ≿̸ " ,
383 [ " NotSuperset " ] = " ⊃⃒ " ,
384 [ " NotSupersetEqual " ] = " ⊉ " ,
385 [ " NotTilde " ] = " ≁ " ,
386 [ " NotTildeEqual " ] = " ≄ " ,
387 [ " NotTildeFullEqual " ] = " ≇ " ,
388 [ " NotTildeTilde " ] = " ≉ " ,
389 [ " NotVerticalBar " ] = " ∤ " ,
390 [ " Nscr " ] = " 𝒩 " ,
391 [ " Ntilde " ] = " Ñ " ,
392 [ " Nu " ] = " Ν " ,
393 [ " OElig " ] = " Œ " ,
394 [ " OHacgr " ] = " Ώ " ,
395 [ " OHgr " ] = " Ω " ,
396 [ " Oacgr " ] = " Ό " ,
397 [ " Oacute " ] = " Ó " ,
398 [ " Ocirc " ] = " Ô " ,
399 [ " Ocy " ] = " О " ,
400 [ " Odblac " ] = " Ő " ,
401 [ " Ofr " ] = " 𝔒 " ,
402 [ " Ogr " ] = " Ο " ,
403 [ " Ograve " ] = " Ò " ,
404 [ " Omacr " ] = " Ō " ,
405 [ " Omega " ] = " Ω " ,
406 [ " Omicron " ] = " Ο " ,
407 [ " Oopf " ] = " 𝕆 " ,
408 [ " OpenCurlyDoubleQuote " ] = " “ " ,
409 [ " OpenCurlyQuote " ] = " ‘ " ,
410 [ " Or " ] = " ⩔ " ,
411 [ " Oscr " ] = " 𝒪 " ,
412 [ " Oslash " ] = " Ø " ,
413 [ " Otilde " ] = " Õ " ,
414 [ " Otimes " ] = " ⨷ " ,
415 [ " Ouml " ] = " Ö " ,
416 [ " OverBar " ] = " ‾ " ,
417 [ " OverBrace " ] = " ⏞ " ,
418 [ " OverBracket " ] = " ⎴ " ,
419 [ " OverParenthesis " ] = " ⏜ " ,
420 [ " PHgr " ] = " Φ " ,
421 [ " PSgr " ] = " Ψ " ,
422 [ " PartialD " ] = " ∂ " ,
423 [ " Pcy " ] = " П " ,
424 [ " Pfr " ] = " 𝔓 " ,
425 [ " Pgr " ] = " Π " ,
426 [ " Phi " ] = " Φ " ,
427 [ " Pi " ] = " Π " ,
428 [ " PlusMinus " ] = " ± " ,
429 [ " Poincareplane " ] = " ℌ " ,
430 [ " Popf " ] = " ℙ " ,
431 [ " Pr " ] = " ⪻ " ,
432 [ " Precedes " ] = " ≺ " ,
433 [ " PrecedesEqual " ] = " ⪯ " ,
434 [ " PrecedesSlantEqual " ] = " ≼ " ,
435 [ " PrecedesTilde " ] = " ≾ " ,
436 [ " Prime " ] = " ″ " ,
437 [ " Product " ] = " ∏ " ,
438 [ " Proportion " ] = " ∷ " ,
439 [ " Proportional " ] = " ∝ " ,
440 [ " Pscr " ] = " 𝒫 " ,
441 [ " Psi " ] = " Ψ " ,
442 [ " QUOT " ] = " \" " ,
443 [ " Qfr " ] = " 𝔔 " ,
444 [ " Qopf " ] = " ℚ " ,
445 [ " Qscr " ] = " 𝒬 " ,
446 [ " RBarr " ] = " ⤐ " ,
447 [ " REG " ] = " ® " ,
448 [ " Racute " ] = " Ŕ " ,
449 [ " Rang " ] = " ⟫ " ,
450 [ " Rarr " ] = " ↠ " ,
451 [ " Rarrtl " ] = " ⤖ " ,
452 [ " Rcaron " ] = " Ř " ,
453 [ " Rcedil " ] = " Ŗ " ,
454 [ " Rcy " ] = " Р " ,
455 [ " Re " ] = " ℜ " ,
456 [ " ReverseElement " ] = " ∋ " ,
457 [ " ReverseEquilibrium " ] = " ⇋ " ,
458 [ " ReverseUpEquilibrium " ] = " ⥯ " ,
459 [ " Rfr " ] = " ℜ " ,
460 [ " Rgr " ] = " Ρ " ,
461 [ " Rho " ] = " Ρ " ,
462 [ " RightAngleBracket " ] = " ⟩ " ,
463 [ " RightArrow " ] = " → " ,
464 [ " RightArrowBar " ] = " ⇥ " ,
465 [ " RightArrowLeftArrow " ] = " ⇄ " ,
466 [ " RightCeiling " ] = " ⌉ " ,
467 [ " RightDoubleBracket " ] = " ⟧ " ,
468 [ " RightDownTeeVector " ] = " ⥝ " ,
469 [ " RightDownVector " ] = " ⇂ " ,
470 [ " RightDownVectorBar " ] = " ⥕ " ,
471 [ " RightFloor " ] = " ⌋ " ,
472 [ " RightTee " ] = " ⊢ " ,
473 [ " RightTeeArrow " ] = " ↦ " ,
474 [ " RightTeeVector " ] = " ⥛ " ,
475 [ " RightTriangle " ] = " ⊳ " ,
476 [ " RightTriangleBar " ] = " ⧐ " ,
477 [ " RightTriangleEqual " ] = " ⊵ " ,
478 [ " RightUpDownVector " ] = " ⥏ " ,
479 [ " RightUpTeeVector " ] = " ⥜ " ,
480 [ " RightUpVector " ] = " ↾ " ,
481 [ " RightUpVectorBar " ] = " ⥔ " ,
482 [ " RightVector " ] = " ⇀ " ,
483 [ " RightVectorBar " ] = " ⥓ " ,
484 [ " Rightarrow " ] = " ⇒ " ,
485 [ " Ropf " ] = " ℝ " ,
486 [ " RoundImplies " ] = " ⥰ " ,
487 [ " Rrightarrow " ] = " ⇛ " ,
488 [ " Rscr " ] = " ℛ " ,
489 [ " Rsh " ] = " ↱ " ,
490 [ " RuleDelayed " ] = " ⧴ " ,
491 [ " SHCHcy " ] = " Щ " ,
492 [ " SHcy " ] = " Ш " ,
493 [ " SOFTcy " ] = " Ь " ,
494 [ " Sacute " ] = " Ś " ,
495 [ " Sc " ] = " ⪼ " ,
496 [ " Scaron " ] = " Š " ,
497 [ " Scedil " ] = " Ş " ,
498 [ " Scirc " ] = " Ŝ " ,
499 [ " Scy " ] = " С " ,
500 [ " Sfr " ] = " 𝔖 " ,
501 [ " Sgr " ] = " Σ " ,
502 [ " ShortDownArrow " ] = " ↓ " ,
503 [ " ShortLeftArrow " ] = " ← " ,
504 [ " ShortRightArrow " ] = " → " ,
505 [ " ShortUpArrow " ] = " ↑ " ,
506 [ " Sigma " ] = " Σ " ,
507 [ " SmallCircle " ] = " ∘ " ,
508 [ " Sopf " ] = " 𝕊 " ,
509 [ " Sqrt " ] = " √ " ,
510 [ " Square " ] = " □ " ,
511 [ " SquareIntersection " ] = " ⊓ " ,
512 [ " SquareSubset " ] = " ⊏ " ,
513 [ " SquareSubsetEqual " ] = " ⊑ " ,
514 [ " SquareSuperset " ] = " ⊐ " ,
515 [ " SquareSupersetEqual " ] = " ⊒ " ,
516 [ " SquareUnion " ] = " ⊔ " ,
517 [ " Sscr " ] = " 𝒮 " ,
518 [ " Star " ] = " ⋆ " ,
519 [ " Sub " ] = " ⋐ " ,
520 [ " Subset " ] = " ⋐ " ,
521 [ " SubsetEqual " ] = " ⊆ " ,
522 [ " Succeeds " ] = " ≻ " ,
523 [ " SucceedsEqual " ] = " ⪰ " ,
524 [ " SucceedsSlantEqual " ] = " ≽ " ,
525 [ " SucceedsTilde " ] = " ≿ " ,
526 [ " SuchThat " ] = " ∋ " ,
527 [ " Sum " ] = " ∑ " ,
528 [ " Sup " ] = " ⋑ " ,
529 [ " Superset " ] = " ⊃ " ,
530 [ " SupersetEqual " ] = " ⊇ " ,
531 [ " Supset " ] = " ⋑ " ,
532 [ " THORN " ] = " Þ " ,
533 [ " THgr " ] = " Θ " ,
534 [ " TRADE " ] = " ™ " ,
535 [ " TSHcy " ] = " Ћ " ,
536 [ " TScy " ] = " Ц " ,
537 [ " Tab " ] = " \9 " ,
538 [ " Tau " ] = " Τ " ,
539 [ " Tcaron " ] = " Ť " ,
540 [ " Tcedil " ] = " Ţ " ,
541 [ " Tcy " ] = " Т " ,
542 [ " Tfr " ] = " 𝔗 " ,
543 [ " Tgr " ] = " Τ " ,
544 [ " Therefore " ] = " ∴ " ,
545 [ " Theta " ] = " Θ " ,
546 [ " ThickSpace " ] = " " ,
547 [ " ThinSpace " ] = " " ,
548 [ " Tilde " ] = " ∼ " ,
549 [ " TildeEqual " ] = " ≃ " ,
550 [ " TildeFullEqual " ] = " ≅ " ,
551 [ " TildeTilde " ] = " ≈ " ,
552 [ " Topf " ] = " 𝕋 " ,
553 [ " TripleDot " ] = " ⃛ " ,
554 [ " Tscr " ] = " 𝒯 " ,
555 [ " Tstrok " ] = " Ŧ " ,
556 [ " Uacgr " ] = " Ύ " ,
557 [ " Uacute " ] = " Ú " ,
558 [ " Uarr " ] = " ↟ " ,
559 [ " Uarrocir " ] = " ⥉ " ,
560 [ " Ubrcy " ] = " Ў " ,
561 [ " Ubreve " ] = " Ŭ " ,
562 [ " Ucirc " ] = " Û " ,
563 [ " Ucy " ] = " У " ,
564 [ " Udblac " ] = " Ű " ,
565 [ " Udigr " ] = " Ϋ " ,
566 [ " Ufr " ] = " 𝔘 " ,
567 [ " Ugr " ] = " Υ " ,
568 [ " Ugrave " ] = " Ù " ,
569 [ " Umacr " ] = " Ū " ,
570
571 [ " UnderBar " ] = " ‾ " ,
572 [ " UnderBrace " ] = " ⏟ " ,
573 [ " UnderBracket " ] = " ⎵ " ,
574 [ " UnderParenthesis " ] = " ⏝ " ,
575 [ " Union " ] = " ⋃ " ,
576 [ " UnionPlus " ] = " ⊎ " ,
577 [ " Uogon " ] = " Ų " ,
578 [ " Uopf " ] = " 𝕌 " ,
579 [ " UpArrow " ] = " ↑ " ,
580 [ " UpArrowBar " ] = " ⤒ " ,
581 [ " UpArrowDownArrow " ] = " ⇅ " ,
582 [ " UpDownArrow " ] = " ↕ " ,
583 [ " UpEquilibrium " ] = " ⥮ " ,
584 [ " UpTee " ] = " ⊥ " ,
585 [ " UpTeeArrow " ] = " ↥ " ,
586 [ " Uparrow " ] = " ⇑ " ,
587 [ " Updownarrow " ] = " ⇕ " ,
588 [ " UpperLeftArrow " ] = " ↖ " ,
589 [ " UpperRightArrow " ] = " ↗ " ,
590 [ " Upsi " ] = " ϒ " ,
591 [ " Upsilon " ] = " Υ " ,
592 [ " Uring " ] = " Ů " ,
593 [ " Uscr " ] = " 𝒰 " ,
594 [ " Utilde " ] = " Ũ " ,
595 [ " Uuml " ] = " Ü " ,
596 [ " VDash " ] = " ⊫ " ,
597 [ " Vbar " ] = " ⫫ " ,
598 [ " Vcy " ] = " В " ,
599 [ " Vdash " ] = " ⊩ " ,
600 [ " Vdashl " ] = " ⫦ " ,
601 [ " Vee " ] = " ⋁ " ,
602 [ " Verbar " ] = " ‖ " ,
603 [ " Vert " ] = " ‖ " ,
604 [ " VerticalBar " ] = " ∣ " ,
605 [ " VerticalLine " ] = " | " ,
606 [ " VerticalSeparator " ] = " ❘ " ,
607 [ " VerticalTilde " ] = " ≀ " ,
608 [ " VeryThinSpace " ] = " " ,
609 [ " Vfr " ] = " 𝔙 " ,
610 [ " Vopf " ] = " 𝕍 " ,
611 [ " Vscr " ] = " 𝒱 " ,
612 [ " Vvdash " ] = " ⊪ " ,
613 [ " Wcirc " ] = " Ŵ " ,
614 [ " Wedge " ] = " ⋀ " ,
615 [ " Wfr " ] = " 𝔚 " ,
616 [ " Wopf " ] = " 𝕎 " ,
617 [ " Wscr " ] = " 𝒲 " ,
618 [ " Xfr " ] = " 𝔛 " ,
619 [ " Xgr " ] = " Ξ " ,
620 [ " Xi " ] = " Ξ " ,
621 [ " Xopf " ] = " 𝕏 " ,
622 [ " Xscr " ] = " 𝒳 " ,
623 [ " YAcy " ] = " Я " ,
624 [ " YIcy " ] = " Ї " ,
625 [ " YUcy " ] = " Ю " ,
626 [ " Yacute " ] = " Ý " ,
627 [ " Ycirc " ] = " Ŷ " ,
628 [ " Ycy " ] = " Ы " ,
629 [ " Yfr " ] = " 𝔜 " ,
630 [ " Yopf " ] = " 𝕐 " ,
631 [ " Yscr " ] = " 𝒴 " ,
632 [ " Yuml " ] = " Ÿ " ,
633 [ " ZHcy " ] = " Ж " ,
634 [ " Zacute " ] = " Ź " ,
635 [ " Zcaron " ] = " Ž " ,
636 [ " Zcy " ] = " З " ,
637 [ " Zdot " ] = " Ż " ,
638 [ " ZeroWidthSpace " ] = " " ,
639 [ " Zeta " ] = " Ζ " ,
640 [ " Zfr " ] = " ℨ " ,
641 [ " Zgr " ] = " Ζ " ,
642 [ " Zopf " ] = " ℤ " ,
643 [ " Zscr " ] = " 𝒵 " ,
644 [ " aacgr " ] = " ά " ,
645 [ " aacute " ] = " á " ,
646 [ " abreve " ] = " ă " ,
647 [ " ac " ] = " ∾ " ,
648 [ " acE " ] = " ∾̳ " ,
649 [ " acd " ] = " ∿ " ,
650 [ " acirc " ] = " â " ,
651 [ " acute " ] = " ´ " ,
652 [ " acy " ] = " а " ,
653 [ " aelig " ] = " æ " ,
654 [ " af " ] = " " ,
655 [ " afr " ] = " 𝔞 " ,
656 [ " agr " ] = " α " ,
657 [ " agrave " ] = " à " ,
658 [ " alefsym " ] = " ℵ " ,
659 [ " aleph " ] = " ℵ " ,
660 [ " alpha " ] = " α " ,
661 [ " amacr " ] = " ā " ,
662 [ " amalg " ] = " ⨿ " ,
663 [ " amp " ] = " & " ,
664 [ " and " ] = " ∧ " ,
665 [ " andand " ] = " ⩕ " ,
666 [ " andd " ] = " ⩜ " ,
667 [ " andslope " ] = " ⩘ " ,
668 [ " andv " ] = " ⩚ " ,
669 [ " ang " ] = " ∠ " ,
670 [ " ange " ] = " ⦤ " ,
671 [ " angle " ] = " ∠ " ,
672 [ " angmsd " ] = " ∡ " ,
673 [ " angmsdaa " ] = " ⦨ " ,
674 [ " angmsdab " ] = " ⦩ " ,
675 [ " angmsdac " ] = " ⦪ " ,
676 [ " angmsdad " ] = " ⦫ " ,
677 [ " angmsdae " ] = " ⦬ " ,
678 [ " angmsdaf " ] = " ⦭ " ,
679 [ " angmsdag " ] = " ⦮ " ,
680 [ " angmsdah " ] = " ⦯ " ,
681 [ " angrt " ] = " ∟ " ,
682 [ " angrtvb " ] = " ⊾ " ,
683 [ " angrtvbd " ] = " ⦝ " ,
684 [ " angsph " ] = " ∢ " ,
685 [ " angst " ] = " Å " ,
686 [ " angzarr " ] = " ⍼ " ,
687 [ " aogon " ] = " ą " ,
688 [ " aopf " ] = " 𝕒 " ,
689 [ " ap " ] = " ≈ " ,
690 [ " apE " ] = " ⩰ " ,
691 [ " apacir " ] = " ⩯ " ,
692 [ " ape " ] = " ≊ " ,
693 [ " apid " ] = " ≋ " ,
694 [ " apos " ] = " ' " ,
695 [ " approx " ] = " ≈ " ,
696 [ " approxeq " ] = " ≊ " ,
697 [ " aring " ] = " å " ,
698 [ " ascr " ] = " 𝒶 " ,
699 [ " ast " ] = " * " ,
700 [ " asymp " ] = " ≈ " ,
701 [ " asympeq " ] = " ≍ " ,
702 [ " atilde " ] = " ã " ,
703 [ " auml " ] = " ä " ,
704 [ " awconint " ] = " ∳ " ,
705 [ " awint " ] = " ⨑ " ,
706 [ " b.Delta " ] = " 𝚫 " ,
707 [ " b.Gamma " ] = " 𝚪 " ,
708 [ " b.Gammad " ] = " 𝟊 " ,
709 [ " b.Lambda " ] = " 𝚲 " ,
710 [ " b.Omega " ] = " 𝛀 " ,
711 [ " b.Phi " ] = " 𝚽 " ,
712 [ " b.Pi " ] = " 𝚷 " ,
713 [ " b.Psi " ] = " 𝚿 " ,
714 [ " b.Sigma " ] = " 𝚺 " ,
715 [ " b.Theta " ] = " 𝚯 " ,
716 [ " b.Upsi " ] = " 𝚼 " ,
717 [ " b.Xi " ] = " 𝚵 " ,
718 [ " b.alpha " ] = " 𝛂 " ,
719 [ " b.beta " ] = " 𝛃 " ,
720 [ " b.chi " ] = " 𝛘 " ,
721 [ " b.delta " ] = " 𝛅 " ,
722 [ " b.epsi " ] = " 𝛆 " ,
723 [ " b.epsiv " ] = " 𝛜 " ,
724 [ " b.eta " ] = " 𝛈 " ,
725 [ " b.gamma " ] = " 𝛄 " ,
726 [ " b.gammad " ] = " 𝟋 " ,
727 [ " b.iota " ] = " 𝛊 " ,
728 [ " b.kappa " ] = " 𝛋 " ,
729 [ " b.kappav " ] = " 𝛞 " ,
730 [ " b.lambda " ] = " 𝛌 " ,
731 [ " b.mu " ] = " 𝛍 " ,
732 [ " b.nu " ] = " 𝛎 " ,
733 [ " b.omega " ] = " 𝛚 " ,
734 [ " b.phi " ] = " 𝛗 " ,
735 [ " b.phiv " ] = " 𝛟 " ,
736 [ " b.pi " ] = " 𝛑 " ,
737 [ " b.piv " ] = " 𝛡 " ,
738 [ " b.psi " ] = " 𝛙 " ,
739 [ " b.rho " ] = " 𝛒 " ,
740 [ " b.rhov " ] = " 𝛠 " ,
741 [ " b.sigma " ] = " 𝛔 " ,
742 [ " b.sigmav " ] = " 𝛓 " ,
743 [ " b.tau " ] = " 𝛕 " ,
744 [ " b.thetas " ] = " 𝛉 " ,
745 [ " b.thetav " ] = " 𝛝 " ,
746 [ " b.upsi " ] = " 𝛖 " ,
747 [ " b.xi " ] = " 𝛏 " ,
748 [ " b.zeta " ] = " 𝛇 " ,
749 [ " bNot " ] = " ⫭ " ,
750 [ " backcong " ] = " ≌ " ,
751 [ " backepsilon " ] = " ϶ " ,
752 [ " backprime " ] = " ‵ " ,
753 [ " backsim " ] = " ∽ " ,
754 [ " backsimeq " ] = " ⋍ " ,
755 [ " barvee " ] = " ⊽ " ,
756 [ " barwed " ] = " ⌅ " ,
757 [ " barwedge " ] = " ⌅ " ,
758 [ " bbrk " ] = " ⎵ " ,
759 [ " bbrktbrk " ] = " ⎶ " ,
760 [ " bcong " ] = " ≌ " ,
761 [ " bcy " ] = " б " ,
762 [ " bdquo " ] = " „ " ,
763 [ " becaus " ] = " ∵ " ,
764 [ " because " ] = " ∵ " ,
765 [ " bemptyv " ] = " ⦰ " ,
766 [ " bepsi " ] = " ϶ " ,
767 [ " bernou " ] = " ℬ " ,
768 [ " beta " ] = " β " ,
769 [ " beth " ] = " ℶ " ,
770 [ " between " ] = " ≬ " ,
771 [ " bfr " ] = " 𝔟 " ,
772 [ " bgr " ] = " β " ,
773 [ " bigcap " ] = " ⋂ " ,
774 [ " bigcirc " ] = " ◯ " ,
775 [ " bigcup " ] = " ⋃ " ,
776 [ " bigodot " ] = " ⨀ " ,
777 [ " bigoplus " ] = " ⨁ " ,
778 [ " bigotimes " ] = " ⨂ " ,
779 [ " bigsqcup " ] = " ⨆ " ,
780 [ " bigstar " ] = " ★ " ,
781 [ " bigtriangledown " ] = " ▽ " ,
782 [ " bigtriangleup " ] = " △ " ,
783 [ " biguplus " ] = " ⨄ " ,
784 [ " bigvee " ] = " ⋁ " ,
785 [ " bigwedge " ] = " ⋀ " ,
786 [ " bkarow " ] = " ⤍ " ,
787 [ " blacklozenge " ] = " ⧫ " ,
788 [ " blacksquare " ] = " ▪ " ,
789 [ " blacktriangle " ] = " ▴ " ,
790 [ " blacktriangledown " ] = " ▾ " ,
791 [ " blacktriangleleft " ] = " ◂ " ,
792 [ " blacktriangleright " ] = " ▸ " ,
793 [ " blank " ] = " ␣ " ,
794 [ " blk12 " ] = " ▒ " ,
795 [ " blk14 " ] = " ░ " ,
796 [ " blk34 " ] = " ▓ " ,
797 [ " block " ] = " █ " ,
798 [ " bne " ] = " =⃥ " ,
799 [ " bnequiv " ] = " ≡⃥ " ,
800 [ " bnot " ] = " ⌐ " ,
801 [ " bopf " ] = " 𝕓 " ,
802 [ " bot " ] = " ⊥ " ,
803 [ " bottom " ] = " ⊥ " ,
804 [ " bowtie " ] = " ⋈ " ,
805 [ " boxDL " ] = " ╗ " ,
806 [ " boxDR " ] = " ╔ " ,
807 [ " boxDl " ] = " ╖ " ,
808 [ " boxDr " ] = " ╓ " ,
809 [ " boxH " ] = " ═ " ,
810 [ " boxHD " ] = " ╦ " ,
811 [ " boxHU " ] = " ╩ " ,
812 [ " boxHd " ] = " ╤ " ,
813 [ " boxHu " ] = " ╧ " ,
814 [ " boxUL " ] = " ╝ " ,
815 [ " boxUR " ] = " ╚ " ,
816 [ " boxUl " ] = " ╜ " ,
817 [ " boxUr " ] = " ╙ " ,
818 [ " boxV " ] = " ║ " ,
819 [ " boxVH " ] = " ╬ " ,
820 [ " boxVL " ] = " ╣ " ,
821 [ " boxVR " ] = " ╠ " ,
822 [ " boxVh " ] = " ╫ " ,
823 [ " boxVl " ] = " ╢ " ,
824 [ " boxVr " ] = " ╟ " ,
825 [ " boxbox " ] = " ⧉ " ,
826 [ " boxdL " ] = " ╕ " ,
827 [ " boxdR " ] = " ╒ " ,
828 [ " boxdl " ] = " ┐ " ,
829 [ " boxdr " ] = " ┌ " ,
830 [ " boxh " ] = " ─ " ,
831 [ " boxhD " ] = " ╥ " ,
832 [ " boxhU " ] = " ╨ " ,
833 [ " boxhd " ] = " ┬ " ,
834 [ " boxhu " ] = " ┴ " ,
835 [ " boxminus " ] = " ⊟ " ,
836 [ " boxplus " ] = " ⊞ " ,
837 [ " boxtimes " ] = " ⊠ " ,
838 [ " boxuL " ] = " ╛ " ,
839 [ " boxuR " ] = " ╘ " ,
840 [ " boxul " ] = " ┘ " ,
841 [ " boxur " ] = " └ " ,
842 [ " boxv " ] = " │ " ,
843 [ " boxvH " ] = " ╪ " ,
844 [ " boxvL " ] = " ╡ " ,
845 [ " boxvR " ] = " ╞ " ,
846 [ " boxvh " ] = " ┼ " ,
847 [ " boxvl " ] = " ┤ " ,
848 [ " boxvr " ] = " ├ " ,
849 [ " bprime " ] = " ‵ " ,
850 [ " breve " ] = " ˘ " ,
851 [ " brvbar " ] = " ¦ " ,
852 [ " bscr " ] = " 𝒷 " ,
853 [ " bsemi " ] = " ⁏ " ,
854 [ " bsim " ] = " ∽ " ,
855 [ " bsime " ] = " ⋍ " ,
856 [ " bsol " ] = " \\ " ,
857 [ " bsolb " ] = " ⧅ " ,
858 [ " bsolhsub " ] = " ⟈ " ,
859 [ " bull " ] = " • " ,
860 [ " bullet " ] = " • " ,
861 [ " bump " ] = " ≎ " ,
862 [ " bumpE " ] = " ⪮ " ,
863 [ " bumpe " ] = " ≏ " ,
864 [ " bumpeq " ] = " ≏ " ,
865 [ " cacute " ] = " ć " ,
866 [ " cap " ] = " ∩ " ,
867 [ " capand " ] = " ⩄ " ,
868 [ " capbrcup " ] = " ⩉ " ,
869 [ " capcap " ] = " ⩋ " ,
870 [ " capcup " ] = " ⩇ " ,
871 [ " capdot " ] = " ⩀ " ,
872 [ " caps " ] = " ∩︀ " ,
873 [ " caret " ] = " ⁁ " ,
874 [ " caron " ] = " ˇ " ,
875 [ " ccaps " ] = " ⩍ " ,
876 [ " ccaron " ] = " č " ,
877 [ " ccedil " ] = " ç " ,
878 [ " ccirc " ] = " ĉ " ,
879 [ " ccups " ] = " ⩌ " ,
880 [ " ccupssm " ] = " ⩐ " ,
881 [ " cdot " ] = " ċ " ,
882 [ " cedil " ] = " ¸ " ,
883 [ " cemptyv " ] = " ⦲ " ,
884 [ " cent " ] = " ¢ " ,
885 [ " centerdot " ] = " · " ,
886 [ " cfr " ] = " 𝔠 " ,
887 [ " chcy " ] = " ч " ,
888 [ " check " ] = " ✓ " ,
889 [ " checkmark " ] = " ✓ " ,
890 [ " chi " ] = " χ " ,
891 [ " cir " ] = " ○ " ,
892 [ " cirE " ] = " ⧃ " ,
893 [ " circ " ] = " ˆ " ,
894 [ " circeq " ] = " ≗ " ,
895 [ " circlearrowleft " ] = " ↺ " ,
896 [ " circlearrowright " ] = " ↻ " ,
897 [ " circledR " ] = " ® " ,
898 [ " circledS " ] = " Ⓢ " ,
899 [ " circledast " ] = " ⊛ " ,
900 [ " circledcirc " ] = " ⊚ " ,
901 [ " circleddash " ] = " ⊝ " ,
902 [ " cire " ] = " ≗ " ,
903 [ " cirfnint " ] = " ⨐ " ,
904 [ " cirmid " ] = " ⫯ " ,
905 [ " cirscir " ] = " ⧂ " ,
906 [ " clubs " ] = " ♣ " ,
907 [ " clubsuit " ] = " ♣ " ,
908 [ " colon " ] = " : " ,
909 [ " colone " ] = " ≔ " ,
910 [ " coloneq " ] = " ≔ " ,
911 [ " comma " ] = " , " ,
912 [ " commat " ] = " @ " ,
913 [ " comp " ] = " ∁ " ,
914 [ " compfn " ] = " ∘ " ,
915 [ " complement " ] = " ∁ " ,
916 [ " complexes " ] = " ℂ " ,
917 [ " cong " ] = " ≅ " ,
918 [ " congdot " ] = " ⩭ " ,
919 [ " conint " ] = " ∮ " ,
920 [ " copf " ] = " 𝕔 " ,
921 [ " coprod " ] = " ∐ " ,
922 [ " copy " ] = " © " ,
923 [ " copysr " ] = " ℗ " ,
924 [ " crarr " ] = " ↵ " ,
925 [ " cross " ] = " ✗ " ,
926 [ " cscr " ] = " 𝒸 " ,
927 [ " csub " ] = " ⫏ " ,
928 [ " csube " ] = " ⫑ " ,
929 [ " csup " ] = " ⫐ " ,
930 [ " csupe " ] = " ⫒ " ,
931 [ " ctdot " ] = " ⋯ " ,
932 [ " cudarrl " ] = " ⤸ " ,
933 [ " cudarrr " ] = " ⤵ " ,
934 [ " cuepr " ] = " ⋞ " ,
935 [ " cuesc " ] = " ⋟ " ,
936 [ " cularr " ] = " ↶ " ,
937 [ " cularrp " ] = " ⤽ " ,
938 [ " cup " ] = " ∪ " ,
939 [ " cupbrcap " ] = " ⩈ " ,
940 [ " cupcap " ] = " ⩆ " ,
941 [ " cupcup " ] = " ⩊ " ,
942 [ " cupdot " ] = " ⊍ " ,
943 [ " cupor " ] = " ⩅ " ,
944 [ " cups " ] = " ∪︀ " ,
945 [ " curarr " ] = " ↷ " ,
946 [ " curarrm " ] = " ⤼ " ,
947 [ " curlyeqprec " ] = " ⋞ " ,
948 [ " curlyeqsucc " ] = " ⋟ " ,
949 [ " curlyvee " ] = " ⋎ " ,
950 [ " curlywedge " ] = " ⋏ " ,
951 [ " curren " ] = " ¤ " ,
952 [ " curvearrowleft " ] = " ↶ " ,
953 [ " curvearrowright " ] = " ↷ " ,
954 [ " cuvee " ] = " ⋎ " ,
955 [ " cuwed " ] = " ⋏ " ,
956 [ " cwconint " ] = " ∲ " ,
957 [ " cwint " ] = " ∱ " ,
958 [ " cylcty " ] = " ⌭ " ,
959 [ " dArr " ] = " ⇓ " ,
960 [ " dHar " ] = " ⥥ " ,
961 [ " dagger " ] = " † " ,
962 [ " daleth " ] = " ℸ " ,
963 [ " darr " ] = " ↓ " ,
964 [ " dash " ] = " ‐ " ,
965 [ " dashv " ] = " ⊣ " ,
966 [ " dbkarow " ] = " ⤏ " ,
967 [ " dblac " ] = " ˝ " ,
968 [ " dcaron " ] = " ď " ,
969 [ " dcy " ] = " д " ,
970 [ " dd " ] = " ⅆ " ,
971 [ " ddagger " ] = " ‡ " ,
972 [ " ddarr " ] = " ⇊ " ,
973 [ " ddotseq " ] = " ⩷ " ,
974 [ " deg " ] = " ° " ,
975 [ " delta " ] = " δ " ,
976 [ " demptyv " ] = " ⦱ " ,
977 [ " dfisht " ] = " ⥿ " ,
978 [ " dfr " ] = " 𝔡 " ,
979 [ " dgr " ] = " δ " ,
980 [ " dharl " ] = " ⇃ " ,
981 [ " dharr " ] = " ⇂ " ,
982 [ " diam " ] = " ⋄ " ,
983 [ " diamond " ] = " ⋄ " ,
984 [ " diamondsuit " ] = " ♦ " ,
985 [ " diams " ] = " ♦ " ,
986 [ " die " ] = " ¨ " ,
987 [ " digamma " ] = " ϝ " ,
988 [ " disin " ] = " ⋲ " ,
989 [ " div " ] = " ÷ " ,
990 [ " divide " ] = " ÷ " ,
991 [ " divideontimes " ] = " ⋇ " ,
992 [ " divonx " ] = " ⋇ " ,
993 [ " djcy " ] = " ђ " ,
994 [ " dlcorn " ] = " ⌞ " ,
995 [ " dlcrop " ] = " ⌍ " ,
996 [ " dollar " ] = " $ " ,
997 [ " dopf " ] = " 𝕕 " ,
998 [ " dot " ] = " ˙ " ,
999 [ " doteq " ] = " ≐ " ,
1000 [ " doteqdot " ] = " ≑ " ,
1001 [ " dotminus " ] = " ∸ " ,
1002 [ " dotplus " ] = " ∔ " ,
1003 [ " dotsquare " ] = " ⊡ " ,
1004 [ " doublebarwedge " ] = " ⌆ " ,
1005 [ " downarrow " ] = " ↓ " ,
1006 [ " downdownarrows " ] = " ⇊ " ,
1007 [ " downharpoonleft " ] = " ⇃ " ,
1008 [ " downharpoonright " ] = " ⇂ " ,
1009 [ " drbkarow " ] = " ⤐ " ,
1010 [ " drcorn " ] = " ⌟ " ,
1011 [ " drcrop " ] = " ⌌ " ,
1012 [ " dscr " ] = " 𝒹 " ,
1013 [ " dscy " ] = " ѕ " ,
1014 [ " dsol " ] = " ⧶ " ,
1015 [ " dstrok " ] = " đ " ,
1016 [ " dtdot " ] = " ⋱ " ,
1017 [ " dtri " ] = " ▿ " ,
1018 [ " dtrif " ] = " ▾ " ,
1019 [ " duarr " ] = " ⇵ " ,
1020 [ " duhar " ] = " ⥯ " ,
1021 [ " dwangle " ] = " ⦦ " ,
1022 [ " dzcy " ] = " џ " ,
1023 [ " dzigrarr " ] = " ⟿ " ,
1024 [ " eDDot " ] = " ⩷ " ,
1025 [ " eDot " ] = " ≑ " ,
1026 [ " eacgr " ] = " έ " ,
1027 [ " eacute " ] = " é " ,
1028 [ " easter " ] = " ⩮ " ,
1029 [ " ecaron " ] = " ě " ,
1030 [ " ecir " ] = " ≖ " ,
1031 [ " ecirc " ] = " ê " ,
1032 [ " ecolon " ] = " ≕ " ,
1033 [ " ecy " ] = " э " ,
1034 [ " edot " ] = " ė " ,
1035 [ " ee " ] = " ⅇ " ,
1036 [ " eeacgr " ] = " ή " ,
1037 [ " eegr " ] = " η " ,
1038 [ " efDot " ] = " ≒ " ,
1039 [ " efr " ] = " 𝔢 " ,
1040 [ " eg " ] = " ⪚ " ,
1041 [ " egr " ] = " ε " ,
1042 [ " egrave " ] = " è " ,
1043 [ " egs " ] = " ⪖ " ,
1044 [ " egsdot " ] = " ⪘ " ,
1045 [ " el " ] = " ⪙ " ,
1046 [ " elinters " ] = " ⏧ " ,
1047 [ " ell " ] = " ℓ " ,
1048 [ " els " ] = " ⪕ " ,
1049 [ " elsdot " ] = " ⪗ " ,
1050 [ " emacr " ] = " ē " ,
1051 [ " empty " ] = " ∅ " ,
1052 [ " emptyset " ] = " ∅ " ,
1053 [ " emptyv " ] = " ∅ " ,
1054 [ " emsp " ] = " " ,
1055 [ " emsp13 " ] = " " ,
1056 [ " emsp14 " ] = " " ,
1057 [ " eng " ] = " ŋ " ,
1058 [ " ensp " ] = " " ,
1059 [ " eogon " ] = " ę " ,
1060 [ " eopf " ] = " 𝕖 " ,
1061 [ " epar " ] = " ⋕ " ,
1062 [ " eparsl " ] = " ⧣ " ,
1063 [ " eplus " ] = " ⩱ " ,
1064 [ " epsi " ] = " ε " ,
1065 [ " epsilon " ] = " ε " ,
1066 [ " epsiv " ] = " ϵ " ,
1067 [ " eqcirc " ] = " ≖ " ,
1068 [ " eqcolon " ] = " ≕ " ,
1069 [ " eqsim " ] = " ≂ " ,
1070 [ " eqslantgtr " ] = " ⪖ " ,
1071 [ " eqslantless " ] = " ⪕ " ,
1072 [ " equals " ] = " = " ,
1073 [ " equest " ] = " ≟ " ,
1074 [ " equiv " ] = " ≡ " ,
1075 [ " equivDD " ] = " ⩸ " ,
1076 [ " eqvparsl " ] = " ⧥ " ,
1077 [ " erDot " ] = " ≓ " ,
1078 [ " erarr " ] = " ⥱ " ,
1079 [ " escr " ] = " ℯ " ,
1080 [ " esdot " ] = " ≐ " ,
1081 [ " esim " ] = " ≂ " ,
1082 [ " eta " ] = " η " ,
1083 [ " eth " ] = " ð " ,
1084 [ " euml " ] = " ë " ,
1085 [ " euro " ] = " € " ,
1086 [ " excl " ] = " ! " ,
1087 [ " exist " ] = " ∃ " ,
1088 [ " expectation " ] = " ℰ " ,
1089 [ " exponentiale " ] = " ⅇ " ,
1090 [ " fallingdotseq " ] = " ≒ " ,
1091 [ " fcy " ] = " ф " ,
1092 [ " female " ] = " ♀ " ,
1093 [ " ffilig " ] = " ffi " ,
1094 [ " fflig " ] = " ff " ,
1095 [ " ffllig " ] = " ffl " ,
1096 [ " ffr " ] = " 𝔣 " ,
1097 [ " filig " ] = " fi " ,
1098 [ " fjlig " ] = " fj " ,
1099 [ " flat " ] = " ♭ " ,
1100 [ " fllig " ] = " fl " ,
1101 [ " fltns " ] = " ▱ " ,
1102 [ " fnof " ] = " ƒ " ,
1103 [ " fopf " ] = " 𝕗 " ,
1104 [ " forall " ] = " ∀ " ,
1105 [ " fork " ] = " ⋔ " ,
1106 [ " forkv " ] = " ⫙ " ,
1107 [ " fpartint " ] = " ⨍ " ,
1108 [ " frac12 " ] = " ½ " ,
1109 [ " frac13 " ] = " ⅓ " ,
1110 [ " frac14 " ] = " ¼ " ,
1111 [ " frac15 " ] = " ⅕ " ,
1112 [ " frac16 " ] = " ⅙ " ,
1113 [ " frac18 " ] = " ⅛ " ,
1114 [ " frac23 " ] = " ⅔ " ,
1115 [ " frac25 " ] = " ⅖ " ,
1116 [ " frac34 " ] = " ¾ " ,
1117 [ " frac35 " ] = " ⅗ " ,
1118 [ " frac38 " ] = " ⅜ " ,
1119 [ " frac45 " ] = " ⅘ " ,
1120 [ " frac56 " ] = " ⅚ " ,
1121 [ " frac58 " ] = " ⅝ " ,
1122 [ " frac78 " ] = " ⅞ " ,
1123 [ " frasl " ] = " ⁄ " ,
1124 [ " frown " ] = " ⌢ " ,
1125 [ " fscr " ] = " 𝒻 " ,
1126 [ " gE " ] = " ≧ " ,
1127 [ " gEl " ] = " ⪌ " ,
1128 [ " gacute " ] = " ǵ " ,
1129 [ " gamma " ] = " γ " ,
1130 [ " gammad " ] = " ϝ " ,
1131 [ " gap " ] = " ⪆ " ,
1132 [ " gbreve " ] = " ğ " ,
1133 [ " gcirc " ] = " ĝ " ,
1134 [ " gcy " ] = " г " ,
1135 [ " gdot " ] = " ġ " ,
1136 [ " ge " ] = " ≥ " ,
1137 [ " gel " ] = " ⋛ " ,
1138 [ " geq " ] = " ≥ " ,
1139 [ " geqq " ] = " ≧ " ,
1140 [ " geqslant " ] = " ⩾ " ,
1141 [ " ges " ] = " ⩾ " ,
1142 [ " gescc " ] = " ⪩ " ,
1143 [ " gesdot " ] = " ⪀ " ,
1144 [ " gesdoto " ] = " ⪂ " ,
1145 [ " gesdotol " ] = " ⪄ " ,
1146 [ " gesl " ] = " ⋛︀ " ,
1147 [ " gesles " ] = " ⪔ " ,
1148 [ " gfr " ] = " 𝔤 " ,
1149 [ " gg " ] = " ≫ " ,
1150 [ " ggg " ] = " ⋙ " ,
1151 [ " ggr " ] = " γ " ,
1152 [ " gimel " ] = " ℷ " ,
1153 [ " gjcy " ] = " ѓ " ,
1154 [ " gl " ] = " ≷ " ,
1155 [ " glE " ] = " ⪒ " ,
1156 [ " gla " ] = " ⪥ " ,
1157 [ " glj " ] = " ⪤ " ,
1158 [ " gnE " ] = " ≩ " ,
1159 [ " gnap " ] = " ⪊ " ,
1160 [ " gnapprox " ] = " ⪊ " ,
1161 [ " gne " ] = " ⪈ " ,
1162 [ " gneq " ] = " ⪈ " ,
1163 [ " gneqq " ] = " ≩ " ,
1164 [ " gnsim " ] = " ⋧ " ,
1165 [ " gopf " ] = " 𝕘 " ,
1166 [ " grave " ] = " ` " ,
1167 [ " gscr " ] = " ℊ " ,
1168 [ " gsim " ] = " ≳ " ,
1169 [ " gsime " ] = " ⪎ " ,
1170 [ " gsiml " ] = " ⪐ " ,
1171 [ " gt " ] = " > " ,
1172 [ " gtcc " ] = " ⪧ " ,
1173 [ " gtcir " ] = " ⩺ " ,
1174 [ " gtdot " ] = " ⋗ " ,
1175 [ " gtlPar " ] = " ⦕ " ,
1176 [ " gtquest " ] = " ⩼ " ,
1177 [ " gtrapprox " ] = " ⪆ " ,
1178 [ " gtrarr " ] = " ⥸ " ,
1179 [ " gtrdot " ] = " ⋗ " ,
1180 [ " gtreqless " ] = " ⋛ " ,
1181 [ " gtreqqless " ] = " ⪌ " ,
1182 [ " gtrless " ] = " ≷ " ,
1183 [ " gtrsim " ] = " ≳ " ,
1184 [ " gvertneqq " ] = " ≩︀ " ,
1185 [ " gvnE " ] = " ≩︀ " ,
1186 [ " hArr " ] = " ⇔ " ,
1187 [ " hairsp " ] = " " ,
1188 [ " half " ] = " ½ " ,
1189 [ " hamilt " ] = " ℋ " ,
1190 [ " hardcy " ] = " ъ " ,
1191 [ " harr " ] = " ↔ " ,
1192 [ " harrcir " ] = " ⥈ " ,
1193 [ " harrw " ] = " ↭ " ,
1194 [ " hbar " ] = " ℏ " ,
1195 [ " hcirc " ] = " ĥ " ,
1196 [ " hearts " ] = " ♥ " ,
1197 [ " heartsuit " ] = " ♥ " ,
1198 [ " hellip " ] = " … " ,
1199 [ " hercon " ] = " ⊹ " ,
1200 [ " hfr " ] = " 𝔥 " ,
1201 [ " hksearow " ] = " ⤥ " ,
1202 [ " hkswarow " ] = " ⤦ " ,
1203 [ " hoarr " ] = " ⇿ " ,
1204 [ " homtht " ] = " ∻ " ,
1205 [ " hookleftarrow " ] = " ↩ " ,
1206 [ " hookrightarrow " ] = " ↪ " ,
1207 [ " hopf " ] = " 𝕙 " ,
1208 [ " horbar " ] = " ― " ,
1209 [ " hscr " ] = " 𝒽 " ,
1210 [ " hslash " ] = " ℏ " ,
1211 [ " hstrok " ] = " ħ " ,
1212 [ " hybull " ] = " ⁃ " ,
1213 [ " hyphen " ] = " ‐ " ,
1214 [ " iacgr " ] = " ί " ,
1215 [ " iacute " ] = " í " ,
1216 [ " ic " ] = " " ,
1217 [ " icirc " ] = " î " ,
1218 [ " icy " ] = " и " ,
1219 [ " idiagr " ] = " ΐ " ,
1220 [ " idigr " ] = " ϊ " ,
1221 [ " iecy " ] = " е " ,
1222 [ " iexcl " ] = " ¡ " ,
1223 [ " iff " ] = " ⇔ " ,
1224 [ " ifr " ] = " 𝔦 " ,
1225 [ " igr " ] = " ι " ,
1226 [ " igrave " ] = " ì " ,
1227 [ " ii " ] = " ⅈ " ,
1228 [ " iiiint " ] = " ⨌ " ,
1229 [ " iiint " ] = " ∭ " ,
1230 [ " iinfin " ] = " ⧜ " ,
1231 [ " iiota " ] = " ℩ " ,
1232 [ " ijlig " ] = " ij " ,
1233 [ " imacr " ] = " ī " ,
1234 [ " image " ] = " ℑ " ,
1235 [ " imagline " ] = " ℐ " ,
1236 [ " imagpart " ] = " ℑ " ,
1237 [ " imath " ] = " ı " ,
1238 [ " imof " ] = " ⊷ " ,
1239 [ " imped " ] = " Ƶ " ,
1240 [ " in " ] = " ∈ " ,
1241 [ " incare " ] = " ℅ " ,
1242 [ " infin " ] = " ∞ " ,
1243 [ " infintie " ] = " ⧝ " ,
1244 [ " inodot " ] = " ı " ,
1245 [ " int " ] = " ∫ " ,
1246 [ " intcal " ] = " ⊺ " ,
1247 [ " integers " ] = " ℤ " ,
1248 [ " intercal " ] = " ⊺ " ,
1249 [ " intlarhk " ] = " ⨗ " ,
1250 [ " intprod " ] = " ⨼ " ,
1251 [ " iocy " ] = " ё " ,
1252 [ " iogon " ] = " į " ,
1253 [ " iopf " ] = " 𝕚 " ,
1254 [ " iota " ] = " ι " ,
1255 [ " iprod " ] = " ⨼ " ,
1256 [ " iquest " ] = " ¿ " ,
1257 [ " iscr " ] = " 𝒾 " ,
1258 [ " isin " ] = " ∈ " ,
1259 [ " isinE " ] = " ⋹ " ,
1260 [ " isindot " ] = " ⋵ " ,
1261 [ " isins " ] = " ⋴ " ,
1262 [ " isinsv " ] = " ⋳ " ,
1263 [ " isinv " ] = " ∈ " ,
1264 [ " it " ] = " " ,
1265 [ " itilde " ] = " ĩ " ,
1266 [ " iukcy " ] = " і " ,
1267 [ " iuml " ] = " ï " ,
1268 [ " jcirc " ] = " ĵ " ,
1269 [ " jcy " ] = " й " ,
1270 [ " jfr " ] = " 𝔧 " ,
1271 [ " jmath " ] = " ȷ " ,
1272 [ " jopf " ] = " 𝕛 " ,
1273 [ " jscr " ] = " 𝒿 " ,
1274 [ " jsercy " ] = " ј " ,
1275 [ " jukcy " ] = " є " ,
1276 [ " kappa " ] = " κ " ,
1277 [ " kappav " ] = " ϰ " ,
1278 [ " kcedil " ] = " ķ " ,
1279 [ " kcy " ] = " к " ,
1280 [ " kfr " ] = " 𝔨 " ,
1281 [ " kgr " ] = " κ " ,
1282 [ " kgreen " ] = " ĸ " ,
1283 [ " khcy " ] = " х " ,
1284 [ " khgr " ] = " χ " ,
1285 [ " kjcy " ] = " ќ " ,
1286 [ " kopf " ] = " 𝕜 " ,
1287 [ " kscr " ] = " 𝓀 " ,
1288 [ " lAarr " ] = " ⇚ " ,
1289 [ " lArr " ] = " ⇐ " ,
1290 [ " lAtail " ] = " ⤛ " ,
1291 [ " lBarr " ] = " ⤎ " ,
1292 [ " lE " ] = " ≦ " ,
1293 [ " lEg " ] = " ⪋ " ,
1294 [ " lHar " ] = " ⥢ " ,
1295 [ " lacute " ] = " ĺ " ,
1296 [ " laemptyv " ] = " ⦴ " ,
1297 [ " lagran " ] = " ℒ " ,
1298 [ " lambda " ] = " λ " ,
1299 [ " lang " ] = " ⟨ " ,
1300 [ " langd " ] = " ⦑ " ,
1301 [ " langle " ] = " ⟨ " ,
1302 [ " lap " ] = " ⪅ " ,
1303 [ " laquo " ] = " « " ,
1304 [ " larr " ] = " ← " ,
1305 [ " larrb " ] = " ⇤ " ,
1306 [ " larrbfs " ] = " ⤟ " ,
1307 [ " larrfs " ] = " ⤝ " ,
1308 [ " larrhk " ] = " ↩ " ,
1309 [ " larrlp " ] = " ↫ " ,
1310 [ " larrpl " ] = " ⤹ " ,
1311 [ " larrsim " ] = " ⥳ " ,
1312 [ " larrtl " ] = " ↢ " ,
1313 [ " lat " ] = " ⪫ " ,
1314 [ " latail " ] = " ⤙ " ,
1315 [ " late " ] = " ⪭ " ,
1316 [ " lates " ] = " ⪭︀ " ,
1317 [ " lbarr " ] = " ⤌ " ,
1318 [ " lbbrk " ] = " ❲ " ,
1319 [ " lbrace " ] = " { " ,
1320 [ " lbrack " ] = " [ " ,
1321 [ " lbrke " ] = " ⦋ " ,
1322 [ " lbrksld " ] = " ⦏ " ,
1323 [ " lbrkslu " ] = " ⦍ " ,
1324 [ " lcaron " ] = " ľ " ,
1325 [ " lcedil " ] = " ļ " ,
1326 [ " lceil " ] = " ⌈ " ,
1327 [ " lcub " ] = " { " ,
1328 [ " lcy " ] = " л " ,
1329 [ " ldca " ] = " ⤶ " ,
1330 [ " ldquo " ] = " “ " ,
1331 [ " ldquor " ] = " „ " ,
1332 [ " ldrdhar " ] = " ⥧ " ,
1333 [ " ldrushar " ] = " ⥋ " ,
1334 [ " ldsh " ] = " ↲ " ,
1335 [ " le " ] = " ≤ " ,
1336 [ " leftarrow " ] = " ← " ,
1337 [ " leftarrowtail " ] = " ↢ " ,
1338 [ " leftharpoondown " ] = " ↽ " ,
1339 [ " leftharpoonup " ] = " ↼ " ,
1340 [ " leftleftarrows " ] = " ⇇ " ,
1341 [ " leftrightarrow " ] = " ↔ " ,
1342 [ " leftrightarrows " ] = " ⇆ " ,
1343 [ " leftrightharpoons " ] = " ⇋ " ,
1344 [ " leftrightsquigarrow " ] = " ↭ " ,
1345 [ " leftthreetimes " ] = " ⋋ " ,
1346 [ " leg " ] = " ⋚ " ,
1347 [ " leq " ] = " ≤ " ,
1348 [ " leqq " ] = " ≦ " ,
1349 [ " leqslant " ] = " ⩽ " ,
1350 [ " les " ] = " ⩽ " ,
1351 [ " lescc " ] = " ⪨ " ,
1352 [ " lesdot " ] = " ⩿ " ,
1353 [ " lesdoto " ] = " ⪁ " ,
1354 [ " lesdotor " ] = " ⪃ " ,
1355 [ " lesg " ] = " ⋚︀ " ,
1356 [ " lesges " ] = " ⪓ " ,
1357 [ " lessapprox " ] = " ⪅ " ,
1358 [ " lessdot " ] = " ⋖ " ,
1359 [ " lesseqgtr " ] = " ⋚ " ,
1360 [ " lesseqqgtr " ] = " ⪋ " ,
1361 [ " lessgtr " ] = " ≶ " ,
1362 [ " lesssim " ] = " ≲ " ,
1363 [ " lfisht " ] = " ⥼ " ,
1364 [ " lfloor " ] = " ⌊ " ,
1365 [ " lfr " ] = " 𝔩 " ,
1366 [ " lg " ] = " ≶ " ,
1367 [ " lgE " ] = " ⪑ " ,
1368 [ " lgr " ] = " λ " ,
1369 [ " lhard " ] = " ↽ " ,
1370 [ " lharu " ] = " ↼ " ,
1371 [ " lharul " ] = " ⥪ " ,
1372 [ " lhblk " ] = " ▄ " ,
1373 [ " ljcy " ] = " љ " ,
1374 [ " ll " ] = " ≪ " ,
1375 [ " llarr " ] = " ⇇ " ,
1376 [ " llcorner " ] = " ⌞ " ,
1377 [ " llhard " ] = " ⥫ " ,
1378 [ " lltri " ] = " ◺ " ,
1379 [ " lmidot " ] = " ŀ " ,
1380 [ " lmoust " ] = " ⎰ " ,
1381 [ " lmoustache " ] = " ⎰ " ,
1382 [ " lnE " ] = " ≨ " ,
1383 [ " lnap " ] = " ⪉ " ,
1384 [ " lnapprox " ] = " ⪉ " ,
1385 [ " lne " ] = " ⪇ " ,
1386 [ " lneq " ] = " ⪇ " ,
1387 [ " lneqq " ] = " ≨ " ,
1388 [ " lnsim " ] = " ⋦ " ,
1389 [ " loang " ] = " ⟬ " ,
1390 [ " loarr " ] = " ⇽ " ,
1391 [ " lobrk " ] = " ⟦ " ,
1392 [ " longleftarrow " ] = " ⟵ " ,
1393 [ " longleftrightarrow " ] = " ⟷ " ,
1394 [ " longmapsto " ] = " ⟼ " ,
1395 [ " longrightarrow " ] = " ⟶ " ,
1396 [ " looparrowleft " ] = " ↫ " ,
1397 [ " looparrowright " ] = " ↬ " ,
1398 [ " lopar " ] = " ⦅ " ,
1399 [ " lopf " ] = " 𝕝 " ,
1400 [ " loplus " ] = " ⨭ " ,
1401 [ " lotimes " ] = " ⨴ " ,
1402 [ " lowast " ] = " ∗ " ,
1403 [ " lowbar " ] = " _ " ,
1404 [ " loz " ] = " ◊ " ,
1405 [ " lozenge " ] = " ◊ " ,
1406 [ " lozf " ] = " ⧫ " ,
1407 [ " lpar " ] = " ( " ,
1408 [ " lparlt " ] = " ⦓ " ,
1409 [ " lrarr " ] = " ⇆ " ,
1410 [ " lrcorner " ] = " ⌟ " ,
1411 [ " lrhar " ] = " ⇋ " ,
1412 [ " lrhard " ] = " ⥭ " ,
1413 [ " lrm " ] = " " ,
1414 [ " lrtri " ] = " ⊿ " ,
1415 [ " lsaquo " ] = " ‹ " ,
1416 [ " lscr " ] = " 𝓁 " ,
1417 [ " lsh " ] = " ↰ " ,
1418 [ " lsim " ] = " ≲ " ,
1419 [ " lsime " ] = " ⪍ " ,
1420 [ " lsimg " ] = " ⪏ " ,
1421 [ " lsqb " ] = " [ " ,
1422 [ " lsquo " ] = " ‘ " ,
1423 [ " lsquor " ] = " ‚ " ,
1424 [ " lstrok " ] = " ł " ,
1425 [ " lt " ] = " < " ,
1426 [ " ltcc " ] = " ⪦ " ,
1427 [ " ltcir " ] = " ⩹ " ,
1428 [ " ltdot " ] = " ⋖ " ,
1429 [ " lthree " ] = " ⋋ " ,
1430 [ " ltimes " ] = " ⋉ " ,
1431 [ " ltlarr " ] = " ⥶ " ,
1432 [ " ltquest " ] = " ⩻ " ,
1433 [ " ltrPar " ] = " ⦖ " ,
1434 [ " ltri " ] = " ◃ " ,
1435 [ " ltrie " ] = " ⊴ " ,
1436 [ " ltrif " ] = " ◂ " ,
1437 [ " lurdshar " ] = " ⥊ " ,
1438 [ " luruhar " ] = " ⥦ " ,
1439 [ " lvertneqq " ] = " ≨︀ " ,
1440 [ " lvnE " ] = " ≨︀ " ,
1441 [ " mDDot " ] = " ∺ " ,
1442 [ " macr " ] = " ¯ " ,
1443 [ " male " ] = " ♂ " ,
1444 [ " malt " ] = " ✠ " ,
1445 [ " maltese " ] = " ✠ " ,
1446 [ " map " ] = " ↦ " ,
1447 [ " mapsto " ] = " ↦ " ,
1448 [ " mapstodown " ] = " ↧ " ,
1449 [ " mapstoleft " ] = " ↤ " ,
1450 [ " mapstoup " ] = " ↥ " ,
1451 [ " marker " ] = " ▮ " ,
1452 [ " mcomma " ] = " ⨩ " ,
1453 [ " mcy " ] = " м " ,
1454 [ " mdash " ] = " — " ,
1455 [ " measuredangle " ] = " ∡ " ,
1456 [ " mfr " ] = " 𝔪 " ,
1457 [ " mgr " ] = " μ " ,
1458 [ " mho " ] = " ℧ " ,
1459 [ " micro " ] = " µ " ,
1460 [ " mid " ] = " ∣ " ,
1461 [ " midast " ] = " * " ,
1462 [ " midcir " ] = " ⫰ " ,
1463 [ " middot " ] = " · " ,
1464 [ " minus " ] = " − " ,
1465 [ " minusb " ] = " ⊟ " ,
1466 [ " minusd " ] = " ∸ " ,
1467 [ " minusdu " ] = " ⨪ " ,
1468 [ " mlcp " ] = " ⫛ " ,
1469 [ " mldr " ] = " … " ,
1470 [ " mnplus " ] = " ∓ " ,
1471 [ " models " ] = " ⊧ " ,
1472 [ " mopf " ] = " 𝕞 " ,
1473 [ " mp " ] = " ∓ " ,
1474 [ " mscr " ] = " 𝓂 " ,
1475 [ " mstpos " ] = " ∾ " ,
1476 [ " mu " ] = " μ " ,
1477 [ " multimap " ] = " ⊸ " ,
1478 [ " mumap " ] = " ⊸ " ,
1479 [ " nGg " ] = " ⋙̸ " ,
1480 [ " nGt " ] = " ≫⃒ " ,
1481 [ " nGtv " ] = " ≫̸ " ,
1482 [ " nLeftarrow " ] = " ⇍ " ,
1483 [ " nLeftrightarrow " ] = " ⇎ " ,
1484 [ " nLl " ] = " ⋘̸ " ,
1485 [ " nLt " ] = " ≪⃒ " ,
1486 [ " nLtv " ] = " ≪̸ " ,
1487 [ " nRightarrow " ] = " ⇏ " ,
1488 [ " nVDash " ] = " ⊯ " ,
1489 [ " nVdash " ] = " ⊮ " ,
1490 [ " nabla " ] = " ∇ " ,
1491 [ " nacute " ] = " ń " ,
1492 [ " nang " ] = " ∠⃒ " ,
1493 [ " nap " ] = " ≉ " ,
1494 [ " napE " ] = " ⩰̸ " ,
1495 [ " napid " ] = " ≋̸ " ,
1496 [ " napos " ] = " ʼn " ,
1497 [ " napprox " ] = " ≉ " ,
1498 [ " natur " ] = " ♮ " ,
1499 [ " natural " ] = " ♮ " ,
1500 [ " naturals " ] = " ℕ " ,
1501 [ " nbsp " ] = " " ,
1502 [ " nbump " ] = " ≎̸ " ,
1503 [ " nbumpe " ] = " ≏̸ " ,
1504 [ " ncap " ] = " ⩃ " ,
1505 [ " ncaron " ] = " ň " ,
1506 [ " ncedil " ] = " ņ " ,
1507 [ " ncong " ] = " ≇ " ,
1508 [ " ncongdot " ] = " ⩭̸ " ,
1509 [ " ncup " ] = " ⩂ " ,
1510 [ " ncy " ] = " н " ,
1511 [ " ndash " ] = " – " ,
1512 [ " ne " ] = " ≠ " ,
1513 [ " neArr " ] = " ⇗ " ,
1514 [ " nearhk " ] = " ⤤ " ,
1515 [ " nearr " ] = " ↗ " ,
1516 [ " nearrow " ] = " ↗ " ,
1517 [ " nedot " ] = " ≐̸ " ,
1518 [ " nequiv " ] = " ≢ " ,
1519 [ " nesear " ] = " ⤨ " ,
1520 [ " nesim " ] = " ≂̸ " ,
1521 [ " nexist " ] = " ∄ " ,
1522 [ " nexists " ] = " ∄ " ,
1523 [ " nfr " ] = " 𝔫 " ,
1524 [ " ngE " ] = " ≧̸ " ,
1525 [ " nge " ] = " ≱ " ,
1526 [ " ngeq " ] = " ≱ " ,
1527 [ " ngeqq " ] = " ≧̸ " ,
1528 [ " ngeqslant " ] = " ⩾̸ " ,
1529 [ " nges " ] = " ⩾̸ " ,
1530 [ " ngr " ] = " ν " ,
1531 [ " ngsim " ] = " ≵ " ,
1532 [ " ngt " ] = " ≯ " ,
1533 [ " ngtr " ] = " ≯ " ,
1534 [ " nhArr " ] = " ⇎ " ,
1535 [ " nharr " ] = " ↮ " ,
1536 [ " nhpar " ] = " ⫲ " ,
1537 [ " ni " ] = " ∋ " ,
1538 [ " nis " ] = " ⋼ " ,
1539 [ " nisd " ] = " ⋺ " ,
1540 [ " niv " ] = " ∋ " ,
1541 [ " njcy " ] = " њ " ,
1542 [ " nlArr " ] = " ⇍ " ,
1543 [ " nlE " ] = " ≦̸ " ,
1544 [ " nlarr " ] = " ↚ " ,
1545 [ " nldr " ] = " ‥ " ,
1546 [ " nle " ] = " ≰ " ,
1547 [ " nleftarrow " ] = " ↚ " ,
1548 [ " nleftrightarrow " ] = " ↮ " ,
1549 [ " nleq " ] = " ≰ " ,
1550 [ " nleqq " ] = " ≦̸ " ,
1551 [ " nleqslant " ] = " ⩽̸ " ,
1552 [ " nles " ] = " ⩽̸ " ,
1553 [ " nless " ] = " ≮ " ,
1554 [ " nlsim " ] = " ≴ " ,
1555 [ " nlt " ] = " ≮ " ,
1556 [ " nltri " ] = " ⋪ " ,
1557 [ " nltrie " ] = " ⋬ " ,
1558 [ " nmid " ] = " ∤ " ,
1559 [ " nopf " ] = " 𝕟 " ,
1560 [ " not " ] = " ¬ " ,
1561 [ " notin " ] = " ∉ " ,
1562 [ " notinE " ] = " ⋹̸ " ,
1563 [ " notindot " ] = " ⋵̸ " ,
1564 [ " notinva " ] = " ∉ " ,
1565 [ " notinvb " ] = " ⋷ " ,
1566 [ " notinvc " ] = " ⋶ " ,
1567 [ " notni " ] = " ∌ " ,
1568 [ " notniva " ] = " ∌ " ,
1569 [ " notnivb " ] = " ⋾ " ,
1570 [ " notnivc " ] = " ⋽ " ,
1571 [ " npar " ] = " ∦ " ,
1572 [ " nparallel " ] = " ∦ " ,
1573 [ " nparsl " ] = " ⫽⃥ " ,
1574 [ " npart " ] = " ∂̸ " ,
1575 [ " npolint " ] = " ⨔ " ,
1576 [ " npr " ] = " ⊀ " ,
1577 [ " nprcue " ] = " ⋠ " ,
1578 [ " npre " ] = " ⪯̸ " ,
1579 [ " nprec " ] = " ⊀ " ,
1580 [ " npreceq " ] = " ⪯̸ " ,
1581 [ " nrArr " ] = " ⇏ " ,
1582 [ " nrarr " ] = " ↛ " ,
1583 [ " nrarrc " ] = " ⤳̸ " ,
1584 [ " nrarrw " ] = " ↝̸ " ,
1585 [ " nrightarrow " ] = " ↛ " ,
1586 [ " nrtri " ] = " ⋫ " ,
1587 [ " nrtrie " ] = " ⋭ " ,
1588 [ " nsc " ] = " ⊁ " ,
1589 [ " nsccue " ] = " ⋡ " ,
1590 [ " nsce " ] = " ⪰̸ " ,
1591 [ " nscr " ] = " 𝓃 " ,
1592 [ " nshortmid " ] = " ∤ " ,
1593 [ " nshortparallel " ] = " ∦ " ,
1594 [ " nsim " ] = " ≁ " ,
1595 [ " nsime " ] = " ≄ " ,
1596 [ " nsimeq " ] = " ≄ " ,
1597 [ " nsmid " ] = " ∤ " ,
1598 [ " nspar " ] = " ∦ " ,
1599 [ " nsqsube " ] = " ⋢ " ,
1600 [ " nsqsupe " ] = " ⋣ " ,
1601 [ " nsub " ] = " ⊄ " ,
1602 [ " nsubE " ] = " ⫅̸ " ,
1603 [ " nsube " ] = " ⊈ " ,
1604 [ " nsubset " ] = " ⊂⃒ " ,
1605 [ " nsubseteq " ] = " ⊈ " ,
1606 [ " nsubseteqq " ] = " ⫅̸ " ,
1607 [ " nsucc " ] = " ⊁ " ,
1608 [ " nsucceq " ] = " ⪰̸ " ,
1609 [ " nsup " ] = " ⊅ " ,
1610 [ " nsupE " ] = " ⫆̸ " ,
1611 [ " nsupe " ] = " ⊉ " ,
1612 [ " nsupset " ] = " ⊃⃒ " ,
1613 [ " nsupseteq " ] = " ⊉ " ,
1614 [ " nsupseteqq " ] = " ⫆̸ " ,
1615 [ " ntgl " ] = " ≹ " ,
1616 [ " ntilde " ] = " ñ " ,
1617 [ " ntlg " ] = " ≸ " ,
1618 [ " ntriangleleft " ] = " ⋪ " ,
1619 [ " ntrianglelefteq " ] = " ⋬ " ,
1620 [ " ntriangleright " ] = " ⋫ " ,
1621 [ " ntrianglerighteq " ] = " ⋭ " ,
1622 [ " nu " ] = " ν " ,
1623 [ " num " ] = " # " ,
1624 [ " numero " ] = " № " ,
1625 [ " numsp " ] = " " ,
1626 [ " nvDash " ] = " ⊭ " ,
1627 [ " nvHarr " ] = " ⤄ " ,
1628 [ " nvap " ] = " ≍⃒ " ,
1629 [ " nvdash " ] = " ⊬ " ,
1630 [ " nvge " ] = " ≥⃒ " ,
1631 [ " nvgt " ] = " >⃒ " ,
1632 [ " nvinfin " ] = " ⧞ " ,
1633 [ " nvlArr " ] = " ⤂ " ,
1634 [ " nvle " ] = " ≤⃒ " ,
1635 [ " nvlt " ] = " &⃒ " ,
1636 [ " nvltrie " ] = " ⊴⃒ " ,
1637 [ " nvrArr " ] = " ⤃ " ,
1638 [ " nvrtrie " ] = " ⊵⃒ " ,
1639 [ " nvsim " ] = " ∼⃒ " ,
1640 [ " nwArr " ] = " ⇖ " ,
1641 [ " nwarhk " ] = " ⤣ " ,
1642 [ " nwarr " ] = " ↖ " ,
1643 [ " nwarrow " ] = " ↖ " ,
1644 [ " nwnear " ] = " ⤧ " ,
1645 [ " oS " ] = " Ⓢ " ,
1646 [ " oacgr " ] = " ό " ,
1647 [ " oacute " ] = " ó " ,
1648 [ " oast " ] = " ⊛ " ,
1649 [ " ocir " ] = " ⊚ " ,
1650 [ " ocirc " ] = " ô " ,
1651 [ " ocy " ] = " о " ,
1652 [ " odash " ] = " ⊝ " ,
1653 [ " odblac " ] = " ő " ,
1654 [ " odiv " ] = " ⨸ " ,
1655 [ " odot " ] = " ⊙ " ,
1656 [ " odsold " ] = " ⦼ " ,
1657 [ " oelig " ] = " œ " ,
1658 [ " ofcir " ] = " ⦿ " ,
1659 [ " ofr " ] = " 𝔬 " ,
1660 [ " ogon " ] = " ˛ " ,
1661 [ " ogr " ] = " ο " ,
1662 [ " ograve " ] = " ò " ,
1663 [ " ogt " ] = " ⧁ " ,
1664 [ " ohacgr " ] = " ώ " ,
1665 [ " ohbar " ] = " ⦵ " ,
1666 [ " ohgr " ] = " ω " ,
1667 [ " ohm " ] = " Ω " ,
1668 [ " oint " ] = " ∮ " ,
1669 [ " olarr " ] = " ↺ " ,
1670 [ " olcir " ] = " ⦾ " ,
1671 [ " olcross " ] = " ⦻ " ,
1672 [ " oline " ] = " ‾ " ,
1673 [ " olt " ] = " ⧀ " ,
1674 [ " omacr " ] = " ō " ,
1675 [ " omega " ] = " ω " ,
1676 [ " omicron " ] = " ο " ,
1677 [ " omid " ] = " ⦶ " ,
1678 [ " ominus " ] = " ⊖ " ,
1679 [ " oopf " ] = " 𝕠 " ,
1680 [ " opar " ] = " ⦷ " ,
1681 [ " operp " ] = " ⦹ " ,
1682 [ " oplus " ] = " ⊕ " ,
1683 [ " or " ] = " ∨ " ,
1684 [ " orarr " ] = " ↻ " ,
1685 [ " ord " ] = " ⩝ " ,
1686 [ " order " ] = " ℴ " ,
1687 [ " orderof " ] = " ℴ " ,
1688 [ " ordf " ] = " ª " ,
1689 [ " ordm " ] = " º " ,
1690 [ " origof " ] = " ⊶ " ,
1691 [ " oror " ] = " ⩖ " ,
1692 [ " orslope " ] = " ⩗ " ,
1693 [ " orv " ] = " ⩛ " ,
1694 [ " oscr " ] = " ℴ " ,
1695 [ " oslash " ] = " ø " ,
1696 [ " osol " ] = " ⊘ " ,
1697 [ " otilde " ] = " õ " ,
1698 [ " otimes " ] = " ⊗ " ,
1699 [ " otimesas " ] = " ⨶ " ,
1700 [ " ouml " ] = " ö " ,
1701 [ " ovbar " ] = " ⌽ " ,
1702 [ " par " ] = " ∥ " ,
1703 [ " para " ] = " ¶ " ,
1704 [ " parallel " ] = " ∥ " ,
1705 [ " parsim " ] = " ⫳ " ,
1706 [ " parsl " ] = " ⫽ " ,
1707 [ " part " ] = " ∂ " ,
1708 [ " pcy " ] = " п " ,
1709 [ " percnt " ] = " % " ,
1710 [ " period " ] = " . " ,
1711 [ " permil " ] = " ‰ " ,
1712 [ " perp " ] = " ⊥ " ,
1713 [ " pertenk " ] = " ‱ " ,
1714 [ " pfr " ] = " 𝔭 " ,
1715 [ " pgr " ] = " π " ,
1716 [ " phgr " ] = " φ " ,
1717 [ " phi " ] = " φ " ,
1718 [ " phiv " ] = " ϕ " ,
1719 [ " phmmat " ] = " ℳ " ,
1720 [ " phone " ] = " ☎ " ,
1721 [ " pi " ] = " π " ,
1722 [ " pitchfork " ] = " ⋔ " ,
1723 [ " piv " ] = " ϖ " ,
1724 [ " planck " ] = " ℏ " ,
1725 [ " planckh " ] = " ℎ " ,
1726 [ " plankv " ] = " ℏ " ,
1727 [ " plus " ] = " + " ,
1728 [ " plusacir " ] = " ⨣ " ,
1729 [ " plusb " ] = " ⊞ " ,
1730 [ " pluscir " ] = " ⨢ " ,
1731 [ " plusdo " ] = " ∔ " ,
1732 [ " plusdu " ] = " ⨥ " ,
1733 [ " pluse " ] = " ⩲ " ,
1734 [ " plusmn " ] = " ± " ,
1735 [ " plussim " ] = " ⨦ " ,
1736 [ " plustwo " ] = " ⨧ " ,
1737 [ " pm " ] = " ± " ,
1738 [ " pointint " ] = " ⨕ " ,
1739 [ " popf " ] = " 𝕡 " ,
1740 [ " pound " ] = " £ " ,
1741 [ " pr " ] = " ≺ " ,
1742 [ " prE " ] = " ⪳ " ,
1743 [ " prap " ] = " ⪷ " ,
1744 [ " prcue " ] = " ≼ " ,
1745 [ " pre " ] = " ⪯ " ,
1746 [ " prec " ] = " ≺ " ,
1747 [ " precapprox " ] = " ⪷ " ,
1748 [ " preccurlyeq " ] = " ≼ " ,
1749 [ " preceq " ] = " ⪯ " ,
1750 [ " precnapprox " ] = " ⪹ " ,
1751 [ " precneqq " ] = " ⪵ " ,
1752 [ " precnsim " ] = " ⋨ " ,
1753 [ " precsim " ] = " ≾ " ,
1754 [ " prime " ] = " ′ " ,
1755 [ " primes " ] = " ℙ " ,
1756 [ " prnE " ] = " ⪵ " ,
1757 [ " prnap " ] = " ⪹ " ,
1758 [ " prnsim " ] = " ⋨ " ,
1759 [ " prod " ] = " ∏ " ,
1760 [ " profalar " ] = " ⌮ " ,
1761 [ " profline " ] = " ⌒ " ,
1762 [ " profsurf " ] = " ⌓ " ,
1763 [ " prop " ] = " ∝ " ,
1764 [ " propto " ] = " ∝ " ,
1765 [ " prsim " ] = " ≾ " ,
1766 [ " prurel " ] = " ⊰ " ,
1767 [ " pscr " ] = " 𝓅 " ,
1768 [ " psgr " ] = " ψ " ,
1769 [ " psi " ] = " ψ " ,
1770 [ " puncsp " ] = " " ,
1771 [ " qfr " ] = " 𝔮 " ,
1772 [ " qint " ] = " ⨌ " ,
1773 [ " qopf " ] = " 𝕢 " ,
1774 [ " qprime " ] = " ⁗ " ,
1775 [ " qscr " ] = " 𝓆 " ,
1776 [ " quaternions " ] = " ℍ " ,
1777 [ " quatint " ] = " ⨖ " ,
1778 [ " quest " ] = " ? " ,
1779 [ " questeq " ] = " ≟ " ,
1780 [ " quot " ] = " \" " ,
1781 [ " rAarr " ] = " ⇛ " ,
1782 [ " rArr " ] = " ⇒ " ,
1783 [ " rAtail " ] = " ⤜ " ,
1784 [ " rBarr " ] = " ⤏ " ,
1785 [ " rHar " ] = " ⥤ " ,
1786 [ " race " ] = " ∽̱ " ,
1787 [ " racute " ] = " ŕ " ,
1788 [ " radic " ] = " √ " ,
1789 [ " raemptyv " ] = " ⦳ " ,
1790 [ " rang " ] = " ⟩ " ,
1791 [ " rangd " ] = " ⦒ " ,
1792 [ " range " ] = " ⦥ " ,
1793 [ " rangle " ] = " ⟩ " ,
1794 [ " raquo " ] = " » " ,
1795 [ " rarr " ] = " → " ,
1796 [ " rarrap " ] = " ⥵ " ,
1797 [ " rarrb " ] = " ⇥ " ,
1798 [ " rarrbfs " ] = " ⤠ " ,
1799 [ " rarrc " ] = " ⤳ " ,
1800 [ " rarrfs " ] = " ⤞ " ,
1801 [ " rarrhk " ] = " ↪ " ,
1802 [ " rarrlp " ] = " ↬ " ,
1803 [ " rarrpl " ] = " ⥅ " ,
1804 [ " rarrsim " ] = " ⥴ " ,
1805 [ " rarrtl " ] = " ↣ " ,
1806 [ " rarrw " ] = " ↝ " ,
1807 [ " ratail " ] = " ⤚ " ,
1808 [ " ratio " ] = " ∶ " ,
1809 [ " rationals " ] = " ℚ " ,
1810 [ " rbarr " ] = " ⤍ " ,
1811 [ " rbbrk " ] = " ❳ " ,
1812 [ " rbrace " ] = " } " ,
1813 [ " rbrack " ] = " ] " ,
1814 [ " rbrke " ] = " ⦌ " ,
1815 [ " rbrksld " ] = " ⦎ " ,
1816 [ " rbrkslu " ] = " ⦐ " ,
1817 [ " rcaron " ] = " ř " ,
1818 [ " rcedil " ] = " ŗ " ,
1819 [ " rceil " ] = " ⌉ " ,
1820 [ " rcub " ] = " } " ,
1821 [ " rcy " ] = " р " ,
1822 [ " rdca " ] = " ⤷ " ,
1823 [ " rdldhar " ] = " ⥩ " ,
1824 [ " rdquo " ] = " ” " ,
1825 [ " rdquor " ] = " ” " ,
1826 [ " rdsh " ] = " ↳ " ,
1827 [ " real " ] = " ℜ " ,
1828 [ " realine " ] = " ℛ " ,
1829 [ " realpart " ] = " ℜ " ,
1830 [ " reals " ] = " ℝ " ,
1831 [ " rect " ] = " ▭ " ,
1832 [ " reg " ] = " ® " ,
1833 [ " rfisht " ] = " ⥽ " ,
1834 [ " rfloor " ] = " ⌋ " ,
1835 [ " rfr " ] = " 𝔯 " ,
1836 [ " rgr " ] = " ρ " ,
1837 [ " rhard " ] = " ⇁ " ,
1838 [ " rharu " ] = " ⇀ " ,
1839 [ " rharul " ] = " ⥬ " ,
1840 [ " rho " ] = " ρ " ,
1841 [ " rhov " ] = " ϱ " ,
1842 [ " rightarrow " ] = " → " ,
1843 [ " rightarrowtail " ] = " ↣ " ,
1844 [ " rightharpoondown " ] = " ⇁ " ,
1845 [ " rightharpoonup " ] = " ⇀ " ,
1846 [ " rightleftarrows " ] = " ⇄ " ,
1847 [ " rightleftharpoons " ] = " ⇌ " ,
1848 [ " rightrightarrows " ] = " ⇉ " ,
1849 [ " rightsquigarrow " ] = " ↝ " ,
1850 [ " rightthreetimes " ] = " ⋌ " ,
1851 [ " ring " ] = " ˚ " ,
1852 [ " risingdotseq " ] = " ≓ " ,
1853 [ " rlarr " ] = " ⇄ " ,
1854 [ " rlhar " ] = " ⇌ " ,
1855 [ " rlm " ] = " " ,
1856 [ " rmoust " ] = " ⎱ " ,
1857 [ " rmoustache " ] = " ⎱ " ,
1858 [ " rnmid " ] = " ⫮ " ,
1859 [ " roang " ] = " ⟭ " ,
1860 [ " roarr " ] = " ⇾ " ,
1861 [ " robrk " ] = " ⟧ " ,
1862 [ " ropar " ] = " ⦆ " ,
1863 [ " ropf " ] = " 𝕣 " ,
1864 [ " roplus " ] = " ⨮ " ,
1865 [ " rotimes " ] = " ⨵ " ,
1866 [ " rpar " ] = " ) " ,
1867 [ " rpargt " ] = " ⦔ " ,
1868 [ " rppolint " ] = " ⨒ " ,
1869 [ " rrarr " ] = " ⇉ " ,
1870 [ " rsaquo " ] = " › " ,
1871 [ " rscr " ] = " 𝓇 " ,
1872 [ " rsh " ] = " ↱ " ,
1873 [ " rsqb " ] = " ] " ,
1874 [ " rsquo " ] = " ’ " ,
1875 [ " rsquor " ] = " ’ " ,
1876 [ " rthree " ] = " ⋌ " ,
1877 [ " rtimes " ] = " ⋊ " ,
1878 [ " rtri " ] = " ▹ " ,
1879 [ " rtrie " ] = " ⊵ " ,
1880 [ " rtrif " ] = " ▸ " ,
1881 [ " rtriltri " ] = " ⧎ " ,
1882 [ " ruluhar " ] = " ⥨ " ,
1883 [ " rx " ] = " ℞ " ,
1884 [ " sacute " ] = " ś " ,
1885 [ " sbquo " ] = " ‚ " ,
1886 [ " sc " ] = " ≻ " ,
1887 [ " scE " ] = " ⪴ " ,
1888 [ " scap " ] = " ⪸ " ,
1889 [ " scaron " ] = " š " ,
1890 [ " sccue " ] = " ≽ " ,
1891 [ " sce " ] = " ⪰ " ,
1892 [ " scedil " ] = " ş " ,
1893 [ " scirc " ] = " ŝ " ,
1894 [ " scnE " ] = " ⪶ " ,
1895 [ " scnap " ] = " ⪺ " ,
1896 [ " scnsim " ] = " ⋩ " ,
1897 [ " scpolint " ] = " ⨓ " ,
1898 [ " scsim " ] = " ≿ " ,
1899 [ " scy " ] = " с " ,
1900 [ " sdot " ] = " ⋅ " ,
1901 [ " sdotb " ] = " ⊡ " ,
1902 [ " sdote " ] = " ⩦ " ,
1903 [ " seArr " ] = " ⇘ " ,
1904 [ " searhk " ] = " ⤥ " ,
1905 [ " searr " ] = " ↘ " ,
1906 [ " searrow " ] = " ↘ " ,
1907 [ " sect " ] = " § " ,
1908 [ " semi " ] = " ; " ,
1909 [ " seswar " ] = " ⤩ " ,
1910 [ " setminus " ] = " ∖ " ,
1911 [ " setmn " ] = " ∖ " ,
1912 [ " sext " ] = " ✶ " ,
1913 [ " sfgr " ] = " ς " ,
1914 [ " sfr " ] = " 𝔰 " ,
1915 [ " sfrown " ] = " ⌢ " ,
1916 [ " sgr " ] = " σ " ,
1917 [ " sharp " ] = " ♯ " ,
1918 [ " shchcy " ] = " щ " ,
1919 [ " shcy " ] = " ш " ,
1920 [ " shortmid " ] = " ∣ " ,
1921 [ " shortparallel " ] = " ∥ " ,
1922 [ " shy " ] = " " ,
1923 [ " sigma " ] = " σ " ,
1924 [ " sigmaf " ] = " ς " ,
1925 [ " sigmav " ] = " ς " ,
1926 [ " sim " ] = " ∼ " ,
1927 [ " simdot " ] = " ⩪ " ,
1928 [ " sime " ] = " ≃ " ,
1929 [ " simeq " ] = " ≃ " ,
1930 [ " simg " ] = " ⪞ " ,
1931 [ " simgE " ] = " ⪠ " ,
1932 [ " siml " ] = " ⪝ " ,
1933 [ " simlE " ] = " ⪟ " ,
1934 [ " simne " ] = " ≆ " ,
1935 [ " simplus " ] = " ⨤ " ,
1936 [ " simrarr " ] = " ⥲ " ,
1937 [ " slarr " ] = " ← " ,
1938 [ " smallsetminus " ] = " ∖ " ,
1939 [ " smashp " ] = " ⨳ " ,
1940 [ " smeparsl " ] = " ⧤ " ,
1941 [ " smid " ] = " ∣ " ,
1942 [ " smile " ] = " ⌣ " ,
1943 [ " smt " ] = " ⪪ " ,
1944 [ " smte " ] = " ⪬ " ,
1945 [ " smtes " ] = " ⪬︀ " ,
1946 [ " softcy " ] = " ь " ,
1947 [ " sol " ] = " / " ,
1948 [ " solb " ] = " ⧄ " ,
1949 [ " solbar " ] = " ⌿ " ,
1950 [ " sopf " ] = " 𝕤 " ,
1951 [ " spades " ] = " ♠ " ,
1952 [ " spadesuit " ] = " ♠ " ,
1953 [ " spar " ] = " ∥ " ,
1954 [ " sqcap " ] = " ⊓ " ,
1955 [ " sqcaps " ] = " ⊓︀ " ,
1956 [ " sqcup " ] = " ⊔ " ,
1957 [ " sqcups " ] = " ⊔︀ " ,
1958 [ " sqsub " ] = " ⊏ " ,
1959 [ " sqsube " ] = " ⊑ " ,
1960 [ " sqsubset " ] = " ⊏ " ,
1961 [ " sqsubseteq " ] = " ⊑ " ,
1962 [ " sqsup " ] = " ⊐ " ,
1963 [ " sqsupe " ] = " ⊒ " ,
1964 [ " sqsupset " ] = " ⊐ " ,
1965 [ " sqsupseteq " ] = " ⊒ " ,
1966 [ " squ " ] = " □ " ,
1967 [ " square " ] = " □ " ,
1968 [ " squarf " ] = " ▪ " ,
1969 [ " squf " ] = " ▪ " ,
1970 [ " srarr " ] = " → " ,
1971 [ " sscr " ] = " 𝓈 " ,
1972 [ " ssetmn " ] = " ∖ " ,
1973 [ " ssmile " ] = " ⌣ " ,
1974 [ " sstarf " ] = " ⋆ " ,
1975 [ " star " ] = " ☆ " ,
1976 [ " starf " ] = " ★ " ,
1977 [ " straightepsilon " ] = " ϵ " ,
1978 [ " straightphi " ] = " ϕ " ,
1979 [ " strns " ] = " ¯ " ,
1980 [ " sub " ] = " ⊂ " ,
1981 [ " subE " ] = " ⫅ " ,
1982 [ " subdot " ] = " ⪽ " ,
1983 [ " sube " ] = " ⊆ " ,
1984 [ " subedot " ] = " ⫃ " ,
1985 [ " submult " ] = " ⫁ " ,
1986 [ " subnE " ] = " ⫋ " ,
1987 [ " subne " ] = " ⊊ " ,
1988 [ " subplus " ] = " ⪿ " ,
1989 [ " subrarr " ] = " ⥹ " ,
1990 [ " subset " ] = " ⊂ " ,
1991 [ " subseteq " ] = " ⊆ " ,
1992 [ " subseteqq " ] = " ⫅ " ,
1993 [ " subsetneq " ] = " ⊊ " ,
1994 [ " subsetneqq " ] = " ⫋ " ,
1995 [ " subsim " ] = " ⫇ " ,
1996 [ " subsub " ] = " ⫕ " ,
1997 [ " subsup " ] = " ⫓ " ,
1998 [ " succ " ] = " ≻ " ,
1999 [ " succapprox " ] = " ⪸ " ,
2000 [ " succcurlyeq " ] = " ≽ " ,
2001 [ " succeq " ] = " ⪰ " ,
2002 [ " succnapprox " ] = " ⪺ " ,
2003 [ " succneqq " ] = " ⪶ " ,
2004 [ " succnsim " ] = " ⋩ " ,
2005 [ " succsim " ] = " ≿ " ,
2006 [ " sum " ] = " ∑ " ,
2007 [ " sung " ] = " ♪ " ,
2008 [ " sup " ] = " ⊃ " ,
2009 [ " sup1 " ] = " ¹ " ,
2010 [ " sup2 " ] = " ² " ,
2011 [ " sup3 " ] = " ³ " ,
2012 [ " supE " ] = " ⫆ " ,
2013 [ " supdot " ] = " ⪾ " ,
2014 [ " supdsub " ] = " ⫘ " ,
2015 [ " supe " ] = " ⊇ " ,
2016 [ " supedot " ] = " ⫄ " ,
2017 [ " suphsol " ] = " ⟉ " ,
2018 [ " suphsub " ] = " ⫗ " ,
2019 [ " suplarr " ] = " ⥻ " ,
2020 [ " supmult " ] = " ⫂ " ,
2021 [ " supnE " ] = " ⫌ " ,
2022 [ " supne " ] = " ⊋ " ,
2023 [ " supplus " ] = " ⫀ " ,
2024 [ " supset " ] = " ⊃ " ,
2025 [ " supseteq " ] = " ⊇ " ,
2026 [ " supseteqq " ] = " ⫆ " ,
2027 [ " supsetneq " ] = " ⊋ " ,
2028 [ " supsetneqq " ] = " ⫌ " ,
2029 [ " supsim " ] = " ⫈ " ,
2030 [ " supsub " ] = " ⫔ " ,
2031 [ " supsup " ] = " ⫖ " ,
2032 [ " swArr " ] = " ⇙ " ,
2033 [ " swarhk " ] = " ⤦ " ,
2034 [ " swarr " ] = " ↙ " ,
2035 [ " swarrow " ] = " ↙ " ,
2036 [ " swnwar " ] = " ⤪ " ,
2037 [ " szlig " ] = " ß " ,
2038 [ " target " ] = " ⌖ " ,
2039 [ " tau " ] = " τ " ,
2040 [ " tbrk " ] = " ⎴ " ,
2041 [ " tcaron " ] = " ť " ,
2042 [ " tcedil " ] = " ţ " ,
2043 [ " tcy " ] = " т " ,
2044 [ " tdot " ] = " ⃛ " ,
2045 [ " telrec " ] = " ⌕ " ,
2046 [ " tfr " ] = " 𝔱 " ,
2047 [ " tgr " ] = " τ " ,
2048 [ " there4 " ] = " ∴ " ,
2049 [ " therefore " ] = " ∴ " ,
2050 [ " theta " ] = " θ " ,
2051 [ " thetasym " ] = " ϑ " ,
2052 [ " thetav " ] = " ϑ " ,
2053 [ " thgr " ] = " θ " ,
2054 [ " thickapprox " ] = " ≈ " ,
2055 [ " thicksim " ] = " ∼ " ,
2056 [ " thinsp " ] = " " ,
2057 [ " thkap " ] = " ≈ " ,
2058 [ " thksim " ] = " ∼ " ,
2059 [ " thorn " ] = " þ " ,
2060 [ " tilde " ] = " ˜ " ,
2061 [ " times " ] = " × " ,
2062 [ " timesb " ] = " ⊠ " ,
2063 [ " timesbar " ] = " ⨱ " ,
2064 [ " timesd " ] = " ⨰ " ,
2065 [ " tint " ] = " ∭ " ,
2066 [ " toea " ] = " ⤨ " ,
2067 [ " top " ] = " ⊤ " ,
2068 [ " topbot " ] = " ⌶ " ,
2069 [ " topcir " ] = " ⫱ " ,
2070 [ " topf " ] = " 𝕥 " ,
2071 [ " topfork " ] = " ⫚ " ,
2072 [ " tosa " ] = " ⤩ " ,
2073 [ " tprime " ] = " ‴ " ,
2074 [ " trade " ] = " ™ " ,
2075 [ " triangle " ] = " ▵ " ,
2076 [ " triangledown " ] = " ▿ " ,
2077 [ " triangleleft " ] = " ◃ " ,
2078 [ " trianglelefteq " ] = " ⊴ " ,
2079 [ " triangleq " ] = " ≜ " ,
2080 [ " triangleright " ] = " ▹ " ,
2081 [ " trianglerighteq " ] = " ⊵ " ,
2082 [ " tridot " ] = " ◬ " ,
2083 [ " trie " ] = " ≜ " ,
2084 [ " triminus " ] = " ⨺ " ,
2085 [ " triplus " ] = " ⨹ " ,
2086 [ " trisb " ] = " ⧍ " ,
2087 [ " tritime " ] = " ⨻ " ,
2088 [ " trpezium " ] = " ⏢ " ,
2089 [ " tscr " ] = " 𝓉 " ,
2090 [ " tscy " ] = " ц " ,
2091 [ " tshcy " ] = " ћ " ,
2092 [ " tstrok " ] = " ŧ " ,
2093 [ " twixt " ] = " ≬ " ,
2094 [ " twoheadleftarrow " ] = " ↞ " ,
2095 [ " twoheadrightarrow " ] = " ↠ " ,
2096 [ " uArr " ] = " ⇑ " ,
2097 [ " uHar " ] = " ⥣ " ,
2098 [ " uacgr " ] = " ύ " ,
2099 [ " uacute " ] = " ú " ,
2100 [ " uarr " ] = " ↑ " ,
2101 [ " ubrcy " ] = " ў " ,
2102 [ " ubreve " ] = " ŭ " ,
2103 [ " ucirc " ] = " û " ,
2104 [ " ucy " ] = " у " ,
2105 [ " udarr " ] = " ⇅ " ,
2106 [ " udblac " ] = " ű " ,
2107 [ " udhar " ] = " ⥮ " ,
2108 [ " udiagr " ] = " ΰ " ,
2109 [ " udigr " ] = " ϋ " ,
2110 [ " ufisht " ] = " ⥾ " ,
2111 [ " ufr " ] = " 𝔲 " ,
2112 [ " ugr " ] = " υ " ,
2113 [ " ugrave " ] = " ù " ,
2114 [ " uharl " ] = " ↿ " ,
2115 [ " uharr " ] = " ↾ " ,
2116 [ " uhblk " ] = " ▀ " ,
2117 [ " ulcorn " ] = " ⌜ " ,
2118 [ " ulcorner " ] = " ⌜ " ,
2119 [ " ulcrop " ] = " ⌏ " ,
2120 [ " ultri " ] = " ◸ " ,
2121 [ " umacr " ] = " ū " ,
2122 [ " uml " ] = " ¨ " ,
2123 [ " uogon " ] = " ų " ,
2124 [ " uopf " ] = " 𝕦 " ,
2125 [ " uparrow " ] = " ↑ " ,
2126 [ " updownarrow " ] = " ↕ " ,
2127 [ " upharpoonleft " ] = " ↿ " ,
2128 [ " upharpoonright " ] = " ↾ " ,
2129 [ " uplus " ] = " ⊎ " ,
2130 [ " upsi " ] = " υ " ,
2131 [ " upsih " ] = " ϒ " ,
2132 [ " upsilon " ] = " υ " ,
2133 [ " upuparrows " ] = " ⇈ " ,
2134 [ " urcorn " ] = " ⌝ " ,
2135 [ " urcorner " ] = " ⌝ " ,
2136 [ " urcrop " ] = " ⌎ " ,
2137 [ " uring " ] = " ů " ,
2138 [ " urtri " ] = " ◹ " ,
2139 [ " uscr " ] = " 𝓊 " ,
2140 [ " utdot " ] = " ⋰ " ,
2141 [ " utilde " ] = " ũ " ,
2142 [ " utri " ] = " ▵ " ,
2143 [ " utrif " ] = " ▴ " ,
2144 [ " uuarr " ] = " ⇈ " ,
2145 [ " uuml " ] = " ü " ,
2146 [ " uwangle " ] = " ⦧ " ,
2147 [ " vArr " ] = " ⇕ " ,
2148 [ " vBar " ] = " ⫨ " ,
2149 [ " vBarv " ] = " ⫩ " ,
2150 [ " vDash " ] = " ⊨ " ,
2151 [ " vangrt " ] = " ⦜ " ,
2152 [ " varepsilon " ] = " ϵ " ,
2153 [ " varkappa " ] = " ϰ " ,
2154 [ " varnothing " ] = " ∅ " ,
2155 [ " varphi " ] = " ϕ " ,
2156 [ " varpi " ] = " ϖ " ,
2157 [ " varpropto " ] = " ∝ " ,
2158 [ " varr " ] = " ↕ " ,
2159 [ " varrho " ] = " ϱ " ,
2160 [ " varsigma " ] = " ς " ,
2161 [ " varsubsetneq " ] = " ⊊︀ " ,
2162 [ " varsubsetneqq " ] = " ⫋︀ " ,
2163 [ " varsupsetneq " ] = " ⊋︀ " ,
2164 [ " varsupsetneqq " ] = " ⫌︀ " ,
2165 [ " vartheta " ] = " ϑ " ,
2166 [ " vartriangleleft " ] = " ⊲ " ,
2167 [ " vartriangleright " ] = " ⊳ " ,
2168 [ " vcy " ] = " в " ,
2169 [ " vdash " ] = " ⊢ " ,
2170 [ " vee " ] = " ∨ " ,
2171 [ " veebar " ] = " ⊻ " ,
2172 [ " veeeq " ] = " ≚ " ,
2173 [ " vellip " ] = " ⋮ " ,
2174 [ " verbar " ] = " | " ,
2175 [ " vert " ] = " | " ,
2176 [ " vfr " ] = " 𝔳 " ,
2177 [ " vltri " ] = " ⊲ " ,
2178 [ " vnsub " ] = " ⊂⃒ " ,
2179 [ " vnsup " ] = " ⊃⃒ " ,
2180 [ " vopf " ] = " 𝕧 " ,
2181 [ " vprop " ] = " ∝ " ,
2182 [ " vrtri " ] = " ⊳ " ,
2183 [ " vscr " ] = " 𝓋 " ,
2184 [ " vsubnE " ] = " ⫋︀ " ,
2185 [ " vsubne " ] = " ⊊︀ " ,
2186 [ " vsupnE " ] = " ⫌︀ " ,
2187 [ " vsupne " ] = " ⊋︀ " ,
2188 [ " vzigzag " ] = " ⦚ " ,
2189 [ " wcirc " ] = " ŵ " ,
2190 [ " wedbar " ] = " ⩟ " ,
2191 [ " wedge " ] = " ∧ " ,
2192 [ " wedgeq " ] = " ≙ " ,
2193 [ " weierp " ] = " ℘ " ,
2194 [ " wfr " ] = " 𝔴 " ,
2195 [ " wopf " ] = " 𝕨 " ,
2196 [ " wp " ] = " ℘ " ,
2197 [ " wr " ] = " ≀ " ,
2198 [ " wreath " ] = " ≀ " ,
2199 [ " wscr " ] = " 𝓌 " ,
2200 [ " xcap " ] = " ⋂ " ,
2201 [ " xcirc " ] = " ◯ " ,
2202 [ " xcup " ] = " ⋃ " ,
2203 [ " xdtri " ] = " ▽ " ,
2204 [ " xfr " ] = " 𝔵 " ,
2205 [ " xgr " ] = " ξ " ,
2206 [ " xhArr " ] = " ⟺ " ,
2207 [ " xharr " ] = " ⟷ " ,
2208 [ " xi " ] = " ξ " ,
2209 [ " xlArr " ] = " ⟸ " ,
2210 [ " xlarr " ] = " ⟵ " ,
2211 [ " xmap " ] = " ⟼ " ,
2212 [ " xnis " ] = " ⋻ " ,
2213 [ " xodot " ] = " ⨀ " ,
2214 [ " xopf " ] = " 𝕩 " ,
2215 [ " xoplus " ] = " ⨁ " ,
2216 [ " xotime " ] = " ⨂ " ,
2217 [ " xrArr " ] = " ⟹ " ,
2218 [ " xrarr " ] = " ⟶ " ,
2219 [ " xscr " ] = " 𝓍 " ,
2220 [ " xsqcup " ] = " ⨆ " ,
2221 [ " xuplus " ] = " ⨄ " ,
2222 [ " xutri " ] = " △ " ,
2223 [ " xvee " ] = " ⋁ " ,
2224 [ " xwedge " ] = " ⋀ " ,
2225 [ " yacute " ] = " ý " ,
2226 [ " yacy " ] = " я " ,
2227 [ " ycirc " ] = " ŷ " ,
2228 [ " ycy " ] = " ы " ,
2229 [ " yen " ] = " ¥ " ,
2230 [ " yfr " ] = " 𝔶 " ,
2231 [ " yicy " ] = " ї " ,
2232 [ " yopf " ] = " 𝕪 " ,
2233 [ " yscr " ] = " 𝓎 " ,
2234 [ " yucy " ] = " ю " ,
2235 [ " yuml " ] = " ÿ " ,
2236 [ " zacute " ] = " ź " ,
2237 [ " zcaron " ] = " ž " ,
2238 [ " zcy " ] = " з " ,
2239 [ " zdot " ] = " ż " ,
2240 [ " zeetrf " ] = " ℨ " ,
2241 [ " zeta " ] = " ζ " ,
2242 [ " zfr " ] = " 𝔷 " ,
2243 [ " zgr " ] = " ζ " ,
2244 [ " zhcy " ] = " ж " ,
2245 [ " zigrarr " ] = " ⇝ " ,
2246 [ " zopf " ] = " 𝕫 " ,
2247 [ " zscr " ] = " 𝓏 " ,
2248 [ " zwj " ] = " " ,
2249 [ " zwnj " ] = " " ,
2250}
2251
2252characters = characters or { }
2253characters . entities = entities
2254
2255entities . plusminus = " ± "
2256entities . minusplus = " ∓ "
2257entities . Hat = " ˆ "
2258entities . cdots = " ⋯ "
2259entities . dots = " … "
2260 |