| 1 | # Author: Felix Wiemann |
|---|
| 2 | # Contact: Felix_Wiemann@ososo.de |
|---|
| 3 | # Revision: $Revision: 4163 $ |
|---|
| 4 | # Date: $Date: 2005-12-09 05:21:34 +0100 (Fri, 09 Dec 2005) $ |
|---|
| 5 | # Copyright: This file has been placed in the public domain. |
|---|
| 6 | |
|---|
| 7 | # This is a mapping of Unicode characters to LaTeX equivalents. |
|---|
| 8 | # The information has been extracted from |
|---|
| 9 | # <http://www.w3.org/2003/entities/xml/unicode.xml>, written by |
|---|
| 10 | # David Carlisle and Sebastian Rahtz. |
|---|
| 11 | # |
|---|
| 12 | # The extraction has been done by the "create_unimap.py" script |
|---|
| 13 | # located at <http://docutils.sf.net/tools/dev/create_unimap.py>. |
|---|
| 14 | |
|---|
| 15 | unicode_map = {u'\xa0': '$~$', |
|---|
| 16 | u'\xa1': '{\\textexclamdown}', |
|---|
| 17 | u'\xa2': '{\\textcent}', |
|---|
| 18 | u'\xa3': '{\\textsterling}', |
|---|
| 19 | u'\xa4': '{\\textcurrency}', |
|---|
| 20 | u'\xa5': '{\\textyen}', |
|---|
| 21 | u'\xa6': '{\\textbrokenbar}', |
|---|
| 22 | u'\xa7': '{\\textsection}', |
|---|
| 23 | u'\xa8': '{\\textasciidieresis}', |
|---|
| 24 | u'\xa9': '{\\textcopyright}', |
|---|
| 25 | u'\xaa': '{\\textordfeminine}', |
|---|
| 26 | u'\xab': '{\\guillemotleft}', |
|---|
| 27 | u'\xac': '$\\lnot$', |
|---|
| 28 | u'\xad': '$\\-$', |
|---|
| 29 | u'\xae': '{\\textregistered}', |
|---|
| 30 | u'\xaf': '{\\textasciimacron}', |
|---|
| 31 | u'\xb0': '{\\textdegree}', |
|---|
| 32 | u'\xb1': '$\\pm$', |
|---|
| 33 | u'\xb2': '${^2}$', |
|---|
| 34 | u'\xb3': '${^3}$', |
|---|
| 35 | u'\xb4': '{\\textasciiacute}', |
|---|
| 36 | u'\xb5': '$\\mathrm{\\mu}$', |
|---|
| 37 | u'\xb6': '{\\textparagraph}', |
|---|
| 38 | u'\xb7': '$\\cdot$', |
|---|
| 39 | u'\xb8': '{\\c{}}', |
|---|
| 40 | u'\xb9': '${^1}$', |
|---|
| 41 | u'\xba': '{\\textordmasculine}', |
|---|
| 42 | u'\xbb': '{\\guillemotright}', |
|---|
| 43 | u'\xbc': '{\\textonequarter}', |
|---|
| 44 | u'\xbd': '{\\textonehalf}', |
|---|
| 45 | u'\xbe': '{\\textthreequarters}', |
|---|
| 46 | u'\xbf': '{\\textquestiondown}', |
|---|
| 47 | u'\xc0': '{\\`{A}}', |
|---|
| 48 | u'\xc1': "{\\'{A}}", |
|---|
| 49 | u'\xc2': '{\\^{A}}', |
|---|
| 50 | u'\xc3': '{\\~{A}}', |
|---|
| 51 | u'\xc4': '{\\"{A}}', |
|---|
| 52 | u'\xc5': '{\\AA}', |
|---|
| 53 | u'\xc6': '{\\AE}', |
|---|
| 54 | u'\xc7': '{\\c{C}}', |
|---|
| 55 | u'\xc8': '{\\`{E}}', |
|---|
| 56 | u'\xc9': "{\\'{E}}", |
|---|
| 57 | u'\xca': '{\\^{E}}', |
|---|
| 58 | u'\xcb': '{\\"{E}}', |
|---|
| 59 | u'\xcc': '{\\`{I}}', |
|---|
| 60 | u'\xcd': "{\\'{I}}", |
|---|
| 61 | u'\xce': '{\\^{I}}', |
|---|
| 62 | u'\xcf': '{\\"{I}}', |
|---|
| 63 | u'\xd0': '{\\DH}', |
|---|
| 64 | u'\xd1': '{\\~{N}}', |
|---|
| 65 | u'\xd2': '{\\`{O}}', |
|---|
| 66 | u'\xd3': "{\\'{O}}", |
|---|
| 67 | u'\xd4': '{\\^{O}}', |
|---|
| 68 | u'\xd5': '{\\~{O}}', |
|---|
| 69 | u'\xd6': '{\\"{O}}', |
|---|
| 70 | u'\xd7': '{\\texttimes}', |
|---|
| 71 | u'\xd8': '{\\O}', |
|---|
| 72 | u'\xd9': '{\\`{U}}', |
|---|
| 73 | u'\xda': "{\\'{U}}", |
|---|
| 74 | u'\xdb': '{\\^{U}}', |
|---|
| 75 | u'\xdc': '{\\"{U}}', |
|---|
| 76 | u'\xdd': "{\\'{Y}}", |
|---|
| 77 | u'\xde': '{\\TH}', |
|---|
| 78 | u'\xdf': '{\\ss}', |
|---|
| 79 | u'\xe0': '{\\`{a}}', |
|---|
| 80 | u'\xe1': "{\\'{a}}", |
|---|
| 81 | u'\xe2': '{\\^{a}}', |
|---|
| 82 | u'\xe3': '{\\~{a}}', |
|---|
| 83 | u'\xe4': '{\\"{a}}', |
|---|
| 84 | u'\xe5': '{\\aa}', |
|---|
| 85 | u'\xe6': '{\\ae}', |
|---|
| 86 | u'\xe7': '{\\c{c}}', |
|---|
| 87 | u'\xe8': '{\\`{e}}', |
|---|
| 88 | u'\xe9': "{\\'{e}}", |
|---|
| 89 | u'\xea': '{\\^{e}}', |
|---|
| 90 | u'\xeb': '{\\"{e}}', |
|---|
| 91 | u'\xec': '{\\`{\\i}}', |
|---|
| 92 | u'\xed': "{\\'{\\i}}", |
|---|
| 93 | u'\xee': '{\\^{\\i}}', |
|---|
| 94 | u'\xef': '{\\"{\\i}}', |
|---|
| 95 | u'\xf0': '{\\dh}', |
|---|
| 96 | u'\xf1': '{\\~{n}}', |
|---|
| 97 | u'\xf2': '{\\`{o}}', |
|---|
| 98 | u'\xf3': "{\\'{o}}", |
|---|
| 99 | u'\xf4': '{\\^{o}}', |
|---|
| 100 | u'\xf5': '{\\~{o}}', |
|---|
| 101 | u'\xf6': '{\\"{o}}', |
|---|
| 102 | u'\xf7': '$\\div$', |
|---|
| 103 | u'\xf8': '{\\o}', |
|---|
| 104 | u'\xf9': '{\\`{u}}', |
|---|
| 105 | u'\xfa': "{\\'{u}}", |
|---|
| 106 | u'\xfb': '{\\^{u}}', |
|---|
| 107 | u'\xfc': '{\\"{u}}', |
|---|
| 108 | u'\xfd': "{\\'{y}}", |
|---|
| 109 | u'\xfe': '{\\th}', |
|---|
| 110 | u'\xff': '{\\"{y}}', |
|---|
| 111 | u'\u0100': '{\\={A}}', |
|---|
| 112 | u'\u0101': '{\\={a}}', |
|---|
| 113 | u'\u0102': '{\\u{A}}', |
|---|
| 114 | u'\u0103': '{\\u{a}}', |
|---|
| 115 | u'\u0104': '{\\k{A}}', |
|---|
| 116 | u'\u0105': '{\\k{a}}', |
|---|
| 117 | u'\u0106': "{\\'{C}}", |
|---|
| 118 | u'\u0107': "{\\'{c}}", |
|---|
| 119 | u'\u0108': '{\\^{C}}', |
|---|
| 120 | u'\u0109': '{\\^{c}}', |
|---|
| 121 | u'\u010a': '{\\.{C}}', |
|---|
| 122 | u'\u010b': '{\\.{c}}', |
|---|
| 123 | u'\u010c': '{\\v{C}}', |
|---|
| 124 | u'\u010d': '{\\v{c}}', |
|---|
| 125 | u'\u010e': '{\\v{D}}', |
|---|
| 126 | u'\u010f': '{\\v{d}}', |
|---|
| 127 | u'\u0110': '{\\DJ}', |
|---|
| 128 | u'\u0111': '{\\dj}', |
|---|
| 129 | u'\u0112': '{\\={E}}', |
|---|
| 130 | u'\u0113': '{\\={e}}', |
|---|
| 131 | u'\u0114': '{\\u{E}}', |
|---|
| 132 | u'\u0115': '{\\u{e}}', |
|---|
| 133 | u'\u0116': '{\\.{E}}', |
|---|
| 134 | u'\u0117': '{\\.{e}}', |
|---|
| 135 | u'\u0118': '{\\k{E}}', |
|---|
| 136 | u'\u0119': '{\\k{e}}', |
|---|
| 137 | u'\u011a': '{\\v{E}}', |
|---|
| 138 | u'\u011b': '{\\v{e}}', |
|---|
| 139 | u'\u011c': '{\\^{G}}', |
|---|
| 140 | u'\u011d': '{\\^{g}}', |
|---|
| 141 | u'\u011e': '{\\u{G}}', |
|---|
| 142 | u'\u011f': '{\\u{g}}', |
|---|
| 143 | u'\u0120': '{\\.{G}}', |
|---|
| 144 | u'\u0121': '{\\.{g}}', |
|---|
| 145 | u'\u0122': '{\\c{G}}', |
|---|
| 146 | u'\u0123': '{\\c{g}}', |
|---|
| 147 | u'\u0124': '{\\^{H}}', |
|---|
| 148 | u'\u0125': '{\\^{h}}', |
|---|
| 149 | u'\u0126': '{{\\fontencoding{LELA}\\selectfont\\char40}}', |
|---|
| 150 | u'\u0127': '$\\Elzxh$', |
|---|
| 151 | u'\u0128': '{\\~{I}}', |
|---|
| 152 | u'\u0129': '{\\~{\\i}}', |
|---|
| 153 | u'\u012a': '{\\={I}}', |
|---|
| 154 | u'\u012b': '{\\={\\i}}', |
|---|
| 155 | u'\u012c': '{\\u{I}}', |
|---|
| 156 | u'\u012d': '{\\u{\\i}}', |
|---|
| 157 | u'\u012e': '{\\k{I}}', |
|---|
| 158 | u'\u012f': '{\\k{i}}', |
|---|
| 159 | u'\u0130': '{\\.{I}}', |
|---|
| 160 | u'\u0131': '{\\i}', |
|---|
| 161 | u'\u0132': '{IJ}', |
|---|
| 162 | u'\u0133': '{ij}', |
|---|
| 163 | u'\u0134': '{\\^{J}}', |
|---|
| 164 | u'\u0135': '{\\^{\\j}}', |
|---|
| 165 | u'\u0136': '{\\c{K}}', |
|---|
| 166 | u'\u0137': '{\\c{k}}', |
|---|
| 167 | u'\u0138': '{{\\fontencoding{LELA}\\selectfont\\char91}}', |
|---|
| 168 | u'\u0139': "{\\'{L}}", |
|---|
| 169 | u'\u013a': "{\\'{l}}", |
|---|
| 170 | u'\u013b': '{\\c{L}}', |
|---|
| 171 | u'\u013c': '{\\c{l}}', |
|---|
| 172 | u'\u013d': '{\\v{L}}', |
|---|
| 173 | u'\u013e': '{\\v{l}}', |
|---|
| 174 | u'\u013f': '{{\\fontencoding{LELA}\\selectfont\\char201}}', |
|---|
| 175 | u'\u0140': '{{\\fontencoding{LELA}\\selectfont\\char202}}', |
|---|
| 176 | u'\u0141': '{\\L}', |
|---|
| 177 | u'\u0142': '{\\l}', |
|---|
| 178 | u'\u0143': "{\\'{N}}", |
|---|
| 179 | u'\u0144': "{\\'{n}}", |
|---|
| 180 | u'\u0145': '{\\c{N}}', |
|---|
| 181 | u'\u0146': '{\\c{n}}', |
|---|
| 182 | u'\u0147': '{\\v{N}}', |
|---|
| 183 | u'\u0148': '{\\v{n}}', |
|---|
| 184 | u'\u0149': "{'n}", |
|---|
| 185 | u'\u014a': '{\\NG}', |
|---|
| 186 | u'\u014b': '{\\ng}', |
|---|
| 187 | u'\u014c': '{\\={O}}', |
|---|
| 188 | u'\u014d': '{\\={o}}', |
|---|
| 189 | u'\u014e': '{\\u{O}}', |
|---|
| 190 | u'\u014f': '{\\u{o}}', |
|---|
| 191 | u'\u0150': '{\\H{O}}', |
|---|
| 192 | u'\u0151': '{\\H{o}}', |
|---|
| 193 | u'\u0152': '{\\OE}', |
|---|
| 194 | u'\u0153': '{\\oe}', |
|---|
| 195 | u'\u0154': "{\\'{R}}", |
|---|
| 196 | u'\u0155': "{\\'{r}}", |
|---|
| 197 | u'\u0156': '{\\c{R}}', |
|---|
| 198 | u'\u0157': '{\\c{r}}', |
|---|
| 199 | u'\u0158': '{\\v{R}}', |
|---|
| 200 | u'\u0159': '{\\v{r}}', |
|---|
| 201 | u'\u015a': "{\\'{S}}", |
|---|
| 202 | u'\u015b': "{\\'{s}}", |
|---|
| 203 | u'\u015c': '{\\^{S}}', |
|---|
| 204 | u'\u015d': '{\\^{s}}', |
|---|
| 205 | u'\u015e': '{\\c{S}}', |
|---|
| 206 | u'\u015f': '{\\c{s}}', |
|---|
| 207 | u'\u0160': '{\\v{S}}', |
|---|
| 208 | u'\u0161': '{\\v{s}}', |
|---|
| 209 | u'\u0162': '{\\c{T}}', |
|---|
| 210 | u'\u0163': '{\\c{t}}', |
|---|
| 211 | u'\u0164': '{\\v{T}}', |
|---|
| 212 | u'\u0165': '{\\v{t}}', |
|---|
| 213 | u'\u0166': '{{\\fontencoding{LELA}\\selectfont\\char47}}', |
|---|
| 214 | u'\u0167': '{{\\fontencoding{LELA}\\selectfont\\char63}}', |
|---|
| 215 | u'\u0168': '{\\~{U}}', |
|---|
| 216 | u'\u0169': '{\\~{u}}', |
|---|
| 217 | u'\u016a': '{\\={U}}', |
|---|
| 218 | u'\u016b': '{\\={u}}', |
|---|
| 219 | u'\u016c': '{\\u{U}}', |
|---|
| 220 | u'\u016d': '{\\u{u}}', |
|---|
| 221 | u'\u016e': '{\\r{U}}', |
|---|
| 222 | u'\u016f': '{\\r{u}}', |
|---|
| 223 | u'\u0170': '{\\H{U}}', |
|---|
| 224 | u'\u0171': '{\\H{u}}', |
|---|
| 225 | u'\u0172': '{\\k{U}}', |
|---|
| 226 | u'\u0173': '{\\k{u}}', |
|---|
| 227 | u'\u0174': '{\\^{W}}', |
|---|
| 228 | u'\u0175': '{\\^{w}}', |
|---|
| 229 | u'\u0176': '{\\^{Y}}', |
|---|
| 230 | u'\u0177': '{\\^{y}}', |
|---|
| 231 | u'\u0178': '{\\"{Y}}', |
|---|
| 232 | u'\u0179': "{\\'{Z}}", |
|---|
| 233 | u'\u017a': "{\\'{z}}", |
|---|
| 234 | u'\u017b': '{\\.{Z}}', |
|---|
| 235 | u'\u017c': '{\\.{z}}', |
|---|
| 236 | u'\u017d': '{\\v{Z}}', |
|---|
| 237 | u'\u017e': '{\\v{z}}', |
|---|
| 238 | u'\u0192': '$f$', |
|---|
| 239 | u'\u0195': '{\\texthvlig}', |
|---|
| 240 | u'\u019e': '{\\textnrleg}', |
|---|
| 241 | u'\u01aa': '$\\eth$', |
|---|
| 242 | u'\u01ba': '{{\\fontencoding{LELA}\\selectfont\\char195}}', |
|---|
| 243 | u'\u01c2': '{\\textdoublepipe}', |
|---|
| 244 | u'\u01f5': "{\\'{g}}", |
|---|
| 245 | u'\u0250': '$\\Elztrna$', |
|---|
| 246 | u'\u0252': '$\\Elztrnsa$', |
|---|
| 247 | u'\u0254': '$\\Elzopeno$', |
|---|
| 248 | u'\u0256': '$\\Elzrtld$', |
|---|
| 249 | u'\u0258': '{{\\fontencoding{LEIP}\\selectfont\\char61}}', |
|---|
| 250 | u'\u0259': '$\\Elzschwa$', |
|---|
| 251 | u'\u025b': '$\\varepsilon$', |
|---|
| 252 | u'\u0261': '{g}', |
|---|
| 253 | u'\u0263': '$\\Elzpgamma$', |
|---|
| 254 | u'\u0264': '$\\Elzpbgam$', |
|---|
| 255 | u'\u0265': '$\\Elztrnh$', |
|---|
| 256 | u'\u026c': '$\\Elzbtdl$', |
|---|
| 257 | u'\u026d': '$\\Elzrtll$', |
|---|
| 258 | u'\u026f': '$\\Elztrnm$', |
|---|
| 259 | u'\u0270': '$\\Elztrnmlr$', |
|---|
| 260 | u'\u0271': '$\\Elzltlmr$', |
|---|
| 261 | u'\u0272': '{\\Elzltln}', |
|---|
| 262 | u'\u0273': '$\\Elzrtln$', |
|---|
| 263 | u'\u0277': '$\\Elzclomeg$', |
|---|
| 264 | u'\u0278': '{\\textphi}', |
|---|
| 265 | u'\u0279': '$\\Elztrnr$', |
|---|
| 266 | u'\u027a': '$\\Elztrnrl$', |
|---|
| 267 | u'\u027b': '$\\Elzrttrnr$', |
|---|
| 268 | u'\u027c': '$\\Elzrl$', |
|---|
| 269 | u'\u027d': '$\\Elzrtlr$', |
|---|
| 270 | u'\u027e': '$\\Elzfhr$', |
|---|
| 271 | u'\u027f': '{{\\fontencoding{LEIP}\\selectfont\\char202}}', |
|---|
| 272 | u'\u0282': '$\\Elzrtls$', |
|---|
| 273 | u'\u0283': '$\\Elzesh$', |
|---|
| 274 | u'\u0287': '$\\Elztrnt$', |
|---|
| 275 | u'\u0288': '$\\Elzrtlt$', |
|---|
| 276 | u'\u028a': '$\\Elzpupsil$', |
|---|
| 277 | u'\u028b': '$\\Elzpscrv$', |
|---|
| 278 | u'\u028c': '$\\Elzinvv$', |
|---|
| 279 | u'\u028d': '$\\Elzinvw$', |
|---|
| 280 | u'\u028e': '$\\Elztrny$', |
|---|
| 281 | u'\u0290': '$\\Elzrtlz$', |
|---|
| 282 | u'\u0292': '$\\Elzyogh$', |
|---|
| 283 | u'\u0294': '$\\Elzglst$', |
|---|
| 284 | u'\u0295': '$\\Elzreglst$', |
|---|
| 285 | u'\u0296': '$\\Elzinglst$', |
|---|
| 286 | u'\u029e': '{\\textturnk}', |
|---|
| 287 | u'\u02a4': '$\\Elzdyogh$', |
|---|
| 288 | u'\u02a7': '$\\Elztesh$', |
|---|
| 289 | u'\u02bc': "{'}", |
|---|
| 290 | u'\u02c7': '{\\textasciicaron}', |
|---|
| 291 | u'\u02c8': '$\\Elzverts$', |
|---|
| 292 | u'\u02cc': '$\\Elzverti$', |
|---|
| 293 | u'\u02d0': '$\\Elzlmrk$', |
|---|
| 294 | u'\u02d1': '$\\Elzhlmrk$', |
|---|
| 295 | u'\u02d2': '$\\Elzsbrhr$', |
|---|
| 296 | u'\u02d3': '$\\Elzsblhr$', |
|---|
| 297 | u'\u02d4': '$\\Elzrais$', |
|---|
| 298 | u'\u02d5': '$\\Elzlow$', |
|---|
| 299 | u'\u02d8': '{\\textasciibreve}', |
|---|
| 300 | u'\u02d9': '{\\textperiodcentered}', |
|---|
| 301 | u'\u02da': '{\\r{}}', |
|---|
| 302 | u'\u02db': '{\\k{}}', |
|---|
| 303 | u'\u02dc': '{\\texttildelow}', |
|---|
| 304 | u'\u02dd': '{\\H{}}', |
|---|
| 305 | u'\u02e5': '{\\tone{55}}', |
|---|
| 306 | u'\u02e6': '{\\tone{44}}', |
|---|
| 307 | u'\u02e7': '{\\tone{33}}', |
|---|
| 308 | u'\u02e8': '{\\tone{22}}', |
|---|
| 309 | u'\u02e9': '{\\tone{11}}', |
|---|
| 310 | u'\u0300': '{\\`}', |
|---|
| 311 | u'\u0301': "{\\'}", |
|---|
| 312 | u'\u0302': '{\\^}', |
|---|
| 313 | u'\u0303': '{\\~}', |
|---|
| 314 | u'\u0304': '{\\=}', |
|---|
| 315 | u'\u0306': '{\\u}', |
|---|
| 316 | u'\u0307': '{\\.}', |
|---|
| 317 | u'\u0308': '{\\"}', |
|---|
| 318 | u'\u030a': '{\\r}', |
|---|
| 319 | u'\u030b': '{\\H}', |
|---|
| 320 | u'\u030c': '{\\v}', |
|---|
| 321 | u'\u030f': '{\\cyrchar\\C}', |
|---|
| 322 | u'\u0311': '{{\\fontencoding{LECO}\\selectfont\\char177}}', |
|---|
| 323 | u'\u0318': '{{\\fontencoding{LECO}\\selectfont\\char184}}', |
|---|
| 324 | u'\u0319': '{{\\fontencoding{LECO}\\selectfont\\char185}}', |
|---|
| 325 | u'\u0321': '$\\Elzpalh$', |
|---|
| 326 | u'\u0322': '{\\Elzrh}', |
|---|
| 327 | u'\u0327': '{\\c}', |
|---|
| 328 | u'\u0328': '{\\k}', |
|---|
| 329 | u'\u032a': '$\\Elzsbbrg$', |
|---|
| 330 | u'\u032b': '{{\\fontencoding{LECO}\\selectfont\\char203}}', |
|---|
| 331 | u'\u032f': '{{\\fontencoding{LECO}\\selectfont\\char207}}', |
|---|
| 332 | u'\u0335': '{\\Elzxl}', |
|---|
| 333 | u'\u0336': '{\\Elzbar}', |
|---|
| 334 | u'\u0337': '{{\\fontencoding{LECO}\\selectfont\\char215}}', |
|---|
| 335 | u'\u0338': '{{\\fontencoding{LECO}\\selectfont\\char216}}', |
|---|
| 336 | u'\u033a': '{{\\fontencoding{LECO}\\selectfont\\char218}}', |
|---|
| 337 | u'\u033b': '{{\\fontencoding{LECO}\\selectfont\\char219}}', |
|---|
| 338 | u'\u033c': '{{\\fontencoding{LECO}\\selectfont\\char220}}', |
|---|
| 339 | u'\u033d': '{{\\fontencoding{LECO}\\selectfont\\char221}}', |
|---|
| 340 | u'\u0361': '{{\\fontencoding{LECO}\\selectfont\\char225}}', |
|---|
| 341 | u'\u0386': "{\\'{A}}", |
|---|
| 342 | u'\u0388': "{\\'{E}}", |
|---|
| 343 | u'\u0389': "{\\'{H}}", |
|---|
| 344 | u'\u038a': "{\\'{}{I}}", |
|---|
| 345 | u'\u038c': "{\\'{}O}", |
|---|
| 346 | u'\u038e': "$\\mathrm{'Y}$", |
|---|
| 347 | u'\u038f': "$\\mathrm{'\\Omega}$", |
|---|
| 348 | u'\u0390': '$\\acute{\\ddot{\\iota}}$', |
|---|
| 349 | u'\u0391': '$\\Alpha$', |
|---|
| 350 | u'\u0392': '$\\Beta$', |
|---|
| 351 | u'\u0393': '$\\Gamma$', |
|---|
| 352 | u'\u0394': '$\\Delta$', |
|---|
| 353 | u'\u0395': '$\\Epsilon$', |
|---|
| 354 | u'\u0396': '$\\Zeta$', |
|---|
| 355 | u'\u0397': '$\\Eta$', |
|---|
| 356 | u'\u0398': '$\\Theta$', |
|---|
| 357 | u'\u0399': '$\\Iota$', |
|---|
| 358 | u'\u039a': '$\\Kappa$', |
|---|
| 359 | u'\u039b': '$\\Lambda$', |
|---|
| 360 | u'\u039c': '$M$', |
|---|
| 361 | u'\u039d': '$N$', |
|---|
| 362 | u'\u039e': '$\\Xi$', |
|---|
| 363 | u'\u039f': '$O$', |
|---|
| 364 | u'\u03a0': '$\\Pi$', |
|---|
| 365 | u'\u03a1': '$\\Rho$', |
|---|
| 366 | u'\u03a3': '$\\Sigma$', |
|---|
| 367 | u'\u03a4': '$\\Tau$', |
|---|
| 368 | u'\u03a5': '$\\Upsilon$', |
|---|
| 369 | u'\u03a6': '$\\Phi$', |
|---|
| 370 | u'\u03a7': '$\\Chi$', |
|---|
| 371 | u'\u03a8': '$\\Psi$', |
|---|
| 372 | u'\u03a9': '$\\Omega$', |
|---|
| 373 | u'\u03aa': '$\\mathrm{\\ddot{I}}$', |
|---|
| 374 | u'\u03ab': '$\\mathrm{\\ddot{Y}}$', |
|---|
| 375 | u'\u03ac': "{\\'{$\\alpha$}}", |
|---|
| 376 | u'\u03ad': '$\\acute{\\epsilon}$', |
|---|
| 377 | u'\u03ae': '$\\acute{\\eta}$', |
|---|
| 378 | u'\u03af': '$\\acute{\\iota}$', |
|---|
| 379 | u'\u03b0': '$\\acute{\\ddot{\\upsilon}}$', |
|---|
| 380 | u'\u03b1': '$\\alpha$', |
|---|
| 381 | u'\u03b2': '$\\beta$', |
|---|
| 382 | u'\u03b3': '$\\gamma$', |
|---|
| 383 | u'\u03b4': '$\\delta$', |
|---|
| 384 | u'\u03b5': '$\\epsilon$', |
|---|
| 385 | u'\u03b6': '$\\zeta$', |
|---|
| 386 | u'\u03b7': '$\\eta$', |
|---|
| 387 | u'\u03b8': '{\\texttheta}', |
|---|
| 388 | u'\u03b9': '$\\iota$', |
|---|
| 389 | u'\u03ba': '$\\kappa$', |
|---|
| 390 | u'\u03bb': '$\\lambda$', |
|---|
| 391 | u'\u03bc': '$\\mu$', |
|---|
| 392 | u'\u03bd': '$\\nu$', |
|---|
| 393 | u'\u03be': '$\\xi$', |
|---|
| 394 | u'\u03bf': '$o$', |
|---|
| 395 | u'\u03c0': '$\\pi$', |
|---|
| 396 | u'\u03c1': '$\\rho$', |
|---|
| 397 | u'\u03c2': '$\\varsigma$', |
|---|
| 398 | u'\u03c3': '$\\sigma$', |
|---|
| 399 | u'\u03c4': '$\\tau$', |
|---|
| 400 | u'\u03c5': '$\\upsilon$', |
|---|
| 401 | u'\u03c6': '$\\varphi$', |
|---|
| 402 | u'\u03c7': '$\\chi$', |
|---|
| 403 | u'\u03c8': '$\\psi$', |
|---|
| 404 | u'\u03c9': '$\\omega$', |
|---|
| 405 | u'\u03ca': '$\\ddot{\\iota}$', |
|---|
| 406 | u'\u03cb': '$\\ddot{\\upsilon}$', |
|---|
| 407 | u'\u03cc': "{\\'{o}}", |
|---|
| 408 | u'\u03cd': '$\\acute{\\upsilon}$', |
|---|
| 409 | u'\u03ce': '$\\acute{\\omega}$', |
|---|
| 410 | u'\u03d0': '{\\Pisymbol{ppi022}{87}}', |
|---|
| 411 | u'\u03d1': '{\\textvartheta}', |
|---|
| 412 | u'\u03d2': '$\\Upsilon$', |
|---|
| 413 | u'\u03d5': '$\\phi$', |
|---|
| 414 | u'\u03d6': '$\\varpi$', |
|---|
| 415 | u'\u03da': '$\\Stigma$', |
|---|
| 416 | u'\u03dc': '$\\Digamma$', |
|---|
| 417 | u'\u03dd': '$\\digamma$', |
|---|
| 418 | u'\u03de': '$\\Koppa$', |
|---|
| 419 | u'\u03e0': '$\\Sampi$', |
|---|
| 420 | u'\u03f0': '$\\varkappa$', |
|---|
| 421 | u'\u03f1': '$\\varrho$', |
|---|
| 422 | u'\u03f4': '{\\textTheta}', |
|---|
| 423 | u'\u03f6': '$\\backepsilon$', |
|---|
| 424 | u'\u0401': '{\\cyrchar\\CYRYO}', |
|---|
| 425 | u'\u0402': '{\\cyrchar\\CYRDJE}', |
|---|
| 426 | u'\u0403': "{\\cyrchar{\\'\\CYRG}}", |
|---|
| 427 | u'\u0404': '{\\cyrchar\\CYRIE}', |
|---|
| 428 | u'\u0405': '{\\cyrchar\\CYRDZE}', |
|---|
| 429 | u'\u0406': '{\\cyrchar\\CYRII}', |
|---|
| 430 | u'\u0407': '{\\cyrchar\\CYRYI}', |
|---|
| 431 | u'\u0408': '{\\cyrchar\\CYRJE}', |
|---|
| 432 | u'\u0409': '{\\cyrchar\\CYRLJE}', |
|---|
| 433 | u'\u040a': '{\\cyrchar\\CYRNJE}', |
|---|
| 434 | u'\u040b': '{\\cyrchar\\CYRTSHE}', |
|---|
| 435 | u'\u040c': "{\\cyrchar{\\'\\CYRK}}", |
|---|
| 436 | u'\u040e': '{\\cyrchar\\CYRUSHRT}', |
|---|
| 437 | u'\u040f': '{\\cyrchar\\CYRDZHE}', |
|---|
| 438 | u'\u0410': '{\\cyrchar\\CYRA}', |
|---|
| 439 | u'\u0411': '{\\cyrchar\\CYRB}', |
|---|
| 440 | u'\u0412': '{\\cyrchar\\CYRV}', |
|---|
| 441 | u'\u0413': '{\\cyrchar\\CYRG}', |
|---|
| 442 | u'\u0414': '{\\cyrchar\\CYRD}', |
|---|
| 443 | u'\u0415': '{\\cyrchar\\CYRE}', |
|---|
| 444 | u'\u0416': '{\\cyrchar\\CYRZH}', |
|---|
| 445 | u'\u0417': '{\\cyrchar\\CYRZ}', |
|---|
| 446 | u'\u0418': '{\\cyrchar\\CYRI}', |
|---|
| 447 | u'\u0419': '{\\cyrchar\\CYRISHRT}', |
|---|
| 448 | u'\u041a': '{\\cyrchar\\CYRK}', |
|---|
| 449 | u'\u041b': '{\\cyrchar\\CYRL}', |
|---|
| 450 | u'\u041c': '{\\cyrchar\\CYRM}', |
|---|
| 451 | u'\u041d': '{\\cyrchar\\CYRN}', |
|---|
| 452 | u'\u041e': '{\\cyrchar\\CYRO}', |
|---|
| 453 | u'\u041f': '{\\cyrchar\\CYRP}', |
|---|
| 454 | u'\u0420': '{\\cyrchar\\CYRR}', |
|---|
| 455 | u'\u0421': '{\\cyrchar\\CYRS}', |
|---|
| 456 | u'\u0422': '{\\cyrchar\\CYRT}', |
|---|
| 457 | u'\u0423': '{\\cyrchar\\CYRU}', |
|---|
| 458 | u'\u0424': '{\\cyrchar\\CYRF}', |
|---|
| 459 | u'\u0425': '{\\cyrchar\\CYRH}', |
|---|
| 460 | u'\u0426': '{\\cyrchar\\CYRC}', |
|---|
| 461 | u'\u0427': '{\\cyrchar\\CYRCH}', |
|---|
| 462 | u'\u0428': '{\\cyrchar\\CYRSH}', |
|---|
| 463 | u'\u0429': '{\\cyrchar\\CYRSHCH}', |
|---|
| 464 | u'\u042a': '{\\cyrchar\\CYRHRDSN}', |
|---|
| 465 | u'\u042b': '{\\cyrchar\\CYRERY}', |
|---|
| 466 | u'\u042c': '{\\cyrchar\\CYRSFTSN}', |
|---|
| 467 | u'\u042d': '{\\cyrchar\\CYREREV}', |
|---|
| 468 | u'\u042e': '{\\cyrchar\\CYRYU}', |
|---|
| 469 | u'\u042f': '{\\cyrchar\\CYRYA}', |
|---|
| 470 | u'\u0430': '{\\cyrchar\\cyra}', |
|---|
| 471 | u'\u0431': '{\\cyrchar\\cyrb}', |
|---|
| 472 | u'\u0432': '{\\cyrchar\\cyrv}', |
|---|
| 473 | u'\u0433': '{\\cyrchar\\cyrg}', |
|---|
| 474 | u'\u0434': '{\\cyrchar\\cyrd}', |
|---|
| 475 | u'\u0435': '{\\cyrchar\\cyre}', |
|---|
| 476 | u'\u0436': '{\\cyrchar\\cyrzh}', |
|---|
| 477 | u'\u0437': '{\\cyrchar\\cyrz}', |
|---|
| 478 | u'\u0438': '{\\cyrchar\\cyri}', |
|---|
| 479 | u'\u0439': '{\\cyrchar\\cyrishrt}', |
|---|
| 480 | u'\u043a': '{\\cyrchar\\cyrk}', |
|---|
| 481 | u'\u043b': '{\\cyrchar\\cyrl}', |
|---|
| 482 | u'\u043c': '{\\cyrchar\\cyrm}', |
|---|
| 483 | u'\u043d': '{\\cyrchar\\cyrn}', |
|---|
| 484 | u'\u043e': '{\\cyrchar\\cyro}', |
|---|
| 485 | u'\u043f': '{\\cyrchar\\cyrp}', |
|---|
| 486 | u'\u0440': '{\\cyrchar\\cyrr}', |
|---|
| 487 | u'\u0441': '{\\cyrchar\\cyrs}', |
|---|
| 488 | u'\u0442': '{\\cyrchar\\cyrt}', |
|---|
| 489 | u'\u0443': '{\\cyrchar\\cyru}', |
|---|
| 490 | u'\u0444': '{\\cyrchar\\cyrf}', |
|---|
| 491 | u'\u0445': '{\\cyrchar\\cyrh}', |
|---|
| 492 | u'\u0446': '{\\cyrchar\\cyrc}', |
|---|
| 493 | u'\u0447': '{\\cyrchar\\cyrch}', |
|---|
| 494 | u'\u0448': '{\\cyrchar\\cyrsh}', |
|---|
| 495 | u'\u0449': '{\\cyrchar\\cyrshch}', |
|---|
| 496 | u'\u044a': '{\\cyrchar\\cyrhrdsn}', |
|---|
| 497 | u'\u044b': '{\\cyrchar\\cyrery}', |
|---|
| 498 | u'\u044c': '{\\cyrchar\\cyrsftsn}', |
|---|
| 499 | u'\u044d': '{\\cyrchar\\cyrerev}', |
|---|
| 500 | u'\u044e': '{\\cyrchar\\cyryu}', |
|---|
| 501 | u'\u044f': '{\\cyrchar\\cyrya}', |
|---|
| 502 | u'\u0451': '{\\cyrchar\\cyryo}', |
|---|
| 503 | u'\u0452': '{\\cyrchar\\cyrdje}', |
|---|
| 504 | u'\u0453': "{\\cyrchar{\\'\\cyrg}}", |
|---|
| 505 | u'\u0454': '{\\cyrchar\\cyrie}', |
|---|
| 506 | u'\u0455': '{\\cyrchar\\cyrdze}', |
|---|
| 507 | u'\u0456': '{\\cyrchar\\cyrii}', |
|---|
| 508 | u'\u0457': '{\\cyrchar\\cyryi}', |
|---|
| 509 | u'\u0458': '{\\cyrchar\\cyrje}', |
|---|
| 510 | u'\u0459': '{\\cyrchar\\cyrlje}', |
|---|
| 511 | u'\u045a': '{\\cyrchar\\cyrnje}', |
|---|
| 512 | u'\u045b': '{\\cyrchar\\cyrtshe}', |
|---|
| 513 | u'\u045c': "{\\cyrchar{\\'\\cyrk}}", |
|---|
| 514 | u'\u045e': '{\\cyrchar\\cyrushrt}', |
|---|
| 515 | u'\u045f': '{\\cyrchar\\cyrdzhe}', |
|---|
| 516 | u'\u0460': '{\\cyrchar\\CYROMEGA}', |
|---|
| 517 | u'\u0461': '{\\cyrchar\\cyromega}', |
|---|
| 518 | u'\u0462': '{\\cyrchar\\CYRYAT}', |
|---|
| 519 | u'\u0464': '{\\cyrchar\\CYRIOTE}', |
|---|
| 520 | u'\u0465': '{\\cyrchar\\cyriote}', |
|---|
| 521 | u'\u0466': '{\\cyrchar\\CYRLYUS}', |
|---|
| 522 | u'\u0467': '{\\cyrchar\\cyrlyus}', |
|---|
| 523 | u'\u0468': '{\\cyrchar\\CYRIOTLYUS}', |
|---|
| 524 | u'\u0469': '{\\cyrchar\\cyriotlyus}', |
|---|
| 525 | u'\u046a': '{\\cyrchar\\CYRBYUS}', |
|---|
| 526 | u'\u046c': '{\\cyrchar\\CYRIOTBYUS}', |
|---|
| 527 | u'\u046d': '{\\cyrchar\\cyriotbyus}', |
|---|
| 528 | u'\u046e': '{\\cyrchar\\CYRKSI}', |
|---|
| 529 | u'\u046f': '{\\cyrchar\\cyrksi}', |
|---|
| 530 | u'\u0470': '{\\cyrchar\\CYRPSI}', |
|---|
| 531 | u'\u0471': '{\\cyrchar\\cyrpsi}', |
|---|
| 532 | u'\u0472': '{\\cyrchar\\CYRFITA}', |
|---|
| 533 | u'\u0474': '{\\cyrchar\\CYRIZH}', |
|---|
| 534 | u'\u0478': '{\\cyrchar\\CYRUK}', |
|---|
| 535 | u'\u0479': '{\\cyrchar\\cyruk}', |
|---|
| 536 | u'\u047a': '{\\cyrchar\\CYROMEGARND}', |
|---|
| 537 | u'\u047b': '{\\cyrchar\\cyromegarnd}', |
|---|
| 538 | u'\u047c': '{\\cyrchar\\CYROMEGATITLO}', |
|---|
| 539 | u'\u047d': '{\\cyrchar\\cyromegatitlo}', |
|---|
| 540 | u'\u047e': '{\\cyrchar\\CYROT}', |
|---|
| 541 | u'\u047f': '{\\cyrchar\\cyrot}', |
|---|
| 542 | u'\u0480': '{\\cyrchar\\CYRKOPPA}', |
|---|
| 543 | u'\u0481': '{\\cyrchar\\cyrkoppa}', |
|---|
| 544 | u'\u0482': '{\\cyrchar\\cyrthousands}', |
|---|
| 545 | u'\u0488': '{\\cyrchar\\cyrhundredthousands}', |
|---|
| 546 | u'\u0489': '{\\cyrchar\\cyrmillions}', |
|---|
| 547 | u'\u048c': '{\\cyrchar\\CYRSEMISFTSN}', |
|---|
| 548 | u'\u048d': '{\\cyrchar\\cyrsemisftsn}', |
|---|
| 549 | u'\u048e': '{\\cyrchar\\CYRRTICK}', |
|---|
| 550 | u'\u048f': '{\\cyrchar\\cyrrtick}', |
|---|
| 551 | u'\u0490': '{\\cyrchar\\CYRGUP}', |
|---|
| 552 | u'\u0491': '{\\cyrchar\\cyrgup}', |
|---|
| 553 | u'\u0492': '{\\cyrchar\\CYRGHCRS}', |
|---|
| 554 | u'\u0493': '{\\cyrchar\\cyrghcrs}', |
|---|
| 555 | u'\u0494': '{\\cyrchar\\CYRGHK}', |
|---|
| 556 | u'\u0495': '{\\cyrchar\\cyrghk}', |
|---|
| 557 | u'\u0496': '{\\cyrchar\\CYRZHDSC}', |
|---|
| 558 | u'\u0497': '{\\cyrchar\\cyrzhdsc}', |
|---|
| 559 | u'\u0498': '{\\cyrchar\\CYRZDSC}', |
|---|
| 560 | u'\u0499': '{\\cyrchar\\cyrzdsc}', |
|---|
| 561 | u'\u049a': '{\\cyrchar\\CYRKDSC}', |
|---|
| 562 | u'\u049b': '{\\cyrchar\\cyrkdsc}', |
|---|
| 563 | u'\u049c': '{\\cyrchar\\CYRKVCRS}', |
|---|
| 564 | u'\u049d': '{\\cyrchar\\cyrkvcrs}', |
|---|
| 565 | u'\u049e': '{\\cyrchar\\CYRKHCRS}', |
|---|
| 566 | u'\u049f': '{\\cyrchar\\cyrkhcrs}', |
|---|
| 567 | u'\u04a0': '{\\cyrchar\\CYRKBEAK}', |
|---|
| 568 | u'\u04a1': '{\\cyrchar\\cyrkbeak}', |
|---|
| 569 | u'\u04a2': '{\\cyrchar\\CYRNDSC}', |
|---|
| 570 | u'\u04a3': '{\\cyrchar\\cyrndsc}', |
|---|
| 571 | u'\u04a4': '{\\cyrchar\\CYRNG}', |
|---|
| 572 | u'\u04a5': '{\\cyrchar\\cyrng}', |
|---|
| 573 | u'\u04a6': '{\\cyrchar\\CYRPHK}', |
|---|
| 574 | u'\u04a7': '{\\cyrchar\\cyrphk}', |
|---|
| 575 | u'\u04a8': '{\\cyrchar\\CYRABHHA}', |
|---|
| 576 | u'\u04a9': '{\\cyrchar\\cyrabhha}', |
|---|
| 577 | u'\u04aa': '{\\cyrchar\\CYRSDSC}', |
|---|
| 578 | u'\u04ab': '{\\cyrchar\\cyrsdsc}', |
|---|
| 579 | u'\u04ac': '{\\cyrchar\\CYRTDSC}', |
|---|
| 580 | u'\u04ad': '{\\cyrchar\\cyrtdsc}', |
|---|
| 581 | u'\u04ae': '{\\cyrchar\\CYRY}', |
|---|
| 582 | u'\u04af': '{\\cyrchar\\cyry}', |
|---|
| 583 | u'\u04b0': '{\\cyrchar\\CYRYHCRS}', |
|---|
| 584 | u'\u04b1': '{\\cyrchar\\cyryhcrs}', |
|---|
| 585 | u'\u04b2': '{\\cyrchar\\CYRHDSC}', |
|---|
| 586 | u'\u04b3': '{\\cyrchar\\cyrhdsc}', |
|---|
| 587 | u'\u04b4': '{\\cyrchar\\CYRTETSE}', |
|---|
| 588 | u'\u04b5': '{\\cyrchar\\cyrtetse}', |
|---|
| 589 | u'\u04b6': '{\\cyrchar\\CYRCHRDSC}', |
|---|
| 590 | u'\u04b7': '{\\cyrchar\\cyrchrdsc}', |
|---|
| 591 | u'\u04b8': '{\\cyrchar\\CYRCHVCRS}', |
|---|
| 592 | u'\u04b9': '{\\cyrchar\\cyrchvcrs}', |
|---|
| 593 | u'\u04ba': '{\\cyrchar\\CYRSHHA}', |
|---|
| 594 | u'\u04bb': '{\\cyrchar\\cyrshha}', |
|---|
| 595 | u'\u04bc': '{\\cyrchar\\CYRABHCH}', |
|---|
| 596 | u'\u04bd': '{\\cyrchar\\cyrabhch}', |
|---|
| 597 | u'\u04be': '{\\cyrchar\\CYRABHCHDSC}', |
|---|
| 598 | u'\u04bf': '{\\cyrchar\\cyrabhchdsc}', |
|---|
| 599 | u'\u04c0': '{\\cyrchar\\CYRpalochka}', |
|---|
| 600 | u'\u04c3': '{\\cyrchar\\CYRKHK}', |
|---|
| 601 | u'\u04c4': '{\\cyrchar\\cyrkhk}', |
|---|
| 602 | u'\u04c7': '{\\cyrchar\\CYRNHK}', |
|---|
| 603 | u'\u04c8': '{\\cyrchar\\cyrnhk}', |
|---|
| 604 | u'\u04cb': '{\\cyrchar\\CYRCHLDSC}', |
|---|
| 605 | u'\u04cc': '{\\cyrchar\\cyrchldsc}', |
|---|
| 606 | u'\u04d4': '{\\cyrchar\\CYRAE}', |
|---|
| 607 | u'\u04d5': '{\\cyrchar\\cyrae}', |
|---|
| 608 | u'\u04d8': '{\\cyrchar\\CYRSCHWA}', |
|---|
| 609 | u'\u04d9': '{\\cyrchar\\cyrschwa}', |
|---|
| 610 | u'\u04e0': '{\\cyrchar\\CYRABHDZE}', |
|---|
| 611 | u'\u04e1': '{\\cyrchar\\cyrabhdze}', |
|---|
| 612 | u'\u04e8': '{\\cyrchar\\CYROTLD}', |
|---|
| 613 | u'\u04e9': '{\\cyrchar\\cyrotld}', |
|---|
| 614 | u'\u2002': '{\\hspace{0.6em}}', |
|---|
| 615 | u'\u2003': '{\\hspace{1em}}', |
|---|
| 616 | u'\u2004': '{\\hspace{0.33em}}', |
|---|
| 617 | u'\u2005': '{\\hspace{0.25em}}', |
|---|
| 618 | u'\u2006': '{\\hspace{0.166em}}', |
|---|
| 619 | u'\u2007': '{\\hphantom{0}}', |
|---|
| 620 | u'\u2008': '{\\hphantom{,}}', |
|---|
| 621 | u'\u2009': '{\\hspace{0.167em}}', |
|---|
| 622 | u'\u200a': '$\\mkern1mu$', |
|---|
| 623 | u'\u2010': '{-}', |
|---|
| 624 | u'\u2013': '{\\textendash}', |
|---|
| 625 | u'\u2014': '{\\textemdash}', |
|---|
| 626 | u'\u2015': '{\\rule{1em}{1pt}}', |
|---|
| 627 | u'\u2016': '$\\Vert$', |
|---|
| 628 | u'\u2018': '{`}', |
|---|
| 629 | u'\u2019': "{'}", |
|---|
| 630 | u'\u201a': '{,}', |
|---|
| 631 | u'\u201b': '$\\Elzreapos$', |
|---|
| 632 | u'\u201c': '{\\textquotedblleft}', |
|---|
| 633 | u'\u201d': '{\\textquotedblright}', |
|---|
| 634 | u'\u201e': '{,,}', |
|---|
| 635 | u'\u2020': '{\\textdagger}', |
|---|
| 636 | u'\u2021': '{\\textdaggerdbl}', |
|---|
| 637 | u'\u2022': '{\\textbullet}', |
|---|
| 638 | u'\u2024': '{.}', |
|---|
| 639 | u'\u2025': '{..}', |
|---|
| 640 | u'\u2026': '{\\ldots}', |
|---|
| 641 | u'\u2030': '{\\textperthousand}', |
|---|
| 642 | u'\u2031': '{\\textpertenthousand}', |
|---|
| 643 | u'\u2032': "${'}$", |
|---|
| 644 | u'\u2033': "${''}$", |
|---|
| 645 | u'\u2034': "${'''}$", |
|---|
| 646 | u'\u2035': '$\\backprime$', |
|---|
| 647 | u'\u2039': '{\\guilsinglleft}', |
|---|
| 648 | u'\u203a': '{\\guilsinglright}', |
|---|
| 649 | u'\u2057': "$''''$", |
|---|
| 650 | u'\u205f': '{\\mkern4mu}', |
|---|
| 651 | u'\u2060': '{\\nolinebreak}', |
|---|
| 652 | u'\u20a7': '{\\ensuremath{\\Elzpes}}', |
|---|
| 653 | u'\u20ac': '{\\mbox{\\texteuro}}', |
|---|
| 654 | u'\u20db': '$\\dddot$', |
|---|
| 655 | u'\u20dc': '$\\ddddot$', |
|---|
| 656 | u'\u2102': '$\\mathbb{C}$', |
|---|
| 657 | u'\u210a': '{\\mathscr{g}}', |
|---|
| 658 | u'\u210b': '$\\mathscr{H}$', |
|---|
| 659 | u'\u210c': '$\\mathfrak{H}$', |
|---|
| 660 | u'\u210d': '$\\mathbb{H}$', |
|---|
| 661 | u'\u210f': '$\\hslash$', |
|---|
| 662 | u'\u2110': '$\\mathscr{I}$', |
|---|
| 663 | u'\u2111': '$\\mathfrak{I}$', |
|---|
| 664 | u'\u2112': '$\\mathscr{L}$', |
|---|
| 665 | u'\u2113': '$\\mathscr{l}$', |
|---|
| 666 | u'\u2115': '$\\mathbb{N}$', |
|---|
| 667 | u'\u2116': '{\\cyrchar\\textnumero}', |
|---|
| 668 | u'\u2118': '$\\wp$', |
|---|
| 669 | u'\u2119': '$\\mathbb{P}$', |
|---|
| 670 | u'\u211a': '$\\mathbb{Q}$', |
|---|
| 671 | u'\u211b': '$\\mathscr{R}$', |
|---|
| 672 | u'\u211c': '$\\mathfrak{R}$', |
|---|
| 673 | u'\u211d': '$\\mathbb{R}$', |
|---|
| 674 | u'\u211e': '$\\Elzxrat$', |
|---|
| 675 | u'\u2122': '{\\texttrademark}', |
|---|
| 676 | u'\u2124': '$\\mathbb{Z}$', |
|---|
| 677 | u'\u2126': '$\\Omega$', |
|---|
| 678 | u'\u2127': '$\\mho$', |
|---|
| 679 | u'\u2128': '$\\mathfrak{Z}$', |
|---|
| 680 | u'\u2129': '$\\ElsevierGlyph{2129}$', |
|---|
| 681 | u'\u212b': '{\\AA}', |
|---|
| 682 | u'\u212c': '$\\mathscr{B}$', |
|---|
| 683 | u'\u212d': '$\\mathfrak{C}$', |
|---|
| 684 | u'\u212f': '$\\mathscr{e}$', |
|---|
| 685 | u'\u2130': '$\\mathscr{E}$', |
|---|
| 686 | u'\u2131': '$\\mathscr{F}$', |
|---|
| 687 | u'\u2133': '$\\mathscr{M}$', |
|---|
| 688 | u'\u2134': '$\\mathscr{o}$', |
|---|
| 689 | u'\u2135': '$\\aleph$', |
|---|
| 690 | u'\u2136': '$\\beth$', |
|---|
| 691 | u'\u2137': '$\\gimel$', |
|---|
| 692 | u'\u2138': '$\\daleth$', |
|---|
| 693 | u'\u2153': '$\\textfrac{1}{3}$', |
|---|
| 694 | u'\u2154': '$\\textfrac{2}{3}$', |
|---|
| 695 | u'\u2155': '$\\textfrac{1}{5}$', |
|---|
| 696 | u'\u2156': '$\\textfrac{2}{5}$', |
|---|
| 697 | u'\u2157': '$\\textfrac{3}{5}$', |
|---|
| 698 | u'\u2158': '$\\textfrac{4}{5}$', |
|---|
| 699 | u'\u2159': '$\\textfrac{1}{6}$', |
|---|
| 700 | u'\u215a': '$\\textfrac{5}{6}$', |
|---|
| 701 | u'\u215b': '$\\textfrac{1}{8}$', |
|---|
| 702 | u'\u215c': '$\\textfrac{3}{8}$', |
|---|
| 703 | u'\u215d': '$\\textfrac{5}{8}$', |
|---|
| 704 | u'\u215e': '$\\textfrac{7}{8}$', |
|---|
| 705 | u'\u2190': '$\\leftarrow$', |
|---|
| 706 | u'\u2191': '$\\uparrow$', |
|---|
| 707 | u'\u2192': '$\\rightarrow$', |
|---|
| 708 | u'\u2193': '$\\downarrow$', |
|---|
| 709 | u'\u2194': '$\\leftrightarrow$', |
|---|
| 710 | u'\u2195': '$\\updownarrow$', |
|---|
| 711 | u'\u2196': '$\\nwarrow$', |
|---|
| 712 | u'\u2197': '$\\nearrow$', |
|---|
| 713 | u'\u2198': '$\\searrow$', |
|---|
| 714 | u'\u2199': '$\\swarrow$', |
|---|
| 715 | u'\u219a': '$\\nleftarrow$', |
|---|
| 716 | u'\u219b': '$\\nrightarrow$', |
|---|
| 717 | u'\u219c': '$\\arrowwaveright$', |
|---|
| 718 | u'\u219d': '$\\arrowwaveright$', |
|---|
| 719 | u'\u219e': '$\\twoheadleftarrow$', |
|---|
| 720 | u'\u21a0': '$\\twoheadrightarrow$', |
|---|
| 721 | u'\u21a2': '$\\leftarrowtail$', |
|---|
| 722 | u'\u21a3': '$\\rightarrowtail$', |
|---|
| 723 | u'\u21a6': '$\\mapsto$', |
|---|
| 724 | u'\u21a9': '$\\hookleftarrow$', |
|---|
| 725 | u'\u21aa': '$\\hookrightarrow$', |
|---|
| 726 | u'\u21ab': '$\\looparrowleft$', |
|---|
| 727 | u'\u21ac': '$\\looparrowright$', |
|---|
| 728 | u'\u21ad': '$\\leftrightsquigarrow$', |
|---|
| 729 | u'\u21ae': '$\\nleftrightarrow$', |
|---|
| 730 | u'\u21b0': '$\\Lsh$', |
|---|
| 731 | u'\u21b1': '$\\Rsh$', |
|---|
| 732 | u'\u21b3': '$\\ElsevierGlyph{21B3}$', |
|---|
| 733 | u'\u21b6': '$\\curvearrowleft$', |
|---|
| 734 | u'\u21b7': '$\\curvearrowright$', |
|---|
| 735 | u'\u21ba': '$\\circlearrowleft$', |
|---|
| 736 | u'\u21bb': '$\\circlearrowright$', |
|---|
| 737 | u'\u21bc': '$\\leftharpoonup$', |
|---|
| 738 | u'\u21bd': '$\\leftharpoondown$', |
|---|
| 739 | u'\u21be': '$\\upharpoonright$', |
|---|
| 740 | u'\u21bf': '$\\upharpoonleft$', |
|---|
| 741 | u'\u21c0': '$\\rightharpoonup$', |
|---|
| 742 | u'\u21c1': '$\\rightharpoondown$', |
|---|
| 743 | u'\u21c2': '$\\downharpoonright$', |
|---|
| 744 | u'\u21c3': '$\\downharpoonleft$', |
|---|
| 745 | u'\u21c4': '$\\rightleftarrows$', |
|---|
| 746 | u'\u21c5': '$\\dblarrowupdown$', |
|---|
| 747 | u'\u21c6': '$\\leftrightarrows$', |
|---|
| 748 | u'\u21c7': '$\\leftleftarrows$', |
|---|
| 749 | u'\u21c8': '$\\upuparrows$', |
|---|
| 750 | u'\u21c9': '$\\rightrightarrows$', |
|---|
| 751 | u'\u21ca': '$\\downdownarrows$', |
|---|
| 752 | u'\u21cb': '$\\leftrightharpoons$', |
|---|
| 753 | u'\u21cc': '$\\rightleftharpoons$', |
|---|
| 754 | u'\u21cd': '$\\nLeftarrow$', |
|---|
| 755 | u'\u21ce': '$\\nLeftrightarrow$', |
|---|
| 756 | u'\u21cf': '$\\nRightarrow$', |
|---|
| 757 | u'\u21d0': '$\\Leftarrow$', |
|---|
| 758 | u'\u21d1': '$\\Uparrow$', |
|---|
| 759 | u'\u21d2': '$\\Rightarrow$', |
|---|
| 760 | u'\u21d3': '$\\Downarrow$', |
|---|
| 761 | u'\u21d4': '$\\Leftrightarrow$', |
|---|
| 762 | u'\u21d5': '$\\Updownarrow$', |
|---|
| 763 | u'\u21da': '$\\Lleftarrow$', |
|---|
| 764 | u'\u21db': '$\\Rrightarrow$', |
|---|
| 765 | u'\u21dd': '$\\rightsquigarrow$', |
|---|
| 766 | u'\u21f5': '$\\DownArrowUpArrow$', |
|---|
| 767 | u'\u2200': '$\\forall$', |
|---|
| 768 | u'\u2201': '$\\complement$', |
|---|
| 769 | u'\u2202': '$\\partial$', |
|---|
| 770 | u'\u2203': '$\\exists$', |
|---|
| 771 | u'\u2204': '$\\nexists$', |
|---|
| 772 | u'\u2205': '$\\varnothing$', |
|---|
| 773 | u'\u2207': '$\\nabla$', |
|---|
| 774 | u'\u2208': '$\\in$', |
|---|
| 775 | u'\u2209': '$\\not\\in$', |
|---|
| 776 | u'\u220b': '$\\ni$', |
|---|
| 777 | u'\u220c': '$\\not\\ni$', |
|---|
| 778 | u'\u220f': '$\\prod$', |
|---|
| 779 | u'\u2210': '$\\coprod$', |
|---|
| 780 | u'\u2211': '$\\sum$', |
|---|
| 781 | u'\u2212': '{-}', |
|---|
| 782 | u'\u2213': '$\\mp$', |
|---|
| 783 | u'\u2214': '$\\dotplus$', |
|---|
| 784 | u'\u2216': '$\\setminus$', |
|---|
| 785 | u'\u2217': '${_\\ast}$', |
|---|
| 786 | u'\u2218': '$\\circ$', |
|---|
| 787 | u'\u2219': '$\\bullet$', |
|---|
| 788 | u'\u221a': '$\\surd$', |
|---|
| 789 | u'\u221d': '$\\propto$', |
|---|
| 790 | u'\u221e': '$\\infty$', |
|---|
| 791 | u'\u221f': '$\\rightangle$', |
|---|
| 792 | u'\u2220': '$\\angle$', |
|---|
| 793 | u'\u2221': '$\\measuredangle$', |
|---|
| 794 | u'\u2222': '$\\sphericalangle$', |
|---|
| 795 | u'\u2223': '$\\mid$', |
|---|
| 796 | u'\u2224': '$\\nmid$', |
|---|
| 797 | u'\u2225': '$\\parallel$', |
|---|
| 798 | u'\u2226': '$\\nparallel$', |
|---|
| 799 | u'\u2227': '$\\wedge$', |
|---|
| 800 | u'\u2228': '$\\vee$', |
|---|
| 801 | u'\u2229': '$\\cap$', |
|---|
| 802 | u'\u222a': '$\\cup$', |
|---|
| 803 | u'\u222b': '$\\int$', |
|---|
| 804 | u'\u222c': '$\\int\\!\\int$', |
|---|
| 805 | u'\u222d': '$\\int\\!\\int\\!\\int$', |
|---|
| 806 | u'\u222e': '$\\oint$', |
|---|
| 807 | u'\u222f': '$\\surfintegral$', |
|---|
| 808 | u'\u2230': '$\\volintegral$', |
|---|
| 809 | u'\u2231': '$\\clwintegral$', |
|---|
| 810 | u'\u2232': '$\\ElsevierGlyph{2232}$', |
|---|
| 811 | u'\u2233': '$\\ElsevierGlyph{2233}$', |
|---|
| 812 | u'\u2234': '$\\therefore$', |
|---|
| 813 | u'\u2235': '$\\because$', |
|---|
| 814 | u'\u2237': '$\\Colon$', |
|---|
| 815 | u'\u2238': '$\\ElsevierGlyph{2238}$', |
|---|
| 816 | u'\u223a': '$\\mathbin{{:}\\!\\!{-}\\!\\!{:}}$', |
|---|
| 817 | u'\u223b': '$\\homothetic$', |
|---|
| 818 | u'\u223c': '$\\sim$', |
|---|
| 819 | u'\u223d': '$\\backsim$', |
|---|
| 820 | u'\u223e': '$\\lazysinv$', |
|---|
| 821 | u'\u2240': '$\\wr$', |
|---|
| 822 | u'\u2241': '$\\not\\sim$', |
|---|
| 823 | u'\u2242': '$\\ElsevierGlyph{2242}$', |
|---|
| 824 | u'\u2243': '$\\simeq$', |
|---|
| 825 | u'\u2244': '$\\not\\simeq$', |
|---|
| 826 | u'\u2245': '$\\cong$', |
|---|
| 827 | u'\u2246': '$\\approxnotequal$', |
|---|
| 828 | u'\u2247': '$\\not\\cong$', |
|---|
| 829 | u'\u2248': '$\\approx$', |
|---|
| 830 | u'\u2249': '$\\not\\approx$', |
|---|
| 831 | u'\u224a': '$\\approxeq$', |
|---|
| 832 | u'\u224b': '$\\tildetrpl$', |
|---|
| 833 | u'\u224c': '$\\allequal$', |
|---|
| 834 | u'\u224d': '$\\asymp$', |
|---|
| 835 | u'\u224e': '$\\Bumpeq$', |
|---|
| 836 | u'\u224f': '$\\bumpeq$', |
|---|
| 837 | u'\u2250': '$\\doteq$', |
|---|
| 838 | u'\u2251': '$\\doteqdot$', |
|---|
| 839 | u'\u2252': '$\\fallingdotseq$', |
|---|
| 840 | u'\u2253': '$\\risingdotseq$', |
|---|
| 841 | u'\u2254': '{:=}', |
|---|
| 842 | u'\u2255': '$=:$', |
|---|
| 843 | u'\u2256': '$\\eqcirc$', |
|---|
| 844 | u'\u2257': '$\\circeq$', |
|---|
| 845 | u'\u2259': '$\\estimates$', |
|---|
| 846 | u'\u225a': '$\\ElsevierGlyph{225A}$', |
|---|
| 847 | u'\u225b': '$\\starequal$', |
|---|
| 848 | u'\u225c': '$\\triangleq$', |
|---|
| 849 | u'\u225f': '$\\ElsevierGlyph{225F}$', |
|---|
| 850 | u'\u2260': '$\\not =$', |
|---|
| 851 | u'\u2261': '$\\equiv$', |
|---|
| 852 | u'\u2262': '$\\not\\equiv$', |
|---|
| 853 | u'\u2264': '$\\leq$', |
|---|
| 854 | u'\u2265': '$\\geq$', |
|---|
| 855 | u'\u2266': '$\\leqq$', |
|---|
| 856 | u'\u2267': '$\\geqq$', |
|---|
| 857 | u'\u2268': '$\\lneqq$', |
|---|
| 858 | u'\u2269': '$\\gneqq$', |
|---|
| 859 | u'\u226a': '$\\ll$', |
|---|
| 860 | u'\u226b': '$\\gg$', |
|---|
| 861 | u'\u226c': '$\\between$', |
|---|
| 862 | u'\u226d': '$\\not\\kern-0.3em\\times$', |
|---|
| 863 | u'\u226e': '$\\not<$', |
|---|
| 864 | u'\u226f': '$\\not>$', |
|---|
| 865 | u'\u2270': '$\\not\\leq$', |
|---|
| 866 | u'\u2271': '$\\not\\geq$', |
|---|
| 867 | u'\u2272': '$\\lessequivlnt$', |
|---|
| 868 | u'\u2273': '$\\greaterequivlnt$', |
|---|
| 869 | u'\u2274': '$\\ElsevierGlyph{2274}$', |
|---|
| 870 | u'\u2275': '$\\ElsevierGlyph{2275}$', |
|---|
| 871 | u'\u2276': '$\\lessgtr$', |
|---|
| 872 | u'\u2277': '$\\gtrless$', |
|---|
| 873 | u'\u2278': '$\\notlessgreater$', |
|---|
| 874 | u'\u2279': '$\\notgreaterless$', |
|---|
| 875 | u'\u227a': '$\\prec$', |
|---|
| 876 | u'\u227b': '$\\succ$', |
|---|
| 877 | u'\u227c': '$\\preccurlyeq$', |
|---|
| 878 | u'\u227d': '$\\succcurlyeq$', |
|---|
| 879 | u'\u227e': '$\\precapprox$', |
|---|
| 880 | u'\u227f': '$\\succapprox$', |
|---|
| 881 | u'\u2280': '$\\not\\prec$', |
|---|
| 882 | u'\u2281': '$\\not\\succ$', |
|---|
| 883 | u'\u2282': '$\\subset$', |
|---|
| 884 | u'\u2283': '$\\supset$', |
|---|
| 885 | u'\u2284': '$\\not\\subset$', |
|---|
| 886 | u'\u2285': '$\\not\\supset$', |
|---|
| 887 | u'\u2286': '$\\subseteq$', |
|---|
| 888 | u'\u2287': '$\\supseteq$', |
|---|
| 889 | u'\u2288': '$\\not\\subseteq$', |
|---|
| 890 | u'\u2289': '$\\not\\supseteq$', |
|---|
| 891 | u'\u228a': '$\\subsetneq$', |
|---|
| 892 | u'\u228b': '$\\supsetneq$', |
|---|
| 893 | u'\u228e': '$\\uplus$', |
|---|
| 894 | u'\u228f': '$\\sqsubset$', |
|---|
| 895 | u'\u2290': '$\\sqsupset$', |
|---|
| 896 | u'\u2291': '$\\sqsubseteq$', |
|---|
| 897 | u'\u2292': '$\\sqsupseteq$', |
|---|
| 898 | u'\u2293': '$\\sqcap$', |
|---|
| 899 | u'\u2294': '$\\sqcup$', |
|---|
| 900 | u'\u2295': '$\\oplus$', |
|---|
| 901 | u'\u2296': '$\\ominus$', |
|---|
| 902 | u'\u2297': '$\\otimes$', |
|---|
| 903 | u'\u2298': '$\\oslash$', |
|---|
| 904 | u'\u2299': '$\\odot$', |
|---|
| 905 | u'\u229a': '$\\circledcirc$', |
|---|
| 906 | u'\u229b': '$\\circledast$', |
|---|
| 907 | u'\u229d': '$\\circleddash$', |
|---|
| 908 | u'\u229e': '$\\boxplus$', |
|---|
| 909 | u'\u229f': '$\\boxminus$', |
|---|
| 910 | u'\u22a0': '$\\boxtimes$', |
|---|
| 911 | u'\u22a1': '$\\boxdot$', |
|---|
| 912 | u'\u22a2': '$\\vdash$', |
|---|
| 913 | u'\u22a3': '$\\dashv$', |
|---|
| 914 | u'\u22a4': '$\\top$', |
|---|
| 915 | u'\u22a5': '$\\perp$', |
|---|
| 916 | u'\u22a7': '$\\truestate$', |
|---|
| 917 | u'\u22a8': '$\\forcesextra$', |
|---|
| 918 | u'\u22a9': '$\\Vdash$', |
|---|
| 919 | u'\u22aa': '$\\Vvdash$', |
|---|
| 920 | u'\u22ab': '$\\VDash$', |
|---|
| 921 | u'\u22ac': '$\\nvdash$', |
|---|
| 922 | u'\u22ad': '$\\nvDash$', |
|---|
| 923 | u'\u22ae': '$\\nVdash$', |
|---|
| 924 | u'\u22af': '$\\nVDash$', |
|---|
| 925 | u'\u22b2': '$\\vartriangleleft$', |
|---|
| 926 | u'\u22b3': '$\\vartriangleright$', |
|---|
| 927 | u'\u22b4': '$\\trianglelefteq$', |
|---|
| 928 | u'\u22b5': '$\\trianglerighteq$', |
|---|
| 929 | u'\u22b6': '$\\original$', |
|---|
| 930 | u'\u22b7': '$\\image$', |
|---|
| 931 | u'\u22b8': '$\\multimap$', |
|---|
| 932 | u'\u22b9': '$\\hermitconjmatrix$', |
|---|
| 933 | u'\u22ba': '$\\intercal$', |
|---|
| 934 | u'\u22bb': '$\\veebar$', |
|---|
| 935 | u'\u22be': '$\\rightanglearc$', |
|---|
| 936 | u'\u22c0': '$\\ElsevierGlyph{22C0}$', |
|---|
| 937 | u'\u22c1': '$\\ElsevierGlyph{22C1}$', |
|---|
| 938 | u'\u22c2': '$\\bigcap$', |
|---|
| 939 | u'\u22c3': '$\\bigcup$', |
|---|
| 940 | u'\u22c4': '$\\diamond$', |
|---|
| 941 | u'\u22c5': '$\\cdot$', |
|---|
| 942 | u'\u22c6': '$\\star$', |
|---|
| 943 | u'\u22c7': '$\\divideontimes$', |
|---|
| 944 | u'\u22c8': '$\\bowtie$', |
|---|
| 945 | u'\u22c9': '$\\ltimes$', |
|---|
| 946 | u'\u22ca': '$\\rtimes$', |
|---|
| 947 | u'\u22cb': '$\\leftthreetimes$', |
|---|
| 948 | u'\u22cc': '$\\rightthreetimes$', |
|---|
| 949 | u'\u22cd': '$\\backsimeq$', |
|---|
| 950 | u'\u22ce': '$\\curlyvee$', |
|---|
| 951 | u'\u22cf': '$\\curlywedge$', |
|---|
| 952 | u'\u22d0': '$\\Subset$', |
|---|
| 953 | u'\u22d1': '$\\Supset$', |
|---|
| 954 | u'\u22d2': '$\\Cap$', |
|---|
| 955 | u'\u22d3': '$\\Cup$', |
|---|
| 956 | u'\u22d4': '$\\pitchfork$', |
|---|
| 957 | u'\u22d6': '$\\lessdot$', |
|---|
| 958 | u'\u22d7': '$\\gtrdot$', |
|---|
| 959 | u'\u22d8': '$\\verymuchless$', |
|---|
| 960 | u'\u22d9': '$\\verymuchgreater$', |
|---|
| 961 | u'\u22da': '$\\lesseqgtr$', |
|---|
| 962 | u'\u22db': '$\\gtreqless$', |
|---|
| 963 | u'\u22de': '$\\curlyeqprec$', |
|---|
| 964 | u'\u22df': '$\\curlyeqsucc$', |
|---|
| 965 | u'\u22e2': '$\\not\\sqsubseteq$', |
|---|
| 966 | u'\u22e3': '$\\not\\sqsupseteq$', |
|---|
| 967 | u'\u22e5': '$\\Elzsqspne$', |
|---|
| 968 | u'\u22e6': '$\\lnsim$', |
|---|
| 969 | u'\u22e7': '$\\gnsim$', |
|---|
| 970 | u'\u22e8': '$\\precedesnotsimilar$', |
|---|
| 971 | u'\u22e9': '$\\succnsim$', |
|---|
| 972 | u'\u22ea': '$\\ntriangleleft$', |
|---|
| 973 | u'\u22eb': '$\\ntriangleright$', |
|---|
| 974 | u'\u22ec': '$\\ntrianglelefteq$', |
|---|
| 975 | u'\u22ed': '$\\ntrianglerighteq$', |
|---|
| 976 | u'\u22ee': '$\\vdots$', |
|---|
| 977 | u'\u22ef': '$\\cdots$', |
|---|
| 978 | u'\u22f0': '$\\upslopeellipsis$', |
|---|
| 979 | u'\u22f1': '$\\downslopeellipsis$', |
|---|
| 980 | u'\u2305': '{\\barwedge}', |
|---|
| 981 | u'\u2306': '$\\perspcorrespond$', |
|---|
| 982 | u'\u2308': '$\\lceil$', |
|---|
| 983 | u'\u2309': '$\\rceil$', |
|---|
| 984 | u'\u230a': '$\\lfloor$', |
|---|
| 985 | u'\u230b': '$\\rfloor$', |
|---|
| 986 | u'\u2315': '$\\recorder$', |
|---|
| 987 | u'\u2316': '$\\mathchar"2208$', |
|---|
| 988 | u'\u231c': '$\\ulcorner$', |
|---|
| 989 | u'\u231d': '$\\urcorner$', |
|---|
| 990 | u'\u231e': '$\\llcorner$', |
|---|
| 991 | u'\u231f': '$\\lrcorner$', |
|---|
| 992 | u'\u2322': '$\\frown$', |
|---|
| 993 | u'\u2323': '$\\smile$', |
|---|
| 994 | u'\u2329': '$\\langle$', |
|---|
| 995 | u'\u232a': '$\\rangle$', |
|---|
| 996 | u'\u233d': '$\\ElsevierGlyph{E838}$', |
|---|
| 997 | u'\u23a3': '$\\Elzdlcorn$', |
|---|
| 998 | u'\u23b0': '$\\lmoustache$', |
|---|
| 999 | u'\u23b1': '$\\rmoustache$', |
|---|
| 1000 | u'\u2423': '{\\textvisiblespace}', |
|---|
| 1001 | u'\u2460': '{\\ding{172}}', |
|---|
| 1002 | u'\u2461': '{\\ding{173}}', |
|---|
| 1003 | u'\u2462': '{\\ding{174}}', |
|---|
| 1004 | u'\u2463': '{\\ding{175}}', |
|---|
| 1005 | u'\u2464': '{\\ding{176}}', |
|---|
| 1006 | u'\u2465': '{\\ding{177}}', |
|---|
| 1007 | u'\u2466': '{\\ding{178}}', |
|---|
| 1008 | u'\u2467': '{\\ding{179}}', |
|---|
| 1009 | u'\u2468': '{\\ding{180}}', |
|---|
| 1010 | u'\u2469': '{\\ding{181}}', |
|---|
| 1011 | u'\u24c8': '$\\circledS$', |
|---|
| 1012 | u'\u2506': '$\\Elzdshfnc$', |
|---|
| 1013 | u'\u2519': '$\\Elzsqfnw$', |
|---|
| 1014 | u'\u2571': '$\\diagup$', |
|---|
| 1015 | u'\u25a0': '{\\ding{110}}', |
|---|
| 1016 | u'\u25a1': '$\\square$', |
|---|
| 1017 | u'\u25aa': '$\\blacksquare$', |
|---|
| 1018 | u'\u25ad': '$\\fbox{~~}$', |
|---|
| 1019 | u'\u25af': '$\\Elzvrecto$', |
|---|
| 1020 | u'\u25b1': '$\\ElsevierGlyph{E381}$', |
|---|
| 1021 | u'\u25b2': '{\\ding{115}}', |
|---|
| 1022 | u'\u25b3': '$\\bigtriangleup$', |
|---|
| 1023 | u'\u25b4': '$\\blacktriangle$', |
|---|
| 1024 | u'\u25b5': '$\\vartriangle$', |
|---|
| 1025 | u'\u25b8': '$\\blacktriangleright$', |
|---|
| 1026 | u'\u25b9': '$\\triangleright$', |
|---|
| 1027 | u'\u25bc': '{\\ding{116}}', |
|---|
| 1028 | u'\u25bd': '$\\bigtriangledown$', |
|---|
| 1029 | u'\u25be': '$\\blacktriangledown$', |
|---|
| 1030 | u'\u25bf': '$\\triangledown$', |
|---|
| 1031 | u'\u25c2': '$\\blacktriangleleft$', |
|---|
| 1032 | u'\u25c3': '$\\triangleleft$', |
|---|
| 1033 | u'\u25c6': '{\\ding{117}}', |
|---|
| 1034 | u'\u25ca': '$\\lozenge$', |
|---|
| 1035 | u'\u25cb': '$\\bigcirc$', |
|---|
| 1036 | u'\u25cf': '{\\ding{108}}', |
|---|
| 1037 | u'\u25d0': '$\\Elzcirfl$', |
|---|
| 1038 | u'\u25d1': '$\\Elzcirfr$', |
|---|
| 1039 | u'\u25d2': '$\\Elzcirfb$', |
|---|
| 1040 | u'\u25d7': '{\\ding{119}}', |
|---|
| 1041 | u'\u25d8': '$\\Elzrvbull$', |
|---|
| 1042 | u'\u25e7': '$\\Elzsqfl$', |
|---|
| 1043 | u'\u25e8': '$\\Elzsqfr$', |
|---|
| 1044 | u'\u25ea': '$\\Elzsqfse$', |
|---|
| 1045 | u'\u25ef': '$\\bigcirc$', |
|---|
| 1046 | u'\u2605': '{\\ding{72}}', |
|---|
| 1047 | u'\u2606': '{\\ding{73}}', |
|---|
| 1048 | u'\u260e': '{\\ding{37}}', |
|---|
| 1049 | u'\u261b': '{\\ding{42}}', |
|---|
| 1050 | u'\u261e': '{\\ding{43}}', |
|---|
| 1051 | u'\u263e': '{\\rightmoon}', |
|---|
| 1052 | u'\u263f': '{\\mercury}', |
|---|
| 1053 | u'\u2640': '{\\venus}', |
|---|
| 1054 | u'\u2642': '{\\male}', |
|---|
| 1055 | u'\u2643': '{\\jupiter}', |
|---|
| 1056 | u'\u2644': '{\\saturn}', |
|---|
| 1057 | u'\u2645': '{\\uranus}', |
|---|
| 1058 | u'\u2646': '{\\neptune}', |
|---|
| 1059 | u'\u2647': '{\\pluto}', |
|---|
| 1060 | u'\u2648': '{\\aries}', |
|---|
| 1061 | u'\u2649': '{\\taurus}', |
|---|
| 1062 | u'\u264a': '{\\gemini}', |
|---|
| 1063 | u'\u264b': '{\\cancer}', |
|---|
| 1064 | u'\u264c': '{\\leo}', |
|---|
| 1065 | u'\u264d': '{\\virgo}', |
|---|
| 1066 | u'\u264e': '{\\libra}', |
|---|
| 1067 | u'\u264f': '{\\scorpio}', |
|---|
| 1068 | u'\u2650': '{\\sagittarius}', |
|---|
| 1069 | u'\u2651': '{\\capricornus}', |
|---|
| 1070 | u'\u2652': '{\\aquarius}', |
|---|
| 1071 | u'\u2653': '{\\pisces}', |
|---|
| 1072 | u'\u2660': '{\\ding{171}}', |
|---|
| 1073 | u'\u2662': '$\\diamond$', |
|---|
| 1074 | u'\u2663': '{\\ding{168}}', |
|---|
| 1075 | u'\u2665': '{\\ding{170}}', |
|---|
| 1076 | u'\u2666': '{\\ding{169}}', |
|---|
| 1077 | u'\u2669': '{\\quarternote}', |
|---|
| 1078 | u'\u266a': '{\\eighthnote}', |
|---|
| 1079 | u'\u266d': '$\\flat$', |
|---|
| 1080 | u'\u266e': '$\\natural$', |
|---|
| 1081 | u'\u266f': '$\\sharp$', |
|---|
| 1082 | u'\u2701': '{\\ding{33}}', |
|---|
| 1083 | u'\u2702': '{\\ding{34}}', |
|---|
| 1084 | u'\u2703': '{\\ding{35}}', |
|---|
| 1085 | u'\u2704': '{\\ding{36}}', |
|---|
| 1086 | u'\u2706': '{\\ding{38}}', |
|---|
| 1087 | u'\u2707': '{\\ding{39}}', |
|---|
| 1088 | u'\u2708': '{\\ding{40}}', |
|---|
| 1089 | u'\u2709': '{\\ding{41}}', |
|---|
| 1090 | u'\u270c': '{\\ding{44}}', |
|---|
| 1091 | u'\u270d': '{\\ding{45}}', |
|---|
| 1092 | u'\u270e': '{\\ding{46}}', |
|---|
| 1093 | u'\u270f': '{\\ding{47}}', |
|---|
| 1094 | u'\u2710': '{\\ding{48}}', |
|---|
| 1095 | u'\u2711': '{\\ding{49}}', |
|---|
| 1096 | u'\u2712': '{\\ding{50}}', |
|---|
| 1097 | u'\u2713': '{\\ding{51}}', |
|---|
| 1098 | u'\u2714': '{\\ding{52}}', |
|---|
| 1099 | u'\u2715': '{\\ding{53}}', |
|---|
| 1100 | u'\u2716': '{\\ding{54}}', |
|---|
| 1101 | u'\u2717': '{\\ding{55}}', |
|---|
| 1102 | u'\u2718': '{\\ding{56}}', |
|---|
| 1103 | u'\u2719': '{\\ding{57}}', |
|---|
| 1104 | u'\u271a': '{\\ding{58}}', |
|---|
| 1105 | u'\u271b': '{\\ding{59}}', |
|---|
| 1106 | u'\u271c': '{\\ding{60}}', |
|---|
| 1107 | u'\u271d': '{\\ding{61}}', |
|---|
| 1108 | u'\u271e': '{\\ding{62}}', |
|---|
| 1109 | u'\u271f': '{\\ding{63}}', |
|---|
| 1110 | u'\u2720': '{\\ding{64}}', |
|---|
| 1111 | u'\u2721': '{\\ding{65}}', |
|---|
| 1112 | u'\u2722': '{\\ding{66}}', |
|---|
| 1113 | u'\u2723': '{\\ding{67}}', |
|---|
| 1114 | u'\u2724': '{\\ding{68}}', |
|---|
| 1115 | u'\u2725': '{\\ding{69}}', |
|---|
| 1116 | u'\u2726': '{\\ding{70}}', |
|---|
| 1117 | u'\u2727': '{\\ding{71}}', |
|---|
| 1118 | u'\u2729': '{\\ding{73}}', |
|---|
| 1119 | u'\u272a': '{\\ding{74}}', |
|---|
| 1120 | u'\u272b': '{\\ding{75}}', |
|---|
| 1121 | u'\u272c': '{\\ding{76}}', |
|---|
| 1122 | u'\u272d': '{\\ding{77}}', |
|---|
| 1123 | u'\u272e': '{\\ding{78}}', |
|---|
| 1124 | u'\u272f': '{\\ding{79}}', |
|---|
| 1125 | u'\u2730': '{\\ding{80}}', |
|---|
| 1126 | u'\u2731': '{\\ding{81}}', |
|---|
| 1127 | u'\u2732': '{\\ding{82}}', |
|---|
| 1128 | u'\u2733': '{\\ding{83}}', |
|---|
| 1129 | u'\u2734': '{\\ding{84}}', |
|---|
| 1130 | u'\u2735': '{\\ding{85}}', |
|---|
| 1131 | u'\u2736': '{\\ding{86}}', |
|---|
| 1132 | u'\u2737': '{\\ding{87}}', |
|---|
| 1133 | u'\u2738': '{\\ding{88}}', |
|---|
| 1134 | u'\u2739': '{\\ding{89}}', |
|---|
| 1135 | u'\u273a': '{\\ding{90}}', |
|---|
| 1136 | u'\u273b': '{\\ding{91}}', |
|---|
| 1137 | u'\u273c': '{\\ding{92}}', |
|---|
| 1138 | u'\u273d': '{\\ding{93}}', |
|---|
| 1139 | u'\u273e': '{\\ding{94}}', |
|---|
| 1140 | u'\u273f': '{\\ding{95}}', |
|---|
| 1141 | u'\u2740': '{\\ding{96}}', |
|---|
| 1142 | u'\u2741': '{\\ding{97}}', |
|---|
| 1143 | u'\u2742': '{\\ding{98}}', |
|---|
| 1144 | u'\u2743': '{\\ding{99}}', |
|---|
| 1145 | u'\u2744': '{\\ding{100}}', |
|---|
| 1146 | u'\u2745': '{\\ding{101}}', |
|---|
| 1147 | u'\u2746': '{\\ding{102}}', |
|---|
| 1148 | u'\u2747': '{\\ding{103}}', |
|---|
| 1149 | u'\u2748': '{\\ding{104}}', |
|---|
| 1150 | u'\u2749': '{\\ding{105}}', |
|---|
| 1151 | u'\u274a': '{\\ding{106}}', |
|---|
| 1152 | u'\u274b': '{\\ding{107}}', |
|---|
| 1153 | u'\u274d': '{\\ding{109}}', |
|---|
| 1154 | u'\u274f': '{\\ding{111}}', |
|---|
| 1155 | u'\u2750': '{\\ding{112}}', |
|---|
| 1156 | u'\u2751': '{\\ding{113}}', |
|---|
| 1157 | u'\u2752': '{\\ding{114}}', |
|---|
| 1158 | u'\u2756': '{\\ding{118}}', |
|---|
| 1159 | u'\u2758': '{\\ding{120}}', |
|---|
| 1160 | u'\u2759': '{\\ding{121}}', |
|---|
| 1161 | u'\u275a': '{\\ding{122}}', |
|---|
| 1162 | u'\u275b': '{\\ding{123}}', |
|---|
| 1163 | u'\u275c': '{\\ding{124}}', |
|---|
| 1164 | u'\u275d': '{\\ding{125}}', |
|---|
| 1165 | u'\u275e': '{\\ding{126}}', |
|---|
| 1166 | u'\u2761': '{\\ding{161}}', |
|---|
| 1167 | u'\u2762': '{\\ding{162}}', |
|---|
| 1168 | u'\u2763': '{\\ding{163}}', |
|---|
| 1169 | u'\u2764': '{\\ding{164}}', |
|---|
| 1170 | u'\u2765': '{\\ding{165}}', |
|---|
| 1171 | u'\u2766': '{\\ding{166}}', |
|---|
| 1172 | u'\u2767': '{\\ding{167}}', |
|---|
| 1173 | u'\u2776': '{\\ding{182}}', |
|---|
| 1174 | u'\u2777': '{\\ding{183}}', |
|---|
| 1175 | u'\u2778': '{\\ding{184}}', |
|---|
| 1176 | u'\u2779': '{\\ding{185}}', |
|---|
| 1177 | u'\u277a': '{\\ding{186}}', |
|---|
| 1178 | u'\u277b': '{\\ding{187}}', |
|---|
| 1179 | u'\u277c': '{\\ding{188}}', |
|---|
| 1180 | u'\u277d': '{\\ding{189}}', |
|---|
| 1181 | u'\u277e': '{\\ding{190}}', |
|---|
| 1182 | u'\u277f': '{\\ding{191}}', |
|---|
| 1183 | u'\u2780': '{\\ding{192}}', |
|---|
| 1184 | u'\u2781': '{\\ding{193}}', |
|---|
| 1185 | u'\u2782': '{\\ding{194}}', |
|---|
| 1186 | u'\u2783': '{\\ding{195}}', |
|---|
| 1187 | u'\u2784': '{\\ding{196}}', |
|---|
| 1188 | u'\u2785': '{\\ding{197}}', |
|---|
| 1189 | u'\u2786': '{\\ding{198}}', |
|---|
| 1190 | u'\u2787': '{\\ding{199}}', |
|---|
| 1191 | u'\u2788': '{\\ding{200}}', |
|---|
| 1192 | u'\u2789': '{\\ding{201}}', |
|---|
| 1193 | u'\u278a': '{\\ding{202}}', |
|---|
| 1194 | u'\u278b': '{\\ding{203}}', |
|---|
| 1195 | u'\u278c': '{\\ding{204}}', |
|---|
| 1196 | u'\u278d': '{\\ding{205}}', |
|---|
| 1197 | u'\u278e': '{\\ding{206}}', |
|---|
| 1198 | u'\u278f': '{\\ding{207}}', |
|---|
| 1199 | u'\u2790': '{\\ding{208}}', |
|---|
| 1200 | u'\u2791': '{\\ding{209}}', |
|---|
| 1201 | u'\u2792': '{\\ding{210}}', |
|---|
| 1202 | u'\u2793': '{\\ding{211}}', |
|---|
| 1203 | u'\u2794': '{\\ding{212}}', |
|---|
| 1204 | u'\u2798': '{\\ding{216}}', |
|---|
| 1205 | u'\u2799': '{\\ding{217}}', |
|---|
| 1206 | u'\u279a': '{\\ding{218}}', |
|---|
| 1207 | u'\u279b': '{\\ding{219}}', |
|---|
| 1208 | u'\u279c': '{\\ding{220}}', |
|---|
| 1209 | u'\u279d': '{\\ding{221}}', |
|---|
| 1210 | u'\u279e': '{\\ding{222}}', |
|---|
| 1211 | u'\u279f': '{\\ding{223}}', |
|---|
| 1212 | u'\u27a0': '{\\ding{224}}', |
|---|
| 1213 | u'\u27a1': '{\\ding{225}}', |
|---|
| 1214 | u'\u27a2': '{\\ding{226}}', |
|---|
| 1215 | u'\u27a3': '{\\ding{227}}', |
|---|
| 1216 | u'\u27a4': '{\\ding{228}}', |
|---|
| 1217 | u'\u27a5': '{\\ding{229}}', |
|---|
| 1218 | u'\u27a6': '{\\ding{230}}', |
|---|
| 1219 | u'\u27a7': '{\\ding{231}}', |
|---|
| 1220 | u'\u27a8': '{\\ding{232}}', |
|---|
| 1221 | u'\u27a9': '{\\ding{233}}', |
|---|
| 1222 | u'\u27aa': '{\\ding{234}}', |
|---|
| 1223 | u'\u27ab': '{\\ding{235}}', |
|---|
| 1224 | u'\u27ac': '{\\ding{236}}', |
|---|
| 1225 | u'\u27ad': '{\\ding{237}}', |
|---|
| 1226 | u'\u27ae': '{\\ding{238}}', |
|---|
| 1227 | u'\u27af': '{\\ding{239}}', |
|---|
| 1228 | u'\u27b1': '{\\ding{241}}', |
|---|
| 1229 | u'\u27b2': '{\\ding{242}}', |
|---|
| 1230 | u'\u27b3': '{\\ding{243}}', |
|---|
| 1231 | u'\u27b4': '{\\ding{244}}', |
|---|
| 1232 | u'\u27b5': '{\\ding{245}}', |
|---|
| 1233 | u'\u27b6': '{\\ding{246}}', |
|---|
| 1234 | u'\u27b7': '{\\ding{247}}', |
|---|
| 1235 | u'\u27b8': '{\\ding{248}}', |
|---|
| 1236 | u'\u27b9': '{\\ding{249}}', |
|---|
| 1237 | u'\u27ba': '{\\ding{250}}', |
|---|
| 1238 | u'\u27bb': '{\\ding{251}}', |
|---|
| 1239 | u'\u27bc': '{\\ding{252}}', |
|---|
| 1240 | u'\u27bd': '{\\ding{253}}', |
|---|
| 1241 | u'\u27be': '{\\ding{254}}', |
|---|
| 1242 | u'\u27f5': '$\\longleftarrow$', |
|---|
| 1243 | u'\u27f6': '$\\longrightarrow$', |
|---|
| 1244 | u'\u27f7': '$\\longleftrightarrow$', |
|---|
| 1245 | u'\u27f8': '$\\Longleftarrow$', |
|---|
| 1246 | u'\u27f9': '$\\Longrightarrow$', |
|---|
| 1247 | u'\u27fa': '$\\Longleftrightarrow$', |
|---|
| 1248 | u'\u27fc': '$\\longmapsto$', |
|---|
| 1249 | u'\u27ff': '$\\sim\\joinrel\\leadsto$', |
|---|
| 1250 | u'\u2905': '$\\ElsevierGlyph{E212}$', |
|---|
| 1251 | u'\u2912': '$\\UpArrowBar$', |
|---|
| 1252 | u'\u2913': '$\\DownArrowBar$', |
|---|
| 1253 | u'\u2923': '$\\ElsevierGlyph{E20C}$', |
|---|
| 1254 | u'\u2924': '$\\ElsevierGlyph{E20D}$', |
|---|
| 1255 | u'\u2925': '$\\ElsevierGlyph{E20B}$', |
|---|
| 1256 | u'\u2926': '$\\ElsevierGlyph{E20A}$', |
|---|
| 1257 | u'\u2927': '$\\ElsevierGlyph{E211}$', |
|---|
| 1258 | u'\u2928': '$\\ElsevierGlyph{E20E}$', |
|---|
| 1259 | u'\u2929': '$\\ElsevierGlyph{E20F}$', |
|---|
| 1260 | u'\u292a': '$\\ElsevierGlyph{E210}$', |
|---|
| 1261 | u'\u2933': '$\\ElsevierGlyph{E21C}$', |
|---|
| 1262 | u'\u2936': '$\\ElsevierGlyph{E21A}$', |
|---|
| 1263 | u'\u2937': '$\\ElsevierGlyph{E219}$', |
|---|
| 1264 | u'\u2940': '$\\Elolarr$', |
|---|
| 1265 | u'\u2941': '$\\Elorarr$', |
|---|
| 1266 | u'\u2942': '$\\ElzRlarr$', |
|---|
| 1267 | u'\u2944': '$\\ElzrLarr$', |
|---|
| 1268 | u'\u2947': '$\\Elzrarrx$', |
|---|
| 1269 | u'\u294e': '$\\LeftRightVector$', |
|---|
| 1270 | u'\u294f': '$\\RightUpDownVector$', |
|---|
| 1271 | u'\u2950': '$\\DownLeftRightVector$', |
|---|
| 1272 | u'\u2951': '$\\LeftUpDownVector$', |
|---|
| 1273 | u'\u2952': '$\\LeftVectorBar$', |
|---|
| 1274 | u'\u2953': '$\\RightVectorBar$', |
|---|
| 1275 | u'\u2954': '$\\RightUpVectorBar$', |
|---|
| 1276 | u'\u2955': '$\\RightDownVectorBar$', |
|---|
| 1277 | u'\u2956': '$\\DownLeftVectorBar$', |
|---|
| 1278 | u'\u2957': '$\\DownRightVectorBar$', |
|---|
| 1279 | u'\u2958': '$\\LeftUpVectorBar$', |
|---|
| 1280 | u'\u2959': '$\\LeftDownVectorBar$', |
|---|
| 1281 | u'\u295a': '$\\LeftTeeVector$', |
|---|
| 1282 | u'\u295b': '$\\RightTeeVector$', |
|---|
| 1283 | u'\u295c': '$\\RightUpTeeVector$', |
|---|
| 1284 | u'\u295d': '$\\RightDownTeeVector$', |
|---|
| 1285 | u'\u295e': '$\\DownLeftTeeVector$', |
|---|
| 1286 | u'\u295f': '$\\DownRightTeeVector$', |
|---|
| 1287 | u'\u2960': '$\\LeftUpTeeVector$', |
|---|
| 1288 | u'\u2961': '$\\LeftDownTeeVector$', |
|---|
| 1289 | u'\u296e': '$\\UpEquilibrium$', |
|---|
| 1290 | u'\u296f': '$\\ReverseUpEquilibrium$', |
|---|
| 1291 | u'\u2970': '$\\RoundImplies$', |
|---|
| 1292 | u'\u297c': '$\\ElsevierGlyph{E214}$', |
|---|
| 1293 | u'\u297d': '$\\ElsevierGlyph{E215}$', |
|---|
| 1294 | u'\u2980': '$\\Elztfnc$', |
|---|
| 1295 | u'\u2985': '$\\ElsevierGlyph{3018}$', |
|---|
| 1296 | u'\u2986': '$\\Elroang$', |
|---|
| 1297 | u'\u2993': '$<\\kern-0.58em($', |
|---|
| 1298 | u'\u2994': '$\\ElsevierGlyph{E291}$', |
|---|
| 1299 | u'\u2999': '$\\Elzddfnc$', |
|---|
| 1300 | u'\u299c': '$\\Angle$', |
|---|
| 1301 | u'\u29a0': '$\\Elzlpargt$', |
|---|
| 1302 | u'\u29b5': '$\\ElsevierGlyph{E260}$', |
|---|
| 1303 | u'\u29b6': '$\\ElsevierGlyph{E61B}$', |
|---|
| 1304 | u'\u29ca': '$\\ElzLap$', |
|---|
| 1305 | u'\u29cb': '$\\Elzdefas$', |
|---|
| 1306 | u'\u29cf': '$\\LeftTriangleBar$', |
|---|
| 1307 | u'\u29d0': '$\\RightTriangleBar$', |
|---|
| 1308 | u'\u29dc': '$\\ElsevierGlyph{E372}$', |
|---|
| 1309 | u'\u29eb': '$\\blacklozenge$', |
|---|
| 1310 | u'\u29f4': '$\\RuleDelayed$', |
|---|
| 1311 | u'\u2a04': '$\\Elxuplus$', |
|---|
| 1312 | u'\u2a05': '$\\ElzThr$', |
|---|
| 1313 | u'\u2a06': '$\\Elxsqcup$', |
|---|
| 1314 | u'\u2a07': '$\\ElzInf$', |
|---|
| 1315 | u'\u2a08': '$\\ElzSup$', |
|---|
| 1316 | u'\u2a0d': '$\\ElzCint$', |
|---|
| 1317 | u'\u2a0f': '$\\clockoint$', |
|---|
| 1318 | u'\u2a10': '$\\ElsevierGlyph{E395}$', |
|---|
| 1319 | u'\u2a16': '$\\sqrint$', |
|---|
| 1320 | u'\u2a25': '$\\ElsevierGlyph{E25A}$', |
|---|
| 1321 | u'\u2a2a': '$\\ElsevierGlyph{E25B}$', |
|---|
| 1322 | u'\u2a2d': '$\\ElsevierGlyph{E25C}$', |
|---|
| 1323 | u'\u2a2e': '$\\ElsevierGlyph{E25D}$', |
|---|
| 1324 | u'\u2a2f': '$\\ElzTimes$', |
|---|
| 1325 | u'\u2a34': '$\\ElsevierGlyph{E25E}$', |
|---|
| 1326 | u'\u2a35': '$\\ElsevierGlyph{E25E}$', |
|---|
| 1327 | u'\u2a3c': '$\\ElsevierGlyph{E259}$', |
|---|
| 1328 | u'\u2a3f': '$\\amalg$', |
|---|
| 1329 | u'\u2a53': '$\\ElzAnd$', |
|---|
| 1330 | u'\u2a54': '$\\ElzOr$', |
|---|
| 1331 | u'\u2a55': '$\\ElsevierGlyph{E36E}$', |
|---|
| 1332 | u'\u2a56': '$\\ElOr$', |
|---|
| 1333 | u'\u2a5e': '$\\perspcorrespond$', |
|---|
| 1334 | u'\u2a5f': '$\\Elzminhat$', |
|---|
| 1335 | u'\u2a63': '$\\ElsevierGlyph{225A}$', |
|---|
| 1336 | u'\u2a6e': '$\\stackrel{*}{=}$', |
|---|
| 1337 | u'\u2a75': '$\\Equal$', |
|---|
| 1338 | u'\u2a7d': '$\\leqslant$', |
|---|
| 1339 | u'\u2a7e': '$\\geqslant$', |
|---|
| 1340 | u'\u2a85': '$\\lessapprox$', |
|---|
| 1341 | u'\u2a86': '$\\gtrapprox$', |
|---|
| 1342 | u'\u2a87': '$\\lneq$', |
|---|
| 1343 | u'\u2a88': '$\\gneq$', |
|---|
| 1344 | u'\u2a89': '$\\lnapprox$', |
|---|
| 1345 | u'\u2a8a': '$\\gnapprox$', |
|---|
| 1346 | u'\u2a8b': '$\\lesseqqgtr$', |
|---|
| 1347 | u'\u2a8c': '$\\gtreqqless$', |
|---|
| 1348 | u'\u2a95': '$\\eqslantless$', |
|---|
| 1349 | u'\u2a96': '$\\eqslantgtr$', |
|---|
| 1350 | u'\u2a9d': '$\\Pisymbol{ppi020}{117}$', |
|---|
| 1351 | u'\u2a9e': '$\\Pisymbol{ppi020}{105}$', |
|---|
| 1352 | u'\u2aa1': '$\\NestedLessLess$', |
|---|
| 1353 | u'\u2aa2': '$\\NestedGreaterGreater$', |
|---|
| 1354 | u'\u2aaf': '$\\preceq$', |
|---|
| 1355 | u'\u2ab0': '$\\succeq$', |
|---|
| 1356 | u'\u2ab5': '$\\precneqq$', |
|---|
| 1357 | u'\u2ab6': '$\\succneqq$', |
|---|
| 1358 | u'\u2ab7': '$\\precapprox$', |
|---|
| 1359 | u'\u2ab8': '$\\succapprox$', |
|---|
| 1360 | u'\u2ab9': '$\\precnapprox$', |
|---|
| 1361 | u'\u2aba': '$\\succnapprox$', |
|---|
| 1362 | u'\u2ac5': '$\\subseteqq$', |
|---|
| 1363 | u'\u2ac6': '$\\supseteqq$', |
|---|
| 1364 | u'\u2acb': '$\\subsetneqq$', |
|---|
| 1365 | u'\u2acc': '$\\supsetneqq$', |
|---|
| 1366 | u'\u2aeb': '$\\ElsevierGlyph{E30D}$', |
|---|
| 1367 | u'\u2af6': '$\\Elztdcol$', |
|---|
| 1368 | u'\u2afd': '${{/}\\!\\!{/}}$', |
|---|
| 1369 | u'\u300a': '$\\ElsevierGlyph{300A}$', |
|---|
| 1370 | u'\u300b': '$\\ElsevierGlyph{300B}$', |
|---|
| 1371 | u'\u3018': '$\\ElsevierGlyph{3018}$', |
|---|
| 1372 | u'\u3019': '$\\ElsevierGlyph{3019}$', |
|---|
| 1373 | u'\u301a': '$\\openbracketleft$', |
|---|
| 1374 | u'\u301b': '$\\openbracketright$', |
|---|
| 1375 | u'\ufb00': '{ff}', |
|---|
| 1376 | u'\ufb01': '{fi}', |
|---|
| 1377 | u'\ufb02': '{fl}', |
|---|
| 1378 | u'\ufb03': '{ffi}', |
|---|
| 1379 | u'\ufb04': '{ffl}', |
|---|
| 1380 | u'\U0001d400': '$\\mathbf{A}$', |
|---|
| 1381 | u'\U0001d401': '$\\mathbf{B}$', |
|---|
| 1382 | u'\U0001d402': '$\\mathbf{C}$', |
|---|
| 1383 | u'\U0001d403': '$\\mathbf{D}$', |
|---|
| 1384 | u'\U0001d404': '$\\mathbf{E}$', |
|---|
| 1385 | u'\U0001d405': '$\\mathbf{F}$', |
|---|
| 1386 | u'\U0001d406': '$\\mathbf{G}$', |
|---|
| 1387 | u'\U0001d407': '$\\mathbf{H}$', |
|---|
| 1388 | u'\U0001d408': '$\\mathbf{I}$', |
|---|
| 1389 | u'\U0001d409': '$\\mathbf{J}$', |
|---|
| 1390 | u'\U0001d40a': '$\\mathbf{K}$', |
|---|
| 1391 | u'\U0001d40b': '$\\mathbf{L}$', |
|---|
| 1392 | u'\U0001d40c': '$\\mathbf{M}$', |
|---|
| 1393 | u'\U0001d40d': '$\\mathbf{N}$', |
|---|
| 1394 | u'\U0001d40e': '$\\mathbf{O}$', |
|---|
| 1395 | u'\U0001d40f': '$\\mathbf{P}$', |
|---|
| 1396 | u'\U0001d410': '$\\mathbf{Q}$', |
|---|
| 1397 | u'\U0001d411': '$\\mathbf{R}$', |
|---|
| 1398 | u'\U0001d412': '$\\mathbf{S}$', |
|---|
| 1399 | u'\U0001d413': '$\\mathbf{T}$', |
|---|
| 1400 | u'\U0001d414': '$\\mathbf{U}$', |
|---|
| 1401 | u'\U0001d415': '$\\mathbf{V}$', |
|---|
| 1402 | u'\U0001d416': '$\\mathbf{W}$', |
|---|
| 1403 | u'\U0001d417': '$\\mathbf{X}$', |
|---|
| 1404 | u'\U0001d418': '$\\mathbf{Y}$', |
|---|
| 1405 | u'\U0001d419': '$\\mathbf{Z}$', |
|---|
| 1406 | u'\U0001d41a': '$\\mathbf{a}$', |
|---|
| 1407 | u'\U0001d41b': '$\\mathbf{b}$', |
|---|
| 1408 | u'\U0001d41c': '$\\mathbf{c}$', |
|---|
| 1409 | u'\U0001d41d': '$\\mathbf{d}$', |
|---|
| 1410 | u'\U0001d41e': '$\\mathbf{e}$', |
|---|
| 1411 | u'\U0001d41f': '$\\mathbf{f}$', |
|---|
| 1412 | u'\U0001d420': '$\\mathbf{g}$', |
|---|
| 1413 | u'\U0001d421': '$\\mathbf{h}$', |
|---|
| 1414 | u'\U0001d422': '$\\mathbf{i}$', |
|---|
| 1415 | u'\U0001d423': '$\\mathbf{j}$', |
|---|
| 1416 | u'\U0001d424': '$\\mathbf{k}$', |
|---|
| 1417 | u'\U0001d425': '$\\mathbf{l}$', |
|---|
| 1418 | u'\U0001d426': '$\\mathbf{m}$', |
|---|
| 1419 | u'\U0001d427': '$\\mathbf{n}$', |
|---|
| 1420 | u'\U0001d428': '$\\mathbf{o}$', |
|---|
| 1421 | u'\U0001d429': '$\\mathbf{p}$', |
|---|
| 1422 | u'\U0001d42a': '$\\mathbf{q}$', |
|---|
| 1423 | u'\U0001d42b': '$\\mathbf{r}$', |
|---|
| 1424 | u'\U0001d42c': '$\\mathbf{s}$', |
|---|
| 1425 | u'\U0001d42d': '$\\mathbf{t}$', |
|---|
| 1426 | u'\U0001d42e': '$\\mathbf{u}$', |
|---|
| 1427 | u'\U0001d42f': '$\\mathbf{v}$', |
|---|
| 1428 | u'\U0001d430': '$\\mathbf{w}$', |
|---|
| 1429 | u'\U0001d431': '$\\mathbf{x}$', |
|---|
| 1430 | u'\U0001d432': '$\\mathbf{y}$', |
|---|
| 1431 | u'\U0001d433': '$\\mathbf{z}$', |
|---|
| 1432 | u'\U0001d434': '$\\mathsl{A}$', |
|---|
| 1433 | u'\U0001d435': '$\\mathsl{B}$', |
|---|
| 1434 | u'\U0001d436': '$\\mathsl{C}$', |
|---|
| 1435 | u'\U0001d437': '$\\mathsl{D}$', |
|---|
| 1436 | u'\U0001d438': '$\\mathsl{E}$', |
|---|
| 1437 | u'\U0001d439': '$\\mathsl{F}$', |
|---|
| 1438 | u'\U0001d43a': '$\\mathsl{G}$', |
|---|
| 1439 | u'\U0001d43b': '$\\mathsl{H}$', |
|---|
| 1440 | u'\U0001d43c': '$\\mathsl{I}$', |
|---|
| 1441 | u'\U0001d43d': '$\\mathsl{J}$', |
|---|
| 1442 | u'\U0001d43e': '$\\mathsl{K}$', |
|---|
| 1443 | u'\U0001d43f': '$\\mathsl{L}$', |
|---|
| 1444 | u'\U0001d440': '$\\mathsl{M}$', |
|---|
| 1445 | u'\U0001d441': '$\\mathsl{N}$', |
|---|
| 1446 | u'\U0001d442': '$\\mathsl{O}$', |
|---|
| 1447 | u'\U0001d443': '$\\mathsl{P}$', |
|---|
| 1448 | u'\U0001d444': '$\\mathsl{Q}$', |
|---|
| 1449 | u'\U0001d445': '$\\mathsl{R}$', |
|---|
| 1450 | u'\U0001d446': '$\\mathsl{S}$', |
|---|
| 1451 | u'\U0001d447': '$\\mathsl{T}$', |
|---|
| 1452 | u'\U0001d448': '$\\mathsl{U}$', |
|---|
| 1453 | u'\U0001d449': '$\\mathsl{V}$', |
|---|
| 1454 | u'\U0001d44a': '$\\mathsl{W}$', |
|---|
| 1455 | u'\U0001d44b': '$\\mathsl{X}$', |
|---|
| 1456 | u'\U0001d44c': '$\\mathsl{Y}$', |
|---|
| 1457 | u'\U0001d44d': '$\\mathsl{Z}$', |
|---|
| 1458 | u'\U0001d44e': '$\\mathsl{a}$', |
|---|
| 1459 | u'\U0001d44f': '$\\mathsl{b}$', |
|---|
| 1460 | u'\U0001d450': '$\\mathsl{c}$', |
|---|
| 1461 | u'\U0001d451': '$\\mathsl{d}$', |
|---|
| 1462 | u'\U0001d452': '$\\mathsl{e}$', |
|---|
| 1463 | u'\U0001d453': '$\\mathsl{f}$', |
|---|
| 1464 | u'\U0001d454': '$\\mathsl{g}$', |
|---|
| 1465 | u'\U0001d456': '$\\mathsl{i}$', |
|---|
| 1466 | u'\U0001d457': '$\\mathsl{j}$', |
|---|
| 1467 | u'\U0001d458': '$\\mathsl{k}$', |
|---|
| 1468 | u'\U0001d459': '$\\mathsl{l}$', |
|---|
| 1469 | u'\U0001d45a': '$\\mathsl{m}$', |
|---|
| 1470 | u'\U0001d45b': '$\\mathsl{n}$', |
|---|
| 1471 | u'\U0001d45c': '$\\mathsl{o}$', |
|---|
| 1472 | u'\U0001d45d': '$\\mathsl{p}$', |
|---|
| 1473 | u'\U0001d45e': '$\\mathsl{q}$', |
|---|
| 1474 | u'\U0001d45f': '$\\mathsl{r}$', |
|---|
| 1475 | u'\U0001d460': '$\\mathsl{s}$', |
|---|
| 1476 | u'\U0001d461': '$\\mathsl{t}$', |
|---|
| 1477 | u'\U0001d462': '$\\mathsl{u}$', |
|---|
| 1478 | u'\U0001d463': '$\\mathsl{v}$', |
|---|
| 1479 | u'\U0001d464': '$\\mathsl{w}$', |
|---|
| 1480 | u'\U0001d465': '$\\mathsl{x}$', |
|---|
| 1481 | u'\U0001d466': '$\\mathsl{y}$', |
|---|
| 1482 | u'\U0001d467': '$\\mathsl{z}$', |
|---|
| 1483 | u'\U0001d468': '$\\mathbit{A}$', |
|---|
| 1484 | u'\U0001d469': '$\\mathbit{B}$', |
|---|
| 1485 | u'\U0001d46a': '$\\mathbit{C}$', |
|---|
| 1486 | u'\U0001d46b': '$\\mathbit{D}$', |
|---|
| 1487 | u'\U0001d46c': '$\\mathbit{E}$', |
|---|
| 1488 | u'\U0001d46d': '$\\mathbit{F}$', |
|---|
| 1489 | u'\U0001d46e': '$\\mathbit{G}$', |
|---|
| 1490 | u'\U0001d46f': '$\\mathbit{H}$', |
|---|
| 1491 | u'\U0001d470': '$\\mathbit{I}$', |
|---|
| 1492 | u'\U0001d471': '$\\mathbit{J}$', |
|---|
| 1493 | u'\U0001d472': '$\\mathbit{K}$', |
|---|
| 1494 | u'\U0001d473': '$\\mathbit{L}$', |
|---|
| 1495 | u'\U0001d474': '$\\mathbit{M}$', |
|---|
| 1496 | u'\U0001d475': '$\\mathbit{N}$', |
|---|
| 1497 | u'\U0001d476': '$\\mathbit{O}$', |
|---|
| 1498 | u'\U0001d477': '$\\mathbit{P}$', |
|---|
| 1499 | u'\U0001d478': '$\\mathbit{Q}$', |
|---|
| 1500 | u'\U0001d479': '$\\mathbit{R}$', |
|---|
| 1501 | u'\U0001d47a': '$\\mathbit{S}$', |
|---|
| 1502 | u'\U0001d47b': '$\\mathbit{T}$', |
|---|
| 1503 | u'\U0001d47c': '$\\mathbit{U}$', |
|---|
| 1504 | u'\U0001d47d': '$\\mathbit{V}$', |
|---|
| 1505 | u'\U0001d47e': '$\\mathbit{W}$', |
|---|
| 1506 | u'\U0001d47f': '$\\mathbit{X}$', |
|---|
| 1507 | u'\U0001d480': '$\\mathbit{Y}$', |
|---|
| 1508 | u'\U0001d481': '$\\mathbit{Z}$', |
|---|
| 1509 | u'\U0001d482': '$\\mathbit{a}$', |
|---|
| 1510 | u'\U0001d483': '$\\mathbit{b}$', |
|---|
| 1511 | u'\U0001d484': '$\\mathbit{c}$', |
|---|
| 1512 | u'\U0001d485': '$\\mathbit{d}$', |
|---|
| 1513 | u'\U0001d486': '$\\mathbit{e}$', |
|---|
| 1514 | u'\U0001d487': '$\\mathbit{f}$', |
|---|
| 1515 | u'\U0001d488': '$\\mathbit{g}$', |
|---|
| 1516 | u'\U0001d489': '$\\mathbit{h}$', |
|---|
| 1517 | u'\U0001d48a': '$\\mathbit{i}$', |
|---|
| 1518 | u'\U0001d48b': '$\\mathbit{j}$', |
|---|
| 1519 | u'\U0001d48c': '$\\mathbit{k}$', |
|---|
| 1520 | u'\U0001d48d': '$\\mathbit{l}$', |
|---|
| 1521 | u'\U0001d48e': '$\\mathbit{m}$', |
|---|
| 1522 | u'\U0001d48f': '$\\mathbit{n}$', |
|---|
| 1523 | u'\U0001d490': '$\\mathbit{o}$', |
|---|
| 1524 | u'\U0001d491': '$\\mathbit{p}$', |
|---|
| 1525 | u'\U0001d492': '$\\mathbit{q}$', |
|---|
| 1526 | u'\U0001d493': '$\\mathbit{r}$', |
|---|
| 1527 | u'\U0001d494': '$\\mathbit{s}$', |
|---|
| 1528 | u'\U0001d495': '$\\mathbit{t}$', |
|---|
| 1529 | u'\U0001d496': '$\\mathbit{u}$', |
|---|
| 1530 | u'\U0001d497': '$\\mathbit{v}$', |
|---|
| 1531 | u'\U0001d498': '$\\mathbit{w}$', |
|---|
| 1532 | u'\U0001d499': '$\\mathbit{x}$', |
|---|
| 1533 | u'\U0001d49a': '$\\mathbit{y}$', |
|---|
| 1534 | u'\U0001d49b': '$\\mathbit{z}$', |
|---|
| 1535 | u'\U0001d49c': '$\\mathscr{A}$', |
|---|
| 1536 | u'\U0001d49e': '$\\mathscr{C}$', |
|---|
| 1537 | u'\U0001d49f': '$\\mathscr{D}$', |
|---|
| 1538 | u'\U0001d4a2': '$\\mathscr{G}$', |
|---|
| 1539 | u'\U0001d4a5': '$\\mathscr{J}$', |
|---|
| 1540 | u'\U0001d4a6': '$\\mathscr{K}$', |
|---|
| 1541 | u'\U0001d4a9': '$\\mathscr{N}$', |
|---|
| 1542 | u'\U0001d4aa': '$\\mathscr{O}$', |
|---|
| 1543 | u'\U0001d4ab': '$\\mathscr{P}$', |
|---|
| 1544 | u'\U0001d4ac': '$\\mathscr{Q}$', |
|---|
| 1545 | u'\U0001d4ae': '$\\mathscr{S}$', |
|---|
| 1546 | u'\U0001d4af': '$\\mathscr{T}$', |
|---|
| 1547 | u'\U0001d4b0': '$\\mathscr{U}$', |
|---|
| 1548 | u'\U0001d4b1': '$\\mathscr{V}$', |
|---|
| 1549 | u'\U0001d4b2': '$\\mathscr{W}$', |
|---|
| 1550 | u'\U0001d4b3': '$\\mathscr{X}$', |
|---|
| 1551 | u'\U0001d4b4': '$\\mathscr{Y}$', |
|---|
| 1552 | u'\U0001d4b5': '$\\mathscr{Z}$', |
|---|
| 1553 | u'\U0001d4b6': '$\\mathscr{a}$', |
|---|
| 1554 | u'\U0001d4b7': '$\\mathscr{b}$', |
|---|
| 1555 | u'\U0001d4b8': '$\\mathscr{c}$', |
|---|
| 1556 | u'\U0001d4b9': '$\\mathscr{d}$', |
|---|
| 1557 | u'\U0001d4bb': '$\\mathscr{f}$', |
|---|
| 1558 | u'\U0001d4bd': '$\\mathscr{h}$', |
|---|
| 1559 | u'\U0001d4be': '$\\mathscr{i}$', |
|---|
| 1560 | u'\U0001d4bf': '$\\mathscr{j}$', |
|---|
| 1561 | u'\U0001d4c0': '$\\mathscr{k}$', |
|---|
| 1562 | u'\U0001d4c1': '$\\mathscr{l}$', |
|---|
| 1563 | u'\U0001d4c2': '$\\mathscr{m}$', |
|---|
| 1564 | u'\U0001d4c3': '$\\mathscr{n}$', |
|---|
| 1565 | u'\U0001d4c5': '$\\mathscr{p}$', |
|---|
| 1566 | u'\U0001d4c6': '$\\mathscr{q}$', |
|---|
| 1567 | u'\U0001d4c7': '$\\mathscr{r}$', |
|---|
| 1568 | u'\U0001d4c8': '$\\mathscr{s}$', |
|---|
| 1569 | u'\U0001d4c9': '$\\mathscr{t}$', |
|---|
| 1570 | u'\U0001d4ca': '$\\mathscr{u}$', |
|---|
| 1571 | u'\U0001d4cb': '$\\mathscr{v}$', |
|---|
| 1572 | u'\U0001d4cc': '$\\mathscr{w}$', |
|---|
| 1573 | u'\U0001d4cd': '$\\mathscr{x}$', |
|---|
| 1574 | u'\U0001d4ce': '$\\mathscr{y}$', |
|---|
| 1575 | u'\U0001d4cf': '$\\mathscr{z}$', |
|---|
| 1576 | u'\U0001d4d0': '$\\mathmit{A}$', |
|---|
| 1577 | u'\U0001d4d1': '$\\mathmit{B}$', |
|---|
| 1578 | u'\U0001d4d2': '$\\mathmit{C}$', |
|---|
| 1579 | u'\U0001d4d3': '$\\mathmit{D}$', |
|---|
| 1580 | u'\U0001d4d4': '$\\mathmit{E}$', |
|---|
| 1581 | u'\U0001d4d5': '$\\mathmit{F}$', |
|---|
| 1582 | u'\U0001d4d6': '$\\mathmit{G}$', |
|---|
| 1583 | u'\U0001d4d7': '$\\mathmit{H}$', |
|---|
| 1584 | u'\U0001d4d8': '$\\mathmit{I}$', |
|---|
| 1585 | u'\U0001d4d9': '$\\mathmit{J}$', |
|---|
| 1586 | u'\U0001d4da': '$\\mathmit{K}$', |
|---|
| 1587 | u'\U0001d4db': '$\\mathmit{L}$', |
|---|
| 1588 | u'\U0001d4dc': '$\\mathmit{M}$', |
|---|
| 1589 | u'\U0001d4dd': '$\\mathmit{N}$', |
|---|
| 1590 | u'\U0001d4de': '$\\mathmit{O}$', |
|---|
| 1591 | u'\U0001d4df': '$\\mathmit{P}$', |
|---|
| 1592 | u'\U0001d4e0': '$\\mathmit{Q}$', |
|---|
| 1593 | u'\U0001d4e1': '$\\mathmit{R}$', |
|---|
| 1594 | u'\U0001d4e2': '$\\mathmit{S}$', |
|---|
| 1595 | u'\U0001d4e3': '$\\mathmit{T}$', |
|---|
| 1596 | u'\U0001d4e4': '$\\mathmit{U}$', |
|---|
| 1597 | u'\U0001d4e5': '$\\mathmit{V}$', |
|---|
| 1598 | u'\U0001d4e6': '$\\mathmit{W}$', |
|---|
| 1599 | u'\U0001d4e7': '$\\mathmit{X}$', |
|---|
| 1600 | u'\U0001d4e8': '$\\mathmit{Y}$', |
|---|
| 1601 | u'\U0001d4e9': '$\\mathmit{Z}$', |
|---|
| 1602 | u'\U0001d4ea': '$\\mathmit{a}$', |
|---|
| 1603 | u'\U0001d4eb': '$\\mathmit{b}$', |
|---|
| 1604 | u'\U0001d4ec': '$\\mathmit{c}$', |
|---|
| 1605 | u'\U0001d4ed': '$\\mathmit{d}$', |
|---|
| 1606 | u'\U0001d4ee': '$\\mathmit{e}$', |
|---|
| 1607 | u'\U0001d4ef': '$\\mathmit{f}$', |
|---|
| 1608 | u'\U0001d4f0': '$\\mathmit{g}$', |
|---|
| 1609 | u'\U0001d4f1': '$\\mathmit{h}$', |
|---|
| 1610 | u'\U0001d4f2': '$\\mathmit{i}$', |
|---|
| 1611 | u'\U0001d4f3': '$\\mathmit{j}$', |
|---|
| 1612 | u'\U0001d4f4': '$\\mathmit{k}$', |
|---|
| 1613 | u'\U0001d4f5': '$\\mathmit{l}$', |
|---|
| 1614 | u'\U0001d4f6': '$\\mathmit{m}$', |
|---|
| 1615 | u'\U0001d4f7': '$\\mathmit{n}$', |
|---|
| 1616 | u'\U0001d4f8': '$\\mathmit{o}$', |
|---|
| 1617 | u'\U0001d4f9': '$\\mathmit{p}$', |
|---|
| 1618 | u'\U0001d4fa': '$\\mathmit{q}$', |
|---|
| 1619 | u'\U0001d4fb': '$\\mathmit{r}$', |
|---|
| 1620 | u'\U0001d4fc': '$\\mathmit{s}$', |
|---|
| 1621 | u'\U0001d4fd': '$\\mathmit{t}$', |
|---|
| 1622 | u'\U0001d4fe': '$\\mathmit{u}$', |
|---|
| 1623 | u'\U0001d4ff': '$\\mathmit{v}$', |
|---|
| 1624 | u'\U0001d500': '$\\mathmit{w}$', |
|---|
| 1625 | u'\U0001d501': '$\\mathmit{x}$', |
|---|
| 1626 | u'\U0001d502': '$\\mathmit{y}$', |
|---|
| 1627 | u'\U0001d503': '$\\mathmit{z}$', |
|---|
| 1628 | u'\U0001d504': '$\\mathfrak{A}$', |
|---|
| 1629 | u'\U0001d505': '$\\mathfrak{B}$', |
|---|
| 1630 | u'\U0001d507': '$\\mathfrak{D}$', |
|---|
| 1631 | u'\U0001d508': '$\\mathfrak{E}$', |
|---|
| 1632 | u'\U0001d509': '$\\mathfrak{F}$', |
|---|
| 1633 | u'\U0001d50a': '$\\mathfrak{G}$', |
|---|
| 1634 | u'\U0001d50d': '$\\mathfrak{J}$', |
|---|
| 1635 | u'\U0001d50e': '$\\mathfrak{K}$', |
|---|
| 1636 | u'\U0001d50f': '$\\mathfrak{L}$', |
|---|
| 1637 | u'\U0001d510': '$\\mathfrak{M}$', |
|---|
| 1638 | u'\U0001d511': '$\\mathfrak{N}$', |
|---|
| 1639 | u'\U0001d512': '$\\mathfrak{O}$', |
|---|
| 1640 | u'\U0001d513': '$\\mathfrak{P}$', |
|---|
| 1641 | u'\U0001d514': '$\\mathfrak{Q}$', |
|---|
| 1642 | u'\U0001d516': '$\\mathfrak{S}$', |
|---|
| 1643 | u'\U0001d517': '$\\mathfrak{T}$', |
|---|
| 1644 | u'\U0001d518': '$\\mathfrak{U}$', |
|---|
| 1645 | u'\U0001d519': '$\\mathfrak{V}$', |
|---|
| 1646 | u'\U0001d51a': '$\\mathfrak{W}$', |
|---|
| 1647 | u'\U0001d51b': '$\\mathfrak{X}$', |
|---|
| 1648 | u'\U0001d51c': '$\\mathfrak{Y}$', |
|---|
| 1649 | u'\U0001d51e': '$\\mathfrak{a}$', |
|---|
| 1650 | u'\U0001d51f': '$\\mathfrak{b}$', |
|---|
| 1651 | u'\U0001d520': '$\\mathfrak{c}$', |
|---|
| 1652 | u'\U0001d521': '$\\mathfrak{d}$', |
|---|
| 1653 | u'\U0001d522': '$\\mathfrak{e}$', |
|---|
| 1654 | u'\U0001d523': '$\\mathfrak{f}$', |
|---|
| 1655 | u'\U0001d524': '$\\mathfrak{g}$', |
|---|
| 1656 | u'\U0001d525': '$\\mathfrak{h}$', |
|---|
| 1657 | u'\U0001d526': '$\\mathfrak{i}$', |
|---|
| 1658 | u'\U0001d527': '$\\mathfrak{j}$', |
|---|
| 1659 | u'\U0001d528': '$\\mathfrak{k}$', |
|---|
| 1660 | u'\U0001d529': '$\\mathfrak{l}$', |
|---|
| 1661 | u'\U0001d52a': '$\\mathfrak{m}$', |
|---|
| 1662 | u'\U0001d52b': '$\\mathfrak{n}$', |
|---|
| 1663 | u'\U0001d52c': '$\\mathfrak{o}$', |
|---|
| 1664 | u'\U0001d52d': '$\\mathfrak{p}$', |
|---|
| 1665 | u'\U0001d52e': '$\\mathfrak{q}$', |
|---|
| 1666 | u'\U0001d52f': '$\\mathfrak{r}$', |
|---|
| 1667 | u'\U0001d530': '$\\mathfrak{s}$', |
|---|
| 1668 | u'\U0001d531': '$\\mathfrak{t}$', |
|---|
| 1669 | u'\U0001d532': '$\\mathfrak{u}$', |
|---|
| 1670 | u'\U0001d533': '$\\mathfrak{v}$', |
|---|
| 1671 | u'\U0001d534': '$\\mathfrak{w}$', |
|---|
| 1672 | u'\U0001d535': '$\\mathfrak{x}$', |
|---|
| 1673 | u'\U0001d536': '$\\mathfrak{y}$', |
|---|
| 1674 | u'\U0001d537': '$\\mathfrak{z}$', |
|---|
| 1675 | u'\U0001d538': '$\\mathbb{A}$', |
|---|
| 1676 | u'\U0001d539': '$\\mathbb{B}$', |
|---|
| 1677 | u'\U0001d53b': '$\\mathbb{D}$', |
|---|
| 1678 | u'\U0001d53c': '$\\mathbb{E}$', |
|---|
| 1679 | u'\U0001d53d': '$\\mathbb{F}$', |
|---|
| 1680 | u'\U0001d53e': '$\\mathbb{G}$', |
|---|
| 1681 | u'\U0001d540': '$\\mathbb{I}$', |
|---|
| 1682 | u'\U0001d541': '$\\mathbb{J}$', |
|---|
| 1683 | u'\U0001d542': '$\\mathbb{K}$', |
|---|
| 1684 | u'\U0001d543': '$\\mathbb{L}$', |
|---|
| 1685 | u'\U0001d544': '$\\mathbb{M}$', |
|---|
| 1686 | u'\U0001d546': '$\\mathbb{O}$', |
|---|
| 1687 | u'\U0001d54a': '$\\mathbb{S}$', |
|---|
| 1688 | u'\U0001d54b': '$\\mathbb{T}$', |
|---|
| 1689 | u'\U0001d54c': '$\\mathbb{U}$', |
|---|
| 1690 | u'\U0001d54d': '$\\mathbb{V}$', |
|---|
| 1691 | u'\U0001d54e': '$\\mathbb{W}$', |
|---|
| 1692 | u'\U0001d54f': '$\\mathbb{X}$', |
|---|
| 1693 | u'\U0001d550': '$\\mathbb{Y}$', |
|---|
| 1694 | u'\U0001d552': '$\\mathbb{a}$', |
|---|
| 1695 | u'\U0001d553': '$\\mathbb{b}$', |
|---|
| 1696 | u'\U0001d554': '$\\mathbb{c}$', |
|---|
| 1697 | u'\U0001d555': '$\\mathbb{d}$', |
|---|
| 1698 | u'\U0001d556': '$\\mathbb{e}$', |
|---|
| 1699 | u'\U0001d557': '$\\mathbb{f}$', |
|---|
| 1700 | u'\U0001d558': '$\\mathbb{g}$', |
|---|
| 1701 | u'\U0001d559': '$\\mathbb{h}$', |
|---|
| 1702 | u'\U0001d55a': '$\\mathbb{i}$', |
|---|
| 1703 | u'\U0001d55b': '$\\mathbb{j}$', |
|---|
| 1704 | u'\U0001d55c': '$\\mathbb{k}$', |
|---|
| 1705 | u'\U0001d55d': '$\\mathbb{l}$', |
|---|
| 1706 | u'\U0001d55e': '$\\mathbb{m}$', |
|---|
| 1707 | u'\U0001d55f': '$\\mathbb{n}$', |
|---|
| 1708 | u'\U0001d560': '$\\mathbb{o}$', |
|---|
| 1709 | u'\U0001d561': '$\\mathbb{p}$', |
|---|
| 1710 | u'\U0001d562': '$\\mathbb{q}$', |
|---|
| 1711 | u'\U0001d563': '$\\mathbb{r}$', |
|---|
| 1712 | u'\U0001d564': '$\\mathbb{s}$', |
|---|
| 1713 | u'\U0001d565': '$\\mathbb{t}$', |
|---|
| 1714 | u'\U0001d566': '$\\mathbb{u}$', |
|---|
| 1715 | u'\U0001d567': '$\\mathbb{v}$', |
|---|
| 1716 | u'\U0001d568': '$\\mathbb{w}$', |
|---|
| 1717 | u'\U0001d569': '$\\mathbb{x}$', |
|---|
| 1718 | u'\U0001d56a': '$\\mathbb{y}$', |
|---|
| 1719 | u'\U0001d56b': '$\\mathbb{z}$', |
|---|
| 1720 | u'\U0001d56c': '$\\mathslbb{A}$', |
|---|
| 1721 | u'\U0001d56d': '$\\mathslbb{B}$', |
|---|
| 1722 | u'\U0001d56e': '$\\mathslbb{C}$', |
|---|
| 1723 | u'\U0001d56f': '$\\mathslbb{D}$', |
|---|
| 1724 | u'\U0001d570': '$\\mathslbb{E}$', |
|---|
| 1725 | u'\U0001d571': '$\\mathslbb{F}$', |
|---|
| 1726 | u'\U0001d572': '$\\mathslbb{G}$', |
|---|
| 1727 | u'\U0001d573': '$\\mathslbb{H}$', |
|---|
| 1728 | u'\U0001d574': '$\\mathslbb{I}$', |
|---|
| 1729 | u'\U0001d575': '$\\mathslbb{J}$', |
|---|
| 1730 | u'\U0001d576': '$\\mathslbb{K}$', |
|---|
| 1731 | u'\U0001d577': '$\\mathslbb{L}$', |
|---|
| 1732 | u'\U0001d578': '$\\mathslbb{M}$', |
|---|
| 1733 | u'\U0001d579': '$\\mathslbb{N}$', |
|---|
| 1734 | u'\U0001d57a': '$\\mathslbb{O}$', |
|---|
| 1735 | u'\U0001d57b': '$\\mathslbb{P}$', |
|---|
| 1736 | u'\U0001d57c': '$\\mathslbb{Q}$', |
|---|
| 1737 | u'\U0001d57d': '$\\mathslbb{R}$', |
|---|
| 1738 | u'\U0001d57e': '$\\mathslbb{S}$', |
|---|
| 1739 | u'\U0001d57f': '$\\mathslbb{T}$', |
|---|
| 1740 | u'\U0001d580': '$\\mathslbb{U}$', |
|---|
| 1741 | u'\U0001d581': '$\\mathslbb{V}$', |
|---|
| 1742 | u'\U0001d582': '$\\mathslbb{W}$', |
|---|
| 1743 | u'\U0001d583': '$\\mathslbb{X}$', |
|---|
| 1744 | u'\U0001d584': '$\\mathslbb{Y}$', |
|---|
| 1745 | u'\U0001d585': '$\\mathslbb{Z}$', |
|---|
| 1746 | u'\U0001d586': '$\\mathslbb{a}$', |
|---|
| 1747 | u'\U0001d587': '$\\mathslbb{b}$', |
|---|
| 1748 | u'\U0001d588': '$\\mathslbb{c}$', |
|---|
| 1749 | u'\U0001d589': '$\\mathslbb{d}$', |
|---|
| 1750 | u'\U0001d58a': '$\\mathslbb{e}$', |
|---|
| 1751 | u'\U0001d58b': '$\\mathslbb{f}$', |
|---|
| 1752 | u'\U0001d58c': '$\\mathslbb{g}$', |
|---|
| 1753 | u'\U0001d58d': '$\\mathslbb{h}$', |
|---|
| 1754 | u'\U0001d58e': '$\\mathslbb{i}$', |
|---|
| 1755 | u'\U0001d58f': '$\\mathslbb{j}$', |
|---|
| 1756 | u'\U0001d590': '$\\mathslbb{k}$', |
|---|
| 1757 | u'\U0001d591': '$\\mathslbb{l}$', |
|---|
| 1758 | u'\U0001d592': '$\\mathslbb{m}$', |
|---|
| 1759 | u'\U0001d593': '$\\mathslbb{n}$', |
|---|
| 1760 | u'\U0001d594': '$\\mathslbb{o}$', |
|---|
| 1761 | u'\U0001d595': '$\\mathslbb{p}$', |
|---|
| 1762 | u'\U0001d596': '$\\mathslbb{q}$', |
|---|
| 1763 | u'\U0001d597': '$\\mathslbb{r}$', |
|---|
| 1764 | u'\U0001d598': '$\\mathslbb{s}$', |
|---|
| 1765 | u'\U0001d599': '$\\mathslbb{t}$', |
|---|
| 1766 | u'\U0001d59a': '$\\mathslbb{u}$', |
|---|
| 1767 | u'\U0001d59b': '$\\mathslbb{v}$', |
|---|
| 1768 | u'\U0001d59c': '$\\mathslbb{w}$', |
|---|
| 1769 | u'\U0001d59d': '$\\mathslbb{x}$', |
|---|
| 1770 | u'\U0001d59e': '$\\mathslbb{y}$', |
|---|
| 1771 | u'\U0001d59f': '$\\mathslbb{z}$', |
|---|
| 1772 | u'\U0001d5a0': '$\\mathsf{A}$', |
|---|
| 1773 | u'\U0001d5a1': '$\\mathsf{B}$', |
|---|
| 1774 | u'\U0001d5a2': '$\\mathsf{C}$', |
|---|
| 1775 | u'\U0001d5a3': '$\\mathsf{D}$', |
|---|
| 1776 | u'\U0001d5a4': '$\\mathsf{E}$', |
|---|
| 1777 | u'\U0001d5a5': '$\\mathsf{F}$', |
|---|
| 1778 | u'\U0001d5a6': '$\\mathsf{G}$', |
|---|
| 1779 | u'\U0001d5a7': '$\\mathsf{H}$', |
|---|
| 1780 | u'\U0001d5a8': '$\\mathsf{I}$', |
|---|
| 1781 | u'\U0001d5a9': '$\\mathsf{J}$', |
|---|
| 1782 | u'\U0001d5aa': '$\\mathsf{K}$', |
|---|
| 1783 | u'\U0001d5ab': '$\\mathsf{L}$', |
|---|
| 1784 | u'\U0001d5ac': '$\\mathsf{M}$', |
|---|
| 1785 | u'\U0001d5ad': '$\\mathsf{N}$', |
|---|
| 1786 | u'\U0001d5ae': '$\\mathsf{O}$', |
|---|
| 1787 | u'\U0001d5af': '$\\mathsf{P}$', |
|---|
| 1788 | u'\U0001d5b0': '$\\mathsf{Q}$', |
|---|
| 1789 | u'\U0001d5b1': '$\\mathsf{R}$', |
|---|
| 1790 | u'\U0001d5b2': '$\\mathsf{S}$', |
|---|
| 1791 | u'\U0001d5b3': '$\\mathsf{T}$', |
|---|
| 1792 | u'\U0001d5b4': '$\\mathsf{U}$', |
|---|
| 1793 | u'\U0001d5b5': '$\\mathsf{V}$', |
|---|
| 1794 | u'\U0001d5b6': '$\\mathsf{W}$', |
|---|
| 1795 | u'\U0001d5b7': '$\\mathsf{X}$', |
|---|
| 1796 | u'\U0001d5b8': '$\\mathsf{Y}$', |
|---|
| 1797 | u'\U0001d5b9': '$\\mathsf{Z}$', |
|---|
| 1798 | u'\U0001d5ba': '$\\mathsf{a}$', |
|---|
| 1799 | u'\U0001d5bb': '$\\mathsf{b}$', |
|---|
| 1800 | u'\U0001d5bc': '$\\mathsf{c}$', |
|---|
| 1801 | u'\U0001d5bd': '$\\mathsf{d}$', |
|---|
| 1802 | u'\U0001d5be': '$\\mathsf{e}$', |
|---|
| 1803 | u'\U0001d5bf': '$\\mathsf{f}$', |
|---|
| 1804 | u'\U0001d5c0': '$\\mathsf{g}$', |
|---|
| 1805 | u'\U0001d5c1': '$\\mathsf{h}$', |
|---|
| 1806 | u'\U0001d5c2': '$\\mathsf{i}$', |
|---|
| 1807 | u'\U0001d5c3': '$\\mathsf{j}$', |
|---|
| 1808 | u'\U0001d5c4': '$\\mathsf{k}$', |
|---|
| 1809 | u'\U0001d5c5': '$\\mathsf{l}$', |
|---|
| 1810 | u'\U0001d5c6': '$\\mathsf{m}$', |
|---|
| 1811 | u'\U0001d5c7': '$\\mathsf{n}$', |
|---|
| 1812 | u'\U0001d5c8': '$\\mathsf{o}$', |
|---|
| 1813 | u'\U0001d5c9': '$\\mathsf{p}$', |
|---|
| 1814 | u'\U0001d5ca': '$\\mathsf{q}$', |
|---|
| 1815 | u'\U0001d5cb': '$\\mathsf{r}$', |
|---|
| 1816 | u'\U0001d5cc': '$\\mathsf{s}$', |
|---|
| 1817 | u'\U0001d5cd': '$\\mathsf{t}$', |
|---|
| 1818 | u'\U0001d5ce': '$\\mathsf{u}$', |
|---|
| 1819 | u'\U0001d5cf': '$\\mathsf{v}$', |
|---|
| 1820 | u'\U0001d5d0': '$\\mathsf{w}$', |
|---|
| 1821 | u'\U0001d5d1': '$\\mathsf{x}$', |
|---|
| 1822 | u'\U0001d5d2': '$\\mathsf{y}$', |
|---|
| 1823 | u'\U0001d5d3': '$\\mathsf{z}$', |
|---|
| 1824 | u'\U0001d5d4': '$\\mathsfbf{A}$', |
|---|
| 1825 | u'\U0001d5d5': '$\\mathsfbf{B}$', |
|---|
| 1826 | u'\U0001d5d6': '$\\mathsfbf{C}$', |
|---|
| 1827 | u'\U0001d5d7': '$\\mathsfbf{D}$', |
|---|
| 1828 | u'\U0001d5d8': '$\\mathsfbf{E}$', |
|---|
| 1829 | u'\U0001d5d9': '$\\mathsfbf{F}$', |
|---|
| 1830 | u'\U0001d5da': '$\\mathsfbf{G}$', |
|---|
| 1831 | u'\U0001d5db': '$\\mathsfbf{H}$', |
|---|
| 1832 | u'\U0001d5dc': '$\\mathsfbf{I}$', |
|---|
| 1833 | u'\U0001d5dd': '$\\mathsfbf{J}$', |
|---|
| 1834 | u'\U0001d5de': '$\\mathsfbf{K}$', |
|---|
| 1835 | u'\U0001d5df': '$\\mathsfbf{L}$', |
|---|
| 1836 | u'\U0001d5e0': '$\\mathsfbf{M}$', |
|---|
| 1837 | u'\U0001d5e1': '$\\mathsfbf{N}$', |
|---|
| 1838 | u'\U0001d5e2': '$\\mathsfbf{O}$', |
|---|
| 1839 | u'\U0001d5e3': '$\\mathsfbf{P}$', |
|---|
| 1840 | u'\U0001d5e4': '$\\mathsfbf{Q}$', |
|---|
| 1841 | u'\U0001d5e5': '$\\mathsfbf{R}$', |
|---|
| 1842 | u'\U0001d5e6': '$\\mathsfbf{S}$', |
|---|
| 1843 | u'\U0001d5e7': '$\\mathsfbf{T}$', |
|---|
| 1844 | u'\U0001d5e8': '$\\mathsfbf{U}$', |
|---|
| 1845 | u'\U0001d5e9': '$\\mathsfbf{V}$', |
|---|
| 1846 | u'\U0001d5ea': '$\\mathsfbf{W}$', |
|---|
| 1847 | u'\U0001d5eb': '$\\mathsfbf{X}$', |
|---|
| 1848 | u'\U0001d5ec': '$\\mathsfbf{Y}$', |
|---|
| 1849 | u'\U0001d5ed': '$\\mathsfbf{Z}$', |
|---|
| 1850 | u'\U0001d5ee': '$\\mathsfbf{a}$', |
|---|
| 1851 | u'\U0001d5ef': '$\\mathsfbf{b}$', |
|---|
| 1852 | u'\U0001d5f0': '$\\mathsfbf{c}$', |
|---|
| 1853 | u'\U0001d5f1': '$\\mathsfbf{d}$', |
|---|
| 1854 | u'\U0001d5f2': '$\\mathsfbf{e}$', |
|---|
| 1855 | u'\U0001d5f3': '$\\mathsfbf{f}$', |
|---|
| 1856 | u'\U0001d5f4': '$\\mathsfbf{g}$', |
|---|
| 1857 | u'\U0001d5f5': '$\\mathsfbf{h}$', |
|---|
| 1858 | u'\U0001d5f6': '$\\mathsfbf{i}$', |
|---|
| 1859 | u'\U0001d5f7': '$\\mathsfbf{j}$', |
|---|
| 1860 | u'\U0001d5f8': '$\\mathsfbf{k}$', |
|---|
| 1861 | u'\U0001d5f9': '$\\mathsfbf{l}$', |
|---|
| 1862 | u'\U0001d5fa': '$\\mathsfbf{m}$', |
|---|
| 1863 | u'\U0001d5fb': '$\\mathsfbf{n}$', |
|---|
| 1864 | u'\U0001d5fc': '$\\mathsfbf{o}$', |
|---|
| 1865 | u'\U0001d5fd': '$\\mathsfbf{p}$', |
|---|
| 1866 | u'\U0001d5fe': '$\\mathsfbf{q}$', |
|---|
| 1867 | u'\U0001d5ff': '$\\mathsfbf{r}$', |
|---|
| 1868 | u'\U0001d600': '$\\mathsfbf{s}$', |
|---|
| 1869 | u'\U0001d601': '$\\mathsfbf{t}$', |
|---|
| 1870 | u'\U0001d602': '$\\mathsfbf{u}$', |
|---|
| 1871 | u'\U0001d603': '$\\mathsfbf{v}$', |
|---|
| 1872 | u'\U0001d604': '$\\mathsfbf{w}$', |
|---|
| 1873 | u'\U0001d605': '$\\mathsfbf{x}$', |
|---|
| 1874 | u'\U0001d606': '$\\mathsfbf{y}$', |
|---|
| 1875 | u'\U0001d607': '$\\mathsfbf{z}$', |
|---|
| 1876 | u'\U0001d608': '$\\mathsfsl{A}$', |
|---|
| 1877 | u'\U0001d609': '$\\mathsfsl{B}$', |
|---|
| 1878 | u'\U0001d60a': '$\\mathsfsl{C}$', |
|---|
| 1879 | u'\U0001d60b': '$\\mathsfsl{D}$', |
|---|
| 1880 | u'\U0001d60c': '$\\mathsfsl{E}$', |
|---|
| 1881 | u'\U0001d60d': '$\\mathsfsl{F}$', |
|---|
| 1882 | u'\U0001d60e': '$\\mathsfsl{G}$', |
|---|
| 1883 | u'\U0001d60f': '$\\mathsfsl{H}$', |
|---|
| 1884 | u'\U0001d610': '$\\mathsfsl{I}$', |
|---|
| 1885 | u'\U0001d611': '$\\mathsfsl{J}$', |
|---|
| 1886 | u'\U0001d612': '$\\mathsfsl{K}$', |
|---|
| 1887 | u'\U0001d613': '$\\mathsfsl{L}$', |
|---|
| 1888 | u'\U0001d614': '$\\mathsfsl{M}$', |
|---|
| 1889 | u'\U0001d615': '$\\mathsfsl{N}$', |
|---|
| 1890 | u'\U0001d616': '$\\mathsfsl{O}$', |
|---|
| 1891 | u'\U0001d617': '$\\mathsfsl{P}$', |
|---|
| 1892 | u'\U0001d618': '$\\mathsfsl{Q}$', |
|---|
| 1893 | u'\U0001d619': '$\\mathsfsl{R}$', |
|---|
| 1894 | u'\U0001d61a': '$\\mathsfsl{S}$', |
|---|
| 1895 | u'\U0001d61b': '$\\mathsfsl{T}$', |
|---|
| 1896 | u'\U0001d61c': '$\\mathsfsl{U}$', |
|---|
| 1897 | u'\U0001d61d': '$\\mathsfsl{V}$', |
|---|
| 1898 | u'\U0001d61e': '$\\mathsfsl{W}$', |
|---|
| 1899 | u'\U0001d61f': '$\\mathsfsl{X}$', |
|---|
| 1900 | u'\U0001d620': '$\\mathsfsl{Y}$', |
|---|
| 1901 | u'\U0001d621': '$\\mathsfsl{Z}$', |
|---|
| 1902 | u'\U0001d622': '$\\mathsfsl{a}$', |
|---|
| 1903 | u'\U0001d623': '$\\mathsfsl{b}$', |
|---|
| 1904 | u'\U0001d624': '$\\mathsfsl{c}$', |
|---|
| 1905 | u'\U0001d625': '$\\mathsfsl{d}$', |
|---|
| 1906 | u'\U0001d626': '$\\mathsfsl{e}$', |
|---|
| 1907 | u'\U0001d627': '$\\mathsfsl{f}$', |
|---|
| 1908 | u'\U0001d628': '$\\mathsfsl{g}$', |
|---|
| 1909 | u'\U0001d629': '$\\mathsfsl{h}$', |
|---|
| 1910 | u'\U0001d62a': '$\\mathsfsl{i}$', |
|---|
| 1911 | u'\U0001d62b': '$\\mathsfsl{j}$', |
|---|
| 1912 | u'\U0001d62c': '$\\mathsfsl{k}$', |
|---|
| 1913 | u'\U0001d62d': '$\\mathsfsl{l}$', |
|---|
| 1914 | u'\U0001d62e': '$\\mathsfsl{m}$', |
|---|
| 1915 | u'\U0001d62f': '$\\mathsfsl{n}$', |
|---|
| 1916 | u'\U0001d630': '$\\mathsfsl{o}$', |
|---|
| 1917 | u'\U0001d631': '$\\mathsfsl{p}$', |
|---|
| 1918 | u'\U0001d632': '$\\mathsfsl{q}$', |
|---|
| 1919 | u'\U0001d633': '$\\mathsfsl{r}$', |
|---|
| 1920 | u'\U0001d634': '$\\mathsfsl{s}$', |
|---|
| 1921 | u'\U0001d635': '$\\mathsfsl{t}$', |
|---|
| 1922 | u'\U0001d636': '$\\mathsfsl{u}$', |
|---|
| 1923 | u'\U0001d637': '$\\mathsfsl{v}$', |
|---|
| 1924 | u'\U0001d638': '$\\mathsfsl{w}$', |
|---|
| 1925 | u'\U0001d639': '$\\mathsfsl{x}$', |
|---|
| 1926 | u'\U0001d63a': '$\\mathsfsl{y}$', |
|---|
| 1927 | u'\U0001d63b': '$\\mathsfsl{z}$', |
|---|
| 1928 | u'\U0001d63c': '$\\mathsfbfsl{A}$', |
|---|
| 1929 | u'\U0001d63d': '$\\mathsfbfsl{B}$', |
|---|
| 1930 | u'\U0001d63e': '$\\mathsfbfsl{C}$', |
|---|
| 1931 | u'\U0001d63f': '$\\mathsfbfsl{D}$', |
|---|
| 1932 | u'\U0001d640': '$\\mathsfbfsl{E}$', |
|---|
| 1933 | u'\U0001d641': '$\\mathsfbfsl{F}$', |
|---|
| 1934 | u'\U0001d642': '$\\mathsfbfsl{G}$', |
|---|
| 1935 | u'\U0001d643': '$\\mathsfbfsl{H}$', |
|---|
| 1936 | u'\U0001d644': '$\\mathsfbfsl{I}$', |
|---|
| 1937 | u'\U0001d645': '$\\mathsfbfsl{J}$', |
|---|
| 1938 | u'\U0001d646': '$\\mathsfbfsl{K}$', |
|---|
| 1939 | u'\U0001d647': '$\\mathsfbfsl{L}$', |
|---|
| 1940 | u'\U0001d648': '$\\mathsfbfsl{M}$', |
|---|
| 1941 | u'\U0001d649': '$\\mathsfbfsl{N}$', |
|---|
| 1942 | u'\U0001d64a': '$\\mathsfbfsl{O}$', |
|---|
| 1943 | u'\U0001d64b': '$\\mathsfbfsl{P}$', |
|---|
| 1944 | u'\U0001d64c': '$\\mathsfbfsl{Q}$', |
|---|
| 1945 | u'\U0001d64d': '$\\mathsfbfsl{R}$', |
|---|
| 1946 | u'\U0001d64e': '$\\mathsfbfsl{S}$', |
|---|
| 1947 | u'\U0001d64f': '$\\mathsfbfsl{T}$', |
|---|
| 1948 | u'\U0001d650': '$\\mathsfbfsl{U}$', |
|---|
| 1949 | u'\U0001d651': '$\\mathsfbfsl{V}$', |
|---|
| 1950 | u'\U0001d652': '$\\mathsfbfsl{W}$', |
|---|
| 1951 | u'\U0001d653': '$\\mathsfbfsl{X}$', |
|---|
| 1952 | u'\U0001d654': '$\\mathsfbfsl{Y}$', |
|---|
| 1953 | u'\U0001d655': '$\\mathsfbfsl{Z}$', |
|---|
| 1954 | u'\U0001d656': '$\\mathsfbfsl{a}$', |
|---|
| 1955 | u'\U0001d657': '$\\mathsfbfsl{b}$', |
|---|
| 1956 | u'\U0001d658': '$\\mathsfbfsl{c}$', |
|---|
| 1957 | u'\U0001d659': '$\\mathsfbfsl{d}$', |
|---|
| 1958 | u'\U0001d65a': '$\\mathsfbfsl{e}$', |
|---|
| 1959 | u'\U0001d65b': '$\\mathsfbfsl{f}$', |
|---|
| 1960 | u'\U0001d65c': '$\\mathsfbfsl{g}$', |
|---|
| 1961 | u'\U0001d65d': '$\\mathsfbfsl{h}$', |
|---|
| 1962 | u'\U0001d65e': '$\\mathsfbfsl{i}$', |
|---|
| 1963 | u'\U0001d65f': '$\\mathsfbfsl{j}$', |
|---|
| 1964 | u'\U0001d660': '$\\mathsfbfsl{k}$', |
|---|
| 1965 | u'\U0001d661': '$\\mathsfbfsl{l}$', |
|---|
| 1966 | u'\U0001d662': '$\\mathsfbfsl{m}$', |
|---|
| 1967 | u'\U0001d663': '$\\mathsfbfsl{n}$', |
|---|
| 1968 | u'\U0001d664': '$\\mathsfbfsl{o}$', |
|---|
| 1969 | u'\U0001d665': '$\\mathsfbfsl{p}$', |
|---|
| 1970 | u'\U0001d666': '$\\mathsfbfsl{q}$', |
|---|
| 1971 | u'\U0001d667': '$\\mathsfbfsl{r}$', |
|---|
| 1972 | u'\U0001d668': '$\\mathsfbfsl{s}$', |
|---|
| 1973 | u'\U0001d669': '$\\mathsfbfsl{t}$', |
|---|
| 1974 | u'\U0001d66a': '$\\mathsfbfsl{u}$', |
|---|
| 1975 | u'\U0001d66b': '$\\mathsfbfsl{v}$', |
|---|
| 1976 | u'\U0001d66c': '$\\mathsfbfsl{w}$', |
|---|
| 1977 | u'\U0001d66d': '$\\mathsfbfsl{x}$', |
|---|
| 1978 | u'\U0001d66e': '$\\mathsfbfsl{y}$', |
|---|
| 1979 | u'\U0001d66f': '$\\mathsfbfsl{z}$', |
|---|
| 1980 | u'\U0001d670': '$\\mathtt{A}$', |
|---|
| 1981 | u'\U0001d671': '$\\mathtt{B}$', |
|---|
| 1982 | u'\U0001d672': '$\\mathtt{C}$', |
|---|
| 1983 | u'\U0001d673': '$\\mathtt{D}$', |
|---|
| 1984 | u'\U0001d674': '$\\mathtt{E}$', |
|---|
| 1985 | u'\U0001d675': '$\\mathtt{F}$', |
|---|
| 1986 | u'\U0001d676': '$\\mathtt{G}$', |
|---|
| 1987 | u'\U0001d677': '$\\mathtt{H}$', |
|---|
| 1988 | u'\U0001d678': '$\\mathtt{I}$', |
|---|
| 1989 | u'\U0001d679': '$\\mathtt{J}$', |
|---|
| 1990 | u'\U0001d67a': '$\\mathtt{K}$', |
|---|
| 1991 | u'\U0001d67b': '$\\mathtt{L}$', |
|---|
| 1992 | u'\U0001d67c': '$\\mathtt{M}$', |
|---|
| 1993 | u'\U0001d67d': '$\\mathtt{N}$', |
|---|
| 1994 | u'\U0001d67e': '$\\mathtt{O}$', |
|---|
| 1995 | u'\U0001d67f': '$\\mathtt{P}$', |
|---|
| 1996 | u'\U0001d680': '$\\mathtt{Q}$', |
|---|
| 1997 | u'\U0001d681': '$\\mathtt{R}$', |
|---|
| 1998 | u'\U0001d682': '$\\mathtt{S}$', |
|---|
| 1999 | u'\U0001d683': '$\\mathtt{T}$', |
|---|
| 2000 | u'\U0001d684': '$\\mathtt{U}$', |
|---|
| 2001 | u'\U0001d685': '$\\mathtt{V}$', |
|---|
| 2002 | u'\U0001d686': '$\\mathtt{W}$', |
|---|
| 2003 | u'\U0001d687': '$\\mathtt{X}$', |
|---|
| 2004 | u'\U0001d688': '$\\mathtt{Y}$', |
|---|
| 2005 | u'\U0001d689': '$\\mathtt{Z}$', |
|---|
| 2006 | u'\U0001d68a': '$\\mathtt{a}$', |
|---|
| 2007 | u'\U0001d68b': '$\\mathtt{b}$', |
|---|
| 2008 | u'\U0001d68c': '$\\mathtt{c}$', |
|---|
| 2009 | u'\U0001d68d': '$\\mathtt{d}$', |
|---|
| 2010 | u'\U0001d68e': '$\\mathtt{e}$', |
|---|
| 2011 | u'\U0001d68f': '$\\mathtt{f}$', |
|---|
| 2012 | u'\U0001d690': '$\\mathtt{g}$', |
|---|
| 2013 | u'\U0001d691': '$\\mathtt{h}$', |
|---|
| 2014 | u'\U0001d692': '$\\mathtt{i}$', |
|---|
| 2015 | u'\U0001d693': '$\\mathtt{j}$', |
|---|
| 2016 | u'\U0001d694': '$\\mathtt{k}$', |
|---|
| 2017 | u'\U0001d695': '$\\mathtt{l}$', |
|---|
| 2018 | u'\U0001d696': '$\\mathtt{m}$', |
|---|
| 2019 | u'\U0001d697': '$\\mathtt{n}$', |
|---|
| 2020 | u'\U0001d698': '$\\mathtt{o}$', |
|---|
| 2021 | u'\U0001d699': '$\\mathtt{p}$', |
|---|
| 2022 | u'\U0001d69a': '$\\mathtt{q}$', |
|---|
| 2023 | u'\U0001d69b': '$\\mathtt{r}$', |
|---|
| 2024 | u'\U0001d69c': '$\\mathtt{s}$', |
|---|
| 2025 | u'\U0001d69d': '$\\mathtt{t}$', |
|---|
| 2026 | u'\U0001d69e': '$\\mathtt{u}$', |
|---|
| 2027 | u'\U0001d69f': '$\\mathtt{v}$', |
|---|
| 2028 | u'\U0001d6a0': '$\\mathtt{w}$', |
|---|
| 2029 | u'\U0001d6a1': '$\\mathtt{x}$', |
|---|
| 2030 | u'\U0001d6a2': '$\\mathtt{y}$', |
|---|
| 2031 | u'\U0001d6a3': '$\\mathtt{z}$', |
|---|
| 2032 | u'\U0001d6a8': '$\\mathbf{\\Alpha}$', |
|---|
| 2033 | u'\U0001d6a9': '$\\mathbf{\\Beta}$', |
|---|
| 2034 | u'\U0001d6aa': '$\\mathbf{\\Gamma}$', |
|---|
| 2035 | u'\U0001d6ab': '$\\mathbf{\\Delta}$', |
|---|
| 2036 | u'\U0001d6ac': '$\\mathbf{\\Epsilon}$', |
|---|
| 2037 | u'\U0001d6ad': '$\\mathbf{\\Zeta}$', |
|---|
| 2038 | u'\U0001d6ae': '$\\mathbf{\\Eta}$', |
|---|
| 2039 | u'\U0001d6af': '$\\mathbf{\\Theta}$', |
|---|
| 2040 | u'\U0001d6b0': '$\\mathbf{\\Iota}$', |
|---|
| 2041 | u'\U0001d6b1': '$\\mathbf{\\Kappa}$', |
|---|
| 2042 | u'\U0001d6b2': '$\\mathbf{\\Lambda}$', |
|---|
| 2043 | u'\U0001d6b3': '$M$', |
|---|
| 2044 | u'\U0001d6b4': '$N$', |
|---|
| 2045 | u'\U0001d6b5': '$\\mathbf{\\Xi}$', |
|---|
| 2046 | u'\U0001d6b6': '$O$', |
|---|
| 2047 | u'\U0001d6b7': '$\\mathbf{\\Pi}$', |
|---|
| 2048 | u'\U0001d6b8': '$\\mathbf{\\Rho}$', |
|---|
| 2049 | u'\U0001d6b9': '{\\mathbf{\\vartheta}}', |
|---|
| 2050 | u'\U0001d6ba': '$\\mathbf{\\Sigma}$', |
|---|
| 2051 | u'\U0001d6bb': '$\\mathbf{\\Tau}$', |
|---|
| 2052 | u'\U0001d6bc': '$\\mathbf{\\Upsilon}$', |
|---|
| 2053 | u'\U0001d6bd': '$\\mathbf{\\Phi}$', |
|---|
| 2054 | u'\U0001d6be': '$\\mathbf{\\Chi}$', |
|---|
| 2055 | u'\U0001d6bf': '$\\mathbf{\\Psi}$', |
|---|
| 2056 | u'\U0001d6c0': '$\\mathbf{\\Omega}$', |
|---|
| 2057 | u'\U0001d6c1': '$\\mathbf{\\nabla}$', |
|---|
| 2058 | u'\U0001d6c2': '$\\mathbf{\\Alpha}$', |
|---|
| 2059 | u'\U0001d6c3': '$\\mathbf{\\Beta}$', |
|---|
| 2060 | u'\U0001d6c4': '$\\mathbf{\\Gamma}$', |
|---|
| 2061 | u'\U0001d6c5': '$\\mathbf{\\Delta}$', |
|---|
| 2062 | u'\U0001d6c6': '$\\mathbf{\\Epsilon}$', |
|---|
| 2063 | u'\U0001d6c7': '$\\mathbf{\\Zeta}$', |
|---|
| 2064 | u'\U0001d6c8': '$\\mathbf{\\Eta}$', |
|---|
| 2065 | u'\U0001d6c9': '$\\mathbf{\\theta}$', |
|---|
| 2066 | u'\U0001d6ca': '$\\mathbf{\\Iota}$', |
|---|
| 2067 | u'\U0001d6cb': '$\\mathbf{\\Kappa}$', |
|---|
| 2068 | u'\U0001d6cc': '$\\mathbf{\\Lambda}$', |
|---|
| 2069 | u'\U0001d6cd': '$M$', |
|---|
| 2070 | u'\U0001d6ce': '$N$', |
|---|
| 2071 | u'\U0001d6cf': '$\\mathbf{\\Xi}$', |
|---|
| 2072 | u'\U0001d6d0': '$O$', |
|---|
| 2073 | u'\U0001d6d1': '$\\mathbf{\\Pi}$', |
|---|
| 2074 | u'\U0001d6d2': '$\\mathbf{\\Rho}$', |
|---|
| 2075 | u'\U0001d6d3': '$\\mathbf{\\varsigma}$', |
|---|
| 2076 | u'\U0001d6d4': '$\\mathbf{\\Sigma}$', |
|---|
| 2077 | u'\U0001d6d5': '$\\mathbf{\\Tau}$', |
|---|
| 2078 | u'\U0001d6d6': '$\\mathbf{\\Upsilon}$', |
|---|
| 2079 | u'\U0001d6d7': '$\\mathbf{\\Phi}$', |
|---|
| 2080 | u'\U0001d6d8': '$\\mathbf{\\Chi}$', |
|---|
| 2081 | u'\U0001d6d9': '$\\mathbf{\\Psi}$', |
|---|
| 2082 | u'\U0001d6da': '$\\mathbf{\\Omega}$', |
|---|
| 2083 | u'\U0001d6db': '$\\partial$', |
|---|
| 2084 | u'\U0001d6dc': '$\\in$', |
|---|
| 2085 | u'\U0001d6dd': '{\\mathbf{\\vartheta}}', |
|---|
| 2086 | u'\U0001d6de': '{\\mathbf{\\varkappa}}', |
|---|
| 2087 | u'\U0001d6df': '{\\mathbf{\\phi}}', |
|---|
| 2088 | u'\U0001d6e0': '{\\mathbf{\\varrho}}', |
|---|
| 2089 | u'\U0001d6e1': '{\\mathbf{\\varpi}}', |
|---|
| 2090 | u'\U0001d6e2': '$\\mathsl{\\Alpha}$', |
|---|
| 2091 | u'\U0001d6e3': '$\\mathsl{\\Beta}$', |
|---|
| 2092 | u'\U0001d6e4': '$\\mathsl{\\Gamma}$', |
|---|
| 2093 | u'\U0001d6e5': '$\\mathsl{\\Delta}$', |
|---|
| 2094 | u'\U0001d6e6': '$\\mathsl{\\Epsilon}$', |
|---|
| 2095 | u'\U0001d6e7': '$\\mathsl{\\Zeta}$', |
|---|
| 2096 | u'\U0001d6e8': '$\\mathsl{\\Eta}$', |
|---|
| 2097 | u'\U0001d6e9': '$\\mathsl{\\Theta}$', |
|---|
| 2098 | u'\U0001d6ea': '$\\mathsl{\\Iota}$', |
|---|
| 2099 | u'\U0001d6eb': '$\\mathsl{\\Kappa}$', |
|---|
| 2100 | u'\U0001d6ec': '$\\mathsl{\\Lambda}$', |
|---|
| 2101 | u'\U0001d6ed': '$M$', |
|---|
| 2102 | u'\U0001d6ee': '$N$', |
|---|
| 2103 | u'\U0001d6ef': '$\\mathsl{\\Xi}$', |
|---|
| 2104 | u'\U0001d6f0': '$O$', |
|---|
| 2105 | u'\U0001d6f1': '$\\mathsl{\\Pi}$', |
|---|
| 2106 | u'\U0001d6f2': '$\\mathsl{\\Rho}$', |
|---|
| 2107 | u'\U0001d6f3': '{\\mathsl{\\vartheta}}', |
|---|
| 2108 | u'\U0001d6f4': '$\\mathsl{\\Sigma}$', |
|---|
| 2109 | u'\U0001d6f5': '$\\mathsl{\\Tau}$', |
|---|
| 2110 | u'\U0001d6f6': '$\\mathsl{\\Upsilon}$', |
|---|
| 2111 | u'\U0001d6f7': '$\\mathsl{\\Phi}$', |
|---|
| 2112 | u'\U0001d6f8': '$\\mathsl{\\Chi}$', |
|---|
| 2113 | u'\U0001d6f9': '$\\mathsl{\\Psi}$', |
|---|
| 2114 | u'\U0001d6fa': '$\\mathsl{\\Omega}$', |
|---|
| 2115 | u'\U0001d6fb': '$\\mathsl{\\nabla}$', |
|---|
| 2116 | u'\U0001d6fc': '$\\mathsl{\\Alpha}$', |
|---|
| 2117 | u'\U0001d6fd': '$\\mathsl{\\Beta}$', |
|---|
| 2118 | u'\U0001d6fe': '$\\mathsl{\\Gamma}$', |
|---|
| 2119 | u'\U0001d6ff': '$\\mathsl{\\Delta}$', |
|---|
| 2120 | u'\U0001d700': '$\\mathsl{\\Epsilon}$', |
|---|
| 2121 | u'\U0001d701': '$\\mathsl{\\Zeta}$', |
|---|
| 2122 | u'\U0001d702': '$\\mathsl{\\Eta}$', |
|---|
| 2123 | u'\U0001d703': '$\\mathsl{\\Theta}$', |
|---|
| 2124 | u'\U0001d704': '$\\mathsl{\\Iota}$', |
|---|
| 2125 | u'\U0001d705': '$\\mathsl{\\Kappa}$', |
|---|
| 2126 | u'\U0001d706': '$\\mathsl{\\Lambda}$', |
|---|
| 2127 | u'\U0001d707': '$M$', |
|---|
| 2128 | u'\U0001d708': '$N$', |
|---|
| 2129 | u'\U0001d709': '$\\mathsl{\\Xi}$', |
|---|
| 2130 | u'\U0001d70a': '$O$', |
|---|
| 2131 | u'\U0001d70b': '$\\mathsl{\\Pi}$', |
|---|
| 2132 | u'\U0001d70c': '$\\mathsl{\\Rho}$', |
|---|
| 2133 | u'\U0001d70d': '$\\mathsl{\\varsigma}$', |
|---|
| 2134 | u'\U0001d70e': '$\\mathsl{\\Sigma}$', |
|---|
| 2135 | u'\U0001d70f': '$\\mathsl{\\Tau}$', |
|---|
| 2136 | u'\U0001d710': '$\\mathsl{\\Upsilon}$', |
|---|
| 2137 | u'\U0001d711': '$\\mathsl{\\Phi}$', |
|---|
| 2138 | u'\U0001d712': '$\\mathsl{\\Chi}$', |
|---|
| 2139 | u'\U0001d713': '$\\mathsl{\\Psi}$', |
|---|
| 2140 | u'\U0001d714': '$\\mathsl{\\Omega}$', |
|---|
| 2141 | u'\U0001d715': '$\\partial$', |
|---|
| 2142 | u'\U0001d716': '$\\in$', |
|---|
| 2143 | u'\U0001d717': '{\\mathsl{\\vartheta}}', |
|---|
| 2144 | u'\U0001d718': '{\\mathsl{\\varkappa}}', |
|---|
| 2145 | u'\U0001d719': '{\\mathsl{\\phi}}', |
|---|
| 2146 | u'\U0001d71a': '{\\mathsl{\\varrho}}', |
|---|
| 2147 | u'\U0001d71b': '{\\mathsl{\\varpi}}', |
|---|
| 2148 | u'\U0001d71c': '$\\mathbit{\\Alpha}$', |
|---|
| 2149 | u'\U0001d71d': '$\\mathbit{\\Beta}$', |
|---|
| 2150 | u'\U0001d71e': '$\\mathbit{\\Gamma}$', |
|---|
| 2151 | u'\U0001d71f': '$\\mathbit{\\Delta}$', |
|---|
| 2152 | u'\U0001d720': '$\\mathbit{\\Epsilon}$', |
|---|
| 2153 | u'\U0001d721': '$\\mathbit{\\Zeta}$', |
|---|
| 2154 | u'\U0001d722': '$\\mathbit{\\Eta}$', |
|---|
| 2155 | u'\U0001d723': '$\\mathbit{\\Theta}$', |
|---|
| 2156 | u'\U0001d724': '$\\mathbit{\\Iota}$', |
|---|
| 2157 | u'\U0001d725': '$\\mathbit{\\Kappa}$', |
|---|
| 2158 | u'\U0001d726': '$\\mathbit{\\Lambda}$', |
|---|
| 2159 | u'\U0001d727': '$M$', |
|---|
| 2160 | u'\U0001d728': '$N$', |
|---|
| 2161 | u'\U0001d729': '$\\mathbit{\\Xi}$', |
|---|
| 2162 | u'\U0001d72a': '$O$', |
|---|
| 2163 | u'\U0001d72b': '$\\mathbit{\\Pi}$', |
|---|
| 2164 | u'\U0001d72c': '$\\mathbit{\\Rho}$', |
|---|
| 2165 | u'\U0001d72d': '{\\mathbit{O}}', |
|---|
| 2166 | u'\U0001d72e': '$\\mathbit{\\Sigma}$', |
|---|
| 2167 | u'\U0001d72f': '$\\mathbit{\\Tau}$', |
|---|
| 2168 | u'\U0001d730': '$\\mathbit{\\Upsilon}$', |
|---|
| 2169 | u'\U0001d731': '$\\mathbit{\\Phi}$', |
|---|
| 2170 | u'\U0001d732': '$\\mathbit{\\Chi}$', |
|---|
| 2171 | u'\U0001d733': '$\\mathbit{\\Psi}$', |
|---|
| 2172 | u'\U0001d734': '$\\mathbit{\\Omega}$', |
|---|
| 2173 | u'\U0001d735': '$\\mathbit{\\nabla}$', |
|---|
| 2174 | u'\U0001d736': '$\\mathbit{\\Alpha}$', |
|---|
| 2175 | u'\U0001d737': '$\\mathbit{\\Beta}$', |
|---|
| 2176 | u'\U0001d738': '$\\mathbit{\\Gamma}$', |
|---|
| 2177 | u'\U0001d739': '$\\mathbit{\\Delta}$', |
|---|
| 2178 | u'\U0001d73a': '$\\mathbit{\\Epsilon}$', |
|---|
| 2179 | u'\U0001d73b': '$\\mathbit{\\Zeta}$', |
|---|
| 2180 | u'\U0001d73c': '$\\mathbit{\\Eta}$', |
|---|
| 2181 | u'\U0001d73d': '$\\mathbit{\\Theta}$', |
|---|
| 2182 | u'\U0001d73e': '$\\mathbit{\\Iota}$', |
|---|
| 2183 | u'\U0001d73f': '$\\mathbit{\\Kappa}$', |
|---|
| 2184 | u'\U0001d740': '$\\mathbit{\\Lambda}$', |
|---|
| 2185 | u'\U0001d741': '$M$', |
|---|
| 2186 | u'\U0001d742': '$N$', |
|---|
| 2187 | u'\U0001d743': '$\\mathbit{\\Xi}$', |
|---|
| 2188 | u'\U0001d744': '$O$', |
|---|
| 2189 | u'\U0001d745': '$\\mathbit{\\Pi}$', |
|---|
| 2190 | u'\U0001d746': '$\\mathbit{\\Rho}$', |
|---|
| 2191 | u'\U0001d747': '$\\mathbit{\\varsigma}$', |
|---|
| 2192 | u'\U0001d748': '$\\mathbit{\\Sigma}$', |
|---|
| 2193 | u'\U0001d749': '$\\mathbit{\\Tau}$', |
|---|
| 2194 | u'\U0001d74a': '$\\mathbit{\\Upsilon}$', |
|---|
| 2195 | u'\U0001d74b': '$\\mathbit{\\Phi}$', |
|---|
| 2196 | u'\U0001d74c': '$\\mathbit{\\Chi}$', |
|---|
| 2197 | u'\U0001d74d': '$\\mathbit{\\Psi}$', |
|---|
| 2198 | u'\U0001d74e': '$\\mathbit{\\Omega}$', |
|---|
| 2199 | u'\U0001d74f': '$\\partial$', |
|---|
| 2200 | u'\U0001d750': '$\\in$', |
|---|
| 2201 | u'\U0001d751': '{\\mathbit{\\vartheta}}', |
|---|
| 2202 | u'\U0001d752': '{\\mathbit{\\varkappa}}', |
|---|
| 2203 | u'\U0001d753': '{\\mathbit{\\phi}}', |
|---|
| 2204 | u'\U0001d754': '{\\mathbit{\\varrho}}', |
|---|
| 2205 | u'\U0001d755': '{\\mathbit{\\varpi}}', |
|---|
| 2206 | u'\U0001d756': '$\\mathsfbf{\\Alpha}$', |
|---|
| 2207 | u'\U0001d757': '$\\mathsfbf{\\Beta}$', |
|---|
| 2208 | u'\U0001d758': '$\\mathsfbf{\\Gamma}$', |
|---|
| 2209 | u'\U0001d759': '$\\mathsfbf{\\Delta}$', |
|---|
| 2210 | u'\U0001d75a': '$\\mathsfbf{\\Epsilon}$', |
|---|
| 2211 | u'\U0001d75b': '$\\mathsfbf{\\Zeta}$', |
|---|
| 2212 | u'\U0001d75c': '$\\mathsfbf{\\Eta}$', |
|---|
| 2213 | u'\U0001d75d': '$\\mathsfbf{\\Theta}$', |
|---|
| 2214 | u'\U0001d75e': '$\\mathsfbf{\\Iota}$', |
|---|
| 2215 | u'\U0001d75f': '$\\mathsfbf{\\Kappa}$', |
|---|
| 2216 | u'\U0001d760': '$\\mathsfbf{\\Lambda}$', |
|---|
| 2217 | u'\U0001d761': '$M$', |
|---|
| 2218 | u'\U0001d762': '$N$', |
|---|
| 2219 | u'\U0001d763': '$\\mathsfbf{\\Xi}$', |
|---|
| 2220 | u'\U0001d764': '$O$', |
|---|
| 2221 | u'\U0001d765': '$\\mathsfbf{\\Pi}$', |
|---|
| 2222 | u'\U0001d766': '$\\mathsfbf{\\Rho}$', |
|---|
| 2223 | u'\U0001d767': '{\\mathsfbf{\\vartheta}}', |
|---|
| 2224 | u'\U0001d768': '$\\mathsfbf{\\Sigma}$', |
|---|
| 2225 | u'\U0001d769': '$\\mathsfbf{\\Tau}$', |
|---|
| 2226 | u'\U0001d76a': '$\\mathsfbf{\\Upsilon}$', |
|---|
| 2227 | u'\U0001d76b': '$\\mathsfbf{\\Phi}$', |
|---|
| 2228 | u'\U0001d76c': '$\\mathsfbf{\\Chi}$', |
|---|
| 2229 | u'\U0001d76d': '$\\mathsfbf{\\Psi}$', |
|---|
| 2230 | u'\U0001d76e': '$\\mathsfbf{\\Omega}$', |
|---|
| 2231 | u'\U0001d76f': '$\\mathsfbf{\\nabla}$', |
|---|
| 2232 | u'\U0001d770': '$\\mathsfbf{\\Alpha}$', |
|---|
| 2233 | u'\U0001d771': '$\\mathsfbf{\\Beta}$', |
|---|
| 2234 | u'\U0001d772': '$\\mathsfbf{\\Gamma}$', |
|---|
| 2235 | u'\U0001d773': '$\\mathsfbf{\\Delta}$', |
|---|
| 2236 | u'\U0001d774': '$\\mathsfbf{\\Epsilon}$', |
|---|
| 2237 | u'\U0001d775': '$\\mathsfbf{\\Zeta}$', |
|---|
| 2238 | u'\U0001d776': '$\\mathsfbf{\\Eta}$', |
|---|
| 2239 | u'\U0001d777': '$\\mathsfbf{\\Theta}$', |
|---|
| 2240 | u'\U0001d778': '$\\mathsfbf{\\Iota}$', |
|---|
| 2241 | u'\U0001d779': '$\\mathsfbf{\\Kappa}$', |
|---|
| 2242 | u'\U0001d77a': '$\\mathsfbf{\\Lambda}$', |
|---|
| 2243 | u'\U0001d77b': '$M$', |
|---|
| 2244 | u'\U0001d77c': '$N$', |
|---|
| 2245 | u'\U0001d77d': '$\\mathsfbf{\\Xi}$', |
|---|
| 2246 | u'\U0001d77e': '$O$', |
|---|
| 2247 | u'\U0001d77f': '$\\mathsfbf{\\Pi}$', |
|---|
| 2248 | u'\U0001d780': '$\\mathsfbf{\\Rho}$', |
|---|
| 2249 | u'\U0001d781': '$\\mathsfbf{\\varsigma}$', |
|---|
| 2250 | u'\U0001d782': '$\\mathsfbf{\\Sigma}$', |
|---|
| 2251 | u'\U0001d783': '$\\mathsfbf{\\Tau}$', |
|---|
| 2252 | u'\U0001d784': '$\\mathsfbf{\\Upsilon}$', |
|---|
| 2253 | u'\U0001d785': '$\\mathsfbf{\\Phi}$', |
|---|
| 2254 | u'\U0001d786': '$\\mathsfbf{\\Chi}$', |
|---|
| 2255 | u'\U0001d787': '$\\mathsfbf{\\Psi}$', |
|---|
| 2256 | u'\U0001d788': '$\\mathsfbf{\\Omega}$', |
|---|
| 2257 | u'\U0001d789': '$\\partial$', |
|---|
| 2258 | u'\U0001d78a': '$\\in$', |
|---|
| 2259 | u'\U0001d78b': '{\\mathsfbf{\\vartheta}}', |
|---|
| 2260 | u'\U0001d78c': '{\\mathsfbf{\\varkappa}}', |
|---|
| 2261 | u'\U0001d78d': '{\\mathsfbf{\\phi}}', |
|---|
| 2262 | u'\U0001d78e': '{\\mathsfbf{\\varrho}}', |
|---|
| 2263 | u'\U0001d78f': '{\\mathsfbf{\\varpi}}', |
|---|
| 2264 | u'\U0001d790': '$\\mathsfbfsl{\\Alpha}$', |
|---|
| 2265 | u'\U0001d791': '$\\mathsfbfsl{\\Beta}$', |
|---|
| 2266 | u'\U0001d792': '$\\mathsfbfsl{\\Gamma}$', |
|---|
| 2267 | u'\U0001d793': '$\\mathsfbfsl{\\Delta}$', |
|---|
| 2268 | u'\U0001d794': '$\\mathsfbfsl{\\Epsilon}$', |
|---|
| 2269 | u'\U0001d795': '$\\mathsfbfsl{\\Zeta}$', |
|---|
| 2270 | u'\U0001d796': '$\\mathsfbfsl{\\Eta}$', |
|---|
| 2271 | u'\U0001d797': '$\\mathsfbfsl{\\vartheta}$', |
|---|
| 2272 | u'\U0001d798': '$\\mathsfbfsl{\\Iota}$', |
|---|
| 2273 | u'\U0001d799': '$\\mathsfbfsl{\\Kappa}$', |
|---|
| 2274 | u'\U0001d79a': '$\\mathsfbfsl{\\Lambda}$', |
|---|
| 2275 | u'\U0001d79b': '$M$', |
|---|
| 2276 | u'\U0001d79c': '$N$', |
|---|
| 2277 | u'\U0001d79d': '$\\mathsfbfsl{\\Xi}$', |
|---|
| 2278 | u'\U0001d79e': '$O$', |
|---|
| 2279 | u'\U0001d79f': '$\\mathsfbfsl{\\Pi}$', |
|---|
| 2280 | u'\U0001d7a0': '$\\mathsfbfsl{\\Rho}$', |
|---|
| 2281 | u'\U0001d7a1': '{\\mathsfbfsl{\\vartheta}}', |
|---|
| 2282 | u'\U0001d7a2': '$\\mathsfbfsl{\\Sigma}$', |
|---|
| 2283 | u'\U0001d7a3': '$\\mathsfbfsl{\\Tau}$', |
|---|
| 2284 | u'\U0001d7a4': '$\\mathsfbfsl{\\Upsilon}$', |
|---|
| 2285 | u'\U0001d7a5': '$\\mathsfbfsl{\\Phi}$', |
|---|
| 2286 | u'\U0001d7a6': '$\\mathsfbfsl{\\Chi}$', |
|---|
| 2287 | u'\U0001d7a7': '$\\mathsfbfsl{\\Psi}$', |
|---|
| 2288 | u'\U0001d7a8': '$\\mathsfbfsl{\\Omega}$', |
|---|
| 2289 | u'\U0001d7a9': '$\\mathsfbfsl{\\nabla}$', |
|---|
| 2290 | u'\U0001d7aa': '$\\mathsfbfsl{\\Alpha}$', |
|---|
| 2291 | u'\U0001d7ab': '$\\mathsfbfsl{\\Beta}$', |
|---|
| 2292 | u'\U0001d7ac': '$\\mathsfbfsl{\\Gamma}$', |
|---|
| 2293 | u'\U0001d7ad': '$\\mathsfbfsl{\\Delta}$', |
|---|
| 2294 | u'\U0001d7ae': '$\\mathsfbfsl{\\Epsilon}$', |
|---|
| 2295 | u'\U0001d7af': '$\\mathsfbfsl{\\Zeta}$', |
|---|
| 2296 | u'\U0001d7b0': '$\\mathsfbfsl{\\Eta}$', |
|---|
| 2297 | u'\U0001d7b1': '$\\mathsfbfsl{\\vartheta}$', |
|---|
| 2298 | u'\U0001d7b2': '$\\mathsfbfsl{\\Iota}$', |
|---|
| 2299 | u'\U0001d7b3': '$\\mathsfbfsl{\\Kappa}$', |
|---|
| 2300 | u'\U0001d7b4': '$\\mathsfbfsl{\\Lambda}$', |
|---|
| 2301 | u'\U0001d7b5': '$M$', |
|---|
| 2302 | u'\U0001d7b6': '$N$', |
|---|
| 2303 | u'\U0001d7b7': '$\\mathsfbfsl{\\Xi}$', |
|---|
| 2304 | u'\U0001d7b8': '$O$', |
|---|
| 2305 | u'\U0001d7b9': '$\\mathsfbfsl{\\Pi}$', |
|---|
| 2306 | u'\U0001d7ba': '$\\mathsfbfsl{\\Rho}$', |
|---|
| 2307 | u'\U0001d7bb': '$\\mathsfbfsl{\\varsigma}$', |
|---|
| 2308 | u'\U0001d7bc': '$\\mathsfbfsl{\\Sigma}$', |
|---|
| 2309 | u'\U0001d7bd': '$\\mathsfbfsl{\\Tau}$', |
|---|
| 2310 | u'\U0001d7be': '$\\mathsfbfsl{\\Upsilon}$', |
|---|
| 2311 | u'\U0001d7bf': '$\\mathsfbfsl{\\Phi}$', |
|---|
| 2312 | u'\U0001d7c0': '$\\mathsfbfsl{\\Chi}$', |
|---|
| 2313 | u'\U0001d7c1': '$\\mathsfbfsl{\\Psi}$', |
|---|
| 2314 | u'\U0001d7c2': '$\\mathsfbfsl{\\Omega}$', |
|---|
| 2315 | u'\U0001d7c3': '$\\partial$', |
|---|
| 2316 | u'\U0001d7c4': '$\\in$', |
|---|
| 2317 | u'\U0001d7c5': '{\\mathsfbfsl{\\vartheta}}', |
|---|
| 2318 | u'\U0001d7c6': '{\\mathsfbfsl{\\varkappa}}', |
|---|
| 2319 | u'\U0001d7c7': '{\\mathsfbfsl{\\phi}}', |
|---|
| 2320 | u'\U0001d7c8': '{\\mathsfbfsl{\\varrho}}', |
|---|
| 2321 | u'\U0001d7c9': '{\\mathsfbfsl{\\varpi}}', |
|---|
| 2322 | u'\U0001d7ce': '$\\mathbf{0}$', |
|---|
| 2323 | u'\U0001d7cf': '$\\mathbf{1}$', |
|---|
| 2324 | u'\U0001d7d0': '$\\mathbf{2}$', |
|---|
| 2325 | u'\U0001d7d1': '$\\mathbf{3}$', |
|---|
| 2326 | u'\U0001d7d2': '$\\mathbf{4}$', |
|---|
| 2327 | u'\U0001d7d3': '$\\mathbf{5}$', |
|---|
| 2328 | u'\U0001d7d4': '$\\mathbf{6}$', |
|---|
| 2329 | u'\U0001d7d5': '$\\mathbf{7}$', |
|---|
| 2330 | u'\U0001d7d6': '$\\mathbf{8}$', |
|---|
| 2331 | u'\U0001d7d7': '$\\mathbf{9}$', |
|---|
| 2332 | u'\U0001d7d8': '$\\mathbb{0}$', |
|---|
| 2333 | u'\U0001d7d9': '$\\mathbb{1}$', |
|---|
| 2334 | u'\U0001d7da': '$\\mathbb{2}$', |
|---|
| 2335 | u'\U0001d7db': '$\\mathbb{3}$', |
|---|
| 2336 | u'\U0001d7dc': '$\\mathbb{4}$', |
|---|
| 2337 | u'\U0001d7dd': '$\\mathbb{5}$', |
|---|
| 2338 | u'\U0001d7de': '$\\mathbb{6}$', |
|---|
| 2339 | u'\U0001d7df': '$\\mathbb{7}$', |
|---|
| 2340 | u'\U0001d7e0': '$\\mathbb{8}$', |
|---|
| 2341 | u'\U0001d7e1': '$\\mathbb{9}$', |
|---|
| 2342 | u'\U0001d7e2': '$\\mathsf{0}$', |
|---|
| 2343 | u'\U0001d7e3': '$\\mathsf{1}$', |
|---|
| 2344 | u'\U0001d7e4': '$\\mathsf{2}$', |
|---|
| 2345 | u'\U0001d7e5': '$\\mathsf{3}$', |
|---|
| 2346 | u'\U0001d7e6': '$\\mathsf{4}$', |
|---|
| 2347 | u'\U0001d7e7': '$\\mathsf{5}$', |
|---|
| 2348 | u'\U0001d7e8': '$\\mathsf{6}$', |
|---|
| 2349 | u'\U0001d7e9': '$\\mathsf{7}$', |
|---|
| 2350 | u'\U0001d7ea': '$\\mathsf{8}$', |
|---|
| 2351 | u'\U0001d7eb': '$\\mathsf{9}$', |
|---|
| 2352 | u'\U0001d7ec': '$\\mathsfbf{0}$', |
|---|
| 2353 | u'\U0001d7ed': '$\\mathsfbf{1}$', |
|---|
| 2354 | u'\U0001d7ee': '$\\mathsfbf{2}$', |
|---|
| 2355 | u'\U0001d7ef': '$\\mathsfbf{3}$', |
|---|
| 2356 | u'\U0001d7f0': '$\\mathsfbf{4}$', |
|---|
| 2357 | u'\U0001d7f1': '$\\mathsfbf{5}$', |
|---|
| 2358 | u'\U0001d7f2': '$\\mathsfbf{6}$', |
|---|
| 2359 | u'\U0001d7f3': '$\\mathsfbf{7}$', |
|---|
| 2360 | u'\U0001d7f4': '$\\mathsfbf{8}$', |
|---|
| 2361 | u'\U0001d7f5': '$\\mathsfbf{9}$', |
|---|
| 2362 | u'\U0001d7f6': '$\\mathtt{0}$', |
|---|
| 2363 | u'\U0001d7f7': '$\\mathtt{1}$', |
|---|
| 2364 | u'\U0001d7f8': '$\\mathtt{2}$', |
|---|
| 2365 | u'\U0001d7f9': '$\\mathtt{3}$', |
|---|
| 2366 | u'\U0001d7fa': '$\\mathtt{4}$', |
|---|
| 2367 | u'\U0001d7fb': '$\\mathtt{5}$', |
|---|
| 2368 | u'\U0001d7fc': '$\\mathtt{6}$', |
|---|
| 2369 | u'\U0001d7fd': '$\\mathtt{7}$', |
|---|
| 2370 | u'\U0001d7fe': '$\\mathtt{8}$', |
|---|
| 2371 | u'\U0001d7ff': '$\\mathtt{9}$'} |
|---|