docthemes: Save themes def. to a file when added to ColorSets
[LibreOffice.git] / starmath / source / mathml / xparsmlbase.cxx
blobccfcf0049e77557f4f66b2544d5f5097c696831a
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 #include <xparsmlbase.hxx>
21 static ::css::beans::Pair<::rtl::OUString, ::rtl::OUString>
22 icustomMathmlHtmlEntitiesData[starmathdatabase::STARMATH_MATHMLHTML_ENTITY_NUMBER] = {
23 // clang-format off
24 { u"AElig"_ustr, u"\u00C6"_ustr },
25 { u"AMP"_ustr, u"\u0026"_ustr },
26 { u"Aacute"_ustr, u"\u00C1"_ustr },
27 { u"Abreve"_ustr, u"\u0102"_ustr },
28 { u"Acirc"_ustr, u"\u00C2"_ustr },
29 { u"Acy"_ustr, u"\u0410"_ustr },
30 { u"Afr"_ustr, u"\U0001D504"_ustr },
31 { u"Agrave"_ustr, u"\u00C0"_ustr },
32 { u"Alpha"_ustr, u"\u0391"_ustr },
33 { u"Amacr"_ustr, u"\u0100"_ustr },
34 { u"And"_ustr, u"\u2A53"_ustr },
35 { u"Aogon"_ustr, u"\u0104"_ustr },
36 { u"Aopf"_ustr, u"\U0001D538"_ustr },
37 { u"ApplyFunction"_ustr, u"\u2061"_ustr },
38 { u"Aring"_ustr, u"\u00C5"_ustr },
39 { u"Ascr"_ustr, u"\U0001D49C"_ustr },
40 { u"Assign"_ustr, u"\u2254"_ustr },
41 { u"Atilde"_ustr, u"\u00C3"_ustr },
42 { u"Auml"_ustr, u"\u00C4"_ustr },
43 { u"Backslash"_ustr, u"\u2216"_ustr },
44 { u"Barv"_ustr, u"\u2AE7"_ustr },
45 { u"Barwed"_ustr, u"\u2306"_ustr },
46 { u"Bcy"_ustr, u"\u0411"_ustr },
47 { u"Because"_ustr, u"\u2235"_ustr },
48 { u"Bernoullis"_ustr, u"\u212C"_ustr },
49 { u"Beta"_ustr, u"\u0392"_ustr },
50 { u"Bfr"_ustr, u"\U0001D505"_ustr },
51 { u"Bopf"_ustr, u"\U0001D539"_ustr },
52 { u"Breve"_ustr, u"\u02D8"_ustr },
53 { u"Bscr"_ustr, u"\u212C"_ustr },
54 { u"Bumpeq"_ustr, u"\u224E"_ustr },
55 { u"CHcy"_ustr, u"\u0427"_ustr },
56 { u"COPY"_ustr, u"\u00A9"_ustr },
57 { u"Cacute"_ustr, u"\u0106"_ustr },
58 { u"Cap"_ustr, u"\u22D2"_ustr },
59 { u"CapitalDifferentialD"_ustr, u"\u2145"_ustr },
60 { u"Cayleys"_ustr, u"\u212D"_ustr },
61 { u"Ccaron"_ustr, u"\u010C"_ustr },
62 { u"Ccedil"_ustr, u"\u00C7"_ustr },
63 { u"Ccirc"_ustr, u"\u0108"_ustr },
64 { u"Cconint"_ustr, u"\u2230"_ustr },
65 { u"Cdot"_ustr, u"\u010A"_ustr },
66 { u"Cedilla"_ustr, u"\u00B8"_ustr },
67 { u"CenterDot"_ustr, u"\u00B7"_ustr },
68 { u"Cfr"_ustr, u"\u212D"_ustr },
69 { u"Chi"_ustr, u"\u03A7"_ustr },
70 { u"CircleDot"_ustr, u"\u2299"_ustr },
71 { u"CircleMinus"_ustr, u"\u2296"_ustr },
72 { u"CirclePlus"_ustr, u"\u2295"_ustr },
73 { u"CircleTimes"_ustr, u"\u2297"_ustr },
74 { u"ClockwiseContourIntegral"_ustr, u"\u2232"_ustr },
75 { u"CloseCurlyDoubleQuote"_ustr, u"\u201D"_ustr },
76 { u"CloseCurlyQuote"_ustr, u"\u2019"_ustr },
77 { u"Colon"_ustr, u"\u2237"_ustr },
78 { u"Colone"_ustr, u"\u2A74"_ustr },
79 { u"Congruent"_ustr, u"\u2261"_ustr },
80 { u"Conint"_ustr, u"\u222F"_ustr },
81 { u"ContourIntegral"_ustr, u"\u222E"_ustr },
82 { u"Copf"_ustr, u"\u2102"_ustr },
83 { u"Coproduct"_ustr, u"\u2210"_ustr },
84 { u"CounterClockwiseContourIntegral"_ustr, u"\u2233"_ustr },
85 { u"Cross"_ustr, u"\u2A2F"_ustr },
86 { u"Cscr"_ustr, u"\U0001D49E"_ustr },
87 { u"Cup"_ustr, u"\u22D3"_ustr },
88 { u"CupCap"_ustr, u"\u224D"_ustr },
89 { u"DD"_ustr, u"\u2145"_ustr },
90 { u"DDotrahd"_ustr, u"\u2911"_ustr },
91 { u"DJcy"_ustr, u"\u0402"_ustr },
92 { u"DScy"_ustr, u"\u0405"_ustr },
93 { u"DZcy"_ustr, u"\u040F"_ustr },
94 { u"Dagger"_ustr, u"\u2021"_ustr },
95 { u"Darr"_ustr, u"\u21A1"_ustr },
96 { u"Dashv"_ustr, u"\u2AE4"_ustr },
97 { u"Dcaron"_ustr, u"\u010E"_ustr },
98 { u"Dcy"_ustr, u"\u0414"_ustr },
99 { u"Del"_ustr, u"\u2207"_ustr },
100 { u"Delta"_ustr, u"\u0394"_ustr },
101 { u"Dfr"_ustr, u"\U0001D507"_ustr },
102 { u"DiacriticalAcute"_ustr, u"\u00B4"_ustr },
103 { u"DiacriticalDot"_ustr, u"\u02D9"_ustr },
104 { u"DiacriticalDoubleAcute"_ustr, u"\u02DD"_ustr },
105 { u"DiacriticalGrave"_ustr, u"\u0060"_ustr },
106 { u"DiacriticalTilde"_ustr, u"\u02DC"_ustr },
107 { u"Diamond"_ustr, u"\u22C4"_ustr },
108 { u"DifferentialD"_ustr, u"\u2146"_ustr },
109 { u"Dopf"_ustr, u"\U0001D53B"_ustr },
110 { u"Dot"_ustr, u"\u00A8"_ustr },
111 { u"DotDot"_ustr, u"\u20DC"_ustr },
112 { u"DotEqual"_ustr, u"\u2250"_ustr },
113 { u"DoubleContourIntegral"_ustr, u"\u222F"_ustr },
114 { u"DoubleDot"_ustr, u"\u00A8"_ustr },
115 { u"DoubleDownArrow"_ustr, u"\u21D3"_ustr },
116 { u"DoubleLeftArrow"_ustr, u"\u21D0"_ustr },
117 { u"DoubleLeftRightArrow"_ustr, u"\u21D4"_ustr },
118 { u"DoubleLeftTee"_ustr, u"\u2AE4"_ustr },
119 { u"DoubleLongLeftArrow"_ustr, u"\u27F8"_ustr },
120 { u"DoubleLongLeftRightArrow"_ustr, u"\u27FA"_ustr },
121 { u"DoubleLongRightArrow"_ustr, u"\u27F9"_ustr },
122 { u"DoubleRightArrow"_ustr, u"\u21D2"_ustr },
123 { u"DoubleRightTee"_ustr, u"\u22A8"_ustr },
124 { u"DoubleUpArrow"_ustr, u"\u21D1"_ustr },
125 { u"DoubleUpDownArrow"_ustr, u"\u21D5"_ustr },
126 { u"DoubleVerticalBar"_ustr, u"\u2225"_ustr },
127 { u"DownArrow"_ustr, u"\u2193"_ustr },
128 { u"DownArrowBar"_ustr, u"\u2913"_ustr },
129 { u"DownArrowUpArrow"_ustr, u"\u21F5"_ustr },
130 { u"DownBreve"_ustr, u"\u0311"_ustr },
131 { u"DownLeftRightVector"_ustr, u"\u2950"_ustr },
132 { u"DownLeftTeeVector"_ustr, u"\u295E"_ustr },
133 { u"DownLeftVector"_ustr, u"\u21BD"_ustr },
134 { u"DownLeftVectorBar"_ustr, u"\u2956"_ustr },
135 { u"DownRightTeeVector"_ustr, u"\u295F"_ustr },
136 { u"DownRightVector"_ustr, u"\u21C1"_ustr },
137 { u"DownRightVectorBar"_ustr, u"\u2957"_ustr },
138 { u"DownTee"_ustr, u"\u22A4"_ustr },
139 { u"DownTeeArrow"_ustr, u"\u21A7"_ustr },
140 { u"Downarrow"_ustr, u"\u21D3"_ustr },
141 { u"Dscr"_ustr, u"\U0001D49F"_ustr },
142 { u"Dstrok"_ustr, u"\u0110"_ustr },
143 { u"ENG"_ustr, u"\u014A"_ustr },
144 { u"ETH"_ustr, u"\u00D0"_ustr },
145 { u"Eacute"_ustr, u"\u00C9"_ustr },
146 { u"Ecaron"_ustr, u"\u011A"_ustr },
147 { u"Ecirc"_ustr, u"\u00CA"_ustr },
148 { u"Ecy"_ustr, u"\u042D"_ustr },
149 { u"Edot"_ustr, u"\u0116"_ustr },
150 { u"Efr"_ustr, u"\U0001D508"_ustr },
151 { u"Egrave"_ustr, u"\u00C8"_ustr },
152 { u"Element"_ustr, u"\u2208"_ustr },
153 { u"Emacr"_ustr, u"\u0112"_ustr },
154 { u"EmptySmallSquare"_ustr, u"\u25FB"_ustr },
155 { u"EmptyVerySmallSquare"_ustr, u"\u25AB"_ustr },
156 { u"Eogon"_ustr, u"\u0118"_ustr },
157 { u"Eopf"_ustr, u"\U0001D53C"_ustr },
158 { u"Epsilon"_ustr, u"\u0395"_ustr },
159 { u"Equal"_ustr, u"\u2A75"_ustr },
160 { u"EqualTilde"_ustr, u"\u2242"_ustr },
161 { u"Equilibrium"_ustr, u"\u21CC"_ustr },
162 { u"Escr"_ustr, u"\u2130"_ustr },
163 { u"Esim"_ustr, u"\u2A73"_ustr },
164 { u"Eta"_ustr, u"\u0397"_ustr },
165 { u"Euml"_ustr, u"\u00CB"_ustr },
166 { u"Exists"_ustr, u"\u2203"_ustr },
167 { u"ExponentialE"_ustr, u"\u2147"_ustr },
168 { u"Fcy"_ustr, u"\u0424"_ustr },
169 { u"Ffr"_ustr, u"\U0001D509"_ustr },
170 { u"FilledSmallSquare"_ustr, u"\u25FC"_ustr },
171 { u"FilledVerySmallSquare"_ustr, u"\u25AA"_ustr },
172 { u"Fopf"_ustr, u"\U0001D53D"_ustr },
173 { u"ForAll"_ustr, u"\u2200"_ustr },
174 { u"Fouriertrf"_ustr, u"\u2131"_ustr },
175 { u"Fscr"_ustr, u"\u2131"_ustr },
176 { u"GJcy"_ustr, u"\u0403"_ustr },
177 { u"GT"_ustr, u"\u003E"_ustr },
178 { u"Gamma"_ustr, u"\u0393"_ustr },
179 { u"Gammad"_ustr, u"\u03DC"_ustr },
180 { u"Gbreve"_ustr, u"\u011E"_ustr },
181 { u"Gcedil"_ustr, u"\u0122"_ustr },
182 { u"Gcirc"_ustr, u"\u011C"_ustr },
183 { u"Gcy"_ustr, u"\u0413"_ustr },
184 { u"Gdot"_ustr, u"\u0120"_ustr },
185 { u"Gfr"_ustr, u"\U0001D50A"_ustr },
186 { u"Gg"_ustr, u"\u22D9"_ustr },
187 { u"Gopf"_ustr, u"\U0001D53E"_ustr },
188 { u"GreaterEqual"_ustr, u"\u2265"_ustr },
189 { u"GreaterEqualLess"_ustr, u"\u22DB"_ustr },
190 { u"GreaterFullEqual"_ustr, u"\u2267"_ustr },
191 { u"GreaterGreater"_ustr, u"\u2AA2"_ustr },
192 { u"GreaterLess"_ustr, u"\u2277"_ustr },
193 { u"GreaterSlantEqual"_ustr, u"\u2A7E"_ustr },
194 { u"GreaterTilde"_ustr, u"\u2273"_ustr },
195 { u"Gscr"_ustr, u"\U0001D4A2"_ustr },
196 { u"Gt"_ustr, u"\u226B"_ustr },
197 { u"HARDcy"_ustr, u"\u042A"_ustr },
198 { u"Hacek"_ustr, u"\u02C7"_ustr },
199 { u"Hat"_ustr, u"\u005E"_ustr },
200 { u"Hcirc"_ustr, u"\u0124"_ustr },
201 { u"Hfr"_ustr, u"\u210C"_ustr },
202 { u"HilbertSpace"_ustr, u"\u210B"_ustr },
203 { u"Hopf"_ustr, u"\u210D"_ustr },
204 { u"HorizontalLine"_ustr, u"\u2500"_ustr },
205 { u"Hscr"_ustr, u"\u210B"_ustr },
206 { u"Hstrok"_ustr, u"\u0126"_ustr },
207 { u"HumpDownHump"_ustr, u"\u224E"_ustr },
208 { u"HumpEqual"_ustr, u"\u224F"_ustr },
209 { u"IEcy"_ustr, u"\u0415"_ustr },
210 { u"IJlig"_ustr, u"\u0132"_ustr },
211 { u"IOcy"_ustr, u"\u0401"_ustr },
212 { u"Iacute"_ustr, u"\u00CD"_ustr },
213 { u"Icirc"_ustr, u"\u00CE"_ustr },
214 { u"Icy"_ustr, u"\u0418"_ustr },
215 { u"Idot"_ustr, u"\u0130"_ustr },
216 { u"Ifr"_ustr, u"\u2111"_ustr },
217 { u"Igrave"_ustr, u"\u00CC"_ustr },
218 { u"Im"_ustr, u"\u2111"_ustr },
219 { u"Imacr"_ustr, u"\u012A"_ustr },
220 { u"ImaginaryI"_ustr, u"\u2148"_ustr },
221 { u"Implies"_ustr, u"\u21D2"_ustr },
222 { u"Int"_ustr, u"\u222C"_ustr },
223 { u"Integral"_ustr, u"\u222B"_ustr },
224 { u"Intersection"_ustr, u"\u22C2"_ustr },
225 { u"InvisibleComma"_ustr, u"\u2063"_ustr },
226 { u"InvisibleTimes"_ustr, u"\u2062"_ustr },
227 { u"Iogon"_ustr, u"\u012E"_ustr },
228 { u"Iopf"_ustr, u"\U0001D540"_ustr },
229 { u"Iota"_ustr, u"\u0399"_ustr },
230 { u"Iscr"_ustr, u"\u2110"_ustr },
231 { u"Itilde"_ustr, u"\u0128"_ustr },
232 { u"Iukcy"_ustr, u"\u0406"_ustr },
233 { u"Iuml"_ustr, u"\u00CF"_ustr },
234 { u"Jcirc"_ustr, u"\u0134"_ustr },
235 { u"Jcy"_ustr, u"\u0419"_ustr },
236 { u"Jfr"_ustr, u"\U0001D50D"_ustr },
237 { u"Jopf"_ustr, u"\U0001D541"_ustr },
238 { u"Jscr"_ustr, u"\U0001D4A5"_ustr },
239 { u"Jsercy"_ustr, u"\u0408"_ustr },
240 { u"Jukcy"_ustr, u"\u0404"_ustr },
241 { u"KHcy"_ustr, u"\u0425"_ustr },
242 { u"KJcy"_ustr, u"\u040C"_ustr },
243 { u"Kappa"_ustr, u"\u039A"_ustr },
244 { u"Kcedil"_ustr, u"\u0136"_ustr },
245 { u"Kcy"_ustr, u"\u041A"_ustr },
246 { u"Kfr"_ustr, u"\U0001D50E"_ustr },
247 { u"Kopf"_ustr, u"\U0001D542"_ustr },
248 { u"Kscr"_ustr, u"\U0001D4A6"_ustr },
249 { u"LJcy"_ustr, u"\u0409"_ustr },
250 { u"LT"_ustr, u"\u003C"_ustr },
251 { u"Lacute"_ustr, u"\u0139"_ustr },
252 { u"Lambda"_ustr, u"\u039B"_ustr },
253 { u"Lang"_ustr, u"\u27EA"_ustr },
254 { u"Laplacetrf"_ustr, u"\u2112"_ustr },
255 { u"Larr"_ustr, u"\u219E"_ustr },
256 { u"Lcaron"_ustr, u"\u013D"_ustr },
257 { u"Lcedil"_ustr, u"\u013B"_ustr },
258 { u"Lcy"_ustr, u"\u041B"_ustr },
259 { u"LeftAngleBracket"_ustr, u"\u27E8"_ustr },
260 { u"LeftArrow"_ustr, u"\u2190"_ustr },
261 { u"LeftArrowBar"_ustr, u"\u21E4"_ustr },
262 { u"LeftArrowRightArrow"_ustr, u"\u21C6"_ustr },
263 { u"LeftCeiling"_ustr, u"\u2308"_ustr },
264 { u"LeftDoubleBracket"_ustr, u"\u27E6"_ustr },
265 { u"LeftDownTeeVector"_ustr, u"\u2961"_ustr },
266 { u"LeftDownVector"_ustr, u"\u21C3"_ustr },
267 { u"LeftDownVectorBar"_ustr, u"\u2959"_ustr },
268 { u"LeftFloor"_ustr, u"\u230A"_ustr },
269 { u"LeftRightArrow"_ustr, u"\u2194"_ustr },
270 { u"LeftRightVector"_ustr, u"\u294E"_ustr },
271 { u"LeftTee"_ustr, u"\u22A3"_ustr },
272 { u"LeftTeeArrow"_ustr, u"\u21A4"_ustr },
273 { u"LeftTeeVector"_ustr, u"\u295A"_ustr },
274 { u"LeftTriangle"_ustr, u"\u22B2"_ustr },
275 { u"LeftTriangleBar"_ustr, u"\u29CF"_ustr },
276 { u"LeftTriangleEqual"_ustr, u"\u22B4"_ustr },
277 { u"LeftUpDownVector"_ustr, u"\u2951"_ustr },
278 { u"LeftUpTeeVector"_ustr, u"\u2960"_ustr },
279 { u"LeftUpVector"_ustr, u"\u21BF"_ustr },
280 { u"LeftUpVectorBar"_ustr, u"\u2958"_ustr },
281 { u"LeftVector"_ustr, u"\u21BC"_ustr },
282 { u"LeftVectorBar"_ustr, u"\u2952"_ustr },
283 { u"Leftarrow"_ustr, u"\u21D0"_ustr },
284 { u"Leftrightarrow"_ustr, u"\u21D4"_ustr },
285 { u"LessEqualGreater"_ustr, u"\u22DA"_ustr },
286 { u"LessFullEqual"_ustr, u"\u2266"_ustr },
287 { u"LessGreater"_ustr, u"\u2276"_ustr },
288 { u"LessLess"_ustr, u"\u2AA1"_ustr },
289 { u"LessSlantEqual"_ustr, u"\u2A7D"_ustr },
290 { u"LessTilde"_ustr, u"\u2272"_ustr },
291 { u"Lfr"_ustr, u"\U0001D50F"_ustr },
292 { u"Ll"_ustr, u"\u22D8"_ustr },
293 { u"Lleftarrow"_ustr, u"\u21DA"_ustr },
294 { u"Lmidot"_ustr, u"\u013F"_ustr },
295 { u"LongLeftArrow"_ustr, u"\u27F5"_ustr },
296 { u"LongLeftRightArrow"_ustr, u"\u27F7"_ustr },
297 { u"LongRightArrow"_ustr, u"\u27F6"_ustr },
298 { u"Longleftarrow"_ustr, u"\u27F8"_ustr },
299 { u"Longleftrightarrow"_ustr, u"\u27FA"_ustr },
300 { u"Longrightarrow"_ustr, u"\u27F9"_ustr },
301 { u"Lopf"_ustr, u"\U0001D543"_ustr },
302 { u"LowerLeftArrow"_ustr, u"\u2199"_ustr },
303 { u"LowerRightArrow"_ustr, u"\u2198"_ustr },
304 { u"Lscr"_ustr, u"\u2112"_ustr },
305 { u"Lsh"_ustr, u"\u21B0"_ustr },
306 { u"Lstrok"_ustr, u"\u0141"_ustr },
307 { u"Lt"_ustr, u"\u226A"_ustr },
308 { u"Map"_ustr, u"\u2905"_ustr },
309 { u"Mcy"_ustr, u"\u041C"_ustr },
310 { u"MediumSpace"_ustr, u"\u205F"_ustr },
311 { u"Mellintrf"_ustr, u"\u2133"_ustr },
312 { u"Mfr"_ustr, u"\U0001D510"_ustr },
313 { u"MinusPlus"_ustr, u"\u2213"_ustr },
314 { u"Mopf"_ustr, u"\U0001D544"_ustr },
315 { u"Mscr"_ustr, u"\u2133"_ustr },
316 { u"Mu"_ustr, u"\u039C"_ustr },
317 { u"NJcy"_ustr, u"\u040A"_ustr },
318 { u"Nacute"_ustr, u"\u0143"_ustr },
319 { u"Ncaron"_ustr, u"\u0147"_ustr },
320 { u"Ncedil"_ustr, u"\u0145"_ustr },
321 { u"Ncy"_ustr, u"\u041D"_ustr },
322 { u"NegativeMediumSpace"_ustr, u"\u200B"_ustr },
323 { u"NegativeThickSpace"_ustr, u"\u200B"_ustr },
324 { u"NegativeThinSpace"_ustr, u"\u200B"_ustr },
325 { u"NegativeVeryThinSpace"_ustr, u"\u200B"_ustr },
326 { u"NestedGreaterGreater"_ustr, u"\u226B"_ustr },
327 { u"NestedLessLess"_ustr, u"\u226A"_ustr },
328 { u"NewLine"_ustr, u"\u000A"_ustr },
329 { u"Nfr"_ustr, u"\U0001D511"_ustr },
330 { u"NoBreak"_ustr, u"\u2060"_ustr },
331 { u"NonBreakingSpace"_ustr, u"\u00A0"_ustr },
332 { u"Nopf"_ustr, u"\u2115"_ustr },
333 { u"Not"_ustr, u"\u2AEC"_ustr },
334 { u"NotCongruent"_ustr, u"\u2262"_ustr },
335 { u"NotCupCap"_ustr, u"\u226D"_ustr },
336 { u"NotDoubleVerticalBar"_ustr, u"\u2226"_ustr },
337 { u"NotElement"_ustr, u"\u2209"_ustr },
338 { u"NotEqual"_ustr, u"\u2260"_ustr },
339 { u"NotEqualTilde"_ustr, u"\u2242\u0338"_ustr },
340 { u"NotExists"_ustr, u"\u2204"_ustr },
341 { u"NotGreater"_ustr, u"\u226F"_ustr },
342 { u"NotGreaterEqual"_ustr, u"\u2271"_ustr },
343 { u"NotGreaterFullEqual"_ustr, u"\u2267\u0338"_ustr },
344 { u"NotGreaterGreater"_ustr, u"\u226B\u0338"_ustr },
345 { u"NotGreaterLess"_ustr, u"\u2279"_ustr },
346 { u"NotGreaterSlantEqual"_ustr, u"\u2A7E\u0338"_ustr },
347 { u"NotGreaterTilde"_ustr, u"\u2275"_ustr },
348 { u"NotHumpDownHump"_ustr, u"\u224E\u0338"_ustr },
349 { u"NotHumpEqual"_ustr, u"\u224F\u0338"_ustr },
350 { u"NotLeftTriangle"_ustr, u"\u22EA"_ustr },
351 { u"NotLeftTriangleBar"_ustr, u"\u29CF\u0338"_ustr },
352 { u"NotLeftTriangleEqual"_ustr, u"\u22EC"_ustr },
353 { u"NotLess"_ustr, u"\u226E"_ustr },
354 { u"NotLessEqual"_ustr, u"\u2270"_ustr },
355 { u"NotLessGreater"_ustr, u"\u2278"_ustr },
356 { u"NotLessLess"_ustr, u"\u226A\u0338"_ustr },
357 { u"NotLessSlantEqual"_ustr, u"\u2A7D\u0338"_ustr },
358 { u"NotLessTilde"_ustr, u"\u2274"_ustr },
359 { u"NotNestedGreaterGreater"_ustr, u"\u2AA2\u0338"_ustr },
360 { u"NotNestedLessLess"_ustr, u"\u2AA1\u0338"_ustr },
361 { u"NotPrecedes"_ustr, u"\u2280"_ustr },
362 { u"NotPrecedesEqual"_ustr, u"\u2AAF\u0338"_ustr },
363 { u"NotPrecedesSlantEqual"_ustr, u"\u22E0"_ustr },
364 { u"NotReverseElement"_ustr, u"\u220C"_ustr },
365 { u"NotRightTriangle"_ustr, u"\u22EB"_ustr },
366 { u"NotRightTriangleBar"_ustr, u"\u29D0\u0338"_ustr },
367 { u"NotRightTriangleEqual"_ustr, u"\u22ED"_ustr },
368 { u"NotSquareSubset"_ustr, u"\u228F\u0338"_ustr },
369 { u"NotSquareSubsetEqual"_ustr, u"\u22E2"_ustr },
370 { u"NotSquareSuperset"_ustr, u"\u2290\u0338"_ustr },
371 { u"NotSquareSupersetEqual"_ustr, u"\u22E3"_ustr },
372 { u"NotSubset"_ustr, u"\u2282\u20D2"_ustr },
373 { u"NotSubsetEqual"_ustr, u"\u2288"_ustr },
374 { u"NotSucceeds"_ustr, u"\u2281"_ustr },
375 { u"NotSucceedsEqual"_ustr, u"\u2AB0\u0338"_ustr },
376 { u"NotSucceedsSlantEqual"_ustr, u"\u22E1"_ustr },
377 { u"NotSucceedsTilde"_ustr, u"\u227F\u0338"_ustr },
378 { u"NotSuperset"_ustr, u"\u2283\u20D2"_ustr },
379 { u"NotSupersetEqual"_ustr, u"\u2289"_ustr },
380 { u"NotTilde"_ustr, u"\u2241"_ustr },
381 { u"NotTildeEqual"_ustr, u"\u2244"_ustr },
382 { u"NotTildeFullEqual"_ustr, u"\u2247"_ustr },
383 { u"NotTildeTilde"_ustr, u"\u2249"_ustr },
384 { u"NotVerticalBar"_ustr, u"\u2224"_ustr },
385 { u"Nscr"_ustr, u"\U0001D4A9"_ustr },
386 { u"Ntilde"_ustr, u"\u00D1"_ustr },
387 { u"Nu"_ustr, u"\u039D"_ustr },
388 { u"OElig"_ustr, u"\u0152"_ustr },
389 { u"Oacute"_ustr, u"\u00D3"_ustr },
390 { u"Ocirc"_ustr, u"\u00D4"_ustr },
391 { u"Ocy"_ustr, u"\u041E"_ustr },
392 { u"Odblac"_ustr, u"\u0150"_ustr },
393 { u"Ofr"_ustr, u"\U0001D512"_ustr },
394 { u"Ograve"_ustr, u"\u00D2"_ustr },
395 { u"Omacr"_ustr, u"\u014C"_ustr },
396 { u"Omega"_ustr, u"\u03A9"_ustr },
397 { u"Omicron"_ustr, u"\u039F"_ustr },
398 { u"Oopf"_ustr, u"\U0001D546"_ustr },
399 { u"OpenCurlyDoubleQuote"_ustr, u"\u201C"_ustr },
400 { u"OpenCurlyQuote"_ustr, u"\u2018"_ustr },
401 { u"Or"_ustr, u"\u2A54"_ustr },
402 { u"Oscr"_ustr, u"\U0001D4AA"_ustr },
403 { u"Oslash"_ustr, u"\u00D8"_ustr },
404 { u"Otilde"_ustr, u"\u00D5"_ustr },
405 { u"Otimes"_ustr, u"\u2A37"_ustr },
406 { u"Ouml"_ustr, u"\u00D6"_ustr },
407 { u"OverBar"_ustr, u"\u203E"_ustr },
408 { u"OverBrace"_ustr, u"\u23DE"_ustr },
409 { u"OverBracket"_ustr, u"\u23B4"_ustr },
410 { u"OverParenthesis"_ustr, u"\u23DC"_ustr },
411 { u"PartialD"_ustr, u"\u2202"_ustr },
412 { u"Pcy"_ustr, u"\u041F"_ustr },
413 { u"Pfr"_ustr, u"\U0001D513"_ustr },
414 { u"Phi"_ustr, u"\u03A6"_ustr },
415 { u"Pi"_ustr, u"\u03A0"_ustr },
416 { u"PlusMinus"_ustr, u"\u00B1"_ustr },
417 { u"Poincareplane"_ustr, u"\u210C"_ustr },
418 { u"Popf"_ustr, u"\u2119"_ustr },
419 { u"Pr"_ustr, u"\u2ABB"_ustr },
420 { u"Precedes"_ustr, u"\u227A"_ustr },
421 { u"PrecedesEqual"_ustr, u"\u2AAF"_ustr },
422 { u"PrecedesSlantEqual"_ustr, u"\u227C"_ustr },
423 { u"PrecedesTilde"_ustr, u"\u227E"_ustr },
424 { u"Prime"_ustr, u"\u2033"_ustr },
425 { u"Product"_ustr, u"\u220F"_ustr },
426 { u"Proportion"_ustr, u"\u2237"_ustr },
427 { u"Proportional"_ustr, u"\u221D"_ustr },
428 { u"Pscr"_ustr, u"\U0001D4AB"_ustr },
429 { u"Psi"_ustr, u"\u03A8"_ustr },
430 { u"QUOT"_ustr, u"\u0022"_ustr },
431 { u"Qfr"_ustr, u"\U0001D514"_ustr },
432 { u"Qopf"_ustr, u"\u211A"_ustr },
433 { u"Qscr"_ustr, u"\U0001D4AC"_ustr },
434 { u"RBarr"_ustr, u"\u2910"_ustr },
435 { u"REG"_ustr, u"\u00AE"_ustr },
436 { u"Racute"_ustr, u"\u0154"_ustr },
437 { u"Rang"_ustr, u"\u27EB"_ustr },
438 { u"Rarr"_ustr, u"\u21A0"_ustr },
439 { u"Rarrtl"_ustr, u"\u2916"_ustr },
440 { u"Rcaron"_ustr, u"\u0158"_ustr },
441 { u"Rcedil"_ustr, u"\u0156"_ustr },
442 { u"Rcy"_ustr, u"\u0420"_ustr },
443 { u"Re"_ustr, u"\u211C"_ustr },
444 { u"ReverseElement"_ustr, u"\u220B"_ustr },
445 { u"ReverseEquilibrium"_ustr, u"\u21CB"_ustr },
446 { u"ReverseUpEquilibrium"_ustr, u"\u296F"_ustr },
447 { u"Rfr"_ustr, u"\u211C"_ustr },
448 { u"Rho"_ustr, u"\u03A1"_ustr },
449 { u"RightAngleBracket"_ustr, u"\u27E9"_ustr },
450 { u"RightArrow"_ustr, u"\u2192"_ustr },
451 { u"RightArrowBar"_ustr, u"\u21E5"_ustr },
452 { u"RightArrowLeftArrow"_ustr, u"\u21C4"_ustr },
453 { u"RightCeiling"_ustr, u"\u2309"_ustr },
454 { u"RightDoubleBracket"_ustr, u"\u27E7"_ustr },
455 { u"RightDownTeeVector"_ustr, u"\u295D"_ustr },
456 { u"RightDownVector"_ustr, u"\u21C2"_ustr },
457 { u"RightDownVectorBar"_ustr, u"\u2955"_ustr },
458 { u"RightFloor"_ustr, u"\u230B"_ustr },
459 { u"RightTee"_ustr, u"\u22A2"_ustr },
460 { u"RightTeeArrow"_ustr, u"\u21A6"_ustr },
461 { u"RightTeeVector"_ustr, u"\u295B"_ustr },
462 { u"RightTriangle"_ustr, u"\u22B3"_ustr },
463 { u"RightTriangleBar"_ustr, u"\u29D0"_ustr },
464 { u"RightTriangleEqual"_ustr, u"\u22B5"_ustr },
465 { u"RightUpDownVector"_ustr, u"\u294F"_ustr },
466 { u"RightUpTeeVector"_ustr, u"\u295C"_ustr },
467 { u"RightUpVector"_ustr, u"\u21BE"_ustr },
468 { u"RightUpVectorBar"_ustr, u"\u2954"_ustr },
469 { u"RightVector"_ustr, u"\u21C0"_ustr },
470 { u"RightVectorBar"_ustr, u"\u2953"_ustr },
471 { u"Rightarrow"_ustr, u"\u21D2"_ustr },
472 { u"Ropf"_ustr, u"\u211D"_ustr },
473 { u"RoundImplies"_ustr, u"\u2970"_ustr },
474 { u"Rrightarrow"_ustr, u"\u21DB"_ustr },
475 { u"Rscr"_ustr, u"\u211B"_ustr },
476 { u"Rsh"_ustr, u"\u21B1"_ustr },
477 { u"RuleDelayed"_ustr, u"\u29F4"_ustr },
478 { u"SHCHcy"_ustr, u"\u0429"_ustr },
479 { u"SHcy"_ustr, u"\u0428"_ustr },
480 { u"SOFTcy"_ustr, u"\u042C"_ustr },
481 { u"Sacute"_ustr, u"\u015A"_ustr },
482 { u"Sc"_ustr, u"\u2ABC"_ustr },
483 { u"Scaron"_ustr, u"\u0160"_ustr },
484 { u"Scedil"_ustr, u"\u015E"_ustr },
485 { u"Scirc"_ustr, u"\u015C"_ustr },
486 { u"Scy"_ustr, u"\u0421"_ustr },
487 { u"Sfr"_ustr, u"\U0001D516"_ustr },
488 { u"ShortDownArrow"_ustr, u"\u2193"_ustr },
489 { u"ShortLeftArrow"_ustr, u"\u2190"_ustr },
490 { u"ShortRightArrow"_ustr, u"\u2192"_ustr },
491 { u"ShortUpArrow"_ustr, u"\u2191"_ustr },
492 { u"Sigma"_ustr, u"\u03A3"_ustr },
493 { u"SmallCircle"_ustr, u"\u2218"_ustr },
494 { u"Sopf"_ustr, u"\U0001D54A"_ustr },
495 { u"Sqrt"_ustr, u"\u221A"_ustr },
496 { u"Square"_ustr, u"\u25A1"_ustr },
497 { u"SquareIntersection"_ustr, u"\u2293"_ustr },
498 { u"SquareSubset"_ustr, u"\u228F"_ustr },
499 { u"SquareSubsetEqual"_ustr, u"\u2291"_ustr },
500 { u"SquareSuperset"_ustr, u"\u2290"_ustr },
501 { u"SquareSupersetEqual"_ustr, u"\u2292"_ustr },
502 { u"SquareUnion"_ustr, u"\u2294"_ustr },
503 { u"Sscr"_ustr, u"\U0001D4AE"_ustr },
504 { u"Star"_ustr, u"\u22C6"_ustr },
505 { u"Sub"_ustr, u"\u22D0"_ustr },
506 { u"Subset"_ustr, u"\u22D0"_ustr },
507 { u"SubsetEqual"_ustr, u"\u2286"_ustr },
508 { u"Succeeds"_ustr, u"\u227B"_ustr },
509 { u"SucceedsEqual"_ustr, u"\u2AB0"_ustr },
510 { u"SucceedsSlantEqual"_ustr, u"\u227D"_ustr },
511 { u"SucceedsTilde"_ustr, u"\u227F"_ustr },
512 { u"SuchThat"_ustr, u"\u220B"_ustr },
513 { u"Sum"_ustr, u"\u2211"_ustr },
514 { u"Sup"_ustr, u"\u22D1"_ustr },
515 { u"Superset"_ustr, u"\u2283"_ustr },
516 { u"SupersetEqual"_ustr, u"\u2287"_ustr },
517 { u"Supset"_ustr, u"\u22D1"_ustr },
518 { u"THORN"_ustr, u"\u00DE"_ustr },
519 { u"TRADE"_ustr, u"\u2122"_ustr },
520 { u"TSHcy"_ustr, u"\u040B"_ustr },
521 { u"TScy"_ustr, u"\u0426"_ustr },
522 { u"Tab"_ustr, u"\u0009"_ustr },
523 { u"Tau"_ustr, u"\u03A4"_ustr },
524 { u"Tcaron"_ustr, u"\u0164"_ustr },
525 { u"Tcedil"_ustr, u"\u0162"_ustr },
526 { u"Tcy"_ustr, u"\u0422"_ustr },
527 { u"Tfr"_ustr, u"\U0001D517"_ustr },
528 { u"Therefore"_ustr, u"\u2234"_ustr },
529 { u"Theta"_ustr, u"\u0398"_ustr },
530 { u"ThickSpace"_ustr, u"\u205F\u200A"_ustr },
531 { u"ThinSpace"_ustr, u"\u2009"_ustr },
532 { u"Tilde"_ustr, u"\u223C"_ustr },
533 { u"TildeEqual"_ustr, u"\u2243"_ustr },
534 { u"TildeFullEqual"_ustr, u"\u2245"_ustr },
535 { u"TildeTilde"_ustr, u"\u2248"_ustr },
536 { u"Topf"_ustr, u"\U0001D54B"_ustr },
537 { u"TripleDot"_ustr, u"\u20DB"_ustr },
538 { u"Tscr"_ustr, u"\U0001D4AF"_ustr },
539 { u"Tstrok"_ustr, u"\u0166"_ustr },
540 { u"Uacute"_ustr, u"\u00DA"_ustr },
541 { u"Uarr"_ustr, u"\u219F"_ustr },
542 { u"Uarrocir"_ustr, u"\u2949"_ustr },
543 { u"Ubrcy"_ustr, u"\u040E"_ustr },
544 { u"Ubreve"_ustr, u"\u016C"_ustr },
545 { u"Ucirc"_ustr, u"\u00DB"_ustr },
546 { u"Ucy"_ustr, u"\u0423"_ustr },
547 { u"Udblac"_ustr, u"\u0170"_ustr },
548 { u"Ufr"_ustr, u"\U0001D518"_ustr },
549 { u"Ugrave"_ustr, u"\u00D9"_ustr },
550 { u"Umacr"_ustr, u"\u016A"_ustr },
551 { u"UnderBar"_ustr, u"\u005F"_ustr },
552 { u"UnderBrace"_ustr, u"\u23DF"_ustr },
553 { u"UnderBracket"_ustr, u"\u23B5"_ustr },
554 { u"UnderParenthesis"_ustr, u"\u23DD"_ustr },
555 { u"Union"_ustr, u"\u22C3"_ustr },
556 { u"UnionPlus"_ustr, u"\u228E"_ustr },
557 { u"Uogon"_ustr, u"\u0172"_ustr },
558 { u"Uopf"_ustr, u"\U0001D54C"_ustr },
559 { u"UpArrow"_ustr, u"\u2191"_ustr },
560 { u"UpArrowBar"_ustr, u"\u2912"_ustr },
561 { u"UpArrowDownArrow"_ustr, u"\u21C5"_ustr },
562 { u"UpDownArrow"_ustr, u"\u2195"_ustr },
563 { u"UpEquilibrium"_ustr, u"\u296E"_ustr },
564 { u"UpTee"_ustr, u"\u22A5"_ustr },
565 { u"UpTeeArrow"_ustr, u"\u21A5"_ustr },
566 { u"Uparrow"_ustr, u"\u21D1"_ustr },
567 { u"Updownarrow"_ustr, u"\u21D5"_ustr },
568 { u"UpperLeftArrow"_ustr, u"\u2196"_ustr },
569 { u"UpperRightArrow"_ustr, u"\u2197"_ustr },
570 { u"Upsi"_ustr, u"\u03D2"_ustr },
571 { u"Upsilon"_ustr, u"\u03A5"_ustr },
572 { u"Uring"_ustr, u"\u016E"_ustr },
573 { u"Uscr"_ustr, u"\U0001D4B0"_ustr },
574 { u"Utilde"_ustr, u"\u0168"_ustr },
575 { u"Uuml"_ustr, u"\u00DC"_ustr },
576 { u"VDash"_ustr, u"\u22AB"_ustr },
577 { u"Vbar"_ustr, u"\u2AEB"_ustr },
578 { u"Vcy"_ustr, u"\u0412"_ustr },
579 { u"Vdash"_ustr, u"\u22A9"_ustr },
580 { u"Vdashl"_ustr, u"\u2AE6"_ustr },
581 { u"Vee"_ustr, u"\u22C1"_ustr },
582 { u"Verbar"_ustr, u"\u2016"_ustr },
583 { u"Vert"_ustr, u"\u2016"_ustr },
584 { u"VerticalBar"_ustr, u"\u2223"_ustr },
585 { u"VerticalLine"_ustr, u"\u007C"_ustr },
586 { u"VerticalSeparator"_ustr, u"\u2758"_ustr },
587 { u"VerticalTilde"_ustr, u"\u2240"_ustr },
588 { u"VeryThinSpace"_ustr, u"\u200A"_ustr },
589 { u"Vfr"_ustr, u"\U0001D519"_ustr },
590 { u"Vopf"_ustr, u"\U0001D54D"_ustr },
591 { u"Vscr"_ustr, u"\U0001D4B1"_ustr },
592 { u"Vvdash"_ustr, u"\u22AA"_ustr },
593 { u"Wcirc"_ustr, u"\u0174"_ustr },
594 { u"Wedge"_ustr, u"\u22C0"_ustr },
595 { u"Wfr"_ustr, u"\U0001D51A"_ustr },
596 { u"Wopf"_ustr, u"\U0001D54E"_ustr },
597 { u"Wscr"_ustr, u"\U0001D4B2"_ustr },
598 { u"Xfr"_ustr, u"\U0001D51B"_ustr },
599 { u"Xi"_ustr, u"\u039E"_ustr },
600 { u"Xopf"_ustr, u"\U0001D54F"_ustr },
601 { u"Xscr"_ustr, u"\U0001D4B3"_ustr },
602 { u"YAcy"_ustr, u"\u042F"_ustr },
603 { u"YIcy"_ustr, u"\u0407"_ustr },
604 { u"YUcy"_ustr, u"\u042E"_ustr },
605 { u"Yacute"_ustr, u"\u00DD"_ustr },
606 { u"Ycirc"_ustr, u"\u0176"_ustr },
607 { u"Ycy"_ustr, u"\u042B"_ustr },
608 { u"Yfr"_ustr, u"\U0001D51C"_ustr },
609 { u"Yopf"_ustr, u"\U0001D550"_ustr },
610 { u"Yscr"_ustr, u"\U0001D4B4"_ustr },
611 { u"Yuml"_ustr, u"\u0178"_ustr },
612 { u"ZHcy"_ustr, u"\u0416"_ustr },
613 { u"Zacute"_ustr, u"\u0179"_ustr },
614 { u"Zcaron"_ustr, u"\u017D"_ustr },
615 { u"Zcy"_ustr, u"\u0417"_ustr },
616 { u"Zdot"_ustr, u"\u017B"_ustr },
617 { u"ZeroWidthSpace"_ustr, u"\u200B"_ustr },
618 { u"Zeta"_ustr, u"\u0396"_ustr },
619 { u"Zfr"_ustr, u"\u2128"_ustr },
620 { u"Zopf"_ustr, u"\u2124"_ustr },
621 { u"Zscr"_ustr, u"\U0001D4B5"_ustr },
622 { u"aacute"_ustr, u"\u00E1"_ustr },
623 { u"abreve"_ustr, u"\u0103"_ustr },
624 { u"ac"_ustr, u"\u223E"_ustr },
625 { u"acE"_ustr, u"\u223E\u0333"_ustr },
626 { u"acd"_ustr, u"\u223F"_ustr },
627 { u"acirc"_ustr, u"\u00E2"_ustr },
628 { u"acute"_ustr, u"\u00B4"_ustr },
629 { u"acy"_ustr, u"\u0430"_ustr },
630 { u"aelig"_ustr, u"\u00E6"_ustr },
631 { u"af"_ustr, u"\u2061"_ustr },
632 { u"afr"_ustr, u"\U0001D51E"_ustr },
633 { u"agrave"_ustr, u"\u00E0"_ustr },
634 { u"alefsym"_ustr, u"\u2135"_ustr },
635 { u"aleph"_ustr, u"\u2135"_ustr },
636 { u"alpha"_ustr, u"\u03B1"_ustr },
637 { u"amacr"_ustr, u"\u0101"_ustr },
638 { u"amalg"_ustr, u"\u2A3F"_ustr },
639 { u"amp"_ustr, u"\u0026"_ustr },
640 { u"and"_ustr, u"\u2227"_ustr },
641 { u"andand"_ustr, u"\u2A55"_ustr },
642 { u"andd"_ustr, u"\u2A5C"_ustr },
643 { u"andslope"_ustr, u"\u2A58"_ustr },
644 { u"andv"_ustr, u"\u2A5A"_ustr },
645 { u"ang"_ustr, u"\u2220"_ustr },
646 { u"ange"_ustr, u"\u29A4"_ustr },
647 { u"angle"_ustr, u"\u2220"_ustr },
648 { u"angmsd"_ustr, u"\u2221"_ustr },
649 { u"angmsdaa"_ustr, u"\u29A8"_ustr },
650 { u"angmsdab"_ustr, u"\u29A9"_ustr },
651 { u"angmsdac"_ustr, u"\u29AA"_ustr },
652 { u"angmsdad"_ustr, u"\u29AB"_ustr },
653 { u"angmsdae"_ustr, u"\u29AC"_ustr },
654 { u"angmsdaf"_ustr, u"\u29AD"_ustr },
655 { u"angmsdag"_ustr, u"\u29AE"_ustr },
656 { u"angmsdah"_ustr, u"\u29AF"_ustr },
657 { u"angrt"_ustr, u"\u221F"_ustr },
658 { u"angrtvb"_ustr, u"\u22BE"_ustr },
659 { u"angrtvbd"_ustr, u"\u299D"_ustr },
660 { u"angsph"_ustr, u"\u2222"_ustr },
661 { u"angst"_ustr, u"\u00C5"_ustr },
662 { u"angzarr"_ustr, u"\u237C"_ustr },
663 { u"aogon"_ustr, u"\u0105"_ustr },
664 { u"aopf"_ustr, u"\U0001D552"_ustr },
665 { u"ap"_ustr, u"\u2248"_ustr },
666 { u"apE"_ustr, u"\u2A70"_ustr },
667 { u"apacir"_ustr, u"\u2A6F"_ustr },
668 { u"ape"_ustr, u"\u224A"_ustr },
669 { u"apid"_ustr, u"\u224B"_ustr },
670 { u"apos"_ustr, u"\u0027"_ustr },
671 { u"approx"_ustr, u"\u2248"_ustr },
672 { u"approxeq"_ustr, u"\u224A"_ustr },
673 { u"aring"_ustr, u"\u00E5"_ustr },
674 { u"ascr"_ustr, u"\U0001D4B6"_ustr },
675 { u"ast"_ustr, u"\u002A"_ustr },
676 { u"asymp"_ustr, u"\u2248"_ustr },
677 { u"asympeq"_ustr, u"\u224D"_ustr },
678 { u"atilde"_ustr, u"\u00E3"_ustr },
679 { u"auml"_ustr, u"\u00E4"_ustr },
680 { u"awconint"_ustr, u"\u2233"_ustr },
681 { u"awint"_ustr, u"\u2A11"_ustr },
682 { u"bNot"_ustr, u"\u2AED"_ustr },
683 { u"backcong"_ustr, u"\u224C"_ustr },
684 { u"backepsilon"_ustr, u"\u03F6"_ustr },
685 { u"backprime"_ustr, u"\u2035"_ustr },
686 { u"backsim"_ustr, u"\u223D"_ustr },
687 { u"backsimeq"_ustr, u"\u22CD"_ustr },
688 { u"barvee"_ustr, u"\u22BD"_ustr },
689 { u"barwed"_ustr, u"\u2305"_ustr },
690 { u"barwedge"_ustr, u"\u2305"_ustr },
691 { u"bbrk"_ustr, u"\u23B5"_ustr },
692 { u"bbrktbrk"_ustr, u"\u23B6"_ustr },
693 { u"bcong"_ustr, u"\u224C"_ustr },
694 { u"bcy"_ustr, u"\u0431"_ustr },
695 { u"bdquo"_ustr, u"\u201E"_ustr },
696 { u"becaus"_ustr, u"\u2235"_ustr },
697 { u"because"_ustr, u"\u2235"_ustr },
698 { u"bemptyv"_ustr, u"\u29B0"_ustr },
699 { u"bepsi"_ustr, u"\u03F6"_ustr },
700 { u"bernou"_ustr, u"\u212C"_ustr },
701 { u"beta"_ustr, u"\u03B2"_ustr },
702 { u"beth"_ustr, u"\u2136"_ustr },
703 { u"between"_ustr, u"\u226C"_ustr },
704 { u"bfr"_ustr, u"\U0001D51F"_ustr },
705 { u"bigcap"_ustr, u"\u22C2"_ustr },
706 { u"bigcirc"_ustr, u"\u25EF"_ustr },
707 { u"bigcup"_ustr, u"\u22C3"_ustr },
708 { u"bigodot"_ustr, u"\u2A00"_ustr },
709 { u"bigoplus"_ustr, u"\u2A01"_ustr },
710 { u"bigotimes"_ustr, u"\u2A02"_ustr },
711 { u"bigsqcup"_ustr, u"\u2A06"_ustr },
712 { u"bigstar"_ustr, u"\u2605"_ustr },
713 { u"bigtriangledown"_ustr, u"\u25BD"_ustr },
714 { u"bigtriangleup"_ustr, u"\u25B3"_ustr },
715 { u"biguplus"_ustr, u"\u2A04"_ustr },
716 { u"bigvee"_ustr, u"\u22C1"_ustr },
717 { u"bigwedge"_ustr, u"\u22C0"_ustr },
718 { u"bkarow"_ustr, u"\u290D"_ustr },
719 { u"blacklozenge"_ustr, u"\u29EB"_ustr },
720 { u"blacksquare"_ustr, u"\u25AA"_ustr },
721 { u"blacktriangle"_ustr, u"\u25B4"_ustr },
722 { u"blacktriangledown"_ustr, u"\u25BE"_ustr },
723 { u"blacktriangleleft"_ustr, u"\u25C2"_ustr },
724 { u"blacktriangleright"_ustr, u"\u25B8"_ustr },
725 { u"blank"_ustr, u"\u2423"_ustr },
726 { u"blk12"_ustr, u"\u2592"_ustr },
727 { u"blk14"_ustr, u"\u2591"_ustr },
728 { u"blk34"_ustr, u"\u2593"_ustr },
729 { u"block"_ustr, u"\u2588"_ustr },
730 { u"bne"_ustr, u"\u003D\u20E5"_ustr },
731 { u"bnequiv"_ustr, u"\u2261\u20E5"_ustr },
732 { u"bnot"_ustr, u"\u2310"_ustr },
733 { u"bopf"_ustr, u"\U0001D553"_ustr },
734 { u"bot"_ustr, u"\u22A5"_ustr },
735 { u"bottom"_ustr, u"\u22A5"_ustr },
736 { u"bowtie"_ustr, u"\u22C8"_ustr },
737 { u"boxDL"_ustr, u"\u2557"_ustr },
738 { u"boxDR"_ustr, u"\u2554"_ustr },
739 { u"boxDl"_ustr, u"\u2556"_ustr },
740 { u"boxDr"_ustr, u"\u2553"_ustr },
741 { u"boxH"_ustr, u"\u2550"_ustr },
742 { u"boxHD"_ustr, u"\u2566"_ustr },
743 { u"boxHU"_ustr, u"\u2569"_ustr },
744 { u"boxHd"_ustr, u"\u2564"_ustr },
745 { u"boxHu"_ustr, u"\u2567"_ustr },
746 { u"boxUL"_ustr, u"\u255D"_ustr },
747 { u"boxUR"_ustr, u"\u255A"_ustr },
748 { u"boxUl"_ustr, u"\u255C"_ustr },
749 { u"boxUr"_ustr, u"\u2559"_ustr },
750 { u"boxV"_ustr, u"\u2551"_ustr },
751 { u"boxVH"_ustr, u"\u256C"_ustr },
752 { u"boxVL"_ustr, u"\u2563"_ustr },
753 { u"boxVR"_ustr, u"\u2560"_ustr },
754 { u"boxVh"_ustr, u"\u256B"_ustr },
755 { u"boxVl"_ustr, u"\u2562"_ustr },
756 { u"boxVr"_ustr, u"\u255F"_ustr },
757 { u"boxbox"_ustr, u"\u29C9"_ustr },
758 { u"boxdL"_ustr, u"\u2555"_ustr },
759 { u"boxdR"_ustr, u"\u2552"_ustr },
760 { u"boxdl"_ustr, u"\u2510"_ustr },
761 { u"boxdr"_ustr, u"\u250C"_ustr },
762 { u"boxh"_ustr, u"\u2500"_ustr },
763 { u"boxhD"_ustr, u"\u2565"_ustr },
764 { u"boxhU"_ustr, u"\u2568"_ustr },
765 { u"boxhd"_ustr, u"\u252C"_ustr },
766 { u"boxhu"_ustr, u"\u2534"_ustr },
767 { u"boxminus"_ustr, u"\u229F"_ustr },
768 { u"boxplus"_ustr, u"\u229E"_ustr },
769 { u"boxtimes"_ustr, u"\u22A0"_ustr },
770 { u"boxuL"_ustr, u"\u255B"_ustr },
771 { u"boxuR"_ustr, u"\u2558"_ustr },
772 { u"boxul"_ustr, u"\u2518"_ustr },
773 { u"boxur"_ustr, u"\u2514"_ustr },
774 { u"boxv"_ustr, u"\u2502"_ustr },
775 { u"boxvH"_ustr, u"\u256A"_ustr },
776 { u"boxvL"_ustr, u"\u2561"_ustr },
777 { u"boxvR"_ustr, u"\u255E"_ustr },
778 { u"boxvh"_ustr, u"\u253C"_ustr },
779 { u"boxvl"_ustr, u"\u2524"_ustr },
780 { u"boxvr"_ustr, u"\u251C"_ustr },
781 { u"bprime"_ustr, u"\u2035"_ustr },
782 { u"breve"_ustr, u"\u02D8"_ustr },
783 { u"brvbar"_ustr, u"\u00A6"_ustr },
784 { u"bscr"_ustr, u"\U0001D4B7"_ustr },
785 { u"bsemi"_ustr, u"\u204F"_ustr },
786 { u"bsim"_ustr, u"\u223D"_ustr },
787 { u"bsime"_ustr, u"\u22CD"_ustr },
788 { u"bsol"_ustr, u"\u005C"_ustr },
789 { u"bsolb"_ustr, u"\u29C5"_ustr },
790 { u"bsolhsub"_ustr, u"\u27C8"_ustr },
791 { u"bull"_ustr, u"\u2022"_ustr },
792 { u"bullet"_ustr, u"\u2022"_ustr },
793 { u"bump"_ustr, u"\u224E"_ustr },
794 { u"bumpE"_ustr, u"\u2AAE"_ustr },
795 { u"bumpe"_ustr, u"\u224F"_ustr },
796 { u"bumpeq"_ustr, u"\u224F"_ustr },
797 { u"cacute"_ustr, u"\u0107"_ustr },
798 { u"cap"_ustr, u"\u2229"_ustr },
799 { u"capand"_ustr, u"\u2A44"_ustr },
800 { u"capbrcup"_ustr, u"\u2A49"_ustr },
801 { u"capcap"_ustr, u"\u2A4B"_ustr },
802 { u"capcup"_ustr, u"\u2A47"_ustr },
803 { u"capdot"_ustr, u"\u2A40"_ustr },
804 { u"caps"_ustr, u"\u2229\uFE00"_ustr },
805 { u"caret"_ustr, u"\u2041"_ustr },
806 { u"caron"_ustr, u"\u02C7"_ustr },
807 { u"ccaps"_ustr, u"\u2A4D"_ustr },
808 { u"ccaron"_ustr, u"\u010D"_ustr },
809 { u"ccedil"_ustr, u"\u00E7"_ustr },
810 { u"ccirc"_ustr, u"\u0109"_ustr },
811 { u"ccups"_ustr, u"\u2A4C"_ustr },
812 { u"ccupssm"_ustr, u"\u2A50"_ustr },
813 { u"cdot"_ustr, u"\u010B"_ustr },
814 { u"cedil"_ustr, u"\u00B8"_ustr },
815 { u"cemptyv"_ustr, u"\u29B2"_ustr },
816 { u"cent"_ustr, u"\u00A2"_ustr },
817 { u"centerdot"_ustr, u"\u00B7"_ustr },
818 { u"cfr"_ustr, u"\U0001D520"_ustr },
819 { u"chcy"_ustr, u"\u0447"_ustr },
820 { u"check"_ustr, u"\u2713"_ustr },
821 { u"checkmark"_ustr, u"\u2713"_ustr },
822 { u"chi"_ustr, u"\u03C7"_ustr },
823 { u"cir"_ustr, u"\u25CB"_ustr },
824 { u"cirE"_ustr, u"\u29C3"_ustr },
825 { u"circ"_ustr, u"\u02C6"_ustr },
826 { u"circeq"_ustr, u"\u2257"_ustr },
827 { u"circlearrowleft"_ustr, u"\u21BA"_ustr },
828 { u"circlearrowright"_ustr, u"\u21BB"_ustr },
829 { u"circledR"_ustr, u"\u00AE"_ustr },
830 { u"circledS"_ustr, u"\u24C8"_ustr },
831 { u"circledast"_ustr, u"\u229B"_ustr },
832 { u"circledcirc"_ustr, u"\u229A"_ustr },
833 { u"circleddash"_ustr, u"\u229D"_ustr },
834 { u"cire"_ustr, u"\u2257"_ustr },
835 { u"cirfnint"_ustr, u"\u2A10"_ustr },
836 { u"cirmid"_ustr, u"\u2AEF"_ustr },
837 { u"cirscir"_ustr, u"\u29C2"_ustr },
838 { u"clubs"_ustr, u"\u2663"_ustr },
839 { u"clubsuit"_ustr, u"\u2663"_ustr },
840 { u"colon"_ustr, u"\u003A"_ustr },
841 { u"colone"_ustr, u"\u2254"_ustr },
842 { u"coloneq"_ustr, u"\u2254"_ustr },
843 { u"comma"_ustr, u"\u002C"_ustr },
844 { u"commat"_ustr, u"\u0040"_ustr },
845 { u"comp"_ustr, u"\u2201"_ustr },
846 { u"compfn"_ustr, u"\u2218"_ustr },
847 { u"complement"_ustr, u"\u2201"_ustr },
848 { u"complexes"_ustr, u"\u2102"_ustr },
849 { u"cong"_ustr, u"\u2245"_ustr },
850 { u"congdot"_ustr, u"\u2A6D"_ustr },
851 { u"conint"_ustr, u"\u222E"_ustr },
852 { u"copf"_ustr, u"\U0001D554"_ustr },
853 { u"coprod"_ustr, u"\u2210"_ustr },
854 { u"copy"_ustr, u"\u00A9"_ustr },
855 { u"copysr"_ustr, u"\u2117"_ustr },
856 { u"crarr"_ustr, u"\u21B5"_ustr },
857 { u"cross"_ustr, u"\u2717"_ustr },
858 { u"cscr"_ustr, u"\U0001D4B8"_ustr },
859 { u"csub"_ustr, u"\u2ACF"_ustr },
860 { u"csube"_ustr, u"\u2AD1"_ustr },
861 { u"csup"_ustr, u"\u2AD0"_ustr },
862 { u"csupe"_ustr, u"\u2AD2"_ustr },
863 { u"ctdot"_ustr, u"\u22EF"_ustr },
864 { u"cudarrl"_ustr, u"\u2938"_ustr },
865 { u"cudarrr"_ustr, u"\u2935"_ustr },
866 { u"cuepr"_ustr, u"\u22DE"_ustr },
867 { u"cuesc"_ustr, u"\u22DF"_ustr },
868 { u"cularr"_ustr, u"\u21B6"_ustr },
869 { u"cularrp"_ustr, u"\u293D"_ustr },
870 { u"cup"_ustr, u"\u222A"_ustr },
871 { u"cupbrcap"_ustr, u"\u2A48"_ustr },
872 { u"cupcap"_ustr, u"\u2A46"_ustr },
873 { u"cupcup"_ustr, u"\u2A4A"_ustr },
874 { u"cupdot"_ustr, u"\u228D"_ustr },
875 { u"cupor"_ustr, u"\u2A45"_ustr },
876 { u"cups"_ustr, u"\u222A\uFE00"_ustr },
877 { u"curarr"_ustr, u"\u21B7"_ustr },
878 { u"curarrm"_ustr, u"\u293C"_ustr },
879 { u"curlyeqprec"_ustr, u"\u22DE"_ustr },
880 { u"curlyeqsucc"_ustr, u"\u22DF"_ustr },
881 { u"curlyvee"_ustr, u"\u22CE"_ustr },
882 { u"curlywedge"_ustr, u"\u22CF"_ustr },
883 { u"curren"_ustr, u"\u00A4"_ustr },
884 { u"curvearrowleft"_ustr, u"\u21B6"_ustr },
885 { u"curvearrowright"_ustr, u"\u21B7"_ustr },
886 { u"cuvee"_ustr, u"\u22CE"_ustr },
887 { u"cuwed"_ustr, u"\u22CF"_ustr },
888 { u"cwconint"_ustr, u"\u2232"_ustr },
889 { u"cwint"_ustr, u"\u2231"_ustr },
890 { u"cylcty"_ustr, u"\u232D"_ustr },
891 { u"dArr"_ustr, u"\u21D3"_ustr },
892 { u"dHar"_ustr, u"\u2965"_ustr },
893 { u"dagger"_ustr, u"\u2020"_ustr },
894 { u"daleth"_ustr, u"\u2138"_ustr },
895 { u"darr"_ustr, u"\u2193"_ustr },
896 { u"dash"_ustr, u"\u2010"_ustr },
897 { u"dashv"_ustr, u"\u22A3"_ustr },
898 { u"dbkarow"_ustr, u"\u290F"_ustr },
899 { u"dblac"_ustr, u"\u02DD"_ustr },
900 { u"dcaron"_ustr, u"\u010F"_ustr },
901 { u"dcy"_ustr, u"\u0434"_ustr },
902 { u"dd"_ustr, u"\u2146"_ustr },
903 { u"ddagger"_ustr, u"\u2021"_ustr },
904 { u"ddarr"_ustr, u"\u21CA"_ustr },
905 { u"ddotseq"_ustr, u"\u2A77"_ustr },
906 { u"deg"_ustr, u"\u00B0"_ustr },
907 { u"delta"_ustr, u"\u03B4"_ustr },
908 { u"demptyv"_ustr, u"\u29B1"_ustr },
909 { u"dfisht"_ustr, u"\u297F"_ustr },
910 { u"dfr"_ustr, u"\U0001D521"_ustr },
911 { u"dharl"_ustr, u"\u21C3"_ustr },
912 { u"dharr"_ustr, u"\u21C2"_ustr },
913 { u"diam"_ustr, u"\u22C4"_ustr },
914 { u"diamond"_ustr, u"\u22C4"_ustr },
915 { u"diamondsuit"_ustr, u"\u2666"_ustr },
916 { u"diams"_ustr, u"\u2666"_ustr },
917 { u"die"_ustr, u"\u00A8"_ustr },
918 { u"digamma"_ustr, u"\u03DD"_ustr },
919 { u"disin"_ustr, u"\u22F2"_ustr },
920 { u"div"_ustr, u"\u00F7"_ustr },
921 { u"divide"_ustr, u"\u00F7"_ustr },
922 { u"divideontimes"_ustr, u"\u22C7"_ustr },
923 { u"divonx"_ustr, u"\u22C7"_ustr },
924 { u"djcy"_ustr, u"\u0452"_ustr },
925 { u"dlcorn"_ustr, u"\u231E"_ustr },
926 { u"dlcrop"_ustr, u"\u230D"_ustr },
927 { u"dollar"_ustr, u"\u0024"_ustr },
928 { u"dopf"_ustr, u"\U0001D555"_ustr },
929 { u"dot"_ustr, u"\u02D9"_ustr },
930 { u"doteq"_ustr, u"\u2250"_ustr },
931 { u"doteqdot"_ustr, u"\u2251"_ustr },
932 { u"dotminus"_ustr, u"\u2238"_ustr },
933 { u"dotplus"_ustr, u"\u2214"_ustr },
934 { u"dotsquare"_ustr, u"\u22A1"_ustr },
935 { u"doublebarwedge"_ustr, u"\u2306"_ustr },
936 { u"downarrow"_ustr, u"\u2193"_ustr },
937 { u"downdownarrows"_ustr, u"\u21CA"_ustr },
938 { u"downharpoonleft"_ustr, u"\u21C3"_ustr },
939 { u"downharpoonright"_ustr, u"\u21C2"_ustr },
940 { u"drbkarow"_ustr, u"\u2910"_ustr },
941 { u"drcorn"_ustr, u"\u231F"_ustr },
942 { u"drcrop"_ustr, u"\u230C"_ustr },
943 { u"dscr"_ustr, u"\U0001D4B9"_ustr },
944 { u"dscy"_ustr, u"\u0455"_ustr },
945 { u"dsol"_ustr, u"\u29F6"_ustr },
946 { u"dstrok"_ustr, u"\u0111"_ustr },
947 { u"dtdot"_ustr, u"\u22F1"_ustr },
948 { u"dtri"_ustr, u"\u25BF"_ustr },
949 { u"dtrif"_ustr, u"\u25BE"_ustr },
950 { u"duarr"_ustr, u"\u21F5"_ustr },
951 { u"duhar"_ustr, u"\u296F"_ustr },
952 { u"dwangle"_ustr, u"\u29A6"_ustr },
953 { u"dzcy"_ustr, u"\u045F"_ustr },
954 { u"dzigrarr"_ustr, u"\u27FF"_ustr },
955 { u"eDDot"_ustr, u"\u2A77"_ustr },
956 { u"eDot"_ustr, u"\u2251"_ustr },
957 { u"eacute"_ustr, u"\u00E9"_ustr },
958 { u"easter"_ustr, u"\u2A6E"_ustr },
959 { u"ecaron"_ustr, u"\u011B"_ustr },
960 { u"ecir"_ustr, u"\u2256"_ustr },
961 { u"ecirc"_ustr, u"\u00EA"_ustr },
962 { u"ecolon"_ustr, u"\u2255"_ustr },
963 { u"ecy"_ustr, u"\u044D"_ustr },
964 { u"edot"_ustr, u"\u0117"_ustr },
965 { u"ee"_ustr, u"\u2147"_ustr },
966 { u"efDot"_ustr, u"\u2252"_ustr },
967 { u"efr"_ustr, u"\U0001D522"_ustr },
968 { u"eg"_ustr, u"\u2A9A"_ustr },
969 { u"egrave"_ustr, u"\u00E8"_ustr },
970 { u"egs"_ustr, u"\u2A96"_ustr },
971 { u"egsdot"_ustr, u"\u2A98"_ustr },
972 { u"el"_ustr, u"\u2A99"_ustr },
973 { u"elinters"_ustr, u"\u23E7"_ustr },
974 { u"ell"_ustr, u"\u2113"_ustr },
975 { u"els"_ustr, u"\u2A95"_ustr },
976 { u"elsdot"_ustr, u"\u2A97"_ustr },
977 { u"emacr"_ustr, u"\u0113"_ustr },
978 { u"empty"_ustr, u"\u2205"_ustr },
979 { u"emptyset"_ustr, u"\u2205"_ustr },
980 { u"emptyv"_ustr, u"\u2205"_ustr },
981 { u"emsp"_ustr, u"\u2003"_ustr },
982 { u"emsp13"_ustr, u"\u2004"_ustr },
983 { u"emsp14"_ustr, u"\u2005"_ustr },
984 { u"eng"_ustr, u"\u014B"_ustr },
985 { u"ensp"_ustr, u"\u2002"_ustr },
986 { u"eogon"_ustr, u"\u0119"_ustr },
987 { u"eopf"_ustr, u"\U0001D556"_ustr },
988 { u"epar"_ustr, u"\u22D5"_ustr },
989 { u"eparsl"_ustr, u"\u29E3"_ustr },
990 { u"eplus"_ustr, u"\u2A71"_ustr },
991 { u"epsi"_ustr, u"\u03B5"_ustr },
992 { u"epsilon"_ustr, u"\u03B5"_ustr },
993 { u"epsiv"_ustr, u"\u03F5"_ustr },
994 { u"eqcirc"_ustr, u"\u2256"_ustr },
995 { u"eqcolon"_ustr, u"\u2255"_ustr },
996 { u"eqsim"_ustr, u"\u2242"_ustr },
997 { u"eqslantgtr"_ustr, u"\u2A96"_ustr },
998 { u"eqslantless"_ustr, u"\u2A95"_ustr },
999 { u"equals"_ustr, u"\u003D"_ustr },
1000 { u"equest"_ustr, u"\u225F"_ustr },
1001 { u"equiv"_ustr, u"\u2261"_ustr },
1002 { u"equivDD"_ustr, u"\u2A78"_ustr },
1003 { u"eqvparsl"_ustr, u"\u29E5"_ustr },
1004 { u"erDot"_ustr, u"\u2253"_ustr },
1005 { u"erarr"_ustr, u"\u2971"_ustr },
1006 { u"escr"_ustr, u"\u212F"_ustr },
1007 { u"esdot"_ustr, u"\u2250"_ustr },
1008 { u"esim"_ustr, u"\u2242"_ustr },
1009 { u"eta"_ustr, u"\u03B7"_ustr },
1010 { u"eth"_ustr, u"\u00F0"_ustr },
1011 { u"euml"_ustr, u"\u00EB"_ustr },
1012 { u"euro"_ustr, u"\u20AC"_ustr },
1013 { u"excl"_ustr, u"\u0021"_ustr },
1014 { u"exist"_ustr, u"\u2203"_ustr },
1015 { u"expectation"_ustr, u"\u2130"_ustr },
1016 { u"exponentiale"_ustr, u"\u2147"_ustr },
1017 { u"fallingdotseq"_ustr, u"\u2252"_ustr },
1018 { u"fcy"_ustr, u"\u0444"_ustr },
1019 { u"female"_ustr, u"\u2640"_ustr },
1020 { u"ffilig"_ustr, u"\uFB03"_ustr },
1021 { u"fflig"_ustr, u"\uFB00"_ustr },
1022 { u"ffllig"_ustr, u"\uFB04"_ustr },
1023 { u"ffr"_ustr, u"\U0001D523"_ustr },
1024 { u"filig"_ustr, u"\uFB01"_ustr },
1025 { u"fjlig"_ustr, u"\u0066\u006A"_ustr },
1026 { u"flat"_ustr, u"\u266D"_ustr },
1027 { u"fllig"_ustr, u"\uFB02"_ustr },
1028 { u"fltns"_ustr, u"\u25B1"_ustr },
1029 { u"fnof"_ustr, u"\u0192"_ustr },
1030 { u"fopf"_ustr, u"\U0001D557"_ustr },
1031 { u"forall"_ustr, u"\u2200"_ustr },
1032 { u"fork"_ustr, u"\u22D4"_ustr },
1033 { u"forkv"_ustr, u"\u2AD9"_ustr },
1034 { u"fpartint"_ustr, u"\u2A0D"_ustr },
1035 { u"frac12"_ustr, u"\u00BD"_ustr },
1036 { u"frac13"_ustr, u"\u2153"_ustr },
1037 { u"frac14"_ustr, u"\u00BC"_ustr },
1038 { u"frac15"_ustr, u"\u2155"_ustr },
1039 { u"frac16"_ustr, u"\u2159"_ustr },
1040 { u"frac18"_ustr, u"\u215B"_ustr },
1041 { u"frac23"_ustr, u"\u2154"_ustr },
1042 { u"frac25"_ustr, u"\u2156"_ustr },
1043 { u"frac34"_ustr, u"\u00BE"_ustr },
1044 { u"frac35"_ustr, u"\u2157"_ustr },
1045 { u"frac38"_ustr, u"\u215C"_ustr },
1046 { u"frac45"_ustr, u"\u2158"_ustr },
1047 { u"frac56"_ustr, u"\u215A"_ustr },
1048 { u"frac58"_ustr, u"\u215D"_ustr },
1049 { u"frac78"_ustr, u"\u215E"_ustr },
1050 { u"frasl"_ustr, u"\u2044"_ustr },
1051 { u"frown"_ustr, u"\u2322"_ustr },
1052 { u"fscr"_ustr, u"\U0001D4BB"_ustr },
1053 { u"gE"_ustr, u"\u2267"_ustr },
1054 { u"gEl"_ustr, u"\u2A8C"_ustr },
1055 { u"gacute"_ustr, u"\u01F5"_ustr },
1056 { u"gamma"_ustr, u"\u03B3"_ustr },
1057 { u"gammad"_ustr, u"\u03DD"_ustr },
1058 { u"gap"_ustr, u"\u2A86"_ustr },
1059 { u"gbreve"_ustr, u"\u011F"_ustr },
1060 { u"gcirc"_ustr, u"\u011D"_ustr },
1061 { u"gcy"_ustr, u"\u0433"_ustr },
1062 { u"gdot"_ustr, u"\u0121"_ustr },
1063 { u"ge"_ustr, u"\u2265"_ustr },
1064 { u"gel"_ustr, u"\u22DB"_ustr },
1065 { u"geq"_ustr, u"\u2265"_ustr },
1066 { u"geqq"_ustr, u"\u2267"_ustr },
1067 { u"geqslant"_ustr, u"\u2A7E"_ustr },
1068 { u"ges"_ustr, u"\u2A7E"_ustr },
1069 { u"gescc"_ustr, u"\u2AA9"_ustr },
1070 { u"gesdot"_ustr, u"\u2A80"_ustr },
1071 { u"gesdoto"_ustr, u"\u2A82"_ustr },
1072 { u"gesdotol"_ustr, u"\u2A84"_ustr },
1073 { u"gesl"_ustr, u"\u22DB\uFE00"_ustr },
1074 { u"gesles"_ustr, u"\u2A94"_ustr },
1075 { u"gfr"_ustr, u"\U0001D524"_ustr },
1076 { u"gg"_ustr, u"\u226B"_ustr },
1077 { u"ggg"_ustr, u"\u22D9"_ustr },
1078 { u"gimel"_ustr, u"\u2137"_ustr },
1079 { u"gjcy"_ustr, u"\u0453"_ustr },
1080 { u"gl"_ustr, u"\u2277"_ustr },
1081 { u"glE"_ustr, u"\u2A92"_ustr },
1082 { u"gla"_ustr, u"\u2AA5"_ustr },
1083 { u"glj"_ustr, u"\u2AA4"_ustr },
1084 { u"gnE"_ustr, u"\u2269"_ustr },
1085 { u"gnap"_ustr, u"\u2A8A"_ustr },
1086 { u"gnapprox"_ustr, u"\u2A8A"_ustr },
1087 { u"gne"_ustr, u"\u2A88"_ustr },
1088 { u"gneq"_ustr, u"\u2A88"_ustr },
1089 { u"gneqq"_ustr, u"\u2269"_ustr },
1090 { u"gnsim"_ustr, u"\u22E7"_ustr },
1091 { u"gopf"_ustr, u"\U0001D558"_ustr },
1092 { u"grave"_ustr, u"\u0060"_ustr },
1093 { u"gscr"_ustr, u"\u210A"_ustr },
1094 { u"gsim"_ustr, u"\u2273"_ustr },
1095 { u"gsime"_ustr, u"\u2A8E"_ustr },
1096 { u"gsiml"_ustr, u"\u2A90"_ustr },
1097 { u"gt"_ustr, u"\u003E"_ustr },
1098 { u"gtcc"_ustr, u"\u2AA7"_ustr },
1099 { u"gtcir"_ustr, u"\u2A7A"_ustr },
1100 { u"gtdot"_ustr, u"\u22D7"_ustr },
1101 { u"gtlPar"_ustr, u"\u2995"_ustr },
1102 { u"gtquest"_ustr, u"\u2A7C"_ustr },
1103 { u"gtrapprox"_ustr, u"\u2A86"_ustr },
1104 { u"gtrarr"_ustr, u"\u2978"_ustr },
1105 { u"gtrdot"_ustr, u"\u22D7"_ustr },
1106 { u"gtreqless"_ustr, u"\u22DB"_ustr },
1107 { u"gtreqqless"_ustr, u"\u2A8C"_ustr },
1108 { u"gtrless"_ustr, u"\u2277"_ustr },
1109 { u"gtrsim"_ustr, u"\u2273"_ustr },
1110 { u"gvertneqq"_ustr, u"\u2269\uFE00"_ustr },
1111 { u"gvnE"_ustr, u"\u2269\uFE00"_ustr },
1112 { u"hArr"_ustr, u"\u21D4"_ustr },
1113 { u"hairsp"_ustr, u"\u200A"_ustr },
1114 { u"half"_ustr, u"\u00BD"_ustr },
1115 { u"hamilt"_ustr, u"\u210B"_ustr },
1116 { u"hardcy"_ustr, u"\u044A"_ustr },
1117 { u"harr"_ustr, u"\u2194"_ustr },
1118 { u"harrcir"_ustr, u"\u2948"_ustr },
1119 { u"harrw"_ustr, u"\u21AD"_ustr },
1120 { u"hbar"_ustr, u"\u210F"_ustr },
1121 { u"hcirc"_ustr, u"\u0125"_ustr },
1122 { u"hearts"_ustr, u"\u2665"_ustr },
1123 { u"heartsuit"_ustr, u"\u2665"_ustr },
1124 { u"hellip"_ustr, u"\u2026"_ustr },
1125 { u"hercon"_ustr, u"\u22B9"_ustr },
1126 { u"hfr"_ustr, u"\U0001D525"_ustr },
1127 { u"hksearow"_ustr, u"\u2925"_ustr },
1128 { u"hkswarow"_ustr, u"\u2926"_ustr },
1129 { u"hoarr"_ustr, u"\u21FF"_ustr },
1130 { u"homtht"_ustr, u"\u223B"_ustr },
1131 { u"hookleftarrow"_ustr, u"\u21A9"_ustr },
1132 { u"hookrightarrow"_ustr, u"\u21AA"_ustr },
1133 { u"hopf"_ustr, u"\U0001D559"_ustr },
1134 { u"horbar"_ustr, u"\u2015"_ustr },
1135 { u"hscr"_ustr, u"\U0001D4BD"_ustr },
1136 { u"hslash"_ustr, u"\u210F"_ustr },
1137 { u"hstrok"_ustr, u"\u0127"_ustr },
1138 { u"hybull"_ustr, u"\u2043"_ustr },
1139 { u"hyphen"_ustr, u"\u2010"_ustr },
1140 { u"iacute"_ustr, u"\u00ED"_ustr },
1141 { u"ic"_ustr, u"\u2063"_ustr },
1142 { u"icirc"_ustr, u"\u00EE"_ustr },
1143 { u"icy"_ustr, u"\u0438"_ustr },
1144 { u"iecy"_ustr, u"\u0435"_ustr },
1145 { u"iexcl"_ustr, u"\u00A1"_ustr },
1146 { u"iff"_ustr, u"\u21D4"_ustr },
1147 { u"ifr"_ustr, u"\U0001D526"_ustr },
1148 { u"igrave"_ustr, u"\u00EC"_ustr },
1149 { u"ii"_ustr, u"\u2148"_ustr },
1150 { u"iiiint"_ustr, u"\u2A0C"_ustr },
1151 { u"iiint"_ustr, u"\u222D"_ustr },
1152 { u"iinfin"_ustr, u"\u29DC"_ustr },
1153 { u"iiota"_ustr, u"\u2129"_ustr },
1154 { u"ijlig"_ustr, u"\u0133"_ustr },
1155 { u"imacr"_ustr, u"\u012B"_ustr },
1156 { u"image"_ustr, u"\u2111"_ustr },
1157 { u"imagline"_ustr, u"\u2110"_ustr },
1158 { u"imagpart"_ustr, u"\u2111"_ustr },
1159 { u"imath"_ustr, u"\u0131"_ustr },
1160 { u"imof"_ustr, u"\u22B7"_ustr },
1161 { u"imped"_ustr, u"\u01B5"_ustr },
1162 { u"in"_ustr, u"\u2208"_ustr },
1163 { u"incare"_ustr, u"\u2105"_ustr },
1164 { u"infin"_ustr, u"\u221E"_ustr },
1165 { u"infintie"_ustr, u"\u29DD"_ustr },
1166 { u"inodot"_ustr, u"\u0131"_ustr },
1167 { u"int"_ustr, u"\u222B"_ustr },
1168 { u"intcal"_ustr, u"\u22BA"_ustr },
1169 { u"integers"_ustr, u"\u2124"_ustr },
1170 { u"intercal"_ustr, u"\u22BA"_ustr },
1171 { u"intlarhk"_ustr, u"\u2A17"_ustr },
1172 { u"intprod"_ustr, u"\u2A3C"_ustr },
1173 { u"iocy"_ustr, u"\u0451"_ustr },
1174 { u"iogon"_ustr, u"\u012F"_ustr },
1175 { u"iopf"_ustr, u"\U0001D55A"_ustr },
1176 { u"iota"_ustr, u"\u03B9"_ustr },
1177 { u"iprod"_ustr, u"\u2A3C"_ustr },
1178 { u"iquest"_ustr, u"\u00BF"_ustr },
1179 { u"iscr"_ustr, u"\U0001D4BE"_ustr },
1180 { u"isin"_ustr, u"\u2208"_ustr },
1181 { u"isinE"_ustr, u"\u22F9"_ustr },
1182 { u"isindot"_ustr, u"\u22F5"_ustr },
1183 { u"isins"_ustr, u"\u22F4"_ustr },
1184 { u"isinsv"_ustr, u"\u22F3"_ustr },
1185 { u"isinv"_ustr, u"\u2208"_ustr },
1186 { u"it"_ustr, u"\u2062"_ustr },
1187 { u"itilde"_ustr, u"\u0129"_ustr },
1188 { u"iukcy"_ustr, u"\u0456"_ustr },
1189 { u"iuml"_ustr, u"\u00EF"_ustr },
1190 { u"jcirc"_ustr, u"\u0135"_ustr },
1191 { u"jcy"_ustr, u"\u0439"_ustr },
1192 { u"jfr"_ustr, u"\U0001D527"_ustr },
1193 { u"jmath"_ustr, u"\u0237"_ustr },
1194 { u"jopf"_ustr, u"\U0001D55B"_ustr },
1195 { u"jscr"_ustr, u"\U0001D4BF"_ustr },
1196 { u"jsercy"_ustr, u"\u0458"_ustr },
1197 { u"jukcy"_ustr, u"\u0454"_ustr },
1198 { u"kappa"_ustr, u"\u03BA"_ustr },
1199 { u"kappav"_ustr, u"\u03F0"_ustr },
1200 { u"kcedil"_ustr, u"\u0137"_ustr },
1201 { u"kcy"_ustr, u"\u043A"_ustr },
1202 { u"kfr"_ustr, u"\U0001D528"_ustr },
1203 { u"kgreen"_ustr, u"\u0138"_ustr },
1204 { u"khcy"_ustr, u"\u0445"_ustr },
1205 { u"kjcy"_ustr, u"\u045C"_ustr },
1206 { u"kopf"_ustr, u"\U0001D55C"_ustr },
1207 { u"kscr"_ustr, u"\U0001D4C0"_ustr },
1208 { u"lAarr"_ustr, u"\u21DA"_ustr },
1209 { u"lArr"_ustr, u"\u21D0"_ustr },
1210 { u"lAtail"_ustr, u"\u291B"_ustr },
1211 { u"lBarr"_ustr, u"\u290E"_ustr },
1212 { u"lE"_ustr, u"\u2266"_ustr },
1213 { u"lEg"_ustr, u"\u2A8B"_ustr },
1214 { u"lHar"_ustr, u"\u2962"_ustr },
1215 { u"lacute"_ustr, u"\u013A"_ustr },
1216 { u"laemptyv"_ustr, u"\u29B4"_ustr },
1217 { u"lagran"_ustr, u"\u2112"_ustr },
1218 { u"lambda"_ustr, u"\u03BB"_ustr },
1219 { u"lang"_ustr, u"\u27E8"_ustr },
1220 { u"langd"_ustr, u"\u2991"_ustr },
1221 { u"langle"_ustr, u"\u27E8"_ustr },
1222 { u"lap"_ustr, u"\u2A85"_ustr },
1223 { u"laquo"_ustr, u"\u00AB"_ustr },
1224 { u"larr"_ustr, u"\u2190"_ustr },
1225 { u"larrb"_ustr, u"\u21E4"_ustr },
1226 { u"larrbfs"_ustr, u"\u291F"_ustr },
1227 { u"larrfs"_ustr, u"\u291D"_ustr },
1228 { u"larrhk"_ustr, u"\u21A9"_ustr },
1229 { u"larrlp"_ustr, u"\u21AB"_ustr },
1230 { u"larrpl"_ustr, u"\u2939"_ustr },
1231 { u"larrsim"_ustr, u"\u2973"_ustr },
1232 { u"larrtl"_ustr, u"\u21A2"_ustr },
1233 { u"lat"_ustr, u"\u2AAB"_ustr },
1234 { u"latail"_ustr, u"\u2919"_ustr },
1235 { u"late"_ustr, u"\u2AAD"_ustr },
1236 { u"lates"_ustr, u"\u2AAD\uFE00"_ustr },
1237 { u"lbarr"_ustr, u"\u290C"_ustr },
1238 { u"lbbrk"_ustr, u"\u2772"_ustr },
1239 { u"lbrace"_ustr, u"\u007B"_ustr },
1240 { u"lbrack"_ustr, u"\u005B"_ustr },
1241 { u"lbrke"_ustr, u"\u298B"_ustr },
1242 { u"lbrksld"_ustr, u"\u298F"_ustr },
1243 { u"lbrkslu"_ustr, u"\u298D"_ustr },
1244 { u"lcaron"_ustr, u"\u013E"_ustr },
1245 { u"lcedil"_ustr, u"\u013C"_ustr },
1246 { u"lceil"_ustr, u"\u2308"_ustr },
1247 { u"lcub"_ustr, u"\u007B"_ustr },
1248 { u"lcy"_ustr, u"\u043B"_ustr },
1249 { u"ldca"_ustr, u"\u2936"_ustr },
1250 { u"ldquo"_ustr, u"\u201C"_ustr },
1251 { u"ldquor"_ustr, u"\u201E"_ustr },
1252 { u"ldrdhar"_ustr, u"\u2967"_ustr },
1253 { u"ldrushar"_ustr, u"\u294B"_ustr },
1254 { u"ldsh"_ustr, u"\u21B2"_ustr },
1255 { u"le"_ustr, u"\u2264"_ustr },
1256 { u"leftarrow"_ustr, u"\u2190"_ustr },
1257 { u"leftarrowtail"_ustr, u"\u21A2"_ustr },
1258 { u"leftharpoondown"_ustr, u"\u21BD"_ustr },
1259 { u"leftharpoonup"_ustr, u"\u21BC"_ustr },
1260 { u"leftleftarrows"_ustr, u"\u21C7"_ustr },
1261 { u"leftrightarrow"_ustr, u"\u2194"_ustr },
1262 { u"leftrightarrows"_ustr, u"\u21C6"_ustr },
1263 { u"leftrightharpoons"_ustr, u"\u21CB"_ustr },
1264 { u"leftrightsquigarrow"_ustr, u"\u21AD"_ustr },
1265 { u"leftthreetimes"_ustr, u"\u22CB"_ustr },
1266 { u"leg"_ustr, u"\u22DA"_ustr },
1267 { u"leq"_ustr, u"\u2264"_ustr },
1268 { u"leqq"_ustr, u"\u2266"_ustr },
1269 { u"leqslant"_ustr, u"\u2A7D"_ustr },
1270 { u"les"_ustr, u"\u2A7D"_ustr },
1271 { u"lescc"_ustr, u"\u2AA8"_ustr },
1272 { u"lesdot"_ustr, u"\u2A7F"_ustr },
1273 { u"lesdoto"_ustr, u"\u2A81"_ustr },
1274 { u"lesdotor"_ustr, u"\u2A83"_ustr },
1275 { u"lesg"_ustr, u"\u22DA\uFE00"_ustr },
1276 { u"lesges"_ustr, u"\u2A93"_ustr },
1277 { u"lessapprox"_ustr, u"\u2A85"_ustr },
1278 { u"lessdot"_ustr, u"\u22D6"_ustr },
1279 { u"lesseqgtr"_ustr, u"\u22DA"_ustr },
1280 { u"lesseqqgtr"_ustr, u"\u2A8B"_ustr },
1281 { u"lessgtr"_ustr, u"\u2276"_ustr },
1282 { u"lesssim"_ustr, u"\u2272"_ustr },
1283 { u"lfisht"_ustr, u"\u297C"_ustr },
1284 { u"lfloor"_ustr, u"\u230A"_ustr },
1285 { u"lfr"_ustr, u"\U0001D529"_ustr },
1286 { u"lg"_ustr, u"\u2276"_ustr },
1287 { u"lgE"_ustr, u"\u2A91"_ustr },
1288 { u"lhard"_ustr, u"\u21BD"_ustr },
1289 { u"lharu"_ustr, u"\u21BC"_ustr },
1290 { u"lharul"_ustr, u"\u296A"_ustr },
1291 { u"lhblk"_ustr, u"\u2584"_ustr },
1292 { u"ljcy"_ustr, u"\u0459"_ustr },
1293 { u"ll"_ustr, u"\u226A"_ustr },
1294 { u"llarr"_ustr, u"\u21C7"_ustr },
1295 { u"llcorner"_ustr, u"\u231E"_ustr },
1296 { u"llhard"_ustr, u"\u296B"_ustr },
1297 { u"lltri"_ustr, u"\u25FA"_ustr },
1298 { u"lmidot"_ustr, u"\u0140"_ustr },
1299 { u"lmoust"_ustr, u"\u23B0"_ustr },
1300 { u"lmoustache"_ustr, u"\u23B0"_ustr },
1301 { u"lnE"_ustr, u"\u2268"_ustr },
1302 { u"lnap"_ustr, u"\u2A89"_ustr },
1303 { u"lnapprox"_ustr, u"\u2A89"_ustr },
1304 { u"lne"_ustr, u"\u2A87"_ustr },
1305 { u"lneq"_ustr, u"\u2A87"_ustr },
1306 { u"lneqq"_ustr, u"\u2268"_ustr },
1307 { u"lnsim"_ustr, u"\u22E6"_ustr },
1308 { u"loang"_ustr, u"\u27EC"_ustr },
1309 { u"loarr"_ustr, u"\u21FD"_ustr },
1310 { u"lobrk"_ustr, u"\u27E6"_ustr },
1311 { u"longleftarrow"_ustr, u"\u27F5"_ustr },
1312 { u"longleftrightarrow"_ustr, u"\u27F7"_ustr },
1313 { u"longmapsto"_ustr, u"\u27FC"_ustr },
1314 { u"longrightarrow"_ustr, u"\u27F6"_ustr },
1315 { u"looparrowleft"_ustr, u"\u21AB"_ustr },
1316 { u"looparrowright"_ustr, u"\u21AC"_ustr },
1317 { u"lopar"_ustr, u"\u2985"_ustr },
1318 { u"lopf"_ustr, u"\U0001D55D"_ustr },
1319 { u"loplus"_ustr, u"\u2A2D"_ustr },
1320 { u"lotimes"_ustr, u"\u2A34"_ustr },
1321 { u"lowast"_ustr, u"\u2217"_ustr },
1322 { u"lowbar"_ustr, u"\u005F"_ustr },
1323 { u"loz"_ustr, u"\u25CA"_ustr },
1324 { u"lozenge"_ustr, u"\u25CA"_ustr },
1325 { u"lozf"_ustr, u"\u29EB"_ustr },
1326 { u"lpar"_ustr, u"\u0028"_ustr },
1327 { u"lparlt"_ustr, u"\u2993"_ustr },
1328 { u"lrarr"_ustr, u"\u21C6"_ustr },
1329 { u"lrcorner"_ustr, u"\u231F"_ustr },
1330 { u"lrhar"_ustr, u"\u21CB"_ustr },
1331 { u"lrhard"_ustr, u"\u296D"_ustr },
1332 { u"lrm"_ustr, u"\u200E"_ustr },
1333 { u"lrtri"_ustr, u"\u22BF"_ustr },
1334 { u"lsaquo"_ustr, u"\u2039"_ustr },
1335 { u"lscr"_ustr, u"\U0001D4C1"_ustr },
1336 { u"lsh"_ustr, u"\u21B0"_ustr },
1337 { u"lsim"_ustr, u"\u2272"_ustr },
1338 { u"lsime"_ustr, u"\u2A8D"_ustr },
1339 { u"lsimg"_ustr, u"\u2A8F"_ustr },
1340 { u"lsqb"_ustr, u"\u005B"_ustr },
1341 { u"lsquo"_ustr, u"\u2018"_ustr },
1342 { u"lsquor"_ustr, u"\u201A"_ustr },
1343 { u"lstrok"_ustr, u"\u0142"_ustr },
1344 { u"lt"_ustr, u"\u003C"_ustr },
1345 { u"ltcc"_ustr, u"\u2AA6"_ustr },
1346 { u"ltcir"_ustr, u"\u2A79"_ustr },
1347 { u"ltdot"_ustr, u"\u22D6"_ustr },
1348 { u"lthree"_ustr, u"\u22CB"_ustr },
1349 { u"ltimes"_ustr, u"\u22C9"_ustr },
1350 { u"ltlarr"_ustr, u"\u2976"_ustr },
1351 { u"ltquest"_ustr, u"\u2A7B"_ustr },
1352 { u"ltrPar"_ustr, u"\u2996"_ustr },
1353 { u"ltri"_ustr, u"\u25C3"_ustr },
1354 { u"ltrie"_ustr, u"\u22B4"_ustr },
1355 { u"ltrif"_ustr, u"\u25C2"_ustr },
1356 { u"lurdshar"_ustr, u"\u294A"_ustr },
1357 { u"luruhar"_ustr, u"\u2966"_ustr },
1358 { u"lvertneqq"_ustr, u"\u2268\uFE00"_ustr },
1359 { u"lvnE"_ustr, u"\u2268\uFE00"_ustr },
1360 { u"mDDot"_ustr, u"\u223A"_ustr },
1361 { u"macr"_ustr, u"\u00AF"_ustr },
1362 { u"male"_ustr, u"\u2642"_ustr },
1363 { u"malt"_ustr, u"\u2720"_ustr },
1364 { u"maltese"_ustr, u"\u2720"_ustr },
1365 { u"map"_ustr, u"\u21A6"_ustr },
1366 { u"mapsto"_ustr, u"\u21A6"_ustr },
1367 { u"mapstodown"_ustr, u"\u21A7"_ustr },
1368 { u"mapstoleft"_ustr, u"\u21A4"_ustr },
1369 { u"mapstoup"_ustr, u"\u21A5"_ustr },
1370 { u"marker"_ustr, u"\u25AE"_ustr },
1371 { u"mcomma"_ustr, u"\u2A29"_ustr },
1372 { u"mcy"_ustr, u"\u043C"_ustr },
1373 { u"mdash"_ustr, u"\u2014"_ustr },
1374 { u"measuredangle"_ustr, u"\u2221"_ustr },
1375 { u"mfr"_ustr, u"\U0001D52A"_ustr },
1376 { u"mho"_ustr, u"\u2127"_ustr },
1377 { u"micro"_ustr, u"\u00B5"_ustr },
1378 { u"mid"_ustr, u"\u2223"_ustr },
1379 { u"midast"_ustr, u"\u002A"_ustr },
1380 { u"midcir"_ustr, u"\u2AF0"_ustr },
1381 { u"middot"_ustr, u"\u00B7"_ustr },
1382 { u"minus"_ustr, u"\u2212"_ustr },
1383 { u"minusb"_ustr, u"\u229F"_ustr },
1384 { u"minusd"_ustr, u"\u2238"_ustr },
1385 { u"minusdu"_ustr, u"\u2A2A"_ustr },
1386 { u"mlcp"_ustr, u"\u2ADB"_ustr },
1387 { u"mldr"_ustr, u"\u2026"_ustr },
1388 { u"mnplus"_ustr, u"\u2213"_ustr },
1389 { u"models"_ustr, u"\u22A7"_ustr },
1390 { u"mopf"_ustr, u"\U0001D55E"_ustr },
1391 { u"mp"_ustr, u"\u2213"_ustr },
1392 { u"mscr"_ustr, u"\U0001D4C2"_ustr },
1393 { u"mstpos"_ustr, u"\u223E"_ustr },
1394 { u"mu"_ustr, u"\u03BC"_ustr },
1395 { u"multimap"_ustr, u"\u22B8"_ustr },
1396 { u"mumap"_ustr, u"\u22B8"_ustr },
1397 { u"nGg"_ustr, u"\u22D9\u0338"_ustr },
1398 { u"nGt"_ustr, u"\u226B\u20D2"_ustr },
1399 { u"nGtv"_ustr, u"\u226B\u0338"_ustr },
1400 { u"nLeftarrow"_ustr, u"\u21CD"_ustr },
1401 { u"nLeftrightarrow"_ustr, u"\u21CE"_ustr },
1402 { u"nLl"_ustr, u"\u22D8\u0338"_ustr },
1403 { u"nLt"_ustr, u"\u226A\u20D2"_ustr },
1404 { u"nLtv"_ustr, u"\u226A\u0338"_ustr },
1405 { u"nRightarrow"_ustr, u"\u21CF"_ustr },
1406 { u"nVDash"_ustr, u"\u22AF"_ustr },
1407 { u"nVdash"_ustr, u"\u22AE"_ustr },
1408 { u"nabla"_ustr, u"\u2207"_ustr },
1409 { u"nacute"_ustr, u"\u0144"_ustr },
1410 { u"nang"_ustr, u"\u2220\u20D2"_ustr },
1411 { u"nap"_ustr, u"\u2249"_ustr },
1412 { u"napE"_ustr, u"\u2A70\u0338"_ustr },
1413 { u"napid"_ustr, u"\u224B\u0338"_ustr },
1414 { u"napos"_ustr, u"\u0149"_ustr },
1415 { u"napprox"_ustr, u"\u2249"_ustr },
1416 { u"natur"_ustr, u"\u266E"_ustr },
1417 { u"natural"_ustr, u"\u266E"_ustr },
1418 { u"naturals"_ustr, u"\u2115"_ustr },
1419 { u"nbsp"_ustr, u"\u00A0"_ustr },
1420 { u"nbump"_ustr, u"\u224E\u0338"_ustr },
1421 { u"nbumpe"_ustr, u"\u224F\u0338"_ustr },
1422 { u"ncap"_ustr, u"\u2A43"_ustr },
1423 { u"ncaron"_ustr, u"\u0148"_ustr },
1424 { u"ncedil"_ustr, u"\u0146"_ustr },
1425 { u"ncong"_ustr, u"\u2247"_ustr },
1426 { u"ncongdot"_ustr, u"\u2A6D\u0338"_ustr },
1427 { u"ncup"_ustr, u"\u2A42"_ustr },
1428 { u"ncy"_ustr, u"\u043D"_ustr },
1429 { u"ndash"_ustr, u"\u2013"_ustr },
1430 { u"ne"_ustr, u"\u2260"_ustr },
1431 { u"neArr"_ustr, u"\u21D7"_ustr },
1432 { u"nearhk"_ustr, u"\u2924"_ustr },
1433 { u"nearr"_ustr, u"\u2197"_ustr },
1434 { u"nearrow"_ustr, u"\u2197"_ustr },
1435 { u"nedot"_ustr, u"\u2250\u0338"_ustr },
1436 { u"nequiv"_ustr, u"\u2262"_ustr },
1437 { u"nesear"_ustr, u"\u2928"_ustr },
1438 { u"nesim"_ustr, u"\u2242\u0338"_ustr },
1439 { u"nexist"_ustr, u"\u2204"_ustr },
1440 { u"nexists"_ustr, u"\u2204"_ustr },
1441 { u"nfr"_ustr, u"\U0001D52B"_ustr },
1442 { u"ngE"_ustr, u"\u2267\u0338"_ustr },
1443 { u"nge"_ustr, u"\u2271"_ustr },
1444 { u"ngeq"_ustr, u"\u2271"_ustr },
1445 { u"ngeqq"_ustr, u"\u2267\u0338"_ustr },
1446 { u"ngeqslant"_ustr, u"\u2A7E\u0338"_ustr },
1447 { u"nges"_ustr, u"\u2A7E\u0338"_ustr },
1448 { u"ngsim"_ustr, u"\u2275"_ustr },
1449 { u"ngt"_ustr, u"\u226F"_ustr },
1450 { u"ngtr"_ustr, u"\u226F"_ustr },
1451 { u"nhArr"_ustr, u"\u21CE"_ustr },
1452 { u"nharr"_ustr, u"\u21AE"_ustr },
1453 { u"nhpar"_ustr, u"\u2AF2"_ustr },
1454 { u"ni"_ustr, u"\u220B"_ustr },
1455 { u"nis"_ustr, u"\u22FC"_ustr },
1456 { u"nisd"_ustr, u"\u22FA"_ustr },
1457 { u"niv"_ustr, u"\u220B"_ustr },
1458 { u"njcy"_ustr, u"\u045A"_ustr },
1459 { u"nlArr"_ustr, u"\u21CD"_ustr },
1460 { u"nlE"_ustr, u"\u2266\u0338"_ustr },
1461 { u"nlarr"_ustr, u"\u219A"_ustr },
1462 { u"nldr"_ustr, u"\u2025"_ustr },
1463 { u"nle"_ustr, u"\u2270"_ustr },
1464 { u"nleftarrow"_ustr, u"\u219A"_ustr },
1465 { u"nleftrightarrow"_ustr, u"\u21AE"_ustr },
1466 { u"nleq"_ustr, u"\u2270"_ustr },
1467 { u"nleqq"_ustr, u"\u2266\u0338"_ustr },
1468 { u"nleqslant"_ustr, u"\u2A7D\u0338"_ustr },
1469 { u"nles"_ustr, u"\u2A7D\u0338"_ustr },
1470 { u"nless"_ustr, u"\u226E"_ustr },
1471 { u"nlsim"_ustr, u"\u2274"_ustr },
1472 { u"nlt"_ustr, u"\u226E"_ustr },
1473 { u"nltri"_ustr, u"\u22EA"_ustr },
1474 { u"nltrie"_ustr, u"\u22EC"_ustr },
1475 { u"nmid"_ustr, u"\u2224"_ustr },
1476 { u"nopf"_ustr, u"\U0001D55F"_ustr },
1477 { u"not"_ustr, u"\u00AC"_ustr },
1478 { u"notin"_ustr, u"\u2209"_ustr },
1479 { u"notinE"_ustr, u"\u22F9\u0338"_ustr },
1480 { u"notindot"_ustr, u"\u22F5\u0338"_ustr },
1481 { u"notinva"_ustr, u"\u2209"_ustr },
1482 { u"notinvb"_ustr, u"\u22F7"_ustr },
1483 { u"notinvc"_ustr, u"\u22F6"_ustr },
1484 { u"notni"_ustr, u"\u220C"_ustr },
1485 { u"notniva"_ustr, u"\u220C"_ustr },
1486 { u"notnivb"_ustr, u"\u22FE"_ustr },
1487 { u"notnivc"_ustr, u"\u22FD"_ustr },
1488 { u"npar"_ustr, u"\u2226"_ustr },
1489 { u"nparallel"_ustr, u"\u2226"_ustr },
1490 { u"nparsl"_ustr, u"\u2AFD\u20E5"_ustr },
1491 { u"npart"_ustr, u"\u2202\u0338"_ustr },
1492 { u"npolint"_ustr, u"\u2A14"_ustr },
1493 { u"npr"_ustr, u"\u2280"_ustr },
1494 { u"nprcue"_ustr, u"\u22E0"_ustr },
1495 { u"npre"_ustr, u"\u2AAF\u0338"_ustr },
1496 { u"nprec"_ustr, u"\u2280"_ustr },
1497 { u"npreceq"_ustr, u"\u2AAF\u0338"_ustr },
1498 { u"nrArr"_ustr, u"\u21CF"_ustr },
1499 { u"nrarr"_ustr, u"\u219B"_ustr },
1500 { u"nrarrc"_ustr, u"\u2933\u0338"_ustr },
1501 { u"nrarrw"_ustr, u"\u219D\u0338"_ustr },
1502 { u"nrightarrow"_ustr, u"\u219B"_ustr },
1503 { u"nrtri"_ustr, u"\u22EB"_ustr },
1504 { u"nrtrie"_ustr, u"\u22ED"_ustr },
1505 { u"nsc"_ustr, u"\u2281"_ustr },
1506 { u"nsccue"_ustr, u"\u22E1"_ustr },
1507 { u"nsce"_ustr, u"\u2AB0\u0338"_ustr },
1508 { u"nscr"_ustr, u"\U0001D4C3"_ustr },
1509 { u"nshortmid"_ustr, u"\u2224"_ustr },
1510 { u"nshortparallel"_ustr, u"\u2226"_ustr },
1511 { u"nsim"_ustr, u"\u2241"_ustr },
1512 { u"nsime"_ustr, u"\u2244"_ustr },
1513 { u"nsimeq"_ustr, u"\u2244"_ustr },
1514 { u"nsmid"_ustr, u"\u2224"_ustr },
1515 { u"nspar"_ustr, u"\u2226"_ustr },
1516 { u"nsqsube"_ustr, u"\u22E2"_ustr },
1517 { u"nsqsupe"_ustr, u"\u22E3"_ustr },
1518 { u"nsub"_ustr, u"\u2284"_ustr },
1519 { u"nsubE"_ustr, u"\u2AC5\u0338"_ustr },
1520 { u"nsube"_ustr, u"\u2288"_ustr },
1521 { u"nsubset"_ustr, u"\u2282\u20D2"_ustr },
1522 { u"nsubseteq"_ustr, u"\u2288"_ustr },
1523 { u"nsubseteqq"_ustr, u"\u2AC5\u0338"_ustr },
1524 { u"nsucc"_ustr, u"\u2281"_ustr },
1525 { u"nsucceq"_ustr, u"\u2AB0\u0338"_ustr },
1526 { u"nsup"_ustr, u"\u2285"_ustr },
1527 { u"nsupE"_ustr, u"\u2AC6\u0338"_ustr },
1528 { u"nsupe"_ustr, u"\u2289"_ustr },
1529 { u"nsupset"_ustr, u"\u2283\u20D2"_ustr },
1530 { u"nsupseteq"_ustr, u"\u2289"_ustr },
1531 { u"nsupseteqq"_ustr, u"\u2AC6\u0338"_ustr },
1532 { u"ntgl"_ustr, u"\u2279"_ustr },
1533 { u"ntilde"_ustr, u"\u00F1"_ustr },
1534 { u"ntlg"_ustr, u"\u2278"_ustr },
1535 { u"ntriangleleft"_ustr, u"\u22EA"_ustr },
1536 { u"ntrianglelefteq"_ustr, u"\u22EC"_ustr },
1537 { u"ntriangleright"_ustr, u"\u22EB"_ustr },
1538 { u"ntrianglerighteq"_ustr, u"\u22ED"_ustr },
1539 { u"nu"_ustr, u"\u03BD"_ustr },
1540 { u"num"_ustr, u"\u0023"_ustr },
1541 { u"numero"_ustr, u"\u2116"_ustr },
1542 { u"numsp"_ustr, u"\u2007"_ustr },
1543 { u"nvDash"_ustr, u"\u22AD"_ustr },
1544 { u"nvHarr"_ustr, u"\u2904"_ustr },
1545 { u"nvap"_ustr, u"\u224D\u20D2"_ustr },
1546 { u"nvdash"_ustr, u"\u22AC"_ustr },
1547 { u"nvge"_ustr, u"\u2265\u20D2"_ustr },
1548 { u"nvgt"_ustr, u"\u003E\u20D2"_ustr },
1549 { u"nvinfin"_ustr, u"\u29DE"_ustr },
1550 { u"nvlArr"_ustr, u"\u2902"_ustr },
1551 { u"nvle"_ustr, u"\u2264\u20D2"_ustr },
1552 { u"nvlt"_ustr, u"\u003C\u20D2"_ustr },
1553 { u"nvltrie"_ustr, u"\u22B4\u20D2"_ustr },
1554 { u"nvrArr"_ustr, u"\u2903"_ustr },
1555 { u"nvrtrie"_ustr, u"\u22B5\u20D2"_ustr },
1556 { u"nvsim"_ustr, u"\u223C\u20D2"_ustr },
1557 { u"nwArr"_ustr, u"\u21D6"_ustr },
1558 { u"nwarhk"_ustr, u"\u2923"_ustr },
1559 { u"nwarr"_ustr, u"\u2196"_ustr },
1560 { u"nwarrow"_ustr, u"\u2196"_ustr },
1561 { u"nwnear"_ustr, u"\u2927"_ustr },
1562 { u"oS"_ustr, u"\u24C8"_ustr },
1563 { u"oacute"_ustr, u"\u00F3"_ustr },
1564 { u"oast"_ustr, u"\u229B"_ustr },
1565 { u"ocir"_ustr, u"\u229A"_ustr },
1566 { u"ocirc"_ustr, u"\u00F4"_ustr },
1567 { u"ocy"_ustr, u"\u043E"_ustr },
1568 { u"odash"_ustr, u"\u229D"_ustr },
1569 { u"odblac"_ustr, u"\u0151"_ustr },
1570 { u"odiv"_ustr, u"\u2A38"_ustr },
1571 { u"odot"_ustr, u"\u2299"_ustr },
1572 { u"odsold"_ustr, u"\u29BC"_ustr },
1573 { u"oelig"_ustr, u"\u0153"_ustr },
1574 { u"ofcir"_ustr, u"\u29BF"_ustr },
1575 { u"ofr"_ustr, u"\U0001D52C"_ustr },
1576 { u"ogon"_ustr, u"\u02DB"_ustr },
1577 { u"ograve"_ustr, u"\u00F2"_ustr },
1578 { u"ogt"_ustr, u"\u29C1"_ustr },
1579 { u"ohbar"_ustr, u"\u29B5"_ustr },
1580 { u"ohm"_ustr, u"\u03A9"_ustr },
1581 { u"oint"_ustr, u"\u222E"_ustr },
1582 { u"olarr"_ustr, u"\u21BA"_ustr },
1583 { u"olcir"_ustr, u"\u29BE"_ustr },
1584 { u"olcross"_ustr, u"\u29BB"_ustr },
1585 { u"oline"_ustr, u"\u203E"_ustr },
1586 { u"olt"_ustr, u"\u29C0"_ustr },
1587 { u"omacr"_ustr, u"\u014D"_ustr },
1588 { u"omega"_ustr, u"\u03C9"_ustr },
1589 { u"omicron"_ustr, u"\u03BF"_ustr },
1590 { u"omid"_ustr, u"\u29B6"_ustr },
1591 { u"ominus"_ustr, u"\u2296"_ustr },
1592 { u"oopf"_ustr, u"\U0001D560"_ustr },
1593 { u"opar"_ustr, u"\u29B7"_ustr },
1594 { u"operp"_ustr, u"\u29B9"_ustr },
1595 { u"oplus"_ustr, u"\u2295"_ustr },
1596 { u"or"_ustr, u"\u2228"_ustr },
1597 { u"orarr"_ustr, u"\u21BB"_ustr },
1598 { u"ord"_ustr, u"\u2A5D"_ustr },
1599 { u"order"_ustr, u"\u2134"_ustr },
1600 { u"orderof"_ustr, u"\u2134"_ustr },
1601 { u"ordf"_ustr, u"\u00AA"_ustr },
1602 { u"ordm"_ustr, u"\u00BA"_ustr },
1603 { u"origof"_ustr, u"\u22B6"_ustr },
1604 { u"oror"_ustr, u"\u2A56"_ustr },
1605 { u"orslope"_ustr, u"\u2A57"_ustr },
1606 { u"orv"_ustr, u"\u2A5B"_ustr },
1607 { u"oscr"_ustr, u"\u2134"_ustr },
1608 { u"oslash"_ustr, u"\u00F8"_ustr },
1609 { u"osol"_ustr, u"\u2298"_ustr },
1610 { u"otilde"_ustr, u"\u00F5"_ustr },
1611 { u"otimes"_ustr, u"\u2297"_ustr },
1612 { u"otimesas"_ustr, u"\u2A36"_ustr },
1613 { u"ouml"_ustr, u"\u00F6"_ustr },
1614 { u"ovbar"_ustr, u"\u233D"_ustr },
1615 { u"par"_ustr, u"\u2225"_ustr },
1616 { u"para"_ustr, u"\u00B6"_ustr },
1617 { u"parallel"_ustr, u"\u2225"_ustr },
1618 { u"parsim"_ustr, u"\u2AF3"_ustr },
1619 { u"parsl"_ustr, u"\u2AFD"_ustr },
1620 { u"part"_ustr, u"\u2202"_ustr },
1621 { u"pcy"_ustr, u"\u043F"_ustr },
1622 { u"percnt"_ustr, u"\u0025"_ustr },
1623 { u"period"_ustr, u"\u002E"_ustr },
1624 { u"permil"_ustr, u"\u2030"_ustr },
1625 { u"perp"_ustr, u"\u22A5"_ustr },
1626 { u"pertenk"_ustr, u"\u2031"_ustr },
1627 { u"pfr"_ustr, u"\U0001D52D"_ustr },
1628 { u"phi"_ustr, u"\u03C6"_ustr },
1629 { u"phiv"_ustr, u"\u03D5"_ustr },
1630 { u"phmmat"_ustr, u"\u2133"_ustr },
1631 { u"phone"_ustr, u"\u260E"_ustr },
1632 { u"pi"_ustr, u"\u03C0"_ustr },
1633 { u"pitchfork"_ustr, u"\u22D4"_ustr },
1634 { u"piv"_ustr, u"\u03D6"_ustr },
1635 { u"planck"_ustr, u"\u210F"_ustr },
1636 { u"planckh"_ustr, u"\u210E"_ustr },
1637 { u"plankv"_ustr, u"\u210F"_ustr },
1638 { u"plus"_ustr, u"\u002B"_ustr },
1639 { u"plusacir"_ustr, u"\u2A23"_ustr },
1640 { u"plusb"_ustr, u"\u229E"_ustr },
1641 { u"pluscir"_ustr, u"\u2A22"_ustr },
1642 { u"plusdo"_ustr, u"\u2214"_ustr },
1643 { u"plusdu"_ustr, u"\u2A25"_ustr },
1644 { u"pluse"_ustr, u"\u2A72"_ustr },
1645 { u"plusmn"_ustr, u"\u00B1"_ustr },
1646 { u"plussim"_ustr, u"\u2A26"_ustr },
1647 { u"plustwo"_ustr, u"\u2A27"_ustr },
1648 { u"pm"_ustr, u"\u00B1"_ustr },
1649 { u"pointint"_ustr, u"\u2A15"_ustr },
1650 { u"popf"_ustr, u"\U0001D561"_ustr },
1651 { u"pound"_ustr, u"\u00A3"_ustr },
1652 { u"pr"_ustr, u"\u227A"_ustr },
1653 { u"prE"_ustr, u"\u2AB3"_ustr },
1654 { u"prap"_ustr, u"\u2AB7"_ustr },
1655 { u"prcue"_ustr, u"\u227C"_ustr },
1656 { u"pre"_ustr, u"\u2AAF"_ustr },
1657 { u"prec"_ustr, u"\u227A"_ustr },
1658 { u"precapprox"_ustr, u"\u2AB7"_ustr },
1659 { u"preccurlyeq"_ustr, u"\u227C"_ustr },
1660 { u"preceq"_ustr, u"\u2AAF"_ustr },
1661 { u"precnapprox"_ustr, u"\u2AB9"_ustr },
1662 { u"precneqq"_ustr, u"\u2AB5"_ustr },
1663 { u"precnsim"_ustr, u"\u22E8"_ustr },
1664 { u"precsim"_ustr, u"\u227E"_ustr },
1665 { u"prime"_ustr, u"\u2032"_ustr },
1666 { u"primes"_ustr, u"\u2119"_ustr },
1667 { u"prnE"_ustr, u"\u2AB5"_ustr },
1668 { u"prnap"_ustr, u"\u2AB9"_ustr },
1669 { u"prnsim"_ustr, u"\u22E8"_ustr },
1670 { u"prod"_ustr, u"\u220F"_ustr },
1671 { u"profalar"_ustr, u"\u232E"_ustr },
1672 { u"profline"_ustr, u"\u2312"_ustr },
1673 { u"profsurf"_ustr, u"\u2313"_ustr },
1674 { u"prop"_ustr, u"\u221D"_ustr },
1675 { u"propto"_ustr, u"\u221D"_ustr },
1676 { u"prsim"_ustr, u"\u227E"_ustr },
1677 { u"prurel"_ustr, u"\u22B0"_ustr },
1678 { u"pscr"_ustr, u"\U0001D4C5"_ustr },
1679 { u"psi"_ustr, u"\u03C8"_ustr },
1680 { u"puncsp"_ustr, u"\u2008"_ustr },
1681 { u"qfr"_ustr, u"\U0001D52E"_ustr },
1682 { u"qint"_ustr, u"\u2A0C"_ustr },
1683 { u"qopf"_ustr, u"\U0001D562"_ustr },
1684 { u"qprime"_ustr, u"\u2057"_ustr },
1685 { u"qscr"_ustr, u"\U0001D4C6"_ustr },
1686 { u"quaternions"_ustr, u"\u210D"_ustr },
1687 { u"quatint"_ustr, u"\u2A16"_ustr },
1688 { u"quest"_ustr, u"\u003F"_ustr },
1689 { u"questeq"_ustr, u"\u225F"_ustr },
1690 { u"quot"_ustr, u"\u0022"_ustr },
1691 { u"rAarr"_ustr, u"\u21DB"_ustr },
1692 { u"rArr"_ustr, u"\u21D2"_ustr },
1693 { u"rAtail"_ustr, u"\u291C"_ustr },
1694 { u"rBarr"_ustr, u"\u290F"_ustr },
1695 { u"rHar"_ustr, u"\u2964"_ustr },
1696 { u"race"_ustr, u"\u223D\u0331"_ustr },
1697 { u"racute"_ustr, u"\u0155"_ustr },
1698 { u"radic"_ustr, u"\u221A"_ustr },
1699 { u"raemptyv"_ustr, u"\u29B3"_ustr },
1700 { u"rang"_ustr, u"\u27E9"_ustr },
1701 { u"rangd"_ustr, u"\u2992"_ustr },
1702 { u"range"_ustr, u"\u29A5"_ustr },
1703 { u"rangle"_ustr, u"\u27E9"_ustr },
1704 { u"raquo"_ustr, u"\u00BB"_ustr },
1705 { u"rarr"_ustr, u"\u2192"_ustr },
1706 { u"rarrap"_ustr, u"\u2975"_ustr },
1707 { u"rarrb"_ustr, u"\u21E5"_ustr },
1708 { u"rarrbfs"_ustr, u"\u2920"_ustr },
1709 { u"rarrc"_ustr, u"\u2933"_ustr },
1710 { u"rarrfs"_ustr, u"\u291E"_ustr },
1711 { u"rarrhk"_ustr, u"\u21AA"_ustr },
1712 { u"rarrlp"_ustr, u"\u21AC"_ustr },
1713 { u"rarrpl"_ustr, u"\u2945"_ustr },
1714 { u"rarrsim"_ustr, u"\u2974"_ustr },
1715 { u"rarrtl"_ustr, u"\u21A3"_ustr },
1716 { u"rarrw"_ustr, u"\u219D"_ustr },
1717 { u"ratail"_ustr, u"\u291A"_ustr },
1718 { u"ratio"_ustr, u"\u2236"_ustr },
1719 { u"rationals"_ustr, u"\u211A"_ustr },
1720 { u"rbarr"_ustr, u"\u290D"_ustr },
1721 { u"rbbrk"_ustr, u"\u2773"_ustr },
1722 { u"rbrace"_ustr, u"\u007D"_ustr },
1723 { u"rbrack"_ustr, u"\u005D"_ustr },
1724 { u"rbrke"_ustr, u"\u298C"_ustr },
1725 { u"rbrksld"_ustr, u"\u298E"_ustr },
1726 { u"rbrkslu"_ustr, u"\u2990"_ustr },
1727 { u"rcaron"_ustr, u"\u0159"_ustr },
1728 { u"rcedil"_ustr, u"\u0157"_ustr },
1729 { u"rceil"_ustr, u"\u2309"_ustr },
1730 { u"rcub"_ustr, u"\u007D"_ustr },
1731 { u"rcy"_ustr, u"\u0440"_ustr },
1732 { u"rdca"_ustr, u"\u2937"_ustr },
1733 { u"rdldhar"_ustr, u"\u2969"_ustr },
1734 { u"rdquo"_ustr, u"\u201D"_ustr },
1735 { u"rdquor"_ustr, u"\u201D"_ustr },
1736 { u"rdsh"_ustr, u"\u21B3"_ustr },
1737 { u"real"_ustr, u"\u211C"_ustr },
1738 { u"realine"_ustr, u"\u211B"_ustr },
1739 { u"realpart"_ustr, u"\u211C"_ustr },
1740 { u"reals"_ustr, u"\u211D"_ustr },
1741 { u"rect"_ustr, u"\u25AD"_ustr },
1742 { u"reg"_ustr, u"\u00AE"_ustr },
1743 { u"rfisht"_ustr, u"\u297D"_ustr },
1744 { u"rfloor"_ustr, u"\u230B"_ustr },
1745 { u"rfr"_ustr, u"\U0001D52F"_ustr },
1746 { u"rhard"_ustr, u"\u21C1"_ustr },
1747 { u"rharu"_ustr, u"\u21C0"_ustr },
1748 { u"rharul"_ustr, u"\u296C"_ustr },
1749 { u"rho"_ustr, u"\u03C1"_ustr },
1750 { u"rhov"_ustr, u"\u03F1"_ustr },
1751 { u"rightarrow"_ustr, u"\u2192"_ustr },
1752 { u"rightarrowtail"_ustr, u"\u21A3"_ustr },
1753 { u"rightharpoondown"_ustr, u"\u21C1"_ustr },
1754 { u"rightharpoonup"_ustr, u"\u21C0"_ustr },
1755 { u"rightleftarrows"_ustr, u"\u21C4"_ustr },
1756 { u"rightleftharpoons"_ustr, u"\u21CC"_ustr },
1757 { u"rightrightarrows"_ustr, u"\u21C9"_ustr },
1758 { u"rightsquigarrow"_ustr, u"\u219D"_ustr },
1759 { u"rightthreetimes"_ustr, u"\u22CC"_ustr },
1760 { u"ring"_ustr, u"\u02DA"_ustr },
1761 { u"risingdotseq"_ustr, u"\u2253"_ustr },
1762 { u"rlarr"_ustr, u"\u21C4"_ustr },
1763 { u"rlhar"_ustr, u"\u21CC"_ustr },
1764 { u"rlm"_ustr, u"\u200F"_ustr },
1765 { u"rmoust"_ustr, u"\u23B1"_ustr },
1766 { u"rmoustache"_ustr, u"\u23B1"_ustr },
1767 { u"rnmid"_ustr, u"\u2AEE"_ustr },
1768 { u"roang"_ustr, u"\u27ED"_ustr },
1769 { u"roarr"_ustr, u"\u21FE"_ustr },
1770 { u"robrk"_ustr, u"\u27E7"_ustr },
1771 { u"ropar"_ustr, u"\u2986"_ustr },
1772 { u"ropf"_ustr, u"\U0001D563"_ustr },
1773 { u"roplus"_ustr, u"\u2A2E"_ustr },
1774 { u"rotimes"_ustr, u"\u2A35"_ustr },
1775 { u"rpar"_ustr, u"\u0029"_ustr },
1776 { u"rpargt"_ustr, u"\u2994"_ustr },
1777 { u"rppolint"_ustr, u"\u2A12"_ustr },
1778 { u"rrarr"_ustr, u"\u21C9"_ustr },
1779 { u"rsaquo"_ustr, u"\u203A"_ustr },
1780 { u"rscr"_ustr, u"\U0001D4C7"_ustr },
1781 { u"rsh"_ustr, u"\u21B1"_ustr },
1782 { u"rsqb"_ustr, u"\u005D"_ustr },
1783 { u"rsquo"_ustr, u"\u2019"_ustr },
1784 { u"rsquor"_ustr, u"\u2019"_ustr },
1785 { u"rthree"_ustr, u"\u22CC"_ustr },
1786 { u"rtimes"_ustr, u"\u22CA"_ustr },
1787 { u"rtri"_ustr, u"\u25B9"_ustr },
1788 { u"rtrie"_ustr, u"\u22B5"_ustr },
1789 { u"rtrif"_ustr, u"\u25B8"_ustr },
1790 { u"rtriltri"_ustr, u"\u29CE"_ustr },
1791 { u"ruluhar"_ustr, u"\u2968"_ustr },
1792 { u"rx"_ustr, u"\u211E"_ustr },
1793 { u"sacute"_ustr, u"\u015B"_ustr },
1794 { u"sbquo"_ustr, u"\u201A"_ustr },
1795 { u"sc"_ustr, u"\u227B"_ustr },
1796 { u"scE"_ustr, u"\u2AB4"_ustr },
1797 { u"scap"_ustr, u"\u2AB8"_ustr },
1798 { u"scaron"_ustr, u"\u0161"_ustr },
1799 { u"sccue"_ustr, u"\u227D"_ustr },
1800 { u"sce"_ustr, u"\u2AB0"_ustr },
1801 { u"scedil"_ustr, u"\u015F"_ustr },
1802 { u"scirc"_ustr, u"\u015D"_ustr },
1803 { u"scnE"_ustr, u"\u2AB6"_ustr },
1804 { u"scnap"_ustr, u"\u2ABA"_ustr },
1805 { u"scnsim"_ustr, u"\u22E9"_ustr },
1806 { u"scpolint"_ustr, u"\u2A13"_ustr },
1807 { u"scsim"_ustr, u"\u227F"_ustr },
1808 { u"scy"_ustr, u"\u0441"_ustr },
1809 { u"sdot"_ustr, u"\u22C5"_ustr },
1810 { u"sdotb"_ustr, u"\u22A1"_ustr },
1811 { u"sdote"_ustr, u"\u2A66"_ustr },
1812 { u"seArr"_ustr, u"\u21D8"_ustr },
1813 { u"searhk"_ustr, u"\u2925"_ustr },
1814 { u"searr"_ustr, u"\u2198"_ustr },
1815 { u"searrow"_ustr, u"\u2198"_ustr },
1816 { u"sect"_ustr, u"\u00A7"_ustr },
1817 { u"semi"_ustr, u"\u003B"_ustr },
1818 { u"seswar"_ustr, u"\u2929"_ustr },
1819 { u"setminus"_ustr, u"\u2216"_ustr },
1820 { u"setmn"_ustr, u"\u2216"_ustr },
1821 { u"sext"_ustr, u"\u2736"_ustr },
1822 { u"sfr"_ustr, u"\U0001D530"_ustr },
1823 { u"sfrown"_ustr, u"\u2322"_ustr },
1824 { u"sharp"_ustr, u"\u266F"_ustr },
1825 { u"shchcy"_ustr, u"\u0449"_ustr },
1826 { u"shcy"_ustr, u"\u0448"_ustr },
1827 { u"shortmid"_ustr, u"\u2223"_ustr },
1828 { u"shortparallel"_ustr, u"\u2225"_ustr },
1829 { u"shy"_ustr, u"\u00AD"_ustr },
1830 { u"sigma"_ustr, u"\u03C3"_ustr },
1831 { u"sigmaf"_ustr, u"\u03C2"_ustr },
1832 { u"sigmav"_ustr, u"\u03C2"_ustr },
1833 { u"sim"_ustr, u"\u223C"_ustr },
1834 { u"simdot"_ustr, u"\u2A6A"_ustr },
1835 { u"sime"_ustr, u"\u2243"_ustr },
1836 { u"simeq"_ustr, u"\u2243"_ustr },
1837 { u"simg"_ustr, u"\u2A9E"_ustr },
1838 { u"simgE"_ustr, u"\u2AA0"_ustr },
1839 { u"siml"_ustr, u"\u2A9D"_ustr },
1840 { u"simlE"_ustr, u"\u2A9F"_ustr },
1841 { u"simne"_ustr, u"\u2246"_ustr },
1842 { u"simplus"_ustr, u"\u2A24"_ustr },
1843 { u"simrarr"_ustr, u"\u2972"_ustr },
1844 { u"slarr"_ustr, u"\u2190"_ustr },
1845 { u"smallsetminus"_ustr, u"\u2216"_ustr },
1846 { u"smashp"_ustr, u"\u2A33"_ustr },
1847 { u"smeparsl"_ustr, u"\u29E4"_ustr },
1848 { u"smid"_ustr, u"\u2223"_ustr },
1849 { u"smile"_ustr, u"\u2323"_ustr },
1850 { u"smt"_ustr, u"\u2AAA"_ustr },
1851 { u"smte"_ustr, u"\u2AAC"_ustr },
1852 { u"smtes"_ustr, u"\u2AAC\uFE00"_ustr },
1853 { u"softcy"_ustr, u"\u044C"_ustr },
1854 { u"sol"_ustr, u"\u002F"_ustr },
1855 { u"solb"_ustr, u"\u29C4"_ustr },
1856 { u"solbar"_ustr, u"\u233F"_ustr },
1857 { u"sopf"_ustr, u"\U0001D564"_ustr },
1858 { u"spades"_ustr, u"\u2660"_ustr },
1859 { u"spadesuit"_ustr, u"\u2660"_ustr },
1860 { u"spar"_ustr, u"\u2225"_ustr },
1861 { u"sqcap"_ustr, u"\u2293"_ustr },
1862 { u"sqcaps"_ustr, u"\u2293\uFE00"_ustr },
1863 { u"sqcup"_ustr, u"\u2294"_ustr },
1864 { u"sqcups"_ustr, u"\u2294\uFE00"_ustr },
1865 { u"sqsub"_ustr, u"\u228F"_ustr },
1866 { u"sqsube"_ustr, u"\u2291"_ustr },
1867 { u"sqsubset"_ustr, u"\u228F"_ustr },
1868 { u"sqsubseteq"_ustr, u"\u2291"_ustr },
1869 { u"sqsup"_ustr, u"\u2290"_ustr },
1870 { u"sqsupe"_ustr, u"\u2292"_ustr },
1871 { u"sqsupset"_ustr, u"\u2290"_ustr },
1872 { u"sqsupseteq"_ustr, u"\u2292"_ustr },
1873 { u"squ"_ustr, u"\u25A1"_ustr },
1874 { u"square"_ustr, u"\u25A1"_ustr },
1875 { u"squarf"_ustr, u"\u25AA"_ustr },
1876 { u"squf"_ustr, u"\u25AA"_ustr },
1877 { u"srarr"_ustr, u"\u2192"_ustr },
1878 { u"sscr"_ustr, u"\U0001D4C8"_ustr },
1879 { u"ssetmn"_ustr, u"\u2216"_ustr },
1880 { u"ssmile"_ustr, u"\u2323"_ustr },
1881 { u"sstarf"_ustr, u"\u22C6"_ustr },
1882 { u"star"_ustr, u"\u2606"_ustr },
1883 { u"starf"_ustr, u"\u2605"_ustr },
1884 { u"straightepsilon"_ustr, u"\u03F5"_ustr },
1885 { u"straightphi"_ustr, u"\u03D5"_ustr },
1886 { u"strns"_ustr, u"\u00AF"_ustr },
1887 { u"sub"_ustr, u"\u2282"_ustr },
1888 { u"subE"_ustr, u"\u2AC5"_ustr },
1889 { u"subdot"_ustr, u"\u2ABD"_ustr },
1890 { u"sube"_ustr, u"\u2286"_ustr },
1891 { u"subedot"_ustr, u"\u2AC3"_ustr },
1892 { u"submult"_ustr, u"\u2AC1"_ustr },
1893 { u"subnE"_ustr, u"\u2ACB"_ustr },
1894 { u"subne"_ustr, u"\u228A"_ustr },
1895 { u"subplus"_ustr, u"\u2ABF"_ustr },
1896 { u"subrarr"_ustr, u"\u2979"_ustr },
1897 { u"subset"_ustr, u"\u2282"_ustr },
1898 { u"subseteq"_ustr, u"\u2286"_ustr },
1899 { u"subseteqq"_ustr, u"\u2AC5"_ustr },
1900 { u"subsetneq"_ustr, u"\u228A"_ustr },
1901 { u"subsetneqq"_ustr, u"\u2ACB"_ustr },
1902 { u"subsim"_ustr, u"\u2AC7"_ustr },
1903 { u"subsub"_ustr, u"\u2AD5"_ustr },
1904 { u"subsup"_ustr, u"\u2AD3"_ustr },
1905 { u"succ"_ustr, u"\u227B"_ustr },
1906 { u"succapprox"_ustr, u"\u2AB8"_ustr },
1907 { u"succcurlyeq"_ustr, u"\u227D"_ustr },
1908 { u"succeq"_ustr, u"\u2AB0"_ustr },
1909 { u"succnapprox"_ustr, u"\u2ABA"_ustr },
1910 { u"succneqq"_ustr, u"\u2AB6"_ustr },
1911 { u"succnsim"_ustr, u"\u22E9"_ustr },
1912 { u"succsim"_ustr, u"\u227F"_ustr },
1913 { u"sum"_ustr, u"\u2211"_ustr },
1914 { u"sung"_ustr, u"\u266A"_ustr },
1915 { u"sup"_ustr, u"\u2283"_ustr },
1916 { u"sup1"_ustr, u"\u00B9"_ustr },
1917 { u"sup2"_ustr, u"\u00B2"_ustr },
1918 { u"sup3"_ustr, u"\u00B3"_ustr },
1919 { u"supE"_ustr, u"\u2AC6"_ustr },
1920 { u"supdot"_ustr, u"\u2ABE"_ustr },
1921 { u"supdsub"_ustr, u"\u2AD8"_ustr },
1922 { u"supe"_ustr, u"\u2287"_ustr },
1923 { u"supedot"_ustr, u"\u2AC4"_ustr },
1924 { u"suphsol"_ustr, u"\u27C9"_ustr },
1925 { u"suphsub"_ustr, u"\u2AD7"_ustr },
1926 { u"suplarr"_ustr, u"\u297B"_ustr },
1927 { u"supmult"_ustr, u"\u2AC2"_ustr },
1928 { u"supnE"_ustr, u"\u2ACC"_ustr },
1929 { u"supne"_ustr, u"\u228B"_ustr },
1930 { u"supplus"_ustr, u"\u2AC0"_ustr },
1931 { u"supset"_ustr, u"\u2283"_ustr },
1932 { u"supseteq"_ustr, u"\u2287"_ustr },
1933 { u"supseteqq"_ustr, u"\u2AC6"_ustr },
1934 { u"supsetneq"_ustr, u"\u228B"_ustr },
1935 { u"supsetneqq"_ustr, u"\u2ACC"_ustr },
1936 { u"supsim"_ustr, u"\u2AC8"_ustr },
1937 { u"supsub"_ustr, u"\u2AD4"_ustr },
1938 { u"supsup"_ustr, u"\u2AD6"_ustr },
1939 { u"swArr"_ustr, u"\u21D9"_ustr },
1940 { u"swarhk"_ustr, u"\u2926"_ustr },
1941 { u"swarr"_ustr, u"\u2199"_ustr },
1942 { u"swarrow"_ustr, u"\u2199"_ustr },
1943 { u"swnwar"_ustr, u"\u292A"_ustr },
1944 { u"szlig"_ustr, u"\u00DF"_ustr },
1945 { u"target"_ustr, u"\u2316"_ustr },
1946 { u"tau"_ustr, u"\u03C4"_ustr },
1947 { u"tbrk"_ustr, u"\u23B4"_ustr },
1948 { u"tcaron"_ustr, u"\u0165"_ustr },
1949 { u"tcedil"_ustr, u"\u0163"_ustr },
1950 { u"tcy"_ustr, u"\u0442"_ustr },
1951 { u"tdot"_ustr, u"\u20DB"_ustr },
1952 { u"telrec"_ustr, u"\u2315"_ustr },
1953 { u"tfr"_ustr, u"\U0001D531"_ustr },
1954 { u"there4"_ustr, u"\u2234"_ustr },
1955 { u"therefore"_ustr, u"\u2234"_ustr },
1956 { u"theta"_ustr, u"\u03B8"_ustr },
1957 { u"thetasym"_ustr, u"\u03D1"_ustr },
1958 { u"thetav"_ustr, u"\u03D1"_ustr },
1959 { u"thickapprox"_ustr, u"\u2248"_ustr },
1960 { u"thicksim"_ustr, u"\u223C"_ustr },
1961 { u"thinsp"_ustr, u"\u2009"_ustr },
1962 { u"thkap"_ustr, u"\u2248"_ustr },
1963 { u"thksim"_ustr, u"\u223C"_ustr },
1964 { u"thorn"_ustr, u"\u00FE"_ustr },
1965 { u"tilde"_ustr, u"\u02DC"_ustr },
1966 { u"times"_ustr, u"\u00D7"_ustr },
1967 { u"timesb"_ustr, u"\u22A0"_ustr },
1968 { u"timesbar"_ustr, u"\u2A31"_ustr },
1969 { u"timesd"_ustr, u"\u2A30"_ustr },
1970 { u"tint"_ustr, u"\u222D"_ustr },
1971 { u"toea"_ustr, u"\u2928"_ustr },
1972 { u"top"_ustr, u"\u22A4"_ustr },
1973 { u"topbot"_ustr, u"\u2336"_ustr },
1974 { u"topcir"_ustr, u"\u2AF1"_ustr },
1975 { u"topf"_ustr, u"\U0001D565"_ustr },
1976 { u"topfork"_ustr, u"\u2ADA"_ustr },
1977 { u"tosa"_ustr, u"\u2929"_ustr },
1978 { u"tprime"_ustr, u"\u2034"_ustr },
1979 { u"trade"_ustr, u"\u2122"_ustr },
1980 { u"triangle"_ustr, u"\u25B5"_ustr },
1981 { u"triangledown"_ustr, u"\u25BF"_ustr },
1982 { u"triangleleft"_ustr, u"\u25C3"_ustr },
1983 { u"trianglelefteq"_ustr, u"\u22B4"_ustr },
1984 { u"triangleq"_ustr, u"\u225C"_ustr },
1985 { u"triangleright"_ustr, u"\u25B9"_ustr },
1986 { u"trianglerighteq"_ustr, u"\u22B5"_ustr },
1987 { u"tridot"_ustr, u"\u25EC"_ustr },
1988 { u"trie"_ustr, u"\u225C"_ustr },
1989 { u"triminus"_ustr, u"\u2A3A"_ustr },
1990 { u"triplus"_ustr, u"\u2A39"_ustr },
1991 { u"trisb"_ustr, u"\u29CD"_ustr },
1992 { u"tritime"_ustr, u"\u2A3B"_ustr },
1993 { u"trpezium"_ustr, u"\u23E2"_ustr },
1994 { u"tscr"_ustr, u"\U0001D4C9"_ustr },
1995 { u"tscy"_ustr, u"\u0446"_ustr },
1996 { u"tshcy"_ustr, u"\u045B"_ustr },
1997 { u"tstrok"_ustr, u"\u0167"_ustr },
1998 { u"twixt"_ustr, u"\u226C"_ustr },
1999 { u"twoheadleftarrow"_ustr, u"\u219E"_ustr },
2000 { u"twoheadrightarrow"_ustr, u"\u21A0"_ustr },
2001 { u"uArr"_ustr, u"\u21D1"_ustr },
2002 { u"uHar"_ustr, u"\u2963"_ustr },
2003 { u"uacute"_ustr, u"\u00FA"_ustr },
2004 { u"uarr"_ustr, u"\u2191"_ustr },
2005 { u"ubrcy"_ustr, u"\u045E"_ustr },
2006 { u"ubreve"_ustr, u"\u016D"_ustr },
2007 { u"ucirc"_ustr, u"\u00FB"_ustr },
2008 { u"ucy"_ustr, u"\u0443"_ustr },
2009 { u"udarr"_ustr, u"\u21C5"_ustr },
2010 { u"udblac"_ustr, u"\u0171"_ustr },
2011 { u"udhar"_ustr, u"\u296E"_ustr },
2012 { u"ufisht"_ustr, u"\u297E"_ustr },
2013 { u"ufr"_ustr, u"\U0001D532"_ustr },
2014 { u"ugrave"_ustr, u"\u00F9"_ustr },
2015 { u"uharl"_ustr, u"\u21BF"_ustr },
2016 { u"uharr"_ustr, u"\u21BE"_ustr },
2017 { u"uhblk"_ustr, u"\u2580"_ustr },
2018 { u"ulcorn"_ustr, u"\u231C"_ustr },
2019 { u"ulcorner"_ustr, u"\u231C"_ustr },
2020 { u"ulcrop"_ustr, u"\u230F"_ustr },
2021 { u"ultri"_ustr, u"\u25F8"_ustr },
2022 { u"umacr"_ustr, u"\u016B"_ustr },
2023 { u"uml"_ustr, u"\u00A8"_ustr },
2024 { u"uogon"_ustr, u"\u0173"_ustr },
2025 { u"uopf"_ustr, u"\U0001D566"_ustr },
2026 { u"uparrow"_ustr, u"\u2191"_ustr },
2027 { u"updownarrow"_ustr, u"\u2195"_ustr },
2028 { u"upharpoonleft"_ustr, u"\u21BF"_ustr },
2029 { u"upharpoonright"_ustr, u"\u21BE"_ustr },
2030 { u"uplus"_ustr, u"\u228E"_ustr },
2031 { u"upsi"_ustr, u"\u03C5"_ustr },
2032 { u"upsih"_ustr, u"\u03D2"_ustr },
2033 { u"upsilon"_ustr, u"\u03C5"_ustr },
2034 { u"upuparrows"_ustr, u"\u21C8"_ustr },
2035 { u"urcorn"_ustr, u"\u231D"_ustr },
2036 { u"urcorner"_ustr, u"\u231D"_ustr },
2037 { u"urcrop"_ustr, u"\u230E"_ustr },
2038 { u"uring"_ustr, u"\u016F"_ustr },
2039 { u"urtri"_ustr, u"\u25F9"_ustr },
2040 { u"uscr"_ustr, u"\U0001D4CA"_ustr },
2041 { u"utdot"_ustr, u"\u22F0"_ustr },
2042 { u"utilde"_ustr, u"\u0169"_ustr },
2043 { u"utri"_ustr, u"\u25B5"_ustr },
2044 { u"utrif"_ustr, u"\u25B4"_ustr },
2045 { u"uuarr"_ustr, u"\u21C8"_ustr },
2046 { u"uuml"_ustr, u"\u00FC"_ustr },
2047 { u"uwangle"_ustr, u"\u29A7"_ustr },
2048 { u"vArr"_ustr, u"\u21D5"_ustr },
2049 { u"vBar"_ustr, u"\u2AE8"_ustr },
2050 { u"vBarv"_ustr, u"\u2AE9"_ustr },
2051 { u"vDash"_ustr, u"\u22A8"_ustr },
2052 { u"vangrt"_ustr, u"\u299C"_ustr },
2053 { u"varepsilon"_ustr, u"\u03F5"_ustr },
2054 { u"varkappa"_ustr, u"\u03F0"_ustr },
2055 { u"varnothing"_ustr, u"\u2205"_ustr },
2056 { u"varphi"_ustr, u"\u03D5"_ustr },
2057 { u"varpi"_ustr, u"\u03D6"_ustr },
2058 { u"varpropto"_ustr, u"\u221D"_ustr },
2059 { u"varr"_ustr, u"\u2195"_ustr },
2060 { u"varrho"_ustr, u"\u03F1"_ustr },
2061 { u"varsigma"_ustr, u"\u03C2"_ustr },
2062 { u"varsubsetneq"_ustr, u"\u228A\uFE00"_ustr },
2063 { u"varsubsetneqq"_ustr, u"\u2ACB\uFE00"_ustr },
2064 { u"varsupsetneq"_ustr, u"\u228B\uFE00"_ustr },
2065 { u"varsupsetneqq"_ustr, u"\u2ACC\uFE00"_ustr },
2066 { u"vartheta"_ustr, u"\u03D1"_ustr },
2067 { u"vartriangleleft"_ustr, u"\u22B2"_ustr },
2068 { u"vartriangleright"_ustr, u"\u22B3"_ustr },
2069 { u"vcy"_ustr, u"\u0432"_ustr },
2070 { u"vdash"_ustr, u"\u22A2"_ustr },
2071 { u"vee"_ustr, u"\u2228"_ustr },
2072 { u"veebar"_ustr, u"\u22BB"_ustr },
2073 { u"veeeq"_ustr, u"\u225A"_ustr },
2074 { u"vellip"_ustr, u"\u22EE"_ustr },
2075 { u"verbar"_ustr, u"\u007C"_ustr },
2076 { u"vert"_ustr, u"\u007C"_ustr },
2077 { u"vfr"_ustr, u"\U0001D533"_ustr },
2078 { u"vltri"_ustr, u"\u22B2"_ustr },
2079 { u"vnsub"_ustr, u"\u2282\u20D2"_ustr },
2080 { u"vnsup"_ustr, u"\u2283\u20D2"_ustr },
2081 { u"vopf"_ustr, u"\U0001D567"_ustr },
2082 { u"vprop"_ustr, u"\u221D"_ustr },
2083 { u"vrtri"_ustr, u"\u22B3"_ustr },
2084 { u"vscr"_ustr, u"\U0001D4CB"_ustr },
2085 { u"vsubnE"_ustr, u"\u2ACB\uFE00"_ustr },
2086 { u"vsubne"_ustr, u"\u228A\uFE00"_ustr },
2087 { u"vsupnE"_ustr, u"\u2ACC\uFE00"_ustr },
2088 { u"vsupne"_ustr, u"\u228B\uFE00"_ustr },
2089 { u"vzigzag"_ustr, u"\u299A"_ustr },
2090 { u"wcirc"_ustr, u"\u0175"_ustr },
2091 { u"wedbar"_ustr, u"\u2A5F"_ustr },
2092 { u"wedge"_ustr, u"\u2227"_ustr },
2093 { u"wedgeq"_ustr, u"\u2259"_ustr },
2094 { u"weierp"_ustr, u"\u2118"_ustr },
2095 { u"wfr"_ustr, u"\U0001D534"_ustr },
2096 { u"wopf"_ustr, u"\U0001D568"_ustr },
2097 { u"wp"_ustr, u"\u2118"_ustr },
2098 { u"wr"_ustr, u"\u2240"_ustr },
2099 { u"wreath"_ustr, u"\u2240"_ustr },
2100 { u"wscr"_ustr, u"\U0001D4CC"_ustr },
2101 { u"xcap"_ustr, u"\u22C2"_ustr },
2102 { u"xcirc"_ustr, u"\u25EF"_ustr },
2103 { u"xcup"_ustr, u"\u22C3"_ustr },
2104 { u"xdtri"_ustr, u"\u25BD"_ustr },
2105 { u"xfr"_ustr, u"\U0001D535"_ustr },
2106 { u"xhArr"_ustr, u"\u27FA"_ustr },
2107 { u"xharr"_ustr, u"\u27F7"_ustr },
2108 { u"xi"_ustr, u"\u03BE"_ustr },
2109 { u"xlArr"_ustr, u"\u27F8"_ustr },
2110 { u"xlarr"_ustr, u"\u27F5"_ustr },
2111 { u"xmap"_ustr, u"\u27FC"_ustr },
2112 { u"xnis"_ustr, u"\u22FB"_ustr },
2113 { u"xodot"_ustr, u"\u2A00"_ustr },
2114 { u"xopf"_ustr, u"\U0001D569"_ustr },
2115 { u"xoplus"_ustr, u"\u2A01"_ustr },
2116 { u"xotime"_ustr, u"\u2A02"_ustr },
2117 { u"xrArr"_ustr, u"\u27F9"_ustr },
2118 { u"xrarr"_ustr, u"\u27F6"_ustr },
2119 { u"xscr"_ustr, u"\U0001D4CD"_ustr },
2120 { u"xsqcup"_ustr, u"\u2A06"_ustr },
2121 { u"xuplus"_ustr, u"\u2A04"_ustr },
2122 { u"xutri"_ustr, u"\u25B3"_ustr },
2123 { u"xvee"_ustr, u"\u22C1"_ustr },
2124 { u"xwedge"_ustr, u"\u22C0"_ustr },
2125 { u"yacute"_ustr, u"\u00FD"_ustr },
2126 { u"yacy"_ustr, u"\u044F"_ustr },
2127 { u"ycirc"_ustr, u"\u0177"_ustr },
2128 { u"ycy"_ustr, u"\u044B"_ustr },
2129 { u"yen"_ustr, u"\u00A5"_ustr },
2130 { u"yfr"_ustr, u"\U0001D536"_ustr },
2131 { u"yicy"_ustr, u"\u0457"_ustr },
2132 { u"yopf"_ustr, u"\U0001D56A"_ustr },
2133 { u"yscr"_ustr, u"\U0001D4CE"_ustr },
2134 { u"yucy"_ustr, u"\u044E"_ustr },
2135 { u"yuml"_ustr, u"\u00FF"_ustr },
2136 { u"zacute"_ustr, u"\u017A"_ustr },
2137 { u"zcaron"_ustr, u"\u017E"_ustr },
2138 { u"zcy"_ustr, u"\u0437"_ustr },
2139 { u"zdot"_ustr, u"\u017C"_ustr },
2140 { u"zeetrf"_ustr, u"\u2128"_ustr },
2141 { u"zeta"_ustr, u"\u03B6"_ustr },
2142 { u"zfr"_ustr, u"\U0001D537"_ustr },
2143 { u"zhcy"_ustr, u"\u0436"_ustr },
2144 { u"zigrarr"_ustr, u"\u21DD"_ustr },
2145 { u"zopf"_ustr, u"\U0001D56B"_ustr },
2146 { u"zscr"_ustr, u"\U0001D4CF"_ustr },
2147 { u"zwj"_ustr, u"\u200D"_ustr },
2148 { u"zwnj"_ustr, u"\u200C"_ustr }
2149 // clang-format on
2152 const ::css::uno::Sequence<::css::beans::Pair<OUString, OUString>>
2153 starmathdatabase::icustomMathmlHtmlEntities(
2154 icustomMathmlHtmlEntitiesData, starmathdatabase::STARMATH_MATHMLHTML_ENTITY_NUMBER);
2156 static ::css::beans::Pair<::rtl::OUString, ::rtl::OUString>
2157 icustomMathmlHtmlEntitiesNamesExportData[2] = {
2158 // clang-format off
2159 { u"&sigma;"_ustr, u"\u03C3"_ustr},
2160 { u"&infin;"_ustr, u"\u221E"_ustr}
2161 // clang-format on
2163 const ::css::uno::Sequence<::css::beans::Pair<::rtl::OUString, ::rtl::OUString>>
2164 starmathdatabase::icustomMathmlHtmlEntitiesExport(icustomMathmlHtmlEntitiesNamesExportData, 2);
2166 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */