Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.11/site-packages/future/backports/html/entities.py: 100%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

11 statements  

1"""HTML character entity references. 

2 

3Backported for python-future from Python 3.3 

4""" 

5 

6from __future__ import (absolute_import, division, 

7 print_function, unicode_literals) 

8from future.builtins import * 

9 

10 

11# maps the HTML entity name to the Unicode codepoint 

12name2codepoint = { 

13 'AElig': 0x00c6, # latin capital letter AE = latin capital ligature AE, U+00C6 ISOlat1 

14 'Aacute': 0x00c1, # latin capital letter A with acute, U+00C1 ISOlat1 

15 'Acirc': 0x00c2, # latin capital letter A with circumflex, U+00C2 ISOlat1 

16 'Agrave': 0x00c0, # latin capital letter A with grave = latin capital letter A grave, U+00C0 ISOlat1 

17 'Alpha': 0x0391, # greek capital letter alpha, U+0391 

18 'Aring': 0x00c5, # latin capital letter A with ring above = latin capital letter A ring, U+00C5 ISOlat1 

19 'Atilde': 0x00c3, # latin capital letter A with tilde, U+00C3 ISOlat1 

20 'Auml': 0x00c4, # latin capital letter A with diaeresis, U+00C4 ISOlat1 

21 'Beta': 0x0392, # greek capital letter beta, U+0392 

22 'Ccedil': 0x00c7, # latin capital letter C with cedilla, U+00C7 ISOlat1 

23 'Chi': 0x03a7, # greek capital letter chi, U+03A7 

24 'Dagger': 0x2021, # double dagger, U+2021 ISOpub 

25 'Delta': 0x0394, # greek capital letter delta, U+0394 ISOgrk3 

26 'ETH': 0x00d0, # latin capital letter ETH, U+00D0 ISOlat1 

27 'Eacute': 0x00c9, # latin capital letter E with acute, U+00C9 ISOlat1 

28 'Ecirc': 0x00ca, # latin capital letter E with circumflex, U+00CA ISOlat1 

29 'Egrave': 0x00c8, # latin capital letter E with grave, U+00C8 ISOlat1 

30 'Epsilon': 0x0395, # greek capital letter epsilon, U+0395 

31 'Eta': 0x0397, # greek capital letter eta, U+0397 

32 'Euml': 0x00cb, # latin capital letter E with diaeresis, U+00CB ISOlat1 

33 'Gamma': 0x0393, # greek capital letter gamma, U+0393 ISOgrk3 

34 'Iacute': 0x00cd, # latin capital letter I with acute, U+00CD ISOlat1 

35 'Icirc': 0x00ce, # latin capital letter I with circumflex, U+00CE ISOlat1 

36 'Igrave': 0x00cc, # latin capital letter I with grave, U+00CC ISOlat1 

37 'Iota': 0x0399, # greek capital letter iota, U+0399 

38 'Iuml': 0x00cf, # latin capital letter I with diaeresis, U+00CF ISOlat1 

39 'Kappa': 0x039a, # greek capital letter kappa, U+039A 

40 'Lambda': 0x039b, # greek capital letter lambda, U+039B ISOgrk3 

41 'Mu': 0x039c, # greek capital letter mu, U+039C 

42 'Ntilde': 0x00d1, # latin capital letter N with tilde, U+00D1 ISOlat1 

43 'Nu': 0x039d, # greek capital letter nu, U+039D 

44 'OElig': 0x0152, # latin capital ligature OE, U+0152 ISOlat2 

45 'Oacute': 0x00d3, # latin capital letter O with acute, U+00D3 ISOlat1 

46 'Ocirc': 0x00d4, # latin capital letter O with circumflex, U+00D4 ISOlat1 

47 'Ograve': 0x00d2, # latin capital letter O with grave, U+00D2 ISOlat1 

48 'Omega': 0x03a9, # greek capital letter omega, U+03A9 ISOgrk3 

49 'Omicron': 0x039f, # greek capital letter omicron, U+039F 

50 'Oslash': 0x00d8, # latin capital letter O with stroke = latin capital letter O slash, U+00D8 ISOlat1 

51 'Otilde': 0x00d5, # latin capital letter O with tilde, U+00D5 ISOlat1 

52 'Ouml': 0x00d6, # latin capital letter O with diaeresis, U+00D6 ISOlat1 

53 'Phi': 0x03a6, # greek capital letter phi, U+03A6 ISOgrk3 

54 'Pi': 0x03a0, # greek capital letter pi, U+03A0 ISOgrk3 

55 'Prime': 0x2033, # double prime = seconds = inches, U+2033 ISOtech 

56 'Psi': 0x03a8, # greek capital letter psi, U+03A8 ISOgrk3 

57 'Rho': 0x03a1, # greek capital letter rho, U+03A1 

58 'Scaron': 0x0160, # latin capital letter S with caron, U+0160 ISOlat2 

59 'Sigma': 0x03a3, # greek capital letter sigma, U+03A3 ISOgrk3 

60 'THORN': 0x00de, # latin capital letter THORN, U+00DE ISOlat1 

61 'Tau': 0x03a4, # greek capital letter tau, U+03A4 

62 'Theta': 0x0398, # greek capital letter theta, U+0398 ISOgrk3 

63 'Uacute': 0x00da, # latin capital letter U with acute, U+00DA ISOlat1 

64 'Ucirc': 0x00db, # latin capital letter U with circumflex, U+00DB ISOlat1 

65 'Ugrave': 0x00d9, # latin capital letter U with grave, U+00D9 ISOlat1 

66 'Upsilon': 0x03a5, # greek capital letter upsilon, U+03A5 ISOgrk3 

67 'Uuml': 0x00dc, # latin capital letter U with diaeresis, U+00DC ISOlat1 

68 'Xi': 0x039e, # greek capital letter xi, U+039E ISOgrk3 

69 'Yacute': 0x00dd, # latin capital letter Y with acute, U+00DD ISOlat1 

70 'Yuml': 0x0178, # latin capital letter Y with diaeresis, U+0178 ISOlat2 

71 'Zeta': 0x0396, # greek capital letter zeta, U+0396 

72 'aacute': 0x00e1, # latin small letter a with acute, U+00E1 ISOlat1 

73 'acirc': 0x00e2, # latin small letter a with circumflex, U+00E2 ISOlat1 

74 'acute': 0x00b4, # acute accent = spacing acute, U+00B4 ISOdia 

75 'aelig': 0x00e6, # latin small letter ae = latin small ligature ae, U+00E6 ISOlat1 

76 'agrave': 0x00e0, # latin small letter a with grave = latin small letter a grave, U+00E0 ISOlat1 

77 'alefsym': 0x2135, # alef symbol = first transfinite cardinal, U+2135 NEW 

78 'alpha': 0x03b1, # greek small letter alpha, U+03B1 ISOgrk3 

79 'amp': 0x0026, # ampersand, U+0026 ISOnum 

80 'and': 0x2227, # logical and = wedge, U+2227 ISOtech 

81 'ang': 0x2220, # angle, U+2220 ISOamso 

82 'aring': 0x00e5, # latin small letter a with ring above = latin small letter a ring, U+00E5 ISOlat1 

83 'asymp': 0x2248, # almost equal to = asymptotic to, U+2248 ISOamsr 

84 'atilde': 0x00e3, # latin small letter a with tilde, U+00E3 ISOlat1 

85 'auml': 0x00e4, # latin small letter a with diaeresis, U+00E4 ISOlat1 

86 'bdquo': 0x201e, # double low-9 quotation mark, U+201E NEW 

87 'beta': 0x03b2, # greek small letter beta, U+03B2 ISOgrk3 

88 'brvbar': 0x00a6, # broken bar = broken vertical bar, U+00A6 ISOnum 

89 'bull': 0x2022, # bullet = black small circle, U+2022 ISOpub 

90 'cap': 0x2229, # intersection = cap, U+2229 ISOtech 

91 'ccedil': 0x00e7, # latin small letter c with cedilla, U+00E7 ISOlat1 

92 'cedil': 0x00b8, # cedilla = spacing cedilla, U+00B8 ISOdia 

93 'cent': 0x00a2, # cent sign, U+00A2 ISOnum 

94 'chi': 0x03c7, # greek small letter chi, U+03C7 ISOgrk3 

95 'circ': 0x02c6, # modifier letter circumflex accent, U+02C6 ISOpub 

96 'clubs': 0x2663, # black club suit = shamrock, U+2663 ISOpub 

97 'cong': 0x2245, # approximately equal to, U+2245 ISOtech 

98 'copy': 0x00a9, # copyright sign, U+00A9 ISOnum 

99 'crarr': 0x21b5, # downwards arrow with corner leftwards = carriage return, U+21B5 NEW 

100 'cup': 0x222a, # union = cup, U+222A ISOtech 

101 'curren': 0x00a4, # currency sign, U+00A4 ISOnum 

102 'dArr': 0x21d3, # downwards double arrow, U+21D3 ISOamsa 

103 'dagger': 0x2020, # dagger, U+2020 ISOpub 

104 'darr': 0x2193, # downwards arrow, U+2193 ISOnum 

105 'deg': 0x00b0, # degree sign, U+00B0 ISOnum 

106 'delta': 0x03b4, # greek small letter delta, U+03B4 ISOgrk3 

107 'diams': 0x2666, # black diamond suit, U+2666 ISOpub 

108 'divide': 0x00f7, # division sign, U+00F7 ISOnum 

109 'eacute': 0x00e9, # latin small letter e with acute, U+00E9 ISOlat1 

110 'ecirc': 0x00ea, # latin small letter e with circumflex, U+00EA ISOlat1 

111 'egrave': 0x00e8, # latin small letter e with grave, U+00E8 ISOlat1 

112 'empty': 0x2205, # empty set = null set = diameter, U+2205 ISOamso 

113 'emsp': 0x2003, # em space, U+2003 ISOpub 

114 'ensp': 0x2002, # en space, U+2002 ISOpub 

115 'epsilon': 0x03b5, # greek small letter epsilon, U+03B5 ISOgrk3 

116 'equiv': 0x2261, # identical to, U+2261 ISOtech 

117 'eta': 0x03b7, # greek small letter eta, U+03B7 ISOgrk3 

118 'eth': 0x00f0, # latin small letter eth, U+00F0 ISOlat1 

119 'euml': 0x00eb, # latin small letter e with diaeresis, U+00EB ISOlat1 

120 'euro': 0x20ac, # euro sign, U+20AC NEW 

121 'exist': 0x2203, # there exists, U+2203 ISOtech 

122 'fnof': 0x0192, # latin small f with hook = function = florin, U+0192 ISOtech 

123 'forall': 0x2200, # for all, U+2200 ISOtech 

124 'frac12': 0x00bd, # vulgar fraction one half = fraction one half, U+00BD ISOnum 

125 'frac14': 0x00bc, # vulgar fraction one quarter = fraction one quarter, U+00BC ISOnum 

126 'frac34': 0x00be, # vulgar fraction three quarters = fraction three quarters, U+00BE ISOnum 

127 'frasl': 0x2044, # fraction slash, U+2044 NEW 

128 'gamma': 0x03b3, # greek small letter gamma, U+03B3 ISOgrk3 

129 'ge': 0x2265, # greater-than or equal to, U+2265 ISOtech 

130 'gt': 0x003e, # greater-than sign, U+003E ISOnum 

131 'hArr': 0x21d4, # left right double arrow, U+21D4 ISOamsa 

132 'harr': 0x2194, # left right arrow, U+2194 ISOamsa 

133 'hearts': 0x2665, # black heart suit = valentine, U+2665 ISOpub 

134 'hellip': 0x2026, # horizontal ellipsis = three dot leader, U+2026 ISOpub 

135 'iacute': 0x00ed, # latin small letter i with acute, U+00ED ISOlat1 

136 'icirc': 0x00ee, # latin small letter i with circumflex, U+00EE ISOlat1 

137 'iexcl': 0x00a1, # inverted exclamation mark, U+00A1 ISOnum 

138 'igrave': 0x00ec, # latin small letter i with grave, U+00EC ISOlat1 

139 'image': 0x2111, # blackletter capital I = imaginary part, U+2111 ISOamso 

140 'infin': 0x221e, # infinity, U+221E ISOtech 

141 'int': 0x222b, # integral, U+222B ISOtech 

142 'iota': 0x03b9, # greek small letter iota, U+03B9 ISOgrk3 

143 'iquest': 0x00bf, # inverted question mark = turned question mark, U+00BF ISOnum 

144 'isin': 0x2208, # element of, U+2208 ISOtech 

145 'iuml': 0x00ef, # latin small letter i with diaeresis, U+00EF ISOlat1 

146 'kappa': 0x03ba, # greek small letter kappa, U+03BA ISOgrk3 

147 'lArr': 0x21d0, # leftwards double arrow, U+21D0 ISOtech 

148 'lambda': 0x03bb, # greek small letter lambda, U+03BB ISOgrk3 

149 'lang': 0x2329, # left-pointing angle bracket = bra, U+2329 ISOtech 

150 'laquo': 0x00ab, # left-pointing double angle quotation mark = left pointing guillemet, U+00AB ISOnum 

151 'larr': 0x2190, # leftwards arrow, U+2190 ISOnum 

152 'lceil': 0x2308, # left ceiling = apl upstile, U+2308 ISOamsc 

153 'ldquo': 0x201c, # left double quotation mark, U+201C ISOnum 

154 'le': 0x2264, # less-than or equal to, U+2264 ISOtech 

155 'lfloor': 0x230a, # left floor = apl downstile, U+230A ISOamsc 

156 'lowast': 0x2217, # asterisk operator, U+2217 ISOtech 

157 'loz': 0x25ca, # lozenge, U+25CA ISOpub 

158 'lrm': 0x200e, # left-to-right mark, U+200E NEW RFC 2070 

159 'lsaquo': 0x2039, # single left-pointing angle quotation mark, U+2039 ISO proposed 

160 'lsquo': 0x2018, # left single quotation mark, U+2018 ISOnum 

161 'lt': 0x003c, # less-than sign, U+003C ISOnum 

162 'macr': 0x00af, # macron = spacing macron = overline = APL overbar, U+00AF ISOdia 

163 'mdash': 0x2014, # em dash, U+2014 ISOpub 

164 'micro': 0x00b5, # micro sign, U+00B5 ISOnum 

165 'middot': 0x00b7, # middle dot = Georgian comma = Greek middle dot, U+00B7 ISOnum 

166 'minus': 0x2212, # minus sign, U+2212 ISOtech 

167 'mu': 0x03bc, # greek small letter mu, U+03BC ISOgrk3 

168 'nabla': 0x2207, # nabla = backward difference, U+2207 ISOtech 

169 'nbsp': 0x00a0, # no-break space = non-breaking space, U+00A0 ISOnum 

170 'ndash': 0x2013, # en dash, U+2013 ISOpub 

171 'ne': 0x2260, # not equal to, U+2260 ISOtech 

172 'ni': 0x220b, # contains as member, U+220B ISOtech 

173 'not': 0x00ac, # not sign, U+00AC ISOnum 

174 'notin': 0x2209, # not an element of, U+2209 ISOtech 

175 'nsub': 0x2284, # not a subset of, U+2284 ISOamsn 

176 'ntilde': 0x00f1, # latin small letter n with tilde, U+00F1 ISOlat1 

177 'nu': 0x03bd, # greek small letter nu, U+03BD ISOgrk3 

178 'oacute': 0x00f3, # latin small letter o with acute, U+00F3 ISOlat1 

179 'ocirc': 0x00f4, # latin small letter o with circumflex, U+00F4 ISOlat1 

180 'oelig': 0x0153, # latin small ligature oe, U+0153 ISOlat2 

181 'ograve': 0x00f2, # latin small letter o with grave, U+00F2 ISOlat1 

182 'oline': 0x203e, # overline = spacing overscore, U+203E NEW 

183 'omega': 0x03c9, # greek small letter omega, U+03C9 ISOgrk3 

184 'omicron': 0x03bf, # greek small letter omicron, U+03BF NEW 

185 'oplus': 0x2295, # circled plus = direct sum, U+2295 ISOamsb 

186 'or': 0x2228, # logical or = vee, U+2228 ISOtech 

187 'ordf': 0x00aa, # feminine ordinal indicator, U+00AA ISOnum 

188 'ordm': 0x00ba, # masculine ordinal indicator, U+00BA ISOnum 

189 'oslash': 0x00f8, # latin small letter o with stroke, = latin small letter o slash, U+00F8 ISOlat1 

190 'otilde': 0x00f5, # latin small letter o with tilde, U+00F5 ISOlat1 

191 'otimes': 0x2297, # circled times = vector product, U+2297 ISOamsb 

192 'ouml': 0x00f6, # latin small letter o with diaeresis, U+00F6 ISOlat1 

193 'para': 0x00b6, # pilcrow sign = paragraph sign, U+00B6 ISOnum 

194 'part': 0x2202, # partial differential, U+2202 ISOtech 

195 'permil': 0x2030, # per mille sign, U+2030 ISOtech 

196 'perp': 0x22a5, # up tack = orthogonal to = perpendicular, U+22A5 ISOtech 

197 'phi': 0x03c6, # greek small letter phi, U+03C6 ISOgrk3 

198 'pi': 0x03c0, # greek small letter pi, U+03C0 ISOgrk3 

199 'piv': 0x03d6, # greek pi symbol, U+03D6 ISOgrk3 

200 'plusmn': 0x00b1, # plus-minus sign = plus-or-minus sign, U+00B1 ISOnum 

201 'pound': 0x00a3, # pound sign, U+00A3 ISOnum 

202 'prime': 0x2032, # prime = minutes = feet, U+2032 ISOtech 

203 'prod': 0x220f, # n-ary product = product sign, U+220F ISOamsb 

204 'prop': 0x221d, # proportional to, U+221D ISOtech 

205 'psi': 0x03c8, # greek small letter psi, U+03C8 ISOgrk3 

206 'quot': 0x0022, # quotation mark = APL quote, U+0022 ISOnum 

207 'rArr': 0x21d2, # rightwards double arrow, U+21D2 ISOtech 

208 'radic': 0x221a, # square root = radical sign, U+221A ISOtech 

209 'rang': 0x232a, # right-pointing angle bracket = ket, U+232A ISOtech 

210 'raquo': 0x00bb, # right-pointing double angle quotation mark = right pointing guillemet, U+00BB ISOnum 

211 'rarr': 0x2192, # rightwards arrow, U+2192 ISOnum 

212 'rceil': 0x2309, # right ceiling, U+2309 ISOamsc 

213 'rdquo': 0x201d, # right double quotation mark, U+201D ISOnum 

214 'real': 0x211c, # blackletter capital R = real part symbol, U+211C ISOamso 

215 'reg': 0x00ae, # registered sign = registered trade mark sign, U+00AE ISOnum 

216 'rfloor': 0x230b, # right floor, U+230B ISOamsc 

217 'rho': 0x03c1, # greek small letter rho, U+03C1 ISOgrk3 

218 'rlm': 0x200f, # right-to-left mark, U+200F NEW RFC 2070 

219 'rsaquo': 0x203a, # single right-pointing angle quotation mark, U+203A ISO proposed 

220 'rsquo': 0x2019, # right single quotation mark, U+2019 ISOnum 

221 'sbquo': 0x201a, # single low-9 quotation mark, U+201A NEW 

222 'scaron': 0x0161, # latin small letter s with caron, U+0161 ISOlat2 

223 'sdot': 0x22c5, # dot operator, U+22C5 ISOamsb 

224 'sect': 0x00a7, # section sign, U+00A7 ISOnum 

225 'shy': 0x00ad, # soft hyphen = discretionary hyphen, U+00AD ISOnum 

226 'sigma': 0x03c3, # greek small letter sigma, U+03C3 ISOgrk3 

227 'sigmaf': 0x03c2, # greek small letter final sigma, U+03C2 ISOgrk3 

228 'sim': 0x223c, # tilde operator = varies with = similar to, U+223C ISOtech 

229 'spades': 0x2660, # black spade suit, U+2660 ISOpub 

230 'sub': 0x2282, # subset of, U+2282 ISOtech 

231 'sube': 0x2286, # subset of or equal to, U+2286 ISOtech 

232 'sum': 0x2211, # n-ary sumation, U+2211 ISOamsb 

233 'sup': 0x2283, # superset of, U+2283 ISOtech 

234 'sup1': 0x00b9, # superscript one = superscript digit one, U+00B9 ISOnum 

235 'sup2': 0x00b2, # superscript two = superscript digit two = squared, U+00B2 ISOnum 

236 'sup3': 0x00b3, # superscript three = superscript digit three = cubed, U+00B3 ISOnum 

237 'supe': 0x2287, # superset of or equal to, U+2287 ISOtech 

238 'szlig': 0x00df, # latin small letter sharp s = ess-zed, U+00DF ISOlat1 

239 'tau': 0x03c4, # greek small letter tau, U+03C4 ISOgrk3 

240 'there4': 0x2234, # therefore, U+2234 ISOtech 

241 'theta': 0x03b8, # greek small letter theta, U+03B8 ISOgrk3 

242 'thetasym': 0x03d1, # greek small letter theta symbol, U+03D1 NEW 

243 'thinsp': 0x2009, # thin space, U+2009 ISOpub 

244 'thorn': 0x00fe, # latin small letter thorn with, U+00FE ISOlat1 

245 'tilde': 0x02dc, # small tilde, U+02DC ISOdia 

246 'times': 0x00d7, # multiplication sign, U+00D7 ISOnum 

247 'trade': 0x2122, # trade mark sign, U+2122 ISOnum 

248 'uArr': 0x21d1, # upwards double arrow, U+21D1 ISOamsa 

249 'uacute': 0x00fa, # latin small letter u with acute, U+00FA ISOlat1 

250 'uarr': 0x2191, # upwards arrow, U+2191 ISOnum 

251 'ucirc': 0x00fb, # latin small letter u with circumflex, U+00FB ISOlat1 

252 'ugrave': 0x00f9, # latin small letter u with grave, U+00F9 ISOlat1 

253 'uml': 0x00a8, # diaeresis = spacing diaeresis, U+00A8 ISOdia 

254 'upsih': 0x03d2, # greek upsilon with hook symbol, U+03D2 NEW 

255 'upsilon': 0x03c5, # greek small letter upsilon, U+03C5 ISOgrk3 

256 'uuml': 0x00fc, # latin small letter u with diaeresis, U+00FC ISOlat1 

257 'weierp': 0x2118, # script capital P = power set = Weierstrass p, U+2118 ISOamso 

258 'xi': 0x03be, # greek small letter xi, U+03BE ISOgrk3 

259 'yacute': 0x00fd, # latin small letter y with acute, U+00FD ISOlat1 

260 'yen': 0x00a5, # yen sign = yuan sign, U+00A5 ISOnum 

261 'yuml': 0x00ff, # latin small letter y with diaeresis, U+00FF ISOlat1 

262 'zeta': 0x03b6, # greek small letter zeta, U+03B6 ISOgrk3 

263 'zwj': 0x200d, # zero width joiner, U+200D NEW RFC 2070 

264 'zwnj': 0x200c, # zero width non-joiner, U+200C NEW RFC 2070 

265} 

266 

267 

268# maps the HTML5 named character references to the equivalent Unicode character(s) 

269html5 = { 

270 'Aacute': '\xc1', 

271 'aacute': '\xe1', 

272 'Aacute;': '\xc1', 

273 'aacute;': '\xe1', 

274 'Abreve;': '\u0102', 

275 'abreve;': '\u0103', 

276 'ac;': '\u223e', 

277 'acd;': '\u223f', 

278 'acE;': '\u223e\u0333', 

279 'Acirc': '\xc2', 

280 'acirc': '\xe2', 

281 'Acirc;': '\xc2', 

282 'acirc;': '\xe2', 

283 'acute': '\xb4', 

284 'acute;': '\xb4', 

285 'Acy;': '\u0410', 

286 'acy;': '\u0430', 

287 'AElig': '\xc6', 

288 'aelig': '\xe6', 

289 'AElig;': '\xc6', 

290 'aelig;': '\xe6', 

291 'af;': '\u2061', 

292 'Afr;': '\U0001d504', 

293 'afr;': '\U0001d51e', 

294 'Agrave': '\xc0', 

295 'agrave': '\xe0', 

296 'Agrave;': '\xc0', 

297 'agrave;': '\xe0', 

298 'alefsym;': '\u2135', 

299 'aleph;': '\u2135', 

300 'Alpha;': '\u0391', 

301 'alpha;': '\u03b1', 

302 'Amacr;': '\u0100', 

303 'amacr;': '\u0101', 

304 'amalg;': '\u2a3f', 

305 'AMP': '&', 

306 'amp': '&', 

307 'AMP;': '&', 

308 'amp;': '&', 

309 'And;': '\u2a53', 

310 'and;': '\u2227', 

311 'andand;': '\u2a55', 

312 'andd;': '\u2a5c', 

313 'andslope;': '\u2a58', 

314 'andv;': '\u2a5a', 

315 'ang;': '\u2220', 

316 'ange;': '\u29a4', 

317 'angle;': '\u2220', 

318 'angmsd;': '\u2221', 

319 'angmsdaa;': '\u29a8', 

320 'angmsdab;': '\u29a9', 

321 'angmsdac;': '\u29aa', 

322 'angmsdad;': '\u29ab', 

323 'angmsdae;': '\u29ac', 

324 'angmsdaf;': '\u29ad', 

325 'angmsdag;': '\u29ae', 

326 'angmsdah;': '\u29af', 

327 'angrt;': '\u221f', 

328 'angrtvb;': '\u22be', 

329 'angrtvbd;': '\u299d', 

330 'angsph;': '\u2222', 

331 'angst;': '\xc5', 

332 'angzarr;': '\u237c', 

333 'Aogon;': '\u0104', 

334 'aogon;': '\u0105', 

335 'Aopf;': '\U0001d538', 

336 'aopf;': '\U0001d552', 

337 'ap;': '\u2248', 

338 'apacir;': '\u2a6f', 

339 'apE;': '\u2a70', 

340 'ape;': '\u224a', 

341 'apid;': '\u224b', 

342 'apos;': "'", 

343 'ApplyFunction;': '\u2061', 

344 'approx;': '\u2248', 

345 'approxeq;': '\u224a', 

346 'Aring': '\xc5', 

347 'aring': '\xe5', 

348 'Aring;': '\xc5', 

349 'aring;': '\xe5', 

350 'Ascr;': '\U0001d49c', 

351 'ascr;': '\U0001d4b6', 

352 'Assign;': '\u2254', 

353 'ast;': '*', 

354 'asymp;': '\u2248', 

355 'asympeq;': '\u224d', 

356 'Atilde': '\xc3', 

357 'atilde': '\xe3', 

358 'Atilde;': '\xc3', 

359 'atilde;': '\xe3', 

360 'Auml': '\xc4', 

361 'auml': '\xe4', 

362 'Auml;': '\xc4', 

363 'auml;': '\xe4', 

364 'awconint;': '\u2233', 

365 'awint;': '\u2a11', 

366 'backcong;': '\u224c', 

367 'backepsilon;': '\u03f6', 

368 'backprime;': '\u2035', 

369 'backsim;': '\u223d', 

370 'backsimeq;': '\u22cd', 

371 'Backslash;': '\u2216', 

372 'Barv;': '\u2ae7', 

373 'barvee;': '\u22bd', 

374 'Barwed;': '\u2306', 

375 'barwed;': '\u2305', 

376 'barwedge;': '\u2305', 

377 'bbrk;': '\u23b5', 

378 'bbrktbrk;': '\u23b6', 

379 'bcong;': '\u224c', 

380 'Bcy;': '\u0411', 

381 'bcy;': '\u0431', 

382 'bdquo;': '\u201e', 

383 'becaus;': '\u2235', 

384 'Because;': '\u2235', 

385 'because;': '\u2235', 

386 'bemptyv;': '\u29b0', 

387 'bepsi;': '\u03f6', 

388 'bernou;': '\u212c', 

389 'Bernoullis;': '\u212c', 

390 'Beta;': '\u0392', 

391 'beta;': '\u03b2', 

392 'beth;': '\u2136', 

393 'between;': '\u226c', 

394 'Bfr;': '\U0001d505', 

395 'bfr;': '\U0001d51f', 

396 'bigcap;': '\u22c2', 

397 'bigcirc;': '\u25ef', 

398 'bigcup;': '\u22c3', 

399 'bigodot;': '\u2a00', 

400 'bigoplus;': '\u2a01', 

401 'bigotimes;': '\u2a02', 

402 'bigsqcup;': '\u2a06', 

403 'bigstar;': '\u2605', 

404 'bigtriangledown;': '\u25bd', 

405 'bigtriangleup;': '\u25b3', 

406 'biguplus;': '\u2a04', 

407 'bigvee;': '\u22c1', 

408 'bigwedge;': '\u22c0', 

409 'bkarow;': '\u290d', 

410 'blacklozenge;': '\u29eb', 

411 'blacksquare;': '\u25aa', 

412 'blacktriangle;': '\u25b4', 

413 'blacktriangledown;': '\u25be', 

414 'blacktriangleleft;': '\u25c2', 

415 'blacktriangleright;': '\u25b8', 

416 'blank;': '\u2423', 

417 'blk12;': '\u2592', 

418 'blk14;': '\u2591', 

419 'blk34;': '\u2593', 

420 'block;': '\u2588', 

421 'bne;': '=\u20e5', 

422 'bnequiv;': '\u2261\u20e5', 

423 'bNot;': '\u2aed', 

424 'bnot;': '\u2310', 

425 'Bopf;': '\U0001d539', 

426 'bopf;': '\U0001d553', 

427 'bot;': '\u22a5', 

428 'bottom;': '\u22a5', 

429 'bowtie;': '\u22c8', 

430 'boxbox;': '\u29c9', 

431 'boxDL;': '\u2557', 

432 'boxDl;': '\u2556', 

433 'boxdL;': '\u2555', 

434 'boxdl;': '\u2510', 

435 'boxDR;': '\u2554', 

436 'boxDr;': '\u2553', 

437 'boxdR;': '\u2552', 

438 'boxdr;': '\u250c', 

439 'boxH;': '\u2550', 

440 'boxh;': '\u2500', 

441 'boxHD;': '\u2566', 

442 'boxHd;': '\u2564', 

443 'boxhD;': '\u2565', 

444 'boxhd;': '\u252c', 

445 'boxHU;': '\u2569', 

446 'boxHu;': '\u2567', 

447 'boxhU;': '\u2568', 

448 'boxhu;': '\u2534', 

449 'boxminus;': '\u229f', 

450 'boxplus;': '\u229e', 

451 'boxtimes;': '\u22a0', 

452 'boxUL;': '\u255d', 

453 'boxUl;': '\u255c', 

454 'boxuL;': '\u255b', 

455 'boxul;': '\u2518', 

456 'boxUR;': '\u255a', 

457 'boxUr;': '\u2559', 

458 'boxuR;': '\u2558', 

459 'boxur;': '\u2514', 

460 'boxV;': '\u2551', 

461 'boxv;': '\u2502', 

462 'boxVH;': '\u256c', 

463 'boxVh;': '\u256b', 

464 'boxvH;': '\u256a', 

465 'boxvh;': '\u253c', 

466 'boxVL;': '\u2563', 

467 'boxVl;': '\u2562', 

468 'boxvL;': '\u2561', 

469 'boxvl;': '\u2524', 

470 'boxVR;': '\u2560', 

471 'boxVr;': '\u255f', 

472 'boxvR;': '\u255e', 

473 'boxvr;': '\u251c', 

474 'bprime;': '\u2035', 

475 'Breve;': '\u02d8', 

476 'breve;': '\u02d8', 

477 'brvbar': '\xa6', 

478 'brvbar;': '\xa6', 

479 'Bscr;': '\u212c', 

480 'bscr;': '\U0001d4b7', 

481 'bsemi;': '\u204f', 

482 'bsim;': '\u223d', 

483 'bsime;': '\u22cd', 

484 'bsol;': '\\', 

485 'bsolb;': '\u29c5', 

486 'bsolhsub;': '\u27c8', 

487 'bull;': '\u2022', 

488 'bullet;': '\u2022', 

489 'bump;': '\u224e', 

490 'bumpE;': '\u2aae', 

491 'bumpe;': '\u224f', 

492 'Bumpeq;': '\u224e', 

493 'bumpeq;': '\u224f', 

494 'Cacute;': '\u0106', 

495 'cacute;': '\u0107', 

496 'Cap;': '\u22d2', 

497 'cap;': '\u2229', 

498 'capand;': '\u2a44', 

499 'capbrcup;': '\u2a49', 

500 'capcap;': '\u2a4b', 

501 'capcup;': '\u2a47', 

502 'capdot;': '\u2a40', 

503 'CapitalDifferentialD;': '\u2145', 

504 'caps;': '\u2229\ufe00', 

505 'caret;': '\u2041', 

506 'caron;': '\u02c7', 

507 'Cayleys;': '\u212d', 

508 'ccaps;': '\u2a4d', 

509 'Ccaron;': '\u010c', 

510 'ccaron;': '\u010d', 

511 'Ccedil': '\xc7', 

512 'ccedil': '\xe7', 

513 'Ccedil;': '\xc7', 

514 'ccedil;': '\xe7', 

515 'Ccirc;': '\u0108', 

516 'ccirc;': '\u0109', 

517 'Cconint;': '\u2230', 

518 'ccups;': '\u2a4c', 

519 'ccupssm;': '\u2a50', 

520 'Cdot;': '\u010a', 

521 'cdot;': '\u010b', 

522 'cedil': '\xb8', 

523 'cedil;': '\xb8', 

524 'Cedilla;': '\xb8', 

525 'cemptyv;': '\u29b2', 

526 'cent': '\xa2', 

527 'cent;': '\xa2', 

528 'CenterDot;': '\xb7', 

529 'centerdot;': '\xb7', 

530 'Cfr;': '\u212d', 

531 'cfr;': '\U0001d520', 

532 'CHcy;': '\u0427', 

533 'chcy;': '\u0447', 

534 'check;': '\u2713', 

535 'checkmark;': '\u2713', 

536 'Chi;': '\u03a7', 

537 'chi;': '\u03c7', 

538 'cir;': '\u25cb', 

539 'circ;': '\u02c6', 

540 'circeq;': '\u2257', 

541 'circlearrowleft;': '\u21ba', 

542 'circlearrowright;': '\u21bb', 

543 'circledast;': '\u229b', 

544 'circledcirc;': '\u229a', 

545 'circleddash;': '\u229d', 

546 'CircleDot;': '\u2299', 

547 'circledR;': '\xae', 

548 'circledS;': '\u24c8', 

549 'CircleMinus;': '\u2296', 

550 'CirclePlus;': '\u2295', 

551 'CircleTimes;': '\u2297', 

552 'cirE;': '\u29c3', 

553 'cire;': '\u2257', 

554 'cirfnint;': '\u2a10', 

555 'cirmid;': '\u2aef', 

556 'cirscir;': '\u29c2', 

557 'ClockwiseContourIntegral;': '\u2232', 

558 'CloseCurlyDoubleQuote;': '\u201d', 

559 'CloseCurlyQuote;': '\u2019', 

560 'clubs;': '\u2663', 

561 'clubsuit;': '\u2663', 

562 'Colon;': '\u2237', 

563 'colon;': ':', 

564 'Colone;': '\u2a74', 

565 'colone;': '\u2254', 

566 'coloneq;': '\u2254', 

567 'comma;': ',', 

568 'commat;': '@', 

569 'comp;': '\u2201', 

570 'compfn;': '\u2218', 

571 'complement;': '\u2201', 

572 'complexes;': '\u2102', 

573 'cong;': '\u2245', 

574 'congdot;': '\u2a6d', 

575 'Congruent;': '\u2261', 

576 'Conint;': '\u222f', 

577 'conint;': '\u222e', 

578 'ContourIntegral;': '\u222e', 

579 'Copf;': '\u2102', 

580 'copf;': '\U0001d554', 

581 'coprod;': '\u2210', 

582 'Coproduct;': '\u2210', 

583 'COPY': '\xa9', 

584 'copy': '\xa9', 

585 'COPY;': '\xa9', 

586 'copy;': '\xa9', 

587 'copysr;': '\u2117', 

588 'CounterClockwiseContourIntegral;': '\u2233', 

589 'crarr;': '\u21b5', 

590 'Cross;': '\u2a2f', 

591 'cross;': '\u2717', 

592 'Cscr;': '\U0001d49e', 

593 'cscr;': '\U0001d4b8', 

594 'csub;': '\u2acf', 

595 'csube;': '\u2ad1', 

596 'csup;': '\u2ad0', 

597 'csupe;': '\u2ad2', 

598 'ctdot;': '\u22ef', 

599 'cudarrl;': '\u2938', 

600 'cudarrr;': '\u2935', 

601 'cuepr;': '\u22de', 

602 'cuesc;': '\u22df', 

603 'cularr;': '\u21b6', 

604 'cularrp;': '\u293d', 

605 'Cup;': '\u22d3', 

606 'cup;': '\u222a', 

607 'cupbrcap;': '\u2a48', 

608 'CupCap;': '\u224d', 

609 'cupcap;': '\u2a46', 

610 'cupcup;': '\u2a4a', 

611 'cupdot;': '\u228d', 

612 'cupor;': '\u2a45', 

613 'cups;': '\u222a\ufe00', 

614 'curarr;': '\u21b7', 

615 'curarrm;': '\u293c', 

616 'curlyeqprec;': '\u22de', 

617 'curlyeqsucc;': '\u22df', 

618 'curlyvee;': '\u22ce', 

619 'curlywedge;': '\u22cf', 

620 'curren': '\xa4', 

621 'curren;': '\xa4', 

622 'curvearrowleft;': '\u21b6', 

623 'curvearrowright;': '\u21b7', 

624 'cuvee;': '\u22ce', 

625 'cuwed;': '\u22cf', 

626 'cwconint;': '\u2232', 

627 'cwint;': '\u2231', 

628 'cylcty;': '\u232d', 

629 'Dagger;': '\u2021', 

630 'dagger;': '\u2020', 

631 'daleth;': '\u2138', 

632 'Darr;': '\u21a1', 

633 'dArr;': '\u21d3', 

634 'darr;': '\u2193', 

635 'dash;': '\u2010', 

636 'Dashv;': '\u2ae4', 

637 'dashv;': '\u22a3', 

638 'dbkarow;': '\u290f', 

639 'dblac;': '\u02dd', 

640 'Dcaron;': '\u010e', 

641 'dcaron;': '\u010f', 

642 'Dcy;': '\u0414', 

643 'dcy;': '\u0434', 

644 'DD;': '\u2145', 

645 'dd;': '\u2146', 

646 'ddagger;': '\u2021', 

647 'ddarr;': '\u21ca', 

648 'DDotrahd;': '\u2911', 

649 'ddotseq;': '\u2a77', 

650 'deg': '\xb0', 

651 'deg;': '\xb0', 

652 'Del;': '\u2207', 

653 'Delta;': '\u0394', 

654 'delta;': '\u03b4', 

655 'demptyv;': '\u29b1', 

656 'dfisht;': '\u297f', 

657 'Dfr;': '\U0001d507', 

658 'dfr;': '\U0001d521', 

659 'dHar;': '\u2965', 

660 'dharl;': '\u21c3', 

661 'dharr;': '\u21c2', 

662 'DiacriticalAcute;': '\xb4', 

663 'DiacriticalDot;': '\u02d9', 

664 'DiacriticalDoubleAcute;': '\u02dd', 

665 'DiacriticalGrave;': '`', 

666 'DiacriticalTilde;': '\u02dc', 

667 'diam;': '\u22c4', 

668 'Diamond;': '\u22c4', 

669 'diamond;': '\u22c4', 

670 'diamondsuit;': '\u2666', 

671 'diams;': '\u2666', 

672 'die;': '\xa8', 

673 'DifferentialD;': '\u2146', 

674 'digamma;': '\u03dd', 

675 'disin;': '\u22f2', 

676 'div;': '\xf7', 

677 'divide': '\xf7', 

678 'divide;': '\xf7', 

679 'divideontimes;': '\u22c7', 

680 'divonx;': '\u22c7', 

681 'DJcy;': '\u0402', 

682 'djcy;': '\u0452', 

683 'dlcorn;': '\u231e', 

684 'dlcrop;': '\u230d', 

685 'dollar;': '$', 

686 'Dopf;': '\U0001d53b', 

687 'dopf;': '\U0001d555', 

688 'Dot;': '\xa8', 

689 'dot;': '\u02d9', 

690 'DotDot;': '\u20dc', 

691 'doteq;': '\u2250', 

692 'doteqdot;': '\u2251', 

693 'DotEqual;': '\u2250', 

694 'dotminus;': '\u2238', 

695 'dotplus;': '\u2214', 

696 'dotsquare;': '\u22a1', 

697 'doublebarwedge;': '\u2306', 

698 'DoubleContourIntegral;': '\u222f', 

699 'DoubleDot;': '\xa8', 

700 'DoubleDownArrow;': '\u21d3', 

701 'DoubleLeftArrow;': '\u21d0', 

702 'DoubleLeftRightArrow;': '\u21d4', 

703 'DoubleLeftTee;': '\u2ae4', 

704 'DoubleLongLeftArrow;': '\u27f8', 

705 'DoubleLongLeftRightArrow;': '\u27fa', 

706 'DoubleLongRightArrow;': '\u27f9', 

707 'DoubleRightArrow;': '\u21d2', 

708 'DoubleRightTee;': '\u22a8', 

709 'DoubleUpArrow;': '\u21d1', 

710 'DoubleUpDownArrow;': '\u21d5', 

711 'DoubleVerticalBar;': '\u2225', 

712 'DownArrow;': '\u2193', 

713 'Downarrow;': '\u21d3', 

714 'downarrow;': '\u2193', 

715 'DownArrowBar;': '\u2913', 

716 'DownArrowUpArrow;': '\u21f5', 

717 'DownBreve;': '\u0311', 

718 'downdownarrows;': '\u21ca', 

719 'downharpoonleft;': '\u21c3', 

720 'downharpoonright;': '\u21c2', 

721 'DownLeftRightVector;': '\u2950', 

722 'DownLeftTeeVector;': '\u295e', 

723 'DownLeftVector;': '\u21bd', 

724 'DownLeftVectorBar;': '\u2956', 

725 'DownRightTeeVector;': '\u295f', 

726 'DownRightVector;': '\u21c1', 

727 'DownRightVectorBar;': '\u2957', 

728 'DownTee;': '\u22a4', 

729 'DownTeeArrow;': '\u21a7', 

730 'drbkarow;': '\u2910', 

731 'drcorn;': '\u231f', 

732 'drcrop;': '\u230c', 

733 'Dscr;': '\U0001d49f', 

734 'dscr;': '\U0001d4b9', 

735 'DScy;': '\u0405', 

736 'dscy;': '\u0455', 

737 'dsol;': '\u29f6', 

738 'Dstrok;': '\u0110', 

739 'dstrok;': '\u0111', 

740 'dtdot;': '\u22f1', 

741 'dtri;': '\u25bf', 

742 'dtrif;': '\u25be', 

743 'duarr;': '\u21f5', 

744 'duhar;': '\u296f', 

745 'dwangle;': '\u29a6', 

746 'DZcy;': '\u040f', 

747 'dzcy;': '\u045f', 

748 'dzigrarr;': '\u27ff', 

749 'Eacute': '\xc9', 

750 'eacute': '\xe9', 

751 'Eacute;': '\xc9', 

752 'eacute;': '\xe9', 

753 'easter;': '\u2a6e', 

754 'Ecaron;': '\u011a', 

755 'ecaron;': '\u011b', 

756 'ecir;': '\u2256', 

757 'Ecirc': '\xca', 

758 'ecirc': '\xea', 

759 'Ecirc;': '\xca', 

760 'ecirc;': '\xea', 

761 'ecolon;': '\u2255', 

762 'Ecy;': '\u042d', 

763 'ecy;': '\u044d', 

764 'eDDot;': '\u2a77', 

765 'Edot;': '\u0116', 

766 'eDot;': '\u2251', 

767 'edot;': '\u0117', 

768 'ee;': '\u2147', 

769 'efDot;': '\u2252', 

770 'Efr;': '\U0001d508', 

771 'efr;': '\U0001d522', 

772 'eg;': '\u2a9a', 

773 'Egrave': '\xc8', 

774 'egrave': '\xe8', 

775 'Egrave;': '\xc8', 

776 'egrave;': '\xe8', 

777 'egs;': '\u2a96', 

778 'egsdot;': '\u2a98', 

779 'el;': '\u2a99', 

780 'Element;': '\u2208', 

781 'elinters;': '\u23e7', 

782 'ell;': '\u2113', 

783 'els;': '\u2a95', 

784 'elsdot;': '\u2a97', 

785 'Emacr;': '\u0112', 

786 'emacr;': '\u0113', 

787 'empty;': '\u2205', 

788 'emptyset;': '\u2205', 

789 'EmptySmallSquare;': '\u25fb', 

790 'emptyv;': '\u2205', 

791 'EmptyVerySmallSquare;': '\u25ab', 

792 'emsp13;': '\u2004', 

793 'emsp14;': '\u2005', 

794 'emsp;': '\u2003', 

795 'ENG;': '\u014a', 

796 'eng;': '\u014b', 

797 'ensp;': '\u2002', 

798 'Eogon;': '\u0118', 

799 'eogon;': '\u0119', 

800 'Eopf;': '\U0001d53c', 

801 'eopf;': '\U0001d556', 

802 'epar;': '\u22d5', 

803 'eparsl;': '\u29e3', 

804 'eplus;': '\u2a71', 

805 'epsi;': '\u03b5', 

806 'Epsilon;': '\u0395', 

807 'epsilon;': '\u03b5', 

808 'epsiv;': '\u03f5', 

809 'eqcirc;': '\u2256', 

810 'eqcolon;': '\u2255', 

811 'eqsim;': '\u2242', 

812 'eqslantgtr;': '\u2a96', 

813 'eqslantless;': '\u2a95', 

814 'Equal;': '\u2a75', 

815 'equals;': '=', 

816 'EqualTilde;': '\u2242', 

817 'equest;': '\u225f', 

818 'Equilibrium;': '\u21cc', 

819 'equiv;': '\u2261', 

820 'equivDD;': '\u2a78', 

821 'eqvparsl;': '\u29e5', 

822 'erarr;': '\u2971', 

823 'erDot;': '\u2253', 

824 'Escr;': '\u2130', 

825 'escr;': '\u212f', 

826 'esdot;': '\u2250', 

827 'Esim;': '\u2a73', 

828 'esim;': '\u2242', 

829 'Eta;': '\u0397', 

830 'eta;': '\u03b7', 

831 'ETH': '\xd0', 

832 'eth': '\xf0', 

833 'ETH;': '\xd0', 

834 'eth;': '\xf0', 

835 'Euml': '\xcb', 

836 'euml': '\xeb', 

837 'Euml;': '\xcb', 

838 'euml;': '\xeb', 

839 'euro;': '\u20ac', 

840 'excl;': '!', 

841 'exist;': '\u2203', 

842 'Exists;': '\u2203', 

843 'expectation;': '\u2130', 

844 'ExponentialE;': '\u2147', 

845 'exponentiale;': '\u2147', 

846 'fallingdotseq;': '\u2252', 

847 'Fcy;': '\u0424', 

848 'fcy;': '\u0444', 

849 'female;': '\u2640', 

850 'ffilig;': '\ufb03', 

851 'fflig;': '\ufb00', 

852 'ffllig;': '\ufb04', 

853 'Ffr;': '\U0001d509', 

854 'ffr;': '\U0001d523', 

855 'filig;': '\ufb01', 

856 'FilledSmallSquare;': '\u25fc', 

857 'FilledVerySmallSquare;': '\u25aa', 

858 'fjlig;': 'fj', 

859 'flat;': '\u266d', 

860 'fllig;': '\ufb02', 

861 'fltns;': '\u25b1', 

862 'fnof;': '\u0192', 

863 'Fopf;': '\U0001d53d', 

864 'fopf;': '\U0001d557', 

865 'ForAll;': '\u2200', 

866 'forall;': '\u2200', 

867 'fork;': '\u22d4', 

868 'forkv;': '\u2ad9', 

869 'Fouriertrf;': '\u2131', 

870 'fpartint;': '\u2a0d', 

871 'frac12': '\xbd', 

872 'frac12;': '\xbd', 

873 'frac13;': '\u2153', 

874 'frac14': '\xbc', 

875 'frac14;': '\xbc', 

876 'frac15;': '\u2155', 

877 'frac16;': '\u2159', 

878 'frac18;': '\u215b', 

879 'frac23;': '\u2154', 

880 'frac25;': '\u2156', 

881 'frac34': '\xbe', 

882 'frac34;': '\xbe', 

883 'frac35;': '\u2157', 

884 'frac38;': '\u215c', 

885 'frac45;': '\u2158', 

886 'frac56;': '\u215a', 

887 'frac58;': '\u215d', 

888 'frac78;': '\u215e', 

889 'frasl;': '\u2044', 

890 'frown;': '\u2322', 

891 'Fscr;': '\u2131', 

892 'fscr;': '\U0001d4bb', 

893 'gacute;': '\u01f5', 

894 'Gamma;': '\u0393', 

895 'gamma;': '\u03b3', 

896 'Gammad;': '\u03dc', 

897 'gammad;': '\u03dd', 

898 'gap;': '\u2a86', 

899 'Gbreve;': '\u011e', 

900 'gbreve;': '\u011f', 

901 'Gcedil;': '\u0122', 

902 'Gcirc;': '\u011c', 

903 'gcirc;': '\u011d', 

904 'Gcy;': '\u0413', 

905 'gcy;': '\u0433', 

906 'Gdot;': '\u0120', 

907 'gdot;': '\u0121', 

908 'gE;': '\u2267', 

909 'ge;': '\u2265', 

910 'gEl;': '\u2a8c', 

911 'gel;': '\u22db', 

912 'geq;': '\u2265', 

913 'geqq;': '\u2267', 

914 'geqslant;': '\u2a7e', 

915 'ges;': '\u2a7e', 

916 'gescc;': '\u2aa9', 

917 'gesdot;': '\u2a80', 

918 'gesdoto;': '\u2a82', 

919 'gesdotol;': '\u2a84', 

920 'gesl;': '\u22db\ufe00', 

921 'gesles;': '\u2a94', 

922 'Gfr;': '\U0001d50a', 

923 'gfr;': '\U0001d524', 

924 'Gg;': '\u22d9', 

925 'gg;': '\u226b', 

926 'ggg;': '\u22d9', 

927 'gimel;': '\u2137', 

928 'GJcy;': '\u0403', 

929 'gjcy;': '\u0453', 

930 'gl;': '\u2277', 

931 'gla;': '\u2aa5', 

932 'glE;': '\u2a92', 

933 'glj;': '\u2aa4', 

934 'gnap;': '\u2a8a', 

935 'gnapprox;': '\u2a8a', 

936 'gnE;': '\u2269', 

937 'gne;': '\u2a88', 

938 'gneq;': '\u2a88', 

939 'gneqq;': '\u2269', 

940 'gnsim;': '\u22e7', 

941 'Gopf;': '\U0001d53e', 

942 'gopf;': '\U0001d558', 

943 'grave;': '`', 

944 'GreaterEqual;': '\u2265', 

945 'GreaterEqualLess;': '\u22db', 

946 'GreaterFullEqual;': '\u2267', 

947 'GreaterGreater;': '\u2aa2', 

948 'GreaterLess;': '\u2277', 

949 'GreaterSlantEqual;': '\u2a7e', 

950 'GreaterTilde;': '\u2273', 

951 'Gscr;': '\U0001d4a2', 

952 'gscr;': '\u210a', 

953 'gsim;': '\u2273', 

954 'gsime;': '\u2a8e', 

955 'gsiml;': '\u2a90', 

956 'GT': '>', 

957 'gt': '>', 

958 'GT;': '>', 

959 'Gt;': '\u226b', 

960 'gt;': '>', 

961 'gtcc;': '\u2aa7', 

962 'gtcir;': '\u2a7a', 

963 'gtdot;': '\u22d7', 

964 'gtlPar;': '\u2995', 

965 'gtquest;': '\u2a7c', 

966 'gtrapprox;': '\u2a86', 

967 'gtrarr;': '\u2978', 

968 'gtrdot;': '\u22d7', 

969 'gtreqless;': '\u22db', 

970 'gtreqqless;': '\u2a8c', 

971 'gtrless;': '\u2277', 

972 'gtrsim;': '\u2273', 

973 'gvertneqq;': '\u2269\ufe00', 

974 'gvnE;': '\u2269\ufe00', 

975 'Hacek;': '\u02c7', 

976 'hairsp;': '\u200a', 

977 'half;': '\xbd', 

978 'hamilt;': '\u210b', 

979 'HARDcy;': '\u042a', 

980 'hardcy;': '\u044a', 

981 'hArr;': '\u21d4', 

982 'harr;': '\u2194', 

983 'harrcir;': '\u2948', 

984 'harrw;': '\u21ad', 

985 'Hat;': '^', 

986 'hbar;': '\u210f', 

987 'Hcirc;': '\u0124', 

988 'hcirc;': '\u0125', 

989 'hearts;': '\u2665', 

990 'heartsuit;': '\u2665', 

991 'hellip;': '\u2026', 

992 'hercon;': '\u22b9', 

993 'Hfr;': '\u210c', 

994 'hfr;': '\U0001d525', 

995 'HilbertSpace;': '\u210b', 

996 'hksearow;': '\u2925', 

997 'hkswarow;': '\u2926', 

998 'hoarr;': '\u21ff', 

999 'homtht;': '\u223b', 

1000 'hookleftarrow;': '\u21a9', 

1001 'hookrightarrow;': '\u21aa', 

1002 'Hopf;': '\u210d', 

1003 'hopf;': '\U0001d559', 

1004 'horbar;': '\u2015', 

1005 'HorizontalLine;': '\u2500', 

1006 'Hscr;': '\u210b', 

1007 'hscr;': '\U0001d4bd', 

1008 'hslash;': '\u210f', 

1009 'Hstrok;': '\u0126', 

1010 'hstrok;': '\u0127', 

1011 'HumpDownHump;': '\u224e', 

1012 'HumpEqual;': '\u224f', 

1013 'hybull;': '\u2043', 

1014 'hyphen;': '\u2010', 

1015 'Iacute': '\xcd', 

1016 'iacute': '\xed', 

1017 'Iacute;': '\xcd', 

1018 'iacute;': '\xed', 

1019 'ic;': '\u2063', 

1020 'Icirc': '\xce', 

1021 'icirc': '\xee', 

1022 'Icirc;': '\xce', 

1023 'icirc;': '\xee', 

1024 'Icy;': '\u0418', 

1025 'icy;': '\u0438', 

1026 'Idot;': '\u0130', 

1027 'IEcy;': '\u0415', 

1028 'iecy;': '\u0435', 

1029 'iexcl': '\xa1', 

1030 'iexcl;': '\xa1', 

1031 'iff;': '\u21d4', 

1032 'Ifr;': '\u2111', 

1033 'ifr;': '\U0001d526', 

1034 'Igrave': '\xcc', 

1035 'igrave': '\xec', 

1036 'Igrave;': '\xcc', 

1037 'igrave;': '\xec', 

1038 'ii;': '\u2148', 

1039 'iiiint;': '\u2a0c', 

1040 'iiint;': '\u222d', 

1041 'iinfin;': '\u29dc', 

1042 'iiota;': '\u2129', 

1043 'IJlig;': '\u0132', 

1044 'ijlig;': '\u0133', 

1045 'Im;': '\u2111', 

1046 'Imacr;': '\u012a', 

1047 'imacr;': '\u012b', 

1048 'image;': '\u2111', 

1049 'ImaginaryI;': '\u2148', 

1050 'imagline;': '\u2110', 

1051 'imagpart;': '\u2111', 

1052 'imath;': '\u0131', 

1053 'imof;': '\u22b7', 

1054 'imped;': '\u01b5', 

1055 'Implies;': '\u21d2', 

1056 'in;': '\u2208', 

1057 'incare;': '\u2105', 

1058 'infin;': '\u221e', 

1059 'infintie;': '\u29dd', 

1060 'inodot;': '\u0131', 

1061 'Int;': '\u222c', 

1062 'int;': '\u222b', 

1063 'intcal;': '\u22ba', 

1064 'integers;': '\u2124', 

1065 'Integral;': '\u222b', 

1066 'intercal;': '\u22ba', 

1067 'Intersection;': '\u22c2', 

1068 'intlarhk;': '\u2a17', 

1069 'intprod;': '\u2a3c', 

1070 'InvisibleComma;': '\u2063', 

1071 'InvisibleTimes;': '\u2062', 

1072 'IOcy;': '\u0401', 

1073 'iocy;': '\u0451', 

1074 'Iogon;': '\u012e', 

1075 'iogon;': '\u012f', 

1076 'Iopf;': '\U0001d540', 

1077 'iopf;': '\U0001d55a', 

1078 'Iota;': '\u0399', 

1079 'iota;': '\u03b9', 

1080 'iprod;': '\u2a3c', 

1081 'iquest': '\xbf', 

1082 'iquest;': '\xbf', 

1083 'Iscr;': '\u2110', 

1084 'iscr;': '\U0001d4be', 

1085 'isin;': '\u2208', 

1086 'isindot;': '\u22f5', 

1087 'isinE;': '\u22f9', 

1088 'isins;': '\u22f4', 

1089 'isinsv;': '\u22f3', 

1090 'isinv;': '\u2208', 

1091 'it;': '\u2062', 

1092 'Itilde;': '\u0128', 

1093 'itilde;': '\u0129', 

1094 'Iukcy;': '\u0406', 

1095 'iukcy;': '\u0456', 

1096 'Iuml': '\xcf', 

1097 'iuml': '\xef', 

1098 'Iuml;': '\xcf', 

1099 'iuml;': '\xef', 

1100 'Jcirc;': '\u0134', 

1101 'jcirc;': '\u0135', 

1102 'Jcy;': '\u0419', 

1103 'jcy;': '\u0439', 

1104 'Jfr;': '\U0001d50d', 

1105 'jfr;': '\U0001d527', 

1106 'jmath;': '\u0237', 

1107 'Jopf;': '\U0001d541', 

1108 'jopf;': '\U0001d55b', 

1109 'Jscr;': '\U0001d4a5', 

1110 'jscr;': '\U0001d4bf', 

1111 'Jsercy;': '\u0408', 

1112 'jsercy;': '\u0458', 

1113 'Jukcy;': '\u0404', 

1114 'jukcy;': '\u0454', 

1115 'Kappa;': '\u039a', 

1116 'kappa;': '\u03ba', 

1117 'kappav;': '\u03f0', 

1118 'Kcedil;': '\u0136', 

1119 'kcedil;': '\u0137', 

1120 'Kcy;': '\u041a', 

1121 'kcy;': '\u043a', 

1122 'Kfr;': '\U0001d50e', 

1123 'kfr;': '\U0001d528', 

1124 'kgreen;': '\u0138', 

1125 'KHcy;': '\u0425', 

1126 'khcy;': '\u0445', 

1127 'KJcy;': '\u040c', 

1128 'kjcy;': '\u045c', 

1129 'Kopf;': '\U0001d542', 

1130 'kopf;': '\U0001d55c', 

1131 'Kscr;': '\U0001d4a6', 

1132 'kscr;': '\U0001d4c0', 

1133 'lAarr;': '\u21da', 

1134 'Lacute;': '\u0139', 

1135 'lacute;': '\u013a', 

1136 'laemptyv;': '\u29b4', 

1137 'lagran;': '\u2112', 

1138 'Lambda;': '\u039b', 

1139 'lambda;': '\u03bb', 

1140 'Lang;': '\u27ea', 

1141 'lang;': '\u27e8', 

1142 'langd;': '\u2991', 

1143 'langle;': '\u27e8', 

1144 'lap;': '\u2a85', 

1145 'Laplacetrf;': '\u2112', 

1146 'laquo': '\xab', 

1147 'laquo;': '\xab', 

1148 'Larr;': '\u219e', 

1149 'lArr;': '\u21d0', 

1150 'larr;': '\u2190', 

1151 'larrb;': '\u21e4', 

1152 'larrbfs;': '\u291f', 

1153 'larrfs;': '\u291d', 

1154 'larrhk;': '\u21a9', 

1155 'larrlp;': '\u21ab', 

1156 'larrpl;': '\u2939', 

1157 'larrsim;': '\u2973', 

1158 'larrtl;': '\u21a2', 

1159 'lat;': '\u2aab', 

1160 'lAtail;': '\u291b', 

1161 'latail;': '\u2919', 

1162 'late;': '\u2aad', 

1163 'lates;': '\u2aad\ufe00', 

1164 'lBarr;': '\u290e', 

1165 'lbarr;': '\u290c', 

1166 'lbbrk;': '\u2772', 

1167 'lbrace;': '{', 

1168 'lbrack;': '[', 

1169 'lbrke;': '\u298b', 

1170 'lbrksld;': '\u298f', 

1171 'lbrkslu;': '\u298d', 

1172 'Lcaron;': '\u013d', 

1173 'lcaron;': '\u013e', 

1174 'Lcedil;': '\u013b', 

1175 'lcedil;': '\u013c', 

1176 'lceil;': '\u2308', 

1177 'lcub;': '{', 

1178 'Lcy;': '\u041b', 

1179 'lcy;': '\u043b', 

1180 'ldca;': '\u2936', 

1181 'ldquo;': '\u201c', 

1182 'ldquor;': '\u201e', 

1183 'ldrdhar;': '\u2967', 

1184 'ldrushar;': '\u294b', 

1185 'ldsh;': '\u21b2', 

1186 'lE;': '\u2266', 

1187 'le;': '\u2264', 

1188 'LeftAngleBracket;': '\u27e8', 

1189 'LeftArrow;': '\u2190', 

1190 'Leftarrow;': '\u21d0', 

1191 'leftarrow;': '\u2190', 

1192 'LeftArrowBar;': '\u21e4', 

1193 'LeftArrowRightArrow;': '\u21c6', 

1194 'leftarrowtail;': '\u21a2', 

1195 'LeftCeiling;': '\u2308', 

1196 'LeftDoubleBracket;': '\u27e6', 

1197 'LeftDownTeeVector;': '\u2961', 

1198 'LeftDownVector;': '\u21c3', 

1199 'LeftDownVectorBar;': '\u2959', 

1200 'LeftFloor;': '\u230a', 

1201 'leftharpoondown;': '\u21bd', 

1202 'leftharpoonup;': '\u21bc', 

1203 'leftleftarrows;': '\u21c7', 

1204 'LeftRightArrow;': '\u2194', 

1205 'Leftrightarrow;': '\u21d4', 

1206 'leftrightarrow;': '\u2194', 

1207 'leftrightarrows;': '\u21c6', 

1208 'leftrightharpoons;': '\u21cb', 

1209 'leftrightsquigarrow;': '\u21ad', 

1210 'LeftRightVector;': '\u294e', 

1211 'LeftTee;': '\u22a3', 

1212 'LeftTeeArrow;': '\u21a4', 

1213 'LeftTeeVector;': '\u295a', 

1214 'leftthreetimes;': '\u22cb', 

1215 'LeftTriangle;': '\u22b2', 

1216 'LeftTriangleBar;': '\u29cf', 

1217 'LeftTriangleEqual;': '\u22b4', 

1218 'LeftUpDownVector;': '\u2951', 

1219 'LeftUpTeeVector;': '\u2960', 

1220 'LeftUpVector;': '\u21bf', 

1221 'LeftUpVectorBar;': '\u2958', 

1222 'LeftVector;': '\u21bc', 

1223 'LeftVectorBar;': '\u2952', 

1224 'lEg;': '\u2a8b', 

1225 'leg;': '\u22da', 

1226 'leq;': '\u2264', 

1227 'leqq;': '\u2266', 

1228 'leqslant;': '\u2a7d', 

1229 'les;': '\u2a7d', 

1230 'lescc;': '\u2aa8', 

1231 'lesdot;': '\u2a7f', 

1232 'lesdoto;': '\u2a81', 

1233 'lesdotor;': '\u2a83', 

1234 'lesg;': '\u22da\ufe00', 

1235 'lesges;': '\u2a93', 

1236 'lessapprox;': '\u2a85', 

1237 'lessdot;': '\u22d6', 

1238 'lesseqgtr;': '\u22da', 

1239 'lesseqqgtr;': '\u2a8b', 

1240 'LessEqualGreater;': '\u22da', 

1241 'LessFullEqual;': '\u2266', 

1242 'LessGreater;': '\u2276', 

1243 'lessgtr;': '\u2276', 

1244 'LessLess;': '\u2aa1', 

1245 'lesssim;': '\u2272', 

1246 'LessSlantEqual;': '\u2a7d', 

1247 'LessTilde;': '\u2272', 

1248 'lfisht;': '\u297c', 

1249 'lfloor;': '\u230a', 

1250 'Lfr;': '\U0001d50f', 

1251 'lfr;': '\U0001d529', 

1252 'lg;': '\u2276', 

1253 'lgE;': '\u2a91', 

1254 'lHar;': '\u2962', 

1255 'lhard;': '\u21bd', 

1256 'lharu;': '\u21bc', 

1257 'lharul;': '\u296a', 

1258 'lhblk;': '\u2584', 

1259 'LJcy;': '\u0409', 

1260 'ljcy;': '\u0459', 

1261 'Ll;': '\u22d8', 

1262 'll;': '\u226a', 

1263 'llarr;': '\u21c7', 

1264 'llcorner;': '\u231e', 

1265 'Lleftarrow;': '\u21da', 

1266 'llhard;': '\u296b', 

1267 'lltri;': '\u25fa', 

1268 'Lmidot;': '\u013f', 

1269 'lmidot;': '\u0140', 

1270 'lmoust;': '\u23b0', 

1271 'lmoustache;': '\u23b0', 

1272 'lnap;': '\u2a89', 

1273 'lnapprox;': '\u2a89', 

1274 'lnE;': '\u2268', 

1275 'lne;': '\u2a87', 

1276 'lneq;': '\u2a87', 

1277 'lneqq;': '\u2268', 

1278 'lnsim;': '\u22e6', 

1279 'loang;': '\u27ec', 

1280 'loarr;': '\u21fd', 

1281 'lobrk;': '\u27e6', 

1282 'LongLeftArrow;': '\u27f5', 

1283 'Longleftarrow;': '\u27f8', 

1284 'longleftarrow;': '\u27f5', 

1285 'LongLeftRightArrow;': '\u27f7', 

1286 'Longleftrightarrow;': '\u27fa', 

1287 'longleftrightarrow;': '\u27f7', 

1288 'longmapsto;': '\u27fc', 

1289 'LongRightArrow;': '\u27f6', 

1290 'Longrightarrow;': '\u27f9', 

1291 'longrightarrow;': '\u27f6', 

1292 'looparrowleft;': '\u21ab', 

1293 'looparrowright;': '\u21ac', 

1294 'lopar;': '\u2985', 

1295 'Lopf;': '\U0001d543', 

1296 'lopf;': '\U0001d55d', 

1297 'loplus;': '\u2a2d', 

1298 'lotimes;': '\u2a34', 

1299 'lowast;': '\u2217', 

1300 'lowbar;': '_', 

1301 'LowerLeftArrow;': '\u2199', 

1302 'LowerRightArrow;': '\u2198', 

1303 'loz;': '\u25ca', 

1304 'lozenge;': '\u25ca', 

1305 'lozf;': '\u29eb', 

1306 'lpar;': '(', 

1307 'lparlt;': '\u2993', 

1308 'lrarr;': '\u21c6', 

1309 'lrcorner;': '\u231f', 

1310 'lrhar;': '\u21cb', 

1311 'lrhard;': '\u296d', 

1312 'lrm;': '\u200e', 

1313 'lrtri;': '\u22bf', 

1314 'lsaquo;': '\u2039', 

1315 'Lscr;': '\u2112', 

1316 'lscr;': '\U0001d4c1', 

1317 'Lsh;': '\u21b0', 

1318 'lsh;': '\u21b0', 

1319 'lsim;': '\u2272', 

1320 'lsime;': '\u2a8d', 

1321 'lsimg;': '\u2a8f', 

1322 'lsqb;': '[', 

1323 'lsquo;': '\u2018', 

1324 'lsquor;': '\u201a', 

1325 'Lstrok;': '\u0141', 

1326 'lstrok;': '\u0142', 

1327 'LT': '<', 

1328 'lt': '<', 

1329 'LT;': '<', 

1330 'Lt;': '\u226a', 

1331 'lt;': '<', 

1332 'ltcc;': '\u2aa6', 

1333 'ltcir;': '\u2a79', 

1334 'ltdot;': '\u22d6', 

1335 'lthree;': '\u22cb', 

1336 'ltimes;': '\u22c9', 

1337 'ltlarr;': '\u2976', 

1338 'ltquest;': '\u2a7b', 

1339 'ltri;': '\u25c3', 

1340 'ltrie;': '\u22b4', 

1341 'ltrif;': '\u25c2', 

1342 'ltrPar;': '\u2996', 

1343 'lurdshar;': '\u294a', 

1344 'luruhar;': '\u2966', 

1345 'lvertneqq;': '\u2268\ufe00', 

1346 'lvnE;': '\u2268\ufe00', 

1347 'macr': '\xaf', 

1348 'macr;': '\xaf', 

1349 'male;': '\u2642', 

1350 'malt;': '\u2720', 

1351 'maltese;': '\u2720', 

1352 'Map;': '\u2905', 

1353 'map;': '\u21a6', 

1354 'mapsto;': '\u21a6', 

1355 'mapstodown;': '\u21a7', 

1356 'mapstoleft;': '\u21a4', 

1357 'mapstoup;': '\u21a5', 

1358 'marker;': '\u25ae', 

1359 'mcomma;': '\u2a29', 

1360 'Mcy;': '\u041c', 

1361 'mcy;': '\u043c', 

1362 'mdash;': '\u2014', 

1363 'mDDot;': '\u223a', 

1364 'measuredangle;': '\u2221', 

1365 'MediumSpace;': '\u205f', 

1366 'Mellintrf;': '\u2133', 

1367 'Mfr;': '\U0001d510', 

1368 'mfr;': '\U0001d52a', 

1369 'mho;': '\u2127', 

1370 'micro': '\xb5', 

1371 'micro;': '\xb5', 

1372 'mid;': '\u2223', 

1373 'midast;': '*', 

1374 'midcir;': '\u2af0', 

1375 'middot': '\xb7', 

1376 'middot;': '\xb7', 

1377 'minus;': '\u2212', 

1378 'minusb;': '\u229f', 

1379 'minusd;': '\u2238', 

1380 'minusdu;': '\u2a2a', 

1381 'MinusPlus;': '\u2213', 

1382 'mlcp;': '\u2adb', 

1383 'mldr;': '\u2026', 

1384 'mnplus;': '\u2213', 

1385 'models;': '\u22a7', 

1386 'Mopf;': '\U0001d544', 

1387 'mopf;': '\U0001d55e', 

1388 'mp;': '\u2213', 

1389 'Mscr;': '\u2133', 

1390 'mscr;': '\U0001d4c2', 

1391 'mstpos;': '\u223e', 

1392 'Mu;': '\u039c', 

1393 'mu;': '\u03bc', 

1394 'multimap;': '\u22b8', 

1395 'mumap;': '\u22b8', 

1396 'nabla;': '\u2207', 

1397 'Nacute;': '\u0143', 

1398 'nacute;': '\u0144', 

1399 'nang;': '\u2220\u20d2', 

1400 'nap;': '\u2249', 

1401 'napE;': '\u2a70\u0338', 

1402 'napid;': '\u224b\u0338', 

1403 'napos;': '\u0149', 

1404 'napprox;': '\u2249', 

1405 'natur;': '\u266e', 

1406 'natural;': '\u266e', 

1407 'naturals;': '\u2115', 

1408 'nbsp': '\xa0', 

1409 'nbsp;': '\xa0', 

1410 'nbump;': '\u224e\u0338', 

1411 'nbumpe;': '\u224f\u0338', 

1412 'ncap;': '\u2a43', 

1413 'Ncaron;': '\u0147', 

1414 'ncaron;': '\u0148', 

1415 'Ncedil;': '\u0145', 

1416 'ncedil;': '\u0146', 

1417 'ncong;': '\u2247', 

1418 'ncongdot;': '\u2a6d\u0338', 

1419 'ncup;': '\u2a42', 

1420 'Ncy;': '\u041d', 

1421 'ncy;': '\u043d', 

1422 'ndash;': '\u2013', 

1423 'ne;': '\u2260', 

1424 'nearhk;': '\u2924', 

1425 'neArr;': '\u21d7', 

1426 'nearr;': '\u2197', 

1427 'nearrow;': '\u2197', 

1428 'nedot;': '\u2250\u0338', 

1429 'NegativeMediumSpace;': '\u200b', 

1430 'NegativeThickSpace;': '\u200b', 

1431 'NegativeThinSpace;': '\u200b', 

1432 'NegativeVeryThinSpace;': '\u200b', 

1433 'nequiv;': '\u2262', 

1434 'nesear;': '\u2928', 

1435 'nesim;': '\u2242\u0338', 

1436 'NestedGreaterGreater;': '\u226b', 

1437 'NestedLessLess;': '\u226a', 

1438 'NewLine;': '\n', 

1439 'nexist;': '\u2204', 

1440 'nexists;': '\u2204', 

1441 'Nfr;': '\U0001d511', 

1442 'nfr;': '\U0001d52b', 

1443 'ngE;': '\u2267\u0338', 

1444 'nge;': '\u2271', 

1445 'ngeq;': '\u2271', 

1446 'ngeqq;': '\u2267\u0338', 

1447 'ngeqslant;': '\u2a7e\u0338', 

1448 'nges;': '\u2a7e\u0338', 

1449 'nGg;': '\u22d9\u0338', 

1450 'ngsim;': '\u2275', 

1451 'nGt;': '\u226b\u20d2', 

1452 'ngt;': '\u226f', 

1453 'ngtr;': '\u226f', 

1454 'nGtv;': '\u226b\u0338', 

1455 'nhArr;': '\u21ce', 

1456 'nharr;': '\u21ae', 

1457 'nhpar;': '\u2af2', 

1458 'ni;': '\u220b', 

1459 'nis;': '\u22fc', 

1460 'nisd;': '\u22fa', 

1461 'niv;': '\u220b', 

1462 'NJcy;': '\u040a', 

1463 'njcy;': '\u045a', 

1464 'nlArr;': '\u21cd', 

1465 'nlarr;': '\u219a', 

1466 'nldr;': '\u2025', 

1467 'nlE;': '\u2266\u0338', 

1468 'nle;': '\u2270', 

1469 'nLeftarrow;': '\u21cd', 

1470 'nleftarrow;': '\u219a', 

1471 'nLeftrightarrow;': '\u21ce', 

1472 'nleftrightarrow;': '\u21ae', 

1473 'nleq;': '\u2270', 

1474 'nleqq;': '\u2266\u0338', 

1475 'nleqslant;': '\u2a7d\u0338', 

1476 'nles;': '\u2a7d\u0338', 

1477 'nless;': '\u226e', 

1478 'nLl;': '\u22d8\u0338', 

1479 'nlsim;': '\u2274', 

1480 'nLt;': '\u226a\u20d2', 

1481 'nlt;': '\u226e', 

1482 'nltri;': '\u22ea', 

1483 'nltrie;': '\u22ec', 

1484 'nLtv;': '\u226a\u0338', 

1485 'nmid;': '\u2224', 

1486 'NoBreak;': '\u2060', 

1487 'NonBreakingSpace;': '\xa0', 

1488 'Nopf;': '\u2115', 

1489 'nopf;': '\U0001d55f', 

1490 'not': '\xac', 

1491 'Not;': '\u2aec', 

1492 'not;': '\xac', 

1493 'NotCongruent;': '\u2262', 

1494 'NotCupCap;': '\u226d', 

1495 'NotDoubleVerticalBar;': '\u2226', 

1496 'NotElement;': '\u2209', 

1497 'NotEqual;': '\u2260', 

1498 'NotEqualTilde;': '\u2242\u0338', 

1499 'NotExists;': '\u2204', 

1500 'NotGreater;': '\u226f', 

1501 'NotGreaterEqual;': '\u2271', 

1502 'NotGreaterFullEqual;': '\u2267\u0338', 

1503 'NotGreaterGreater;': '\u226b\u0338', 

1504 'NotGreaterLess;': '\u2279', 

1505 'NotGreaterSlantEqual;': '\u2a7e\u0338', 

1506 'NotGreaterTilde;': '\u2275', 

1507 'NotHumpDownHump;': '\u224e\u0338', 

1508 'NotHumpEqual;': '\u224f\u0338', 

1509 'notin;': '\u2209', 

1510 'notindot;': '\u22f5\u0338', 

1511 'notinE;': '\u22f9\u0338', 

1512 'notinva;': '\u2209', 

1513 'notinvb;': '\u22f7', 

1514 'notinvc;': '\u22f6', 

1515 'NotLeftTriangle;': '\u22ea', 

1516 'NotLeftTriangleBar;': '\u29cf\u0338', 

1517 'NotLeftTriangleEqual;': '\u22ec', 

1518 'NotLess;': '\u226e', 

1519 'NotLessEqual;': '\u2270', 

1520 'NotLessGreater;': '\u2278', 

1521 'NotLessLess;': '\u226a\u0338', 

1522 'NotLessSlantEqual;': '\u2a7d\u0338', 

1523 'NotLessTilde;': '\u2274', 

1524 'NotNestedGreaterGreater;': '\u2aa2\u0338', 

1525 'NotNestedLessLess;': '\u2aa1\u0338', 

1526 'notni;': '\u220c', 

1527 'notniva;': '\u220c', 

1528 'notnivb;': '\u22fe', 

1529 'notnivc;': '\u22fd', 

1530 'NotPrecedes;': '\u2280', 

1531 'NotPrecedesEqual;': '\u2aaf\u0338', 

1532 'NotPrecedesSlantEqual;': '\u22e0', 

1533 'NotReverseElement;': '\u220c', 

1534 'NotRightTriangle;': '\u22eb', 

1535 'NotRightTriangleBar;': '\u29d0\u0338', 

1536 'NotRightTriangleEqual;': '\u22ed', 

1537 'NotSquareSubset;': '\u228f\u0338', 

1538 'NotSquareSubsetEqual;': '\u22e2', 

1539 'NotSquareSuperset;': '\u2290\u0338', 

1540 'NotSquareSupersetEqual;': '\u22e3', 

1541 'NotSubset;': '\u2282\u20d2', 

1542 'NotSubsetEqual;': '\u2288', 

1543 'NotSucceeds;': '\u2281', 

1544 'NotSucceedsEqual;': '\u2ab0\u0338', 

1545 'NotSucceedsSlantEqual;': '\u22e1', 

1546 'NotSucceedsTilde;': '\u227f\u0338', 

1547 'NotSuperset;': '\u2283\u20d2', 

1548 'NotSupersetEqual;': '\u2289', 

1549 'NotTilde;': '\u2241', 

1550 'NotTildeEqual;': '\u2244', 

1551 'NotTildeFullEqual;': '\u2247', 

1552 'NotTildeTilde;': '\u2249', 

1553 'NotVerticalBar;': '\u2224', 

1554 'npar;': '\u2226', 

1555 'nparallel;': '\u2226', 

1556 'nparsl;': '\u2afd\u20e5', 

1557 'npart;': '\u2202\u0338', 

1558 'npolint;': '\u2a14', 

1559 'npr;': '\u2280', 

1560 'nprcue;': '\u22e0', 

1561 'npre;': '\u2aaf\u0338', 

1562 'nprec;': '\u2280', 

1563 'npreceq;': '\u2aaf\u0338', 

1564 'nrArr;': '\u21cf', 

1565 'nrarr;': '\u219b', 

1566 'nrarrc;': '\u2933\u0338', 

1567 'nrarrw;': '\u219d\u0338', 

1568 'nRightarrow;': '\u21cf', 

1569 'nrightarrow;': '\u219b', 

1570 'nrtri;': '\u22eb', 

1571 'nrtrie;': '\u22ed', 

1572 'nsc;': '\u2281', 

1573 'nsccue;': '\u22e1', 

1574 'nsce;': '\u2ab0\u0338', 

1575 'Nscr;': '\U0001d4a9', 

1576 'nscr;': '\U0001d4c3', 

1577 'nshortmid;': '\u2224', 

1578 'nshortparallel;': '\u2226', 

1579 'nsim;': '\u2241', 

1580 'nsime;': '\u2244', 

1581 'nsimeq;': '\u2244', 

1582 'nsmid;': '\u2224', 

1583 'nspar;': '\u2226', 

1584 'nsqsube;': '\u22e2', 

1585 'nsqsupe;': '\u22e3', 

1586 'nsub;': '\u2284', 

1587 'nsubE;': '\u2ac5\u0338', 

1588 'nsube;': '\u2288', 

1589 'nsubset;': '\u2282\u20d2', 

1590 'nsubseteq;': '\u2288', 

1591 'nsubseteqq;': '\u2ac5\u0338', 

1592 'nsucc;': '\u2281', 

1593 'nsucceq;': '\u2ab0\u0338', 

1594 'nsup;': '\u2285', 

1595 'nsupE;': '\u2ac6\u0338', 

1596 'nsupe;': '\u2289', 

1597 'nsupset;': '\u2283\u20d2', 

1598 'nsupseteq;': '\u2289', 

1599 'nsupseteqq;': '\u2ac6\u0338', 

1600 'ntgl;': '\u2279', 

1601 'Ntilde': '\xd1', 

1602 'ntilde': '\xf1', 

1603 'Ntilde;': '\xd1', 

1604 'ntilde;': '\xf1', 

1605 'ntlg;': '\u2278', 

1606 'ntriangleleft;': '\u22ea', 

1607 'ntrianglelefteq;': '\u22ec', 

1608 'ntriangleright;': '\u22eb', 

1609 'ntrianglerighteq;': '\u22ed', 

1610 'Nu;': '\u039d', 

1611 'nu;': '\u03bd', 

1612 'num;': '#', 

1613 'numero;': '\u2116', 

1614 'numsp;': '\u2007', 

1615 'nvap;': '\u224d\u20d2', 

1616 'nVDash;': '\u22af', 

1617 'nVdash;': '\u22ae', 

1618 'nvDash;': '\u22ad', 

1619 'nvdash;': '\u22ac', 

1620 'nvge;': '\u2265\u20d2', 

1621 'nvgt;': '>\u20d2', 

1622 'nvHarr;': '\u2904', 

1623 'nvinfin;': '\u29de', 

1624 'nvlArr;': '\u2902', 

1625 'nvle;': '\u2264\u20d2', 

1626 'nvlt;': '<\u20d2', 

1627 'nvltrie;': '\u22b4\u20d2', 

1628 'nvrArr;': '\u2903', 

1629 'nvrtrie;': '\u22b5\u20d2', 

1630 'nvsim;': '\u223c\u20d2', 

1631 'nwarhk;': '\u2923', 

1632 'nwArr;': '\u21d6', 

1633 'nwarr;': '\u2196', 

1634 'nwarrow;': '\u2196', 

1635 'nwnear;': '\u2927', 

1636 'Oacute': '\xd3', 

1637 'oacute': '\xf3', 

1638 'Oacute;': '\xd3', 

1639 'oacute;': '\xf3', 

1640 'oast;': '\u229b', 

1641 'ocir;': '\u229a', 

1642 'Ocirc': '\xd4', 

1643 'ocirc': '\xf4', 

1644 'Ocirc;': '\xd4', 

1645 'ocirc;': '\xf4', 

1646 'Ocy;': '\u041e', 

1647 'ocy;': '\u043e', 

1648 'odash;': '\u229d', 

1649 'Odblac;': '\u0150', 

1650 'odblac;': '\u0151', 

1651 'odiv;': '\u2a38', 

1652 'odot;': '\u2299', 

1653 'odsold;': '\u29bc', 

1654 'OElig;': '\u0152', 

1655 'oelig;': '\u0153', 

1656 'ofcir;': '\u29bf', 

1657 'Ofr;': '\U0001d512', 

1658 'ofr;': '\U0001d52c', 

1659 'ogon;': '\u02db', 

1660 'Ograve': '\xd2', 

1661 'ograve': '\xf2', 

1662 'Ograve;': '\xd2', 

1663 'ograve;': '\xf2', 

1664 'ogt;': '\u29c1', 

1665 'ohbar;': '\u29b5', 

1666 'ohm;': '\u03a9', 

1667 'oint;': '\u222e', 

1668 'olarr;': '\u21ba', 

1669 'olcir;': '\u29be', 

1670 'olcross;': '\u29bb', 

1671 'oline;': '\u203e', 

1672 'olt;': '\u29c0', 

1673 'Omacr;': '\u014c', 

1674 'omacr;': '\u014d', 

1675 'Omega;': '\u03a9', 

1676 'omega;': '\u03c9', 

1677 'Omicron;': '\u039f', 

1678 'omicron;': '\u03bf', 

1679 'omid;': '\u29b6', 

1680 'ominus;': '\u2296', 

1681 'Oopf;': '\U0001d546', 

1682 'oopf;': '\U0001d560', 

1683 'opar;': '\u29b7', 

1684 'OpenCurlyDoubleQuote;': '\u201c', 

1685 'OpenCurlyQuote;': '\u2018', 

1686 'operp;': '\u29b9', 

1687 'oplus;': '\u2295', 

1688 'Or;': '\u2a54', 

1689 'or;': '\u2228', 

1690 'orarr;': '\u21bb', 

1691 'ord;': '\u2a5d', 

1692 'order;': '\u2134', 

1693 'orderof;': '\u2134', 

1694 'ordf': '\xaa', 

1695 'ordf;': '\xaa', 

1696 'ordm': '\xba', 

1697 'ordm;': '\xba', 

1698 'origof;': '\u22b6', 

1699 'oror;': '\u2a56', 

1700 'orslope;': '\u2a57', 

1701 'orv;': '\u2a5b', 

1702 'oS;': '\u24c8', 

1703 'Oscr;': '\U0001d4aa', 

1704 'oscr;': '\u2134', 

1705 'Oslash': '\xd8', 

1706 'oslash': '\xf8', 

1707 'Oslash;': '\xd8', 

1708 'oslash;': '\xf8', 

1709 'osol;': '\u2298', 

1710 'Otilde': '\xd5', 

1711 'otilde': '\xf5', 

1712 'Otilde;': '\xd5', 

1713 'otilde;': '\xf5', 

1714 'Otimes;': '\u2a37', 

1715 'otimes;': '\u2297', 

1716 'otimesas;': '\u2a36', 

1717 'Ouml': '\xd6', 

1718 'ouml': '\xf6', 

1719 'Ouml;': '\xd6', 

1720 'ouml;': '\xf6', 

1721 'ovbar;': '\u233d', 

1722 'OverBar;': '\u203e', 

1723 'OverBrace;': '\u23de', 

1724 'OverBracket;': '\u23b4', 

1725 'OverParenthesis;': '\u23dc', 

1726 'par;': '\u2225', 

1727 'para': '\xb6', 

1728 'para;': '\xb6', 

1729 'parallel;': '\u2225', 

1730 'parsim;': '\u2af3', 

1731 'parsl;': '\u2afd', 

1732 'part;': '\u2202', 

1733 'PartialD;': '\u2202', 

1734 'Pcy;': '\u041f', 

1735 'pcy;': '\u043f', 

1736 'percnt;': '%', 

1737 'period;': '.', 

1738 'permil;': '\u2030', 

1739 'perp;': '\u22a5', 

1740 'pertenk;': '\u2031', 

1741 'Pfr;': '\U0001d513', 

1742 'pfr;': '\U0001d52d', 

1743 'Phi;': '\u03a6', 

1744 'phi;': '\u03c6', 

1745 'phiv;': '\u03d5', 

1746 'phmmat;': '\u2133', 

1747 'phone;': '\u260e', 

1748 'Pi;': '\u03a0', 

1749 'pi;': '\u03c0', 

1750 'pitchfork;': '\u22d4', 

1751 'piv;': '\u03d6', 

1752 'planck;': '\u210f', 

1753 'planckh;': '\u210e', 

1754 'plankv;': '\u210f', 

1755 'plus;': '+', 

1756 'plusacir;': '\u2a23', 

1757 'plusb;': '\u229e', 

1758 'pluscir;': '\u2a22', 

1759 'plusdo;': '\u2214', 

1760 'plusdu;': '\u2a25', 

1761 'pluse;': '\u2a72', 

1762 'PlusMinus;': '\xb1', 

1763 'plusmn': '\xb1', 

1764 'plusmn;': '\xb1', 

1765 'plussim;': '\u2a26', 

1766 'plustwo;': '\u2a27', 

1767 'pm;': '\xb1', 

1768 'Poincareplane;': '\u210c', 

1769 'pointint;': '\u2a15', 

1770 'Popf;': '\u2119', 

1771 'popf;': '\U0001d561', 

1772 'pound': '\xa3', 

1773 'pound;': '\xa3', 

1774 'Pr;': '\u2abb', 

1775 'pr;': '\u227a', 

1776 'prap;': '\u2ab7', 

1777 'prcue;': '\u227c', 

1778 'prE;': '\u2ab3', 

1779 'pre;': '\u2aaf', 

1780 'prec;': '\u227a', 

1781 'precapprox;': '\u2ab7', 

1782 'preccurlyeq;': '\u227c', 

1783 'Precedes;': '\u227a', 

1784 'PrecedesEqual;': '\u2aaf', 

1785 'PrecedesSlantEqual;': '\u227c', 

1786 'PrecedesTilde;': '\u227e', 

1787 'preceq;': '\u2aaf', 

1788 'precnapprox;': '\u2ab9', 

1789 'precneqq;': '\u2ab5', 

1790 'precnsim;': '\u22e8', 

1791 'precsim;': '\u227e', 

1792 'Prime;': '\u2033', 

1793 'prime;': '\u2032', 

1794 'primes;': '\u2119', 

1795 'prnap;': '\u2ab9', 

1796 'prnE;': '\u2ab5', 

1797 'prnsim;': '\u22e8', 

1798 'prod;': '\u220f', 

1799 'Product;': '\u220f', 

1800 'profalar;': '\u232e', 

1801 'profline;': '\u2312', 

1802 'profsurf;': '\u2313', 

1803 'prop;': '\u221d', 

1804 'Proportion;': '\u2237', 

1805 'Proportional;': '\u221d', 

1806 'propto;': '\u221d', 

1807 'prsim;': '\u227e', 

1808 'prurel;': '\u22b0', 

1809 'Pscr;': '\U0001d4ab', 

1810 'pscr;': '\U0001d4c5', 

1811 'Psi;': '\u03a8', 

1812 'psi;': '\u03c8', 

1813 'puncsp;': '\u2008', 

1814 'Qfr;': '\U0001d514', 

1815 'qfr;': '\U0001d52e', 

1816 'qint;': '\u2a0c', 

1817 'Qopf;': '\u211a', 

1818 'qopf;': '\U0001d562', 

1819 'qprime;': '\u2057', 

1820 'Qscr;': '\U0001d4ac', 

1821 'qscr;': '\U0001d4c6', 

1822 'quaternions;': '\u210d', 

1823 'quatint;': '\u2a16', 

1824 'quest;': '?', 

1825 'questeq;': '\u225f', 

1826 'QUOT': '"', 

1827 'quot': '"', 

1828 'QUOT;': '"', 

1829 'quot;': '"', 

1830 'rAarr;': '\u21db', 

1831 'race;': '\u223d\u0331', 

1832 'Racute;': '\u0154', 

1833 'racute;': '\u0155', 

1834 'radic;': '\u221a', 

1835 'raemptyv;': '\u29b3', 

1836 'Rang;': '\u27eb', 

1837 'rang;': '\u27e9', 

1838 'rangd;': '\u2992', 

1839 'range;': '\u29a5', 

1840 'rangle;': '\u27e9', 

1841 'raquo': '\xbb', 

1842 'raquo;': '\xbb', 

1843 'Rarr;': '\u21a0', 

1844 'rArr;': '\u21d2', 

1845 'rarr;': '\u2192', 

1846 'rarrap;': '\u2975', 

1847 'rarrb;': '\u21e5', 

1848 'rarrbfs;': '\u2920', 

1849 'rarrc;': '\u2933', 

1850 'rarrfs;': '\u291e', 

1851 'rarrhk;': '\u21aa', 

1852 'rarrlp;': '\u21ac', 

1853 'rarrpl;': '\u2945', 

1854 'rarrsim;': '\u2974', 

1855 'Rarrtl;': '\u2916', 

1856 'rarrtl;': '\u21a3', 

1857 'rarrw;': '\u219d', 

1858 'rAtail;': '\u291c', 

1859 'ratail;': '\u291a', 

1860 'ratio;': '\u2236', 

1861 'rationals;': '\u211a', 

1862 'RBarr;': '\u2910', 

1863 'rBarr;': '\u290f', 

1864 'rbarr;': '\u290d', 

1865 'rbbrk;': '\u2773', 

1866 'rbrace;': '}', 

1867 'rbrack;': ']', 

1868 'rbrke;': '\u298c', 

1869 'rbrksld;': '\u298e', 

1870 'rbrkslu;': '\u2990', 

1871 'Rcaron;': '\u0158', 

1872 'rcaron;': '\u0159', 

1873 'Rcedil;': '\u0156', 

1874 'rcedil;': '\u0157', 

1875 'rceil;': '\u2309', 

1876 'rcub;': '}', 

1877 'Rcy;': '\u0420', 

1878 'rcy;': '\u0440', 

1879 'rdca;': '\u2937', 

1880 'rdldhar;': '\u2969', 

1881 'rdquo;': '\u201d', 

1882 'rdquor;': '\u201d', 

1883 'rdsh;': '\u21b3', 

1884 'Re;': '\u211c', 

1885 'real;': '\u211c', 

1886 'realine;': '\u211b', 

1887 'realpart;': '\u211c', 

1888 'reals;': '\u211d', 

1889 'rect;': '\u25ad', 

1890 'REG': '\xae', 

1891 'reg': '\xae', 

1892 'REG;': '\xae', 

1893 'reg;': '\xae', 

1894 'ReverseElement;': '\u220b', 

1895 'ReverseEquilibrium;': '\u21cb', 

1896 'ReverseUpEquilibrium;': '\u296f', 

1897 'rfisht;': '\u297d', 

1898 'rfloor;': '\u230b', 

1899 'Rfr;': '\u211c', 

1900 'rfr;': '\U0001d52f', 

1901 'rHar;': '\u2964', 

1902 'rhard;': '\u21c1', 

1903 'rharu;': '\u21c0', 

1904 'rharul;': '\u296c', 

1905 'Rho;': '\u03a1', 

1906 'rho;': '\u03c1', 

1907 'rhov;': '\u03f1', 

1908 'RightAngleBracket;': '\u27e9', 

1909 'RightArrow;': '\u2192', 

1910 'Rightarrow;': '\u21d2', 

1911 'rightarrow;': '\u2192', 

1912 'RightArrowBar;': '\u21e5', 

1913 'RightArrowLeftArrow;': '\u21c4', 

1914 'rightarrowtail;': '\u21a3', 

1915 'RightCeiling;': '\u2309', 

1916 'RightDoubleBracket;': '\u27e7', 

1917 'RightDownTeeVector;': '\u295d', 

1918 'RightDownVector;': '\u21c2', 

1919 'RightDownVectorBar;': '\u2955', 

1920 'RightFloor;': '\u230b', 

1921 'rightharpoondown;': '\u21c1', 

1922 'rightharpoonup;': '\u21c0', 

1923 'rightleftarrows;': '\u21c4', 

1924 'rightleftharpoons;': '\u21cc', 

1925 'rightrightarrows;': '\u21c9', 

1926 'rightsquigarrow;': '\u219d', 

1927 'RightTee;': '\u22a2', 

1928 'RightTeeArrow;': '\u21a6', 

1929 'RightTeeVector;': '\u295b', 

1930 'rightthreetimes;': '\u22cc', 

1931 'RightTriangle;': '\u22b3', 

1932 'RightTriangleBar;': '\u29d0', 

1933 'RightTriangleEqual;': '\u22b5', 

1934 'RightUpDownVector;': '\u294f', 

1935 'RightUpTeeVector;': '\u295c', 

1936 'RightUpVector;': '\u21be', 

1937 'RightUpVectorBar;': '\u2954', 

1938 'RightVector;': '\u21c0', 

1939 'RightVectorBar;': '\u2953', 

1940 'ring;': '\u02da', 

1941 'risingdotseq;': '\u2253', 

1942 'rlarr;': '\u21c4', 

1943 'rlhar;': '\u21cc', 

1944 'rlm;': '\u200f', 

1945 'rmoust;': '\u23b1', 

1946 'rmoustache;': '\u23b1', 

1947 'rnmid;': '\u2aee', 

1948 'roang;': '\u27ed', 

1949 'roarr;': '\u21fe', 

1950 'robrk;': '\u27e7', 

1951 'ropar;': '\u2986', 

1952 'Ropf;': '\u211d', 

1953 'ropf;': '\U0001d563', 

1954 'roplus;': '\u2a2e', 

1955 'rotimes;': '\u2a35', 

1956 'RoundImplies;': '\u2970', 

1957 'rpar;': ')', 

1958 'rpargt;': '\u2994', 

1959 'rppolint;': '\u2a12', 

1960 'rrarr;': '\u21c9', 

1961 'Rrightarrow;': '\u21db', 

1962 'rsaquo;': '\u203a', 

1963 'Rscr;': '\u211b', 

1964 'rscr;': '\U0001d4c7', 

1965 'Rsh;': '\u21b1', 

1966 'rsh;': '\u21b1', 

1967 'rsqb;': ']', 

1968 'rsquo;': '\u2019', 

1969 'rsquor;': '\u2019', 

1970 'rthree;': '\u22cc', 

1971 'rtimes;': '\u22ca', 

1972 'rtri;': '\u25b9', 

1973 'rtrie;': '\u22b5', 

1974 'rtrif;': '\u25b8', 

1975 'rtriltri;': '\u29ce', 

1976 'RuleDelayed;': '\u29f4', 

1977 'ruluhar;': '\u2968', 

1978 'rx;': '\u211e', 

1979 'Sacute;': '\u015a', 

1980 'sacute;': '\u015b', 

1981 'sbquo;': '\u201a', 

1982 'Sc;': '\u2abc', 

1983 'sc;': '\u227b', 

1984 'scap;': '\u2ab8', 

1985 'Scaron;': '\u0160', 

1986 'scaron;': '\u0161', 

1987 'sccue;': '\u227d', 

1988 'scE;': '\u2ab4', 

1989 'sce;': '\u2ab0', 

1990 'Scedil;': '\u015e', 

1991 'scedil;': '\u015f', 

1992 'Scirc;': '\u015c', 

1993 'scirc;': '\u015d', 

1994 'scnap;': '\u2aba', 

1995 'scnE;': '\u2ab6', 

1996 'scnsim;': '\u22e9', 

1997 'scpolint;': '\u2a13', 

1998 'scsim;': '\u227f', 

1999 'Scy;': '\u0421', 

2000 'scy;': '\u0441', 

2001 'sdot;': '\u22c5', 

2002 'sdotb;': '\u22a1', 

2003 'sdote;': '\u2a66', 

2004 'searhk;': '\u2925', 

2005 'seArr;': '\u21d8', 

2006 'searr;': '\u2198', 

2007 'searrow;': '\u2198', 

2008 'sect': '\xa7', 

2009 'sect;': '\xa7', 

2010 'semi;': ';', 

2011 'seswar;': '\u2929', 

2012 'setminus;': '\u2216', 

2013 'setmn;': '\u2216', 

2014 'sext;': '\u2736', 

2015 'Sfr;': '\U0001d516', 

2016 'sfr;': '\U0001d530', 

2017 'sfrown;': '\u2322', 

2018 'sharp;': '\u266f', 

2019 'SHCHcy;': '\u0429', 

2020 'shchcy;': '\u0449', 

2021 'SHcy;': '\u0428', 

2022 'shcy;': '\u0448', 

2023 'ShortDownArrow;': '\u2193', 

2024 'ShortLeftArrow;': '\u2190', 

2025 'shortmid;': '\u2223', 

2026 'shortparallel;': '\u2225', 

2027 'ShortRightArrow;': '\u2192', 

2028 'ShortUpArrow;': '\u2191', 

2029 'shy': '\xad', 

2030 'shy;': '\xad', 

2031 'Sigma;': '\u03a3', 

2032 'sigma;': '\u03c3', 

2033 'sigmaf;': '\u03c2', 

2034 'sigmav;': '\u03c2', 

2035 'sim;': '\u223c', 

2036 'simdot;': '\u2a6a', 

2037 'sime;': '\u2243', 

2038 'simeq;': '\u2243', 

2039 'simg;': '\u2a9e', 

2040 'simgE;': '\u2aa0', 

2041 'siml;': '\u2a9d', 

2042 'simlE;': '\u2a9f', 

2043 'simne;': '\u2246', 

2044 'simplus;': '\u2a24', 

2045 'simrarr;': '\u2972', 

2046 'slarr;': '\u2190', 

2047 'SmallCircle;': '\u2218', 

2048 'smallsetminus;': '\u2216', 

2049 'smashp;': '\u2a33', 

2050 'smeparsl;': '\u29e4', 

2051 'smid;': '\u2223', 

2052 'smile;': '\u2323', 

2053 'smt;': '\u2aaa', 

2054 'smte;': '\u2aac', 

2055 'smtes;': '\u2aac\ufe00', 

2056 'SOFTcy;': '\u042c', 

2057 'softcy;': '\u044c', 

2058 'sol;': '/', 

2059 'solb;': '\u29c4', 

2060 'solbar;': '\u233f', 

2061 'Sopf;': '\U0001d54a', 

2062 'sopf;': '\U0001d564', 

2063 'spades;': '\u2660', 

2064 'spadesuit;': '\u2660', 

2065 'spar;': '\u2225', 

2066 'sqcap;': '\u2293', 

2067 'sqcaps;': '\u2293\ufe00', 

2068 'sqcup;': '\u2294', 

2069 'sqcups;': '\u2294\ufe00', 

2070 'Sqrt;': '\u221a', 

2071 'sqsub;': '\u228f', 

2072 'sqsube;': '\u2291', 

2073 'sqsubset;': '\u228f', 

2074 'sqsubseteq;': '\u2291', 

2075 'sqsup;': '\u2290', 

2076 'sqsupe;': '\u2292', 

2077 'sqsupset;': '\u2290', 

2078 'sqsupseteq;': '\u2292', 

2079 'squ;': '\u25a1', 

2080 'Square;': '\u25a1', 

2081 'square;': '\u25a1', 

2082 'SquareIntersection;': '\u2293', 

2083 'SquareSubset;': '\u228f', 

2084 'SquareSubsetEqual;': '\u2291', 

2085 'SquareSuperset;': '\u2290', 

2086 'SquareSupersetEqual;': '\u2292', 

2087 'SquareUnion;': '\u2294', 

2088 'squarf;': '\u25aa', 

2089 'squf;': '\u25aa', 

2090 'srarr;': '\u2192', 

2091 'Sscr;': '\U0001d4ae', 

2092 'sscr;': '\U0001d4c8', 

2093 'ssetmn;': '\u2216', 

2094 'ssmile;': '\u2323', 

2095 'sstarf;': '\u22c6', 

2096 'Star;': '\u22c6', 

2097 'star;': '\u2606', 

2098 'starf;': '\u2605', 

2099 'straightepsilon;': '\u03f5', 

2100 'straightphi;': '\u03d5', 

2101 'strns;': '\xaf', 

2102 'Sub;': '\u22d0', 

2103 'sub;': '\u2282', 

2104 'subdot;': '\u2abd', 

2105 'subE;': '\u2ac5', 

2106 'sube;': '\u2286', 

2107 'subedot;': '\u2ac3', 

2108 'submult;': '\u2ac1', 

2109 'subnE;': '\u2acb', 

2110 'subne;': '\u228a', 

2111 'subplus;': '\u2abf', 

2112 'subrarr;': '\u2979', 

2113 'Subset;': '\u22d0', 

2114 'subset;': '\u2282', 

2115 'subseteq;': '\u2286', 

2116 'subseteqq;': '\u2ac5', 

2117 'SubsetEqual;': '\u2286', 

2118 'subsetneq;': '\u228a', 

2119 'subsetneqq;': '\u2acb', 

2120 'subsim;': '\u2ac7', 

2121 'subsub;': '\u2ad5', 

2122 'subsup;': '\u2ad3', 

2123 'succ;': '\u227b', 

2124 'succapprox;': '\u2ab8', 

2125 'succcurlyeq;': '\u227d', 

2126 'Succeeds;': '\u227b', 

2127 'SucceedsEqual;': '\u2ab0', 

2128 'SucceedsSlantEqual;': '\u227d', 

2129 'SucceedsTilde;': '\u227f', 

2130 'succeq;': '\u2ab0', 

2131 'succnapprox;': '\u2aba', 

2132 'succneqq;': '\u2ab6', 

2133 'succnsim;': '\u22e9', 

2134 'succsim;': '\u227f', 

2135 'SuchThat;': '\u220b', 

2136 'Sum;': '\u2211', 

2137 'sum;': '\u2211', 

2138 'sung;': '\u266a', 

2139 'sup1': '\xb9', 

2140 'sup1;': '\xb9', 

2141 'sup2': '\xb2', 

2142 'sup2;': '\xb2', 

2143 'sup3': '\xb3', 

2144 'sup3;': '\xb3', 

2145 'Sup;': '\u22d1', 

2146 'sup;': '\u2283', 

2147 'supdot;': '\u2abe', 

2148 'supdsub;': '\u2ad8', 

2149 'supE;': '\u2ac6', 

2150 'supe;': '\u2287', 

2151 'supedot;': '\u2ac4', 

2152 'Superset;': '\u2283', 

2153 'SupersetEqual;': '\u2287', 

2154 'suphsol;': '\u27c9', 

2155 'suphsub;': '\u2ad7', 

2156 'suplarr;': '\u297b', 

2157 'supmult;': '\u2ac2', 

2158 'supnE;': '\u2acc', 

2159 'supne;': '\u228b', 

2160 'supplus;': '\u2ac0', 

2161 'Supset;': '\u22d1', 

2162 'supset;': '\u2283', 

2163 'supseteq;': '\u2287', 

2164 'supseteqq;': '\u2ac6', 

2165 'supsetneq;': '\u228b', 

2166 'supsetneqq;': '\u2acc', 

2167 'supsim;': '\u2ac8', 

2168 'supsub;': '\u2ad4', 

2169 'supsup;': '\u2ad6', 

2170 'swarhk;': '\u2926', 

2171 'swArr;': '\u21d9', 

2172 'swarr;': '\u2199', 

2173 'swarrow;': '\u2199', 

2174 'swnwar;': '\u292a', 

2175 'szlig': '\xdf', 

2176 'szlig;': '\xdf', 

2177 'Tab;': '\t', 

2178 'target;': '\u2316', 

2179 'Tau;': '\u03a4', 

2180 'tau;': '\u03c4', 

2181 'tbrk;': '\u23b4', 

2182 'Tcaron;': '\u0164', 

2183 'tcaron;': '\u0165', 

2184 'Tcedil;': '\u0162', 

2185 'tcedil;': '\u0163', 

2186 'Tcy;': '\u0422', 

2187 'tcy;': '\u0442', 

2188 'tdot;': '\u20db', 

2189 'telrec;': '\u2315', 

2190 'Tfr;': '\U0001d517', 

2191 'tfr;': '\U0001d531', 

2192 'there4;': '\u2234', 

2193 'Therefore;': '\u2234', 

2194 'therefore;': '\u2234', 

2195 'Theta;': '\u0398', 

2196 'theta;': '\u03b8', 

2197 'thetasym;': '\u03d1', 

2198 'thetav;': '\u03d1', 

2199 'thickapprox;': '\u2248', 

2200 'thicksim;': '\u223c', 

2201 'ThickSpace;': '\u205f\u200a', 

2202 'thinsp;': '\u2009', 

2203 'ThinSpace;': '\u2009', 

2204 'thkap;': '\u2248', 

2205 'thksim;': '\u223c', 

2206 'THORN': '\xde', 

2207 'thorn': '\xfe', 

2208 'THORN;': '\xde', 

2209 'thorn;': '\xfe', 

2210 'Tilde;': '\u223c', 

2211 'tilde;': '\u02dc', 

2212 'TildeEqual;': '\u2243', 

2213 'TildeFullEqual;': '\u2245', 

2214 'TildeTilde;': '\u2248', 

2215 'times': '\xd7', 

2216 'times;': '\xd7', 

2217 'timesb;': '\u22a0', 

2218 'timesbar;': '\u2a31', 

2219 'timesd;': '\u2a30', 

2220 'tint;': '\u222d', 

2221 'toea;': '\u2928', 

2222 'top;': '\u22a4', 

2223 'topbot;': '\u2336', 

2224 'topcir;': '\u2af1', 

2225 'Topf;': '\U0001d54b', 

2226 'topf;': '\U0001d565', 

2227 'topfork;': '\u2ada', 

2228 'tosa;': '\u2929', 

2229 'tprime;': '\u2034', 

2230 'TRADE;': '\u2122', 

2231 'trade;': '\u2122', 

2232 'triangle;': '\u25b5', 

2233 'triangledown;': '\u25bf', 

2234 'triangleleft;': '\u25c3', 

2235 'trianglelefteq;': '\u22b4', 

2236 'triangleq;': '\u225c', 

2237 'triangleright;': '\u25b9', 

2238 'trianglerighteq;': '\u22b5', 

2239 'tridot;': '\u25ec', 

2240 'trie;': '\u225c', 

2241 'triminus;': '\u2a3a', 

2242 'TripleDot;': '\u20db', 

2243 'triplus;': '\u2a39', 

2244 'trisb;': '\u29cd', 

2245 'tritime;': '\u2a3b', 

2246 'trpezium;': '\u23e2', 

2247 'Tscr;': '\U0001d4af', 

2248 'tscr;': '\U0001d4c9', 

2249 'TScy;': '\u0426', 

2250 'tscy;': '\u0446', 

2251 'TSHcy;': '\u040b', 

2252 'tshcy;': '\u045b', 

2253 'Tstrok;': '\u0166', 

2254 'tstrok;': '\u0167', 

2255 'twixt;': '\u226c', 

2256 'twoheadleftarrow;': '\u219e', 

2257 'twoheadrightarrow;': '\u21a0', 

2258 'Uacute': '\xda', 

2259 'uacute': '\xfa', 

2260 'Uacute;': '\xda', 

2261 'uacute;': '\xfa', 

2262 'Uarr;': '\u219f', 

2263 'uArr;': '\u21d1', 

2264 'uarr;': '\u2191', 

2265 'Uarrocir;': '\u2949', 

2266 'Ubrcy;': '\u040e', 

2267 'ubrcy;': '\u045e', 

2268 'Ubreve;': '\u016c', 

2269 'ubreve;': '\u016d', 

2270 'Ucirc': '\xdb', 

2271 'ucirc': '\xfb', 

2272 'Ucirc;': '\xdb', 

2273 'ucirc;': '\xfb', 

2274 'Ucy;': '\u0423', 

2275 'ucy;': '\u0443', 

2276 'udarr;': '\u21c5', 

2277 'Udblac;': '\u0170', 

2278 'udblac;': '\u0171', 

2279 'udhar;': '\u296e', 

2280 'ufisht;': '\u297e', 

2281 'Ufr;': '\U0001d518', 

2282 'ufr;': '\U0001d532', 

2283 'Ugrave': '\xd9', 

2284 'ugrave': '\xf9', 

2285 'Ugrave;': '\xd9', 

2286 'ugrave;': '\xf9', 

2287 'uHar;': '\u2963', 

2288 'uharl;': '\u21bf', 

2289 'uharr;': '\u21be', 

2290 'uhblk;': '\u2580', 

2291 'ulcorn;': '\u231c', 

2292 'ulcorner;': '\u231c', 

2293 'ulcrop;': '\u230f', 

2294 'ultri;': '\u25f8', 

2295 'Umacr;': '\u016a', 

2296 'umacr;': '\u016b', 

2297 'uml': '\xa8', 

2298 'uml;': '\xa8', 

2299 'UnderBar;': '_', 

2300 'UnderBrace;': '\u23df', 

2301 'UnderBracket;': '\u23b5', 

2302 'UnderParenthesis;': '\u23dd', 

2303 'Union;': '\u22c3', 

2304 'UnionPlus;': '\u228e', 

2305 'Uogon;': '\u0172', 

2306 'uogon;': '\u0173', 

2307 'Uopf;': '\U0001d54c', 

2308 'uopf;': '\U0001d566', 

2309 'UpArrow;': '\u2191', 

2310 'Uparrow;': '\u21d1', 

2311 'uparrow;': '\u2191', 

2312 'UpArrowBar;': '\u2912', 

2313 'UpArrowDownArrow;': '\u21c5', 

2314 'UpDownArrow;': '\u2195', 

2315 'Updownarrow;': '\u21d5', 

2316 'updownarrow;': '\u2195', 

2317 'UpEquilibrium;': '\u296e', 

2318 'upharpoonleft;': '\u21bf', 

2319 'upharpoonright;': '\u21be', 

2320 'uplus;': '\u228e', 

2321 'UpperLeftArrow;': '\u2196', 

2322 'UpperRightArrow;': '\u2197', 

2323 'Upsi;': '\u03d2', 

2324 'upsi;': '\u03c5', 

2325 'upsih;': '\u03d2', 

2326 'Upsilon;': '\u03a5', 

2327 'upsilon;': '\u03c5', 

2328 'UpTee;': '\u22a5', 

2329 'UpTeeArrow;': '\u21a5', 

2330 'upuparrows;': '\u21c8', 

2331 'urcorn;': '\u231d', 

2332 'urcorner;': '\u231d', 

2333 'urcrop;': '\u230e', 

2334 'Uring;': '\u016e', 

2335 'uring;': '\u016f', 

2336 'urtri;': '\u25f9', 

2337 'Uscr;': '\U0001d4b0', 

2338 'uscr;': '\U0001d4ca', 

2339 'utdot;': '\u22f0', 

2340 'Utilde;': '\u0168', 

2341 'utilde;': '\u0169', 

2342 'utri;': '\u25b5', 

2343 'utrif;': '\u25b4', 

2344 'uuarr;': '\u21c8', 

2345 'Uuml': '\xdc', 

2346 'uuml': '\xfc', 

2347 'Uuml;': '\xdc', 

2348 'uuml;': '\xfc', 

2349 'uwangle;': '\u29a7', 

2350 'vangrt;': '\u299c', 

2351 'varepsilon;': '\u03f5', 

2352 'varkappa;': '\u03f0', 

2353 'varnothing;': '\u2205', 

2354 'varphi;': '\u03d5', 

2355 'varpi;': '\u03d6', 

2356 'varpropto;': '\u221d', 

2357 'vArr;': '\u21d5', 

2358 'varr;': '\u2195', 

2359 'varrho;': '\u03f1', 

2360 'varsigma;': '\u03c2', 

2361 'varsubsetneq;': '\u228a\ufe00', 

2362 'varsubsetneqq;': '\u2acb\ufe00', 

2363 'varsupsetneq;': '\u228b\ufe00', 

2364 'varsupsetneqq;': '\u2acc\ufe00', 

2365 'vartheta;': '\u03d1', 

2366 'vartriangleleft;': '\u22b2', 

2367 'vartriangleright;': '\u22b3', 

2368 'Vbar;': '\u2aeb', 

2369 'vBar;': '\u2ae8', 

2370 'vBarv;': '\u2ae9', 

2371 'Vcy;': '\u0412', 

2372 'vcy;': '\u0432', 

2373 'VDash;': '\u22ab', 

2374 'Vdash;': '\u22a9', 

2375 'vDash;': '\u22a8', 

2376 'vdash;': '\u22a2', 

2377 'Vdashl;': '\u2ae6', 

2378 'Vee;': '\u22c1', 

2379 'vee;': '\u2228', 

2380 'veebar;': '\u22bb', 

2381 'veeeq;': '\u225a', 

2382 'vellip;': '\u22ee', 

2383 'Verbar;': '\u2016', 

2384 'verbar;': '|', 

2385 'Vert;': '\u2016', 

2386 'vert;': '|', 

2387 'VerticalBar;': '\u2223', 

2388 'VerticalLine;': '|', 

2389 'VerticalSeparator;': '\u2758', 

2390 'VerticalTilde;': '\u2240', 

2391 'VeryThinSpace;': '\u200a', 

2392 'Vfr;': '\U0001d519', 

2393 'vfr;': '\U0001d533', 

2394 'vltri;': '\u22b2', 

2395 'vnsub;': '\u2282\u20d2', 

2396 'vnsup;': '\u2283\u20d2', 

2397 'Vopf;': '\U0001d54d', 

2398 'vopf;': '\U0001d567', 

2399 'vprop;': '\u221d', 

2400 'vrtri;': '\u22b3', 

2401 'Vscr;': '\U0001d4b1', 

2402 'vscr;': '\U0001d4cb', 

2403 'vsubnE;': '\u2acb\ufe00', 

2404 'vsubne;': '\u228a\ufe00', 

2405 'vsupnE;': '\u2acc\ufe00', 

2406 'vsupne;': '\u228b\ufe00', 

2407 'Vvdash;': '\u22aa', 

2408 'vzigzag;': '\u299a', 

2409 'Wcirc;': '\u0174', 

2410 'wcirc;': '\u0175', 

2411 'wedbar;': '\u2a5f', 

2412 'Wedge;': '\u22c0', 

2413 'wedge;': '\u2227', 

2414 'wedgeq;': '\u2259', 

2415 'weierp;': '\u2118', 

2416 'Wfr;': '\U0001d51a', 

2417 'wfr;': '\U0001d534', 

2418 'Wopf;': '\U0001d54e', 

2419 'wopf;': '\U0001d568', 

2420 'wp;': '\u2118', 

2421 'wr;': '\u2240', 

2422 'wreath;': '\u2240', 

2423 'Wscr;': '\U0001d4b2', 

2424 'wscr;': '\U0001d4cc', 

2425 'xcap;': '\u22c2', 

2426 'xcirc;': '\u25ef', 

2427 'xcup;': '\u22c3', 

2428 'xdtri;': '\u25bd', 

2429 'Xfr;': '\U0001d51b', 

2430 'xfr;': '\U0001d535', 

2431 'xhArr;': '\u27fa', 

2432 'xharr;': '\u27f7', 

2433 'Xi;': '\u039e', 

2434 'xi;': '\u03be', 

2435 'xlArr;': '\u27f8', 

2436 'xlarr;': '\u27f5', 

2437 'xmap;': '\u27fc', 

2438 'xnis;': '\u22fb', 

2439 'xodot;': '\u2a00', 

2440 'Xopf;': '\U0001d54f', 

2441 'xopf;': '\U0001d569', 

2442 'xoplus;': '\u2a01', 

2443 'xotime;': '\u2a02', 

2444 'xrArr;': '\u27f9', 

2445 'xrarr;': '\u27f6', 

2446 'Xscr;': '\U0001d4b3', 

2447 'xscr;': '\U0001d4cd', 

2448 'xsqcup;': '\u2a06', 

2449 'xuplus;': '\u2a04', 

2450 'xutri;': '\u25b3', 

2451 'xvee;': '\u22c1', 

2452 'xwedge;': '\u22c0', 

2453 'Yacute': '\xdd', 

2454 'yacute': '\xfd', 

2455 'Yacute;': '\xdd', 

2456 'yacute;': '\xfd', 

2457 'YAcy;': '\u042f', 

2458 'yacy;': '\u044f', 

2459 'Ycirc;': '\u0176', 

2460 'ycirc;': '\u0177', 

2461 'Ycy;': '\u042b', 

2462 'ycy;': '\u044b', 

2463 'yen': '\xa5', 

2464 'yen;': '\xa5', 

2465 'Yfr;': '\U0001d51c', 

2466 'yfr;': '\U0001d536', 

2467 'YIcy;': '\u0407', 

2468 'yicy;': '\u0457', 

2469 'Yopf;': '\U0001d550', 

2470 'yopf;': '\U0001d56a', 

2471 'Yscr;': '\U0001d4b4', 

2472 'yscr;': '\U0001d4ce', 

2473 'YUcy;': '\u042e', 

2474 'yucy;': '\u044e', 

2475 'yuml': '\xff', 

2476 'Yuml;': '\u0178', 

2477 'yuml;': '\xff', 

2478 'Zacute;': '\u0179', 

2479 'zacute;': '\u017a', 

2480 'Zcaron;': '\u017d', 

2481 'zcaron;': '\u017e', 

2482 'Zcy;': '\u0417', 

2483 'zcy;': '\u0437', 

2484 'Zdot;': '\u017b', 

2485 'zdot;': '\u017c', 

2486 'zeetrf;': '\u2128', 

2487 'ZeroWidthSpace;': '\u200b', 

2488 'Zeta;': '\u0396', 

2489 'zeta;': '\u03b6', 

2490 'Zfr;': '\u2128', 

2491 'zfr;': '\U0001d537', 

2492 'ZHcy;': '\u0416', 

2493 'zhcy;': '\u0436', 

2494 'zigrarr;': '\u21dd', 

2495 'Zopf;': '\u2124', 

2496 'zopf;': '\U0001d56b', 

2497 'Zscr;': '\U0001d4b5', 

2498 'zscr;': '\U0001d4cf', 

2499 'zwj;': '\u200d', 

2500 'zwnj;': '\u200c', 

2501} 

2502 

2503# maps the Unicode codepoint to the HTML entity name 

2504codepoint2name = {} 

2505 

2506# maps the HTML entity name to the character 

2507# (or a character reference if the character is outside the Latin-1 range) 

2508entitydefs = {} 

2509 

2510for (name, codepoint) in name2codepoint.items(): 

2511 codepoint2name[codepoint] = name 

2512 entitydefs[name] = chr(codepoint) 

2513 

2514del name, codepoint