]> code.delx.au - gnu-emacs-elpa/blob - packages/math-symbol-lists/math-symbol-lists.el
Merge math-symbol-lists
[gnu-emacs-elpa] / packages / math-symbol-lists / math-symbol-lists.el
1 ;;; math-symbol-lists.el --- Lists of Unicode math symbols and latex commands
2 ;;
3 ;; Copyright (C) 2014, 2015 Free Software Foundation, Inc.
4 ;; Author: Vitalie Spinu <spinuvit@gmail.com>
5 ;; URL: https://github.com/vspinu/math-symbol-lists
6 ;; Keywords: Unicode, symbols, mathematics
7 ;; Version: 1.1
8 ;;
9 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
10 ;;
11 ;; This file is part of GNU Emacs.
12 ;;
13 ;; This program is free software; you can redistribute it and/or
14 ;; modify it under the terms of the GNU General Public License as
15 ;; published by the Free Software Foundation; either version 3, or
16 ;; (at your option) any later version.
17 ;;
18 ;; This program is distributed in the hope that it will be useful,
19 ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
20 ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
21 ;; General Public License for more details.
22 ;;
23 ;; You should have received a copy of the GNU General Public License
24 ;; along with this program; see the file COPYING. If not, write to
25 ;; the Free Software Foundation, Inc., 51 Franklin Street, Fifth
26 ;; Floor, Boston, MA 02110-1301, USA.
27 ;;
28 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
29 ;;
30 ;;; Commentary:
31 ;;
32 ;; This is a "storage" package used by completion engines such as
33 ;; `company-math.el` and `ac-math.el`.
34 ;;
35 ;; Defined (a)lists are:
36 ;;
37 ;; symbols-math-basic
38 ;; symbols-math-extended
39 ;; symbols-latex-commands
40 ;;
41 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
42 ;;
43 ;;; Code:
44
45 (defconst math-symbol-list-basic
46 '(("Greek Lowercase" "\\alpha" #X3B1)
47 ("Greek Lowercase" "\\beta" #X3B2)
48 ("Greek Lowercase" "\\gamma" #X3B3)
49 ("Greek Lowercase" "\\delta" #X3B4)
50 ("Greek Lowercase" "\\epsilon" #X3F5)
51 ("Greek Lowercase" "\\zeta" #X3B6)
52 ("Greek Lowercase" "\\eta" #X3B7)
53 ("Greek Lowercase" "\\theta" #X3B8)
54 ("Greek Lowercase" "\\iota" #X3B9)
55 ("Greek Lowercase" "\\kappa" #X3BA)
56 ("Greek Lowercase" "\\lambda" #X3BB)
57 ("Greek Lowercase" "\\mu" #X3BC)
58 ("Greek Lowercase" "\\nu" #X3BD)
59 ("Greek Lowercase" "\\xi" #X3BE)
60 ("Greek Lowercase" "\\pi" #X3C0)
61 ("Greek Lowercase" "\\rho" #X3C1)
62 ("Greek Lowercase" "\\sigma" #X3C3)
63 ("Greek Lowercase" "\\tau" #X3C4)
64 ("Greek Lowercase" "\\upsilon" #X3C5)
65 ("Greek Lowercase" "\\phi" #X3D5)
66 ("Greek Lowercase" "\\chi" #X3C7)
67 ("Greek Lowercase" "\\psi" #X3C8)
68 ("Greek Lowercase" "\\omega" #X3C9)
69 ("Greek Lowercase" "\\varepsilon" #X3B5)
70 ("Greek Lowercase" "\\vartheta" #X3D1)
71 ("Greek Lowercase" "\\varpi" #X3D6)
72 ("Greek Lowercase" "\\varrho" #X3F1)
73 ("Greek Lowercase" "\\varsigma" #X3C2)
74 ("Greek Lowercase" "\\varphi" #X3C6)
75 ("Greek Uppercase" "\\Gamma" #X393)
76 ("Greek Uppercase" "\\Delta" #X394)
77 ("Greek Uppercase" "\\Theta" #X398)
78 ("Greek Uppercase" "\\Lambda" #X39B)
79 ("Greek Uppercase" "\\Xi" #X39E)
80 ("Greek Uppercase" "\\Pi" #X3A0)
81 ("Greek Uppercase" "\\Sigma" #X3A3)
82 ("Greek Uppercase" "\\Upsilon" #X3D2)
83 ("Greek Uppercase" "\\Phi" #X3A6)
84 ("Greek Uppercase" "\\Psi" #X3A8)
85 ("Greek Uppercase" "\\Omega" #X3A9)
86 ("Binary Op" "\\pm" #XB1)
87 ("Binary Op" "\\mp" #X2213)
88 ("Binary Op" "\\times" #XD7)
89 ("Binary Op" "\\div" #XF7)
90 ("Binary Op" "\\ast" #X2217)
91 ("Binary Op" "\\star" #X22C6)
92 ("Binary Op" "\\circ" #X2218)
93 ("Binary Op" "\\bullet" #X2219)
94 ("Binary Op" "\\cdot" #X22C5)
95 ("Binary Op" "\\cap" #X2229)
96 ("Binary Op" "\\cup" #X222A)
97 ("Binary Op" "\\uplus" #X228E)
98 ("Binary Op" "\\sqcap" #X2293)
99 ("Binary Op" "\\vee" #X2228)
100 ("Binary Op" "\\wedge" #X2227)
101 ("Binary Op" "\\setminus" #X2216)
102 ("Binary Op" "\\wr" #X2240)
103 ("Binary Op" "\\diamond" #X22C4)
104 ("Binary Op" "\\bigtriangleup" #X25B3)
105 ("Binary Op" "\\bigtriangledown" #X25BD)
106 ("Binary Op" "\\triangleleft" #X25C1)
107 ("Binary Op" "\\triangleright" #X25B7)
108 ("Binary Op" "\\lhd")
109 ("Binary Op" "\\rhd")
110 ("Binary Op" "\\unlhd")
111 ("Binary Op" "\\unrhd")
112 ("Binary Op" "\\oplus" #X2295)
113 ("Binary Op" "\\ominus" #X2296)
114 ("Binary Op" "\\otimes" #X2297)
115 ("Binary Op" "\\oslash" #X2205)
116 ("Binary Op" "\\odot" #X2299)
117 ("Binary Op" "\\bigcirc" #X25CB)
118 ("Binary Op" "\\dagger" #X2020)
119 ("Binary Op" "\\ddagger" #X2021)
120 ("Binary Op" "\\amalg" #X2A3F)
121 ("Relational" "\\leq" #X2264)
122 ("Relational" "\\geq" #X2265)
123 ("Relational" "\\qed" #X220E)
124 ("Relational" "\\equiv" #X2261)
125 ("Relational" "\\models" #X22A7)
126 ("Relational" "\\prec" #X227A)
127 ("Relational" "\\succ" #X227B)
128 ("Relational" "\\sim" #X223C)
129 ("Relational" "\\perp" #X27C2)
130 ("Relational" "\\preceq" #X2AAF)
131 ("Relational" "\\succeq" #X2AB0)
132 ("Relational" "\\simeq" #X2243)
133 ("Relational" "\\mid" #X2223)
134 ("Relational" "\\ll" #X226A)
135 ("Relational" "\\gg" #X226B)
136 ("Relational" "\\asymp" #X224D)
137 ("Relational" "\\parallel" #X2225)
138 ("Relational" "\\subset" #X2282)
139 ("Relational" "\\supset" #X2283)
140 ("Relational" "\\approx" #X2248)
141 ("Relational" "\\bowtie" #X22C8)
142 ("Relational" "\\subseteq" #X2286)
143 ("Relational" "\\supseteq" #X2287)
144 ("Relational" "\\cong" #X2245)
145 ("Relational" "\\Join" #X2A1D)
146 ("Relational" "\\sqsubset" #X228F)
147 ("Relational" "\\sqsupset" #X2290)
148 ("Relational" "\\neq" #X2260)
149 ("Relational" "\\smile" #X2323)
150 ("Relational" "\\sqsubseteq" #X2291)
151 ("Relational" "\\sqsupseteq" #X2292)
152 ("Relational" "\\doteq" #X2250)
153 ("Relational" "\\frown" #X2322)
154 ("Relational" "\\in" #X2208)
155 ("Relational" "\\ni" #X220B)
156 ("Relational" "\\propto" #X221D)
157 ("Relational" "\\vdash" #X22A2)
158 ("Relational" "\\dashv" #X22A3)
159 ("Arrows" "\\leftarrow" #X2190)
160 ("Arrows" "\\Leftarrow" #X21D0)
161 ("Arrows" "\\rightarrow" #X2192)
162 ("Arrows" "\\Rightarrow" #X21D2)
163 ("Arrows" "\\leftrightarrow" #X2194)
164 ("Arrows" "\\Leftrightarrow" #X21D4)
165 ("Arrows" "\\mapsto" #X21A6)
166 ("Arrows" "\\hookleftarrow" #X21A9)
167 ("Arrows" "\\leftharpoonup" #X21BC)
168 ("Arrows" "\\leftharpoondown" #X21BD)
169 ("Arrows" "\\longleftarrow" #X27F5)
170 ("Arrows" "\\Longleftarrow" #X27F8)
171 ("Arrows" "\\longrightarrow" #X27F6)
172 ("Arrows" "\\Longrightarrow" #X27F9)
173 ("Arrows" "\\longleftrightarrow" #X27F7)
174 ("Arrows" "\\Longleftrightarrow" #X27FA)
175 ("Arrows" "\\longmapsto" #X27FC)
176 ("Arrows" "\\hookrightarrow" #X21AA)
177 ("Arrows" "\\rightharpoonup" #X21C0)
178 ("Arrows" "\\rightharpoondown" #X21C1)
179 ("Arrows" "\\uparrow" #X2191)
180 ("Arrows" "\\Uparrow" #X21D1)
181 ("Arrows" "\\downarrow" #X2193)
182 ("Arrows" "\\Downarrow" #X21D3)
183 ("Arrows" "\\updownarrow" #X2195)
184 ("Arrows" "\\Updownarrow" #X21D5)
185 ("Arrows" "\\nearrow" #X2197)
186 ("Arrows" "\\searrow" #X2198)
187 ("Arrows" "\\swarrow" #X2199)
188 ("Arrows" "\\nwarrow" #X2196)
189 ("Punctuation" "\\ldots" #X2026)
190 ("Punctuation" "\\cdots" #X22EF)
191 ("Punctuation" "\\vdots" #X22EE)
192 ("Punctuation" "\\ddots" #X22F1)
193 ("Punctuation" "\\colon" #X3A)
194 ("Misc Symbol" "\\nabla" #X2207)
195 ("Misc Symbol" "\\aleph" #X2135)
196 ("Misc Symbol" "\\prime" #X2032)
197 ("Misc Symbol" "\\forall" #X2200)
198 ("Misc Symbol" "\\infty" #X221E)
199 ("Misc Symbol" "\\hbar" #X210F)
200 ("Misc Symbol" "\\emptyset" #X2205)
201 ("Misc Symbol" "\\exists" #X2203)
202 ("Misc Symbol" "\\surd" #X221A)
203 ("Misc Symbol" "\\Box")
204 ("Misc Symbol" "\\triangle" #X25B3)
205 ("Misc Symbol" "\\Diamond")
206 ("Misc Symbol" "\\imath" #X131)
207 ("Misc Symbol" "\\jmath" #X1D6A5)
208 ("Misc Symbol" "\\ell" #X2113)
209 ("Misc Symbol" "\\neg" #XAC)
210 ("Misc Symbol" "\\not" #X338)
211 ("Misc Symbol" "\\top" #X22A4)
212 ("Misc Symbol" "\\flat" #X266D)
213 ("Misc Symbol" "\\natural" #X266E)
214 ("Misc Symbol" "\\sharp" #X266F)
215 ("Misc Symbol" "\\wp" #X2118)
216 ("Misc Symbol" "\\bot" #X22A5)
217 ("Misc Symbol" "\\clubsuit" #X2663)
218 ("Misc Symbol" "\\diamondsuit" #X2662)
219 ("Misc Symbol" "\\heartsuit" #X2661)
220 ("Misc Symbol" "\\spadesuit" #X2660)
221 ("Misc Symbol" "\\mho" #X2127)
222 ("Misc Symbol" "\\Re" #X211C)
223 ("Misc Symbol" "\\Im" #X2111)
224 ("Misc Symbol" "\\angle" #X2220)
225 ("Misc Symbol" "\\partial" #X2202)
226 ("Var Symbol" "\\sum" #X2211)
227 ("Var Symbol" "\\prod" #X220F)
228 ("Var Symbol" "\\coprod" #X2210)
229 ("Var Symbol" "\\int" #X222B)
230 ("Var Symbol" "\\oint" #X222E)
231 ("Var Symbol" "\\bigcap" #X22C2)
232 ("Var Symbol" "\\bigcup" #X22C3)
233 ("Var Symbol" "\\bigsqcup" #X2A06)
234 ("Var Symbol" "\\bigvee" #X22C1)
235 ("Var Symbol" "\\bigwedge" #X22C0)
236 ("Var Symbol" "\\bigodot" #X2A00)
237 ("Var Symbol" "\\bigotimes" #X2A02)
238 ("Var Symbol" "\\bigoplus" #X2A01)
239 ("Var Symbol" "\\biguplus" #X2A04)
240 ("Log-like" "\\arccos")
241 ("Log-like" "\\arcsin")
242 ("Log-like" "\\arctan")
243 ("Log-like" "\\arg")
244 ("Log-like" "\\cos")
245 ("Log-like" "\\cosh")
246 ("Log-like" "\\cot")
247 ("Log-like" "\\coth")
248 ("Log-like" "\\csc")
249 ("Log-like" "\\deg")
250 ("Log-like" "\\det")
251 ("Log-like" "\\dim")
252 ("Log-like" "\\exp")
253 ("Log-like" "\\gcd")
254 ("Log-like" "\\hom")
255 ("Log-like" "\\inf")
256 ("Log-like" "\\ker")
257 ("Log-like" "\\lg")
258 ("Log-like" "\\lim")
259 ("Log-like" "\\liminf")
260 ("Log-like" "\\limsup")
261 ("Log-like" "\\ln")
262 ("Log-like" "\\log")
263 ("Log-like" "\\max")
264 ("Log-like" "\\min")
265 ("Log-like" "\\Pr")
266 ("Log-like" "\\sec")
267 ("Log-like" "\\sin")
268 ("Log-like" "\\sinh")
269 ("Log-like" "\\sup")
270 ("Log-like" "\\tan")
271 ("Log-like" "\\tanh")
272 ("Delimiters" "\\{")
273 ("Delimiters" "\\}")
274 ("Delimiters" "\\lfloor" #X230A)
275 ("Delimiters" "\\rfloor" #X230B)
276 ("Delimiters" "\\lceil" #X2308)
277 ("Delimiters" "\\rceil" #X2309)
278 ("Delimiters" "\\langle" #X27E8)
279 ("Delimiters" "\\rangle" #X27E9)
280 ("Delimiters" "\\rmoustache" #X23B1)
281 ("Delimiters" "\\lmoustache" #X23B0)
282 ("Delimiters" "\\rgroup")
283 ("Delimiters" "\\lgroup")
284 ("Delimiters" "\\backslash" #X5C)
285 ("Delimiters" "\\|")
286 ("Delimiters" "\\arrowvert")
287 ("Delimiters" "\\Arrowvert")
288 ("Delimiters" "\\bracevert")
289 ("Constructs" "\\widetilde" #X303)
290 ("Constructs" "\\widehat" #X302)
291 ("Constructs" "\\overleftarrow" #X20D6)
292 ("Constructs" "\\overrightarrow")
293 ("Constructs" "\\overline")
294 ("Constructs" "\\underline")
295 ("Constructs" "\\overbrace" #XFE37)
296 ("Constructs" "\\underbrace" #XFE38)
297 ("Constructs" "\\sqrt" #X221A)
298 ("Constructs" "\\frac")
299 ("Accents" "\\hat" #X302)
300 ("Accents" "\\acute" #X301)
301 ("Accents" "\\bar" #X304)
302 ("Accents" "\\dot" #X307)
303 ("Accents" "\\breve" #X306)
304 ("Accents" "\\check" #X30C)
305 ("Accents" "\\grave" #X300)
306 ("Accents" "\\vec" #X20D7)
307 ("Accents" "\\ddot" #X308)
308 ("Accents" "\\tilde" #X303)
309 ("AMS/Hebrew" "\\digamma" #X3DD)
310 ("AMS/Hebrew" "\\varkappa" #X3F0)
311 ("AMS/Hebrew" "\\beth" #X2136)
312 ("AMS/Hebrew" "\\daleth" #X2138)
313 ("AMS/Hebrew" "\\gimel" #X2137)
314 ("AMS/Greek Uppercase" "\\varGamma")
315 ("AMS/Greek Uppercase" "\\varDelta")
316 ("AMS/Greek Uppercase" "\\varTheta")
317 ("AMS/Greek Uppercase" "\\varLambda")
318 ("AMS/Greek Uppercase" "\\varXi")
319 ("AMS/Greek Uppercase" "\\varPi")
320 ("AMS/Greek Uppercase" "\\varSigma")
321 ("AMS/Greek Uppercase" "\\varUpsilon")
322 ("AMS/Greek Uppercase" "\\varPhi")
323 ("AMS/Greek Uppercase" "\\varPsi")
324 ("AMS/Greek Uppercase" "\\varOmega")
325 ("AMS/Arrows" "\\dashrightarrow")
326 ("AMS/Arrows" "\\dashleftarrow")
327 ("AMS/Arrows" "\\leftleftarrows" #X21C7)
328 ("AMS/Arrows" "\\leftrightarrows" #X21C6)
329 ("AMS/Arrows" "\\Lleftarrow" #X21DA)
330 ("AMS/Arrows" "\\twoheadleftarrow" #X219E)
331 ("AMS/Arrows" "\\leftarrowtail" #X21A2)
332 ("AMS/Arrows" "\\looparrowleft" #X21AB)
333 ("AMS/Arrows" "\\leftrightharpoons" #X21CB)
334 ("AMS/Arrows" "\\curvearrowleft" #X21B6)
335 ("AMS/Arrows" "\\circlearrowleft")
336 ("AMS/Arrows" "\\Lsh" #X21B0)
337 ("AMS/Arrows" "\\upuparrows" #X21C8)
338 ("AMS/Arrows" "\\upharpoonleft" #X21BF)
339 ("AMS/Arrows" "\\downharpoonleft" #X21C3)
340 ("AMS/Arrows" "\\multimap" #X22B8)
341 ("AMS/Arrows" "\\leftrightsquigarrow" #X21AD)
342 ("AMS/Arrows" "\\looparrowright" #X21AC)
343 ("AMS/Arrows" "\\rightleftharpoons" #X21CC)
344 ("AMS/Arrows" "\\curvearrowright" #X21B7)
345 ("AMS/Arrows" "\\circlearrowright")
346 ("AMS/Arrows" "\\Rsh" #X21B1)
347 ("AMS/Arrows" "\\downdownarrows" #X21CA)
348 ("AMS/Arrows" "\\upharpoonright" #X21BE)
349 ("AMS/Arrows" "\\downharpoonright" #X21C2)
350 ("AMS/Arrows" "\\rightsquigarrow" #X219D)
351 ("AMS/Neg Arrows" "\\nleftarrow" #X219A)
352 ("AMS/Neg Arrows" "\\nrightarrow" #X219B)
353 ("AMS/Neg Arrows" "\\nLeftarrow" #X21CD)
354 ("AMS/Neg Arrows" "\\nRightarrow" #X21CF)
355 ("AMS/Neg Arrows" "\\nleftrightarrow" #X21AE)
356 ("AMS/Neg Arrows" "\\nLeftrightarrow" #X21CE)
357 ("AMS/Relational I" "\\leqq" #X2266)
358 ("AMS/Relational I" "\\leqslant" #X2A7D)
359 ("AMS/Relational I" "\\eqslantless" #X2A95)
360 ("AMS/Relational I" "\\lesssim" #X2272)
361 ("AMS/Relational I" "\\lessapprox" #X2A85)
362 ("AMS/Relational I" "\\approxeq" #X224A)
363 ("AMS/Relational I" "\\lessdot" #X22D6)
364 ("AMS/Relational I" "\\lll" #X22D8)
365 ("AMS/Relational I" "\\lessgtr" #X2276)
366 ("AMS/Relational I" "\\lesseqgtr" #X22DA)
367 ("AMS/Relational I" "\\lesseqqgtr" #X2A8B)
368 ("AMS/Relational I" "\\doteqdot")
369 ("AMS/Relational I" "\\risingdotseq" #X2253)
370 ("AMS/Relational I" "\\fallingdotseq" #X2252)
371 ("AMS/Relational I" "\\backsim" #X223D)
372 ("AMS/Relational I" "\\backsimeq" #X22CD)
373 ("AMS/Relational I" "\\subseteqq" #X2AC5)
374 ("AMS/Relational I" "\\Subset" #X22D0)
375 ("AMS/Relational I" "\\sqsubset" #X228F)
376 ("AMS/Relational I" "\\preccurlyeq" #X227C)
377 ("AMS/Relational I" "\\curlyeqprec" #X22DE)
378 ("AMS/Relational I" "\\precsim" #X227E)
379 ("AMS/Relational I" "\\precapprox" #X2AB7)
380 ("AMS/Relational I" "\\vartriangleleft" #X22B2)
381 ("AMS/Relational I" "\\trianglelefteq" #X22B4)
382 ("AMS/Relational I" "\\vDash" #X22A8)
383 ("AMS/Relational I" "\\Vvdash" #X22AA)
384 ("AMS/Relational I" "\\smallsmile" #X2323)
385 ("AMS/Relational I" "\\smallfrown" #X2322)
386 ("AMS/Relational I" "\\bumpeq" #X224F)
387 ("AMS/Relational I" "\\Bumpeq" #X224E)
388 ("AMS/Relational II" "\\geqq" #X2267)
389 ("AMS/Relational II" "\\geqslant" #X2A7E)
390 ("AMS/Relational II" "\\eqslantgtr" #X2A96)
391 ("AMS/Relational II" "\\gtrsim" #X2273)
392 ("AMS/Relational II" "\\gtrapprox" #X2A86)
393 ("AMS/Relational II" "\\gtrdot" #X22D7)
394 ("AMS/Relational II" "\\ggg" #X22D9)
395 ("AMS/Relational II" "\\gtrless" #X2277)
396 ("AMS/Relational II" "\\gtreqless" #X22DB)
397 ("AMS/Relational II" "\\gtreqqless" #X2A8C)
398 ("AMS/Relational II" "\\eqcirc" #X2256)
399 ("AMS/Relational II" "\\circeq" #X2257)
400 ("AMS/Relational II" "\\triangleq" #X225C)
401 ("AMS/Relational II" "\\thicksim" #X223C)
402 ("AMS/Relational II" "\\thickapprox" #X2248)
403 ("AMS/Relational II" "\\supseteqq" #X2AC6)
404 ("AMS/Relational II" "\\Supset" #X22D1)
405 ("AMS/Relational II" "\\sqsupset" #X2290)
406 ("AMS/Relational II" "\\succcurlyeq" #X227D)
407 ("AMS/Relational II" "\\curlyeqsucc" #X22DF)
408 ("AMS/Relational II" "\\succsim" #X227F)
409 ("AMS/Relational II" "\\succapprox" #X2AB8)
410 ("AMS/Relational II" "\\vartriangleright" #X22B3)
411 ("AMS/Relational II" "\\trianglerighteq" #X22B5)
412 ("AMS/Relational II" "\\Vdash" #X22A9)
413 ("AMS/Relational II" "\\shortmid" #X2223)
414 ("AMS/Relational II" "\\shortparallel" #X2225)
415 ("AMS/Relational II" "\\between" #X226C)
416 ("AMS/Relational II" "\\pitchfork" #X22D4)
417 ("AMS/Relational II" "\\varpropto" #X221D)
418 ("AMS/Relational II" "\\blacktriangleleft" #X25C0)
419 ("AMS/Relational II" "\\therefore" #X2234)
420 ("AMS/Relational II" "\\backepsilon" #X3F6)
421 ("AMS/Relational II" "\\blacktriangleright" #X25B6)
422 ("AMS/Relational II" "\\because" #X2235)
423 ("AMS/Neg Rel I" "\\nless" #X226E)
424 ("AMS/Neg Rel I" "\\nleq" #X2270)
425 ("AMS/Neg Rel I" "\\nleqslant")
426 ("AMS/Neg Rel I" "\\nleqq")
427 ("AMS/Neg Rel I" "\\lneq" #X2A87)
428 ("AMS/Neg Rel I" "\\lneqq" #X2268)
429 ("AMS/Neg Rel I" "\\lvertneqq")
430 ("AMS/Neg Rel I" "\\lnsim" #X22E6)
431 ("AMS/Neg Rel I" "\\lnapprox" #X2A89)
432 ("AMS/Neg Rel I" "\\nprec" #X2280)
433 ("AMS/Neg Rel I" "\\npreceq")
434 ("AMS/Neg Rel I" "\\precnsim" #X22E8)
435 ("AMS/Neg Rel I" "\\precnapprox" #X2AB9)
436 ("AMS/Neg Rel I" "\\nsim" #X2241)
437 ("AMS/Neg Rel I" "\\nshortmid" #X2224)
438 ("AMS/Neg Rel I" "\\nmid" #X2224)
439 ("AMS/Neg Rel I" "\\nvdash" #X22AC)
440 ("AMS/Neg Rel I" "\\nvDash" #X22AD)
441 ("AMS/Neg Rel I" "\\ntriangleleft" #X22EA)
442 ("AMS/Neg Rel I" "\\ntrianglelefteq" #X22EC)
443 ("AMS/Neg Rel I" "\\nsubseteq" #X2288)
444 ("AMS/Neg Rel I" "\\subsetneq" #X228A)
445 ("AMS/Neg Rel I" "\\varsubsetneq")
446 ("AMS/Neg Rel I" "\\subsetneqq" #X2ACB)
447 ("AMS/Neg Rel I" "\\varsubsetneqq")
448 ("AMS/Neg Rel II" "\\ngtr" #X226F)
449 ("AMS/Neg Rel II" "\\ngeq" #X2271)
450 ("AMS/Neg Rel II" "\\ngeqslant")
451 ("AMS/Neg Rel II" "\\ngeqq")
452 ("AMS/Neg Rel II" "\\gneq" #X2A88)
453 ("AMS/Neg Rel II" "\\gneqq" #X2269)
454 ("AMS/Neg Rel II" "\\gvertneqq")
455 ("AMS/Neg Rel II" "\\gnsim" #X22E7)
456 ("AMS/Neg Rel II" "\\gnapprox" #X2A8A)
457 ("AMS/Neg Rel II" "\\nsucc" #X2281)
458 ("AMS/Neg Rel II" "\\nsucceq")
459 ("AMS/Neg Rel II" "\\succnsim" #X22E9)
460 ("AMS/Neg Rel II" "\\succnapprox" #X2ABA)
461 ("AMS/Neg Rel II" "\\ncong" #X2247)
462 ("AMS/Neg Rel II" "\\nshortparallel" #X2226)
463 ("AMS/Neg Rel II" "\\nparallel" #X2226)
464 ("AMS/Neg Rel II" "\\nvDash" #X22AD)
465 ("AMS/Neg Rel II" "\\nVDash" #X22AF)
466 ("AMS/Neg Rel II" "\\ntriangleright" #X22EB)
467 ("AMS/Neg Rel II" "\\ntrianglerighteq" #X22ED)
468 ("AMS/Neg Rel II" "\\nsupseteq" #X2289)
469 ("AMS/Neg Rel II" "\\nsupseteqq")
470 ("AMS/Neg Rel II" "\\supsetneq" #X228B)
471 ("AMS/Neg Rel II" "\\varsupsetneq")
472 ("AMS/Neg Rel II" "\\supsetneqq" #X2ACC)
473 ("AMS/Neg Rel II" "\\varsupsetneqq")
474 ("AMS/Binary Op" "\\dotplus" #X2214)
475 ("AMS/Binary Op" "\\smallsetminus" #X2216)
476 ("AMS/Binary Op" "\\Cap" #X22D2)
477 ("AMS/Binary Op" "\\Cup" #X22D3)
478 ("AMS/Binary Op" "\\barwedge" #X22BC)
479 ("AMS/Binary Op" "\\veebar" #X22BB)
480 ("AMS/Binary Op" "\\doublebarwedge" #X2306)
481 ("AMS/Binary Op" "\\boxminus" #X229F)
482 ("AMS/Binary Op" "\\boxtimes" #X22A0)
483 ("AMS/Binary Op" "\\boxdot" #X22A1)
484 ("AMS/Binary Op" "\\boxplus" #X229E)
485 ("AMS/Binary Op" "\\divideontimes" #X22C7)
486 ("AMS/Binary Op" "\\ltimes" #X22C9)
487 ("AMS/Binary Op" "\\rtimes" #X22CA)
488 ("AMS/Binary Op" "\\leftthreetimes" #X22CB)
489 ("AMS/Binary Op" "\\rightthreetimes" #X22CC)
490 ("AMS/Binary Op" "\\curlywedge" #X22CF)
491 ("AMS/Binary Op" "\\curlyvee" #X22CE)
492 ("AMS/Binary Op" "\\circleddash" #X229D)
493 ("AMS/Binary Op" "\\circledast" #X229B)
494 ("AMS/Binary Op" "\\circledcirc" #X229A)
495 ("AMS/Binary Op" "\\centerdot")
496 ("AMS/Binary Op" "\\intercal" #X22BA)
497 ("AMS/Misc" "\\hbar" #X210F)
498 ("AMS/Misc" "\\hslash" #X210F)
499 ("AMS/Misc" "\\vartriangle" #X25B5)
500 ("AMS/Misc" "\\triangledown" #X25BF)
501 ("AMS/Misc" "\\square" #X25A1)
502 ("AMS/Misc" "\\lozenge" #X25CA)
503 ("AMS/Misc" "\\circledS" #X24C8)
504 ("AMS/Misc" "\\angle" #X2220)
505 ("AMS/Misc" "\\measuredangle" #X2221)
506 ("AMS/Misc" "\\nexists" #X2204)
507 ("AMS/Misc" "\\mho" #X2127)
508 ("AMS/Misc" "\\Finv" #X2132)
509 ("AMS/Misc" "\\Game" #X2141)
510 ("AMS/Misc" "\\Bbbk" #X1D55C)
511 ("AMS/Misc" "\\backprime" #X2035)
512 ("AMS/Misc" "\\varnothing" #X2205)
513 ("AMS/Misc" "\\blacktriangle" #X25B4)
514 ("AMS/Misc" "\\blacktriangledown" #X25BE)
515 ("AMS/Misc" "\\blacksquare" #X25A0)
516 ("AMS/Misc" "\\blacklozenge" #X29EB)
517 ("AMS/Misc" "\\bigstar" #X2605)
518 ("AMS/Misc" "\\sphericalangle" #X2222)
519 ("AMS/Misc" "\\complement" #X2201)
520 ("AMS/Misc" "\\eth" #XF0)
521 ("AMS/Misc" "\\diagup" #X2571)
522 ("AMS/Misc" "\\diagdown" #X2572)
523 ("AMS/Accents" "\\dddot" #X20DB)
524 ("AMS/Accents" "\\ddddot" #X20DC)
525 ("AMS/Delimiters" "\\bigl")
526 ("AMS/Delimiters" "\\bigr")
527 ("AMS/Delimiters" "\\Bigl")
528 ("AMS/Delimiters" "\\Bigr")
529 ("AMS/Delimiters" "\\biggl")
530 ("AMS/Delimiters" "\\biggr")
531 ("AMS/Delimiters" "\\Biggl")
532 ("AMS/Delimiters" "\\Biggr")
533 ("AMS/Delimiters" "\\lvert")
534 ("AMS/Delimiters" "\\rvert")
535 ("AMS/Delimiters" "\\lVert")
536 ("AMS/Delimiters" "\\rVert")
537 ("AMS/Delimiters" "\\ulcorner" #X231C)
538 ("AMS/Delimiters" "\\urcorner" #X231D)
539 ("AMS/Delimiters" "\\llcorner" #X231E)
540 ("AMS/Delimiters" "\\lrcorner" #X231F)
541 ("AMS/Special" "\\nobreakdash")
542 ("AMS/Special" "\\leftroot")
543 ("AMS/Special" "\\uproot")
544 ("AMS/Special" "\\accentedsymbol")
545 ("AMS/Special" "\\xleftarrow")
546 ("AMS/Special" "\\xrightarrow")
547 ("AMS/Special" "\\overset")
548 ("AMS/Special" "\\underset")
549 ("AMS/Special" "\\dfrac")
550 ("AMS/Special" "\\genfrac")
551 ("AMS/Special" "\\tfrac")
552 ("AMS/Special" "\\binom")
553 ("AMS/Special" "\\dbinom")
554 ("AMS/Special" "\\tbinom")
555 ("AMS/Special" "\\smash")
556 ("AMS/Special" "\\eucal")
557 ("AMS/Special" "\\boldsymbol")
558 ("AMS/Special" "\\text")
559 ("AMS/Special" "\\intertext")
560 ("AMS/Special" "\\substack")
561 ("AMS/Special" "\\subarray")
562 ("AMS/Special" "\\sideset"))
563 "List of basic mathematical symbols.
564 Processed from `LaTeX-math-default' in AucTeX/latex.el. This list
565 contains a mapping of standard LaTeX math commands to unicode
566 characters. See also `math-symbol-list-extended'.")
567
568 (defconst math-symbol-list-extended
569 '(("mathaccent" "\\acute" #X00301 "́")
570 ("mathaccent" "\\annuity" #X020E7 "⃧")
571 ("mathaccent" "\\asteraccent" #X020F0 "⃰")
572 ("mathaccent" "\\bar" #X00304 "̄")
573 ("mathaccent" "\\breve" #X00306 "̆")
574 ("mathaccent" "\\candra" #X00310 "̐")
575 ("mathaccent" "\\check" #X0030C "̌")
576 ("mathaccent" "\\ddddot" #X020DC "⃜")
577 ("mathaccent" "\\dddot" #X020DB "⃛")
578 ("mathaccent" "\\ddot" #X00308 "̈")
579 ("mathaccent" "\\dot" #X00307 "̇")
580 ("mathaccent" "\\droang" #X0031A "̚")
581 ("mathaccent" "\\enclosecircle" #X020DD "⃝")
582 ("mathaccent" "\\enclosediamond" #X020DF "⃟")
583 ("mathaccent" "\\enclosesquare" #X020DE "⃞")
584 ("mathaccent" "\\enclosetriangle" #X020E4 "⃤")
585 ("mathaccent" "\\grave" #X00300 "̀")
586 ("mathaccent" "\\hat" #X00302 "̂")
587 ("mathaccent" "\\leftharpoonaccent" #X020D0 "⃐")
588 ("mathaccent" "\\not" #X00338 "̸")
589 ("mathaccent" "\\ocirc" #X0030A "̊")
590 ("mathaccent" "\\ocommatopright" #X00315 "̕")
591 ("mathaccent" "\\oturnedcomma" #X00312 "̒")
592 ("mathaccent" "\\overbar" #X00305 "̅")
593 ("mathaccent" "\\overleftarrow" #X020D6 "⃖")
594 ("mathaccent" "\\overleftrightarrow" #X020E1 "⃡")
595 ("mathaccent" "\\ovhook" #X00309 "̉")
596 ("mathaccent" "\\rightharpoonaccent" #X020D1 "⃑")
597 ("mathaccent" "\\threeunderdot" #X020E8 "⃨")
598 ("mathaccent" "\\tilde" #X00303 "̃")
599 ("mathaccent" "\\underbar" #X00331 "̱")
600 ("mathaccent" "\\underleftarrow" #X020EE "⃮")
601 ("mathaccent" "\\underleftharpoondown" #X020ED "⃭")
602 ("mathaccent" "\\underrightarrow" #X020EF "⃯")
603 ("mathaccent" "\\underrightharpoondown" #X020EC "⃬")
604 ("mathaccent" "\\vec" #X020D7 "⃗")
605 ("mathaccent" "\\vertoverlay" #X020D2 "⃒")
606 ("mathaccent" "\\widebridgeabove" #X020E9 "⃩")
607 ("mathaccent" "\\wideutilde" #X00330 "̰")
608 ("mathalpha" "\\Angstrom" #X0212B "Å")
609 ("mathalpha" "\\BbbA" #X1D538 "𝔸")
610 ("mathalpha" "\\BbbB" #X1D539 "𝔹")
611 ("mathalpha" "\\BbbC" #X02102 "ℂ")
612 ("mathalpha" "\\BbbD" #X1D53B "𝔻")
613 ("mathalpha" "\\BbbE" #X1D53C "𝔼")
614 ("mathalpha" "\\BbbF" #X1D53D "𝔽")
615 ("mathalpha" "\\BbbG" #X1D53E "𝔾")
616 ("mathalpha" "\\BbbGamma" #X0213E "ℾ")
617 ("mathalpha" "\\BbbH" #X0210D "ℍ")
618 ("mathalpha" "\\BbbI" #X1D540 "𝕀")
619 ("mathalpha" "\\BbbJ" #X1D541 "𝕁")
620 ("mathalpha" "\\BbbK" #X1D542 "𝕂")
621 ("mathalpha" "\\BbbL" #X1D543 "𝕃")
622 ("mathalpha" "\\BbbM" #X1D544 "𝕄")
623 ("mathalpha" "\\BbbN" #X02115 "ℕ")
624 ("mathalpha" "\\BbbO" #X1D546 "𝕆")
625 ("mathalpha" "\\BbbP" #X02119 "ℙ")
626 ("mathalpha" "\\BbbPi" #X0213F "ℿ")
627 ("mathalpha" "\\BbbQ" #X0211A "ℚ")
628 ("mathalpha" "\\BbbR" #X0211D "ℝ")
629 ("mathalpha" "\\BbbS" #X1D54A "𝕊")
630 ("mathalpha" "\\BbbT" #X1D54B "𝕋")
631 ("mathalpha" "\\BbbU" #X1D54C "𝕌")
632 ("mathalpha" "\\BbbV" #X1D54D "𝕍")
633 ("mathalpha" "\\BbbW" #X1D54E "𝕎")
634 ("mathalpha" "\\BbbX" #X1D54F "𝕏")
635 ("mathalpha" "\\BbbY" #X1D550 "𝕐")
636 ("mathalpha" "\\BbbZ" #X02124 "ℤ")
637 ("mathalpha" "\\Bbba" #X1D552 "𝕒")
638 ("mathalpha" "\\Bbbb" #X1D553 "𝕓")
639 ("mathalpha" "\\Bbbc" #X1D554 "𝕔")
640 ("mathalpha" "\\Bbbd" #X1D555 "𝕕")
641 ("mathalpha" "\\Bbbe" #X1D556 "𝕖")
642 ("mathalpha" "\\Bbbf" #X1D557 "𝕗")
643 ("mathalpha" "\\Bbbg" #X1D558 "𝕘")
644 ("mathalpha" "\\Bbbgamma" #X0213D "ℽ")
645 ("mathalpha" "\\Bbbh" #X1D559 "𝕙")
646 ("mathalpha" "\\Bbbi" #X1D55A "𝕚")
647 ("mathalpha" "\\Bbbj" #X1D55B "𝕛")
648 ("mathalpha" "\\Bbbk" #X1D55C "𝕜")
649 ("mathalpha" "\\Bbbl" #X1D55D "𝕝")
650 ("mathalpha" "\\Bbbm" #X1D55E "𝕞")
651 ("mathalpha" "\\Bbbn" #X1D55F "𝕟")
652 ("mathalpha" "\\Bbbo" #X1D560 "𝕠")
653 ("mathalpha" "\\Bbbp" #X1D561 "𝕡")
654 ("mathalpha" "\\Bbbq" #X1D562 "𝕢")
655 ("mathalpha" "\\Bbbr" #X1D563 "𝕣")
656 ("mathalpha" "\\Bbbs" #X1D564 "𝕤")
657 ("mathalpha" "\\Bbbt" #X1D565 "𝕥")
658 ("mathalpha" "\\Bbbu" #X1D566 "𝕦")
659 ("mathalpha" "\\Bbbv" #X1D567 "𝕧")
660 ("mathalpha" "\\Bbbw" #X1D568 "𝕨")
661 ("mathalpha" "\\Bbbx" #X1D569 "𝕩")
662 ("mathalpha" "\\Bbby" #X1D56A "𝕪")
663 ("mathalpha" "\\Bbbz" #X1D56B "𝕫")
664 ("mathalpha" "\\Im" #X02111 "ℑ")
665 ("mathalpha" "\\Re" #X0211C "ℜ")
666 ("mathalpha" "\\aleph" #X02135 "ℵ")
667 ("mathalpha" "\\beth" #X02136 "ℶ")
668 ("mathalpha" "\\daleth" #X02138 "ℸ")
669 ("mathalpha" "\\ell" #X02113 "ℓ")
670 ("mathalpha" "\\gimel" #X02137 "ℷ")
671 ("mathalpha" "\\hslash" #X0210F "ℏ")
672 ("mathalpha" "\\imath" #X1D6A4 "𝚤")
673 ("mathalpha" "\\jmath" #X1D6A5 "𝚥")
674 ("mathalpha" "\\matheth" #X000F0 "ð")
675 ("mathalpha" "\\mbfA" #X1D400 "𝐀")
676 ("mathalpha" "\\mbfAlpha" #X1D6A8 "𝚨")
677 ("mathalpha" "\\mbfB" #X1D401 "𝐁")
678 ("mathalpha" "\\mbfBeta" #X1D6A9 "𝚩")
679 ("mathalpha" "\\mbfC" #X1D402 "𝐂")
680 ("mathalpha" "\\mbfChi" #X1D6BE "𝚾")
681 ("mathalpha" "\\mbfD" #X1D403 "𝐃")
682 ("mathalpha" "\\mbfDelta" #X1D6AB "𝚫")
683 ("mathalpha" "\\mbfDigamma" #X1D7CA "𝟊")
684 ("mathalpha" "\\mbfE" #X1D404 "𝐄")
685 ("mathalpha" "\\mbfEpsilon" #X1D6AC "𝚬")
686 ("mathalpha" "\\mbfEta" #X1D6AE "𝚮")
687 ("mathalpha" "\\mbfF" #X1D405 "𝐅")
688 ("mathalpha" "\\mbfG" #X1D406 "𝐆")
689 ("mathalpha" "\\mbfGamma" #X1D6AA "𝚪")
690 ("mathalpha" "\\mbfH" #X1D407 "𝐇")
691 ("mathalpha" "\\mbfI" #X1D408 "𝐈")
692 ("mathalpha" "\\mbfIota" #X1D6B0 "𝚰")
693 ("mathalpha" "\\mbfJ" #X1D409 "𝐉")
694 ("mathalpha" "\\mbfK" #X1D40A "𝐊")
695 ("mathalpha" "\\mbfKappa" #X1D6B1 "𝚱")
696 ("mathalpha" "\\mbfL" #X1D40B "𝐋")
697 ("mathalpha" "\\mbfLambda" #X1D6B2 "𝚲")
698 ("mathalpha" "\\mbfM" #X1D40C "𝐌")
699 ("mathalpha" "\\mbfMu" #X1D6B3 "𝚳")
700 ("mathalpha" "\\mbfN" #X1D40D "𝐍")
701 ("mathalpha" "\\mbfNu" #X1D6B4 "𝚴")
702 ("mathalpha" "\\mbfO" #X1D40E "𝐎")
703 ("mathalpha" "\\mbfOmega" #X1D6C0 "𝛀")
704 ("mathalpha" "\\mbfOmicron" #X1D6B6 "𝚶")
705 ("mathalpha" "\\mbfP" #X1D40F "𝐏")
706 ("mathalpha" "\\mbfPhi" #X1D6BD "𝚽")
707 ("mathalpha" "\\mbfPi" #X1D6B7 "𝚷")
708 ("mathalpha" "\\mbfPsi" #X1D6BF "𝚿")
709 ("mathalpha" "\\mbfQ" #X1D410 "𝐐")
710 ("mathalpha" "\\mbfR" #X1D411 "𝐑")
711 ("mathalpha" "\\mbfRho" #X1D6B8 "𝚸")
712 ("mathalpha" "\\mbfS" #X1D412 "𝐒")
713 ("mathalpha" "\\mbfSigma" #X1D6BA "𝚺")
714 ("mathalpha" "\\mbfT" #X1D413 "𝐓")
715 ("mathalpha" "\\mbfTau" #X1D6BB "𝚻")
716 ("mathalpha" "\\mbfTheta" #X1D6AF "𝚯")
717 ("mathalpha" "\\mbfU" #X1D414 "𝐔")
718 ("mathalpha" "\\mbfUpsilon" #X1D6BC "𝚼")
719 ("mathalpha" "\\mbfV" #X1D415 "𝐕")
720 ("mathalpha" "\\mbfW" #X1D416 "𝐖")
721 ("mathalpha" "\\mbfX" #X1D417 "𝐗")
722 ("mathalpha" "\\mbfXi" #X1D6B5 "𝚵")
723 ("mathalpha" "\\mbfY" #X1D418 "𝐘")
724 ("mathalpha" "\\mbfZ" #X1D419 "𝐙")
725 ("mathalpha" "\\mbfZeta" #X1D6AD "𝚭")
726 ("mathalpha" "\\mbfa" #X1D41A "𝐚")
727 ("mathalpha" "\\mbfalpha" #X1D6C2 "𝛂")
728 ("mathalpha" "\\mbfb" #X1D41B "𝐛")
729 ("mathalpha" "\\mbfbeta" #X1D6C3 "𝛃")
730 ("mathalpha" "\\mbfc" #X1D41C "𝐜")
731 ("mathalpha" "\\mbfchi" #X1D6D8 "𝛘")
732 ("mathalpha" "\\mbfd" #X1D41D "𝐝")
733 ("mathalpha" "\\mbfdelta" #X1D6C5 "𝛅")
734 ("mathalpha" "\\mbfdigamma" #X1D7CB "𝟋")
735 ("mathalpha" "\\mbfe" #X1D41E "𝐞")
736 ("mathalpha" "\\mbfepsilon" #X1D6C6 "𝛆")
737 ("mathalpha" "\\mbfeta" #X1D6C8 "𝛈")
738 ("mathalpha" "\\mbff" #X1D41F "𝐟")
739 ("mathalpha" "\\mbffrakA" #X1D56C "𝕬")
740 ("mathalpha" "\\mbffrakB" #X1D56D "𝕭")
741 ("mathalpha" "\\mbffrakC" #X1D56E "𝕮")
742 ("mathalpha" "\\mbffrakD" #X1D56F "𝕯")
743 ("mathalpha" "\\mbffrakE" #X1D570 "𝕰")
744 ("mathalpha" "\\mbffrakF" #X1D571 "𝕱")
745 ("mathalpha" "\\mbffrakG" #X1D572 "𝕲")
746 ("mathalpha" "\\mbffrakH" #X1D573 "𝕳")
747 ("mathalpha" "\\mbffrakI" #X1D574 "𝕴")
748 ("mathalpha" "\\mbffrakJ" #X1D575 "𝕵")
749 ("mathalpha" "\\mbffrakK" #X1D576 "𝕶")
750 ("mathalpha" "\\mbffrakL" #X1D577 "𝕷")
751 ("mathalpha" "\\mbffrakM" #X1D578 "𝕸")
752 ("mathalpha" "\\mbffrakN" #X1D579 "𝕹")
753 ("mathalpha" "\\mbffrakO" #X1D57A "𝕺")
754 ("mathalpha" "\\mbffrakP" #X1D57B "𝕻")
755 ("mathalpha" "\\mbffrakQ" #X1D57C "𝕼")
756 ("mathalpha" "\\mbffrakR" #X1D57D "𝕽")
757 ("mathalpha" "\\mbffrakS" #X1D57E "𝕾")
758 ("mathalpha" "\\mbffrakT" #X1D57F "𝕿")
759 ("mathalpha" "\\mbffrakU" #X1D580 "𝖀")
760 ("mathalpha" "\\mbffrakV" #X1D581 "𝖁")
761 ("mathalpha" "\\mbffrakW" #X1D582 "𝖂")
762 ("mathalpha" "\\mbffrakX" #X1D583 "𝖃")
763 ("mathalpha" "\\mbffrakY" #X1D584 "𝖄")
764 ("mathalpha" "\\mbffrakZ" #X1D585 "𝖅")
765 ("mathalpha" "\\mbffraka" #X1D586 "𝖆")
766 ("mathalpha" "\\mbffrakb" #X1D587 "𝖇")
767 ("mathalpha" "\\mbffrakc" #X1D588 "𝖈")
768 ("mathalpha" "\\mbffrakd" #X1D589 "𝖉")
769 ("mathalpha" "\\mbffrake" #X1D58A "𝖊")
770 ("mathalpha" "\\mbffrakf" #X1D58B "𝖋")
771 ("mathalpha" "\\mbffrakg" #X1D58C "𝖌")
772 ("mathalpha" "\\mbffrakh" #X1D58D "𝖍")
773 ("mathalpha" "\\mbffraki" #X1D58E "𝖎")
774 ("mathalpha" "\\mbffrakj" #X1D58F "𝖏")
775 ("mathalpha" "\\mbffrakk" #X1D590 "𝖐")
776 ("mathalpha" "\\mbffrakl" #X1D591 "𝖑")
777 ("mathalpha" "\\mbffrakm" #X1D592 "𝖒")
778 ("mathalpha" "\\mbffrakn" #X1D593 "𝖓")
779 ("mathalpha" "\\mbffrako" #X1D594 "𝖔")
780 ("mathalpha" "\\mbffrakp" #X1D595 "𝖕")
781 ("mathalpha" "\\mbffrakq" #X1D596 "𝖖")
782 ("mathalpha" "\\mbffrakr" #X1D597 "𝖗")
783 ("mathalpha" "\\mbffraks" #X1D598 "𝖘")
784 ("mathalpha" "\\mbffrakt" #X1D599 "𝖙")
785 ("mathalpha" "\\mbffraku" #X1D59A "𝖚")
786 ("mathalpha" "\\mbffrakv" #X1D59B "𝖛")
787 ("mathalpha" "\\mbffrakw" #X1D59C "𝖜")
788 ("mathalpha" "\\mbffrakx" #X1D59D "𝖝")
789 ("mathalpha" "\\mbffraky" #X1D59E "𝖞")
790 ("mathalpha" "\\mbffrakz" #X1D59F "𝖟")
791 ("mathalpha" "\\mbfg" #X1D420 "𝐠")
792 ("mathalpha" "\\mbfgamma" #X1D6C4 "𝛄")
793 ("mathalpha" "\\mbfh" #X1D421 "𝐡")
794 ("mathalpha" "\\mbfi" #X1D422 "𝐢")
795 ("mathalpha" "\\mbfiota" #X1D6CA "𝛊")
796 ("mathalpha" "\\mbfitA" #X1D468 "𝑨")
797 ("mathalpha" "\\mbfitAlpha" #X1D71C "𝜜")
798 ("mathalpha" "\\mbfitB" #X1D469 "𝑩")
799 ("mathalpha" "\\mbfitBeta" #X1D71D "𝜝")
800 ("mathalpha" "\\mbfitC" #X1D46A "𝑪")
801 ("mathalpha" "\\mbfitChi" #X1D732 "𝜲")
802 ("mathalpha" "\\mbfitD" #X1D46B "𝑫")
803 ("mathalpha" "\\mbfitDelta" #X1D71F "𝜟")
804 ("mathalpha" "\\mbfitE" #X1D46C "𝑬")
805 ("mathalpha" "\\mbfitEpsilon" #X1D720 "𝜠")
806 ("mathalpha" "\\mbfitEta" #X1D722 "𝜢")
807 ("mathalpha" "\\mbfitF" #X1D46D "𝑭")
808 ("mathalpha" "\\mbfitG" #X1D46E "𝑮")
809 ("mathalpha" "\\mbfitGamma" #X1D71E "𝜞")
810 ("mathalpha" "\\mbfitH" #X1D46F "𝑯")
811 ("mathalpha" "\\mbfitI" #X1D470 "𝑰")
812 ("mathalpha" "\\mbfitIota" #X1D724 "𝜤")
813 ("mathalpha" "\\mbfitJ" #X1D471 "𝑱")
814 ("mathalpha" "\\mbfitK" #X1D472 "𝑲")
815 ("mathalpha" "\\mbfitKappa" #X1D725 "𝜥")
816 ("mathalpha" "\\mbfitL" #X1D473 "𝑳")
817 ("mathalpha" "\\mbfitLambda" #X1D726 "𝜦")
818 ("mathalpha" "\\mbfitM" #X1D474 "𝑴")
819 ("mathalpha" "\\mbfitMu" #X1D727 "𝜧")
820 ("mathalpha" "\\mbfitN" #X1D475 "𝑵")
821 ("mathalpha" "\\mbfitNu" #X1D728 "𝜨")
822 ("mathalpha" "\\mbfitO" #X1D476 "𝑶")
823 ("mathalpha" "\\mbfitOmega" #X1D734 "𝜴")
824 ("mathalpha" "\\mbfitOmicron" #X1D72A "𝜪")
825 ("mathalpha" "\\mbfitP" #X1D477 "𝑷")
826 ("mathalpha" "\\mbfitPhi" #X1D731 "𝜱")
827 ("mathalpha" "\\mbfitPi" #X1D72B "𝜫")
828 ("mathalpha" "\\mbfitPsi" #X1D733 "𝜳")
829 ("mathalpha" "\\mbfitQ" #X1D478 "𝑸")
830 ("mathalpha" "\\mbfitR" #X1D479 "𝑹")
831 ("mathalpha" "\\mbfitRho" #X1D72C "𝜬")
832 ("mathalpha" "\\mbfitS" #X1D47A "𝑺")
833 ("mathalpha" "\\mbfitSigma" #X1D72E "𝜮")
834 ("mathalpha" "\\mbfitT" #X1D47B "𝑻")
835 ("mathalpha" "\\mbfitTau" #X1D72F "𝜯")
836 ("mathalpha" "\\mbfitTheta" #X1D723 "𝜣")
837 ("mathalpha" "\\mbfitU" #X1D47C "𝑼")
838 ("mathalpha" "\\mbfitUpsilon" #X1D730 "𝜰")
839 ("mathalpha" "\\mbfitV" #X1D47D "𝑽")
840 ("mathalpha" "\\mbfitW" #X1D47E "𝑾")
841 ("mathalpha" "\\mbfitX" #X1D47F "𝑿")
842 ("mathalpha" "\\mbfitXi" #X1D729 "𝜩")
843 ("mathalpha" "\\mbfitY" #X1D480 "𝒀")
844 ("mathalpha" "\\mbfitZ" #X1D481 "𝒁")
845 ("mathalpha" "\\mbfitZeta" #X1D721 "𝜡")
846 ("mathalpha" "\\mbfita" #X1D482 "𝒂")
847 ("mathalpha" "\\mbfitalpha" #X1D736 "𝜶")
848 ("mathalpha" "\\mbfitb" #X1D483 "𝒃")
849 ("mathalpha" "\\mbfitbeta" #X1D737 "𝜷")
850 ("mathalpha" "\\mbfitc" #X1D484 "𝒄")
851 ("mathalpha" "\\mbfitchi" #X1D74C "𝝌")
852 ("mathalpha" "\\mbfitd" #X1D485 "𝒅")
853 ("mathalpha" "\\mbfitdelta" #X1D739 "𝜹")
854 ("mathalpha" "\\mbfite" #X1D486 "𝒆")
855 ("mathalpha" "\\mbfitepsilon" #X1D73A "𝜺")
856 ("mathalpha" "\\mbfiteta" #X1D73C "𝜼")
857 ("mathalpha" "\\mbfitf" #X1D487 "𝒇")
858 ("mathalpha" "\\mbfitg" #X1D488 "𝒈")
859 ("mathalpha" "\\mbfitgamma" #X1D738 "𝜸")
860 ("mathalpha" "\\mbfith" #X1D489 "𝒉")
861 ("mathalpha" "\\mbfiti" #X1D48A "𝒊")
862 ("mathalpha" "\\mbfitiota" #X1D73E "𝜾")
863 ("mathalpha" "\\mbfitj" #X1D48B "𝒋")
864 ("mathalpha" "\\mbfitk" #X1D48C "𝒌")
865 ("mathalpha" "\\mbfitkappa" #X1D73F "𝜿")
866 ("mathalpha" "\\mbfitl" #X1D48D "𝒍")
867 ("mathalpha" "\\mbfitlambda" #X1D740 "𝝀")
868 ("mathalpha" "\\mbfitm" #X1D48E "𝒎")
869 ("mathalpha" "\\mbfitmu" #X1D741 "𝝁")
870 ("mathalpha" "\\mbfitn" #X1D48F "𝒏")
871 ("mathalpha" "\\mbfitnu" #X1D742 "𝝂")
872 ("mathalpha" "\\mbfito" #X1D490 "𝒐")
873 ("mathalpha" "\\mbfitomega" #X1D74E "𝝎")
874 ("mathalpha" "\\mbfitomicron" #X1D744 "𝝄")
875 ("mathalpha" "\\mbfitp" #X1D491 "𝒑")
876 ("mathalpha" "\\mbfitphi" #X1D74B "𝝋")
877 ("mathalpha" "\\mbfitpi" #X1D745 "𝝅")
878 ("mathalpha" "\\mbfitpsi" #X1D74D "𝝍")
879 ("mathalpha" "\\mbfitq" #X1D492 "𝒒")
880 ("mathalpha" "\\mbfitr" #X1D493 "𝒓")
881 ("mathalpha" "\\mbfitrho" #X1D746 "𝝆")
882 ("mathalpha" "\\mbfits" #X1D494 "𝒔")
883 ("mathalpha" "\\mbfitsansA" #X1D63C "𝘼")
884 ("mathalpha" "\\mbfitsansAlpha" #X1D790 "𝞐")
885 ("mathalpha" "\\mbfitsansB" #X1D63D "𝘽")
886 ("mathalpha" "\\mbfitsansBeta" #X1D791 "𝞑")
887 ("mathalpha" "\\mbfitsansC" #X1D63E "𝘾")
888 ("mathalpha" "\\mbfitsansChi" #X1D7A6 "𝞦")
889 ("mathalpha" "\\mbfitsansD" #X1D63F "𝘿")
890 ("mathalpha" "\\mbfitsansDelta" #X1D793 "𝞓")
891 ("mathalpha" "\\mbfitsansE" #X1D640 "𝙀")
892 ("mathalpha" "\\mbfitsansEpsilon" #X1D794 "𝞔")
893 ("mathalpha" "\\mbfitsansEta" #X1D796 "𝞖")
894 ("mathalpha" "\\mbfitsansF" #X1D641 "𝙁")
895 ("mathalpha" "\\mbfitsansG" #X1D642 "𝙂")
896 ("mathalpha" "\\mbfitsansGamma" #X1D792 "𝞒")
897 ("mathalpha" "\\mbfitsansH" #X1D643 "𝙃")
898 ("mathalpha" "\\mbfitsansI" #X1D644 "𝙄")
899 ("mathalpha" "\\mbfitsansIota" #X1D798 "𝞘")
900 ("mathalpha" "\\mbfitsansJ" #X1D645 "𝙅")
901 ("mathalpha" "\\mbfitsansK" #X1D646 "𝙆")
902 ("mathalpha" "\\mbfitsansKappa" #X1D799 "𝞙")
903 ("mathalpha" "\\mbfitsansL" #X1D647 "𝙇")
904 ("mathalpha" "\\mbfitsansLambda" #X1D79A "𝞚")
905 ("mathalpha" "\\mbfitsansM" #X1D648 "𝙈")
906 ("mathalpha" "\\mbfitsansMu" #X1D79B "𝞛")
907 ("mathalpha" "\\mbfitsansN" #X1D649 "𝙉")
908 ("mathalpha" "\\mbfitsansNu" #X1D79C "𝞜")
909 ("mathalpha" "\\mbfitsansO" #X1D64A "𝙊")
910 ("mathalpha" "\\mbfitsansOmega" #X1D7A8 "𝞨")
911 ("mathalpha" "\\mbfitsansOmicron" #X1D79E "𝞞")
912 ("mathalpha" "\\mbfitsansP" #X1D64B "𝙋")
913 ("mathalpha" "\\mbfitsansPhi" #X1D7A5 "𝞥")
914 ("mathalpha" "\\mbfitsansPi" #X1D79F "𝞟")
915 ("mathalpha" "\\mbfitsansPsi" #X1D7A7 "𝞧")
916 ("mathalpha" "\\mbfitsansQ" #X1D64C "𝙌")
917 ("mathalpha" "\\mbfitsansR" #X1D64D "𝙍")
918 ("mathalpha" "\\mbfitsansRho" #X1D7A0 "𝞠")
919 ("mathalpha" "\\mbfitsansS" #X1D64E "𝙎")
920 ("mathalpha" "\\mbfitsansSigma" #X1D7A2 "𝞢")
921 ("mathalpha" "\\mbfitsansT" #X1D64F "𝙏")
922 ("mathalpha" "\\mbfitsansTau" #X1D7A3 "𝞣")
923 ("mathalpha" "\\mbfitsansTheta" #X1D797 "𝞗")
924 ("mathalpha" "\\mbfitsansU" #X1D650 "𝙐")
925 ("mathalpha" "\\mbfitsansUpsilon" #X1D7A4 "𝞤")
926 ("mathalpha" "\\mbfitsansV" #X1D651 "𝙑")
927 ("mathalpha" "\\mbfitsansW" #X1D652 "𝙒")
928 ("mathalpha" "\\mbfitsansX" #X1D653 "𝙓")
929 ("mathalpha" "\\mbfitsansXi" #X1D79D "𝞝")
930 ("mathalpha" "\\mbfitsansY" #X1D654 "𝙔")
931 ("mathalpha" "\\mbfitsansZ" #X1D655 "𝙕")
932 ("mathalpha" "\\mbfitsansZeta" #X1D795 "𝞕")
933 ("mathalpha" "\\mbfitsansa" #X1D656 "𝙖")
934 ("mathalpha" "\\mbfitsansalpha" #X1D7AA "𝞪")
935 ("mathalpha" "\\mbfitsansb" #X1D657 "𝙗")
936 ("mathalpha" "\\mbfitsansbeta" #X1D7AB "𝞫")
937 ("mathalpha" "\\mbfitsansc" #X1D658 "𝙘")
938 ("mathalpha" "\\mbfitsanschi" #X1D7C0 "𝟀")
939 ("mathalpha" "\\mbfitsansd" #X1D659 "𝙙")
940 ("mathalpha" "\\mbfitsansdelta" #X1D7AD "𝞭")
941 ("mathalpha" "\\mbfitsanse" #X1D65A "𝙚")
942 ("mathalpha" "\\mbfitsansepsilon" #X1D7AE "𝞮")
943 ("mathalpha" "\\mbfitsanseta" #X1D7B0 "𝞰")
944 ("mathalpha" "\\mbfitsansf" #X1D65B "𝙛")
945 ("mathalpha" "\\mbfitsansg" #X1D65C "𝙜")
946 ("mathalpha" "\\mbfitsansgamma" #X1D7AC "𝞬")
947 ("mathalpha" "\\mbfitsansh" #X1D65D "𝙝")
948 ("mathalpha" "\\mbfitsansi" #X1D65E "𝙞")
949 ("mathalpha" "\\mbfitsansiota" #X1D7B2 "𝞲")
950 ("mathalpha" "\\mbfitsansj" #X1D65F "𝙟")
951 ("mathalpha" "\\mbfitsansk" #X1D660 "𝙠")
952 ("mathalpha" "\\mbfitsanskappa" #X1D7B3 "𝞳")
953 ("mathalpha" "\\mbfitsansl" #X1D661 "𝙡")
954 ("mathalpha" "\\mbfitsanslambda" #X1D7B4 "𝞴")
955 ("mathalpha" "\\mbfitsansm" #X1D662 "𝙢")
956 ("mathalpha" "\\mbfitsansmu" #X1D7B5 "𝞵")
957 ("mathalpha" "\\mbfitsansn" #X1D663 "𝙣")
958 ("mathalpha" "\\mbfitsansnu" #X1D7B6 "𝞶")
959 ("mathalpha" "\\mbfitsanso" #X1D664 "𝙤")
960 ("mathalpha" "\\mbfitsansomega" #X1D7C2 "𝟂")
961 ("mathalpha" "\\mbfitsansomicron" #X1D7B8 "𝞸")
962 ("mathalpha" "\\mbfitsansp" #X1D665 "𝙥")
963 ("mathalpha" "\\mbfitsansphi" #X1D7BF "𝞿")
964 ("mathalpha" "\\mbfitsanspi" #X1D7B9 "𝞹")
965 ("mathalpha" "\\mbfitsanspsi" #X1D7C1 "𝟁")
966 ("mathalpha" "\\mbfitsansq" #X1D666 "𝙦")
967 ("mathalpha" "\\mbfitsansr" #X1D667 "𝙧")
968 ("mathalpha" "\\mbfitsansrho" #X1D7BA "𝞺")
969 ("mathalpha" "\\mbfitsanss" #X1D668 "𝙨")
970 ("mathalpha" "\\mbfitsanssigma" #X1D7BC "𝞼")
971 ("mathalpha" "\\mbfitsanst" #X1D669 "𝙩")
972 ("mathalpha" "\\mbfitsanstau" #X1D7BD "𝞽")
973 ("mathalpha" "\\mbfitsanstheta" #X1D7B1 "𝞱")
974 ("mathalpha" "\\mbfitsansu" #X1D66A "𝙪")
975 ("mathalpha" "\\mbfitsansupsilon" #X1D7BE "𝞾")
976 ("mathalpha" "\\mbfitsansv" #X1D66B "𝙫")
977 ("mathalpha" "\\mbfitsansvarTheta" #X1D7A1 "𝞡")
978 ("mathalpha" "\\mbfitsansvarepsilon" #X1D7C4 "𝟄")
979 ("mathalpha" "\\mbfitsansvarkappa" #X1D7C6 "𝟆")
980 ("mathalpha" "\\mbfitsansvarphi" #X1D7C7 "𝟇")
981 ("mathalpha" "\\mbfitsansvarpi" #X1D7C9 "𝟉")
982 ("mathalpha" "\\mbfitsansvarrho" #X1D7C8 "𝟈")
983 ("mathalpha" "\\mbfitsansvarsigma" #X1D7BB "𝞻")
984 ("mathalpha" "\\mbfitsansvartheta" #X1D7C5 "𝟅")
985 ("mathalpha" "\\mbfitsansw" #X1D66C "𝙬")
986 ("mathalpha" "\\mbfitsansx" #X1D66D "𝙭")
987 ("mathalpha" "\\mbfitsansxi" #X1D7B7 "𝞷")
988 ("mathalpha" "\\mbfitsansy" #X1D66E "𝙮")
989 ("mathalpha" "\\mbfitsansz" #X1D66F "𝙯")
990 ("mathalpha" "\\mbfitsanszeta" #X1D7AF "𝞯")
991 ("mathalpha" "\\mbfitsigma" #X1D748 "𝝈")
992 ("mathalpha" "\\mbfitt" #X1D495 "𝒕")
993 ("mathalpha" "\\mbfittau" #X1D749 "𝝉")
994 ("mathalpha" "\\mbfittheta" #X1D73D "𝜽")
995 ("mathalpha" "\\mbfitu" #X1D496 "𝒖")
996 ("mathalpha" "\\mbfitupsilon" #X1D74A "𝝊")
997 ("mathalpha" "\\mbfitv" #X1D497 "𝒗")
998 ("mathalpha" "\\mbfitvarTheta" #X1D72D "𝜭")
999 ("mathalpha" "\\mbfitvarepsilon" #X1D750 "𝝐")
1000 ("mathalpha" "\\mbfitvarkappa" #X1D752 "𝝒")
1001 ("mathalpha" "\\mbfitvarphi" #X1D753 "𝝓")
1002 ("mathalpha" "\\mbfitvarpi" #X1D755 "𝝕")
1003 ("mathalpha" "\\mbfitvarrho" #X1D754 "𝝔")
1004 ("mathalpha" "\\mbfitvarsigma" #X1D747 "𝝇")
1005 ("mathalpha" "\\mbfitvartheta" #X1D751 "𝝑")
1006 ("mathalpha" "\\mbfitw" #X1D498 "𝒘")
1007 ("mathalpha" "\\mbfitx" #X1D499 "𝒙")
1008 ("mathalpha" "\\mbfitxi" #X1D743 "𝝃")
1009 ("mathalpha" "\\mbfity" #X1D49A "𝒚")
1010 ("mathalpha" "\\mbfitz" #X1D49B "𝒛")
1011 ("mathalpha" "\\mbfitzeta" #X1D73B "𝜻")
1012 ("mathalpha" "\\mbfj" #X1D423 "𝐣")
1013 ("mathalpha" "\\mbfk" #X1D424 "𝐤")
1014 ("mathalpha" "\\mbfkappa" #X1D6CB "𝛋")
1015 ("mathalpha" "\\mbfl" #X1D425 "𝐥")
1016 ("mathalpha" "\\mbflambda" #X1D6CC "𝛌")
1017 ("mathalpha" "\\mbfm" #X1D426 "𝐦")
1018 ("mathalpha" "\\mbfmu" #X1D6CD "𝛍")
1019 ("mathalpha" "\\mbfn" #X1D427 "𝐧")
1020 ("mathalpha" "\\mbfnu" #X1D6CE "𝛎")
1021 ("mathalpha" "\\mbfo" #X1D428 "𝐨")
1022 ("mathalpha" "\\mbfomega" #X1D6DA "𝛚")
1023 ("mathalpha" "\\mbfomicron" #X1D6D0 "𝛐")
1024 ("mathalpha" "\\mbfp" #X1D429 "𝐩")
1025 ("mathalpha" "\\mbfphi" #X1D6DF "𝛟")
1026 ("mathalpha" "\\mbfpi" #X1D6D1 "𝛑")
1027 ("mathalpha" "\\mbfpsi" #X1D6D9 "𝛙")
1028 ("mathalpha" "\\mbfq" #X1D42A "𝐪")
1029 ("mathalpha" "\\mbfr" #X1D42B "𝐫")
1030 ("mathalpha" "\\mbfrho" #X1D6D2 "𝛒")
1031 ("mathalpha" "\\mbfs" #X1D42C "𝐬")
1032 ("mathalpha" "\\mbfsansA" #X1D5D4 "𝗔")
1033 ("mathalpha" "\\mbfsansAlpha" #X1D756 "𝝖")
1034 ("mathalpha" "\\mbfsansB" #X1D5D5 "𝗕")
1035 ("mathalpha" "\\mbfsansBeta" #X1D757 "𝝗")
1036 ("mathalpha" "\\mbfsansC" #X1D5D6 "𝗖")
1037 ("mathalpha" "\\mbfsansChi" #X1D76C "𝝬")
1038 ("mathalpha" "\\mbfsansD" #X1D5D7 "𝗗")
1039 ("mathalpha" "\\mbfsansDelta" #X1D759 "𝝙")
1040 ("mathalpha" "\\mbfsansE" #X1D5D8 "𝗘")
1041 ("mathalpha" "\\mbfsansEpsilon" #X1D75A "𝝚")
1042 ("mathalpha" "\\mbfsansEta" #X1D75C "𝝜")
1043 ("mathalpha" "\\mbfsansF" #X1D5D9 "𝗙")
1044 ("mathalpha" "\\mbfsansG" #X1D5DA "𝗚")
1045 ("mathalpha" "\\mbfsansGamma" #X1D758 "𝝘")
1046 ("mathalpha" "\\mbfsansH" #X1D5DB "𝗛")
1047 ("mathalpha" "\\mbfsansI" #X1D5DC "𝗜")
1048 ("mathalpha" "\\mbfsansIota" #X1D75E "𝝞")
1049 ("mathalpha" "\\mbfsansJ" #X1D5DD "𝗝")
1050 ("mathalpha" "\\mbfsansK" #X1D5DE "𝗞")
1051 ("mathalpha" "\\mbfsansKappa" #X1D75F "𝝟")
1052 ("mathalpha" "\\mbfsansL" #X1D5DF "𝗟")
1053 ("mathalpha" "\\mbfsansLambda" #X1D760 "𝝠")
1054 ("mathalpha" "\\mbfsansM" #X1D5E0 "𝗠")
1055 ("mathalpha" "\\mbfsansMu" #X1D761 "𝝡")
1056 ("mathalpha" "\\mbfsansN" #X1D5E1 "𝗡")
1057 ("mathalpha" "\\mbfsansNu" #X1D762 "𝝢")
1058 ("mathalpha" "\\mbfsansO" #X1D5E2 "𝗢")
1059 ("mathalpha" "\\mbfsansOmega" #X1D76E "𝝮")
1060 ("mathalpha" "\\mbfsansOmicron" #X1D764 "𝝤")
1061 ("mathalpha" "\\mbfsansP" #X1D5E3 "𝗣")
1062 ("mathalpha" "\\mbfsansPhi" #X1D76B "𝝫")
1063 ("mathalpha" "\\mbfsansPi" #X1D765 "𝝥")
1064 ("mathalpha" "\\mbfsansPsi" #X1D76D "𝝭")
1065 ("mathalpha" "\\mbfsansQ" #X1D5E4 "𝗤")
1066 ("mathalpha" "\\mbfsansR" #X1D5E5 "𝗥")
1067 ("mathalpha" "\\mbfsansRho" #X1D766 "𝝦")
1068 ("mathalpha" "\\mbfsansS" #X1D5E6 "𝗦")
1069 ("mathalpha" "\\mbfsansSigma" #X1D768 "𝝨")
1070 ("mathalpha" "\\mbfsansT" #X1D5E7 "𝗧")
1071 ("mathalpha" "\\mbfsansTau" #X1D769 "𝝩")
1072 ("mathalpha" "\\mbfsansTheta" #X1D75D "𝝝")
1073 ("mathalpha" "\\mbfsansU" #X1D5E8 "𝗨")
1074 ("mathalpha" "\\mbfsansUpsilon" #X1D76A "𝝪")
1075 ("mathalpha" "\\mbfsansV" #X1D5E9 "𝗩")
1076 ("mathalpha" "\\mbfsansW" #X1D5EA "𝗪")
1077 ("mathalpha" "\\mbfsansX" #X1D5EB "𝗫")
1078 ("mathalpha" "\\mbfsansXi" #X1D763 "𝝣")
1079 ("mathalpha" "\\mbfsansY" #X1D5EC "𝗬")
1080 ("mathalpha" "\\mbfsansZ" #X1D5ED "𝗭")
1081 ("mathalpha" "\\mbfsansZeta" #X1D75B "𝝛")
1082 ("mathalpha" "\\mbfsansa" #X1D5EE "𝗮")
1083 ("mathalpha" "\\mbfsansalpha" #X1D770 "𝝰")
1084 ("mathalpha" "\\mbfsansb" #X1D5EF "𝗯")
1085 ("mathalpha" "\\mbfsansbeta" #X1D771 "𝝱")
1086 ("mathalpha" "\\mbfsansc" #X1D5F0 "𝗰")
1087 ("mathalpha" "\\mbfsanschi" #X1D786 "𝞆")
1088 ("mathalpha" "\\mbfsansd" #X1D5F1 "𝗱")
1089 ("mathalpha" "\\mbfsansdelta" #X1D773 "𝝳")
1090 ("mathalpha" "\\mbfsanse" #X1D5F2 "𝗲")
1091 ("mathalpha" "\\mbfsansepsilon" #X1D774 "𝝴")
1092 ("mathalpha" "\\mbfsanseta" #X1D776 "𝝶")
1093 ("mathalpha" "\\mbfsansf" #X1D5F3 "𝗳")
1094 ("mathalpha" "\\mbfsansg" #X1D5F4 "𝗴")
1095 ("mathalpha" "\\mbfsansgamma" #X1D772 "𝝲")
1096 ("mathalpha" "\\mbfsansh" #X1D5F5 "𝗵")
1097 ("mathalpha" "\\mbfsansi" #X1D5F6 "𝗶")
1098 ("mathalpha" "\\mbfsansiota" #X1D778 "𝝸")
1099 ("mathalpha" "\\mbfsansj" #X1D5F7 "𝗷")
1100 ("mathalpha" "\\mbfsansk" #X1D5F8 "𝗸")
1101 ("mathalpha" "\\mbfsanskappa" #X1D779 "𝝹")
1102 ("mathalpha" "\\mbfsansl" #X1D5F9 "𝗹")
1103 ("mathalpha" "\\mbfsanslambda" #X1D77A "𝝺")
1104 ("mathalpha" "\\mbfsansm" #X1D5FA "𝗺")
1105 ("mathalpha" "\\mbfsansmu" #X1D77B "𝝻")
1106 ("mathalpha" "\\mbfsansn" #X1D5FB "𝗻")
1107 ("mathalpha" "\\mbfsansnu" #X1D77C "𝝼")
1108 ("mathalpha" "\\mbfsanso" #X1D5FC "𝗼")
1109 ("mathalpha" "\\mbfsansomega" #X1D788 "𝞈")
1110 ("mathalpha" "\\mbfsansomicron" #X1D77E "𝝾")
1111 ("mathalpha" "\\mbfsansp" #X1D5FD "𝗽")
1112 ("mathalpha" "\\mbfsansphi" #X1D785 "𝞅")
1113 ("mathalpha" "\\mbfsanspi" #X1D77F "𝝿")
1114 ("mathalpha" "\\mbfsanspsi" #X1D787 "𝞇")
1115 ("mathalpha" "\\mbfsansq" #X1D5FE "𝗾")
1116 ("mathalpha" "\\mbfsansr" #X1D5FF "𝗿")
1117 ("mathalpha" "\\mbfsansrho" #X1D780 "𝞀")
1118 ("mathalpha" "\\mbfsanss" #X1D600 "𝘀")
1119 ("mathalpha" "\\mbfsanssigma" #X1D782 "𝞂")
1120 ("mathalpha" "\\mbfsanst" #X1D601 "𝘁")
1121 ("mathalpha" "\\mbfsanstau" #X1D783 "𝞃")
1122 ("mathalpha" "\\mbfsanstheta" #X1D777 "𝝷")
1123 ("mathalpha" "\\mbfsansu" #X1D602 "𝘂")
1124 ("mathalpha" "\\mbfsansupsilon" #X1D784 "𝞄")
1125 ("mathalpha" "\\mbfsansv" #X1D603 "𝘃")
1126 ("mathalpha" "\\mbfsansvarTheta" #X1D767 "𝝧")
1127 ("mathalpha" "\\mbfsansvarepsilon" #X1D78A "𝞊")
1128 ("mathalpha" "\\mbfsansvarkappa" #X1D78C "𝞌")
1129 ("mathalpha" "\\mbfsansvarphi" #X1D78D "𝞍")
1130 ("mathalpha" "\\mbfsansvarpi" #X1D78F "𝞏")
1131 ("mathalpha" "\\mbfsansvarrho" #X1D78E "𝞎")
1132 ("mathalpha" "\\mbfsansvarsigma" #X1D781 "𝞁")
1133 ("mathalpha" "\\mbfsansvartheta" #X1D78B "𝞋")
1134 ("mathalpha" "\\mbfsansw" #X1D604 "𝘄")
1135 ("mathalpha" "\\mbfsansx" #X1D605 "𝘅")
1136 ("mathalpha" "\\mbfsansxi" #X1D77D "𝝽")
1137 ("mathalpha" "\\mbfsansy" #X1D606 "𝘆")
1138 ("mathalpha" "\\mbfsansz" #X1D607 "𝘇")
1139 ("mathalpha" "\\mbfsanszeta" #X1D775 "𝝵")
1140 ("mathalpha" "\\mbfscrA" #X1D4D0 "𝓐")
1141 ("mathalpha" "\\mbfscrB" #X1D4D1 "𝓑")
1142 ("mathalpha" "\\mbfscrC" #X1D4D2 "𝓒")
1143 ("mathalpha" "\\mbfscrD" #X1D4D3 "𝓓")
1144 ("mathalpha" "\\mbfscrE" #X1D4D4 "𝓔")
1145 ("mathalpha" "\\mbfscrF" #X1D4D5 "𝓕")
1146 ("mathalpha" "\\mbfscrG" #X1D4D6 "𝓖")
1147 ("mathalpha" "\\mbfscrH" #X1D4D7 "𝓗")
1148 ("mathalpha" "\\mbfscrI" #X1D4D8 "𝓘")
1149 ("mathalpha" "\\mbfscrJ" #X1D4D9 "𝓙")
1150 ("mathalpha" "\\mbfscrK" #X1D4DA "𝓚")
1151 ("mathalpha" "\\mbfscrL" #X1D4DB "𝓛")
1152 ("mathalpha" "\\mbfscrM" #X1D4DC "𝓜")
1153 ("mathalpha" "\\mbfscrN" #X1D4DD "𝓝")
1154 ("mathalpha" "\\mbfscrO" #X1D4DE "𝓞")
1155 ("mathalpha" "\\mbfscrP" #X1D4DF "𝓟")
1156 ("mathalpha" "\\mbfscrQ" #X1D4E0 "𝓠")
1157 ("mathalpha" "\\mbfscrR" #X1D4E1 "𝓡")
1158 ("mathalpha" "\\mbfscrS" #X1D4E2 "𝓢")
1159 ("mathalpha" "\\mbfscrT" #X1D4E3 "𝓣")
1160 ("mathalpha" "\\mbfscrU" #X1D4E4 "𝓤")
1161 ("mathalpha" "\\mbfscrV" #X1D4E5 "𝓥")
1162 ("mathalpha" "\\mbfscrW" #X1D4E6 "𝓦")
1163 ("mathalpha" "\\mbfscrX" #X1D4E7 "𝓧")
1164 ("mathalpha" "\\mbfscrY" #X1D4E8 "𝓨")
1165 ("mathalpha" "\\mbfscrZ" #X1D4E9 "𝓩")
1166 ("mathalpha" "\\mbfscra" #X1D4EA "𝓪")
1167 ("mathalpha" "\\mbfscrb" #X1D4EB "𝓫")
1168 ("mathalpha" "\\mbfscrc" #X1D4EC "𝓬")
1169 ("mathalpha" "\\mbfscrd" #X1D4ED "𝓭")
1170 ("mathalpha" "\\mbfscre" #X1D4EE "𝓮")
1171 ("mathalpha" "\\mbfscrf" #X1D4EF "𝓯")
1172 ("mathalpha" "\\mbfscrg" #X1D4F0 "𝓰")
1173 ("mathalpha" "\\mbfscrh" #X1D4F1 "𝓱")
1174 ("mathalpha" "\\mbfscri" #X1D4F2 "𝓲")
1175 ("mathalpha" "\\mbfscrj" #X1D4F3 "𝓳")
1176 ("mathalpha" "\\mbfscrk" #X1D4F4 "𝓴")
1177 ("mathalpha" "\\mbfscrl" #X1D4F5 "𝓵")
1178 ("mathalpha" "\\mbfscrm" #X1D4F6 "𝓶")
1179 ("mathalpha" "\\mbfscrn" #X1D4F7 "𝓷")
1180 ("mathalpha" "\\mbfscro" #X1D4F8 "𝓸")
1181 ("mathalpha" "\\mbfscrp" #X1D4F9 "𝓹")
1182 ("mathalpha" "\\mbfscrq" #X1D4FA "𝓺")
1183 ("mathalpha" "\\mbfscrr" #X1D4FB "𝓻")
1184 ("mathalpha" "\\mbfscrs" #X1D4FC "𝓼")
1185 ("mathalpha" "\\mbfscrt" #X1D4FD "𝓽")
1186 ("mathalpha" "\\mbfscru" #X1D4FE "𝓾")
1187 ("mathalpha" "\\mbfscrv" #X1D4FF "𝓿")
1188 ("mathalpha" "\\mbfscrw" #X1D500 "𝔀")
1189 ("mathalpha" "\\mbfscrx" #X1D501 "𝔁")
1190 ("mathalpha" "\\mbfscry" #X1D502 "𝔂")
1191 ("mathalpha" "\\mbfscrz" #X1D503 "𝔃")
1192 ("mathalpha" "\\mbfsigma" #X1D6D4 "𝛔")
1193 ("mathalpha" "\\mbft" #X1D42D "𝐭")
1194 ("mathalpha" "\\mbftau" #X1D6D5 "𝛕")
1195 ("mathalpha" "\\mbftheta" #X1D6C9 "𝛉")
1196 ("mathalpha" "\\mbfu" #X1D42E "𝐮")
1197 ("mathalpha" "\\mbfupsilon" #X1D6D6 "𝛖")
1198 ("mathalpha" "\\mbfv" #X1D42F "𝐯")
1199 ("mathalpha" "\\mbfvarTheta" #X1D6B9 "𝚹")
1200 ("mathalpha" "\\mbfvarepsilon" #X1D6DC "𝛜")
1201 ("mathalpha" "\\mbfvarkappa" #X1D6DE "𝛞")
1202 ("mathalpha" "\\mbfvarphi" #X1D6D7 "𝛗")
1203 ("mathalpha" "\\mbfvarpi" #X1D6E1 "𝛡")
1204 ("mathalpha" "\\mbfvarrho" #X1D6E0 "𝛠")
1205 ("mathalpha" "\\mbfvarsigma" #X1D6D3 "𝛓")
1206 ("mathalpha" "\\mbfvartheta" #X1D6DD "𝛝")
1207 ("mathalpha" "\\mbfw" #X1D430 "𝐰")
1208 ("mathalpha" "\\mbfx" #X1D431 "𝐱")
1209 ("mathalpha" "\\mbfxi" #X1D6CF "𝛏")
1210 ("mathalpha" "\\mbfy" #X1D432 "𝐲")
1211 ("mathalpha" "\\mbfz" #X1D433 "𝐳")
1212 ("mathalpha" "\\mbfzeta" #X1D6C7 "𝛇")
1213 ("mathalpha" "\\mfrakA" #X1D504 "𝔄")
1214 ("mathalpha" "\\mfrakB" #X1D505 "𝔅")
1215 ("mathalpha" "\\mfrakC" #X0212D "ℭ")
1216 ("mathalpha" "\\mfrakD" #X1D507 "𝔇")
1217 ("mathalpha" "\\mfrakE" #X1D508 "𝔈")
1218 ("mathalpha" "\\mfrakF" #X1D509 "𝔉")
1219 ("mathalpha" "\\mfrakG" #X1D50A "𝔊")
1220 ("mathalpha" "\\mfrakH" #X0210C "ℌ")
1221 ("mathalpha" "\\mfrakJ" #X1D50D "𝔍")
1222 ("mathalpha" "\\mfrakK" #X1D50E "𝔎")
1223 ("mathalpha" "\\mfrakL" #X1D50F "𝔏")
1224 ("mathalpha" "\\mfrakM" #X1D510 "𝔐")
1225 ("mathalpha" "\\mfrakN" #X1D511 "𝔑")
1226 ("mathalpha" "\\mfrakO" #X1D512 "𝔒")
1227 ("mathalpha" "\\mfrakP" #X1D513 "𝔓")
1228 ("mathalpha" "\\mfrakQ" #X1D514 "𝔔")
1229 ("mathalpha" "\\mfrakS" #X1D516 "𝔖")
1230 ("mathalpha" "\\mfrakT" #X1D517 "𝔗")
1231 ("mathalpha" "\\mfrakU" #X1D518 "𝔘")
1232 ("mathalpha" "\\mfrakV" #X1D519 "𝔙")
1233 ("mathalpha" "\\mfrakW" #X1D51A "𝔚")
1234 ("mathalpha" "\\mfrakX" #X1D51B "𝔛")
1235 ("mathalpha" "\\mfrakY" #X1D51C "𝔜")
1236 ("mathalpha" "\\mfrakZ" #X02128 "ℨ")
1237 ("mathalpha" "\\mfraka" #X1D51E "𝔞")
1238 ("mathalpha" "\\mfrakb" #X1D51F "𝔟")
1239 ("mathalpha" "\\mfrakc" #X1D520 "𝔠")
1240 ("mathalpha" "\\mfrakd" #X1D521 "𝔡")
1241 ("mathalpha" "\\mfrake" #X1D522 "𝔢")
1242 ("mathalpha" "\\mfrakf" #X1D523 "𝔣")
1243 ("mathalpha" "\\mfrakg" #X1D524 "𝔤")
1244 ("mathalpha" "\\mfrakh" #X1D525 "𝔥")
1245 ("mathalpha" "\\mfraki" #X1D526 "𝔦")
1246 ("mathalpha" "\\mfrakj" #X1D527 "𝔧")
1247 ("mathalpha" "\\mfrakk" #X1D528 "𝔨")
1248 ("mathalpha" "\\mfrakl" #X1D529 "𝔩")
1249 ("mathalpha" "\\mfrakm" #X1D52A "𝔪")
1250 ("mathalpha" "\\mfrakn" #X1D52B "𝔫")
1251 ("mathalpha" "\\mfrako" #X1D52C "𝔬")
1252 ("mathalpha" "\\mfrakp" #X1D52D "𝔭")
1253 ("mathalpha" "\\mfrakq" #X1D52E "𝔮")
1254 ("mathalpha" "\\mfrakr" #X1D52F "𝔯")
1255 ("mathalpha" "\\mfraks" #X1D530 "𝔰")
1256 ("mathalpha" "\\mfrakt" #X1D531 "𝔱")
1257 ("mathalpha" "\\mfraku" #X1D532 "𝔲")
1258 ("mathalpha" "\\mfrakv" #X1D533 "𝔳")
1259 ("mathalpha" "\\mfrakw" #X1D534 "𝔴")
1260 ("mathalpha" "\\mfrakx" #X1D535 "𝔵")
1261 ("mathalpha" "\\mfraky" #X1D536 "𝔶")
1262 ("mathalpha" "\\mfrakz" #X1D537 "𝔷")
1263 ("mathalpha" "\\mitA" #X1D434 "𝐴")
1264 ("mathalpha" "\\mitAlpha" #X1D6E2 "𝛢")
1265 ("mathalpha" "\\mitB" #X1D435 "𝐵")
1266 ("mathalpha" "\\mitBeta" #X1D6E3 "𝛣")
1267 ("mathalpha" "\\mitC" #X1D436 "𝐶")
1268 ("mathalpha" "\\mitChi" #X1D6F8 "𝛸")
1269 ("mathalpha" "\\mitD" #X1D437 "𝐷")
1270 ("mathalpha" "\\mitDelta" #X1D6E5 "𝛥")
1271 ("mathalpha" "\\mitE" #X1D438 "𝐸")
1272 ("mathalpha" "\\mitEpsilon" #X1D6E6 "𝛦")
1273 ("mathalpha" "\\mitEta" #X1D6E8 "𝛨")
1274 ("mathalpha" "\\mitF" #X1D439 "𝐹")
1275 ("mathalpha" "\\mitG" #X1D43A "𝐺")
1276 ("mathalpha" "\\mitGamma" #X1D6E4 "𝛤")
1277 ("mathalpha" "\\mitH" #X1D43B "𝐻")
1278 ("mathalpha" "\\mitI" #X1D43C "𝐼")
1279 ("mathalpha" "\\mitIota" #X1D6EA "𝛪")
1280 ("mathalpha" "\\mitJ" #X1D43D "𝐽")
1281 ("mathalpha" "\\mitK" #X1D43E "𝐾")
1282 ("mathalpha" "\\mitKappa" #X1D6EB "𝛫")
1283 ("mathalpha" "\\mitL" #X1D43F "𝐿")
1284 ("mathalpha" "\\mitLambda" #X1D6EC "𝛬")
1285 ("mathalpha" "\\mitM" #X1D440 "𝑀")
1286 ("mathalpha" "\\mitMu" #X1D6ED "𝛭")
1287 ("mathalpha" "\\mitN" #X1D441 "𝑁")
1288 ("mathalpha" "\\mitNu" #X1D6EE "𝛮")
1289 ("mathalpha" "\\mitO" #X1D442 "𝑂")
1290 ("mathalpha" "\\mitOmega" #X1D6FA "𝛺")
1291 ("mathalpha" "\\mitOmicron" #X1D6F0 "𝛰")
1292 ("mathalpha" "\\mitP" #X1D443 "𝑃")
1293 ("mathalpha" "\\mitPhi" #X1D6F7 "𝛷")
1294 ("mathalpha" "\\mitPi" #X1D6F1 "𝛱")
1295 ("mathalpha" "\\mitPsi" #X1D6F9 "𝛹")
1296 ("mathalpha" "\\mitQ" #X1D444 "𝑄")
1297 ("mathalpha" "\\mitR" #X1D445 "𝑅")
1298 ("mathalpha" "\\mitRho" #X1D6F2 "𝛲")
1299 ("mathalpha" "\\mitS" #X1D446 "𝑆")
1300 ("mathalpha" "\\mitSigma" #X1D6F4 "𝛴")
1301 ("mathalpha" "\\mitT" #X1D447 "𝑇")
1302 ("mathalpha" "\\mitTau" #X1D6F5 "𝛵")
1303 ("mathalpha" "\\mitTheta" #X1D6E9 "𝛩")
1304 ("mathalpha" "\\mitU" #X1D448 "𝑈")
1305 ("mathalpha" "\\mitUpsilon" #X1D6F6 "𝛶")
1306 ("mathalpha" "\\mitV" #X1D449 "𝑉")
1307 ("mathalpha" "\\mitW" #X1D44A "𝑊")
1308 ("mathalpha" "\\mitX" #X1D44B "𝑋")
1309 ("mathalpha" "\\mitXi" #X1D6EF "𝛯")
1310 ("mathalpha" "\\mitY" #X1D44C "𝑌")
1311 ("mathalpha" "\\mitZ" #X1D44D "𝑍")
1312 ("mathalpha" "\\mitZeta" #X1D6E7 "𝛧")
1313 ("mathalpha" "\\mita" #X1D44E "𝑎")
1314 ("mathalpha" "\\mitalpha" #X1D6FC "𝛼")
1315 ("mathalpha" "\\mitb" #X1D44F "𝑏")
1316 ("mathalpha" "\\mitbeta" #X1D6FD "𝛽")
1317 ("mathalpha" "\\mitc" #X1D450 "𝑐")
1318 ("mathalpha" "\\mitchi" #X1D712 "𝜒")
1319 ("mathalpha" "\\mitd" #X1D451 "𝑑")
1320 ("mathalpha" "\\mitdelta" #X1D6FF "𝛿")
1321 ("mathalpha" "\\mite" #X1D452 "𝑒")
1322 ("mathalpha" "\\mitepsilon" #X1D700 "𝜀")
1323 ("mathalpha" "\\miteta" #X1D702 "𝜂")
1324 ("mathalpha" "\\mitf" #X1D453 "𝑓")
1325 ("mathalpha" "\\mitg" #X1D454 "𝑔")
1326 ("mathalpha" "\\mitgamma" #X1D6FE "𝛾")
1327 ("mathalpha" "\\miti" #X1D456 "𝑖")
1328 ("mathalpha" "\\mitiota" #X1D704 "𝜄")
1329 ("mathalpha" "\\mitj" #X1D457 "𝑗")
1330 ("mathalpha" "\\mitk" #X1D458 "𝑘")
1331 ("mathalpha" "\\mitkappa" #X1D705 "𝜅")
1332 ("mathalpha" "\\mitl" #X1D459 "𝑙")
1333 ("mathalpha" "\\mitlambda" #X1D706 "𝜆")
1334 ("mathalpha" "\\mitm" #X1D45A "𝑚")
1335 ("mathalpha" "\\mitmu" #X1D707 "𝜇")
1336 ("mathalpha" "\\mitn" #X1D45B "𝑛")
1337 ("mathalpha" "\\mitnu" #X1D708 "𝜈")
1338 ("mathalpha" "\\mito" #X1D45C "𝑜")
1339 ("mathalpha" "\\mitomega" #X1D714 "𝜔")
1340 ("mathalpha" "\\mitomicron" #X1D70A "𝜊")
1341 ("mathalpha" "\\mitp" #X1D45D "𝑝")
1342 ("mathalpha" "\\mitphi" #X1D711 "𝜑")
1343 ("mathalpha" "\\mitpi" #X1D70B "𝜋")
1344 ("mathalpha" "\\mitpsi" #X1D713 "𝜓")
1345 ("mathalpha" "\\mitq" #X1D45E "𝑞")
1346 ("mathalpha" "\\mitr" #X1D45F "𝑟")
1347 ("mathalpha" "\\mitrho" #X1D70C "𝜌")
1348 ("mathalpha" "\\mits" #X1D460 "𝑠")
1349 ("mathalpha" "\\mitsansA" #X1D608 "𝘈")
1350 ("mathalpha" "\\mitsansB" #X1D609 "𝘉")
1351 ("mathalpha" "\\mitsansC" #X1D60A "𝘊")
1352 ("mathalpha" "\\mitsansD" #X1D60B "𝘋")
1353 ("mathalpha" "\\mitsansE" #X1D60C "𝘌")
1354 ("mathalpha" "\\mitsansF" #X1D60D "𝘍")
1355 ("mathalpha" "\\mitsansG" #X1D60E "𝘎")
1356 ("mathalpha" "\\mitsansH" #X1D60F "𝘏")
1357 ("mathalpha" "\\mitsansI" #X1D610 "𝘐")
1358 ("mathalpha" "\\mitsansJ" #X1D611 "𝘑")
1359 ("mathalpha" "\\mitsansK" #X1D612 "𝘒")
1360 ("mathalpha" "\\mitsansL" #X1D613 "𝘓")
1361 ("mathalpha" "\\mitsansM" #X1D614 "𝘔")
1362 ("mathalpha" "\\mitsansN" #X1D615 "𝘕")
1363 ("mathalpha" "\\mitsansO" #X1D616 "𝘖")
1364 ("mathalpha" "\\mitsansP" #X1D617 "𝘗")
1365 ("mathalpha" "\\mitsansQ" #X1D618 "𝘘")
1366 ("mathalpha" "\\mitsansR" #X1D619 "𝘙")
1367 ("mathalpha" "\\mitsansS" #X1D61A "𝘚")
1368 ("mathalpha" "\\mitsansT" #X1D61B "𝘛")
1369 ("mathalpha" "\\mitsansU" #X1D61C "𝘜")
1370 ("mathalpha" "\\mitsansV" #X1D61D "𝘝")
1371 ("mathalpha" "\\mitsansW" #X1D61E "𝘞")
1372 ("mathalpha" "\\mitsansX" #X1D61F "𝘟")
1373 ("mathalpha" "\\mitsansY" #X1D620 "𝘠")
1374 ("mathalpha" "\\mitsansZ" #X1D621 "𝘡")
1375 ("mathalpha" "\\mitsansa" #X1D622 "𝘢")
1376 ("mathalpha" "\\mitsansb" #X1D623 "𝘣")
1377 ("mathalpha" "\\mitsansc" #X1D624 "𝘤")
1378 ("mathalpha" "\\mitsansd" #X1D625 "𝘥")
1379 ("mathalpha" "\\mitsanse" #X1D626 "𝘦")
1380 ("mathalpha" "\\mitsansf" #X1D627 "𝘧")
1381 ("mathalpha" "\\mitsansg" #X1D628 "𝘨")
1382 ("mathalpha" "\\mitsansh" #X1D629 "𝘩")
1383 ("mathalpha" "\\mitsansi" #X1D62A "𝘪")
1384 ("mathalpha" "\\mitsansj" #X1D62B "𝘫")
1385 ("mathalpha" "\\mitsansk" #X1D62C "𝘬")
1386 ("mathalpha" "\\mitsansl" #X1D62D "𝘭")
1387 ("mathalpha" "\\mitsansm" #X1D62E "𝘮")
1388 ("mathalpha" "\\mitsansn" #X1D62F "𝘯")
1389 ("mathalpha" "\\mitsanso" #X1D630 "𝘰")
1390 ("mathalpha" "\\mitsansp" #X1D631 "𝘱")
1391 ("mathalpha" "\\mitsansq" #X1D632 "𝘲")
1392 ("mathalpha" "\\mitsansr" #X1D633 "𝘳")
1393 ("mathalpha" "\\mitsanss" #X1D634 "𝘴")
1394 ("mathalpha" "\\mitsanst" #X1D635 "𝘵")
1395 ("mathalpha" "\\mitsansu" #X1D636 "𝘶")
1396 ("mathalpha" "\\mitsansv" #X1D637 "𝘷")
1397 ("mathalpha" "\\mitsansw" #X1D638 "𝘸")
1398 ("mathalpha" "\\mitsansx" #X1D639 "𝘹")
1399 ("mathalpha" "\\mitsansy" #X1D63A "𝘺")
1400 ("mathalpha" "\\mitsansz" #X1D63B "𝘻")
1401 ("mathalpha" "\\mitsigma" #X1D70E "𝜎")
1402 ("mathalpha" "\\mitt" #X1D461 "𝑡")
1403 ("mathalpha" "\\mittau" #X1D70F "𝜏")
1404 ("mathalpha" "\\mittheta" #X1D703 "𝜃")
1405 ("mathalpha" "\\mitu" #X1D462 "𝑢")
1406 ("mathalpha" "\\mitupsilon" #X1D710 "𝜐")
1407 ("mathalpha" "\\mitv" #X1D463 "𝑣")
1408 ("mathalpha" "\\mitvarTheta" #X1D6F3 "𝛳")
1409 ("mathalpha" "\\mitvarepsilon" #X1D716 "𝜖")
1410 ("mathalpha" "\\mitvarkappa" #X1D718 "𝜘")
1411 ("mathalpha" "\\mitvarphi" #X1D719 "𝜙")
1412 ("mathalpha" "\\mitvarpi" #X1D71B "𝜛")
1413 ("mathalpha" "\\mitvarrho" #X1D71A "𝜚")
1414 ("mathalpha" "\\mitvarsigma" #X1D70D "𝜍")
1415 ("mathalpha" "\\mitvartheta" #X1D717 "𝜗")
1416 ("mathalpha" "\\mitw" #X1D464 "𝑤")
1417 ("mathalpha" "\\mitx" #X1D465 "𝑥")
1418 ("mathalpha" "\\mitxi" #X1D709 "𝜉")
1419 ("mathalpha" "\\mity" #X1D466 "𝑦")
1420 ("mathalpha" "\\mitz" #X1D467 "𝑧")
1421 ("mathalpha" "\\mitzeta" #X1D701 "𝜁")
1422 ("mathalpha" "\\msansA" #X1D5A0 "𝖠")
1423 ("mathalpha" "\\msansB" #X1D5A1 "𝖡")
1424 ("mathalpha" "\\msansC" #X1D5A2 "𝖢")
1425 ("mathalpha" "\\msansD" #X1D5A3 "𝖣")
1426 ("mathalpha" "\\msansE" #X1D5A4 "𝖤")
1427 ("mathalpha" "\\msansF" #X1D5A5 "𝖥")
1428 ("mathalpha" "\\msansG" #X1D5A6 "𝖦")
1429 ("mathalpha" "\\msansH" #X1D5A7 "𝖧")
1430 ("mathalpha" "\\msansI" #X1D5A8 "𝖨")
1431 ("mathalpha" "\\msansJ" #X1D5A9 "𝖩")
1432 ("mathalpha" "\\msansK" #X1D5AA "𝖪")
1433 ("mathalpha" "\\msansL" #X1D5AB "𝖫")
1434 ("mathalpha" "\\msansM" #X1D5AC "𝖬")
1435 ("mathalpha" "\\msansN" #X1D5AD "𝖭")
1436 ("mathalpha" "\\msansO" #X1D5AE "𝖮")
1437 ("mathalpha" "\\msansP" #X1D5AF "𝖯")
1438 ("mathalpha" "\\msansQ" #X1D5B0 "𝖰")
1439 ("mathalpha" "\\msansR" #X1D5B1 "𝖱")
1440 ("mathalpha" "\\msansS" #X1D5B2 "𝖲")
1441 ("mathalpha" "\\msansT" #X1D5B3 "𝖳")
1442 ("mathalpha" "\\msansU" #X1D5B4 "𝖴")
1443 ("mathalpha" "\\msansV" #X1D5B5 "𝖵")
1444 ("mathalpha" "\\msansW" #X1D5B6 "𝖶")
1445 ("mathalpha" "\\msansX" #X1D5B7 "𝖷")
1446 ("mathalpha" "\\msansY" #X1D5B8 "𝖸")
1447 ("mathalpha" "\\msansZ" #X1D5B9 "𝖹")
1448 ("mathalpha" "\\msansa" #X1D5BA "𝖺")
1449 ("mathalpha" "\\msansb" #X1D5BB "𝖻")
1450 ("mathalpha" "\\msansc" #X1D5BC "𝖼")
1451 ("mathalpha" "\\msansd" #X1D5BD "𝖽")
1452 ("mathalpha" "\\msanse" #X1D5BE "𝖾")
1453 ("mathalpha" "\\msansf" #X1D5BF "𝖿")
1454 ("mathalpha" "\\msansg" #X1D5C0 "𝗀")
1455 ("mathalpha" "\\msansh" #X1D5C1 "𝗁")
1456 ("mathalpha" "\\msansi" #X1D5C2 "𝗂")
1457 ("mathalpha" "\\msansj" #X1D5C3 "𝗃")
1458 ("mathalpha" "\\msansk" #X1D5C4 "𝗄")
1459 ("mathalpha" "\\msansl" #X1D5C5 "𝗅")
1460 ("mathalpha" "\\msansm" #X1D5C6 "𝗆")
1461 ("mathalpha" "\\msansn" #X1D5C7 "𝗇")
1462 ("mathalpha" "\\msanso" #X1D5C8 "𝗈")
1463 ("mathalpha" "\\msansp" #X1D5C9 "𝗉")
1464 ("mathalpha" "\\msansq" #X1D5CA "𝗊")
1465 ("mathalpha" "\\msansr" #X1D5CB "𝗋")
1466 ("mathalpha" "\\msanss" #X1D5CC "𝗌")
1467 ("mathalpha" "\\msanst" #X1D5CD "𝗍")
1468 ("mathalpha" "\\msansu" #X1D5CE "𝗎")
1469 ("mathalpha" "\\msansv" #X1D5CF "𝗏")
1470 ("mathalpha" "\\msansw" #X1D5D0 "𝗐")
1471 ("mathalpha" "\\msansx" #X1D5D1 "𝗑")
1472 ("mathalpha" "\\msansy" #X1D5D2 "𝗒")
1473 ("mathalpha" "\\msansz" #X1D5D3 "𝗓")
1474 ("mathalpha" "\\mscrA" #X1D49C "𝒜")
1475 ("mathalpha" "\\mscrB" #X0212C "ℬ")
1476 ("mathalpha" "\\mscrC" #X1D49E "𝒞")
1477 ("mathalpha" "\\mscrD" #X1D49F "𝒟")
1478 ("mathalpha" "\\mscrE" #X02130 "ℰ")
1479 ("mathalpha" "\\mscrF" #X02131 "ℱ")
1480 ("mathalpha" "\\mscrG" #X1D4A2 "𝒢")
1481 ("mathalpha" "\\mscrH" #X0210B "ℋ")
1482 ("mathalpha" "\\mscrI" #X02110 "ℐ")
1483 ("mathalpha" "\\mscrJ" #X1D4A5 "𝒥")
1484 ("mathalpha" "\\mscrK" #X1D4A6 "𝒦")
1485 ("mathalpha" "\\mscrL" #X02112 "ℒ")
1486 ("mathalpha" "\\mscrM" #X02133 "ℳ")
1487 ("mathalpha" "\\mscrN" #X1D4A9 "𝒩")
1488 ("mathalpha" "\\mscrO" #X1D4AA "𝒪")
1489 ("mathalpha" "\\mscrP" #X1D4AB "𝒫")
1490 ("mathalpha" "\\mscrQ" #X1D4AC "𝒬")
1491 ("mathalpha" "\\mscrR" #X0211B "ℛ")
1492 ("mathalpha" "\\mscrS" #X1D4AE "𝒮")
1493 ("mathalpha" "\\mscrT" #X1D4AF "𝒯")
1494 ("mathalpha" "\\mscrU" #X1D4B0 "𝒰")
1495 ("mathalpha" "\\mscrV" #X1D4B1 "𝒱")
1496 ("mathalpha" "\\mscrW" #X1D4B2 "𝒲")
1497 ("mathalpha" "\\mscrX" #X1D4B3 "𝒳")
1498 ("mathalpha" "\\mscrY" #X1D4B4 "𝒴")
1499 ("mathalpha" "\\mscrZ" #X1D4B5 "𝒵")
1500 ("mathalpha" "\\mscra" #X1D4B6 "𝒶")
1501 ("mathalpha" "\\mscrb" #X1D4B7 "𝒷")
1502 ("mathalpha" "\\mscrc" #X1D4B8 "𝒸")
1503 ("mathalpha" "\\mscrd" #X1D4B9 "𝒹")
1504 ("mathalpha" "\\mscre" #X0212F "ℯ")
1505 ("mathalpha" "\\mscrf" #X1D4BB "𝒻")
1506 ("mathalpha" "\\mscrg" #X0210A "ℊ")
1507 ("mathalpha" "\\mscrh" #X1D4BD "𝒽")
1508 ("mathalpha" "\\mscri" #X1D4BE "𝒾")
1509 ("mathalpha" "\\mscrj" #X1D4BF "𝒿")
1510 ("mathalpha" "\\mscrk" #X1D4C0 "𝓀")
1511 ("mathalpha" "\\mscrl" #X1D4C1 "𝓁")
1512 ("mathalpha" "\\mscrm" #X1D4C2 "𝓂")
1513 ("mathalpha" "\\mscrn" #X1D4C3 "𝓃")
1514 ("mathalpha" "\\mscro" #X02134 "ℴ")
1515 ("mathalpha" "\\mscrp" #X1D4C5 "𝓅")
1516 ("mathalpha" "\\mscrq" #X1D4C6 "𝓆")
1517 ("mathalpha" "\\mscrr" #X1D4C7 "𝓇")
1518 ("mathalpha" "\\mscrs" #X1D4C8 "𝓈")
1519 ("mathalpha" "\\mscrt" #X1D4C9 "𝓉")
1520 ("mathalpha" "\\mscru" #X1D4CA "𝓊")
1521 ("mathalpha" "\\mscrv" #X1D4CB "𝓋")
1522 ("mathalpha" "\\mscrw" #X1D4CC "𝓌")
1523 ("mathalpha" "\\mscrx" #X1D4CD "𝓍")
1524 ("mathalpha" "\\mscry" #X1D4CE "𝓎")
1525 ("mathalpha" "\\mscrz" #X1D4CF "𝓏")
1526 ("mathalpha" "\\mttA" #X1D670 "𝙰")
1527 ("mathalpha" "\\mttB" #X1D671 "𝙱")
1528 ("mathalpha" "\\mttC" #X1D672 "𝙲")
1529 ("mathalpha" "\\mttD" #X1D673 "𝙳")
1530 ("mathalpha" "\\mttE" #X1D674 "𝙴")
1531 ("mathalpha" "\\mttF" #X1D675 "𝙵")
1532 ("mathalpha" "\\mttG" #X1D676 "𝙶")
1533 ("mathalpha" "\\mttH" #X1D677 "𝙷")
1534 ("mathalpha" "\\mttI" #X1D678 "𝙸")
1535 ("mathalpha" "\\mttJ" #X1D679 "𝙹")
1536 ("mathalpha" "\\mttK" #X1D67A "𝙺")
1537 ("mathalpha" "\\mttL" #X1D67B "𝙻")
1538 ("mathalpha" "\\mttM" #X1D67C "𝙼")
1539 ("mathalpha" "\\mttN" #X1D67D "𝙽")
1540 ("mathalpha" "\\mttO" #X1D67E "𝙾")
1541 ("mathalpha" "\\mttP" #X1D67F "𝙿")
1542 ("mathalpha" "\\mttQ" #X1D680 "𝚀")
1543 ("mathalpha" "\\mttR" #X1D681 "𝚁")
1544 ("mathalpha" "\\mttS" #X1D682 "𝚂")
1545 ("mathalpha" "\\mttT" #X1D683 "𝚃")
1546 ("mathalpha" "\\mttU" #X1D684 "𝚄")
1547 ("mathalpha" "\\mttV" #X1D685 "𝚅")
1548 ("mathalpha" "\\mttW" #X1D686 "𝚆")
1549 ("mathalpha" "\\mttX" #X1D687 "𝚇")
1550 ("mathalpha" "\\mttY" #X1D688 "𝚈")
1551 ("mathalpha" "\\mttZ" #X1D689 "𝚉")
1552 ("mathalpha" "\\mtta" #X1D68A "𝚊")
1553 ("mathalpha" "\\mttb" #X1D68B "𝚋")
1554 ("mathalpha" "\\mttc" #X1D68C "𝚌")
1555 ("mathalpha" "\\mttd" #X1D68D "𝚍")
1556 ("mathalpha" "\\mtte" #X1D68E "𝚎")
1557 ("mathalpha" "\\mttf" #X1D68F "𝚏")
1558 ("mathalpha" "\\mttg" #X1D690 "𝚐")
1559 ("mathalpha" "\\mtth" #X1D691 "𝚑")
1560 ("mathalpha" "\\mtti" #X1D692 "𝚒")
1561 ("mathalpha" "\\mttj" #X1D693 "𝚓")
1562 ("mathalpha" "\\mttk" #X1D694 "𝚔")
1563 ("mathalpha" "\\mttl" #X1D695 "𝚕")
1564 ("mathalpha" "\\mttm" #X1D696 "𝚖")
1565 ("mathalpha" "\\mttn" #X1D697 "𝚗")
1566 ("mathalpha" "\\mtto" #X1D698 "𝚘")
1567 ("mathalpha" "\\mttp" #X1D699 "𝚙")
1568 ("mathalpha" "\\mttq" #X1D69A "𝚚")
1569 ("mathalpha" "\\mttr" #X1D69B "𝚛")
1570 ("mathalpha" "\\mtts" #X1D69C "𝚜")
1571 ("mathalpha" "\\mttt" #X1D69D "𝚝")
1572 ("mathalpha" "\\mttu" #X1D69E "𝚞")
1573 ("mathalpha" "\\mttv" #X1D69F "𝚟")
1574 ("mathalpha" "\\mttw" #X1D6A0 "𝚠")
1575 ("mathalpha" "\\mttx" #X1D6A1 "𝚡")
1576 ("mathalpha" "\\mtty" #X1D6A2 "𝚢")
1577 ("mathalpha" "\\mttz" #X1D6A3 "𝚣")
1578 ("mathalpha" "\\period" #X0002E ".")
1579 ("mathalpha" "\\turnediota" #X02129 "℩")
1580 ("mathalpha" "\\upAlpha" #X00391 "Α")
1581 ("mathalpha" "\\upBeta" #X00392 "Β")
1582 ("mathalpha" "\\upChi" #X003A7 "Χ")
1583 ("mathalpha" "\\upDelta" #X00394 "Δ")
1584 ("mathalpha" "\\upDigamma" #X003DC "Ϝ")
1585 ("mathalpha" "\\upEpsilon" #X00395 "Ε")
1586 ("mathalpha" "\\upEta" #X00397 "Η")
1587 ("mathalpha" "\\upGamma" #X00393 "Γ")
1588 ("mathalpha" "\\upIota" #X00399 "Ι")
1589 ("mathalpha" "\\upKappa" #X0039A "Κ")
1590 ("mathalpha" "\\upKoppa" #X003DE "Ϟ")
1591 ("mathalpha" "\\upLambda" #X0039B "Λ")
1592 ("mathalpha" "\\upMu" #X0039C "Μ")
1593 ("mathalpha" "\\upNu" #X0039D "Ν")
1594 ("mathalpha" "\\upOmega" #X003A9 "Ω")
1595 ("mathalpha" "\\upOmicron" #X0039F "Ο")
1596 ("mathalpha" "\\upPhi" #X003A6 "Φ")
1597 ("mathalpha" "\\upPi" #X003A0 "Π")
1598 ("mathalpha" "\\upPsi" #X003A8 "Ψ")
1599 ("mathalpha" "\\upRho" #X003A1 "Ρ")
1600 ("mathalpha" "\\upSampi" #X003E0 "Ϡ")
1601 ("mathalpha" "\\upSigma" #X003A3 "Σ")
1602 ("mathalpha" "\\upStigma" #X003DA "Ϛ")
1603 ("mathalpha" "\\upTau" #X003A4 "Τ")
1604 ("mathalpha" "\\upTheta" #X00398 "Θ")
1605 ("mathalpha" "\\upUpsilon" #X003A5 "Υ")
1606 ("mathalpha" "\\upUpsilon" #X003D2 "ϒ")
1607 ("mathalpha" "\\upXi" #X0039E "Ξ")
1608 ("mathalpha" "\\upZeta" #X00396 "Ζ")
1609 ("mathalpha" "\\upalpha" #X003B1 "α")
1610 ("mathalpha" "\\upbeta" #X003B2 "β")
1611 ("mathalpha" "\\upchi" #X003C7 "χ")
1612 ("mathalpha" "\\updelta" #X003B4 "δ")
1613 ("mathalpha" "\\updigamma" #X003DD "ϝ")
1614 ("mathalpha" "\\upepsilon" #X003B5 "ε")
1615 ("mathalpha" "\\upeta" #X003B7 "η")
1616 ("mathalpha" "\\upgamma" #X003B3 "γ")
1617 ("mathalpha" "\\upiota" #X003B9 "ι")
1618 ("mathalpha" "\\upkappa" #X003BA "κ")
1619 ("mathalpha" "\\upkoppa" #X003DF "ϟ")
1620 ("mathalpha" "\\uplambda" #X003BB "λ")
1621 ("mathalpha" "\\upmu" #X003BC "μ")
1622 ("mathalpha" "\\upnu" #X003BD "ν")
1623 ("mathalpha" "\\upomega" #X003C9 "ω")
1624 ("mathalpha" "\\upomicron" #X003BF "ο")
1625 ("mathalpha" "\\upphi" #X003D5 "ϕ")
1626 ("mathalpha" "\\uppi" #X003C0 "π")
1627 ("mathalpha" "\\uppsi" #X003C8 "ψ")
1628 ("mathalpha" "\\uprho" #X003C1 "ρ")
1629 ("mathalpha" "\\upsampi" #X003E1 "ϡ")
1630 ("mathalpha" "\\upsigma" #X003C3 "σ")
1631 ("mathalpha" "\\upstigma" #X003DB "ϛ")
1632 ("mathalpha" "\\uptau" #X003C4 "τ")
1633 ("mathalpha" "\\uptheta" #X003B8 "θ")
1634 ("mathalpha" "\\upupsilon" #X003C5 "υ")
1635 ("mathalpha" "\\upvarTheta" #X003F4 "ϴ")
1636 ("mathalpha" "\\upvarbeta" #X003D0 "ϐ")
1637 ("mathalpha" "\\upvarepsilon" #X003F5 "ϵ")
1638 ("mathalpha" "\\upvarkappa" #X003F0 "ϰ")
1639 ("mathalpha" "\\upvarphi" #X003C6 "φ")
1640 ("mathalpha" "\\upvarpi" #X003D6 "ϖ")
1641 ("mathalpha" "\\upvarrho" #X003F1 "ϱ")
1642 ("mathalpha" "\\upvarsigma" #X003C2 "ς")
1643 ("mathalpha" "\\upvartheta" #X003D1 "ϑ")
1644 ("mathalpha" "\\upxi" #X003BE "ξ")
1645 ("mathalpha" "\\upzeta" #X003B6 "ζ")
1646 ("mathalpha" "\\wp" #X02118 "℘")
1647 ("mathbin" "\\Cap" #X022D2 "⋒")
1648 ("mathbin" "\\Cup" #X022D3 "⋓")
1649 ("mathbin" "\\Otimes" #X02A37 "⨷")
1650 ("mathbin" "\\Sqcap" #X02A4E "⩎")
1651 ("mathbin" "\\Sqcup" #X02A4F "⩏")
1652 ("mathbin" "\\Vee" #X02A54 "⩔")
1653 ("mathbin" "\\Wedge" #X02A53 "⩓")
1654 ("mathbin" "\\amalg" #X02A3F "⨿")
1655 ("mathbin" "\\ast" #X02217 "∗")
1656 ("mathbin" "\\barcap" #X02A43 "⩃")
1657 ("mathbin" "\\barcup" #X02A42 "⩂")
1658 ("mathbin" "\\barvee" #X022BD "⊽")
1659 ("mathbin" "\\barwedge" #X022BC "⊼")
1660 ("mathbin" "\\bigslopedvee" #X02A57 "⩗")
1661 ("mathbin" "\\bigslopedwedge" #X02A58 "⩘")
1662 ("mathbin" "\\bigtriangledown" #X025BD "▽")
1663 ("mathbin" "\\bigtriangleup" #X025B3 "△")
1664 ("mathbin" "\\blackhourglass" #X029D7 "⧗")
1665 ("mathbin" "\\blacktriangle" #X025B4 "▴")
1666 ("mathbin" "\\blacktriangledown" #X025BE "▾")
1667 ("mathbin" "\\blacktriangleleft" #X025C0 "◀")
1668 ("mathbin" "\\blacktriangleright" #X025B6 "▶")
1669 ("mathbin" "\\boxast" #X029C6 "⧆")
1670 ("mathbin" "\\boxbar" #X025EB "◫")
1671 ("mathbin" "\\boxbox" #X029C8 "⧈")
1672 ("mathbin" "\\boxbslash" #X029C5 "⧅")
1673 ("mathbin" "\\boxcircle" #X029C7 "⧇")
1674 ("mathbin" "\\boxdiag" #X029C4 "⧄")
1675 ("mathbin" "\\boxdot" #X022A1 "⊡")
1676 ("mathbin" "\\boxminus" #X0229F "⊟")
1677 ("mathbin" "\\boxplus" #X0229E "⊞")
1678 ("mathbin" "\\boxtimes" #X022A0 "⊠")
1679 ("mathbin" "\\btimes" #X02A32 "⨲")
1680 ("mathbin" "\\cap" #X02229 "∩")
1681 ("mathbin" "\\capbarcup" #X02A49 "⩉")
1682 ("mathbin" "\\capdot" #X02A40 "⩀")
1683 ("mathbin" "\\capovercup" #X02A47 "⩇")
1684 ("mathbin" "\\capwedge" #X02A44 "⩄")
1685 ("mathbin" "\\cdot" #X022C5 "⋅")
1686 ("mathbin" "\\cdotp" #X000B7 "·")
1687 ("mathbin" "\\circledast" #X0229B "⊛")
1688 ("mathbin" "\\circledcirc" #X0229A "⊚")
1689 ("mathbin" "\\circleddash" #X0229D "⊝")
1690 ("mathbin" "\\circledequal" #X0229C "⊜")
1691 ("mathbin" "\\circledparallel" #X029B7 "⦷")
1692 ("mathbin" "\\circledvert" #X029B6 "⦶")
1693 ("mathbin" "\\circlehbar" #X029B5 "⦵")
1694 ("mathbin" "\\closedvarcap" #X02A4D "⩍")
1695 ("mathbin" "\\closedvarcup" #X02A4C "⩌")
1696 ("mathbin" "\\closedvarcupsmashprod" #X02A50 "⩐")
1697 ("mathbin" "\\commaminus" #X02A29 "⨩")
1698 ("mathbin" "\\concavediamond" #X027E1 "⟡")
1699 ("mathbin" "\\concavediamondtickleft" #X027E2 "⟢")
1700 ("mathbin" "\\concavediamondtickright" #X027E3 "⟣")
1701 ("mathbin" "\\cup" #X0222A "∪")
1702 ("mathbin" "\\cupbarcap" #X02A48 "⩈")
1703 ("mathbin" "\\cupdot" #X0228D "⊍")
1704 ("mathbin" "\\cupleftarrow" #X0228C "⊌")
1705 ("mathbin" "\\cupovercap" #X02A46 "⩆")
1706 ("mathbin" "\\cupvee" #X02A45 "⩅")
1707 ("mathbin" "\\curlyvee" #X022CE "⋎")
1708 ("mathbin" "\\curlywedge" #X022CF "⋏")
1709 ("mathbin" "\\dagger" #X02020 "†")
1710 ("mathbin" "\\ddagger" #X02021 "‡")
1711 ("mathbin" "\\div" #X000F7 "÷")
1712 ("mathbin" "\\divideontimes" #X022C7 "⋇")
1713 ("mathbin" "\\divslash" #X02215 "∕")
1714 ("mathbin" "\\dotminus" #X02238 "∸")
1715 ("mathbin" "\\dotplus" #X02214 "∔")
1716 ("mathbin" "\\dottimes" #X02A30 "⨰")
1717 ("mathbin" "\\doublebarvee" #X02A62 "⩢")
1718 ("mathbin" "\\doublebarwedge" #X02A5E "⩞")
1719 ("mathbin" "\\doubleplus" #X029FA "⧺")
1720 ("mathbin" "\\dsol" #X029F6 "⧶")
1721 ("mathbin" "\\dsub" #X02A64 "⩤")
1722 ("mathbin" "\\eqqplus" #X02A71 "⩱")
1723 ("mathbin" "\\fcmp" #X02A3E "⨾")
1724 ("mathbin" "\\fracslash" #X02044 "⁄")
1725 ("mathbin" "\\hourglass" #X029D6 "⧖")
1726 ("mathbin" "\\intercal" #X022BA "⊺")
1727 ("mathbin" "\\interleave" #X02AF4 "⫴")
1728 ("mathbin" "\\intprod" #X02A3C "⨼")
1729 ("mathbin" "\\intprodr" #X02A3D "⨽")
1730 ("mathbin" "\\invlazys" #X0223E "∾")
1731 ("mathbin" "\\leftthreetimes" #X022CB "⋋")
1732 ("mathbin" "\\lozengeminus" #X027E0 "⟠")
1733 ("mathbin" "\\ltimes" #X022C9 "⋉")
1734 ("mathbin" "\\mdlgblklozenge" #X029EB "⧫")
1735 ("mathbin" "\\mdlgwhtcircle" #X025CB "○")
1736 ("mathbin" "\\midbarvee" #X02A5D "⩝")
1737 ("mathbin" "\\midbarwedge" #X02A5C "⩜")
1738 ("mathbin" "\\minus" #X02212 "−")
1739 ("mathbin" "\\minusdot" #X02A2A "⨪")
1740 ("mathbin" "\\minusfdots" #X02A2B "⨫")
1741 ("mathbin" "\\minusrdots" #X02A2C "⨬")
1742 ("mathbin" "\\mp" #X02213 "∓")
1743 ("mathbin" "\\nhVvert" #X02AF5 "⫵")
1744 ("mathbin" "\\obar" #X0233D "⌽")
1745 ("mathbin" "\\obslash" #X029B8 "⦸")
1746 ("mathbin" "\\odiv" #X02A38 "⨸")
1747 ("mathbin" "\\odot" #X02299 "⊙")
1748 ("mathbin" "\\ogreaterthan" #X029C1 "⧁")
1749 ("mathbin" "\\olessthan" #X029C0 "⧀")
1750 ("mathbin" "\\ominus" #X02296 "⊖")
1751 ("mathbin" "\\operp" #X029B9 "⦹")
1752 ("mathbin" "\\oplus" #X02295 "⊕")
1753 ("mathbin" "\\opluslhrim" #X02A2D "⨭")
1754 ("mathbin" "\\oplusrhrim" #X02A2E "⨮")
1755 ("mathbin" "\\oslash" #X02298 "⊘")
1756 ("mathbin" "\\otimes" #X02297 "⊗")
1757 ("mathbin" "\\otimeshat" #X02A36 "⨶")
1758 ("mathbin" "\\otimeslhrim" #X02A34 "⨴")
1759 ("mathbin" "\\otimesrhrim" #X02A35 "⨵")
1760 ("mathbin" "\\plus" #X0002B "+")
1761 ("mathbin" "\\plusdot" #X02A25 "⨥")
1762 ("mathbin" "\\pluseqq" #X02A72 "⩲")
1763 ("mathbin" "\\plushat" #X02A23 "⨣")
1764 ("mathbin" "\\plussim" #X02A26 "⨦")
1765 ("mathbin" "\\plussubtwo" #X02A27 "⨧")
1766 ("mathbin" "\\plustrif" #X02A28 "⨨")
1767 ("mathbin" "\\pm" #X000B1 "±")
1768 ("mathbin" "\\rightthreetimes" #X022CC "⋌")
1769 ("mathbin" "\\ringplus" #X02A22 "⨢")
1770 ("mathbin" "\\rsolbar" #X029F7 "⧷")
1771 ("mathbin" "\\rsub" #X02A65 "⩥")
1772 ("mathbin" "\\rtimes" #X022CA "⋊")
1773 ("mathbin" "\\setminus" #X029F5 "⧵")
1774 ("mathbin" "\\shuffle" #X029E2 "⧢")
1775 ("mathbin" "\\simplus" #X02A24 "⨤")
1776 ("mathbin" "\\smallblacktriangleleft" #X025C2 "◂")
1777 ("mathbin" "\\smallblacktriangleright" #X025B8 "▸")
1778 ("mathbin" "\\smallsetminus" #X02216 "∖")
1779 ("mathbin" "\\smalltriangleleft" #X025C3 "◃")
1780 ("mathbin" "\\smalltriangleright" #X025B9 "▹")
1781 ("mathbin" "\\smashtimes" #X02A33 "⨳")
1782 ("mathbin" "\\smblkcircle" #X02022 "•")
1783 ("mathbin" "\\smwhtdiamond" #X022C4 "⋄")
1784 ("mathbin" "\\sqcap" #X02293 "⊓")
1785 ("mathbin" "\\sqcup" #X02294 "⊔")
1786 ("mathbin" "\\sslash" #X02AFD "⫽")
1787 ("mathbin" "\\star" #X022C6 "⋆")
1788 ("mathbin" "\\talloblong" #X02AFE "⫾")
1789 ("mathbin" "\\threedotcolon" #X02AF6 "⫶")
1790 ("mathbin" "\\tieconcat" #X02040 "⁀")
1791 ("mathbin" "\\times" #X000D7 "×")
1792 ("mathbin" "\\timesbar" #X02A31 "⨱")
1793 ("mathbin" "\\tminus" #X029FF "⧿")
1794 ("mathbin" "\\tplus" #X029FE "⧾")
1795 ("mathbin" "\\triangledown" #X025BF "▿")
1796 ("mathbin" "\\triangleleft" #X025C1 "◁")
1797 ("mathbin" "\\triangleminus" #X02A3A "⨺")
1798 ("mathbin" "\\triangleplus" #X02A39 "⨹")
1799 ("mathbin" "\\triangleright" #X025B7 "▷")
1800 ("mathbin" "\\triangleserifs" #X029CD "⧍")
1801 ("mathbin" "\\triangletimes" #X02A3B "⨻")
1802 ("mathbin" "\\tripleplus" #X029FB "⧻")
1803 ("mathbin" "\\trslash" #X02AFB "⫻")
1804 ("mathbin" "\\twocaps" #X02A4B "⩋")
1805 ("mathbin" "\\twocups" #X02A4A "⩊")
1806 ("mathbin" "\\typecolon" #X02982 "⦂")
1807 ("mathbin" "\\uminus" #X02A41 "⩁")
1808 ("mathbin" "\\upand" #X0214B "⅋")
1809 ("mathbin" "\\uplus" #X0228E "⊎")
1810 ("mathbin" "\\varbarwedge" #X02305 "⌅")
1811 ("mathbin" "\\vardoublebarwedge" #X02306 "⌆")
1812 ("mathbin" "\\vartriangle" #X025B5 "▵")
1813 ("mathbin" "\\varveebar" #X02A61 "⩡")
1814 ("mathbin" "\\vectimes" #X02A2F "⨯")
1815 ("mathbin" "\\vee" #X02228 "∨")
1816 ("mathbin" "\\veebar" #X022BB "⊻")
1817 ("mathbin" "\\veedot" #X027C7 "⟇")
1818 ("mathbin" "\\veedoublebar" #X02A63 "⩣")
1819 ("mathbin" "\\veemidvert" #X02A5B "⩛")
1820 ("mathbin" "\\veeodot" #X02A52 "⩒")
1821 ("mathbin" "\\veeonvee" #X02A56 "⩖")
1822 ("mathbin" "\\vysmblkcircle" #X02219 "∙")
1823 ("mathbin" "\\vysmwhtcircle" #X02218 "∘")
1824 ("mathbin" "\\wedge" #X02227 "∧")
1825 ("mathbin" "\\wedgebar" #X02A5F "⩟")
1826 ("mathbin" "\\wedgedot" #X027D1 "⟑")
1827 ("mathbin" "\\wedgedoublebar" #X02A60 "⩠")
1828 ("mathbin" "\\wedgemidvert" #X02A5A "⩚")
1829 ("mathbin" "\\wedgeodot" #X02A51 "⩑")
1830 ("mathbin" "\\wedgeonwedge" #X02A55 "⩕")
1831 ("mathbin" "\\whitesquaretickleft" #X027E4 "⟤")
1832 ("mathbin" "\\whitesquaretickright" #X027E5 "⟥")
1833 ("mathbin" "\\wr" #X02240 "≀")
1834 ("mathclose" "\\Rbrbrak" #X027ED "⟭")
1835 ("mathclose" "\\Rbrbrak" #X03019 "〙")
1836 ("mathclose" "\\Rparenless" #X02996 "⦖")
1837 ("mathclose" "\\Rvzigzag" #X029DB "⧛")
1838 ("mathclose" "\\lrcorner" #X0231F "⌟")
1839 ("mathclose" "\\rAngle" #X027EB "⟫")
1840 ("mathclose" "\\rBrace" #X02984 "⦄")
1841 ("mathclose" "\\rBrack" #X027E7 "⟧")
1842 ("mathclose" "\\rParen" #X02986 "⦆")
1843 ("mathclose" "\\rangle" #X027E9 "⟩")
1844 ("mathclose" "\\rangledot" #X02992 "⦒")
1845 ("mathclose" "\\rbag" #X027C6 "⟆")
1846 ("mathclose" "\\rblkbrbrak" #X02998 "⦘")
1847 ("mathclose" "\\rbrace" #X0007D "}")
1848 ("mathclose" "\\rbrack" #X0005D "]")
1849 ("mathclose" "\\rbracklrtick" #X0298E "⦎")
1850 ("mathclose" "\\rbrackubar" #X0298C "⦌")
1851 ("mathclose" "\\rbrackurtick" #X02990 "⦐")
1852 ("mathclose" "\\rbrbrak" #X02773 "❳")
1853 ("mathclose" "\\rbrbrak" #X03015 "〕")
1854 ("mathclose" "\\rceil" #X02309 "⌉")
1855 ("mathclose" "\\rcurvyangle" #X029FD "⧽")
1856 ("mathclose" "\\rfloor" #X0230B "⌋")
1857 ("mathclose" "\\rparen" #X00029 ")")
1858 ("mathclose" "\\rparengtr" #X02994 "⦔")
1859 ("mathclose" "\\rrangle" #X0298A "⦊")
1860 ("mathclose" "\\rrparenthesis" #X02988 "⦈")
1861 ("mathclose" "\\rvzigzag" #X029D9 "⧙")
1862 ("mathclose" "\\urcorner" #X0231D "⌝")
1863 ("mathfence" "\\Vert" #X02016 "‖")
1864 ("mathfence" "\\Vvert" #X02980 "⦀")
1865 ("mathfence" "\\vert" #X0007C "|")
1866 ("mathop" "\\Bbbsum" #X02140 "⅀")
1867 ("mathop" "\\Join" #X02A1D "⨝")
1868 ("mathop" "\\awint" #X02A11 "⨑")
1869 ("mathop" "\\bigbot" #X027D8 "⟘")
1870 ("mathop" "\\bigcap" #X022C2 "⋂")
1871 ("mathop" "\\bigcup" #X022C3 "⋃")
1872 ("mathop" "\\bigcupdot" #X02A03 "⨃")
1873 ("mathop" "\\biginterleave" #X02AFC "⫼")
1874 ("mathop" "\\bigodot" #X02A00 "⨀")
1875 ("mathop" "\\bigoplus" #X02A01 "⨁")
1876 ("mathop" "\\bigotimes" #X02A02 "⨂")
1877 ("mathop" "\\bigsqcap" #X02A05 "⨅")
1878 ("mathop" "\\bigsqcup" #X02A06 "⨆")
1879 ("mathop" "\\bigtalloblong" #X02AFF "⫿")
1880 ("mathop" "\\bigtimes" #X02A09 "⨉")
1881 ("mathop" "\\bigtop" #X027D9 "⟙")
1882 ("mathop" "\\bigtriangleleft" #X02A1E "⨞")
1883 ("mathop" "\\biguplus" #X02A04 "⨄")
1884 ("mathop" "\\bigvee" #X022C1 "⋁")
1885 ("mathop" "\\bigwedge" #X022C0 "⋀")
1886 ("mathop" "\\cirfnint" #X02A10 "⨐")
1887 ("mathop" "\\conjquant" #X02A07 "⨇")
1888 ("mathop" "\\coprod" #X02210 "∐")
1889 ("mathop" "\\disjquant" #X02A08 "⨈")
1890 ("mathop" "\\fint" #X02A0F "⨏")
1891 ("mathop" "\\fullouterjoin" #X027D7 "⟗")
1892 ("mathop" "\\iiiint" #X02A0C "⨌")
1893 ("mathop" "\\iiint" #X0222D "∭")
1894 ("mathop" "\\iint" #X0222C "∬")
1895 ("mathop" "\\int" #X0222B "∫")
1896 ("mathop" "\\intBar" #X02A0E "⨎")
1897 ("mathop" "\\intbar" #X02A0D "⨍")
1898 ("mathop" "\\intcap" #X02A19 "⨙")
1899 ("mathop" "\\intclockwise" #X02231 "∱")
1900 ("mathop" "\\intcup" #X02A1A "⨚")
1901 ("mathop" "\\intlarhk" #X02A17 "⨗")
1902 ("mathop" "\\intx" #X02A18 "⨘")
1903 ("mathop" "\\leftouterjoin" #X027D5 "⟕")
1904 ("mathop" "\\lowint" #X02A1C "⨜")
1905 ("mathop" "\\npolint" #X02A14 "⨔")
1906 ("mathop" "\\oiiint" #X02230 "∰")
1907 ("mathop" "\\oiint" #X0222F "∯")
1908 ("mathop" "\\oint" #X0222E "∮")
1909 ("mathop" "\\ointctrclockwise" #X02233 "∳")
1910 ("mathop" "\\pointint" #X02A15 "⨕")
1911 ("mathop" "\\prod" #X0220F "∏")
1912 ("mathop" "\\rightouterjoin" #X027D6 "⟖")
1913 ("mathop" "\\rppolint" #X02A12 "⨒")
1914 ("mathop" "\\scpolint" #X02A13 "⨓")
1915 ("mathop" "\\sqint" #X02A16 "⨖")
1916 ("mathop" "\\sum" #X02211 "∑")
1917 ("mathop" "\\sumint" #X02A0B "⨋")
1918 ("mathop" "\\upint" #X02A1B "⨛")
1919 ("mathop" "\\varointclockwise" #X02232 "∲")
1920 ("mathop" "\\xbsol" #X029F9 "⧹")
1921 ("mathop" "\\xsol" #X029F8 "⧸")
1922 ("mathop" "\\zcmp" #X02A1F "⨟")
1923 ("mathop" "\\zpipe" #X02A20 "⨠")
1924 ("mathop" "\\zproject" #X02A21 "⨡")
1925 ("mathopen" "\\Lbrbrak" #X027EC "⟬")
1926 ("mathopen" "\\Lbrbrak" #X03018 "〘")
1927 ("mathopen" "\\Lparengtr" #X02995 "⦕")
1928 ("mathopen" "\\Lvzigzag" #X029DA "⧚")
1929 ("mathopen" "\\lAngle" #X027EA "⟪")
1930 ("mathopen" "\\lBrace" #X02983 "⦃")
1931 ("mathopen" "\\lBrack" #X027E6 "⟦")
1932 ("mathopen" "\\lParen" #X02985 "⦅")
1933 ("mathopen" "\\langle" #X027E8 "⟨")
1934 ("mathopen" "\\langledot" #X02991 "⦑")
1935 ("mathopen" "\\lbag" #X027C5 "⟅")
1936 ("mathopen" "\\lblkbrbrak" #X02997 "⦗")
1937 ("mathopen" "\\lbrace" #X0007B "{")
1938 ("mathopen" "\\lbrack" #X0005B "[")
1939 ("mathopen" "\\lbracklltick" #X0298F "⦏")
1940 ("mathopen" "\\lbrackubar" #X0298B "⦋")
1941 ("mathopen" "\\lbrackultick" #X0298D "⦍")
1942 ("mathopen" "\\lbrbrak" #X02772 "❲")
1943 ("mathopen" "\\lbrbrak" #X03014 "〔")
1944 ("mathopen" "\\lceil" #X02308 "⌈")
1945 ("mathopen" "\\lcurvyangle" #X029FC "⧼")
1946 ("mathopen" "\\lfloor" #X0230A "⌊")
1947 ("mathopen" "\\llangle" #X02989 "⦉")
1948 ("mathopen" "\\llcorner" #X0231E "⌞")
1949 ("mathopen" "\\llparenthesis" #X02987 "⦇")
1950 ("mathopen" "\\longdivision" #X027CC "⟌")
1951 ("mathopen" "\\lparen" #X00028 "(")
1952 ("mathopen" "\\lparenless" #X02993 "⦓")
1953 ("mathopen" "\\lvzigzag" #X029D8 "⧘")
1954 ("mathopen" "\\ulcorner" #X0231C "⌜")
1955 ("mathord" "\\APLboxquestion" #X02370 "⍰")
1956 ("mathord" "\\APLboxupcaret" #X02353 "⍓")
1957 ("mathord" "\\APLnotbackslash" #X02340 "⍀")
1958 ("mathord" "\\Bbbeight" #X1D7E0 "𝟠")
1959 ("mathord" "\\Bbbfive" #X1D7DD "𝟝")
1960 ("mathord" "\\Bbbfour" #X1D7DC "𝟜")
1961 ("mathord" "\\Bbbnine" #X1D7E1 "𝟡")
1962 ("mathord" "\\Bbbone" #X1D7D9 "𝟙")
1963 ("mathord" "\\Bbbpi" #X0213C "ℼ")
1964 ("mathord" "\\Bbbseven" #X1D7DF "𝟟")
1965 ("mathord" "\\Bbbsix" #X1D7DE "𝟞")
1966 ("mathord" "\\Bbbthree" #X1D7DB "𝟛")
1967 ("mathord" "\\Bbbtwo" #X1D7DA "𝟚")
1968 ("mathord" "\\Bbbzero" #X1D7D8 "𝟘")
1969 ("mathord" "\\Eulerconst" #X02107 "ℇ")
1970 ("mathord" "\\Exclam" #X0203C "‼")
1971 ("mathord" "\\Finv" #X02132 "Ⅎ")
1972 ("mathord" "\\Game" #X02141 "⅁")
1973 ("mathord" "\\Hermaphrodite" #X026A5 "⚥")
1974 ("mathord" "\\Planckconst" #X0210E "ℎ")
1975 ("mathord" "\\PropertyLine" #X0214A "⅊")
1976 ("mathord" "\\QED" #X0220E "∎")
1977 ("mathord" "\\Question" #X02047 "⁇")
1978 ("mathord" "\\Yup" #X02144 "⅄")
1979 ("mathord" "\\Zbar" #X001B5 "Ƶ")
1980 ("mathord" "\\accurrent" #X023E6 "⏦")
1981 ("mathord" "\\acidfree" #X0267E "♾")
1982 ("mathord" "\\acwopencirclearrow" #X021BA "↺")
1983 ("mathord" "\\ampersand" #X00026 "&")
1984 ("mathord" "\\angdnr" #X0299F "⦟")
1985 ("mathord" "\\angle" #X02220 "∠")
1986 ("mathord" "\\angles" #X0299E "⦞")
1987 ("mathord" "\\angleubar" #X029A4 "⦤")
1988 ("mathord" "\\astrosun" #X02609 "☉")
1989 ("mathord" "\\atsign" #X00040 "@")
1990 ("mathord" "\\backdprime" #X02036 "‶")
1991 ("mathord" "\\backprime" #X02035 "‵")
1992 ("mathord" "\\backslash" #X0005C "\\")
1993 ("mathord" "\\backtrprime" #X02037 "‷")
1994 ("mathord" "\\barleftarrowrightarrowba" #X021B9 "↹")
1995 ("mathord" "\\barovernorthwestarrow" #X021B8 "↸")
1996 ("mathord" "\\bbrktbrk" #X023B6 "⎶")
1997 ("mathord" "\\bdtriplevdash" #X02506 "┆")
1998 ("mathord" "\\because" #X02235 "∵")
1999 ("mathord" "\\benzenr" #X023E3 "⏣")
2000 ("mathord" "\\bigblacktriangledown" #X025BC "▼")
2001 ("mathord" "\\bigblacktriangleup" #X025B2 "▲")
2002 ("mathord" "\\bigstar" #X02605 "★")
2003 ("mathord" "\\bigwhitestar" #X02606 "☆")
2004 ("mathord" "\\blackcircledownarrow" #X029ED "⧭")
2005 ("mathord" "\\blackcircledrightdot" #X02688 "⚈")
2006 ("mathord" "\\blackcircledtwodots" #X02689 "⚉")
2007 ("mathord" "\\blackcircleulquadwhite" #X025D5 "◕")
2008 ("mathord" "\\blackdiamonddownarrow" #X029EA "⧪")
2009 ("mathord" "\\blackinwhitediamond" #X025C8 "◈")
2010 ("mathord" "\\blackinwhitesquare" #X025A3 "▣")
2011 ("mathord" "\\blacklefthalfcircle" #X025D6 "◖")
2012 ("mathord" "\\blackpointerleft" #X025C4 "◄")
2013 ("mathord" "\\blackpointerright" #X025BA "►")
2014 ("mathord" "\\blackrighthalfcircle" #X025D7 "◗")
2015 ("mathord" "\\blacksmiley" #X0263B "☻")
2016 ("mathord" "\\blkhorzoval" #X02B2C "⬬")
2017 ("mathord" "\\blkvertoval" #X02B2E "⬮")
2018 ("mathord" "\\blockfull" #X02588 "█")
2019 ("mathord" "\\blockhalfshaded" #X02592 "▒")
2020 ("mathord" "\\blocklefthalf" #X0258C "▌")
2021 ("mathord" "\\blocklowhalf" #X02584 "▄")
2022 ("mathord" "\\blockqtrshaded" #X02591 "░")
2023 ("mathord" "\\blockrighthalf" #X02590 "▐")
2024 ("mathord" "\\blockthreeqtrshaded" #X02593 "▓")
2025 ("mathord" "\\blockuphalf" #X02580 "▀")
2026 ("mathord" "\\bot" #X022A5 "⊥")
2027 ("mathord" "\\botsemicircle" #X025E1 "◡")
2028 ("mathord" "\\boxonbox" #X029C9 "⧉")
2029 ("mathord" "\\bullseye" #X025CE "◎")
2030 ("mathord" "\\caretinsert" #X02038 "‸")
2031 ("mathord" "\\carriagereturn" #X021B5 "↵")
2032 ("mathord" "\\checkmark" #X02713 "✓")
2033 ("mathord" "\\cirE" #X029C3 "⧃")
2034 ("mathord" "\\circlebottomhalfblack" #X025D2 "◒")
2035 ("mathord" "\\circledbullet" #X029BF "⦿")
2036 ("mathord" "\\circledownarrow" #X029EC "⧬")
2037 ("mathord" "\\circledrightdot" #X02686 "⚆")
2038 ("mathord" "\\circledstar" #X0272A "✪")
2039 ("mathord" "\\circledtwodots" #X02687 "⚇")
2040 ("mathord" "\\circledwhitebullet" #X029BE "⦾")
2041 ("mathord" "\\circlelefthalfblack" #X025D0 "◐")
2042 ("mathord" "\\circlellquad" #X025F5 "◵")
2043 ("mathord" "\\circlelrquad" #X025F6 "◶")
2044 ("mathord" "\\circlerighthalfblack" #X025D1 "◑")
2045 ("mathord" "\\circletophalfblack" #X025D3 "◓")
2046 ("mathord" "\\circleulquad" #X025F4 "◴")
2047 ("mathord" "\\circleurquad" #X025F7 "◷")
2048 ("mathord" "\\circleurquadblack" #X025D4 "◔")
2049 ("mathord" "\\circlevertfill" #X025CD "◍")
2050 ("mathord" "\\cirscir" #X029C2 "⧂")
2051 ("mathord" "\\clubsuit" #X02663 "♣")
2052 ("mathord" "\\complement" #X02201 "∁")
2053 ("mathord" "\\conictaper" #X02332 "⌲")
2054 ("mathord" "\\cwopencirclearrow" #X021BB "↻")
2055 ("mathord" "\\danger" #X02621 "☡")
2056 ("mathord" "\\diameter" #X02300 "⌀")
2057 ("mathord" "\\diamondbotblack" #X02B19 "⬙")
2058 ("mathord" "\\diamondcdot" #X027D0 "⟐")
2059 ("mathord" "\\diamondleftblack" #X02B16 "⬖")
2060 ("mathord" "\\diamondrightblack" #X02B17 "⬗")
2061 ("mathord" "\\diamondsuit" #X02662 "♢")
2062 ("mathord" "\\diamondtopblack" #X02B18 "⬘")
2063 ("mathord" "\\dicei" #X02680 "⚀")
2064 ("mathord" "\\diceii" #X02681 "⚁")
2065 ("mathord" "\\diceiii" #X02682 "⚂")
2066 ("mathord" "\\diceiv" #X02683 "⚃")
2067 ("mathord" "\\dicev" #X02684 "⚄")
2068 ("mathord" "\\dicevi" #X02685 "⚅")
2069 ("mathord" "\\dingasterisk" #X0273D "✽")
2070 ("mathord" "\\dottedcircle" #X025CC "◌")
2071 ("mathord" "\\dottedsquare" #X02B1A "⬚")
2072 ("mathord" "\\downdasharrow" #X021E3 "⇣")
2073 ("mathord" "\\downrightcurvedarrow" #X02935 "⤵")
2074 ("mathord" "\\downtriangleleftblack" #X029E8 "⧨")
2075 ("mathord" "\\downtrianglerightblack" #X029E9 "⧩")
2076 ("mathord" "\\downwhitearrow" #X021E9 "⇩")
2077 ("mathord" "\\dprime" #X02033 "″")
2078 ("mathord" "\\draftingarrow" #X0279B "➛")
2079 ("mathord" "\\eighthnote" #X0266A "♪")
2080 ("mathord" "\\elinters" #X023E7 "⏧")
2081 ("mathord" "\\emptysetoarr" #X029B3 "⦳")
2082 ("mathord" "\\emptysetoarrl" #X029B4 "⦴")
2083 ("mathord" "\\emptysetobar" #X029B1 "⦱")
2084 ("mathord" "\\emptysetocirc" #X029B2 "⦲")
2085 ("mathord" "\\enleadertwodots" #X02025 "‥")
2086 ("mathord" "\\errbarblackcircle" #X029F3 "⧳")
2087 ("mathord" "\\errbarblackdiamond" #X029F1 "⧱")
2088 ("mathord" "\\errbarblacksquare" #X029EF "⧯")
2089 ("mathord" "\\errbarcircle" #X029F2 "⧲")
2090 ("mathord" "\\errbardiamond" #X029F0 "⧰")
2091 ("mathord" "\\errbarsquare" #X029EE "⧮")
2092 ("mathord" "\\euro" #X020AC "€")
2093 ("mathord" "\\exists" #X02203 "∃")
2094 ("mathord" "\\fdiagovnearrow" #X0292F "⤯")
2095 ("mathord" "\\fdiagovrdiag" #X0292C "⤬")
2096 ("mathord" "\\female" #X02640 "♀")
2097 ("mathord" "\\fisheye" #X025C9 "◉")
2098 ("mathord" "\\flat" #X0266D "♭")
2099 ("mathord" "\\fltns" #X023E5 "⏥")
2100 ("mathord" "\\forall" #X02200 "∀")
2101 ("mathord" "\\fourvdots" #X02999 "⦙")
2102 ("mathord" "\\gtlpar" #X029A0 "⦠")
2103 ("mathord" "\\harrowextender" #X023AF "⎯")
2104 ("mathord" "\\heartsuit" #X02661 "♡")
2105 ("mathord" "\\hermitmatrix" #X022B9 "⊹")
2106 ("mathord" "\\hexagon" #X02394 "⎔")
2107 ("mathord" "\\hexagonblack" #X02B23 "⬣")
2108 ("mathord" "\\horizbar" #X02015 "―")
2109 ("mathord" "\\house" #X02302 "⌂")
2110 ("mathord" "\\hrectangle" #X025AD "▭")
2111 ("mathord" "\\hrectangleblack" #X025AC "▬")
2112 ("mathord" "\\hyphenbullet" #X02043 "⁃")
2113 ("mathord" "\\hzigzag" #X03030 "〰")
2114 ("mathord" "\\iinfin" #X029DC "⧜")
2115 ("mathord" "\\increment" #X02206 "∆")
2116 ("mathord" "\\infty" #X0221E "∞")
2117 ("mathord" "\\intbottom" #X02321 "⌡")
2118 ("mathord" "\\intextender" #X023AE "⎮")
2119 ("mathord" "\\inttop" #X02320 "⌠")
2120 ("mathord" "\\inversebullet" #X025D8 "◘")
2121 ("mathord" "\\inversewhitecircle" #X025D9 "◙")
2122 ("mathord" "\\invnot" #X02310 "⌐")
2123 ("mathord" "\\invwhitelowerhalfcircle" #X025DB "◛")
2124 ("mathord" "\\invwhiteupperhalfcircle" #X025DA "◚")
2125 ("mathord" "\\laplac" #X029E0 "⧠")
2126 ("mathord" "\\lbracelend" #X023A9 "⎩")
2127 ("mathord" "\\lbracemid" #X023A8 "⎨")
2128 ("mathord" "\\lbraceuend" #X023A7 "⎧")
2129 ("mathord" "\\lbrackextender" #X023A2 "⎢")
2130 ("mathord" "\\lbracklend" #X023A3 "⎣")
2131 ("mathord" "\\lbrackuend" #X023A1 "⎡")
2132 ("mathord" "\\leftdasharrow" #X021E0 "⇠")
2133 ("mathord" "\\leftmoon" #X0263E "☾")
2134 ("mathord" "\\leftwhitearrow" #X021E6 "⇦")
2135 ("mathord" "\\lgblkcircle" #X02B24 "⬤")
2136 ("mathord" "\\lgblksquare" #X02B1B "⬛")
2137 ("mathord" "\\lgwhtcircle" #X025EF "◯")
2138 ("mathord" "\\lgwhtsquare" #X02B1C "⬜")
2139 ("mathord" "\\linefeed" #X021B4 "↴")
2140 ("mathord" "\\llarc" #X025DF "◟")
2141 ("mathord" "\\llblacktriangle" #X025E3 "◣")
2142 ("mathord" "\\lltriangle" #X025FA "◺")
2143 ("mathord" "\\lmoustache" #X023B0 "⎰")
2144 ("mathord" "\\lparenextender" #X0239C "⎜")
2145 ("mathord" "\\lparenlend" #X0239D "⎝")
2146 ("mathord" "\\lparenuend" #X0239B "⎛")
2147 ("mathord" "\\lrarc" #X025DE "◞")
2148 ("mathord" "\\lrblacktriangle" #X025E2 "◢")
2149 ("mathord" "\\lrtriangle" #X025FF "◿")
2150 ("mathord" "\\lvboxline" #X023B8 "⎸")
2151 ("mathord" "\\male" #X02642 "♂")
2152 ("mathord" "\\maltese" #X02720 "✠")
2153 ("mathord" "\\mathdollar" #X00024 "$")
2154 ("mathord" "\\mathslash" #X0002F "/")
2155 ("mathord" "\\mbfitnabla" #X1D735 "𝜵")
2156 ("mathord" "\\mbfitpartial" #X1D74F "𝝏")
2157 ("mathord" "\\mbfitsansnabla" #X1D7A9 "𝞩")
2158 ("mathord" "\\mbfitsanspartial" #X1D7C3 "𝟃")
2159 ("mathord" "\\mbfnabla" #X1D6C1 "𝛁")
2160 ("mathord" "\\mbfpartial" #X1D6DB "𝛛")
2161 ("mathord" "\\mbfsanseight" #X1D7F4 "𝟴")
2162 ("mathord" "\\mbfsansfive" #X1D7F1 "𝟱")
2163 ("mathord" "\\mbfsansfour" #X1D7F0 "𝟰")
2164 ("mathord" "\\mbfsansnabla" #X1D76F "𝝯")
2165 ("mathord" "\\mbfsansnine" #X1D7F5 "𝟵")
2166 ("mathord" "\\mbfsansone" #X1D7ED "𝟭")
2167 ("mathord" "\\mbfsanspartial" #X1D789 "𝞉")
2168 ("mathord" "\\mbfsansseven" #X1D7F3 "𝟳")
2169 ("mathord" "\\mbfsanssix" #X1D7F2 "𝟲")
2170 ("mathord" "\\mbfsansthree" #X1D7EF "𝟯")
2171 ("mathord" "\\mbfsanstwo" #X1D7EE "𝟮")
2172 ("mathord" "\\mbfsanszero" #X1D7EC "𝟬")
2173 ("mathord" "\\mdblkcircle" #X026AB "⚫")
2174 ("mathord" "\\mdblkdiamond" #X02B25 "⬥")
2175 ("mathord" "\\mdblklozenge" #X02B27 "⬧")
2176 ("mathord" "\\mdblksquare" #X025FC "◼")
2177 ("mathord" "\\mdlgblkcircle" #X025CF "●")
2178 ("mathord" "\\mdlgblkdiamond" #X025C6 "◆")
2179 ("mathord" "\\mdlgblksquare" #X025A0 "■")
2180 ("mathord" "\\mdlgwhtdiamond" #X025C7 "◇")
2181 ("mathord" "\\mdlgwhtlozenge" #X025CA "◊")
2182 ("mathord" "\\mdlgwhtsquare" #X025A1 "□")
2183 ("mathord" "\\mdsmblkcircle" #X02981 "⦁")
2184 ("mathord" "\\mdsmblksquare" #X025FE "◾")
2185 ("mathord" "\\mdsmwhtcircle" #X026AC "⚬")
2186 ("mathord" "\\mdsmwhtsquare" #X025FD "◽")
2187 ("mathord" "\\mdwhtcircle" #X026AA "⚪")
2188 ("mathord" "\\mdwhtdiamond" #X02B26 "⬦")
2189 ("mathord" "\\mdwhtlozenge" #X02B28 "⬨")
2190 ("mathord" "\\mdwhtsquare" #X025FB "◻")
2191 ("mathord" "\\measangledltosw" #X029AF "⦯")
2192 ("mathord" "\\measangledrtose" #X029AE "⦮")
2193 ("mathord" "\\measangleldtosw" #X029AB "⦫")
2194 ("mathord" "\\measanglelutonw" #X029A9 "⦩")
2195 ("mathord" "\\measanglerdtose" #X029AA "⦪")
2196 ("mathord" "\\measanglerutone" #X029A8 "⦨")
2197 ("mathord" "\\measangleultonw" #X029AD "⦭")
2198 ("mathord" "\\measangleurtone" #X029AC "⦬")
2199 ("mathord" "\\measuredangle" #X02221 "∡")
2200 ("mathord" "\\measuredangleleft" #X0299B "⦛")
2201 ("mathord" "\\measuredrightangle" #X022BE "⊾")
2202 ("mathord" "\\medblackstar" #X02B51 "⭑")
2203 ("mathord" "\\medwhitestar" #X02B50 "⭐")
2204 ("mathord" "\\mho" #X02127 "℧")
2205 ("mathord" "\\mitBbbD" #X02145 "ⅅ")
2206 ("mathord" "\\mitBbbd" #X02146 "ⅆ")
2207 ("mathord" "\\mitBbbe" #X02147 "ⅇ")
2208 ("mathord" "\\mitBbbi" #X02148 "ⅈ")
2209 ("mathord" "\\mitBbbj" #X02149 "ⅉ")
2210 ("mathord" "\\mitnabla" #X1D6FB "𝛻")
2211 ("mathord" "\\mitpartial" #X1D715 "𝜕")
2212 ("mathord" "\\modtwosum" #X02A0A "⨊")
2213 ("mathord" "\\msanseight" #X1D7EA "𝟪")
2214 ("mathord" "\\msansfive" #X1D7E7 "𝟧")
2215 ("mathord" "\\msansfour" #X1D7E6 "𝟦")
2216 ("mathord" "\\msansnine" #X1D7EB "𝟫")
2217 ("mathord" "\\msansone" #X1D7E3 "𝟣")
2218 ("mathord" "\\msansseven" #X1D7E9 "𝟩")
2219 ("mathord" "\\msanssix" #X1D7E8 "𝟨")
2220 ("mathord" "\\msansthree" #X1D7E5 "𝟥")
2221 ("mathord" "\\msanstwo" #X1D7E4 "𝟤")
2222 ("mathord" "\\msanszero" #X1D7E2 "𝟢")
2223 ("mathord" "\\mtteight" #X1D7FE "𝟾")
2224 ("mathord" "\\mttfive" #X1D7FB "𝟻")
2225 ("mathord" "\\mttfour" #X1D7FA "𝟺")
2226 ("mathord" "\\mttnine" #X1D7FF "𝟿")
2227 ("mathord" "\\mttone" #X1D7F7 "𝟷")
2228 ("mathord" "\\mttseven" #X1D7FD "𝟽")
2229 ("mathord" "\\mttsix" #X1D7FC "𝟼")
2230 ("mathord" "\\mttthree" #X1D7F9 "𝟹")
2231 ("mathord" "\\mtttwo" #X1D7F8 "𝟸")
2232 ("mathord" "\\mttzero" #X1D7F6 "𝟶")
2233 ("mathord" "\\nHdownarrow" #X021DF "⇟")
2234 ("mathord" "\\nHuparrow" #X021DE "⇞")
2235 ("mathord" "\\nabla" #X02207 "∇")
2236 ("mathord" "\\natural" #X0266E "♮")
2237 ("mathord" "\\neg" #X000AC "¬")
2238 ("mathord" "\\neovnwarrow" #X02931 "⤱")
2239 ("mathord" "\\neovsearrow" #X0292E "⤮")
2240 ("mathord" "\\neuter" #X026B2 "⚲")
2241 ("mathord" "\\nexists" #X02204 "∄")
2242 ("mathord" "\\nvinfty" #X029DE "⧞")
2243 ("mathord" "\\nwovnearrow" #X02932 "⤲")
2244 ("mathord" "\\obot" #X029BA "⦺")
2245 ("mathord" "\\obrbrak" #X023E0 "⏠")
2246 ("mathord" "\\octothorpe" #X00023 "#")
2247 ("mathord" "\\odotslashdot" #X029BC "⦼")
2248 ("mathord" "\\olcross" #X029BB "⦻")
2249 ("mathord" "\\parallelogram" #X025B1 "▱")
2250 ("mathord" "\\parallelogramblack" #X025B0 "▰")
2251 ("mathord" "\\partial" #X02202 "∂")
2252 ("mathord" "\\pentagon" #X02B20 "⬠")
2253 ("mathord" "\\pentagonblack" #X02B1F "⬟")
2254 ("mathord" "\\percent" #X00025 "%")
2255 ("mathord" "\\perps" #X02AE1 "⫡")
2256 ("mathord" "\\postalmark" #X03012 "〒")
2257 ("mathord" "\\prime" #X02032 "′")
2258 ("mathord" "\\profline" #X02312 "⌒")
2259 ("mathord" "\\profsurf" #X02313 "⌓")
2260 ("mathord" "\\qprime" #X02057 "⁗")
2261 ("mathord" "\\quarternote" #X02669 "♩")
2262 ("mathord" "\\question" #X0003F "?")
2263 ("mathord" "\\rangledownzigzagarrow" #X0237C "⍼")
2264 ("mathord" "\\rbracelend" #X023AD "⎭")
2265 ("mathord" "\\rbracemid" #X023AC "⎬")
2266 ("mathord" "\\rbraceuend" #X023AB "⎫")
2267 ("mathord" "\\rbrackextender" #X023A5 "⎥")
2268 ("mathord" "\\rbracklend" #X023A6 "⎦")
2269 ("mathord" "\\rbrackuend" #X023A4 "⎤")
2270 ("mathord" "\\rdiagovfdiag" #X0292B "⤫")
2271 ("mathord" "\\rdiagovsearrow" #X02930 "⤰")
2272 ("mathord" "\\revangle" #X029A3 "⦣")
2273 ("mathord" "\\revangleubar" #X029A5 "⦥")
2274 ("mathord" "\\revemptyset" #X029B0 "⦰")
2275 ("mathord" "\\rightangle" #X0221F "∟")
2276 ("mathord" "\\rightanglemdot" #X0299D "⦝")
2277 ("mathord" "\\rightanglesqr" #X0299C "⦜")
2278 ("mathord" "\\rightdasharrow" #X021E2 "⇢")
2279 ("mathord" "\\rightmoon" #X0263D "☽")
2280 ("mathord" "\\rightpentagon" #X02B54 "⭔")
2281 ("mathord" "\\rightpentagonblack" #X02B53 "⭓")
2282 ("mathord" "\\rightwhitearrow" #X021E8 "⇨")
2283 ("mathord" "\\rmoustache" #X023B1 "⎱")
2284 ("mathord" "\\rparenextender" #X0239F "⎟")
2285 ("mathord" "\\rparenlend" #X023A0 "⎠")
2286 ("mathord" "\\rparenuend" #X0239E "⎞")
2287 ("mathord" "\\rvboxline" #X023B9 "⎹")
2288 ("mathord" "\\sansLmirrored" #X02143 "⅃")
2289 ("mathord" "\\sansLturned" #X02142 "⅂")
2290 ("mathord" "\\seovnearrow" #X0292D "⤭")
2291 ("mathord" "\\sharp" #X0266F "♯")
2292 ("mathord" "\\sinewave" #X0223F "∿")
2293 ("mathord" "\\smblkdiamond" #X02B29 "⬩")
2294 ("mathord" "\\smblklozenge" #X02B2A "⬪")
2295 ("mathord" "\\smblksquare" #X025AA "▪")
2296 ("mathord" "\\smwhitestar" #X02B52 "⭒")
2297 ("mathord" "\\smwhtcircle" #X025E6 "◦")
2298 ("mathord" "\\smwhtlozenge" #X02B2B "⬫")
2299 ("mathord" "\\smwhtsquare" #X025AB "▫")
2300 ("mathord" "\\spadesuit" #X02660 "♠")
2301 ("mathord" "\\sphericalangle" #X02222 "∢")
2302 ("mathord" "\\sphericalangleup" #X029A1 "⦡")
2303 ("mathord" "\\sqlozenge" #X02311 "⌑")
2304 ("mathord" "\\sqrtbottom" #X023B7 "⎷")
2305 ("mathord" "\\squarebotblack" #X02B13 "⬓")
2306 ("mathord" "\\squarecrossfill" #X025A9 "▩")
2307 ("mathord" "\\squarehfill" #X025A4 "▤")
2308 ("mathord" "\\squarehvfill" #X025A6 "▦")
2309 ("mathord" "\\squareleftblack" #X025E7 "◧")
2310 ("mathord" "\\squarellblack" #X02B15 "⬕")
2311 ("mathord" "\\squarellquad" #X025F1 "◱")
2312 ("mathord" "\\squarelrblack" #X025EA "◪")
2313 ("mathord" "\\squarelrquad" #X025F2 "◲")
2314 ("mathord" "\\squareneswfill" #X025A8 "▨")
2315 ("mathord" "\\squarenwsefill" #X025A7 "▧")
2316 ("mathord" "\\squarerightblack" #X025E8 "◨")
2317 ("mathord" "\\squaretopblack" #X02B12 "⬒")
2318 ("mathord" "\\squareulblack" #X025E9 "◩")
2319 ("mathord" "\\squareulquad" #X025F0 "◰")
2320 ("mathord" "\\squareurblack" #X02B14 "⬔")
2321 ("mathord" "\\squareurquad" #X025F3 "◳")
2322 ("mathord" "\\squarevfill" #X025A5 "▥")
2323 ("mathord" "\\squoval" #X025A2 "▢")
2324 ("mathord" "\\sterling" #X000A3 "£")
2325 ("mathord" "\\strns" #X023E4 "⏤")
2326 ("mathord" "\\subsetcirc" #X027C3 "⟃")
2327 ("mathord" "\\sumbottom" #X023B3 "⎳")
2328 ("mathord" "\\sumtop" #X023B2 "⎲")
2329 ("mathord" "\\sun" #X0263C "☼")
2330 ("mathord" "\\supsetcirc" #X027C4 "⟄")
2331 ("mathord" "\\therefore" #X02234 "∴")
2332 ("mathord" "\\thermod" #X029E7 "⧧")
2333 ("mathord" "\\threedangle" #X027C0 "⟀")
2334 ("mathord" "\\tieinfty" #X029DD "⧝")
2335 ("mathord" "\\top" #X022A4 "⊤")
2336 ("mathord" "\\topbot" #X02336 "⌶")
2337 ("mathord" "\\topcir" #X02AF1 "⫱")
2338 ("mathord" "\\topsemicircle" #X025E0 "◠")
2339 ("mathord" "\\trapezium" #X023E2 "⏢")
2340 ("mathord" "\\trianglecdot" #X025EC "◬")
2341 ("mathord" "\\triangleleftblack" #X025ED "◭")
2342 ("mathord" "\\triangleodot" #X029CA "⧊")
2343 ("mathord" "\\trianglerightblack" #X025EE "◮")
2344 ("mathord" "\\triangles" #X029CC "⧌")
2345 ("mathord" "\\triangleubar" #X029CB "⧋")
2346 ("mathord" "\\trprime" #X02034 "‴")
2347 ("mathord" "\\turnangle" #X029A2 "⦢")
2348 ("mathord" "\\turnednot" #X02319 "⌙")
2349 ("mathord" "\\twolowline" #X02017 "‗")
2350 ("mathord" "\\twonotes" #X0266B "♫")
2351 ("mathord" "\\ubrbrak" #X023E1 "⏡")
2352 ("mathord" "\\ularc" #X025DC "◜")
2353 ("mathord" "\\ulblacktriangle" #X025E4 "◤")
2354 ("mathord" "\\ultriangle" #X025F8 "◸")
2355 ("mathord" "\\unicodecdots" #X022EF "⋯")
2356 ("mathord" "\\unicodeellipsis" #X02026 "…")
2357 ("mathord" "\\uparrowoncircle" #X029BD "⦽")
2358 ("mathord" "\\upbackepsilon" #X003F6 "϶")
2359 ("mathord" "\\updasharrow" #X021E1 "⇡")
2360 ("mathord" "\\updownarrowbar" #X021A8 "↨")
2361 ("mathord" "\\upoldKoppa" #X003D8 "Ϙ")
2362 ("mathord" "\\upoldkoppa" #X003D9 "ϙ")
2363 ("mathord" "\\uprightcurvearrow" #X02934 "⤴")
2364 ("mathord" "\\upwhitearrow" #X021E7 "⇧")
2365 ("mathord" "\\urarc" #X025DD "◝")
2366 ("mathord" "\\urblacktriangle" #X025E5 "◥")
2367 ("mathord" "\\urtriangle" #X025F9 "◹")
2368 ("mathord" "\\varcarriagereturn" #X023CE "⏎")
2369 ("mathord" "\\varclubsuit" #X02667 "♧")
2370 ("mathord" "\\vardiamondsuit" #X02666 "♦")
2371 ("mathord" "\\varheartsuit" #X02665 "♥")
2372 ("mathord" "\\varhexagon" #X02B21 "⬡")
2373 ("mathord" "\\varhexagonblack" #X02B22 "⬢")
2374 ("mathord" "\\varhexagonlrbonds" #X0232C "⌬")
2375 ("mathord" "\\varlrtriangle" #X022BF "⊿")
2376 ("mathord" "\\varnothing" #X02205 "∅")
2377 ("mathord" "\\varspadesuit" #X02664 "♤")
2378 ("mathord" "\\varstar" #X02736 "✶")
2379 ("mathord" "\\vbraceextender" #X023AA "⎪")
2380 ("mathord" "\\viewdata" #X02317 "⌗")
2381 ("mathord" "\\vrectangle" #X025AF "▯")
2382 ("mathord" "\\vrectangleblack" #X025AE "▮")
2383 ("mathord" "\\vysmblksquare" #X02B1D "⬝")
2384 ("mathord" "\\vysmwhtsquare" #X02B1E "⬞")
2385 ("mathord" "\\vzigzag" #X0299A "⦚")
2386 ("mathord" "\\whitearrowupfrombar" #X021EA "⇪")
2387 ("mathord" "\\whiteinwhitetriangle" #X027C1 "⟁")
2388 ("mathord" "\\whitepointerleft" #X025C5 "◅")
2389 ("mathord" "\\whitepointerright" #X025BB "▻")
2390 ("mathord" "\\whthorzoval" #X02B2D "⬭")
2391 ("mathord" "\\whtvertoval" #X02B2F "⬯")
2392 ("mathord" "\\wideangledown" #X029A6 "⦦")
2393 ("mathord" "\\wideangleup" #X029A7 "⦧")
2394 ("mathord" "\\yen" #X000A5 "¥")
2395 ("mathover" "\\overbrace" #X023DE "⏞")
2396 ("mathover" "\\overbracket" #X023B4 "⎴")
2397 ("mathover" "\\overparen" #X023DC "⏜")
2398 ("mathpunct" "\\comma" #X0002C ",")
2399 ("mathpunct" "\\exclam" #X00021 "!")
2400 ("mathpunct" "\\mathcolon" #X0003A ":")
2401 ("mathpunct" "\\semicolon" #X0003B ";")
2402 ("mathradical" "\\cuberoot" #X0221B "∛")
2403 ("mathradical" "\\fourthroot" #X0221C "∜")
2404 ("mathradical" "\\sqrt" #X0221A "√")
2405 ("mathrel" "\\APLnotslash" #X0233F "⌿")
2406 ("mathrel" "\\Barv" #X02AE7 "⫧")
2407 ("mathrel" "\\Bumpeq" #X0224E "≎")
2408 ("mathrel" "\\Colon" #X02237 "∷")
2409 ("mathrel" "\\Coloneq" #X02A74 "⩴")
2410 ("mathrel" "\\DDownarrow" #X027F1 "⟱")
2411 ("mathrel" "\\DashV" #X02AE5 "⫥")
2412 ("mathrel" "\\DashVDash" #X027DA "⟚")
2413 ("mathrel" "\\Dashv" #X02AE4 "⫤")
2414 ("mathrel" "\\Ddownarrow" #X0290B "⤋")
2415 ("mathrel" "\\Doteq" #X02251 "≑")
2416 ("mathrel" "\\Downarrow" #X021D3 "⇓")
2417 ("mathrel" "\\Equiv" #X02263 "≣")
2418 ("mathrel" "\\Gt" #X02AA2 "⪢")
2419 ("mathrel" "\\LLeftarrow" #X02B45 "⭅")
2420 ("mathrel" "\\Ldsh" #X021B2 "↲")
2421 ("mathrel" "\\Leftarrow" #X021D0 "⇐")
2422 ("mathrel" "\\Leftrightarrow" #X021D4 "⇔")
2423 ("mathrel" "\\Lleftarrow" #X021DA "⇚")
2424 ("mathrel" "\\Longleftarrow" #X027F8 "⟸")
2425 ("mathrel" "\\Longleftrightarrow" #X027FA "⟺")
2426 ("mathrel" "\\Longmapsfrom" #X027FD "⟽")
2427 ("mathrel" "\\Longmapsto" #X027FE "⟾")
2428 ("mathrel" "\\Longrightarrow" #X027F9 "⟹")
2429 ("mathrel" "\\Lsh" #X021B0 "↰")
2430 ("mathrel" "\\Lt" #X02AA1 "⪡")
2431 ("mathrel" "\\Mapsfrom" #X02906 "⤆")
2432 ("mathrel" "\\Mapsto" #X02907 "⤇")
2433 ("mathrel" "\\Nearrow" #X021D7 "⇗")
2434 ("mathrel" "\\Not" #X02AEC "⫬")
2435 ("mathrel" "\\Nwarrow" #X021D6 "⇖")
2436 ("mathrel" "\\Prec" #X02ABB "⪻")
2437 ("mathrel" "\\RRightarrow" #X02B46 "⭆")
2438 ("mathrel" "\\Rdsh" #X021B3 "↳")
2439 ("mathrel" "\\Rightarrow" #X021D2 "⇒")
2440 ("mathrel" "\\Rrightarrow" #X021DB "⇛")
2441 ("mathrel" "\\Rsh" #X021B1 "↱")
2442 ("mathrel" "\\Searrow" #X021D8 "⇘")
2443 ("mathrel" "\\Subset" #X022D0 "⋐")
2444 ("mathrel" "\\Succ" #X02ABC "⪼")
2445 ("mathrel" "\\Supset" #X022D1 "⋑")
2446 ("mathrel" "\\Swarrow" #X021D9 "⇙")
2447 ("mathrel" "\\UUparrow" #X027F0 "⟰")
2448 ("mathrel" "\\Uparrow" #X021D1 "⇑")
2449 ("mathrel" "\\Updownarrow" #X021D5 "⇕")
2450 ("mathrel" "\\Uuparrow" #X0290A "⤊")
2451 ("mathrel" "\\VDash" #X022AB "⊫")
2452 ("mathrel" "\\Vbar" #X02AEB "⫫")
2453 ("mathrel" "\\Vdash" #X022A9 "⊩")
2454 ("mathrel" "\\Vvdash" #X022AA "⊪")
2455 ("mathrel" "\\acwcirclearrow" #X02940 "⥀")
2456 ("mathrel" "\\acwgapcirclearrow" #X027F2 "⟲")
2457 ("mathrel" "\\acwleftarcarrow" #X02939 "⤹")
2458 ("mathrel" "\\acwoverarcarrow" #X0293A "⤺")
2459 ("mathrel" "\\acwunderarcarrow" #X0293B "⤻")
2460 ("mathrel" "\\adots" #X022F0 "⋰")
2461 ("mathrel" "\\approx" #X02248 "≈")
2462 ("mathrel" "\\approxeq" #X0224A "≊")
2463 ("mathrel" "\\approxeqq" #X02A70 "⩰")
2464 ("mathrel" "\\approxident" #X0224B "≋")
2465 ("mathrel" "\\arceq" #X02258 "≘")
2466 ("mathrel" "\\assert" #X022A6 "⊦")
2467 ("mathrel" "\\asteq" #X02A6E "⩮")
2468 ("mathrel" "\\asymp" #X0224D "≍")
2469 ("mathrel" "\\bNot" #X02AED "⫭")
2470 ("mathrel" "\\backcong" #X0224C "≌")
2471 ("mathrel" "\\backsim" #X0223D "∽")
2472 ("mathrel" "\\backsimeq" #X022CD "⋍")
2473 ("mathrel" "\\bagmember" #X022FF "⋿")
2474 ("mathrel" "\\barV" #X02AEA "⫪")
2475 ("mathrel" "\\bardownharpoonleft" #X02961 "⥡")
2476 ("mathrel" "\\bardownharpoonright" #X0295D "⥝")
2477 ("mathrel" "\\barleftarrow" #X021E4 "⇤")
2478 ("mathrel" "\\barleftharpoondown" #X02956 "⥖")
2479 ("mathrel" "\\barleftharpoonup" #X02952 "⥒")
2480 ("mathrel" "\\barrightarrowdiamond" #X02920 "⤠")
2481 ("mathrel" "\\barrightharpoondown" #X0295F "⥟")
2482 ("mathrel" "\\barrightharpoonup" #X0295B "⥛")
2483 ("mathrel" "\\baruparrow" #X02912 "⤒")
2484 ("mathrel" "\\barupharpoonleft" #X02958 "⥘")
2485 ("mathrel" "\\barupharpoonright" #X02954 "⥔")
2486 ("mathrel" "\\between" #X0226C "≬")
2487 ("mathrel" "\\bowtie" #X022C8 "⋈")
2488 ("mathrel" "\\bsimilarleftarrow" #X02B41 "⭁")
2489 ("mathrel" "\\bsimilarrightarrow" #X02B47 "⭇")
2490 ("mathrel" "\\bsolhsub" #X027C8 "⟈")
2491 ("mathrel" "\\bumpeq" #X0224F "≏")
2492 ("mathrel" "\\bumpeqq" #X02AAE "⪮")
2493 ("mathrel" "\\ccwundercurvearrow" #X0293F "⤿")
2494 ("mathrel" "\\cirbot" #X027DF "⟟")
2495 ("mathrel" "\\circeq" #X02257 "≗")
2496 ("mathrel" "\\circleonleftarrow" #X02B30 "⬰")
2497 ("mathrel" "\\circleonrightarrow" #X021F4 "⇴")
2498 ("mathrel" "\\cirmid" #X02AEF "⫯")
2499 ("mathrel" "\\closure" #X02050 "⁐")
2500 ("mathrel" "\\coloneq" #X02254 "≔")
2501 ("mathrel" "\\cong" #X02245 "≅")
2502 ("mathrel" "\\congdot" #X02A6D "⩭")
2503 ("mathrel" "\\csub" #X02ACF "⫏")
2504 ("mathrel" "\\csube" #X02AD1 "⫑")
2505 ("mathrel" "\\csup" #X02AD0 "⫐")
2506 ("mathrel" "\\csupe" #X02AD2 "⫒")
2507 ("mathrel" "\\curlyeqprec" #X022DE "⋞")
2508 ("mathrel" "\\curlyeqsucc" #X022DF "⋟")
2509 ("mathrel" "\\curvearrowleft" #X021B6 "↶")
2510 ("mathrel" "\\curvearrowleftplus" #X0293D "⤽")
2511 ("mathrel" "\\curvearrowright" #X021B7 "↷")
2512 ("mathrel" "\\curvearrowrightminus" #X0293C "⤼")
2513 ("mathrel" "\\cwcirclearrow" #X02941 "⥁")
2514 ("mathrel" "\\cwgapcirclearrow" #X027F3 "⟳")
2515 ("mathrel" "\\cwrightarcarrow" #X02938 "⤸")
2516 ("mathrel" "\\cwundercurvearrow" #X0293E "⤾")
2517 ("mathrel" "\\dashV" #X02AE3 "⫣")
2518 ("mathrel" "\\dashVdash" #X027DB "⟛")
2519 ("mathrel" "\\dashcolon" #X02239 "∹")
2520 ("mathrel" "\\dashleftharpoondown" #X0296B "⥫")
2521 ("mathrel" "\\dashrightharpoondown" #X0296D "⥭")
2522 ("mathrel" "\\dashv" #X022A3 "⊣")
2523 ("mathrel" "\\dbkarow" #X0290F "⤏")
2524 ("mathrel" "\\ddots" #X022F1 "⋱")
2525 ("mathrel" "\\ddotseq" #X02A77 "⩷")
2526 ("mathrel" "\\diamondleftarrow" #X0291D "⤝")
2527 ("mathrel" "\\diamondleftarrowbar" #X0291F "⤟")
2528 ("mathrel" "\\disin" #X022F2 "⋲")
2529 ("mathrel" "\\doteq" #X02250 "≐")
2530 ("mathrel" "\\dotequiv" #X02A67 "⩧")
2531 ("mathrel" "\\dotsim" #X02A6A "⩪")
2532 ("mathrel" "\\dotsminusdots" #X0223A "∺")
2533 ("mathrel" "\\downarrow" #X02193 "↓")
2534 ("mathrel" "\\downarrowbar" #X02913 "⤓")
2535 ("mathrel" "\\downarrowbarred" #X02908 "⤈")
2536 ("mathrel" "\\downdownarrows" #X021CA "⇊")
2537 ("mathrel" "\\downfishtail" #X0297F "⥿")
2538 ("mathrel" "\\downharpoonleft" #X021C3 "⇃")
2539 ("mathrel" "\\downharpoonleftbar" #X02959 "⥙")
2540 ("mathrel" "\\downharpoonright" #X021C2 "⇂")
2541 ("mathrel" "\\downharpoonrightbar" #X02955 "⥕")
2542 ("mathrel" "\\downharpoonsleftright" #X02965 "⥥")
2543 ("mathrel" "\\downuparrows" #X021F5 "⇵")
2544 ("mathrel" "\\downupharpoonsleftright" #X0296F "⥯")
2545 ("mathrel" "\\downzigzagarrow" #X021AF "↯")
2546 ("mathrel" "\\drbkarow" #X02910 "⤐")
2547 ("mathrel" "\\dualmap" #X029DF "⧟")
2548 ("mathrel" "\\egsdot" #X02A98 "⪘")
2549 ("mathrel" "\\elsdot" #X02A97 "⪗")
2550 ("mathrel" "\\eparsl" #X029E3 "⧣")
2551 ("mathrel" "\\eqcirc" #X02256 "≖")
2552 ("mathrel" "\\eqcolon" #X02255 "≕")
2553 ("mathrel" "\\eqdef" #X0225D "≝")
2554 ("mathrel" "\\eqdot" #X02A66 "⩦")
2555 ("mathrel" "\\eqeq" #X02A75 "⩵")
2556 ("mathrel" "\\eqeqeq" #X02A76 "⩶")
2557 ("mathrel" "\\eqgtr" #X022DD "⋝")
2558 ("mathrel" "\\eqless" #X022DC "⋜")
2559 ("mathrel" "\\eqqgtr" #X02A9A "⪚")
2560 ("mathrel" "\\eqqless" #X02A99 "⪙")
2561 ("mathrel" "\\eqqsim" #X02A73 "⩳")
2562 ("mathrel" "\\eqqslantgtr" #X02A9C "⪜")
2563 ("mathrel" "\\eqqslantless" #X02A9B "⪛")
2564 ("mathrel" "\\eqsim" #X02242 "≂")
2565 ("mathrel" "\\eqslantgtr" #X02A96 "⪖")
2566 ("mathrel" "\\eqslantless" #X02A95 "⪕")
2567 ("mathrel" "\\equal" #X0003D "=")
2568 ("mathrel" "\\equalleftarrow" #X02B40 "⭀")
2569 ("mathrel" "\\equalparallel" #X022D5 "⋕")
2570 ("mathrel" "\\equalrightarrow" #X02971 "⥱")
2571 ("mathrel" "\\equiv" #X02261 "≡")
2572 ("mathrel" "\\equivDD" #X02A78 "⩸")
2573 ("mathrel" "\\equivVert" #X02A68 "⩨")
2574 ("mathrel" "\\equivVvert" #X02A69 "⩩")
2575 ("mathrel" "\\eqvparsl" #X029E5 "⧥")
2576 ("mathrel" "\\fallingdotseq" #X02252 "≒")
2577 ("mathrel" "\\fbowtie" #X029D3 "⧓")
2578 ("mathrel" "\\forks" #X02ADC "⫝̸")
2579 ("mathrel" "\\forksnot" #X02ADD "⫝")
2580 ("mathrel" "\\forkv" #X02AD9 "⫙")
2581 ("mathrel" "\\frown" #X02322 "⌢")
2582 ("mathrel" "\\geq" #X02265 "≥")
2583 ("mathrel" "\\geqq" #X02267 "≧")
2584 ("mathrel" "\\geqqslant" #X02AFA "⫺")
2585 ("mathrel" "\\geqslant" #X02A7E "⩾")
2586 ("mathrel" "\\gescc" #X02AA9 "⪩")
2587 ("mathrel" "\\gesdot" #X02A80 "⪀")
2588 ("mathrel" "\\gesdoto" #X02A82 "⪂")
2589 ("mathrel" "\\gesdotol" #X02A84 "⪄")
2590 ("mathrel" "\\gesles" #X02A94 "⪔")
2591 ("mathrel" "\\gg" #X0226B "≫")
2592 ("mathrel" "\\ggg" #X022D9 "⋙")
2593 ("mathrel" "\\gggnest" #X02AF8 "⫸")
2594 ("mathrel" "\\glE" #X02A92 "⪒")
2595 ("mathrel" "\\gla" #X02AA5 "⪥")
2596 ("mathrel" "\\gleichstark" #X029E6 "⧦")
2597 ("mathrel" "\\glj" #X02AA4 "⪤")
2598 ("mathrel" "\\gnapprox" #X02A8A "⪊")
2599 ("mathrel" "\\gneq" #X02A88 "⪈")
2600 ("mathrel" "\\gneqq" #X02269 "≩")
2601 ("mathrel" "\\gnsim" #X022E7 "⋧")
2602 ("mathrel" "\\greater" #X0003E ">")
2603 ("mathrel" "\\gsime" #X02A8E "⪎")
2604 ("mathrel" "\\gsiml" #X02A90 "⪐")
2605 ("mathrel" "\\gtcc" #X02AA7 "⪧")
2606 ("mathrel" "\\gtcir" #X02A7A "⩺")
2607 ("mathrel" "\\gtquest" #X02A7C "⩼")
2608 ("mathrel" "\\gtrapprox" #X02A86 "⪆")
2609 ("mathrel" "\\gtrarr" #X02978 "⥸")
2610 ("mathrel" "\\gtrdot" #X022D7 "⋗")
2611 ("mathrel" "\\gtreqless" #X022DB "⋛")
2612 ("mathrel" "\\gtreqqless" #X02A8C "⪌")
2613 ("mathrel" "\\gtrless" #X02277 "≷")
2614 ("mathrel" "\\gtrsim" #X02273 "≳")
2615 ("mathrel" "\\hatapprox" #X02A6F "⩯")
2616 ("mathrel" "\\hknearrow" #X02924 "⤤")
2617 ("mathrel" "\\hknwarrow" #X02923 "⤣")
2618 ("mathrel" "\\hksearow" #X02925 "⤥")
2619 ("mathrel" "\\hkswarow" #X02926 "⤦")
2620 ("mathrel" "\\hookleftarrow" #X021A9 "↩")
2621 ("mathrel" "\\hookrightarrow" #X021AA "↪")
2622 ("mathrel" "\\imageof" #X022B7 "⊷")
2623 ("mathrel" "\\in" #X02208 "∈")
2624 ("mathrel" "\\isinE" #X022F9 "⋹")
2625 ("mathrel" "\\isindot" #X022F5 "⋵")
2626 ("mathrel" "\\isinobar" #X022F7 "⋷")
2627 ("mathrel" "\\isins" #X022F4 "⋴")
2628 ("mathrel" "\\isinvb" #X022F8 "⋸")
2629 ("mathrel" "\\kernelcontraction" #X0223B "∻")
2630 ("mathrel" "\\lat" #X02AAB "⪫")
2631 ("mathrel" "\\late" #X02AAD "⪭")
2632 ("mathrel" "\\leftarrow" #X02190 "←")
2633 ("mathrel" "\\leftarrowapprox" #X02B4A "⭊")
2634 ("mathrel" "\\leftarrowbackapprox" #X02B42 "⭂")
2635 ("mathrel" "\\leftarrowbsimilar" #X02B4B "⭋")
2636 ("mathrel" "\\leftarrowless" #X02977 "⥷")
2637 ("mathrel" "\\leftarrowonoplus" #X02B32 "⬲")
2638 ("mathrel" "\\leftarrowplus" #X02946 "⥆")
2639 ("mathrel" "\\leftarrowshortrightarrow" #X02943 "⥃")
2640 ("mathrel" "\\leftarrowsimilar" #X02973 "⥳")
2641 ("mathrel" "\\leftarrowsubset" #X0297A "⥺")
2642 ("mathrel" "\\leftarrowtail" #X021A2 "↢")
2643 ("mathrel" "\\leftarrowtriangle" #X021FD "⇽")
2644 ("mathrel" "\\leftarrowx" #X02B3E "⬾")
2645 ("mathrel" "\\leftbkarrow" #X0290C "⤌")
2646 ("mathrel" "\\leftcurvedarrow" #X02B3F "⬿")
2647 ("mathrel" "\\leftdbkarrow" #X0290E "⤎")
2648 ("mathrel" "\\leftdbltail" #X0291B "⤛")
2649 ("mathrel" "\\leftdotarrow" #X02B38 "⬸")
2650 ("mathrel" "\\leftdowncurvedarrow" #X02936 "⤶")
2651 ("mathrel" "\\leftfishtail" #X0297C "⥼")
2652 ("mathrel" "\\leftharpoondown" #X021BD "↽")
2653 ("mathrel" "\\leftharpoondownbar" #X0295E "⥞")
2654 ("mathrel" "\\leftharpoonsupdown" #X02962 "⥢")
2655 ("mathrel" "\\leftharpoonup" #X021BC "↼")
2656 ("mathrel" "\\leftharpoonupbar" #X0295A "⥚")
2657 ("mathrel" "\\leftharpoonupdash" #X0296A "⥪")
2658 ("mathrel" "\\leftleftarrows" #X021C7 "⇇")
2659 ("mathrel" "\\leftrightarrow" #X02194 "↔")
2660 ("mathrel" "\\leftrightarrowcircle" #X02948 "⥈")
2661 ("mathrel" "\\leftrightarrows" #X021C6 "⇆")
2662 ("mathrel" "\\leftrightarrowtriangle" #X021FF "⇿")
2663 ("mathrel" "\\leftrightharpoondowndown" #X02950 "⥐")
2664 ("mathrel" "\\leftrightharpoondownup" #X0294B "⥋")
2665 ("mathrel" "\\leftrightharpoons" #X021CB "⇋")
2666 ("mathrel" "\\leftrightharpoonsdown" #X02967 "⥧")
2667 ("mathrel" "\\leftrightharpoonsup" #X02966 "⥦")
2668 ("mathrel" "\\leftrightharpoonupdown" #X0294A "⥊")
2669 ("mathrel" "\\leftrightharpoonupup" #X0294E "⥎")
2670 ("mathrel" "\\leftrightsquigarrow" #X021AD "↭")
2671 ("mathrel" "\\leftsquigarrow" #X021DC "⇜")
2672 ("mathrel" "\\lefttail" #X02919 "⤙")
2673 ("mathrel" "\\leftthreearrows" #X02B31 "⬱")
2674 ("mathrel" "\\leftwavearrow" #X0219C "↜")
2675 ("mathrel" "\\leq" #X02264 "≤")
2676 ("mathrel" "\\leqq" #X02266 "≦")
2677 ("mathrel" "\\leqqslant" #X02AF9 "⫹")
2678 ("mathrel" "\\leqslant" #X02A7D "⩽")
2679 ("mathrel" "\\lescc" #X02AA8 "⪨")
2680 ("mathrel" "\\lesdot" #X02A7F "⩿")
2681 ("mathrel" "\\lesdoto" #X02A81 "⪁")
2682 ("mathrel" "\\lesdotor" #X02A83 "⪃")
2683 ("mathrel" "\\lesges" #X02A93 "⪓")
2684 ("mathrel" "\\less" #X0003C "<")
2685 ("mathrel" "\\lessapprox" #X02A85 "⪅")
2686 ("mathrel" "\\lessdot" #X022D6 "⋖")
2687 ("mathrel" "\\lesseqgtr" #X022DA "⋚")
2688 ("mathrel" "\\lesseqqgtr" #X02A8B "⪋")
2689 ("mathrel" "\\lessgtr" #X02276 "≶")
2690 ("mathrel" "\\lesssim" #X02272 "≲")
2691 ("mathrel" "\\lfbowtie" #X029D1 "⧑")
2692 ("mathrel" "\\lftimes" #X029D4 "⧔")
2693 ("mathrel" "\\lgE" #X02A91 "⪑")
2694 ("mathrel" "\\ll" #X0226A "≪")
2695 ("mathrel" "\\lll" #X022D8 "⋘")
2696 ("mathrel" "\\lllnest" #X02AF7 "⫷")
2697 ("mathrel" "\\lnapprox" #X02A89 "⪉")
2698 ("mathrel" "\\lneq" #X02A87 "⪇")
2699 ("mathrel" "\\lneqq" #X02268 "≨")
2700 ("mathrel" "\\lnsim" #X022E6 "⋦")
2701 ("mathrel" "\\longdashv" #X027DE "⟞")
2702 ("mathrel" "\\longleftarrow" #X027F5 "⟵")
2703 ("mathrel" "\\longleftrightarrow" #X027F7 "⟷")
2704 ("mathrel" "\\longleftsquigarrow" #X02B33 "⬳")
2705 ("mathrel" "\\longmapsfrom" #X027FB "⟻")
2706 ("mathrel" "\\longmapsto" #X027FC "⟼")
2707 ("mathrel" "\\longrightarrow" #X027F6 "⟶")
2708 ("mathrel" "\\longrightsquigarrow" #X027FF "⟿")
2709 ("mathrel" "\\looparrowleft" #X021AB "↫")
2710 ("mathrel" "\\looparrowright" #X021AC "↬")
2711 ("mathrel" "\\lrtriangleeq" #X029E1 "⧡")
2712 ("mathrel" "\\lsime" #X02A8D "⪍")
2713 ("mathrel" "\\lsimg" #X02A8F "⪏")
2714 ("mathrel" "\\lsqhook" #X02ACD "⫍")
2715 ("mathrel" "\\ltcc" #X02AA6 "⪦")
2716 ("mathrel" "\\ltcir" #X02A79 "⩹")
2717 ("mathrel" "\\ltlarr" #X02976 "⥶")
2718 ("mathrel" "\\ltquest" #X02A7B "⩻")
2719 ("mathrel" "\\ltrivb" #X029CF "⧏")
2720 ("mathrel" "\\mapsdown" #X021A7 "↧")
2721 ("mathrel" "\\mapsfrom" #X021A4 "↤")
2722 ("mathrel" "\\mapsto" #X021A6 "↦")
2723 ("mathrel" "\\mapsup" #X021A5 "↥")
2724 ("mathrel" "\\mathratio" #X02236 "∶")
2725 ("mathrel" "\\measeq" #X0225E "≞")
2726 ("mathrel" "\\mid" #X02223 "∣")
2727 ("mathrel" "\\midcir" #X02AF0 "⫰")
2728 ("mathrel" "\\mlcp" #X02ADB "⫛")
2729 ("mathrel" "\\models" #X022A7 "⊧")
2730 ("mathrel" "\\multimap" #X022B8 "⊸")
2731 ("mathrel" "\\multimapinv" #X027DC "⟜")
2732 ("mathrel" "\\nLeftarrow" #X021CD "⇍")
2733 ("mathrel" "\\nLeftrightarrow" #X021CE "⇎")
2734 ("mathrel" "\\nRightarrow" #X021CF "⇏")
2735 ("mathrel" "\\nVDash" #X022AF "⊯")
2736 ("mathrel" "\\nVdash" #X022AE "⊮")
2737 ("mathrel" "\\nVleftarrow" #X021FA "⇺")
2738 ("mathrel" "\\nVleftarrowtail" #X02B3A "⬺")
2739 ("mathrel" "\\nVleftrightarrow" #X021FC "⇼")
2740 ("mathrel" "\\nVrightarrow" #X021FB "⇻")
2741 ("mathrel" "\\nVrightarrowtail" #X02915 "⤕")
2742 ("mathrel" "\\nVtwoheadleftarrow" #X02B35 "⬵")
2743 ("mathrel" "\\nVtwoheadleftarrowtail" #X02B3D "⬽")
2744 ("mathrel" "\\nVtwoheadrightarrow" #X02901 "⤁")
2745 ("mathrel" "\\nVtwoheadrightarrowtail" #X02918 "⤘")
2746 ("mathrel" "\\napprox" #X02249 "≉")
2747 ("mathrel" "\\nasymp" #X0226D "≭")
2748 ("mathrel" "\\ncong" #X02247 "≇")
2749 ("mathrel" "\\ne" #X02260 "≠")
2750 ("mathrel" "\\nearrow" #X02197 "↗")
2751 ("mathrel" "\\nequiv" #X02262 "≢")
2752 ("mathrel" "\\neswarrow" #X02922 "⤢")
2753 ("mathrel" "\\ngeq" #X02271 "≱")
2754 ("mathrel" "\\ngtr" #X0226F "≯")
2755 ("mathrel" "\\ngtrless" #X02279 "≹")
2756 ("mathrel" "\\ngtrsim" #X02275 "≵")
2757 ("mathrel" "\\nhpar" #X02AF2 "⫲")
2758 ("mathrel" "\\ni" #X0220B "∋")
2759 ("mathrel" "\\niobar" #X022FE "⋾")
2760 ("mathrel" "\\nis" #X022FC "⋼")
2761 ("mathrel" "\\nisd" #X022FA "⋺")
2762 ("mathrel" "\\nleftarrow" #X0219A "↚")
2763 ("mathrel" "\\nleftrightarrow" #X021AE "↮")
2764 ("mathrel" "\\nleq" #X02270 "≰")
2765 ("mathrel" "\\nless" #X0226E "≮")
2766 ("mathrel" "\\nlessgtr" #X02278 "≸")
2767 ("mathrel" "\\nlesssim" #X02274 "≴")
2768 ("mathrel" "\\nmid" #X02224 "∤")
2769 ("mathrel" "\\nni" #X0220C "∌")
2770 ("mathrel" "\\notin" #X02209 "∉")
2771 ("mathrel" "\\nparallel" #X02226 "∦")
2772 ("mathrel" "\\nprec" #X02280 "⊀")
2773 ("mathrel" "\\npreccurlyeq" #X022E0 "⋠")
2774 ("mathrel" "\\nrightarrow" #X0219B "↛")
2775 ("mathrel" "\\nsim" #X02241 "≁")
2776 ("mathrel" "\\nsime" #X02244 "≄")
2777 ("mathrel" "\\nsqsubseteq" #X022E2 "⋢")
2778 ("mathrel" "\\nsqsupseteq" #X022E3 "⋣")
2779 ("mathrel" "\\nsubset" #X02284 "⊄")
2780 ("mathrel" "\\nsubseteq" #X02288 "⊈")
2781 ("mathrel" "\\nsucc" #X02281 "⊁")
2782 ("mathrel" "\\nsucccurlyeq" #X022E1 "⋡")
2783 ("mathrel" "\\nsupset" #X02285 "⊅")
2784 ("mathrel" "\\nsupseteq" #X02289 "⊉")
2785 ("mathrel" "\\ntriangleleft" #X022EA "⋪")
2786 ("mathrel" "\\ntrianglelefteq" #X022EC "⋬")
2787 ("mathrel" "\\ntriangleright" #X022EB "⋫")
2788 ("mathrel" "\\ntrianglerighteq" #X022ED "⋭")
2789 ("mathrel" "\\nvDash" #X022AD "⊭")
2790 ("mathrel" "\\nvLeftarrow" #X02902 "⤂")
2791 ("mathrel" "\\nvLeftrightarrow" #X02904 "⤄")
2792 ("mathrel" "\\nvRightarrow" #X02903 "⤃")
2793 ("mathrel" "\\nvdash" #X022AC "⊬")
2794 ("mathrel" "\\nvleftarrow" #X021F7 "⇷")
2795 ("mathrel" "\\nvleftarrowtail" #X02B39 "⬹")
2796 ("mathrel" "\\nvleftrightarrow" #X021F9 "⇹")
2797 ("mathrel" "\\nvrightarrow" #X021F8 "⇸")
2798 ("mathrel" "\\nvrightarrowtail" #X02914 "⤔")
2799 ("mathrel" "\\nvtwoheadleftarrow" #X02B34 "⬴")
2800 ("mathrel" "\\nvtwoheadleftarrowtail" #X02B3C "⬼")
2801 ("mathrel" "\\nvtwoheadrightarrow" #X02900 "⤀")
2802 ("mathrel" "\\nvtwoheadrightarrowtail" #X02917 "⤗")
2803 ("mathrel" "\\nwarrow" #X02196 "↖")
2804 ("mathrel" "\\nwsearrow" #X02921 "⤡")
2805 ("mathrel" "\\origof" #X022B6 "⊶")
2806 ("mathrel" "\\parallel" #X02225 "∥")
2807 ("mathrel" "\\parsim" #X02AF3 "⫳")
2808 ("mathrel" "\\partialmeetcontraction" #X02AA3 "⪣")
2809 ("mathrel" "\\perp" #X027C2 "⟂")
2810 ("mathrel" "\\pitchfork" #X022D4 "⋔")
2811 ("mathrel" "\\prec" #X0227A "≺")
2812 ("mathrel" "\\precapprox" #X02AB7 "⪷")
2813 ("mathrel" "\\preccurlyeq" #X0227C "≼")
2814 ("mathrel" "\\preceq" #X02AAF "⪯")
2815 ("mathrel" "\\preceqq" #X02AB3 "⪳")
2816 ("mathrel" "\\precnapprox" #X02AB9 "⪹")
2817 ("mathrel" "\\precneq" #X02AB1 "⪱")
2818 ("mathrel" "\\precneqq" #X02AB5 "⪵")
2819 ("mathrel" "\\precnsim" #X022E8 "⋨")
2820 ("mathrel" "\\precsim" #X0227E "≾")
2821 ("mathrel" "\\propto" #X0221D "∝")
2822 ("mathrel" "\\prurel" #X022B0 "⊰")
2823 ("mathrel" "\\pullback" #X027D3 "⟓")
2824 ("mathrel" "\\pushout" #X027D4 "⟔")
2825 ("mathrel" "\\questeq" #X0225F "≟")
2826 ("mathrel" "\\revnmid" #X02AEE "⫮")
2827 ("mathrel" "\\rfbowtie" #X029D2 "⧒")
2828 ("mathrel" "\\rftimes" #X029D5 "⧕")
2829 ("mathrel" "\\rightarrow" #X02192 "→")
2830 ("mathrel" "\\rightarrowapprox" #X02975 "⥵")
2831 ("mathrel" "\\rightarrowbackapprox" #X02B48 "⭈")
2832 ("mathrel" "\\rightarrowbar" #X021E5 "⇥")
2833 ("mathrel" "\\rightarrowbsimilar" #X02B4C "⭌")
2834 ("mathrel" "\\rightarrowdiamond" #X0291E "⤞")
2835 ("mathrel" "\\rightarrowgtr" #X02B43 "⭃")
2836 ("mathrel" "\\rightarrowonoplus" #X027F4 "⟴")
2837 ("mathrel" "\\rightarrowplus" #X02945 "⥅")
2838 ("mathrel" "\\rightarrowshortleftarrow" #X02942 "⥂")
2839 ("mathrel" "\\rightarrowsimilar" #X02974 "⥴")
2840 ("mathrel" "\\rightarrowsupset" #X02B44 "⭄")
2841 ("mathrel" "\\rightarrowtail" #X021A3 "↣")
2842 ("mathrel" "\\rightarrowtriangle" #X021FE "⇾")
2843 ("mathrel" "\\rightarrowx" #X02947 "⥇")
2844 ("mathrel" "\\rightbkarrow" #X0290D "⤍")
2845 ("mathrel" "\\rightcurvedarrow" #X02933 "⤳")
2846 ("mathrel" "\\rightdbltail" #X0291C "⤜")
2847 ("mathrel" "\\rightdotarrow" #X02911 "⤑")
2848 ("mathrel" "\\rightdowncurvedarrow" #X02937 "⤷")
2849 ("mathrel" "\\rightfishtail" #X0297D "⥽")
2850 ("mathrel" "\\rightharpoondown" #X021C1 "⇁")
2851 ("mathrel" "\\rightharpoondownbar" #X02957 "⥗")
2852 ("mathrel" "\\rightharpoonsupdown" #X02964 "⥤")
2853 ("mathrel" "\\rightharpoonup" #X021C0 "⇀")
2854 ("mathrel" "\\rightharpoonupbar" #X02953 "⥓")
2855 ("mathrel" "\\rightharpoonupdash" #X0296C "⥬")
2856 ("mathrel" "\\rightimply" #X02970 "⥰")
2857 ("mathrel" "\\rightleftarrows" #X021C4 "⇄")
2858 ("mathrel" "\\rightleftharpoons" #X021CC "⇌")
2859 ("mathrel" "\\rightleftharpoonsdown" #X02969 "⥩")
2860 ("mathrel" "\\rightleftharpoonsup" #X02968 "⥨")
2861 ("mathrel" "\\rightrightarrows" #X021C9 "⇉")
2862 ("mathrel" "\\rightsquigarrow" #X021DD "⇝")
2863 ("mathrel" "\\righttail" #X0291A "⤚")
2864 ("mathrel" "\\rightthreearrows" #X021F6 "⇶")
2865 ("mathrel" "\\rightwavearrow" #X0219D "↝")
2866 ("mathrel" "\\risingdotseq" #X02253 "≓")
2867 ("mathrel" "\\rsqhook" #X02ACE "⫎")
2868 ("mathrel" "\\rtriltri" #X029CE "⧎")
2869 ("mathrel" "\\ruledelayed" #X029F4 "⧴")
2870 ("mathrel" "\\scurel" #X022B1 "⊱")
2871 ("mathrel" "\\searrow" #X02198 "↘")
2872 ("mathrel" "\\shortdowntack" #X02ADF "⫟")
2873 ("mathrel" "\\shortlefttack" #X02ADE "⫞")
2874 ("mathrel" "\\shortrightarrowleftarrow" #X02944 "⥄")
2875 ("mathrel" "\\shortuptack" #X02AE0 "⫠")
2876 ("mathrel" "\\sim" #X0223C "∼")
2877 ("mathrel" "\\simeq" #X02243 "≃")
2878 ("mathrel" "\\simgE" #X02AA0 "⪠")
2879 ("mathrel" "\\simgtr" #X02A9E "⪞")
2880 ("mathrel" "\\similarleftarrow" #X02B49 "⭉")
2881 ("mathrel" "\\similarrightarrow" #X02972 "⥲")
2882 ("mathrel" "\\simlE" #X02A9F "⪟")
2883 ("mathrel" "\\simless" #X02A9D "⪝")
2884 ("mathrel" "\\simminussim" #X02A6C "⩬")
2885 ("mathrel" "\\simneqq" #X02246 "≆")
2886 ("mathrel" "\\simrdots" #X02A6B "⩫")
2887 ("mathrel" "\\smallin" #X0220A "∊")
2888 ("mathrel" "\\smallni" #X0220D "∍")
2889 ("mathrel" "\\smeparsl" #X029E4 "⧤")
2890 ("mathrel" "\\smile" #X02323 "⌣")
2891 ("mathrel" "\\smt" #X02AAA "⪪")
2892 ("mathrel" "\\smte" #X02AAC "⪬")
2893 ("mathrel" "\\sqsubset" #X0228F "⊏")
2894 ("mathrel" "\\sqsubseteq" #X02291 "⊑")
2895 ("mathrel" "\\sqsubsetneq" #X022E4 "⋤")
2896 ("mathrel" "\\sqsupset" #X02290 "⊐")
2897 ("mathrel" "\\sqsupseteq" #X02292 "⊒")
2898 ("mathrel" "\\sqsupsetneq" #X022E5 "⋥")
2899 ("mathrel" "\\stareq" #X0225B "≛")
2900 ("mathrel" "\\subedot" #X02AC3 "⫃")
2901 ("mathrel" "\\submult" #X02AC1 "⫁")
2902 ("mathrel" "\\subrarr" #X02979 "⥹")
2903 ("mathrel" "\\subset" #X02282 "⊂")
2904 ("mathrel" "\\subsetapprox" #X02AC9 "⫉")
2905 ("mathrel" "\\subsetdot" #X02ABD "⪽")
2906 ("mathrel" "\\subseteq" #X02286 "⊆")
2907 ("mathrel" "\\subseteqq" #X02AC5 "⫅")
2908 ("mathrel" "\\subsetneq" #X0228A "⊊")
2909 ("mathrel" "\\subsetneqq" #X02ACB "⫋")
2910 ("mathrel" "\\subsetplus" #X02ABF "⪿")
2911 ("mathrel" "\\subsim" #X02AC7 "⫇")
2912 ("mathrel" "\\subsub" #X02AD5 "⫕")
2913 ("mathrel" "\\subsup" #X02AD3 "⫓")
2914 ("mathrel" "\\succ" #X0227B "≻")
2915 ("mathrel" "\\succapprox" #X02AB8 "⪸")
2916 ("mathrel" "\\succcurlyeq" #X0227D "≽")
2917 ("mathrel" "\\succeq" #X02AB0 "⪰")
2918 ("mathrel" "\\succeqq" #X02AB4 "⪴")
2919 ("mathrel" "\\succnapprox" #X02ABA "⪺")
2920 ("mathrel" "\\succneq" #X02AB2 "⪲")
2921 ("mathrel" "\\succneqq" #X02AB6 "⪶")
2922 ("mathrel" "\\succnsim" #X022E9 "⋩")
2923 ("mathrel" "\\succsim" #X0227F "≿")
2924 ("mathrel" "\\supdsub" #X02AD8 "⫘")
2925 ("mathrel" "\\supedot" #X02AC4 "⫄")
2926 ("mathrel" "\\suphsol" #X027C9 "⟉")
2927 ("mathrel" "\\suphsub" #X02AD7 "⫗")
2928 ("mathrel" "\\suplarr" #X0297B "⥻")
2929 ("mathrel" "\\supmult" #X02AC2 "⫂")
2930 ("mathrel" "\\supset" #X02283 "⊃")
2931 ("mathrel" "\\supsetapprox" #X02ACA "⫊")
2932 ("mathrel" "\\supsetdot" #X02ABE "⪾")
2933 ("mathrel" "\\supseteq" #X02287 "⊇")
2934 ("mathrel" "\\supseteqq" #X02AC6 "⫆")
2935 ("mathrel" "\\supsetneq" #X0228B "⊋")
2936 ("mathrel" "\\supsetneqq" #X02ACC "⫌")
2937 ("mathrel" "\\supsetplus" #X02AC0 "⫀")
2938 ("mathrel" "\\supsim" #X02AC8 "⫈")
2939 ("mathrel" "\\supsub" #X02AD4 "⫔")
2940 ("mathrel" "\\supsup" #X02AD6 "⫖")
2941 ("mathrel" "\\swarrow" #X02199 "↙")
2942 ("mathrel" "\\toea" #X02928 "⤨")
2943 ("mathrel" "\\tona" #X02927 "⤧")
2944 ("mathrel" "\\topfork" #X02ADA "⫚")
2945 ("mathrel" "\\tosa" #X02929 "⤩")
2946 ("mathrel" "\\towa" #X0292A "⤪")
2947 ("mathrel" "\\trianglelefteq" #X022B4 "⊴")
2948 ("mathrel" "\\triangleq" #X0225C "≜")
2949 ("mathrel" "\\trianglerighteq" #X022B5 "⊵")
2950 ("mathrel" "\\twoheaddownarrow" #X021A1 "↡")
2951 ("mathrel" "\\twoheadleftarrow" #X0219E "↞")
2952 ("mathrel" "\\twoheadleftarrowtail" #X02B3B "⬻")
2953 ("mathrel" "\\twoheadleftdbkarrow" #X02B37 "⬷")
2954 ("mathrel" "\\twoheadmapsfrom" #X02B36 "⬶")
2955 ("mathrel" "\\twoheadmapsto" #X02905 "⤅")
2956 ("mathrel" "\\twoheadrightarrow" #X021A0 "↠")
2957 ("mathrel" "\\twoheadrightarrowtail" #X02916 "⤖")
2958 ("mathrel" "\\twoheaduparrow" #X0219F "↟")
2959 ("mathrel" "\\twoheaduparrowcircle" #X02949 "⥉")
2960 ("mathrel" "\\uparrow" #X02191 "↑")
2961 ("mathrel" "\\uparrowbarred" #X02909 "⤉")
2962 ("mathrel" "\\updownarrow" #X02195 "↕")
2963 ("mathrel" "\\updownarrows" #X021C5 "⇅")
2964 ("mathrel" "\\updownharpoonleftleft" #X02951 "⥑")
2965 ("mathrel" "\\updownharpoonleftright" #X0294D "⥍")
2966 ("mathrel" "\\updownharpoonrightleft" #X0294C "⥌")
2967 ("mathrel" "\\updownharpoonrightright" #X0294F "⥏")
2968 ("mathrel" "\\updownharpoonsleftright" #X0296E "⥮")
2969 ("mathrel" "\\upfishtail" #X0297E "⥾")
2970 ("mathrel" "\\upharpoonleft" #X021BF "↿")
2971 ("mathrel" "\\upharpoonleftbar" #X02960 "⥠")
2972 ("mathrel" "\\upharpoonright" #X021BE "↾")
2973 ("mathrel" "\\upharpoonrightbar" #X0295C "⥜")
2974 ("mathrel" "\\upharpoonsleftright" #X02963 "⥣")
2975 ("mathrel" "\\upin" #X027D2 "⟒")
2976 ("mathrel" "\\upuparrows" #X021C8 "⇈")
2977 ("mathrel" "\\vBar" #X02AE8 "⫨")
2978 ("mathrel" "\\vBarv" #X02AE9 "⫩")
2979 ("mathrel" "\\vDash" #X022A8 "⊨")
2980 ("mathrel" "\\vDdash" #X02AE2 "⫢")
2981 ("mathrel" "\\varVdash" #X02AE6 "⫦")
2982 ("mathrel" "\\varisinobar" #X022F6 "⋶")
2983 ("mathrel" "\\varisins" #X022F3 "⋳")
2984 ("mathrel" "\\varniobar" #X022FD "⋽")
2985 ("mathrel" "\\varnis" #X022FB "⋻")
2986 ("mathrel" "\\vartriangleleft" #X022B2 "⊲")
2987 ("mathrel" "\\vartriangleright" #X022B3 "⊳")
2988 ("mathrel" "\\vbrtri" #X029D0 "⧐")
2989 ("mathrel" "\\vdash" #X022A2 "⊢")
2990 ("mathrel" "\\vdots" #X022EE "⋮")
2991 ("mathrel" "\\veeeq" #X0225A "≚")
2992 ("mathrel" "\\veeonwedge" #X02A59 "⩙")
2993 ("mathrel" "\\vlongdash" #X027DD "⟝")
2994 ("mathrel" "\\wedgeq" #X02259 "≙")
2995 ("mathunder" "\\underbrace" #X023DF "⏟")
2996 ("mathunder" "\\underbracket" #X023B5 "⎵")
2997 ("mathunder" "\\underparen" #X023DD "⏝"))
2998 "Extended list of mathematical symbols.
2999 Taken from http://milde.users.sourceforge.net/LUCR/Math/ and
3000 prepared with `msl--read-LUCR-list' function. This list does not
3001 contain some (about 190) of the standard LaTeX math commands in
3002 `math-symbol-list-basic' because they are named differently in
3003 unicode-math standard.")
3004
3005 (defconst math-symbol-list-latex-commands
3006 '("address" "addtocounter" "addtolength" "addvspace" "Alph" "alph" "Alph
3007 example" "alsoname" "and for author" "appendix" "arabic" "arraycolsep"
3008 "arrayrulewidth" "arraystretch" "baselineskip"
3009 "baselinestretch" "begin" "bf" "bfseries" "bibitem" "bibliography"
3010 "bibliographystyle" "bigskip" "bigskipamount" "bmod" "boldmath"
3011 "bottomfraction" "cal" "caption" "cc" "centering"
3012 "chapter" "circle" "cite" "cleardoublepage" "clearpage" "cline" "closing"
3013 "columnsep" "columnseprule" "columnwidth" "contentsline" "copyright"
3014 "dag" "dashbox" "day" "dblfloatpagefraction"
3015 "dblfloatsep" "dbltextfloatsep" "dbltopfraction" "ddag" "depth"
3016 "displaystyle" "documentclass" "dotfill" "doublerulesep" "emph" "encl"
3017 "enlargethispage" "enumi" "enumii" "enumiii" "enumiv" "evensidemargin"
3018 "fbox" "fboxrule" "fboxsep" "fill" "floatpagefraction" "floatsep"
3019 "flushbottom" "fnsymbol" "fontencoding" "fontfamily" "fontseries"
3020 "fontshape" "fontsize" "footnote" "footnotemark" "footnoterule"
3021 "footnotesep" "footnotesize" "footnotetext" "footskip" "frame" "framebox"
3022 "fussy" "gets" "glossary" "glossaryentry"
3023 "headheight" "headsep" "height" "hfill" "hline" "hrulefill" "hspace"
3024 "Huge" "huge" "hyphenation" "iff" "include" "includeonly"
3025 "indent" "index" "indexentry" "input" "intextsep"
3026 "item" "itemindent" "itemsep" "itshape" "kill"
3027 "label" "labelenumi" "labelenumii" "labelenumiii" "labelenumiv"
3028 "labelitemi" "labelitemii" "labelitemiii" "labelitemiv" "labelsep"
3029 "labelwidth" "land" "LARGE" "Large" "large" "LaTeX" "le" "left" "leadsto"
3030 "lefteqn" "leftmargin" "leftmargini" "leftmarginii" "leftmarginiii"
3031 "leftmarginiv" "leftmarginv" "leftmarginvi" "line" "linebreak"
3032 "linethickness" "linewidth" "listoffigures" "listoftables" "listparindent"
3033 "lnot" "location" "lor" "lq" "makebox" "makebox " "makeglossary"
3034 "makeindex" "makelabels" "maketitle" "marginpar" "marginparpush"
3035 "marginparsep" "marginparwidth" "mathbf" "mathcal" "mathnormal" "mathrm"
3036 "mathsf" "mathtt" "mathversion" "mbox" "mdseries" "medskip"
3037 "medskipamount" "month" "multicolumn" "multiput" "name" "newcommand"
3038 "newcounter" "newenvironment" "newfont" "newlength" "NEWLINE" "newline"
3039 "newpage" "newsavebox" "newtheorem" "nocite" "nofiles" "noindent"
3040 "nolinebreak" "nonumber" "nopagebreak" "normalfont" "normalmarginpar"
3041 "normalsize" "oe" "onecolumn" "opening" "oval" "owns" "P" "pagebreak" "pagenumbering"
3042 "pageref" "pagestyle" "paragraph" "parbox" "parindent"
3043 "parsep" "parskip" "parskip example" "part" "partopsep" "pmod" "poptabs"
3044 "pounds" "protect" "ps" "pushtabs" "put" "raggedbottom" "raggedleft"
3045 "raggedright" "raisebox" "ref" "refstepcounter" "renewenvironment"
3046 "restorecr" "reversemarginpar" "right" "rightmargin" "rm" "rmfamily"
3047 "roman" "rq" "rule" "savebox" "sbox" "sc" "scriptsize" "scshape"
3048 "section" "seename" "selectfont" "setcounter" "setlength" "settodepth"
3049 "settoheight" "settowidth" "sf" "sffamily" "shortstack" "signature" "sl"
3050 "slshape" "small" "smallint" "smallskip" "smallskipamount" "SPACE" "ss"
3051 "startbreaks" "stepcounter" "stop" "stopbreaks" "subparagraph"
3052 "subsection" "subsubsection" "symbol" "TAB"
3053 "tabbingsep" "tabcolsep" "tableofcontents" "telephone" "TeX" "textbf"
3054 "textfloatsep" "textfraction" "textheight" "textit" "textmd" "textnormal"
3055 "textrm" "textsc" "textsf" "textsl" "texttt" "textup" "textwidth"
3056 "thicklines" "thinlines" "thinspace" "thispagestyle" "tiny" "to" "today"
3057 "topfraction" "topmargin" "topsep" "topskip" "totalheight" "tt" "ttfamily"
3058 "twocolumn" "typein" "typeout" "u " "unboldmath"
3059 "unitlength" "upshape" "usebox" "usecounter" "usefont" "usepackage"
3060 "value" "vector" "verb" "vert" "vfill" "vline" "vspace"
3061 "width" "year")
3062 "List of the latex commands.")
3063
3064 \f
3065 ;; IMPORT UTILITIES
3066
3067 (defun msl--read-LUCR-list (file &optional print)
3068 "Read in LUCR list from [1] and optionally PRINT.
3069 LUCR list is a super-set of unicode-math list [2]. FILE is a
3070 local file from [3].
3071
3072 [1] http://milde.users.sourceforge.net/LUCR/Math/
3073 [2] https://github.com/wspr/unicode-math/blob/master/unicode-math-table.tex
3074 [3] http://milde.users.sourceforge.net/LUCR/Math/data/unimathsymbols.txt
3075 "
3076 (let* ((lines (with-temp-buffer
3077 (insert-file-contents file)
3078 (split-string (buffer-string) "\n" t)))
3079 (symb (cl-loop for l in lines
3080 unless (string-match-p "^#" l)
3081 for words = (split-string l "\\^")
3082 if (> (length (nth 3 words)) 0)
3083 collect (list (nth 5 words) (nth 3 words) (nth 0 words) (substring (nth 1 words) -1))
3084 ;; if (and (> (length (nth 3 words)) 0)
3085 ;; (not (string= (nth 2 words) (nth 3 words))))
3086 ;; collect (list (nth 5 words) (nth 2 words) (nth 0 words) (substring (nth 1 words) -1))
3087 ))
3088 (symb (cl-sort symb (lambda (a b) (string-lessp (concat (car a) (cadr a)) (concat (car b) (cadr b)))))))
3089 (if print
3090 (let ((out-buff (get-buffer-create "*symbol-list*")))
3091 (with-current-buffer out-buff
3092 (erase-buffer)
3093 (insert "(")
3094 (dolist (w symb)
3095 (insert (apply 'format "(\"%s\" \"\\%s\" #X%s \"%s\")\n" w )))
3096 (insert ")")
3097 (goto-char (point-min)))
3098 (switch-to-buffer out-buff))
3099 symb)))
3100
3101 (provide 'math-symbol-lists)
3102 ;;; math-symbol-lists.el ends here