@pie-element/explicit-constructed-response 11.1.1 → 11.1.2-next.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. package/configure.js +2 -0
  2. package/controller.js +1 -0
  3. package/dist/_virtual/_rolldown/runtime.js +4 -0
  4. package/dist/author/alternateResponses.d.ts +34 -0
  5. package/dist/author/alternateResponses.js +113 -0
  6. package/dist/author/alternateSection.d.ts +58 -0
  7. package/dist/author/alternateSection.js +213 -0
  8. package/dist/author/defaults.d.ts +186 -0
  9. package/dist/author/defaults.js +128 -0
  10. package/dist/author/ecr-toolbar.d.ts +41 -0
  11. package/dist/author/ecr-toolbar.js +100 -0
  12. package/dist/author/index.d.ts +42 -0
  13. package/dist/author/index.js +96 -0
  14. package/dist/author/main.d.ts +38 -0
  15. package/dist/author/main.js +291 -0
  16. package/dist/author/markupUtils.d.ts +14 -0
  17. package/dist/author/markupUtils.js +13 -0
  18. package/dist/author/utils.d.ts +9 -0
  19. package/dist/author/utils.js +7 -0
  20. package/dist/browser/author/index.js +3378 -0
  21. package/dist/browser/author/index.js.map +1 -0
  22. package/dist/browser/browser-BC3WygxE.js +360 -0
  23. package/dist/browser/browser-BC3WygxE.js.map +1 -0
  24. package/dist/browser/controller/index.js +4152 -0
  25. package/dist/browser/controller/index.js.map +1 -0
  26. package/dist/browser/delivery/index.js +96 -0
  27. package/dist/browser/delivery/index.js.map +1 -0
  28. package/dist/browser/dist-D5D48-XD.js +45656 -0
  29. package/dist/browser/dist-D5D48-XD.js.map +1 -0
  30. package/dist/browser/dist-D9ARZhQk.js +1426 -0
  31. package/dist/browser/dist-D9ARZhQk.js.map +1 -0
  32. package/dist/browser/explicit-constructed-response.css +2 -0
  33. package/dist/browser/main-B4lD1zyg.js +959 -0
  34. package/dist/browser/main-B4lD1zyg.js.map +1 -0
  35. package/dist/browser/print/index.js +40 -0
  36. package/dist/browser/print/index.js.map +1 -0
  37. package/dist/controller/defaults.d.ts +25 -0
  38. package/dist/controller/defaults.js +19 -0
  39. package/dist/controller/index.d.ts +64 -0
  40. package/dist/controller/index.js +139 -0
  41. package/dist/delivery/index.d.ts +20 -0
  42. package/dist/delivery/index.js +66 -0
  43. package/dist/delivery/main.d.ts +48 -0
  44. package/dist/delivery/main.js +115 -0
  45. package/dist/explicit-constructed-response.css +2 -0
  46. package/dist/index.d.ts +1 -0
  47. package/dist/index.iife.d.ts +8 -0
  48. package/dist/index.iife.js +393 -0
  49. package/dist/index.js +2 -0
  50. package/dist/node_modules/.bun/he@1.2.0/node_modules/he/he.js +3993 -0
  51. package/dist/print/index.d.ts +15 -0
  52. package/dist/print/index.js +40 -0
  53. package/dist/runtime-support.d.ts +12 -0
  54. package/dist/runtime-support.js +12 -0
  55. package/package.json +94 -26
  56. package/CHANGELOG.json +0 -1102
  57. package/CHANGELOG.md +0 -2187
  58. package/LICENSE.md +0 -5
  59. package/README.md +0 -1
  60. package/configure/CHANGELOG.json +0 -652
  61. package/configure/CHANGELOG.md +0 -1928
  62. package/configure/lib/alternateResponses.js +0 -199
  63. package/configure/lib/alternateResponses.js.map +0 -1
  64. package/configure/lib/alternateSection.js +0 -329
  65. package/configure/lib/alternateSection.js.map +0 -1
  66. package/configure/lib/defaults.js +0 -184
  67. package/configure/lib/defaults.js.map +0 -1
  68. package/configure/lib/ecr-toolbar.js +0 -181
  69. package/configure/lib/ecr-toolbar.js.map +0 -1
  70. package/configure/lib/index.js +0 -161
  71. package/configure/lib/index.js.map +0 -1
  72. package/configure/lib/main.js +0 -514
  73. package/configure/lib/main.js.map +0 -1
  74. package/configure/lib/markupUtils.js +0 -70
  75. package/configure/lib/markupUtils.js.map +0 -1
  76. package/configure/lib/utils.js +0 -15
  77. package/configure/lib/utils.js.map +0 -1
  78. package/configure/package.json +0 -22
  79. package/controller/CHANGELOG.json +0 -517
  80. package/controller/CHANGELOG.md +0 -1344
  81. package/controller/lib/defaults.js +0 -23
  82. package/controller/lib/defaults.js.map +0 -1
  83. package/controller/lib/index.js +0 -368
  84. package/controller/lib/index.js.map +0 -1
  85. package/controller/package.json +0 -18
  86. package/docs/config-schema.json +0 -2629
  87. package/docs/config-schema.json.md +0 -1941
  88. package/docs/demo/config.js +0 -8
  89. package/docs/demo/generate.js +0 -20
  90. package/docs/demo/index.html +0 -1
  91. package/docs/demo/session.js +0 -10
  92. package/docs/pie-schema.json +0 -1130
  93. package/docs/pie-schema.json.md +0 -814
  94. package/lib/index.js +0 -91
  95. package/lib/index.js.map +0 -1
  96. package/lib/main.js +0 -205
  97. package/lib/main.js.map +0 -1
  98. package/lib/print.js +0 -71
  99. package/lib/print.js.map +0 -1
  100. package/module/configure.js +0 -1
  101. package/module/controller.js +0 -6534
  102. package/module/demo.js +0 -45
  103. package/module/element.js +0 -1
  104. package/module/index.html +0 -21
  105. package/module/manifest.json +0 -18
  106. package/module/print-demo.js +0 -83
  107. package/module/print.html +0 -18
  108. package/module/print.js +0 -1
@@ -0,0 +1,4152 @@
1
+ import { C as e, E as t, a as n, f as r, l as i, s as a, t as o } from "../browser-BC3WygxE.js";
2
+ import { t as s } from "../dist-D9ARZhQk.js";
3
+ //#region ../../../node_modules/.bun/he@1.2.0/node_modules/he/he.js
4
+ var c = /* @__PURE__ */ e(((e, t) => {
5
+ (function(n) {
6
+ var r = typeof e == "object" && e, i = typeof t == "object" && t && t.exports == r && t, a = typeof global == "object" && global;
7
+ (a.global === a || a.window === a) && (n = a);
8
+ var o = /[\uD800-\uDBFF][\uDC00-\uDFFF]/g, s = /[\x01-\x7F]/g, c = /[\x01-\t\x0B\f\x0E-\x1F\x7F\x81\x8D\x8F\x90\x9D\xA0-\uFFFF]/g, l = /<\u20D2|=\u20E5|>\u20D2|\u205F\u200A|\u219D\u0338|\u2202\u0338|\u2220\u20D2|\u2229\uFE00|\u222A\uFE00|\u223C\u20D2|\u223D\u0331|\u223E\u0333|\u2242\u0338|\u224B\u0338|\u224D\u20D2|\u224E\u0338|\u224F\u0338|\u2250\u0338|\u2261\u20E5|\u2264\u20D2|\u2265\u20D2|\u2266\u0338|\u2267\u0338|\u2268\uFE00|\u2269\uFE00|\u226A\u0338|\u226A\u20D2|\u226B\u0338|\u226B\u20D2|\u227F\u0338|\u2282\u20D2|\u2283\u20D2|\u228A\uFE00|\u228B\uFE00|\u228F\u0338|\u2290\u0338|\u2293\uFE00|\u2294\uFE00|\u22B4\u20D2|\u22B5\u20D2|\u22D8\u0338|\u22D9\u0338|\u22DA\uFE00|\u22DB\uFE00|\u22F5\u0338|\u22F9\u0338|\u2933\u0338|\u29CF\u0338|\u29D0\u0338|\u2A6D\u0338|\u2A70\u0338|\u2A7D\u0338|\u2A7E\u0338|\u2AA1\u0338|\u2AA2\u0338|\u2AAC\uFE00|\u2AAD\uFE00|\u2AAF\u0338|\u2AB0\u0338|\u2AC5\u0338|\u2AC6\u0338|\u2ACB\uFE00|\u2ACC\uFE00|\u2AFD\u20E5|[\xA0-\u0113\u0116-\u0122\u0124-\u012B\u012E-\u014D\u0150-\u017E\u0192\u01B5\u01F5\u0237\u02C6\u02C7\u02D8-\u02DD\u0311\u0391-\u03A1\u03A3-\u03A9\u03B1-\u03C9\u03D1\u03D2\u03D5\u03D6\u03DC\u03DD\u03F0\u03F1\u03F5\u03F6\u0401-\u040C\u040E-\u044F\u0451-\u045C\u045E\u045F\u2002-\u2005\u2007-\u2010\u2013-\u2016\u2018-\u201A\u201C-\u201E\u2020-\u2022\u2025\u2026\u2030-\u2035\u2039\u203A\u203E\u2041\u2043\u2044\u204F\u2057\u205F-\u2063\u20AC\u20DB\u20DC\u2102\u2105\u210A-\u2113\u2115-\u211E\u2122\u2124\u2127-\u2129\u212C\u212D\u212F-\u2131\u2133-\u2138\u2145-\u2148\u2153-\u215E\u2190-\u219B\u219D-\u21A7\u21A9-\u21AE\u21B0-\u21B3\u21B5-\u21B7\u21BA-\u21DB\u21DD\u21E4\u21E5\u21F5\u21FD-\u2205\u2207-\u2209\u220B\u220C\u220F-\u2214\u2216-\u2218\u221A\u221D-\u2238\u223A-\u2257\u2259\u225A\u225C\u225F-\u2262\u2264-\u228B\u228D-\u229B\u229D-\u22A5\u22A7-\u22B0\u22B2-\u22BB\u22BD-\u22DB\u22DE-\u22E3\u22E6-\u22F7\u22F9-\u22FE\u2305\u2306\u2308-\u2310\u2312\u2313\u2315\u2316\u231C-\u231F\u2322\u2323\u232D\u232E\u2336\u233D\u233F\u237C\u23B0\u23B1\u23B4-\u23B6\u23DC-\u23DF\u23E2\u23E7\u2423\u24C8\u2500\u2502\u250C\u2510\u2514\u2518\u251C\u2524\u252C\u2534\u253C\u2550-\u256C\u2580\u2584\u2588\u2591-\u2593\u25A1\u25AA\u25AB\u25AD\u25AE\u25B1\u25B3-\u25B5\u25B8\u25B9\u25BD-\u25BF\u25C2\u25C3\u25CA\u25CB\u25EC\u25EF\u25F8-\u25FC\u2605\u2606\u260E\u2640\u2642\u2660\u2663\u2665\u2666\u266A\u266D-\u266F\u2713\u2717\u2720\u2736\u2758\u2772\u2773\u27C8\u27C9\u27E6-\u27ED\u27F5-\u27FA\u27FC\u27FF\u2902-\u2905\u290C-\u2913\u2916\u2919-\u2920\u2923-\u292A\u2933\u2935-\u2939\u293C\u293D\u2945\u2948-\u294B\u294E-\u2976\u2978\u2979\u297B-\u297F\u2985\u2986\u298B-\u2996\u299A\u299C\u299D\u29A4-\u29B7\u29B9\u29BB\u29BC\u29BE-\u29C5\u29C9\u29CD-\u29D0\u29DC-\u29DE\u29E3-\u29E5\u29EB\u29F4\u29F6\u2A00-\u2A02\u2A04\u2A06\u2A0C\u2A0D\u2A10-\u2A17\u2A22-\u2A27\u2A29\u2A2A\u2A2D-\u2A31\u2A33-\u2A3C\u2A3F\u2A40\u2A42-\u2A4D\u2A50\u2A53-\u2A58\u2A5A-\u2A5D\u2A5F\u2A66\u2A6A\u2A6D-\u2A75\u2A77-\u2A9A\u2A9D-\u2AA2\u2AA4-\u2AB0\u2AB3-\u2AC8\u2ACB\u2ACC\u2ACF-\u2ADB\u2AE4\u2AE6-\u2AE9\u2AEB-\u2AF3\u2AFD\uFB00-\uFB04]|\uD835[\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDCCF\uDD04\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDD6B]/g, u = {
9
+ "­": "shy",
10
+ "‌": "zwnj",
11
+ "‍": "zwj",
12
+ "‎": "lrm",
13
+ "⁣": "ic",
14
+ "⁢": "it",
15
+ "⁡": "af",
16
+ "‏": "rlm",
17
+ "​": "ZeroWidthSpace",
18
+ "⁠": "NoBreak",
19
+ "̑": "DownBreve",
20
+ "⃛": "tdot",
21
+ "⃜": "DotDot",
22
+ " ": "Tab",
23
+ "\n": "NewLine",
24
+ " ": "puncsp",
25
+ " ": "MediumSpace",
26
+ " ": "thinsp",
27
+ " ": "hairsp",
28
+ " ": "emsp13",
29
+ " ": "ensp",
30
+ " ": "emsp14",
31
+ " ": "emsp",
32
+ " ": "numsp",
33
+ "\xA0": "nbsp",
34
+ "  ": "ThickSpace",
35
+ "‾": "oline",
36
+ _: "lowbar",
37
+ "‐": "dash",
38
+ "–": "ndash",
39
+ "—": "mdash",
40
+ "―": "horbar",
41
+ ",": "comma",
42
+ ";": "semi",
43
+ "⁏": "bsemi",
44
+ ":": "colon",
45
+ "⩴": "Colone",
46
+ "!": "excl",
47
+ "¡": "iexcl",
48
+ "?": "quest",
49
+ "¿": "iquest",
50
+ ".": "period",
51
+ "‥": "nldr",
52
+ "…": "mldr",
53
+ "·": "middot",
54
+ "'": "apos",
55
+ "‘": "lsquo",
56
+ "’": "rsquo",
57
+ "‚": "sbquo",
58
+ "‹": "lsaquo",
59
+ "›": "rsaquo",
60
+ "\"": "quot",
61
+ "“": "ldquo",
62
+ "”": "rdquo",
63
+ "„": "bdquo",
64
+ "«": "laquo",
65
+ "»": "raquo",
66
+ "(": "lpar",
67
+ ")": "rpar",
68
+ "[": "lsqb",
69
+ "]": "rsqb",
70
+ "{": "lcub",
71
+ "}": "rcub",
72
+ "⌈": "lceil",
73
+ "⌉": "rceil",
74
+ "⌊": "lfloor",
75
+ "⌋": "rfloor",
76
+ "⦅": "lopar",
77
+ "⦆": "ropar",
78
+ "⦋": "lbrke",
79
+ "⦌": "rbrke",
80
+ "⦍": "lbrkslu",
81
+ "⦎": "rbrksld",
82
+ "⦏": "lbrksld",
83
+ "⦐": "rbrkslu",
84
+ "⦑": "langd",
85
+ "⦒": "rangd",
86
+ "⦓": "lparlt",
87
+ "⦔": "rpargt",
88
+ "⦕": "gtlPar",
89
+ "⦖": "ltrPar",
90
+ "⟦": "lobrk",
91
+ "⟧": "robrk",
92
+ "⟨": "lang",
93
+ "⟩": "rang",
94
+ "⟪": "Lang",
95
+ "⟫": "Rang",
96
+ "⟬": "loang",
97
+ "⟭": "roang",
98
+ "❲": "lbbrk",
99
+ "❳": "rbbrk",
100
+ "‖": "Vert",
101
+ "§": "sect",
102
+ "¶": "para",
103
+ "@": "commat",
104
+ "*": "ast",
105
+ "/": "sol",
106
+ undefined: null,
107
+ "&": "amp",
108
+ "#": "num",
109
+ "%": "percnt",
110
+ "‰": "permil",
111
+ "‱": "pertenk",
112
+ "†": "dagger",
113
+ "‡": "Dagger",
114
+ "•": "bull",
115
+ "⁃": "hybull",
116
+ "′": "prime",
117
+ "″": "Prime",
118
+ "‴": "tprime",
119
+ "⁗": "qprime",
120
+ "‵": "bprime",
121
+ "⁁": "caret",
122
+ "`": "grave",
123
+ "´": "acute",
124
+ "˜": "tilde",
125
+ "^": "Hat",
126
+ "¯": "macr",
127
+ "˘": "breve",
128
+ "˙": "dot",
129
+ "¨": "die",
130
+ "˚": "ring",
131
+ "˝": "dblac",
132
+ "¸": "cedil",
133
+ "˛": "ogon",
134
+ ˆ: "circ",
135
+ ˇ: "caron",
136
+ "°": "deg",
137
+ "©": "copy",
138
+ "®": "reg",
139
+ "℗": "copysr",
140
+ ℘: "wp",
141
+ "℞": "rx",
142
+ "℧": "mho",
143
+ "℩": "iiota",
144
+ "←": "larr",
145
+ "↚": "nlarr",
146
+ "→": "rarr",
147
+ "↛": "nrarr",
148
+ "↑": "uarr",
149
+ "↓": "darr",
150
+ "↔": "harr",
151
+ "↮": "nharr",
152
+ "↕": "varr",
153
+ "↖": "nwarr",
154
+ "↗": "nearr",
155
+ "↘": "searr",
156
+ "↙": "swarr",
157
+ "↝": "rarrw",
158
+ "↝̸": "nrarrw",
159
+ "↞": "Larr",
160
+ "↟": "Uarr",
161
+ "↠": "Rarr",
162
+ "↡": "Darr",
163
+ "↢": "larrtl",
164
+ "↣": "rarrtl",
165
+ "↤": "mapstoleft",
166
+ "↥": "mapstoup",
167
+ "↦": "map",
168
+ "↧": "mapstodown",
169
+ "↩": "larrhk",
170
+ "↪": "rarrhk",
171
+ "↫": "larrlp",
172
+ "↬": "rarrlp",
173
+ "↭": "harrw",
174
+ "↰": "lsh",
175
+ "↱": "rsh",
176
+ "↲": "ldsh",
177
+ "↳": "rdsh",
178
+ "↵": "crarr",
179
+ "↶": "cularr",
180
+ "↷": "curarr",
181
+ "↺": "olarr",
182
+ "↻": "orarr",
183
+ "↼": "lharu",
184
+ "↽": "lhard",
185
+ "↾": "uharr",
186
+ "↿": "uharl",
187
+ "⇀": "rharu",
188
+ "⇁": "rhard",
189
+ "⇂": "dharr",
190
+ "⇃": "dharl",
191
+ "⇄": "rlarr",
192
+ "⇅": "udarr",
193
+ "⇆": "lrarr",
194
+ "⇇": "llarr",
195
+ "⇈": "uuarr",
196
+ "⇉": "rrarr",
197
+ "⇊": "ddarr",
198
+ "⇋": "lrhar",
199
+ "⇌": "rlhar",
200
+ "⇐": "lArr",
201
+ "⇍": "nlArr",
202
+ "⇑": "uArr",
203
+ "⇒": "rArr",
204
+ "⇏": "nrArr",
205
+ "⇓": "dArr",
206
+ "⇔": "iff",
207
+ "⇎": "nhArr",
208
+ "⇕": "vArr",
209
+ "⇖": "nwArr",
210
+ "⇗": "neArr",
211
+ "⇘": "seArr",
212
+ "⇙": "swArr",
213
+ "⇚": "lAarr",
214
+ "⇛": "rAarr",
215
+ "⇝": "zigrarr",
216
+ "⇤": "larrb",
217
+ "⇥": "rarrb",
218
+ "⇵": "duarr",
219
+ "⇽": "loarr",
220
+ "⇾": "roarr",
221
+ "⇿": "hoarr",
222
+ "∀": "forall",
223
+ "∁": "comp",
224
+ "∂": "part",
225
+ "∂̸": "npart",
226
+ "∃": "exist",
227
+ "∄": "nexist",
228
+ "∅": "empty",
229
+ "∇": "Del",
230
+ "∈": "in",
231
+ "∉": "notin",
232
+ "∋": "ni",
233
+ "∌": "notni",
234
+ "϶": "bepsi",
235
+ "∏": "prod",
236
+ "∐": "coprod",
237
+ "∑": "sum",
238
+ "+": "plus",
239
+ "±": "pm",
240
+ "÷": "div",
241
+ "×": "times",
242
+ "<": "lt",
243
+ "≮": "nlt",
244
+ "<⃒": "nvlt",
245
+ "=": "equals",
246
+ "≠": "ne",
247
+ "=⃥": "bne",
248
+ "⩵": "Equal",
249
+ ">": "gt",
250
+ "≯": "ngt",
251
+ ">⃒": "nvgt",
252
+ "¬": "not",
253
+ "|": "vert",
254
+ "¦": "brvbar",
255
+ "−": "minus",
256
+ "∓": "mp",
257
+ "∔": "plusdo",
258
+ "⁄": "frasl",
259
+ "∖": "setmn",
260
+ "∗": "lowast",
261
+ "∘": "compfn",
262
+ "√": "Sqrt",
263
+ "∝": "prop",
264
+ "∞": "infin",
265
+ "∟": "angrt",
266
+ "∠": "ang",
267
+ "∠⃒": "nang",
268
+ "∡": "angmsd",
269
+ "∢": "angsph",
270
+ "∣": "mid",
271
+ "∤": "nmid",
272
+ "∥": "par",
273
+ "∦": "npar",
274
+ "∧": "and",
275
+ "∨": "or",
276
+ "∩": "cap",
277
+ "∩︀": "caps",
278
+ "∪": "cup",
279
+ "∪︀": "cups",
280
+ "∫": "int",
281
+ "∬": "Int",
282
+ "∭": "tint",
283
+ "⨌": "qint",
284
+ "∮": "oint",
285
+ "∯": "Conint",
286
+ "∰": "Cconint",
287
+ "∱": "cwint",
288
+ "∲": "cwconint",
289
+ "∳": "awconint",
290
+ "∴": "there4",
291
+ "∵": "becaus",
292
+ "∶": "ratio",
293
+ "∷": "Colon",
294
+ "∸": "minusd",
295
+ "∺": "mDDot",
296
+ "∻": "homtht",
297
+ "∼": "sim",
298
+ "≁": "nsim",
299
+ "∼⃒": "nvsim",
300
+ "∽": "bsim",
301
+ "∽̱": "race",
302
+ "∾": "ac",
303
+ "∾̳": "acE",
304
+ "∿": "acd",
305
+ "≀": "wr",
306
+ "≂": "esim",
307
+ "≂̸": "nesim",
308
+ "≃": "sime",
309
+ "≄": "nsime",
310
+ "≅": "cong",
311
+ "≇": "ncong",
312
+ "≆": "simne",
313
+ "≈": "ap",
314
+ "≉": "nap",
315
+ "≊": "ape",
316
+ "≋": "apid",
317
+ "≋̸": "napid",
318
+ "≌": "bcong",
319
+ "≍": "CupCap",
320
+ "≭": "NotCupCap",
321
+ "≍⃒": "nvap",
322
+ "≎": "bump",
323
+ "≎̸": "nbump",
324
+ "≏": "bumpe",
325
+ "≏̸": "nbumpe",
326
+ "≐": "doteq",
327
+ "≐̸": "nedot",
328
+ "≑": "eDot",
329
+ "≒": "efDot",
330
+ "≓": "erDot",
331
+ "≔": "colone",
332
+ "≕": "ecolon",
333
+ "≖": "ecir",
334
+ "≗": "cire",
335
+ "≙": "wedgeq",
336
+ "≚": "veeeq",
337
+ "≜": "trie",
338
+ "≟": "equest",
339
+ "≡": "equiv",
340
+ "≢": "nequiv",
341
+ "≡⃥": "bnequiv",
342
+ "≤": "le",
343
+ "≰": "nle",
344
+ "≤⃒": "nvle",
345
+ "≥": "ge",
346
+ "≱": "nge",
347
+ "≥⃒": "nvge",
348
+ "≦": "lE",
349
+ "≦̸": "nlE",
350
+ "≧": "gE",
351
+ "≧̸": "ngE",
352
+ "≨︀": "lvnE",
353
+ "≨": "lnE",
354
+ "≩": "gnE",
355
+ "≩︀": "gvnE",
356
+ "≪": "ll",
357
+ "≪̸": "nLtv",
358
+ "≪⃒": "nLt",
359
+ "≫": "gg",
360
+ "≫̸": "nGtv",
361
+ "≫⃒": "nGt",
362
+ "≬": "twixt",
363
+ "≲": "lsim",
364
+ "≴": "nlsim",
365
+ "≳": "gsim",
366
+ "≵": "ngsim",
367
+ "≶": "lg",
368
+ "≸": "ntlg",
369
+ "≷": "gl",
370
+ "≹": "ntgl",
371
+ "≺": "pr",
372
+ "⊀": "npr",
373
+ "≻": "sc",
374
+ "⊁": "nsc",
375
+ "≼": "prcue",
376
+ "⋠": "nprcue",
377
+ "≽": "sccue",
378
+ "⋡": "nsccue",
379
+ "≾": "prsim",
380
+ "≿": "scsim",
381
+ "≿̸": "NotSucceedsTilde",
382
+ "⊂": "sub",
383
+ "⊄": "nsub",
384
+ "⊂⃒": "vnsub",
385
+ "⊃": "sup",
386
+ "⊅": "nsup",
387
+ "⊃⃒": "vnsup",
388
+ "⊆": "sube",
389
+ "⊈": "nsube",
390
+ "⊇": "supe",
391
+ "⊉": "nsupe",
392
+ "⊊︀": "vsubne",
393
+ "⊊": "subne",
394
+ "⊋︀": "vsupne",
395
+ "⊋": "supne",
396
+ "⊍": "cupdot",
397
+ "⊎": "uplus",
398
+ "⊏": "sqsub",
399
+ "⊏̸": "NotSquareSubset",
400
+ "⊐": "sqsup",
401
+ "⊐̸": "NotSquareSuperset",
402
+ "⊑": "sqsube",
403
+ "⋢": "nsqsube",
404
+ "⊒": "sqsupe",
405
+ "⋣": "nsqsupe",
406
+ "⊓": "sqcap",
407
+ "⊓︀": "sqcaps",
408
+ "⊔": "sqcup",
409
+ "⊔︀": "sqcups",
410
+ "⊕": "oplus",
411
+ "⊖": "ominus",
412
+ "⊗": "otimes",
413
+ "⊘": "osol",
414
+ "⊙": "odot",
415
+ "⊚": "ocir",
416
+ "⊛": "oast",
417
+ "⊝": "odash",
418
+ "⊞": "plusb",
419
+ "⊟": "minusb",
420
+ "⊠": "timesb",
421
+ "⊡": "sdotb",
422
+ "⊢": "vdash",
423
+ "⊬": "nvdash",
424
+ "⊣": "dashv",
425
+ "⊤": "top",
426
+ "⊥": "bot",
427
+ "⊧": "models",
428
+ "⊨": "vDash",
429
+ "⊭": "nvDash",
430
+ "⊩": "Vdash",
431
+ "⊮": "nVdash",
432
+ "⊪": "Vvdash",
433
+ "⊫": "VDash",
434
+ "⊯": "nVDash",
435
+ "⊰": "prurel",
436
+ "⊲": "vltri",
437
+ "⋪": "nltri",
438
+ "⊳": "vrtri",
439
+ "⋫": "nrtri",
440
+ "⊴": "ltrie",
441
+ "⋬": "nltrie",
442
+ "⊴⃒": "nvltrie",
443
+ "⊵": "rtrie",
444
+ "⋭": "nrtrie",
445
+ "⊵⃒": "nvrtrie",
446
+ "⊶": "origof",
447
+ "⊷": "imof",
448
+ "⊸": "mumap",
449
+ "⊹": "hercon",
450
+ "⊺": "intcal",
451
+ "⊻": "veebar",
452
+ "⊽": "barvee",
453
+ "⊾": "angrtvb",
454
+ "⊿": "lrtri",
455
+ "⋀": "Wedge",
456
+ "⋁": "Vee",
457
+ "⋂": "xcap",
458
+ "⋃": "xcup",
459
+ "⋄": "diam",
460
+ "⋅": "sdot",
461
+ "⋆": "Star",
462
+ "⋇": "divonx",
463
+ "⋈": "bowtie",
464
+ "⋉": "ltimes",
465
+ "⋊": "rtimes",
466
+ "⋋": "lthree",
467
+ "⋌": "rthree",
468
+ "⋍": "bsime",
469
+ "⋎": "cuvee",
470
+ "⋏": "cuwed",
471
+ "⋐": "Sub",
472
+ "⋑": "Sup",
473
+ "⋒": "Cap",
474
+ "⋓": "Cup",
475
+ "⋔": "fork",
476
+ "⋕": "epar",
477
+ "⋖": "ltdot",
478
+ "⋗": "gtdot",
479
+ "⋘": "Ll",
480
+ "⋘̸": "nLl",
481
+ "⋙": "Gg",
482
+ "⋙̸": "nGg",
483
+ "⋚︀": "lesg",
484
+ "⋚": "leg",
485
+ "⋛": "gel",
486
+ "⋛︀": "gesl",
487
+ "⋞": "cuepr",
488
+ "⋟": "cuesc",
489
+ "⋦": "lnsim",
490
+ "⋧": "gnsim",
491
+ "⋨": "prnsim",
492
+ "⋩": "scnsim",
493
+ "⋮": "vellip",
494
+ "⋯": "ctdot",
495
+ "⋰": "utdot",
496
+ "⋱": "dtdot",
497
+ "⋲": "disin",
498
+ "⋳": "isinsv",
499
+ "⋴": "isins",
500
+ "⋵": "isindot",
501
+ "⋵̸": "notindot",
502
+ "⋶": "notinvc",
503
+ "⋷": "notinvb",
504
+ "⋹": "isinE",
505
+ "⋹̸": "notinE",
506
+ "⋺": "nisd",
507
+ "⋻": "xnis",
508
+ "⋼": "nis",
509
+ "⋽": "notnivc",
510
+ "⋾": "notnivb",
511
+ "⌅": "barwed",
512
+ "⌆": "Barwed",
513
+ "⌌": "drcrop",
514
+ "⌍": "dlcrop",
515
+ "⌎": "urcrop",
516
+ "⌏": "ulcrop",
517
+ "⌐": "bnot",
518
+ "⌒": "profline",
519
+ "⌓": "profsurf",
520
+ "⌕": "telrec",
521
+ "⌖": "target",
522
+ "⌜": "ulcorn",
523
+ "⌝": "urcorn",
524
+ "⌞": "dlcorn",
525
+ "⌟": "drcorn",
526
+ "⌢": "frown",
527
+ "⌣": "smile",
528
+ "⌭": "cylcty",
529
+ "⌮": "profalar",
530
+ "⌶": "topbot",
531
+ "⌽": "ovbar",
532
+ "⌿": "solbar",
533
+ "⍼": "angzarr",
534
+ "⎰": "lmoust",
535
+ "⎱": "rmoust",
536
+ "⎴": "tbrk",
537
+ "⎵": "bbrk",
538
+ "⎶": "bbrktbrk",
539
+ "⏜": "OverParenthesis",
540
+ "⏝": "UnderParenthesis",
541
+ "⏞": "OverBrace",
542
+ "⏟": "UnderBrace",
543
+ "⏢": "trpezium",
544
+ "⏧": "elinters",
545
+ "␣": "blank",
546
+ "─": "boxh",
547
+ "│": "boxv",
548
+ "┌": "boxdr",
549
+ "┐": "boxdl",
550
+ "└": "boxur",
551
+ "┘": "boxul",
552
+ "├": "boxvr",
553
+ "┤": "boxvl",
554
+ "┬": "boxhd",
555
+ "┴": "boxhu",
556
+ "┼": "boxvh",
557
+ "═": "boxH",
558
+ "║": "boxV",
559
+ "╒": "boxdR",
560
+ "╓": "boxDr",
561
+ "╔": "boxDR",
562
+ "╕": "boxdL",
563
+ "╖": "boxDl",
564
+ "╗": "boxDL",
565
+ "╘": "boxuR",
566
+ "╙": "boxUr",
567
+ "╚": "boxUR",
568
+ "╛": "boxuL",
569
+ "╜": "boxUl",
570
+ "╝": "boxUL",
571
+ "╞": "boxvR",
572
+ "╟": "boxVr",
573
+ "╠": "boxVR",
574
+ "╡": "boxvL",
575
+ "╢": "boxVl",
576
+ "╣": "boxVL",
577
+ "╤": "boxHd",
578
+ "╥": "boxhD",
579
+ "╦": "boxHD",
580
+ "╧": "boxHu",
581
+ "╨": "boxhU",
582
+ "╩": "boxHU",
583
+ "╪": "boxvH",
584
+ "╫": "boxVh",
585
+ "╬": "boxVH",
586
+ "▀": "uhblk",
587
+ "▄": "lhblk",
588
+ "█": "block",
589
+ "░": "blk14",
590
+ "▒": "blk12",
591
+ "▓": "blk34",
592
+ "□": "squ",
593
+ "▪": "squf",
594
+ "▫": "EmptyVerySmallSquare",
595
+ "▭": "rect",
596
+ "▮": "marker",
597
+ "▱": "fltns",
598
+ "△": "xutri",
599
+ "▴": "utrif",
600
+ "▵": "utri",
601
+ "▸": "rtrif",
602
+ "▹": "rtri",
603
+ "▽": "xdtri",
604
+ "▾": "dtrif",
605
+ "▿": "dtri",
606
+ "◂": "ltrif",
607
+ "◃": "ltri",
608
+ "◊": "loz",
609
+ "○": "cir",
610
+ "◬": "tridot",
611
+ "◯": "xcirc",
612
+ "◸": "ultri",
613
+ "◹": "urtri",
614
+ "◺": "lltri",
615
+ "◻": "EmptySmallSquare",
616
+ "◼": "FilledSmallSquare",
617
+ "★": "starf",
618
+ "☆": "star",
619
+ "☎": "phone",
620
+ "♀": "female",
621
+ "♂": "male",
622
+ "♠": "spades",
623
+ "♣": "clubs",
624
+ "♥": "hearts",
625
+ "♦": "diams",
626
+ "♪": "sung",
627
+ "✓": "check",
628
+ "✗": "cross",
629
+ "✠": "malt",
630
+ "✶": "sext",
631
+ "❘": "VerticalSeparator",
632
+ "⟈": "bsolhsub",
633
+ "⟉": "suphsol",
634
+ "⟵": "xlarr",
635
+ "⟶": "xrarr",
636
+ "⟷": "xharr",
637
+ "⟸": "xlArr",
638
+ "⟹": "xrArr",
639
+ "⟺": "xhArr",
640
+ "⟼": "xmap",
641
+ "⟿": "dzigrarr",
642
+ "⤂": "nvlArr",
643
+ "⤃": "nvrArr",
644
+ "⤄": "nvHarr",
645
+ "⤅": "Map",
646
+ "⤌": "lbarr",
647
+ "⤍": "rbarr",
648
+ "⤎": "lBarr",
649
+ "⤏": "rBarr",
650
+ "⤐": "RBarr",
651
+ "⤑": "DDotrahd",
652
+ "⤒": "UpArrowBar",
653
+ "⤓": "DownArrowBar",
654
+ "⤖": "Rarrtl",
655
+ "⤙": "latail",
656
+ "⤚": "ratail",
657
+ "⤛": "lAtail",
658
+ "⤜": "rAtail",
659
+ "⤝": "larrfs",
660
+ "⤞": "rarrfs",
661
+ "⤟": "larrbfs",
662
+ "⤠": "rarrbfs",
663
+ "⤣": "nwarhk",
664
+ "⤤": "nearhk",
665
+ "⤥": "searhk",
666
+ "⤦": "swarhk",
667
+ "⤧": "nwnear",
668
+ "⤨": "toea",
669
+ "⤩": "tosa",
670
+ "⤪": "swnwar",
671
+ "⤳": "rarrc",
672
+ "⤳̸": "nrarrc",
673
+ "⤵": "cudarrr",
674
+ "⤶": "ldca",
675
+ "⤷": "rdca",
676
+ "⤸": "cudarrl",
677
+ "⤹": "larrpl",
678
+ "⤼": "curarrm",
679
+ "⤽": "cularrp",
680
+ "⥅": "rarrpl",
681
+ "⥈": "harrcir",
682
+ "⥉": "Uarrocir",
683
+ "⥊": "lurdshar",
684
+ "⥋": "ldrushar",
685
+ "⥎": "LeftRightVector",
686
+ "⥏": "RightUpDownVector",
687
+ "⥐": "DownLeftRightVector",
688
+ "⥑": "LeftUpDownVector",
689
+ "⥒": "LeftVectorBar",
690
+ "⥓": "RightVectorBar",
691
+ "⥔": "RightUpVectorBar",
692
+ "⥕": "RightDownVectorBar",
693
+ "⥖": "DownLeftVectorBar",
694
+ "⥗": "DownRightVectorBar",
695
+ "⥘": "LeftUpVectorBar",
696
+ "⥙": "LeftDownVectorBar",
697
+ "⥚": "LeftTeeVector",
698
+ "⥛": "RightTeeVector",
699
+ "⥜": "RightUpTeeVector",
700
+ "⥝": "RightDownTeeVector",
701
+ "⥞": "DownLeftTeeVector",
702
+ "⥟": "DownRightTeeVector",
703
+ "⥠": "LeftUpTeeVector",
704
+ "⥡": "LeftDownTeeVector",
705
+ "⥢": "lHar",
706
+ "⥣": "uHar",
707
+ "⥤": "rHar",
708
+ "⥥": "dHar",
709
+ "⥦": "luruhar",
710
+ "⥧": "ldrdhar",
711
+ "⥨": "ruluhar",
712
+ "⥩": "rdldhar",
713
+ "⥪": "lharul",
714
+ "⥫": "llhard",
715
+ "⥬": "rharul",
716
+ "⥭": "lrhard",
717
+ "⥮": "udhar",
718
+ "⥯": "duhar",
719
+ "⥰": "RoundImplies",
720
+ "⥱": "erarr",
721
+ "⥲": "simrarr",
722
+ "⥳": "larrsim",
723
+ "⥴": "rarrsim",
724
+ "⥵": "rarrap",
725
+ "⥶": "ltlarr",
726
+ "⥸": "gtrarr",
727
+ "⥹": "subrarr",
728
+ "⥻": "suplarr",
729
+ "⥼": "lfisht",
730
+ "⥽": "rfisht",
731
+ "⥾": "ufisht",
732
+ "⥿": "dfisht",
733
+ "⦚": "vzigzag",
734
+ "⦜": "vangrt",
735
+ "⦝": "angrtvbd",
736
+ "⦤": "ange",
737
+ "⦥": "range",
738
+ "⦦": "dwangle",
739
+ "⦧": "uwangle",
740
+ "⦨": "angmsdaa",
741
+ "⦩": "angmsdab",
742
+ "⦪": "angmsdac",
743
+ "⦫": "angmsdad",
744
+ "⦬": "angmsdae",
745
+ "⦭": "angmsdaf",
746
+ "⦮": "angmsdag",
747
+ "⦯": "angmsdah",
748
+ "⦰": "bemptyv",
749
+ "⦱": "demptyv",
750
+ "⦲": "cemptyv",
751
+ "⦳": "raemptyv",
752
+ "⦴": "laemptyv",
753
+ "⦵": "ohbar",
754
+ "⦶": "omid",
755
+ "⦷": "opar",
756
+ "⦹": "operp",
757
+ "⦻": "olcross",
758
+ "⦼": "odsold",
759
+ "⦾": "olcir",
760
+ "⦿": "ofcir",
761
+ "⧀": "olt",
762
+ "⧁": "ogt",
763
+ "⧂": "cirscir",
764
+ "⧃": "cirE",
765
+ "⧄": "solb",
766
+ "⧅": "bsolb",
767
+ "⧉": "boxbox",
768
+ "⧍": "trisb",
769
+ "⧎": "rtriltri",
770
+ "⧏": "LeftTriangleBar",
771
+ "⧏̸": "NotLeftTriangleBar",
772
+ "⧐": "RightTriangleBar",
773
+ "⧐̸": "NotRightTriangleBar",
774
+ "⧜": "iinfin",
775
+ "⧝": "infintie",
776
+ "⧞": "nvinfin",
777
+ "⧣": "eparsl",
778
+ "⧤": "smeparsl",
779
+ "⧥": "eqvparsl",
780
+ "⧫": "lozf",
781
+ "⧴": "RuleDelayed",
782
+ "⧶": "dsol",
783
+ "⨀": "xodot",
784
+ "⨁": "xoplus",
785
+ "⨂": "xotime",
786
+ "⨄": "xuplus",
787
+ "⨆": "xsqcup",
788
+ "⨍": "fpartint",
789
+ "⨐": "cirfnint",
790
+ "⨑": "awint",
791
+ "⨒": "rppolint",
792
+ "⨓": "scpolint",
793
+ "⨔": "npolint",
794
+ "⨕": "pointint",
795
+ "⨖": "quatint",
796
+ "⨗": "intlarhk",
797
+ "⨢": "pluscir",
798
+ "⨣": "plusacir",
799
+ "⨤": "simplus",
800
+ "⨥": "plusdu",
801
+ "⨦": "plussim",
802
+ "⨧": "plustwo",
803
+ "⨩": "mcomma",
804
+ "⨪": "minusdu",
805
+ "⨭": "loplus",
806
+ "⨮": "roplus",
807
+ "⨯": "Cross",
808
+ "⨰": "timesd",
809
+ "⨱": "timesbar",
810
+ "⨳": "smashp",
811
+ "⨴": "lotimes",
812
+ "⨵": "rotimes",
813
+ "⨶": "otimesas",
814
+ "⨷": "Otimes",
815
+ "⨸": "odiv",
816
+ "⨹": "triplus",
817
+ "⨺": "triminus",
818
+ "⨻": "tritime",
819
+ "⨼": "iprod",
820
+ "⨿": "amalg",
821
+ "⩀": "capdot",
822
+ "⩂": "ncup",
823
+ "⩃": "ncap",
824
+ "⩄": "capand",
825
+ "⩅": "cupor",
826
+ "⩆": "cupcap",
827
+ "⩇": "capcup",
828
+ "⩈": "cupbrcap",
829
+ "⩉": "capbrcup",
830
+ "⩊": "cupcup",
831
+ "⩋": "capcap",
832
+ "⩌": "ccups",
833
+ "⩍": "ccaps",
834
+ "⩐": "ccupssm",
835
+ "⩓": "And",
836
+ "⩔": "Or",
837
+ "⩕": "andand",
838
+ "⩖": "oror",
839
+ "⩗": "orslope",
840
+ "⩘": "andslope",
841
+ "⩚": "andv",
842
+ "⩛": "orv",
843
+ "⩜": "andd",
844
+ "⩝": "ord",
845
+ "⩟": "wedbar",
846
+ "⩦": "sdote",
847
+ "⩪": "simdot",
848
+ "⩭": "congdot",
849
+ "⩭̸": "ncongdot",
850
+ "⩮": "easter",
851
+ "⩯": "apacir",
852
+ "⩰": "apE",
853
+ "⩰̸": "napE",
854
+ "⩱": "eplus",
855
+ "⩲": "pluse",
856
+ "⩳": "Esim",
857
+ "⩷": "eDDot",
858
+ "⩸": "equivDD",
859
+ "⩹": "ltcir",
860
+ "⩺": "gtcir",
861
+ "⩻": "ltquest",
862
+ "⩼": "gtquest",
863
+ "⩽": "les",
864
+ "⩽̸": "nles",
865
+ "⩾": "ges",
866
+ "⩾̸": "nges",
867
+ "⩿": "lesdot",
868
+ "⪀": "gesdot",
869
+ "⪁": "lesdoto",
870
+ "⪂": "gesdoto",
871
+ "⪃": "lesdotor",
872
+ "⪄": "gesdotol",
873
+ "⪅": "lap",
874
+ "⪆": "gap",
875
+ "⪇": "lne",
876
+ "⪈": "gne",
877
+ "⪉": "lnap",
878
+ "⪊": "gnap",
879
+ "⪋": "lEg",
880
+ "⪌": "gEl",
881
+ "⪍": "lsime",
882
+ "⪎": "gsime",
883
+ "⪏": "lsimg",
884
+ "⪐": "gsiml",
885
+ "⪑": "lgE",
886
+ "⪒": "glE",
887
+ "⪓": "lesges",
888
+ "⪔": "gesles",
889
+ "⪕": "els",
890
+ "⪖": "egs",
891
+ "⪗": "elsdot",
892
+ "⪘": "egsdot",
893
+ "⪙": "el",
894
+ "⪚": "eg",
895
+ "⪝": "siml",
896
+ "⪞": "simg",
897
+ "⪟": "simlE",
898
+ "⪠": "simgE",
899
+ "⪡": "LessLess",
900
+ "⪡̸": "NotNestedLessLess",
901
+ "⪢": "GreaterGreater",
902
+ "⪢̸": "NotNestedGreaterGreater",
903
+ "⪤": "glj",
904
+ "⪥": "gla",
905
+ "⪦": "ltcc",
906
+ "⪧": "gtcc",
907
+ "⪨": "lescc",
908
+ "⪩": "gescc",
909
+ "⪪": "smt",
910
+ "⪫": "lat",
911
+ "⪬": "smte",
912
+ "⪬︀": "smtes",
913
+ "⪭": "late",
914
+ "⪭︀": "lates",
915
+ "⪮": "bumpE",
916
+ "⪯": "pre",
917
+ "⪯̸": "npre",
918
+ "⪰": "sce",
919
+ "⪰̸": "nsce",
920
+ "⪳": "prE",
921
+ "⪴": "scE",
922
+ "⪵": "prnE",
923
+ "⪶": "scnE",
924
+ "⪷": "prap",
925
+ "⪸": "scap",
926
+ "⪹": "prnap",
927
+ "⪺": "scnap",
928
+ "⪻": "Pr",
929
+ "⪼": "Sc",
930
+ "⪽": "subdot",
931
+ "⪾": "supdot",
932
+ "⪿": "subplus",
933
+ "⫀": "supplus",
934
+ "⫁": "submult",
935
+ "⫂": "supmult",
936
+ "⫃": "subedot",
937
+ "⫄": "supedot",
938
+ "⫅": "subE",
939
+ "⫅̸": "nsubE",
940
+ "⫆": "supE",
941
+ "⫆̸": "nsupE",
942
+ "⫇": "subsim",
943
+ "⫈": "supsim",
944
+ "⫋︀": "vsubnE",
945
+ "⫋": "subnE",
946
+ "⫌︀": "vsupnE",
947
+ "⫌": "supnE",
948
+ "⫏": "csub",
949
+ "⫐": "csup",
950
+ "⫑": "csube",
951
+ "⫒": "csupe",
952
+ "⫓": "subsup",
953
+ "⫔": "supsub",
954
+ "⫕": "subsub",
955
+ "⫖": "supsup",
956
+ "⫗": "suphsub",
957
+ "⫘": "supdsub",
958
+ "⫙": "forkv",
959
+ "⫚": "topfork",
960
+ "⫛": "mlcp",
961
+ "⫤": "Dashv",
962
+ "⫦": "Vdashl",
963
+ "⫧": "Barv",
964
+ "⫨": "vBar",
965
+ "⫩": "vBarv",
966
+ "⫫": "Vbar",
967
+ "⫬": "Not",
968
+ "⫭": "bNot",
969
+ "⫮": "rnmid",
970
+ "⫯": "cirmid",
971
+ "⫰": "midcir",
972
+ "⫱": "topcir",
973
+ "⫲": "nhpar",
974
+ "⫳": "parsim",
975
+ "⫽": "parsl",
976
+ "⫽⃥": "nparsl",
977
+ "♭": "flat",
978
+ "♮": "natur",
979
+ "♯": "sharp",
980
+ "¤": "curren",
981
+ "¢": "cent",
982
+ $: "dollar",
983
+ "£": "pound",
984
+ "¥": "yen",
985
+ "€": "euro",
986
+ "¹": "sup1",
987
+ "½": "half",
988
+ "⅓": "frac13",
989
+ "¼": "frac14",
990
+ "⅕": "frac15",
991
+ "⅙": "frac16",
992
+ "⅛": "frac18",
993
+ "²": "sup2",
994
+ "⅔": "frac23",
995
+ "⅖": "frac25",
996
+ "³": "sup3",
997
+ "¾": "frac34",
998
+ "⅗": "frac35",
999
+ "⅜": "frac38",
1000
+ "⅘": "frac45",
1001
+ "⅚": "frac56",
1002
+ "⅝": "frac58",
1003
+ "⅞": "frac78",
1004
+ 𝒶: "ascr",
1005
+ 𝕒: "aopf",
1006
+ 𝔞: "afr",
1007
+ 𝔸: "Aopf",
1008
+ 𝔄: "Afr",
1009
+ 𝒜: "Ascr",
1010
+ ª: "ordf",
1011
+ á: "aacute",
1012
+ Á: "Aacute",
1013
+ à: "agrave",
1014
+ À: "Agrave",
1015
+ ă: "abreve",
1016
+ Ă: "Abreve",
1017
+ â: "acirc",
1018
+ Â: "Acirc",
1019
+ å: "aring",
1020
+ Å: "angst",
1021
+ ä: "auml",
1022
+ Ä: "Auml",
1023
+ ã: "atilde",
1024
+ Ã: "Atilde",
1025
+ ą: "aogon",
1026
+ Ą: "Aogon",
1027
+ ā: "amacr",
1028
+ Ā: "Amacr",
1029
+ æ: "aelig",
1030
+ Æ: "AElig",
1031
+ 𝒷: "bscr",
1032
+ 𝕓: "bopf",
1033
+ 𝔟: "bfr",
1034
+ 𝔹: "Bopf",
1035
+ ℬ: "Bscr",
1036
+ 𝔅: "Bfr",
1037
+ 𝔠: "cfr",
1038
+ 𝒸: "cscr",
1039
+ 𝕔: "copf",
1040
+ ℭ: "Cfr",
1041
+ 𝒞: "Cscr",
1042
+ ℂ: "Copf",
1043
+ ć: "cacute",
1044
+ Ć: "Cacute",
1045
+ ĉ: "ccirc",
1046
+ Ĉ: "Ccirc",
1047
+ č: "ccaron",
1048
+ Č: "Ccaron",
1049
+ ċ: "cdot",
1050
+ Ċ: "Cdot",
1051
+ ç: "ccedil",
1052
+ Ç: "Ccedil",
1053
+ "℅": "incare",
1054
+ 𝔡: "dfr",
1055
+ ⅆ: "dd",
1056
+ 𝕕: "dopf",
1057
+ 𝒹: "dscr",
1058
+ 𝒟: "Dscr",
1059
+ 𝔇: "Dfr",
1060
+ ⅅ: "DD",
1061
+ 𝔻: "Dopf",
1062
+ ď: "dcaron",
1063
+ Ď: "Dcaron",
1064
+ đ: "dstrok",
1065
+ Đ: "Dstrok",
1066
+ ð: "eth",
1067
+ Ð: "ETH",
1068
+ ⅇ: "ee",
1069
+ ℯ: "escr",
1070
+ 𝔢: "efr",
1071
+ 𝕖: "eopf",
1072
+ ℰ: "Escr",
1073
+ 𝔈: "Efr",
1074
+ 𝔼: "Eopf",
1075
+ é: "eacute",
1076
+ É: "Eacute",
1077
+ è: "egrave",
1078
+ È: "Egrave",
1079
+ ê: "ecirc",
1080
+ Ê: "Ecirc",
1081
+ ě: "ecaron",
1082
+ Ě: "Ecaron",
1083
+ ë: "euml",
1084
+ Ë: "Euml",
1085
+ ė: "edot",
1086
+ Ė: "Edot",
1087
+ ę: "eogon",
1088
+ Ę: "Eogon",
1089
+ ē: "emacr",
1090
+ Ē: "Emacr",
1091
+ 𝔣: "ffr",
1092
+ 𝕗: "fopf",
1093
+ 𝒻: "fscr",
1094
+ 𝔉: "Ffr",
1095
+ 𝔽: "Fopf",
1096
+ ℱ: "Fscr",
1097
+ ff: "fflig",
1098
+ ffi: "ffilig",
1099
+ ffl: "ffllig",
1100
+ fi: "filig",
1101
+ fj: "fjlig",
1102
+ fl: "fllig",
1103
+ ƒ: "fnof",
1104
+ ℊ: "gscr",
1105
+ 𝕘: "gopf",
1106
+ 𝔤: "gfr",
1107
+ 𝒢: "Gscr",
1108
+ 𝔾: "Gopf",
1109
+ 𝔊: "Gfr",
1110
+ ǵ: "gacute",
1111
+ ğ: "gbreve",
1112
+ Ğ: "Gbreve",
1113
+ ĝ: "gcirc",
1114
+ Ĝ: "Gcirc",
1115
+ ġ: "gdot",
1116
+ Ġ: "Gdot",
1117
+ Ģ: "Gcedil",
1118
+ 𝔥: "hfr",
1119
+ ℎ: "planckh",
1120
+ 𝒽: "hscr",
1121
+ 𝕙: "hopf",
1122
+ ℋ: "Hscr",
1123
+ ℌ: "Hfr",
1124
+ ℍ: "Hopf",
1125
+ ĥ: "hcirc",
1126
+ Ĥ: "Hcirc",
1127
+ ℏ: "hbar",
1128
+ ħ: "hstrok",
1129
+ Ħ: "Hstrok",
1130
+ 𝕚: "iopf",
1131
+ 𝔦: "ifr",
1132
+ 𝒾: "iscr",
1133
+ ⅈ: "ii",
1134
+ 𝕀: "Iopf",
1135
+ ℐ: "Iscr",
1136
+ ℑ: "Im",
1137
+ í: "iacute",
1138
+ Í: "Iacute",
1139
+ ì: "igrave",
1140
+ Ì: "Igrave",
1141
+ î: "icirc",
1142
+ Î: "Icirc",
1143
+ ï: "iuml",
1144
+ Ï: "Iuml",
1145
+ ĩ: "itilde",
1146
+ Ĩ: "Itilde",
1147
+ İ: "Idot",
1148
+ į: "iogon",
1149
+ Į: "Iogon",
1150
+ ī: "imacr",
1151
+ Ī: "Imacr",
1152
+ ij: "ijlig",
1153
+ IJ: "IJlig",
1154
+ ı: "imath",
1155
+ 𝒿: "jscr",
1156
+ 𝕛: "jopf",
1157
+ 𝔧: "jfr",
1158
+ 𝒥: "Jscr",
1159
+ 𝔍: "Jfr",
1160
+ 𝕁: "Jopf",
1161
+ ĵ: "jcirc",
1162
+ Ĵ: "Jcirc",
1163
+ ȷ: "jmath",
1164
+ 𝕜: "kopf",
1165
+ 𝓀: "kscr",
1166
+ 𝔨: "kfr",
1167
+ 𝒦: "Kscr",
1168
+ 𝕂: "Kopf",
1169
+ 𝔎: "Kfr",
1170
+ ķ: "kcedil",
1171
+ Ķ: "Kcedil",
1172
+ 𝔩: "lfr",
1173
+ 𝓁: "lscr",
1174
+ ℓ: "ell",
1175
+ 𝕝: "lopf",
1176
+ ℒ: "Lscr",
1177
+ 𝔏: "Lfr",
1178
+ 𝕃: "Lopf",
1179
+ ĺ: "lacute",
1180
+ Ĺ: "Lacute",
1181
+ ľ: "lcaron",
1182
+ Ľ: "Lcaron",
1183
+ ļ: "lcedil",
1184
+ Ļ: "Lcedil",
1185
+ ł: "lstrok",
1186
+ Ł: "Lstrok",
1187
+ ŀ: "lmidot",
1188
+ Ŀ: "Lmidot",
1189
+ 𝔪: "mfr",
1190
+ 𝕞: "mopf",
1191
+ 𝓂: "mscr",
1192
+ 𝔐: "Mfr",
1193
+ 𝕄: "Mopf",
1194
+ ℳ: "Mscr",
1195
+ 𝔫: "nfr",
1196
+ 𝕟: "nopf",
1197
+ 𝓃: "nscr",
1198
+ ℕ: "Nopf",
1199
+ 𝒩: "Nscr",
1200
+ 𝔑: "Nfr",
1201
+ ń: "nacute",
1202
+ Ń: "Nacute",
1203
+ ň: "ncaron",
1204
+ Ň: "Ncaron",
1205
+ ñ: "ntilde",
1206
+ Ñ: "Ntilde",
1207
+ ņ: "ncedil",
1208
+ Ņ: "Ncedil",
1209
+ "№": "numero",
1210
+ ŋ: "eng",
1211
+ Ŋ: "ENG",
1212
+ 𝕠: "oopf",
1213
+ 𝔬: "ofr",
1214
+ ℴ: "oscr",
1215
+ 𝒪: "Oscr",
1216
+ 𝔒: "Ofr",
1217
+ 𝕆: "Oopf",
1218
+ º: "ordm",
1219
+ ó: "oacute",
1220
+ Ó: "Oacute",
1221
+ ò: "ograve",
1222
+ Ò: "Ograve",
1223
+ ô: "ocirc",
1224
+ Ô: "Ocirc",
1225
+ ö: "ouml",
1226
+ Ö: "Ouml",
1227
+ ő: "odblac",
1228
+ Ő: "Odblac",
1229
+ õ: "otilde",
1230
+ Õ: "Otilde",
1231
+ ø: "oslash",
1232
+ Ø: "Oslash",
1233
+ ō: "omacr",
1234
+ Ō: "Omacr",
1235
+ œ: "oelig",
1236
+ Œ: "OElig",
1237
+ 𝔭: "pfr",
1238
+ 𝓅: "pscr",
1239
+ 𝕡: "popf",
1240
+ ℙ: "Popf",
1241
+ 𝔓: "Pfr",
1242
+ 𝒫: "Pscr",
1243
+ 𝕢: "qopf",
1244
+ 𝔮: "qfr",
1245
+ 𝓆: "qscr",
1246
+ 𝒬: "Qscr",
1247
+ 𝔔: "Qfr",
1248
+ ℚ: "Qopf",
1249
+ ĸ: "kgreen",
1250
+ 𝔯: "rfr",
1251
+ 𝕣: "ropf",
1252
+ 𝓇: "rscr",
1253
+ ℛ: "Rscr",
1254
+ ℜ: "Re",
1255
+ ℝ: "Ropf",
1256
+ ŕ: "racute",
1257
+ Ŕ: "Racute",
1258
+ ř: "rcaron",
1259
+ Ř: "Rcaron",
1260
+ ŗ: "rcedil",
1261
+ Ŗ: "Rcedil",
1262
+ 𝕤: "sopf",
1263
+ 𝓈: "sscr",
1264
+ 𝔰: "sfr",
1265
+ 𝕊: "Sopf",
1266
+ 𝔖: "Sfr",
1267
+ 𝒮: "Sscr",
1268
+ "Ⓢ": "oS",
1269
+ ś: "sacute",
1270
+ Ś: "Sacute",
1271
+ ŝ: "scirc",
1272
+ Ŝ: "Scirc",
1273
+ š: "scaron",
1274
+ Š: "Scaron",
1275
+ ş: "scedil",
1276
+ Ş: "Scedil",
1277
+ ß: "szlig",
1278
+ 𝔱: "tfr",
1279
+ 𝓉: "tscr",
1280
+ 𝕥: "topf",
1281
+ 𝒯: "Tscr",
1282
+ 𝔗: "Tfr",
1283
+ 𝕋: "Topf",
1284
+ ť: "tcaron",
1285
+ Ť: "Tcaron",
1286
+ ţ: "tcedil",
1287
+ Ţ: "Tcedil",
1288
+ "™": "trade",
1289
+ ŧ: "tstrok",
1290
+ Ŧ: "Tstrok",
1291
+ 𝓊: "uscr",
1292
+ 𝕦: "uopf",
1293
+ 𝔲: "ufr",
1294
+ 𝕌: "Uopf",
1295
+ 𝔘: "Ufr",
1296
+ 𝒰: "Uscr",
1297
+ ú: "uacute",
1298
+ Ú: "Uacute",
1299
+ ù: "ugrave",
1300
+ Ù: "Ugrave",
1301
+ ŭ: "ubreve",
1302
+ Ŭ: "Ubreve",
1303
+ û: "ucirc",
1304
+ Û: "Ucirc",
1305
+ ů: "uring",
1306
+ Ů: "Uring",
1307
+ ü: "uuml",
1308
+ Ü: "Uuml",
1309
+ ű: "udblac",
1310
+ Ű: "Udblac",
1311
+ ũ: "utilde",
1312
+ Ũ: "Utilde",
1313
+ ų: "uogon",
1314
+ Ų: "Uogon",
1315
+ ū: "umacr",
1316
+ Ū: "Umacr",
1317
+ 𝔳: "vfr",
1318
+ 𝕧: "vopf",
1319
+ 𝓋: "vscr",
1320
+ 𝔙: "Vfr",
1321
+ 𝕍: "Vopf",
1322
+ 𝒱: "Vscr",
1323
+ 𝕨: "wopf",
1324
+ 𝓌: "wscr",
1325
+ 𝔴: "wfr",
1326
+ 𝒲: "Wscr",
1327
+ 𝕎: "Wopf",
1328
+ 𝔚: "Wfr",
1329
+ ŵ: "wcirc",
1330
+ Ŵ: "Wcirc",
1331
+ 𝔵: "xfr",
1332
+ 𝓍: "xscr",
1333
+ 𝕩: "xopf",
1334
+ 𝕏: "Xopf",
1335
+ 𝔛: "Xfr",
1336
+ 𝒳: "Xscr",
1337
+ 𝔶: "yfr",
1338
+ 𝓎: "yscr",
1339
+ 𝕪: "yopf",
1340
+ 𝒴: "Yscr",
1341
+ 𝔜: "Yfr",
1342
+ 𝕐: "Yopf",
1343
+ ý: "yacute",
1344
+ Ý: "Yacute",
1345
+ ŷ: "ycirc",
1346
+ Ŷ: "Ycirc",
1347
+ ÿ: "yuml",
1348
+ Ÿ: "Yuml",
1349
+ 𝓏: "zscr",
1350
+ 𝔷: "zfr",
1351
+ 𝕫: "zopf",
1352
+ ℨ: "Zfr",
1353
+ ℤ: "Zopf",
1354
+ 𝒵: "Zscr",
1355
+ ź: "zacute",
1356
+ Ź: "Zacute",
1357
+ ž: "zcaron",
1358
+ Ž: "Zcaron",
1359
+ ż: "zdot",
1360
+ Ż: "Zdot",
1361
+ Ƶ: "imped",
1362
+ þ: "thorn",
1363
+ Þ: "THORN",
1364
+ ʼn: "napos",
1365
+ α: "alpha",
1366
+ Α: "Alpha",
1367
+ β: "beta",
1368
+ Β: "Beta",
1369
+ γ: "gamma",
1370
+ Γ: "Gamma",
1371
+ δ: "delta",
1372
+ Δ: "Delta",
1373
+ ε: "epsi",
1374
+ ϵ: "epsiv",
1375
+ Ε: "Epsilon",
1376
+ ϝ: "gammad",
1377
+ Ϝ: "Gammad",
1378
+ ζ: "zeta",
1379
+ Ζ: "Zeta",
1380
+ η: "eta",
1381
+ Η: "Eta",
1382
+ θ: "theta",
1383
+ ϑ: "thetav",
1384
+ Θ: "Theta",
1385
+ ι: "iota",
1386
+ Ι: "Iota",
1387
+ κ: "kappa",
1388
+ ϰ: "kappav",
1389
+ Κ: "Kappa",
1390
+ λ: "lambda",
1391
+ Λ: "Lambda",
1392
+ μ: "mu",
1393
+ µ: "micro",
1394
+ Μ: "Mu",
1395
+ ν: "nu",
1396
+ Ν: "Nu",
1397
+ ξ: "xi",
1398
+ Ξ: "Xi",
1399
+ ο: "omicron",
1400
+ Ο: "Omicron",
1401
+ π: "pi",
1402
+ ϖ: "piv",
1403
+ Π: "Pi",
1404
+ ρ: "rho",
1405
+ ϱ: "rhov",
1406
+ Ρ: "Rho",
1407
+ σ: "sigma",
1408
+ Σ: "Sigma",
1409
+ ς: "sigmaf",
1410
+ τ: "tau",
1411
+ Τ: "Tau",
1412
+ υ: "upsi",
1413
+ Υ: "Upsilon",
1414
+ ϒ: "Upsi",
1415
+ φ: "phi",
1416
+ ϕ: "phiv",
1417
+ Φ: "Phi",
1418
+ χ: "chi",
1419
+ Χ: "Chi",
1420
+ ψ: "psi",
1421
+ Ψ: "Psi",
1422
+ ω: "omega",
1423
+ Ω: "ohm",
1424
+ а: "acy",
1425
+ А: "Acy",
1426
+ б: "bcy",
1427
+ Б: "Bcy",
1428
+ в: "vcy",
1429
+ В: "Vcy",
1430
+ г: "gcy",
1431
+ Г: "Gcy",
1432
+ ѓ: "gjcy",
1433
+ Ѓ: "GJcy",
1434
+ д: "dcy",
1435
+ Д: "Dcy",
1436
+ ђ: "djcy",
1437
+ Ђ: "DJcy",
1438
+ е: "iecy",
1439
+ Е: "IEcy",
1440
+ ё: "iocy",
1441
+ Ё: "IOcy",
1442
+ є: "jukcy",
1443
+ Є: "Jukcy",
1444
+ ж: "zhcy",
1445
+ Ж: "ZHcy",
1446
+ з: "zcy",
1447
+ З: "Zcy",
1448
+ ѕ: "dscy",
1449
+ Ѕ: "DScy",
1450
+ и: "icy",
1451
+ И: "Icy",
1452
+ і: "iukcy",
1453
+ І: "Iukcy",
1454
+ ї: "yicy",
1455
+ Ї: "YIcy",
1456
+ й: "jcy",
1457
+ Й: "Jcy",
1458
+ ј: "jsercy",
1459
+ Ј: "Jsercy",
1460
+ к: "kcy",
1461
+ К: "Kcy",
1462
+ ќ: "kjcy",
1463
+ Ќ: "KJcy",
1464
+ л: "lcy",
1465
+ Л: "Lcy",
1466
+ љ: "ljcy",
1467
+ Љ: "LJcy",
1468
+ м: "mcy",
1469
+ М: "Mcy",
1470
+ н: "ncy",
1471
+ Н: "Ncy",
1472
+ њ: "njcy",
1473
+ Њ: "NJcy",
1474
+ о: "ocy",
1475
+ О: "Ocy",
1476
+ п: "pcy",
1477
+ П: "Pcy",
1478
+ р: "rcy",
1479
+ Р: "Rcy",
1480
+ с: "scy",
1481
+ С: "Scy",
1482
+ т: "tcy",
1483
+ Т: "Tcy",
1484
+ ћ: "tshcy",
1485
+ Ћ: "TSHcy",
1486
+ у: "ucy",
1487
+ У: "Ucy",
1488
+ ў: "ubrcy",
1489
+ Ў: "Ubrcy",
1490
+ ф: "fcy",
1491
+ Ф: "Fcy",
1492
+ х: "khcy",
1493
+ Х: "KHcy",
1494
+ ц: "tscy",
1495
+ Ц: "TScy",
1496
+ ч: "chcy",
1497
+ Ч: "CHcy",
1498
+ џ: "dzcy",
1499
+ Џ: "DZcy",
1500
+ ш: "shcy",
1501
+ Ш: "SHcy",
1502
+ щ: "shchcy",
1503
+ Щ: "SHCHcy",
1504
+ ъ: "hardcy",
1505
+ Ъ: "HARDcy",
1506
+ ы: "ycy",
1507
+ Ы: "Ycy",
1508
+ ь: "softcy",
1509
+ Ь: "SOFTcy",
1510
+ э: "ecy",
1511
+ Э: "Ecy",
1512
+ ю: "yucy",
1513
+ Ю: "YUcy",
1514
+ я: "yacy",
1515
+ Я: "YAcy",
1516
+ ℵ: "aleph",
1517
+ ℶ: "beth",
1518
+ ℷ: "gimel",
1519
+ ℸ: "daleth"
1520
+ }, d = /["&'<>`]/g, f = {
1521
+ "\"": "&quot;",
1522
+ "&": "&amp;",
1523
+ "'": "&#x27;",
1524
+ "<": "&lt;",
1525
+ ">": "&gt;",
1526
+ "`": "&#x60;"
1527
+ }, p = /&#(?:[xX][^a-fA-F0-9]|[^0-9xX])/, m = /[\0-\x08\x0B\x0E-\x1F\x7F-\x9F\uFDD0-\uFDEF\uFFFE\uFFFF]|[\uD83F\uD87F\uD8BF\uD8FF\uD93F\uD97F\uD9BF\uD9FF\uDA3F\uDA7F\uDABF\uDAFF\uDB3F\uDB7F\uDBBF\uDBFF][\uDFFE\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/, h = /&(CounterClockwiseContourIntegral|DoubleLongLeftRightArrow|ClockwiseContourIntegral|NotNestedGreaterGreater|NotSquareSupersetEqual|DiacriticalDoubleAcute|NotRightTriangleEqual|NotSucceedsSlantEqual|NotPrecedesSlantEqual|CloseCurlyDoubleQuote|NegativeVeryThinSpace|DoubleContourIntegral|FilledVerySmallSquare|CapitalDifferentialD|OpenCurlyDoubleQuote|EmptyVerySmallSquare|NestedGreaterGreater|DoubleLongRightArrow|NotLeftTriangleEqual|NotGreaterSlantEqual|ReverseUpEquilibrium|DoubleLeftRightArrow|NotSquareSubsetEqual|NotDoubleVerticalBar|RightArrowLeftArrow|NotGreaterFullEqual|NotRightTriangleBar|SquareSupersetEqual|DownLeftRightVector|DoubleLongLeftArrow|leftrightsquigarrow|LeftArrowRightArrow|NegativeMediumSpace|blacktriangleright|RightDownVectorBar|PrecedesSlantEqual|RightDoubleBracket|SucceedsSlantEqual|NotLeftTriangleBar|RightTriangleEqual|SquareIntersection|RightDownTeeVector|ReverseEquilibrium|NegativeThickSpace|longleftrightarrow|Longleftrightarrow|LongLeftRightArrow|DownRightTeeVector|DownRightVectorBar|GreaterSlantEqual|SquareSubsetEqual|LeftDownVectorBar|LeftDoubleBracket|VerticalSeparator|rightleftharpoons|NotGreaterGreater|NotSquareSuperset|blacktriangleleft|blacktriangledown|NegativeThinSpace|LeftDownTeeVector|NotLessSlantEqual|leftrightharpoons|DoubleUpDownArrow|DoubleVerticalBar|LeftTriangleEqual|FilledSmallSquare|twoheadrightarrow|NotNestedLessLess|DownLeftTeeVector|DownLeftVectorBar|RightAngleBracket|NotTildeFullEqual|NotReverseElement|RightUpDownVector|DiacriticalTilde|NotSucceedsTilde|circlearrowright|NotPrecedesEqual|rightharpoondown|DoubleRightArrow|NotSucceedsEqual|NonBreakingSpace|NotRightTriangle|LessEqualGreater|RightUpTeeVector|LeftAngleBracket|GreaterFullEqual|DownArrowUpArrow|RightUpVectorBar|twoheadleftarrow|GreaterEqualLess|downharpoonright|RightTriangleBar|ntrianglerighteq|NotSupersetEqual|LeftUpDownVector|DiacriticalAcute|rightrightarrows|vartriangleright|UpArrowDownArrow|DiacriticalGrave|UnderParenthesis|EmptySmallSquare|LeftUpVectorBar|leftrightarrows|DownRightVector|downharpoonleft|trianglerighteq|ShortRightArrow|OverParenthesis|DoubleLeftArrow|DoubleDownArrow|NotSquareSubset|bigtriangledown|ntrianglelefteq|UpperRightArrow|curvearrowright|vartriangleleft|NotLeftTriangle|nleftrightarrow|LowerRightArrow|NotHumpDownHump|NotGreaterTilde|rightthreetimes|LeftUpTeeVector|NotGreaterEqual|straightepsilon|LeftTriangleBar|rightsquigarrow|ContourIntegral|rightleftarrows|CloseCurlyQuote|RightDownVector|LeftRightVector|nLeftrightarrow|leftharpoondown|circlearrowleft|SquareSuperset|OpenCurlyQuote|hookrightarrow|HorizontalLine|DiacriticalDot|NotLessGreater|ntriangleright|DoubleRightTee|InvisibleComma|InvisibleTimes|LowerLeftArrow|DownLeftVector|NotSubsetEqual|curvearrowleft|trianglelefteq|NotVerticalBar|TildeFullEqual|downdownarrows|NotGreaterLess|RightTeeVector|ZeroWidthSpace|looparrowright|LongRightArrow|doublebarwedge|ShortLeftArrow|ShortDownArrow|RightVectorBar|GreaterGreater|ReverseElement|rightharpoonup|LessSlantEqual|leftthreetimes|upharpoonright|rightarrowtail|LeftDownVector|Longrightarrow|NestedLessLess|UpperLeftArrow|nshortparallel|leftleftarrows|leftrightarrow|Leftrightarrow|LeftRightArrow|longrightarrow|upharpoonleft|RightArrowBar|ApplyFunction|LeftTeeVector|leftarrowtail|NotEqualTilde|varsubsetneqq|varsupsetneqq|RightTeeArrow|SucceedsEqual|SucceedsTilde|LeftVectorBar|SupersetEqual|hookleftarrow|DifferentialD|VerticalTilde|VeryThinSpace|blacktriangle|bigtriangleup|LessFullEqual|divideontimes|leftharpoonup|UpEquilibrium|ntriangleleft|RightTriangle|measuredangle|shortparallel|longleftarrow|Longleftarrow|LongLeftArrow|DoubleLeftTee|Poincareplane|PrecedesEqual|triangleright|DoubleUpArrow|RightUpVector|fallingdotseq|looparrowleft|PrecedesTilde|NotTildeEqual|NotTildeTilde|smallsetminus|Proportional|triangleleft|triangledown|UnderBracket|NotHumpEqual|exponentiale|ExponentialE|NotLessTilde|HilbertSpace|RightCeiling|blacklozenge|varsupsetneq|HumpDownHump|GreaterEqual|VerticalLine|LeftTeeArrow|NotLessEqual|DownTeeArrow|LeftTriangle|varsubsetneq|Intersection|NotCongruent|DownArrowBar|LeftUpVector|LeftArrowBar|risingdotseq|GreaterTilde|RoundImplies|SquareSubset|ShortUpArrow|NotSuperset|quaternions|precnapprox|backepsilon|preccurlyeq|OverBracket|blacksquare|MediumSpace|VerticalBar|circledcirc|circleddash|CircleMinus|CircleTimes|LessGreater|curlyeqprec|curlyeqsucc|diamondsuit|UpDownArrow|Updownarrow|RuleDelayed|Rrightarrow|updownarrow|RightVector|nRightarrow|nrightarrow|eqslantless|LeftCeiling|Equilibrium|SmallCircle|expectation|NotSucceeds|thickapprox|GreaterLess|SquareUnion|NotPrecedes|NotLessLess|straightphi|succnapprox|succcurlyeq|SubsetEqual|sqsupseteq|Proportion|Laplacetrf|ImaginaryI|supsetneqq|NotGreater|gtreqqless|NotElement|ThickSpace|TildeEqual|TildeTilde|Fouriertrf|rmoustache|EqualTilde|eqslantgtr|UnderBrace|LeftVector|UpArrowBar|nLeftarrow|nsubseteqq|subsetneqq|nsupseteqq|nleftarrow|succapprox|lessapprox|UpTeeArrow|upuparrows|curlywedge|lesseqqgtr|varepsilon|varnothing|RightFloor|complement|CirclePlus|sqsubseteq|Lleftarrow|circledast|RightArrow|Rightarrow|rightarrow|lmoustache|Bernoullis|precapprox|mapstoleft|mapstodown|longmapsto|dotsquare|downarrow|DoubleDot|nsubseteq|supsetneq|leftarrow|nsupseteq|subsetneq|ThinSpace|ngeqslant|subseteqq|HumpEqual|NotSubset|triangleq|NotCupCap|lesseqgtr|heartsuit|TripleDot|Leftarrow|Coproduct|Congruent|varpropto|complexes|gvertneqq|LeftArrow|LessTilde|supseteqq|MinusPlus|CircleDot|nleqslant|NotExists|gtreqless|nparallel|UnionPlus|LeftFloor|checkmark|CenterDot|centerdot|Mellintrf|gtrapprox|bigotimes|OverBrace|spadesuit|therefore|pitchfork|rationals|PlusMinus|Backslash|Therefore|DownBreve|backsimeq|backprime|DownArrow|nshortmid|Downarrow|lvertneqq|eqvparsl|imagline|imagpart|infintie|integers|Integral|intercal|LessLess|Uarrocir|intlarhk|sqsupset|angmsdaf|sqsubset|llcorner|vartheta|cupbrcap|lnapprox|Superset|SuchThat|succnsim|succneqq|angmsdag|biguplus|curlyvee|trpezium|Succeeds|NotTilde|bigwedge|angmsdah|angrtvbd|triminus|cwconint|fpartint|lrcorner|smeparsl|subseteq|urcorner|lurdshar|laemptyv|DDotrahd|approxeq|ldrushar|awconint|mapstoup|backcong|shortmid|triangle|geqslant|gesdotol|timesbar|circledR|circledS|setminus|multimap|naturals|scpolint|ncongdot|RightTee|boxminus|gnapprox|boxtimes|andslope|thicksim|angmsdaa|varsigma|cirfnint|rtriltri|angmsdab|rppolint|angmsdac|barwedge|drbkarow|clubsuit|thetasym|bsolhsub|capbrcup|dzigrarr|doteqdot|DotEqual|dotminus|UnderBar|NotEqual|realpart|otimesas|ulcorner|hksearow|hkswarow|parallel|PartialD|elinters|emptyset|plusacir|bbrktbrk|angmsdad|pointint|bigoplus|angmsdae|Precedes|bigsqcup|varkappa|notindot|supseteq|precneqq|precnsim|profalar|profline|profsurf|leqslant|lesdotor|raemptyv|subplus|notnivb|notnivc|subrarr|zigrarr|vzigzag|submult|subedot|Element|between|cirscir|larrbfs|larrsim|lotimes|lbrksld|lbrkslu|lozenge|ldrdhar|dbkarow|bigcirc|epsilon|simrarr|simplus|ltquest|Epsilon|luruhar|gtquest|maltese|npolint|eqcolon|npreceq|bigodot|ddagger|gtrless|bnequiv|harrcir|ddotseq|equivDD|backsim|demptyv|nsqsube|nsqsupe|Upsilon|nsubset|upsilon|minusdu|nsucceq|swarrow|nsupset|coloneq|searrow|boxplus|napprox|natural|asympeq|alefsym|congdot|nearrow|bigstar|diamond|supplus|tritime|LeftTee|nvinfin|triplus|NewLine|nvltrie|nvrtrie|nwarrow|nexists|Diamond|ruluhar|Implies|supmult|angzarr|suplarr|suphsub|questeq|because|digamma|Because|olcross|bemptyv|omicron|Omicron|rotimes|NoBreak|intprod|angrtvb|orderof|uwangle|suphsol|lesdoto|orslope|DownTee|realine|cudarrl|rdldhar|OverBar|supedot|lessdot|supdsub|topfork|succsim|rbrkslu|rbrksld|pertenk|cudarrr|isindot|planckh|lessgtr|pluscir|gesdoto|plussim|plustwo|lesssim|cularrp|rarrsim|Cayleys|notinva|notinvb|notinvc|UpArrow|Uparrow|uparrow|NotLess|dwangle|precsim|Product|curarrm|Cconint|dotplus|rarrbfs|ccupssm|Cedilla|cemptyv|notniva|quatint|frac35|frac38|frac45|frac56|frac58|frac78|tridot|xoplus|gacute|gammad|Gammad|lfisht|lfloor|bigcup|sqsupe|gbreve|Gbreve|lharul|sqsube|sqcups|Gcedil|apacir|llhard|lmidot|Lmidot|lmoust|andand|sqcaps|approx|Abreve|spades|circeq|tprime|divide|topcir|Assign|topbot|gesdot|divonx|xuplus|timesd|gesles|atilde|solbar|SOFTcy|loplus|timesb|lowast|lowbar|dlcorn|dlcrop|softcy|dollar|lparlt|thksim|lrhard|Atilde|lsaquo|smashp|bigvee|thinsp|wreath|bkarow|lsquor|lstrok|Lstrok|lthree|ltimes|ltlarr|DotDot|simdot|ltrPar|weierp|xsqcup|angmsd|sigmav|sigmaf|zeetrf|Zcaron|zcaron|mapsto|vsupne|thetav|cirmid|marker|mcomma|Zacute|vsubnE|there4|gtlPar|vsubne|bottom|gtrarr|SHCHcy|shchcy|midast|midcir|middot|minusb|minusd|gtrdot|bowtie|sfrown|mnplus|models|colone|seswar|Colone|mstpos|searhk|gtrsim|nacute|Nacute|boxbox|telrec|hairsp|Tcedil|nbumpe|scnsim|ncaron|Ncaron|ncedil|Ncedil|hamilt|Scedil|nearhk|hardcy|HARDcy|tcedil|Tcaron|commat|nequiv|nesear|tcaron|target|hearts|nexist|varrho|scedil|Scaron|scaron|hellip|Sacute|sacute|hercon|swnwar|compfn|rtimes|rthree|rsquor|rsaquo|zacute|wedgeq|homtht|barvee|barwed|Barwed|rpargt|horbar|conint|swarhk|roplus|nltrie|hslash|hstrok|Hstrok|rmoust|Conint|bprime|hybull|hyphen|iacute|Iacute|supsup|supsub|supsim|varphi|coprod|brvbar|agrave|Supset|supset|igrave|Igrave|notinE|Agrave|iiiint|iinfin|copysr|wedbar|Verbar|vangrt|becaus|incare|verbar|inodot|bullet|drcorn|intcal|drcrop|cularr|vellip|Utilde|bumpeq|cupcap|dstrok|Dstrok|CupCap|cupcup|cupdot|eacute|Eacute|supdot|iquest|easter|ecaron|Ecaron|ecolon|isinsv|utilde|itilde|Itilde|curarr|succeq|Bumpeq|cacute|ulcrop|nparsl|Cacute|nprcue|egrave|Egrave|nrarrc|nrarrw|subsup|subsub|nrtrie|jsercy|nsccue|Jsercy|kappav|kcedil|Kcedil|subsim|ulcorn|nsimeq|egsdot|veebar|kgreen|capand|elsdot|Subset|subset|curren|aacute|lacute|Lacute|emptyv|ntilde|Ntilde|lagran|lambda|Lambda|capcap|Ugrave|langle|subdot|emsp13|numero|emsp14|nvdash|nvDash|nVdash|nVDash|ugrave|ufisht|nvHarr|larrfs|nvlArr|larrhk|larrlp|larrpl|nvrArr|Udblac|nwarhk|larrtl|nwnear|oacute|Oacute|latail|lAtail|sstarf|lbrace|odblac|Odblac|lbrack|udblac|odsold|eparsl|lcaron|Lcaron|ograve|Ograve|lcedil|Lcedil|Aacute|ssmile|ssetmn|squarf|ldquor|capcup|ominus|cylcty|rharul|eqcirc|dagger|rfloor|rfisht|Dagger|daleth|equals|origof|capdot|equest|dcaron|Dcaron|rdquor|oslash|Oslash|otilde|Otilde|otimes|Otimes|urcrop|Ubreve|ubreve|Yacute|Uacute|uacute|Rcedil|rcedil|urcorn|parsim|Rcaron|Vdashl|rcaron|Tstrok|percnt|period|permil|Exists|yacute|rbrack|rbrace|phmmat|ccaron|Ccaron|planck|ccedil|plankv|tstrok|female|plusdo|plusdu|ffilig|plusmn|ffllig|Ccedil|rAtail|dfisht|bernou|ratail|Rarrtl|rarrtl|angsph|rarrpl|rarrlp|rarrhk|xwedge|xotime|forall|ForAll|Vvdash|vsupnE|preceq|bigcap|frac12|frac13|frac14|primes|rarrfs|prnsim|frac15|Square|frac16|square|lesdot|frac18|frac23|propto|prurel|rarrap|rangle|puncsp|frac25|Racute|qprime|racute|lesges|frac34|abreve|AElig|eqsim|utdot|setmn|urtri|Equal|Uring|seArr|uring|searr|dashv|Dashv|mumap|nabla|iogon|Iogon|sdote|sdotb|scsim|napid|napos|equiv|natur|Acirc|dblac|erarr|nbump|iprod|erDot|ucirc|awint|esdot|angrt|ncong|isinE|scnap|Scirc|scirc|ndash|isins|Ubrcy|nearr|neArr|isinv|nedot|ubrcy|acute|Ycirc|iukcy|Iukcy|xutri|nesim|caret|jcirc|Jcirc|caron|twixt|ddarr|sccue|exist|jmath|sbquo|ngeqq|angst|ccaps|lceil|ngsim|UpTee|delta|Delta|rtrif|nharr|nhArr|nhpar|rtrie|jukcy|Jukcy|kappa|rsquo|Kappa|nlarr|nlArr|TSHcy|rrarr|aogon|Aogon|fflig|xrarr|tshcy|ccirc|nleqq|filig|upsih|nless|dharl|nlsim|fjlig|ropar|nltri|dharr|robrk|roarr|fllig|fltns|roang|rnmid|subnE|subne|lAarr|trisb|Ccirc|acirc|ccups|blank|VDash|forkv|Vdash|langd|cedil|blk12|blk14|laquo|strns|diams|notin|vDash|larrb|blk34|block|disin|uplus|vdash|vBarv|aelig|starf|Wedge|check|xrArr|lates|lbarr|lBarr|notni|lbbrk|bcong|frasl|lbrke|frown|vrtri|vprop|vnsup|gamma|Gamma|wedge|xodot|bdquo|srarr|doteq|ldquo|boxdl|boxdL|gcirc|Gcirc|boxDl|boxDL|boxdr|boxdR|boxDr|TRADE|trade|rlhar|boxDR|vnsub|npart|vltri|rlarr|boxhd|boxhD|nprec|gescc|nrarr|nrArr|boxHd|boxHD|boxhu|boxhU|nrtri|boxHu|clubs|boxHU|times|colon|Colon|gimel|xlArr|Tilde|nsime|tilde|nsmid|nspar|THORN|thorn|xlarr|nsube|nsubE|thkap|xhArr|comma|nsucc|boxul|boxuL|nsupe|nsupE|gneqq|gnsim|boxUl|boxUL|grave|boxur|boxuR|boxUr|boxUR|lescc|angle|bepsi|boxvh|varpi|boxvH|numsp|Theta|gsime|gsiml|theta|boxVh|boxVH|boxvl|gtcir|gtdot|boxvL|boxVl|boxVL|crarr|cross|Cross|nvsim|boxvr|nwarr|nwArr|sqsup|dtdot|Uogon|lhard|lharu|dtrif|ocirc|Ocirc|lhblk|duarr|odash|sqsub|Hacek|sqcup|llarr|duhar|oelig|OElig|ofcir|boxvR|uogon|lltri|boxVr|csube|uuarr|ohbar|csupe|ctdot|olarr|olcir|harrw|oline|sqcap|omacr|Omacr|omega|Omega|boxVR|aleph|lneqq|lnsim|loang|loarr|rharu|lobrk|hcirc|operp|oplus|rhard|Hcirc|orarr|Union|order|ecirc|Ecirc|cuepr|szlig|cuesc|breve|reals|eDDot|Breve|hoarr|lopar|utrif|rdquo|Umacr|umacr|efDot|swArr|ultri|alpha|rceil|ovbar|swarr|Wcirc|wcirc|smtes|smile|bsemi|lrarr|aring|parsl|lrhar|bsime|uhblk|lrtri|cupor|Aring|uharr|uharl|slarr|rbrke|bsolb|lsime|rbbrk|RBarr|lsimg|phone|rBarr|rbarr|icirc|lsquo|Icirc|emacr|Emacr|ratio|simne|plusb|simlE|simgE|simeq|pluse|ltcir|ltdot|empty|xharr|xdtri|iexcl|Alpha|ltrie|rarrw|pound|ltrif|xcirc|bumpe|prcue|bumpE|asymp|amacr|cuvee|Sigma|sigma|iiint|udhar|iiota|ijlig|IJlig|supnE|imacr|Imacr|prime|Prime|image|prnap|eogon|Eogon|rarrc|mdash|mDDot|cuwed|imath|supne|imped|Amacr|udarr|prsim|micro|rarrb|cwint|raquo|infin|eplus|range|rangd|Ucirc|radic|minus|amalg|veeeq|rAarr|epsiv|ycirc|quest|sharp|quot|zwnj|Qscr|race|qscr|Qopf|qopf|qint|rang|Rang|Zscr|zscr|Zopf|zopf|rarr|rArr|Rarr|Pscr|pscr|prop|prod|prnE|prec|ZHcy|zhcy|prap|Zeta|zeta|Popf|popf|Zdot|plus|zdot|Yuml|yuml|phiv|YUcy|yucy|Yscr|yscr|perp|Yopf|yopf|part|para|YIcy|Ouml|rcub|yicy|YAcy|rdca|ouml|osol|Oscr|rdsh|yacy|real|oscr|xvee|andd|rect|andv|Xscr|oror|ordm|ordf|xscr|ange|aopf|Aopf|rHar|Xopf|opar|Oopf|xopf|xnis|rhov|oopf|omid|xmap|oint|apid|apos|ogon|ascr|Ascr|odot|odiv|xcup|xcap|ocir|oast|nvlt|nvle|nvgt|nvge|nvap|Wscr|wscr|auml|ntlg|ntgl|nsup|nsub|nsim|Nscr|nscr|nsce|Wopf|ring|npre|wopf|npar|Auml|Barv|bbrk|Nopf|nopf|nmid|nLtv|beta|ropf|Ropf|Beta|beth|nles|rpar|nleq|bnot|bNot|nldr|NJcy|rscr|Rscr|Vscr|vscr|rsqb|njcy|bopf|nisd|Bopf|rtri|Vopf|nGtv|ngtr|vopf|boxh|boxH|boxv|nges|ngeq|boxV|bscr|scap|Bscr|bsim|Vert|vert|bsol|bull|bump|caps|cdot|ncup|scnE|ncap|nbsp|napE|Cdot|cent|sdot|Vbar|nang|vBar|chcy|Mscr|mscr|sect|semi|CHcy|Mopf|mopf|sext|circ|cire|mldr|mlcp|cirE|comp|shcy|SHcy|vArr|varr|cong|copf|Copf|copy|COPY|malt|male|macr|lvnE|cscr|ltri|sime|ltcc|simg|Cscr|siml|csub|Uuml|lsqb|lsim|uuml|csup|Lscr|lscr|utri|smid|lpar|cups|smte|lozf|darr|Lopf|Uscr|solb|lopf|sopf|Sopf|lneq|uscr|spar|dArr|lnap|Darr|dash|Sqrt|LJcy|ljcy|lHar|dHar|Upsi|upsi|diam|lesg|djcy|DJcy|leqq|dopf|Dopf|dscr|Dscr|dscy|ldsh|ldca|squf|DScy|sscr|Sscr|dsol|lcub|late|star|Star|Uopf|Larr|lArr|larr|uopf|dtri|dzcy|sube|subE|Lang|lang|Kscr|kscr|Kopf|kopf|KJcy|kjcy|KHcy|khcy|DZcy|ecir|edot|eDot|Jscr|jscr|succ|Jopf|jopf|Edot|uHar|emsp|ensp|Iuml|iuml|eopf|isin|Iscr|iscr|Eopf|epar|sung|epsi|escr|sup1|sup2|sup3|Iota|iota|supe|supE|Iopf|iopf|IOcy|iocy|Escr|esim|Esim|imof|Uarr|QUOT|uArr|uarr|euml|IEcy|iecy|Idot|Euml|euro|excl|Hscr|hscr|Hopf|hopf|TScy|tscy|Tscr|hbar|tscr|flat|tbrk|fnof|hArr|harr|half|fopf|Fopf|tdot|gvnE|fork|trie|gtcc|fscr|Fscr|gdot|gsim|Gscr|gscr|Gopf|gopf|gneq|Gdot|tosa|gnap|Topf|topf|geqq|toea|GJcy|gjcy|tint|gesl|mid|Sfr|ggg|top|ges|gla|glE|glj|geq|gne|gEl|gel|gnE|Gcy|gcy|gap|Tfr|tfr|Tcy|tcy|Hat|Tau|Ffr|tau|Tab|hfr|Hfr|ffr|Fcy|fcy|icy|Icy|iff|ETH|eth|ifr|Ifr|Eta|eta|int|Int|Sup|sup|ucy|Ucy|Sum|sum|jcy|ENG|ufr|Ufr|eng|Jcy|jfr|els|ell|egs|Efr|efr|Jfr|uml|kcy|Kcy|Ecy|ecy|kfr|Kfr|lap|Sub|sub|lat|lcy|Lcy|leg|Dot|dot|lEg|leq|les|squ|div|die|lfr|Lfr|lgE|Dfr|dfr|Del|deg|Dcy|dcy|lne|lnE|sol|loz|smt|Cup|lrm|cup|lsh|Lsh|sim|shy|map|Map|mcy|Mcy|mfr|Mfr|mho|gfr|Gfr|sfr|cir|Chi|chi|nap|Cfr|vcy|Vcy|cfr|Scy|scy|ncy|Ncy|vee|Vee|Cap|cap|nfr|scE|sce|Nfr|nge|ngE|nGg|vfr|Vfr|ngt|bot|nGt|nis|niv|Rsh|rsh|nle|nlE|bne|Bfr|bfr|nLl|nlt|nLt|Bcy|bcy|not|Not|rlm|wfr|Wfr|npr|nsc|num|ocy|ast|Ocy|ofr|xfr|Xfr|Ofr|ogt|ohm|apE|olt|Rho|ape|rho|Rfr|rfr|ord|REG|ang|reg|orv|And|and|AMP|Rcy|amp|Afr|ycy|Ycy|yen|yfr|Yfr|rcy|par|pcy|Pcy|pfr|Pfr|phi|Phi|afr|Acy|acy|zcy|Zcy|piv|acE|acd|zfr|Zfr|pre|prE|psi|Psi|qfr|Qfr|zwj|Or|ge|Gg|gt|gg|el|oS|lt|Lt|LT|Re|lg|gl|eg|ne|Im|it|le|DD|wp|wr|nu|Nu|dd|lE|Sc|sc|pi|Pi|ee|af|ll|Ll|rx|gE|xi|pm|Xi|ic|pr|Pr|in|ni|mp|mu|ac|Mu|or|ap|Gt|GT|ii);|&(Aacute|Agrave|Atilde|Ccedil|Eacute|Egrave|Iacute|Igrave|Ntilde|Oacute|Ograve|Oslash|Otilde|Uacute|Ugrave|Yacute|aacute|agrave|atilde|brvbar|ccedil|curren|divide|eacute|egrave|frac12|frac14|frac34|iacute|igrave|iquest|middot|ntilde|oacute|ograve|oslash|otilde|plusmn|uacute|ugrave|yacute|AElig|Acirc|Aring|Ecirc|Icirc|Ocirc|THORN|Ucirc|acirc|acute|aelig|aring|cedil|ecirc|icirc|iexcl|laquo|micro|ocirc|pound|raquo|szlig|thorn|times|ucirc|Auml|COPY|Euml|Iuml|Ouml|QUOT|Uuml|auml|cent|copy|euml|iuml|macr|nbsp|ordf|ordm|ouml|para|quot|sect|sup1|sup2|sup3|uuml|yuml|AMP|ETH|REG|amp|deg|eth|not|reg|shy|uml|yen|GT|LT|gt|lt)(?!;)([=a-zA-Z0-9]?)|&#([0-9]+)(;?)|&#[xX]([a-fA-F0-9]+)(;?)|&([0-9a-zA-Z]+)/g, g = {
1528
+ aacute: "á",
1529
+ Aacute: "Á",
1530
+ abreve: "ă",
1531
+ Abreve: "Ă",
1532
+ ac: "∾",
1533
+ acd: "∿",
1534
+ acE: "∾̳",
1535
+ acirc: "â",
1536
+ Acirc: "Â",
1537
+ acute: "´",
1538
+ acy: "а",
1539
+ Acy: "А",
1540
+ aelig: "æ",
1541
+ AElig: "Æ",
1542
+ af: "⁡",
1543
+ afr: "𝔞",
1544
+ Afr: "𝔄",
1545
+ agrave: "à",
1546
+ Agrave: "À",
1547
+ alefsym: "ℵ",
1548
+ aleph: "ℵ",
1549
+ alpha: "α",
1550
+ Alpha: "Α",
1551
+ amacr: "ā",
1552
+ Amacr: "Ā",
1553
+ amalg: "⨿",
1554
+ amp: "&",
1555
+ AMP: "&",
1556
+ and: "∧",
1557
+ And: "⩓",
1558
+ andand: "⩕",
1559
+ andd: "⩜",
1560
+ andslope: "⩘",
1561
+ andv: "⩚",
1562
+ ang: "∠",
1563
+ ange: "⦤",
1564
+ angle: "∠",
1565
+ angmsd: "∡",
1566
+ angmsdaa: "⦨",
1567
+ angmsdab: "⦩",
1568
+ angmsdac: "⦪",
1569
+ angmsdad: "⦫",
1570
+ angmsdae: "⦬",
1571
+ angmsdaf: "⦭",
1572
+ angmsdag: "⦮",
1573
+ angmsdah: "⦯",
1574
+ angrt: "∟",
1575
+ angrtvb: "⊾",
1576
+ angrtvbd: "⦝",
1577
+ angsph: "∢",
1578
+ angst: "Å",
1579
+ angzarr: "⍼",
1580
+ aogon: "ą",
1581
+ Aogon: "Ą",
1582
+ aopf: "𝕒",
1583
+ Aopf: "𝔸",
1584
+ ap: "≈",
1585
+ apacir: "⩯",
1586
+ ape: "≊",
1587
+ apE: "⩰",
1588
+ apid: "≋",
1589
+ apos: "'",
1590
+ ApplyFunction: "⁡",
1591
+ approx: "≈",
1592
+ approxeq: "≊",
1593
+ aring: "å",
1594
+ Aring: "Å",
1595
+ ascr: "𝒶",
1596
+ Ascr: "𝒜",
1597
+ Assign: "≔",
1598
+ ast: "*",
1599
+ asymp: "≈",
1600
+ asympeq: "≍",
1601
+ atilde: "ã",
1602
+ Atilde: "Ã",
1603
+ auml: "ä",
1604
+ Auml: "Ä",
1605
+ awconint: "∳",
1606
+ awint: "⨑",
1607
+ backcong: "≌",
1608
+ backepsilon: "϶",
1609
+ backprime: "‵",
1610
+ backsim: "∽",
1611
+ backsimeq: "⋍",
1612
+ Backslash: "∖",
1613
+ Barv: "⫧",
1614
+ barvee: "⊽",
1615
+ barwed: "⌅",
1616
+ Barwed: "⌆",
1617
+ barwedge: "⌅",
1618
+ bbrk: "⎵",
1619
+ bbrktbrk: "⎶",
1620
+ bcong: "≌",
1621
+ bcy: "б",
1622
+ Bcy: "Б",
1623
+ bdquo: "„",
1624
+ becaus: "∵",
1625
+ because: "∵",
1626
+ Because: "∵",
1627
+ bemptyv: "⦰",
1628
+ bepsi: "϶",
1629
+ bernou: "ℬ",
1630
+ Bernoullis: "ℬ",
1631
+ beta: "β",
1632
+ Beta: "Β",
1633
+ beth: "ℶ",
1634
+ between: "≬",
1635
+ bfr: "𝔟",
1636
+ Bfr: "𝔅",
1637
+ bigcap: "⋂",
1638
+ bigcirc: "◯",
1639
+ bigcup: "⋃",
1640
+ bigodot: "⨀",
1641
+ bigoplus: "⨁",
1642
+ bigotimes: "⨂",
1643
+ bigsqcup: "⨆",
1644
+ bigstar: "★",
1645
+ bigtriangledown: "▽",
1646
+ bigtriangleup: "△",
1647
+ biguplus: "⨄",
1648
+ bigvee: "⋁",
1649
+ bigwedge: "⋀",
1650
+ bkarow: "⤍",
1651
+ blacklozenge: "⧫",
1652
+ blacksquare: "▪",
1653
+ blacktriangle: "▴",
1654
+ blacktriangledown: "▾",
1655
+ blacktriangleleft: "◂",
1656
+ blacktriangleright: "▸",
1657
+ blank: "␣",
1658
+ blk12: "▒",
1659
+ blk14: "░",
1660
+ blk34: "▓",
1661
+ block: "█",
1662
+ bne: "=⃥",
1663
+ bnequiv: "≡⃥",
1664
+ bnot: "⌐",
1665
+ bNot: "⫭",
1666
+ bopf: "𝕓",
1667
+ Bopf: "𝔹",
1668
+ bot: "⊥",
1669
+ bottom: "⊥",
1670
+ bowtie: "⋈",
1671
+ boxbox: "⧉",
1672
+ boxdl: "┐",
1673
+ boxdL: "╕",
1674
+ boxDl: "╖",
1675
+ boxDL: "╗",
1676
+ boxdr: "┌",
1677
+ boxdR: "╒",
1678
+ boxDr: "╓",
1679
+ boxDR: "╔",
1680
+ boxh: "─",
1681
+ boxH: "═",
1682
+ boxhd: "┬",
1683
+ boxhD: "╥",
1684
+ boxHd: "╤",
1685
+ boxHD: "╦",
1686
+ boxhu: "┴",
1687
+ boxhU: "╨",
1688
+ boxHu: "╧",
1689
+ boxHU: "╩",
1690
+ boxminus: "⊟",
1691
+ boxplus: "⊞",
1692
+ boxtimes: "⊠",
1693
+ boxul: "┘",
1694
+ boxuL: "╛",
1695
+ boxUl: "╜",
1696
+ boxUL: "╝",
1697
+ boxur: "└",
1698
+ boxuR: "╘",
1699
+ boxUr: "╙",
1700
+ boxUR: "╚",
1701
+ boxv: "│",
1702
+ boxV: "║",
1703
+ boxvh: "┼",
1704
+ boxvH: "╪",
1705
+ boxVh: "╫",
1706
+ boxVH: "╬",
1707
+ boxvl: "┤",
1708
+ boxvL: "╡",
1709
+ boxVl: "╢",
1710
+ boxVL: "╣",
1711
+ boxvr: "├",
1712
+ boxvR: "╞",
1713
+ boxVr: "╟",
1714
+ boxVR: "╠",
1715
+ bprime: "‵",
1716
+ breve: "˘",
1717
+ Breve: "˘",
1718
+ brvbar: "¦",
1719
+ bscr: "𝒷",
1720
+ Bscr: "ℬ",
1721
+ bsemi: "⁏",
1722
+ bsim: "∽",
1723
+ bsime: "⋍",
1724
+ bsol: "\\",
1725
+ bsolb: "⧅",
1726
+ bsolhsub: "⟈",
1727
+ bull: "•",
1728
+ bullet: "•",
1729
+ bump: "≎",
1730
+ bumpe: "≏",
1731
+ bumpE: "⪮",
1732
+ bumpeq: "≏",
1733
+ Bumpeq: "≎",
1734
+ cacute: "ć",
1735
+ Cacute: "Ć",
1736
+ cap: "∩",
1737
+ Cap: "⋒",
1738
+ capand: "⩄",
1739
+ capbrcup: "⩉",
1740
+ capcap: "⩋",
1741
+ capcup: "⩇",
1742
+ capdot: "⩀",
1743
+ CapitalDifferentialD: "ⅅ",
1744
+ caps: "∩︀",
1745
+ caret: "⁁",
1746
+ caron: "ˇ",
1747
+ Cayleys: "ℭ",
1748
+ ccaps: "⩍",
1749
+ ccaron: "č",
1750
+ Ccaron: "Č",
1751
+ ccedil: "ç",
1752
+ Ccedil: "Ç",
1753
+ ccirc: "ĉ",
1754
+ Ccirc: "Ĉ",
1755
+ Cconint: "∰",
1756
+ ccups: "⩌",
1757
+ ccupssm: "⩐",
1758
+ cdot: "ċ",
1759
+ Cdot: "Ċ",
1760
+ cedil: "¸",
1761
+ Cedilla: "¸",
1762
+ cemptyv: "⦲",
1763
+ cent: "¢",
1764
+ centerdot: "·",
1765
+ CenterDot: "·",
1766
+ cfr: "𝔠",
1767
+ Cfr: "ℭ",
1768
+ chcy: "ч",
1769
+ CHcy: "Ч",
1770
+ check: "✓",
1771
+ checkmark: "✓",
1772
+ chi: "χ",
1773
+ Chi: "Χ",
1774
+ cir: "○",
1775
+ circ: "ˆ",
1776
+ circeq: "≗",
1777
+ circlearrowleft: "↺",
1778
+ circlearrowright: "↻",
1779
+ circledast: "⊛",
1780
+ circledcirc: "⊚",
1781
+ circleddash: "⊝",
1782
+ CircleDot: "⊙",
1783
+ circledR: "®",
1784
+ circledS: "Ⓢ",
1785
+ CircleMinus: "⊖",
1786
+ CirclePlus: "⊕",
1787
+ CircleTimes: "⊗",
1788
+ cire: "≗",
1789
+ cirE: "⧃",
1790
+ cirfnint: "⨐",
1791
+ cirmid: "⫯",
1792
+ cirscir: "⧂",
1793
+ ClockwiseContourIntegral: "∲",
1794
+ CloseCurlyDoubleQuote: "”",
1795
+ CloseCurlyQuote: "’",
1796
+ clubs: "♣",
1797
+ clubsuit: "♣",
1798
+ colon: ":",
1799
+ Colon: "∷",
1800
+ colone: "≔",
1801
+ Colone: "⩴",
1802
+ coloneq: "≔",
1803
+ comma: ",",
1804
+ commat: "@",
1805
+ comp: "∁",
1806
+ compfn: "∘",
1807
+ complement: "∁",
1808
+ complexes: "ℂ",
1809
+ cong: "≅",
1810
+ congdot: "⩭",
1811
+ Congruent: "≡",
1812
+ conint: "∮",
1813
+ Conint: "∯",
1814
+ ContourIntegral: "∮",
1815
+ copf: "𝕔",
1816
+ Copf: "ℂ",
1817
+ coprod: "∐",
1818
+ Coproduct: "∐",
1819
+ copy: "©",
1820
+ COPY: "©",
1821
+ copysr: "℗",
1822
+ CounterClockwiseContourIntegral: "∳",
1823
+ crarr: "↵",
1824
+ cross: "✗",
1825
+ Cross: "⨯",
1826
+ cscr: "𝒸",
1827
+ Cscr: "𝒞",
1828
+ csub: "⫏",
1829
+ csube: "⫑",
1830
+ csup: "⫐",
1831
+ csupe: "⫒",
1832
+ ctdot: "⋯",
1833
+ cudarrl: "⤸",
1834
+ cudarrr: "⤵",
1835
+ cuepr: "⋞",
1836
+ cuesc: "⋟",
1837
+ cularr: "↶",
1838
+ cularrp: "⤽",
1839
+ cup: "∪",
1840
+ Cup: "⋓",
1841
+ cupbrcap: "⩈",
1842
+ cupcap: "⩆",
1843
+ CupCap: "≍",
1844
+ cupcup: "⩊",
1845
+ cupdot: "⊍",
1846
+ cupor: "⩅",
1847
+ cups: "∪︀",
1848
+ curarr: "↷",
1849
+ curarrm: "⤼",
1850
+ curlyeqprec: "⋞",
1851
+ curlyeqsucc: "⋟",
1852
+ curlyvee: "⋎",
1853
+ curlywedge: "⋏",
1854
+ curren: "¤",
1855
+ curvearrowleft: "↶",
1856
+ curvearrowright: "↷",
1857
+ cuvee: "⋎",
1858
+ cuwed: "⋏",
1859
+ cwconint: "∲",
1860
+ cwint: "∱",
1861
+ cylcty: "⌭",
1862
+ dagger: "†",
1863
+ Dagger: "‡",
1864
+ daleth: "ℸ",
1865
+ darr: "↓",
1866
+ dArr: "⇓",
1867
+ Darr: "↡",
1868
+ dash: "‐",
1869
+ dashv: "⊣",
1870
+ Dashv: "⫤",
1871
+ dbkarow: "⤏",
1872
+ dblac: "˝",
1873
+ dcaron: "ď",
1874
+ Dcaron: "Ď",
1875
+ dcy: "д",
1876
+ Dcy: "Д",
1877
+ dd: "ⅆ",
1878
+ DD: "ⅅ",
1879
+ ddagger: "‡",
1880
+ ddarr: "⇊",
1881
+ DDotrahd: "⤑",
1882
+ ddotseq: "⩷",
1883
+ deg: "°",
1884
+ Del: "∇",
1885
+ delta: "δ",
1886
+ Delta: "Δ",
1887
+ demptyv: "⦱",
1888
+ dfisht: "⥿",
1889
+ dfr: "𝔡",
1890
+ Dfr: "𝔇",
1891
+ dHar: "⥥",
1892
+ dharl: "⇃",
1893
+ dharr: "⇂",
1894
+ DiacriticalAcute: "´",
1895
+ DiacriticalDot: "˙",
1896
+ DiacriticalDoubleAcute: "˝",
1897
+ DiacriticalGrave: "`",
1898
+ DiacriticalTilde: "˜",
1899
+ diam: "⋄",
1900
+ diamond: "⋄",
1901
+ Diamond: "⋄",
1902
+ diamondsuit: "♦",
1903
+ diams: "♦",
1904
+ die: "¨",
1905
+ DifferentialD: "ⅆ",
1906
+ digamma: "ϝ",
1907
+ disin: "⋲",
1908
+ div: "÷",
1909
+ divide: "÷",
1910
+ divideontimes: "⋇",
1911
+ divonx: "⋇",
1912
+ djcy: "ђ",
1913
+ DJcy: "Ђ",
1914
+ dlcorn: "⌞",
1915
+ dlcrop: "⌍",
1916
+ dollar: "$",
1917
+ dopf: "𝕕",
1918
+ Dopf: "𝔻",
1919
+ dot: "˙",
1920
+ Dot: "¨",
1921
+ DotDot: "⃜",
1922
+ doteq: "≐",
1923
+ doteqdot: "≑",
1924
+ DotEqual: "≐",
1925
+ dotminus: "∸",
1926
+ dotplus: "∔",
1927
+ dotsquare: "⊡",
1928
+ doublebarwedge: "⌆",
1929
+ DoubleContourIntegral: "∯",
1930
+ DoubleDot: "¨",
1931
+ DoubleDownArrow: "⇓",
1932
+ DoubleLeftArrow: "⇐",
1933
+ DoubleLeftRightArrow: "⇔",
1934
+ DoubleLeftTee: "⫤",
1935
+ DoubleLongLeftArrow: "⟸",
1936
+ DoubleLongLeftRightArrow: "⟺",
1937
+ DoubleLongRightArrow: "⟹",
1938
+ DoubleRightArrow: "⇒",
1939
+ DoubleRightTee: "⊨",
1940
+ DoubleUpArrow: "⇑",
1941
+ DoubleUpDownArrow: "⇕",
1942
+ DoubleVerticalBar: "∥",
1943
+ downarrow: "↓",
1944
+ Downarrow: "⇓",
1945
+ DownArrow: "↓",
1946
+ DownArrowBar: "⤓",
1947
+ DownArrowUpArrow: "⇵",
1948
+ DownBreve: "̑",
1949
+ downdownarrows: "⇊",
1950
+ downharpoonleft: "⇃",
1951
+ downharpoonright: "⇂",
1952
+ DownLeftRightVector: "⥐",
1953
+ DownLeftTeeVector: "⥞",
1954
+ DownLeftVector: "↽",
1955
+ DownLeftVectorBar: "⥖",
1956
+ DownRightTeeVector: "⥟",
1957
+ DownRightVector: "⇁",
1958
+ DownRightVectorBar: "⥗",
1959
+ DownTee: "⊤",
1960
+ DownTeeArrow: "↧",
1961
+ drbkarow: "⤐",
1962
+ drcorn: "⌟",
1963
+ drcrop: "⌌",
1964
+ dscr: "𝒹",
1965
+ Dscr: "𝒟",
1966
+ dscy: "ѕ",
1967
+ DScy: "Ѕ",
1968
+ dsol: "⧶",
1969
+ dstrok: "đ",
1970
+ Dstrok: "Đ",
1971
+ dtdot: "⋱",
1972
+ dtri: "▿",
1973
+ dtrif: "▾",
1974
+ duarr: "⇵",
1975
+ duhar: "⥯",
1976
+ dwangle: "⦦",
1977
+ dzcy: "џ",
1978
+ DZcy: "Џ",
1979
+ dzigrarr: "⟿",
1980
+ eacute: "é",
1981
+ Eacute: "É",
1982
+ easter: "⩮",
1983
+ ecaron: "ě",
1984
+ Ecaron: "Ě",
1985
+ ecir: "≖",
1986
+ ecirc: "ê",
1987
+ Ecirc: "Ê",
1988
+ ecolon: "≕",
1989
+ ecy: "э",
1990
+ Ecy: "Э",
1991
+ eDDot: "⩷",
1992
+ edot: "ė",
1993
+ eDot: "≑",
1994
+ Edot: "Ė",
1995
+ ee: "ⅇ",
1996
+ efDot: "≒",
1997
+ efr: "𝔢",
1998
+ Efr: "𝔈",
1999
+ eg: "⪚",
2000
+ egrave: "è",
2001
+ Egrave: "È",
2002
+ egs: "⪖",
2003
+ egsdot: "⪘",
2004
+ el: "⪙",
2005
+ Element: "∈",
2006
+ elinters: "⏧",
2007
+ ell: "ℓ",
2008
+ els: "⪕",
2009
+ elsdot: "⪗",
2010
+ emacr: "ē",
2011
+ Emacr: "Ē",
2012
+ empty: "∅",
2013
+ emptyset: "∅",
2014
+ EmptySmallSquare: "◻",
2015
+ emptyv: "∅",
2016
+ EmptyVerySmallSquare: "▫",
2017
+ emsp: " ",
2018
+ emsp13: " ",
2019
+ emsp14: " ",
2020
+ eng: "ŋ",
2021
+ ENG: "Ŋ",
2022
+ ensp: " ",
2023
+ eogon: "ę",
2024
+ Eogon: "Ę",
2025
+ eopf: "𝕖",
2026
+ Eopf: "𝔼",
2027
+ epar: "⋕",
2028
+ eparsl: "⧣",
2029
+ eplus: "⩱",
2030
+ epsi: "ε",
2031
+ epsilon: "ε",
2032
+ Epsilon: "Ε",
2033
+ epsiv: "ϵ",
2034
+ eqcirc: "≖",
2035
+ eqcolon: "≕",
2036
+ eqsim: "≂",
2037
+ eqslantgtr: "⪖",
2038
+ eqslantless: "⪕",
2039
+ Equal: "⩵",
2040
+ equals: "=",
2041
+ EqualTilde: "≂",
2042
+ equest: "≟",
2043
+ Equilibrium: "⇌",
2044
+ equiv: "≡",
2045
+ equivDD: "⩸",
2046
+ eqvparsl: "⧥",
2047
+ erarr: "⥱",
2048
+ erDot: "≓",
2049
+ escr: "ℯ",
2050
+ Escr: "ℰ",
2051
+ esdot: "≐",
2052
+ esim: "≂",
2053
+ Esim: "⩳",
2054
+ eta: "η",
2055
+ Eta: "Η",
2056
+ eth: "ð",
2057
+ ETH: "Ð",
2058
+ euml: "ë",
2059
+ Euml: "Ë",
2060
+ euro: "€",
2061
+ excl: "!",
2062
+ exist: "∃",
2063
+ Exists: "∃",
2064
+ expectation: "ℰ",
2065
+ exponentiale: "ⅇ",
2066
+ ExponentialE: "ⅇ",
2067
+ fallingdotseq: "≒",
2068
+ fcy: "ф",
2069
+ Fcy: "Ф",
2070
+ female: "♀",
2071
+ ffilig: "ffi",
2072
+ fflig: "ff",
2073
+ ffllig: "ffl",
2074
+ ffr: "𝔣",
2075
+ Ffr: "𝔉",
2076
+ filig: "fi",
2077
+ FilledSmallSquare: "◼",
2078
+ FilledVerySmallSquare: "▪",
2079
+ fjlig: "fj",
2080
+ flat: "♭",
2081
+ fllig: "fl",
2082
+ fltns: "▱",
2083
+ fnof: "ƒ",
2084
+ fopf: "𝕗",
2085
+ Fopf: "𝔽",
2086
+ forall: "∀",
2087
+ ForAll: "∀",
2088
+ fork: "⋔",
2089
+ forkv: "⫙",
2090
+ Fouriertrf: "ℱ",
2091
+ fpartint: "⨍",
2092
+ frac12: "½",
2093
+ frac13: "⅓",
2094
+ frac14: "¼",
2095
+ frac15: "⅕",
2096
+ frac16: "⅙",
2097
+ frac18: "⅛",
2098
+ frac23: "⅔",
2099
+ frac25: "⅖",
2100
+ frac34: "¾",
2101
+ frac35: "⅗",
2102
+ frac38: "⅜",
2103
+ frac45: "⅘",
2104
+ frac56: "⅚",
2105
+ frac58: "⅝",
2106
+ frac78: "⅞",
2107
+ frasl: "⁄",
2108
+ frown: "⌢",
2109
+ fscr: "𝒻",
2110
+ Fscr: "ℱ",
2111
+ gacute: "ǵ",
2112
+ gamma: "γ",
2113
+ Gamma: "Γ",
2114
+ gammad: "ϝ",
2115
+ Gammad: "Ϝ",
2116
+ gap: "⪆",
2117
+ gbreve: "ğ",
2118
+ Gbreve: "Ğ",
2119
+ Gcedil: "Ģ",
2120
+ gcirc: "ĝ",
2121
+ Gcirc: "Ĝ",
2122
+ gcy: "г",
2123
+ Gcy: "Г",
2124
+ gdot: "ġ",
2125
+ Gdot: "Ġ",
2126
+ ge: "≥",
2127
+ gE: "≧",
2128
+ gel: "⋛",
2129
+ gEl: "⪌",
2130
+ geq: "≥",
2131
+ geqq: "≧",
2132
+ geqslant: "⩾",
2133
+ ges: "⩾",
2134
+ gescc: "⪩",
2135
+ gesdot: "⪀",
2136
+ gesdoto: "⪂",
2137
+ gesdotol: "⪄",
2138
+ gesl: "⋛︀",
2139
+ gesles: "⪔",
2140
+ gfr: "𝔤",
2141
+ Gfr: "𝔊",
2142
+ gg: "≫",
2143
+ Gg: "⋙",
2144
+ ggg: "⋙",
2145
+ gimel: "ℷ",
2146
+ gjcy: "ѓ",
2147
+ GJcy: "Ѓ",
2148
+ gl: "≷",
2149
+ gla: "⪥",
2150
+ glE: "⪒",
2151
+ glj: "⪤",
2152
+ gnap: "⪊",
2153
+ gnapprox: "⪊",
2154
+ gne: "⪈",
2155
+ gnE: "≩",
2156
+ gneq: "⪈",
2157
+ gneqq: "≩",
2158
+ gnsim: "⋧",
2159
+ gopf: "𝕘",
2160
+ Gopf: "𝔾",
2161
+ grave: "`",
2162
+ GreaterEqual: "≥",
2163
+ GreaterEqualLess: "⋛",
2164
+ GreaterFullEqual: "≧",
2165
+ GreaterGreater: "⪢",
2166
+ GreaterLess: "≷",
2167
+ GreaterSlantEqual: "⩾",
2168
+ GreaterTilde: "≳",
2169
+ gscr: "ℊ",
2170
+ Gscr: "𝒢",
2171
+ gsim: "≳",
2172
+ gsime: "⪎",
2173
+ gsiml: "⪐",
2174
+ gt: ">",
2175
+ Gt: "≫",
2176
+ GT: ">",
2177
+ gtcc: "⪧",
2178
+ gtcir: "⩺",
2179
+ gtdot: "⋗",
2180
+ gtlPar: "⦕",
2181
+ gtquest: "⩼",
2182
+ gtrapprox: "⪆",
2183
+ gtrarr: "⥸",
2184
+ gtrdot: "⋗",
2185
+ gtreqless: "⋛",
2186
+ gtreqqless: "⪌",
2187
+ gtrless: "≷",
2188
+ gtrsim: "≳",
2189
+ gvertneqq: "≩︀",
2190
+ gvnE: "≩︀",
2191
+ Hacek: "ˇ",
2192
+ hairsp: " ",
2193
+ half: "½",
2194
+ hamilt: "ℋ",
2195
+ hardcy: "ъ",
2196
+ HARDcy: "Ъ",
2197
+ harr: "↔",
2198
+ hArr: "⇔",
2199
+ harrcir: "⥈",
2200
+ harrw: "↭",
2201
+ Hat: "^",
2202
+ hbar: "ℏ",
2203
+ hcirc: "ĥ",
2204
+ Hcirc: "Ĥ",
2205
+ hearts: "♥",
2206
+ heartsuit: "♥",
2207
+ hellip: "…",
2208
+ hercon: "⊹",
2209
+ hfr: "𝔥",
2210
+ Hfr: "ℌ",
2211
+ HilbertSpace: "ℋ",
2212
+ hksearow: "⤥",
2213
+ hkswarow: "⤦",
2214
+ hoarr: "⇿",
2215
+ homtht: "∻",
2216
+ hookleftarrow: "↩",
2217
+ hookrightarrow: "↪",
2218
+ hopf: "𝕙",
2219
+ Hopf: "ℍ",
2220
+ horbar: "―",
2221
+ HorizontalLine: "─",
2222
+ hscr: "𝒽",
2223
+ Hscr: "ℋ",
2224
+ hslash: "ℏ",
2225
+ hstrok: "ħ",
2226
+ Hstrok: "Ħ",
2227
+ HumpDownHump: "≎",
2228
+ HumpEqual: "≏",
2229
+ hybull: "⁃",
2230
+ hyphen: "‐",
2231
+ iacute: "í",
2232
+ Iacute: "Í",
2233
+ ic: "⁣",
2234
+ icirc: "î",
2235
+ Icirc: "Î",
2236
+ icy: "и",
2237
+ Icy: "И",
2238
+ Idot: "İ",
2239
+ iecy: "е",
2240
+ IEcy: "Е",
2241
+ iexcl: "¡",
2242
+ iff: "⇔",
2243
+ ifr: "𝔦",
2244
+ Ifr: "ℑ",
2245
+ igrave: "ì",
2246
+ Igrave: "Ì",
2247
+ ii: "ⅈ",
2248
+ iiiint: "⨌",
2249
+ iiint: "∭",
2250
+ iinfin: "⧜",
2251
+ iiota: "℩",
2252
+ ijlig: "ij",
2253
+ IJlig: "IJ",
2254
+ Im: "ℑ",
2255
+ imacr: "ī",
2256
+ Imacr: "Ī",
2257
+ image: "ℑ",
2258
+ ImaginaryI: "ⅈ",
2259
+ imagline: "ℐ",
2260
+ imagpart: "ℑ",
2261
+ imath: "ı",
2262
+ imof: "⊷",
2263
+ imped: "Ƶ",
2264
+ Implies: "⇒",
2265
+ in: "∈",
2266
+ incare: "℅",
2267
+ infin: "∞",
2268
+ infintie: "⧝",
2269
+ inodot: "ı",
2270
+ int: "∫",
2271
+ Int: "∬",
2272
+ intcal: "⊺",
2273
+ integers: "ℤ",
2274
+ Integral: "∫",
2275
+ intercal: "⊺",
2276
+ Intersection: "⋂",
2277
+ intlarhk: "⨗",
2278
+ intprod: "⨼",
2279
+ InvisibleComma: "⁣",
2280
+ InvisibleTimes: "⁢",
2281
+ iocy: "ё",
2282
+ IOcy: "Ё",
2283
+ iogon: "į",
2284
+ Iogon: "Į",
2285
+ iopf: "𝕚",
2286
+ Iopf: "𝕀",
2287
+ iota: "ι",
2288
+ Iota: "Ι",
2289
+ iprod: "⨼",
2290
+ iquest: "¿",
2291
+ iscr: "𝒾",
2292
+ Iscr: "ℐ",
2293
+ isin: "∈",
2294
+ isindot: "⋵",
2295
+ isinE: "⋹",
2296
+ isins: "⋴",
2297
+ isinsv: "⋳",
2298
+ isinv: "∈",
2299
+ it: "⁢",
2300
+ itilde: "ĩ",
2301
+ Itilde: "Ĩ",
2302
+ iukcy: "і",
2303
+ Iukcy: "І",
2304
+ iuml: "ï",
2305
+ Iuml: "Ï",
2306
+ jcirc: "ĵ",
2307
+ Jcirc: "Ĵ",
2308
+ jcy: "й",
2309
+ Jcy: "Й",
2310
+ jfr: "𝔧",
2311
+ Jfr: "𝔍",
2312
+ jmath: "ȷ",
2313
+ jopf: "𝕛",
2314
+ Jopf: "𝕁",
2315
+ jscr: "𝒿",
2316
+ Jscr: "𝒥",
2317
+ jsercy: "ј",
2318
+ Jsercy: "Ј",
2319
+ jukcy: "є",
2320
+ Jukcy: "Є",
2321
+ kappa: "κ",
2322
+ Kappa: "Κ",
2323
+ kappav: "ϰ",
2324
+ kcedil: "ķ",
2325
+ Kcedil: "Ķ",
2326
+ kcy: "к",
2327
+ Kcy: "К",
2328
+ kfr: "𝔨",
2329
+ Kfr: "𝔎",
2330
+ kgreen: "ĸ",
2331
+ khcy: "х",
2332
+ KHcy: "Х",
2333
+ kjcy: "ќ",
2334
+ KJcy: "Ќ",
2335
+ kopf: "𝕜",
2336
+ Kopf: "𝕂",
2337
+ kscr: "𝓀",
2338
+ Kscr: "𝒦",
2339
+ lAarr: "⇚",
2340
+ lacute: "ĺ",
2341
+ Lacute: "Ĺ",
2342
+ laemptyv: "⦴",
2343
+ lagran: "ℒ",
2344
+ lambda: "λ",
2345
+ Lambda: "Λ",
2346
+ lang: "⟨",
2347
+ Lang: "⟪",
2348
+ langd: "⦑",
2349
+ langle: "⟨",
2350
+ lap: "⪅",
2351
+ Laplacetrf: "ℒ",
2352
+ laquo: "«",
2353
+ larr: "←",
2354
+ lArr: "⇐",
2355
+ Larr: "↞",
2356
+ larrb: "⇤",
2357
+ larrbfs: "⤟",
2358
+ larrfs: "⤝",
2359
+ larrhk: "↩",
2360
+ larrlp: "↫",
2361
+ larrpl: "⤹",
2362
+ larrsim: "⥳",
2363
+ larrtl: "↢",
2364
+ lat: "⪫",
2365
+ latail: "⤙",
2366
+ lAtail: "⤛",
2367
+ late: "⪭",
2368
+ lates: "⪭︀",
2369
+ lbarr: "⤌",
2370
+ lBarr: "⤎",
2371
+ lbbrk: "❲",
2372
+ lbrace: "{",
2373
+ lbrack: "[",
2374
+ lbrke: "⦋",
2375
+ lbrksld: "⦏",
2376
+ lbrkslu: "⦍",
2377
+ lcaron: "ľ",
2378
+ Lcaron: "Ľ",
2379
+ lcedil: "ļ",
2380
+ Lcedil: "Ļ",
2381
+ lceil: "⌈",
2382
+ lcub: "{",
2383
+ lcy: "л",
2384
+ Lcy: "Л",
2385
+ ldca: "⤶",
2386
+ ldquo: "“",
2387
+ ldquor: "„",
2388
+ ldrdhar: "⥧",
2389
+ ldrushar: "⥋",
2390
+ ldsh: "↲",
2391
+ le: "≤",
2392
+ lE: "≦",
2393
+ LeftAngleBracket: "⟨",
2394
+ leftarrow: "←",
2395
+ Leftarrow: "⇐",
2396
+ LeftArrow: "←",
2397
+ LeftArrowBar: "⇤",
2398
+ LeftArrowRightArrow: "⇆",
2399
+ leftarrowtail: "↢",
2400
+ LeftCeiling: "⌈",
2401
+ LeftDoubleBracket: "⟦",
2402
+ LeftDownTeeVector: "⥡",
2403
+ LeftDownVector: "⇃",
2404
+ LeftDownVectorBar: "⥙",
2405
+ LeftFloor: "⌊",
2406
+ leftharpoondown: "↽",
2407
+ leftharpoonup: "↼",
2408
+ leftleftarrows: "⇇",
2409
+ leftrightarrow: "↔",
2410
+ Leftrightarrow: "⇔",
2411
+ LeftRightArrow: "↔",
2412
+ leftrightarrows: "⇆",
2413
+ leftrightharpoons: "⇋",
2414
+ leftrightsquigarrow: "↭",
2415
+ LeftRightVector: "⥎",
2416
+ LeftTee: "⊣",
2417
+ LeftTeeArrow: "↤",
2418
+ LeftTeeVector: "⥚",
2419
+ leftthreetimes: "⋋",
2420
+ LeftTriangle: "⊲",
2421
+ LeftTriangleBar: "⧏",
2422
+ LeftTriangleEqual: "⊴",
2423
+ LeftUpDownVector: "⥑",
2424
+ LeftUpTeeVector: "⥠",
2425
+ LeftUpVector: "↿",
2426
+ LeftUpVectorBar: "⥘",
2427
+ LeftVector: "↼",
2428
+ LeftVectorBar: "⥒",
2429
+ leg: "⋚",
2430
+ lEg: "⪋",
2431
+ leq: "≤",
2432
+ leqq: "≦",
2433
+ leqslant: "⩽",
2434
+ les: "⩽",
2435
+ lescc: "⪨",
2436
+ lesdot: "⩿",
2437
+ lesdoto: "⪁",
2438
+ lesdotor: "⪃",
2439
+ lesg: "⋚︀",
2440
+ lesges: "⪓",
2441
+ lessapprox: "⪅",
2442
+ lessdot: "⋖",
2443
+ lesseqgtr: "⋚",
2444
+ lesseqqgtr: "⪋",
2445
+ LessEqualGreater: "⋚",
2446
+ LessFullEqual: "≦",
2447
+ LessGreater: "≶",
2448
+ lessgtr: "≶",
2449
+ LessLess: "⪡",
2450
+ lesssim: "≲",
2451
+ LessSlantEqual: "⩽",
2452
+ LessTilde: "≲",
2453
+ lfisht: "⥼",
2454
+ lfloor: "⌊",
2455
+ lfr: "𝔩",
2456
+ Lfr: "𝔏",
2457
+ lg: "≶",
2458
+ lgE: "⪑",
2459
+ lHar: "⥢",
2460
+ lhard: "↽",
2461
+ lharu: "↼",
2462
+ lharul: "⥪",
2463
+ lhblk: "▄",
2464
+ ljcy: "љ",
2465
+ LJcy: "Љ",
2466
+ ll: "≪",
2467
+ Ll: "⋘",
2468
+ llarr: "⇇",
2469
+ llcorner: "⌞",
2470
+ Lleftarrow: "⇚",
2471
+ llhard: "⥫",
2472
+ lltri: "◺",
2473
+ lmidot: "ŀ",
2474
+ Lmidot: "Ŀ",
2475
+ lmoust: "⎰",
2476
+ lmoustache: "⎰",
2477
+ lnap: "⪉",
2478
+ lnapprox: "⪉",
2479
+ lne: "⪇",
2480
+ lnE: "≨",
2481
+ lneq: "⪇",
2482
+ lneqq: "≨",
2483
+ lnsim: "⋦",
2484
+ loang: "⟬",
2485
+ loarr: "⇽",
2486
+ lobrk: "⟦",
2487
+ longleftarrow: "⟵",
2488
+ Longleftarrow: "⟸",
2489
+ LongLeftArrow: "⟵",
2490
+ longleftrightarrow: "⟷",
2491
+ Longleftrightarrow: "⟺",
2492
+ LongLeftRightArrow: "⟷",
2493
+ longmapsto: "⟼",
2494
+ longrightarrow: "⟶",
2495
+ Longrightarrow: "⟹",
2496
+ LongRightArrow: "⟶",
2497
+ looparrowleft: "↫",
2498
+ looparrowright: "↬",
2499
+ lopar: "⦅",
2500
+ lopf: "𝕝",
2501
+ Lopf: "𝕃",
2502
+ loplus: "⨭",
2503
+ lotimes: "⨴",
2504
+ lowast: "∗",
2505
+ lowbar: "_",
2506
+ LowerLeftArrow: "↙",
2507
+ LowerRightArrow: "↘",
2508
+ loz: "◊",
2509
+ lozenge: "◊",
2510
+ lozf: "⧫",
2511
+ lpar: "(",
2512
+ lparlt: "⦓",
2513
+ lrarr: "⇆",
2514
+ lrcorner: "⌟",
2515
+ lrhar: "⇋",
2516
+ lrhard: "⥭",
2517
+ lrm: "‎",
2518
+ lrtri: "⊿",
2519
+ lsaquo: "‹",
2520
+ lscr: "𝓁",
2521
+ Lscr: "ℒ",
2522
+ lsh: "↰",
2523
+ Lsh: "↰",
2524
+ lsim: "≲",
2525
+ lsime: "⪍",
2526
+ lsimg: "⪏",
2527
+ lsqb: "[",
2528
+ lsquo: "‘",
2529
+ lsquor: "‚",
2530
+ lstrok: "ł",
2531
+ Lstrok: "Ł",
2532
+ lt: "<",
2533
+ Lt: "≪",
2534
+ LT: "<",
2535
+ ltcc: "⪦",
2536
+ ltcir: "⩹",
2537
+ ltdot: "⋖",
2538
+ lthree: "⋋",
2539
+ ltimes: "⋉",
2540
+ ltlarr: "⥶",
2541
+ ltquest: "⩻",
2542
+ ltri: "◃",
2543
+ ltrie: "⊴",
2544
+ ltrif: "◂",
2545
+ ltrPar: "⦖",
2546
+ lurdshar: "⥊",
2547
+ luruhar: "⥦",
2548
+ lvertneqq: "≨︀",
2549
+ lvnE: "≨︀",
2550
+ macr: "¯",
2551
+ male: "♂",
2552
+ malt: "✠",
2553
+ maltese: "✠",
2554
+ map: "↦",
2555
+ Map: "⤅",
2556
+ mapsto: "↦",
2557
+ mapstodown: "↧",
2558
+ mapstoleft: "↤",
2559
+ mapstoup: "↥",
2560
+ marker: "▮",
2561
+ mcomma: "⨩",
2562
+ mcy: "м",
2563
+ Mcy: "М",
2564
+ mdash: "—",
2565
+ mDDot: "∺",
2566
+ measuredangle: "∡",
2567
+ MediumSpace: " ",
2568
+ Mellintrf: "ℳ",
2569
+ mfr: "𝔪",
2570
+ Mfr: "𝔐",
2571
+ mho: "℧",
2572
+ micro: "µ",
2573
+ mid: "∣",
2574
+ midast: "*",
2575
+ midcir: "⫰",
2576
+ middot: "·",
2577
+ minus: "−",
2578
+ minusb: "⊟",
2579
+ minusd: "∸",
2580
+ minusdu: "⨪",
2581
+ MinusPlus: "∓",
2582
+ mlcp: "⫛",
2583
+ mldr: "…",
2584
+ mnplus: "∓",
2585
+ models: "⊧",
2586
+ mopf: "𝕞",
2587
+ Mopf: "𝕄",
2588
+ mp: "∓",
2589
+ mscr: "𝓂",
2590
+ Mscr: "ℳ",
2591
+ mstpos: "∾",
2592
+ mu: "μ",
2593
+ Mu: "Μ",
2594
+ multimap: "⊸",
2595
+ mumap: "⊸",
2596
+ nabla: "∇",
2597
+ nacute: "ń",
2598
+ Nacute: "Ń",
2599
+ nang: "∠⃒",
2600
+ nap: "≉",
2601
+ napE: "⩰̸",
2602
+ napid: "≋̸",
2603
+ napos: "ʼn",
2604
+ napprox: "≉",
2605
+ natur: "♮",
2606
+ natural: "♮",
2607
+ naturals: "ℕ",
2608
+ nbsp: "\xA0",
2609
+ nbump: "≎̸",
2610
+ nbumpe: "≏̸",
2611
+ ncap: "⩃",
2612
+ ncaron: "ň",
2613
+ Ncaron: "Ň",
2614
+ ncedil: "ņ",
2615
+ Ncedil: "Ņ",
2616
+ ncong: "≇",
2617
+ ncongdot: "⩭̸",
2618
+ ncup: "⩂",
2619
+ ncy: "н",
2620
+ Ncy: "Н",
2621
+ ndash: "–",
2622
+ ne: "≠",
2623
+ nearhk: "⤤",
2624
+ nearr: "↗",
2625
+ neArr: "⇗",
2626
+ nearrow: "↗",
2627
+ nedot: "≐̸",
2628
+ NegativeMediumSpace: "​",
2629
+ NegativeThickSpace: "​",
2630
+ NegativeThinSpace: "​",
2631
+ NegativeVeryThinSpace: "​",
2632
+ nequiv: "≢",
2633
+ nesear: "⤨",
2634
+ nesim: "≂̸",
2635
+ NestedGreaterGreater: "≫",
2636
+ NestedLessLess: "≪",
2637
+ NewLine: "\n",
2638
+ nexist: "∄",
2639
+ nexists: "∄",
2640
+ nfr: "𝔫",
2641
+ Nfr: "𝔑",
2642
+ nge: "≱",
2643
+ ngE: "≧̸",
2644
+ ngeq: "≱",
2645
+ ngeqq: "≧̸",
2646
+ ngeqslant: "⩾̸",
2647
+ nges: "⩾̸",
2648
+ nGg: "⋙̸",
2649
+ ngsim: "≵",
2650
+ ngt: "≯",
2651
+ nGt: "≫⃒",
2652
+ ngtr: "≯",
2653
+ nGtv: "≫̸",
2654
+ nharr: "↮",
2655
+ nhArr: "⇎",
2656
+ nhpar: "⫲",
2657
+ ni: "∋",
2658
+ nis: "⋼",
2659
+ nisd: "⋺",
2660
+ niv: "∋",
2661
+ njcy: "њ",
2662
+ NJcy: "Њ",
2663
+ nlarr: "↚",
2664
+ nlArr: "⇍",
2665
+ nldr: "‥",
2666
+ nle: "≰",
2667
+ nlE: "≦̸",
2668
+ nleftarrow: "↚",
2669
+ nLeftarrow: "⇍",
2670
+ nleftrightarrow: "↮",
2671
+ nLeftrightarrow: "⇎",
2672
+ nleq: "≰",
2673
+ nleqq: "≦̸",
2674
+ nleqslant: "⩽̸",
2675
+ nles: "⩽̸",
2676
+ nless: "≮",
2677
+ nLl: "⋘̸",
2678
+ nlsim: "≴",
2679
+ nlt: "≮",
2680
+ nLt: "≪⃒",
2681
+ nltri: "⋪",
2682
+ nltrie: "⋬",
2683
+ nLtv: "≪̸",
2684
+ nmid: "∤",
2685
+ NoBreak: "⁠",
2686
+ NonBreakingSpace: "\xA0",
2687
+ nopf: "𝕟",
2688
+ Nopf: "ℕ",
2689
+ not: "¬",
2690
+ Not: "⫬",
2691
+ NotCongruent: "≢",
2692
+ NotCupCap: "≭",
2693
+ NotDoubleVerticalBar: "∦",
2694
+ NotElement: "∉",
2695
+ NotEqual: "≠",
2696
+ NotEqualTilde: "≂̸",
2697
+ NotExists: "∄",
2698
+ NotGreater: "≯",
2699
+ NotGreaterEqual: "≱",
2700
+ NotGreaterFullEqual: "≧̸",
2701
+ NotGreaterGreater: "≫̸",
2702
+ NotGreaterLess: "≹",
2703
+ NotGreaterSlantEqual: "⩾̸",
2704
+ NotGreaterTilde: "≵",
2705
+ NotHumpDownHump: "≎̸",
2706
+ NotHumpEqual: "≏̸",
2707
+ notin: "∉",
2708
+ notindot: "⋵̸",
2709
+ notinE: "⋹̸",
2710
+ notinva: "∉",
2711
+ notinvb: "⋷",
2712
+ notinvc: "⋶",
2713
+ NotLeftTriangle: "⋪",
2714
+ NotLeftTriangleBar: "⧏̸",
2715
+ NotLeftTriangleEqual: "⋬",
2716
+ NotLess: "≮",
2717
+ NotLessEqual: "≰",
2718
+ NotLessGreater: "≸",
2719
+ NotLessLess: "≪̸",
2720
+ NotLessSlantEqual: "⩽̸",
2721
+ NotLessTilde: "≴",
2722
+ NotNestedGreaterGreater: "⪢̸",
2723
+ NotNestedLessLess: "⪡̸",
2724
+ notni: "∌",
2725
+ notniva: "∌",
2726
+ notnivb: "⋾",
2727
+ notnivc: "⋽",
2728
+ NotPrecedes: "⊀",
2729
+ NotPrecedesEqual: "⪯̸",
2730
+ NotPrecedesSlantEqual: "⋠",
2731
+ NotReverseElement: "∌",
2732
+ NotRightTriangle: "⋫",
2733
+ NotRightTriangleBar: "⧐̸",
2734
+ NotRightTriangleEqual: "⋭",
2735
+ NotSquareSubset: "⊏̸",
2736
+ NotSquareSubsetEqual: "⋢",
2737
+ NotSquareSuperset: "⊐̸",
2738
+ NotSquareSupersetEqual: "⋣",
2739
+ NotSubset: "⊂⃒",
2740
+ NotSubsetEqual: "⊈",
2741
+ NotSucceeds: "⊁",
2742
+ NotSucceedsEqual: "⪰̸",
2743
+ NotSucceedsSlantEqual: "⋡",
2744
+ NotSucceedsTilde: "≿̸",
2745
+ NotSuperset: "⊃⃒",
2746
+ NotSupersetEqual: "⊉",
2747
+ NotTilde: "≁",
2748
+ NotTildeEqual: "≄",
2749
+ NotTildeFullEqual: "≇",
2750
+ NotTildeTilde: "≉",
2751
+ NotVerticalBar: "∤",
2752
+ npar: "∦",
2753
+ nparallel: "∦",
2754
+ nparsl: "⫽⃥",
2755
+ npart: "∂̸",
2756
+ npolint: "⨔",
2757
+ npr: "⊀",
2758
+ nprcue: "⋠",
2759
+ npre: "⪯̸",
2760
+ nprec: "⊀",
2761
+ npreceq: "⪯̸",
2762
+ nrarr: "↛",
2763
+ nrArr: "⇏",
2764
+ nrarrc: "⤳̸",
2765
+ nrarrw: "↝̸",
2766
+ nrightarrow: "↛",
2767
+ nRightarrow: "⇏",
2768
+ nrtri: "⋫",
2769
+ nrtrie: "⋭",
2770
+ nsc: "⊁",
2771
+ nsccue: "⋡",
2772
+ nsce: "⪰̸",
2773
+ nscr: "𝓃",
2774
+ Nscr: "𝒩",
2775
+ nshortmid: "∤",
2776
+ nshortparallel: "∦",
2777
+ nsim: "≁",
2778
+ nsime: "≄",
2779
+ nsimeq: "≄",
2780
+ nsmid: "∤",
2781
+ nspar: "∦",
2782
+ nsqsube: "⋢",
2783
+ nsqsupe: "⋣",
2784
+ nsub: "⊄",
2785
+ nsube: "⊈",
2786
+ nsubE: "⫅̸",
2787
+ nsubset: "⊂⃒",
2788
+ nsubseteq: "⊈",
2789
+ nsubseteqq: "⫅̸",
2790
+ nsucc: "⊁",
2791
+ nsucceq: "⪰̸",
2792
+ nsup: "⊅",
2793
+ nsupe: "⊉",
2794
+ nsupE: "⫆̸",
2795
+ nsupset: "⊃⃒",
2796
+ nsupseteq: "⊉",
2797
+ nsupseteqq: "⫆̸",
2798
+ ntgl: "≹",
2799
+ ntilde: "ñ",
2800
+ Ntilde: "Ñ",
2801
+ ntlg: "≸",
2802
+ ntriangleleft: "⋪",
2803
+ ntrianglelefteq: "⋬",
2804
+ ntriangleright: "⋫",
2805
+ ntrianglerighteq: "⋭",
2806
+ nu: "ν",
2807
+ Nu: "Ν",
2808
+ num: "#",
2809
+ numero: "№",
2810
+ numsp: " ",
2811
+ nvap: "≍⃒",
2812
+ nvdash: "⊬",
2813
+ nvDash: "⊭",
2814
+ nVdash: "⊮",
2815
+ nVDash: "⊯",
2816
+ nvge: "≥⃒",
2817
+ nvgt: ">⃒",
2818
+ nvHarr: "⤄",
2819
+ nvinfin: "⧞",
2820
+ nvlArr: "⤂",
2821
+ nvle: "≤⃒",
2822
+ nvlt: "<⃒",
2823
+ nvltrie: "⊴⃒",
2824
+ nvrArr: "⤃",
2825
+ nvrtrie: "⊵⃒",
2826
+ nvsim: "∼⃒",
2827
+ nwarhk: "⤣",
2828
+ nwarr: "↖",
2829
+ nwArr: "⇖",
2830
+ nwarrow: "↖",
2831
+ nwnear: "⤧",
2832
+ oacute: "ó",
2833
+ Oacute: "Ó",
2834
+ oast: "⊛",
2835
+ ocir: "⊚",
2836
+ ocirc: "ô",
2837
+ Ocirc: "Ô",
2838
+ ocy: "о",
2839
+ Ocy: "О",
2840
+ odash: "⊝",
2841
+ odblac: "ő",
2842
+ Odblac: "Ő",
2843
+ odiv: "⨸",
2844
+ odot: "⊙",
2845
+ odsold: "⦼",
2846
+ oelig: "œ",
2847
+ OElig: "Œ",
2848
+ ofcir: "⦿",
2849
+ ofr: "𝔬",
2850
+ Ofr: "𝔒",
2851
+ ogon: "˛",
2852
+ ograve: "ò",
2853
+ Ograve: "Ò",
2854
+ ogt: "⧁",
2855
+ ohbar: "⦵",
2856
+ ohm: "Ω",
2857
+ oint: "∮",
2858
+ olarr: "↺",
2859
+ olcir: "⦾",
2860
+ olcross: "⦻",
2861
+ oline: "‾",
2862
+ olt: "⧀",
2863
+ omacr: "ō",
2864
+ Omacr: "Ō",
2865
+ omega: "ω",
2866
+ Omega: "Ω",
2867
+ omicron: "ο",
2868
+ Omicron: "Ο",
2869
+ omid: "⦶",
2870
+ ominus: "⊖",
2871
+ oopf: "𝕠",
2872
+ Oopf: "𝕆",
2873
+ opar: "⦷",
2874
+ OpenCurlyDoubleQuote: "“",
2875
+ OpenCurlyQuote: "‘",
2876
+ operp: "⦹",
2877
+ oplus: "⊕",
2878
+ or: "∨",
2879
+ Or: "⩔",
2880
+ orarr: "↻",
2881
+ ord: "⩝",
2882
+ order: "ℴ",
2883
+ orderof: "ℴ",
2884
+ ordf: "ª",
2885
+ ordm: "º",
2886
+ origof: "⊶",
2887
+ oror: "⩖",
2888
+ orslope: "⩗",
2889
+ orv: "⩛",
2890
+ oS: "Ⓢ",
2891
+ oscr: "ℴ",
2892
+ Oscr: "𝒪",
2893
+ oslash: "ø",
2894
+ Oslash: "Ø",
2895
+ osol: "⊘",
2896
+ otilde: "õ",
2897
+ Otilde: "Õ",
2898
+ otimes: "⊗",
2899
+ Otimes: "⨷",
2900
+ otimesas: "⨶",
2901
+ ouml: "ö",
2902
+ Ouml: "Ö",
2903
+ ovbar: "⌽",
2904
+ OverBar: "‾",
2905
+ OverBrace: "⏞",
2906
+ OverBracket: "⎴",
2907
+ OverParenthesis: "⏜",
2908
+ par: "∥",
2909
+ para: "¶",
2910
+ parallel: "∥",
2911
+ parsim: "⫳",
2912
+ parsl: "⫽",
2913
+ part: "∂",
2914
+ PartialD: "∂",
2915
+ pcy: "п",
2916
+ Pcy: "П",
2917
+ percnt: "%",
2918
+ period: ".",
2919
+ permil: "‰",
2920
+ perp: "⊥",
2921
+ pertenk: "‱",
2922
+ pfr: "𝔭",
2923
+ Pfr: "𝔓",
2924
+ phi: "φ",
2925
+ Phi: "Φ",
2926
+ phiv: "ϕ",
2927
+ phmmat: "ℳ",
2928
+ phone: "☎",
2929
+ pi: "π",
2930
+ Pi: "Π",
2931
+ pitchfork: "⋔",
2932
+ piv: "ϖ",
2933
+ planck: "ℏ",
2934
+ planckh: "ℎ",
2935
+ plankv: "ℏ",
2936
+ plus: "+",
2937
+ plusacir: "⨣",
2938
+ plusb: "⊞",
2939
+ pluscir: "⨢",
2940
+ plusdo: "∔",
2941
+ plusdu: "⨥",
2942
+ pluse: "⩲",
2943
+ PlusMinus: "±",
2944
+ plusmn: "±",
2945
+ plussim: "⨦",
2946
+ plustwo: "⨧",
2947
+ pm: "±",
2948
+ Poincareplane: "ℌ",
2949
+ pointint: "⨕",
2950
+ popf: "𝕡",
2951
+ Popf: "ℙ",
2952
+ pound: "£",
2953
+ pr: "≺",
2954
+ Pr: "⪻",
2955
+ prap: "⪷",
2956
+ prcue: "≼",
2957
+ pre: "⪯",
2958
+ prE: "⪳",
2959
+ prec: "≺",
2960
+ precapprox: "⪷",
2961
+ preccurlyeq: "≼",
2962
+ Precedes: "≺",
2963
+ PrecedesEqual: "⪯",
2964
+ PrecedesSlantEqual: "≼",
2965
+ PrecedesTilde: "≾",
2966
+ preceq: "⪯",
2967
+ precnapprox: "⪹",
2968
+ precneqq: "⪵",
2969
+ precnsim: "⋨",
2970
+ precsim: "≾",
2971
+ prime: "′",
2972
+ Prime: "″",
2973
+ primes: "ℙ",
2974
+ prnap: "⪹",
2975
+ prnE: "⪵",
2976
+ prnsim: "⋨",
2977
+ prod: "∏",
2978
+ Product: "∏",
2979
+ profalar: "⌮",
2980
+ profline: "⌒",
2981
+ profsurf: "⌓",
2982
+ prop: "∝",
2983
+ Proportion: "∷",
2984
+ Proportional: "∝",
2985
+ propto: "∝",
2986
+ prsim: "≾",
2987
+ prurel: "⊰",
2988
+ pscr: "𝓅",
2989
+ Pscr: "𝒫",
2990
+ psi: "ψ",
2991
+ Psi: "Ψ",
2992
+ puncsp: " ",
2993
+ qfr: "𝔮",
2994
+ Qfr: "𝔔",
2995
+ qint: "⨌",
2996
+ qopf: "𝕢",
2997
+ Qopf: "ℚ",
2998
+ qprime: "⁗",
2999
+ qscr: "𝓆",
3000
+ Qscr: "𝒬",
3001
+ quaternions: "ℍ",
3002
+ quatint: "⨖",
3003
+ quest: "?",
3004
+ questeq: "≟",
3005
+ quot: "\"",
3006
+ QUOT: "\"",
3007
+ rAarr: "⇛",
3008
+ race: "∽̱",
3009
+ racute: "ŕ",
3010
+ Racute: "Ŕ",
3011
+ radic: "√",
3012
+ raemptyv: "⦳",
3013
+ rang: "⟩",
3014
+ Rang: "⟫",
3015
+ rangd: "⦒",
3016
+ range: "⦥",
3017
+ rangle: "⟩",
3018
+ raquo: "»",
3019
+ rarr: "→",
3020
+ rArr: "⇒",
3021
+ Rarr: "↠",
3022
+ rarrap: "⥵",
3023
+ rarrb: "⇥",
3024
+ rarrbfs: "⤠",
3025
+ rarrc: "⤳",
3026
+ rarrfs: "⤞",
3027
+ rarrhk: "↪",
3028
+ rarrlp: "↬",
3029
+ rarrpl: "⥅",
3030
+ rarrsim: "⥴",
3031
+ rarrtl: "↣",
3032
+ Rarrtl: "⤖",
3033
+ rarrw: "↝",
3034
+ ratail: "⤚",
3035
+ rAtail: "⤜",
3036
+ ratio: "∶",
3037
+ rationals: "ℚ",
3038
+ rbarr: "⤍",
3039
+ rBarr: "⤏",
3040
+ RBarr: "⤐",
3041
+ rbbrk: "❳",
3042
+ rbrace: "}",
3043
+ rbrack: "]",
3044
+ rbrke: "⦌",
3045
+ rbrksld: "⦎",
3046
+ rbrkslu: "⦐",
3047
+ rcaron: "ř",
3048
+ Rcaron: "Ř",
3049
+ rcedil: "ŗ",
3050
+ Rcedil: "Ŗ",
3051
+ rceil: "⌉",
3052
+ rcub: "}",
3053
+ rcy: "р",
3054
+ Rcy: "Р",
3055
+ rdca: "⤷",
3056
+ rdldhar: "⥩",
3057
+ rdquo: "”",
3058
+ rdquor: "”",
3059
+ rdsh: "↳",
3060
+ Re: "ℜ",
3061
+ real: "ℜ",
3062
+ realine: "ℛ",
3063
+ realpart: "ℜ",
3064
+ reals: "ℝ",
3065
+ rect: "▭",
3066
+ reg: "®",
3067
+ REG: "®",
3068
+ ReverseElement: "∋",
3069
+ ReverseEquilibrium: "⇋",
3070
+ ReverseUpEquilibrium: "⥯",
3071
+ rfisht: "⥽",
3072
+ rfloor: "⌋",
3073
+ rfr: "𝔯",
3074
+ Rfr: "ℜ",
3075
+ rHar: "⥤",
3076
+ rhard: "⇁",
3077
+ rharu: "⇀",
3078
+ rharul: "⥬",
3079
+ rho: "ρ",
3080
+ Rho: "Ρ",
3081
+ rhov: "ϱ",
3082
+ RightAngleBracket: "⟩",
3083
+ rightarrow: "→",
3084
+ Rightarrow: "⇒",
3085
+ RightArrow: "→",
3086
+ RightArrowBar: "⇥",
3087
+ RightArrowLeftArrow: "⇄",
3088
+ rightarrowtail: "↣",
3089
+ RightCeiling: "⌉",
3090
+ RightDoubleBracket: "⟧",
3091
+ RightDownTeeVector: "⥝",
3092
+ RightDownVector: "⇂",
3093
+ RightDownVectorBar: "⥕",
3094
+ RightFloor: "⌋",
3095
+ rightharpoondown: "⇁",
3096
+ rightharpoonup: "⇀",
3097
+ rightleftarrows: "⇄",
3098
+ rightleftharpoons: "⇌",
3099
+ rightrightarrows: "⇉",
3100
+ rightsquigarrow: "↝",
3101
+ RightTee: "⊢",
3102
+ RightTeeArrow: "↦",
3103
+ RightTeeVector: "⥛",
3104
+ rightthreetimes: "⋌",
3105
+ RightTriangle: "⊳",
3106
+ RightTriangleBar: "⧐",
3107
+ RightTriangleEqual: "⊵",
3108
+ RightUpDownVector: "⥏",
3109
+ RightUpTeeVector: "⥜",
3110
+ RightUpVector: "↾",
3111
+ RightUpVectorBar: "⥔",
3112
+ RightVector: "⇀",
3113
+ RightVectorBar: "⥓",
3114
+ ring: "˚",
3115
+ risingdotseq: "≓",
3116
+ rlarr: "⇄",
3117
+ rlhar: "⇌",
3118
+ rlm: "‏",
3119
+ rmoust: "⎱",
3120
+ rmoustache: "⎱",
3121
+ rnmid: "⫮",
3122
+ roang: "⟭",
3123
+ roarr: "⇾",
3124
+ robrk: "⟧",
3125
+ ropar: "⦆",
3126
+ ropf: "𝕣",
3127
+ Ropf: "ℝ",
3128
+ roplus: "⨮",
3129
+ rotimes: "⨵",
3130
+ RoundImplies: "⥰",
3131
+ rpar: ")",
3132
+ rpargt: "⦔",
3133
+ rppolint: "⨒",
3134
+ rrarr: "⇉",
3135
+ Rrightarrow: "⇛",
3136
+ rsaquo: "›",
3137
+ rscr: "𝓇",
3138
+ Rscr: "ℛ",
3139
+ rsh: "↱",
3140
+ Rsh: "↱",
3141
+ rsqb: "]",
3142
+ rsquo: "’",
3143
+ rsquor: "’",
3144
+ rthree: "⋌",
3145
+ rtimes: "⋊",
3146
+ rtri: "▹",
3147
+ rtrie: "⊵",
3148
+ rtrif: "▸",
3149
+ rtriltri: "⧎",
3150
+ RuleDelayed: "⧴",
3151
+ ruluhar: "⥨",
3152
+ rx: "℞",
3153
+ sacute: "ś",
3154
+ Sacute: "Ś",
3155
+ sbquo: "‚",
3156
+ sc: "≻",
3157
+ Sc: "⪼",
3158
+ scap: "⪸",
3159
+ scaron: "š",
3160
+ Scaron: "Š",
3161
+ sccue: "≽",
3162
+ sce: "⪰",
3163
+ scE: "⪴",
3164
+ scedil: "ş",
3165
+ Scedil: "Ş",
3166
+ scirc: "ŝ",
3167
+ Scirc: "Ŝ",
3168
+ scnap: "⪺",
3169
+ scnE: "⪶",
3170
+ scnsim: "⋩",
3171
+ scpolint: "⨓",
3172
+ scsim: "≿",
3173
+ scy: "с",
3174
+ Scy: "С",
3175
+ sdot: "⋅",
3176
+ sdotb: "⊡",
3177
+ sdote: "⩦",
3178
+ searhk: "⤥",
3179
+ searr: "↘",
3180
+ seArr: "⇘",
3181
+ searrow: "↘",
3182
+ sect: "§",
3183
+ semi: ";",
3184
+ seswar: "⤩",
3185
+ setminus: "∖",
3186
+ setmn: "∖",
3187
+ sext: "✶",
3188
+ sfr: "𝔰",
3189
+ Sfr: "𝔖",
3190
+ sfrown: "⌢",
3191
+ sharp: "♯",
3192
+ shchcy: "щ",
3193
+ SHCHcy: "Щ",
3194
+ shcy: "ш",
3195
+ SHcy: "Ш",
3196
+ ShortDownArrow: "↓",
3197
+ ShortLeftArrow: "←",
3198
+ shortmid: "∣",
3199
+ shortparallel: "∥",
3200
+ ShortRightArrow: "→",
3201
+ ShortUpArrow: "↑",
3202
+ shy: "­",
3203
+ sigma: "σ",
3204
+ Sigma: "Σ",
3205
+ sigmaf: "ς",
3206
+ sigmav: "ς",
3207
+ sim: "∼",
3208
+ simdot: "⩪",
3209
+ sime: "≃",
3210
+ simeq: "≃",
3211
+ simg: "⪞",
3212
+ simgE: "⪠",
3213
+ siml: "⪝",
3214
+ simlE: "⪟",
3215
+ simne: "≆",
3216
+ simplus: "⨤",
3217
+ simrarr: "⥲",
3218
+ slarr: "←",
3219
+ SmallCircle: "∘",
3220
+ smallsetminus: "∖",
3221
+ smashp: "⨳",
3222
+ smeparsl: "⧤",
3223
+ smid: "∣",
3224
+ smile: "⌣",
3225
+ smt: "⪪",
3226
+ smte: "⪬",
3227
+ smtes: "⪬︀",
3228
+ softcy: "ь",
3229
+ SOFTcy: "Ь",
3230
+ sol: "/",
3231
+ solb: "⧄",
3232
+ solbar: "⌿",
3233
+ sopf: "𝕤",
3234
+ Sopf: "𝕊",
3235
+ spades: "♠",
3236
+ spadesuit: "♠",
3237
+ spar: "∥",
3238
+ sqcap: "⊓",
3239
+ sqcaps: "⊓︀",
3240
+ sqcup: "⊔",
3241
+ sqcups: "⊔︀",
3242
+ Sqrt: "√",
3243
+ sqsub: "⊏",
3244
+ sqsube: "⊑",
3245
+ sqsubset: "⊏",
3246
+ sqsubseteq: "⊑",
3247
+ sqsup: "⊐",
3248
+ sqsupe: "⊒",
3249
+ sqsupset: "⊐",
3250
+ sqsupseteq: "⊒",
3251
+ squ: "□",
3252
+ square: "□",
3253
+ Square: "□",
3254
+ SquareIntersection: "⊓",
3255
+ SquareSubset: "⊏",
3256
+ SquareSubsetEqual: "⊑",
3257
+ SquareSuperset: "⊐",
3258
+ SquareSupersetEqual: "⊒",
3259
+ SquareUnion: "⊔",
3260
+ squarf: "▪",
3261
+ squf: "▪",
3262
+ srarr: "→",
3263
+ sscr: "𝓈",
3264
+ Sscr: "𝒮",
3265
+ ssetmn: "∖",
3266
+ ssmile: "⌣",
3267
+ sstarf: "⋆",
3268
+ star: "☆",
3269
+ Star: "⋆",
3270
+ starf: "★",
3271
+ straightepsilon: "ϵ",
3272
+ straightphi: "ϕ",
3273
+ strns: "¯",
3274
+ sub: "⊂",
3275
+ Sub: "⋐",
3276
+ subdot: "⪽",
3277
+ sube: "⊆",
3278
+ subE: "⫅",
3279
+ subedot: "⫃",
3280
+ submult: "⫁",
3281
+ subne: "⊊",
3282
+ subnE: "⫋",
3283
+ subplus: "⪿",
3284
+ subrarr: "⥹",
3285
+ subset: "⊂",
3286
+ Subset: "⋐",
3287
+ subseteq: "⊆",
3288
+ subseteqq: "⫅",
3289
+ SubsetEqual: "⊆",
3290
+ subsetneq: "⊊",
3291
+ subsetneqq: "⫋",
3292
+ subsim: "⫇",
3293
+ subsub: "⫕",
3294
+ subsup: "⫓",
3295
+ succ: "≻",
3296
+ succapprox: "⪸",
3297
+ succcurlyeq: "≽",
3298
+ Succeeds: "≻",
3299
+ SucceedsEqual: "⪰",
3300
+ SucceedsSlantEqual: "≽",
3301
+ SucceedsTilde: "≿",
3302
+ succeq: "⪰",
3303
+ succnapprox: "⪺",
3304
+ succneqq: "⪶",
3305
+ succnsim: "⋩",
3306
+ succsim: "≿",
3307
+ SuchThat: "∋",
3308
+ sum: "∑",
3309
+ Sum: "∑",
3310
+ sung: "♪",
3311
+ sup: "⊃",
3312
+ Sup: "⋑",
3313
+ sup1: "¹",
3314
+ sup2: "²",
3315
+ sup3: "³",
3316
+ supdot: "⪾",
3317
+ supdsub: "⫘",
3318
+ supe: "⊇",
3319
+ supE: "⫆",
3320
+ supedot: "⫄",
3321
+ Superset: "⊃",
3322
+ SupersetEqual: "⊇",
3323
+ suphsol: "⟉",
3324
+ suphsub: "⫗",
3325
+ suplarr: "⥻",
3326
+ supmult: "⫂",
3327
+ supne: "⊋",
3328
+ supnE: "⫌",
3329
+ supplus: "⫀",
3330
+ supset: "⊃",
3331
+ Supset: "⋑",
3332
+ supseteq: "⊇",
3333
+ supseteqq: "⫆",
3334
+ supsetneq: "⊋",
3335
+ supsetneqq: "⫌",
3336
+ supsim: "⫈",
3337
+ supsub: "⫔",
3338
+ supsup: "⫖",
3339
+ swarhk: "⤦",
3340
+ swarr: "↙",
3341
+ swArr: "⇙",
3342
+ swarrow: "↙",
3343
+ swnwar: "⤪",
3344
+ szlig: "ß",
3345
+ Tab: " ",
3346
+ target: "⌖",
3347
+ tau: "τ",
3348
+ Tau: "Τ",
3349
+ tbrk: "⎴",
3350
+ tcaron: "ť",
3351
+ Tcaron: "Ť",
3352
+ tcedil: "ţ",
3353
+ Tcedil: "Ţ",
3354
+ tcy: "т",
3355
+ Tcy: "Т",
3356
+ tdot: "⃛",
3357
+ telrec: "⌕",
3358
+ tfr: "𝔱",
3359
+ Tfr: "𝔗",
3360
+ there4: "∴",
3361
+ therefore: "∴",
3362
+ Therefore: "∴",
3363
+ theta: "θ",
3364
+ Theta: "Θ",
3365
+ thetasym: "ϑ",
3366
+ thetav: "ϑ",
3367
+ thickapprox: "≈",
3368
+ thicksim: "∼",
3369
+ ThickSpace: "  ",
3370
+ thinsp: " ",
3371
+ ThinSpace: " ",
3372
+ thkap: "≈",
3373
+ thksim: "∼",
3374
+ thorn: "þ",
3375
+ THORN: "Þ",
3376
+ tilde: "˜",
3377
+ Tilde: "∼",
3378
+ TildeEqual: "≃",
3379
+ TildeFullEqual: "≅",
3380
+ TildeTilde: "≈",
3381
+ times: "×",
3382
+ timesb: "⊠",
3383
+ timesbar: "⨱",
3384
+ timesd: "⨰",
3385
+ tint: "∭",
3386
+ toea: "⤨",
3387
+ top: "⊤",
3388
+ topbot: "⌶",
3389
+ topcir: "⫱",
3390
+ topf: "𝕥",
3391
+ Topf: "𝕋",
3392
+ topfork: "⫚",
3393
+ tosa: "⤩",
3394
+ tprime: "‴",
3395
+ trade: "™",
3396
+ TRADE: "™",
3397
+ triangle: "▵",
3398
+ triangledown: "▿",
3399
+ triangleleft: "◃",
3400
+ trianglelefteq: "⊴",
3401
+ triangleq: "≜",
3402
+ triangleright: "▹",
3403
+ trianglerighteq: "⊵",
3404
+ tridot: "◬",
3405
+ trie: "≜",
3406
+ triminus: "⨺",
3407
+ TripleDot: "⃛",
3408
+ triplus: "⨹",
3409
+ trisb: "⧍",
3410
+ tritime: "⨻",
3411
+ trpezium: "⏢",
3412
+ tscr: "𝓉",
3413
+ Tscr: "𝒯",
3414
+ tscy: "ц",
3415
+ TScy: "Ц",
3416
+ tshcy: "ћ",
3417
+ TSHcy: "Ћ",
3418
+ tstrok: "ŧ",
3419
+ Tstrok: "Ŧ",
3420
+ twixt: "≬",
3421
+ twoheadleftarrow: "↞",
3422
+ twoheadrightarrow: "↠",
3423
+ uacute: "ú",
3424
+ Uacute: "Ú",
3425
+ uarr: "↑",
3426
+ uArr: "⇑",
3427
+ Uarr: "↟",
3428
+ Uarrocir: "⥉",
3429
+ ubrcy: "ў",
3430
+ Ubrcy: "Ў",
3431
+ ubreve: "ŭ",
3432
+ Ubreve: "Ŭ",
3433
+ ucirc: "û",
3434
+ Ucirc: "Û",
3435
+ ucy: "у",
3436
+ Ucy: "У",
3437
+ udarr: "⇅",
3438
+ udblac: "ű",
3439
+ Udblac: "Ű",
3440
+ udhar: "⥮",
3441
+ ufisht: "⥾",
3442
+ ufr: "𝔲",
3443
+ Ufr: "𝔘",
3444
+ ugrave: "ù",
3445
+ Ugrave: "Ù",
3446
+ uHar: "⥣",
3447
+ uharl: "↿",
3448
+ uharr: "↾",
3449
+ uhblk: "▀",
3450
+ ulcorn: "⌜",
3451
+ ulcorner: "⌜",
3452
+ ulcrop: "⌏",
3453
+ ultri: "◸",
3454
+ umacr: "ū",
3455
+ Umacr: "Ū",
3456
+ uml: "¨",
3457
+ UnderBar: "_",
3458
+ UnderBrace: "⏟",
3459
+ UnderBracket: "⎵",
3460
+ UnderParenthesis: "⏝",
3461
+ Union: "⋃",
3462
+ UnionPlus: "⊎",
3463
+ uogon: "ų",
3464
+ Uogon: "Ų",
3465
+ uopf: "𝕦",
3466
+ Uopf: "𝕌",
3467
+ uparrow: "↑",
3468
+ Uparrow: "⇑",
3469
+ UpArrow: "↑",
3470
+ UpArrowBar: "⤒",
3471
+ UpArrowDownArrow: "⇅",
3472
+ updownarrow: "↕",
3473
+ Updownarrow: "⇕",
3474
+ UpDownArrow: "↕",
3475
+ UpEquilibrium: "⥮",
3476
+ upharpoonleft: "↿",
3477
+ upharpoonright: "↾",
3478
+ uplus: "⊎",
3479
+ UpperLeftArrow: "↖",
3480
+ UpperRightArrow: "↗",
3481
+ upsi: "υ",
3482
+ Upsi: "ϒ",
3483
+ upsih: "ϒ",
3484
+ upsilon: "υ",
3485
+ Upsilon: "Υ",
3486
+ UpTee: "⊥",
3487
+ UpTeeArrow: "↥",
3488
+ upuparrows: "⇈",
3489
+ urcorn: "⌝",
3490
+ urcorner: "⌝",
3491
+ urcrop: "⌎",
3492
+ uring: "ů",
3493
+ Uring: "Ů",
3494
+ urtri: "◹",
3495
+ uscr: "𝓊",
3496
+ Uscr: "𝒰",
3497
+ utdot: "⋰",
3498
+ utilde: "ũ",
3499
+ Utilde: "Ũ",
3500
+ utri: "▵",
3501
+ utrif: "▴",
3502
+ uuarr: "⇈",
3503
+ uuml: "ü",
3504
+ Uuml: "Ü",
3505
+ uwangle: "⦧",
3506
+ vangrt: "⦜",
3507
+ varepsilon: "ϵ",
3508
+ varkappa: "ϰ",
3509
+ varnothing: "∅",
3510
+ varphi: "ϕ",
3511
+ varpi: "ϖ",
3512
+ varpropto: "∝",
3513
+ varr: "↕",
3514
+ vArr: "⇕",
3515
+ varrho: "ϱ",
3516
+ varsigma: "ς",
3517
+ varsubsetneq: "⊊︀",
3518
+ varsubsetneqq: "⫋︀",
3519
+ varsupsetneq: "⊋︀",
3520
+ varsupsetneqq: "⫌︀",
3521
+ vartheta: "ϑ",
3522
+ vartriangleleft: "⊲",
3523
+ vartriangleright: "⊳",
3524
+ vBar: "⫨",
3525
+ Vbar: "⫫",
3526
+ vBarv: "⫩",
3527
+ vcy: "в",
3528
+ Vcy: "В",
3529
+ vdash: "⊢",
3530
+ vDash: "⊨",
3531
+ Vdash: "⊩",
3532
+ VDash: "⊫",
3533
+ Vdashl: "⫦",
3534
+ vee: "∨",
3535
+ Vee: "⋁",
3536
+ veebar: "⊻",
3537
+ veeeq: "≚",
3538
+ vellip: "⋮",
3539
+ verbar: "|",
3540
+ Verbar: "‖",
3541
+ vert: "|",
3542
+ Vert: "‖",
3543
+ VerticalBar: "∣",
3544
+ VerticalLine: "|",
3545
+ VerticalSeparator: "❘",
3546
+ VerticalTilde: "≀",
3547
+ VeryThinSpace: " ",
3548
+ vfr: "𝔳",
3549
+ Vfr: "𝔙",
3550
+ vltri: "⊲",
3551
+ vnsub: "⊂⃒",
3552
+ vnsup: "⊃⃒",
3553
+ vopf: "𝕧",
3554
+ Vopf: "𝕍",
3555
+ vprop: "∝",
3556
+ vrtri: "⊳",
3557
+ vscr: "𝓋",
3558
+ Vscr: "𝒱",
3559
+ vsubne: "⊊︀",
3560
+ vsubnE: "⫋︀",
3561
+ vsupne: "⊋︀",
3562
+ vsupnE: "⫌︀",
3563
+ Vvdash: "⊪",
3564
+ vzigzag: "⦚",
3565
+ wcirc: "ŵ",
3566
+ Wcirc: "Ŵ",
3567
+ wedbar: "⩟",
3568
+ wedge: "∧",
3569
+ Wedge: "⋀",
3570
+ wedgeq: "≙",
3571
+ weierp: "℘",
3572
+ wfr: "𝔴",
3573
+ Wfr: "𝔚",
3574
+ wopf: "𝕨",
3575
+ Wopf: "𝕎",
3576
+ wp: "℘",
3577
+ wr: "≀",
3578
+ wreath: "≀",
3579
+ wscr: "𝓌",
3580
+ Wscr: "𝒲",
3581
+ xcap: "⋂",
3582
+ xcirc: "◯",
3583
+ xcup: "⋃",
3584
+ xdtri: "▽",
3585
+ xfr: "𝔵",
3586
+ Xfr: "𝔛",
3587
+ xharr: "⟷",
3588
+ xhArr: "⟺",
3589
+ xi: "ξ",
3590
+ Xi: "Ξ",
3591
+ xlarr: "⟵",
3592
+ xlArr: "⟸",
3593
+ xmap: "⟼",
3594
+ xnis: "⋻",
3595
+ xodot: "⨀",
3596
+ xopf: "𝕩",
3597
+ Xopf: "𝕏",
3598
+ xoplus: "⨁",
3599
+ xotime: "⨂",
3600
+ xrarr: "⟶",
3601
+ xrArr: "⟹",
3602
+ xscr: "𝓍",
3603
+ Xscr: "𝒳",
3604
+ xsqcup: "⨆",
3605
+ xuplus: "⨄",
3606
+ xutri: "△",
3607
+ xvee: "⋁",
3608
+ xwedge: "⋀",
3609
+ yacute: "ý",
3610
+ Yacute: "Ý",
3611
+ yacy: "я",
3612
+ YAcy: "Я",
3613
+ ycirc: "ŷ",
3614
+ Ycirc: "Ŷ",
3615
+ ycy: "ы",
3616
+ Ycy: "Ы",
3617
+ yen: "¥",
3618
+ yfr: "𝔶",
3619
+ Yfr: "𝔜",
3620
+ yicy: "ї",
3621
+ YIcy: "Ї",
3622
+ yopf: "𝕪",
3623
+ Yopf: "𝕐",
3624
+ yscr: "𝓎",
3625
+ Yscr: "𝒴",
3626
+ yucy: "ю",
3627
+ YUcy: "Ю",
3628
+ yuml: "ÿ",
3629
+ Yuml: "Ÿ",
3630
+ zacute: "ź",
3631
+ Zacute: "Ź",
3632
+ zcaron: "ž",
3633
+ Zcaron: "Ž",
3634
+ zcy: "з",
3635
+ Zcy: "З",
3636
+ zdot: "ż",
3637
+ Zdot: "Ż",
3638
+ zeetrf: "ℨ",
3639
+ ZeroWidthSpace: "​",
3640
+ zeta: "ζ",
3641
+ Zeta: "Ζ",
3642
+ zfr: "𝔷",
3643
+ Zfr: "ℨ",
3644
+ zhcy: "ж",
3645
+ ZHcy: "Ж",
3646
+ zigrarr: "⇝",
3647
+ zopf: "𝕫",
3648
+ Zopf: "ℤ",
3649
+ zscr: "𝓏",
3650
+ Zscr: "𝒵",
3651
+ zwj: "‍",
3652
+ zwnj: "‌"
3653
+ }, _ = {
3654
+ aacute: "á",
3655
+ Aacute: "Á",
3656
+ acirc: "â",
3657
+ Acirc: "Â",
3658
+ acute: "´",
3659
+ aelig: "æ",
3660
+ AElig: "Æ",
3661
+ agrave: "à",
3662
+ Agrave: "À",
3663
+ amp: "&",
3664
+ AMP: "&",
3665
+ aring: "å",
3666
+ Aring: "Å",
3667
+ atilde: "ã",
3668
+ Atilde: "Ã",
3669
+ auml: "ä",
3670
+ Auml: "Ä",
3671
+ brvbar: "¦",
3672
+ ccedil: "ç",
3673
+ Ccedil: "Ç",
3674
+ cedil: "¸",
3675
+ cent: "¢",
3676
+ copy: "©",
3677
+ COPY: "©",
3678
+ curren: "¤",
3679
+ deg: "°",
3680
+ divide: "÷",
3681
+ eacute: "é",
3682
+ Eacute: "É",
3683
+ ecirc: "ê",
3684
+ Ecirc: "Ê",
3685
+ egrave: "è",
3686
+ Egrave: "È",
3687
+ eth: "ð",
3688
+ ETH: "Ð",
3689
+ euml: "ë",
3690
+ Euml: "Ë",
3691
+ frac12: "½",
3692
+ frac14: "¼",
3693
+ frac34: "¾",
3694
+ gt: ">",
3695
+ GT: ">",
3696
+ iacute: "í",
3697
+ Iacute: "Í",
3698
+ icirc: "î",
3699
+ Icirc: "Î",
3700
+ iexcl: "¡",
3701
+ igrave: "ì",
3702
+ Igrave: "Ì",
3703
+ iquest: "¿",
3704
+ iuml: "ï",
3705
+ Iuml: "Ï",
3706
+ laquo: "«",
3707
+ lt: "<",
3708
+ LT: "<",
3709
+ macr: "¯",
3710
+ micro: "µ",
3711
+ middot: "·",
3712
+ nbsp: "\xA0",
3713
+ not: "¬",
3714
+ ntilde: "ñ",
3715
+ Ntilde: "Ñ",
3716
+ oacute: "ó",
3717
+ Oacute: "Ó",
3718
+ ocirc: "ô",
3719
+ Ocirc: "Ô",
3720
+ ograve: "ò",
3721
+ Ograve: "Ò",
3722
+ ordf: "ª",
3723
+ ordm: "º",
3724
+ oslash: "ø",
3725
+ Oslash: "Ø",
3726
+ otilde: "õ",
3727
+ Otilde: "Õ",
3728
+ ouml: "ö",
3729
+ Ouml: "Ö",
3730
+ para: "¶",
3731
+ plusmn: "±",
3732
+ pound: "£",
3733
+ quot: "\"",
3734
+ QUOT: "\"",
3735
+ raquo: "»",
3736
+ reg: "®",
3737
+ REG: "®",
3738
+ sect: "§",
3739
+ shy: "­",
3740
+ sup1: "¹",
3741
+ sup2: "²",
3742
+ sup3: "³",
3743
+ szlig: "ß",
3744
+ thorn: "þ",
3745
+ THORN: "Þ",
3746
+ times: "×",
3747
+ uacute: "ú",
3748
+ Uacute: "Ú",
3749
+ ucirc: "û",
3750
+ Ucirc: "Û",
3751
+ ugrave: "ù",
3752
+ Ugrave: "Ù",
3753
+ uml: "¨",
3754
+ uuml: "ü",
3755
+ Uuml: "Ü",
3756
+ yacute: "ý",
3757
+ Yacute: "Ý",
3758
+ yen: "¥",
3759
+ yuml: "ÿ"
3760
+ }, v = {
3761
+ 0: "�",
3762
+ 128: "€",
3763
+ 130: "‚",
3764
+ 131: "ƒ",
3765
+ 132: "„",
3766
+ 133: "…",
3767
+ 134: "†",
3768
+ 135: "‡",
3769
+ 136: "ˆ",
3770
+ 137: "‰",
3771
+ 138: "Š",
3772
+ 139: "‹",
3773
+ 140: "Œ",
3774
+ 142: "Ž",
3775
+ 145: "‘",
3776
+ 146: "’",
3777
+ 147: "“",
3778
+ 148: "”",
3779
+ 149: "•",
3780
+ 150: "–",
3781
+ 151: "—",
3782
+ 152: "˜",
3783
+ 153: "™",
3784
+ 154: "š",
3785
+ 155: "›",
3786
+ 156: "œ",
3787
+ 158: "ž",
3788
+ 159: "Ÿ"
3789
+ }, y = [
3790
+ 1,
3791
+ 2,
3792
+ 3,
3793
+ 4,
3794
+ 5,
3795
+ 6,
3796
+ 7,
3797
+ 8,
3798
+ 11,
3799
+ 13,
3800
+ 14,
3801
+ 15,
3802
+ 16,
3803
+ 17,
3804
+ 18,
3805
+ 19,
3806
+ 20,
3807
+ 21,
3808
+ 22,
3809
+ 23,
3810
+ 24,
3811
+ 25,
3812
+ 26,
3813
+ 27,
3814
+ 28,
3815
+ 29,
3816
+ 30,
3817
+ 31,
3818
+ 127,
3819
+ 128,
3820
+ 129,
3821
+ 130,
3822
+ 131,
3823
+ 132,
3824
+ 133,
3825
+ 134,
3826
+ 135,
3827
+ 136,
3828
+ 137,
3829
+ 138,
3830
+ 139,
3831
+ 140,
3832
+ 141,
3833
+ 142,
3834
+ 143,
3835
+ 144,
3836
+ 145,
3837
+ 146,
3838
+ 147,
3839
+ 148,
3840
+ 149,
3841
+ 150,
3842
+ 151,
3843
+ 152,
3844
+ 153,
3845
+ 154,
3846
+ 155,
3847
+ 156,
3848
+ 157,
3849
+ 158,
3850
+ 159,
3851
+ 64976,
3852
+ 64977,
3853
+ 64978,
3854
+ 64979,
3855
+ 64980,
3856
+ 64981,
3857
+ 64982,
3858
+ 64983,
3859
+ 64984,
3860
+ 64985,
3861
+ 64986,
3862
+ 64987,
3863
+ 64988,
3864
+ 64989,
3865
+ 64990,
3866
+ 64991,
3867
+ 64992,
3868
+ 64993,
3869
+ 64994,
3870
+ 64995,
3871
+ 64996,
3872
+ 64997,
3873
+ 64998,
3874
+ 64999,
3875
+ 65e3,
3876
+ 65001,
3877
+ 65002,
3878
+ 65003,
3879
+ 65004,
3880
+ 65005,
3881
+ 65006,
3882
+ 65007,
3883
+ 65534,
3884
+ 65535,
3885
+ 131070,
3886
+ 131071,
3887
+ 196606,
3888
+ 196607,
3889
+ 262142,
3890
+ 262143,
3891
+ 327678,
3892
+ 327679,
3893
+ 393214,
3894
+ 393215,
3895
+ 458750,
3896
+ 458751,
3897
+ 524286,
3898
+ 524287,
3899
+ 589822,
3900
+ 589823,
3901
+ 655358,
3902
+ 655359,
3903
+ 720894,
3904
+ 720895,
3905
+ 786430,
3906
+ 786431,
3907
+ 851966,
3908
+ 851967,
3909
+ 917502,
3910
+ 917503,
3911
+ 983038,
3912
+ 983039,
3913
+ 1048574,
3914
+ 1048575,
3915
+ 1114110,
3916
+ 1114111
3917
+ ], b = String.fromCharCode, x = {}.hasOwnProperty, S = function(e, t) {
3918
+ return x.call(e, t);
3919
+ }, C = function(e, t) {
3920
+ for (var n = -1, r = e.length; ++n < r;) if (e[n] == t) return !0;
3921
+ return !1;
3922
+ }, w = function(e, t) {
3923
+ if (!e) return t;
3924
+ var n = {}, r;
3925
+ for (r in t) n[r] = S(e, r) ? e[r] : t[r];
3926
+ return n;
3927
+ }, T = function(e, t) {
3928
+ var n = "";
3929
+ return e >= 55296 && e <= 57343 || e > 1114111 ? (t && O("character reference outside the permissible Unicode range"), "�") : S(v, e) ? (t && O("disallowed character reference"), v[e]) : (t && C(y, e) && O("disallowed character reference"), e > 65535 && (e -= 65536, n += b(e >>> 10 & 1023 | 55296), e = 56320 | e & 1023), n += b(e), n);
3930
+ }, E = function(e) {
3931
+ return "&#x" + e.toString(16).toUpperCase() + ";";
3932
+ }, D = function(e) {
3933
+ return "&#" + e + ";";
3934
+ }, O = function(e) {
3935
+ throw Error("Parse error: " + e);
3936
+ }, k = function(e, t) {
3937
+ t = w(t, k.options), t.strict && m.test(e) && O("forbidden code point");
3938
+ var n = t.encodeEverything, r = t.useNamedReferences, i = t.allowUnsafeSymbols, a = t.decimal ? D : E, f = function(e) {
3939
+ return a(e.charCodeAt(0));
3940
+ };
3941
+ return n ? (e = e.replace(s, function(e) {
3942
+ return r && S(u, e) ? "&" + u[e] + ";" : f(e);
3943
+ }), r && (e = e.replace(/&gt;\u20D2/g, "&nvgt;").replace(/&lt;\u20D2/g, "&nvlt;").replace(/&#x66;&#x6A;/g, "&fjlig;")), r && (e = e.replace(l, function(e) {
3944
+ return "&" + u[e] + ";";
3945
+ }))) : r ? (i || (e = e.replace(d, function(e) {
3946
+ return "&" + u[e] + ";";
3947
+ })), e = e.replace(/&gt;\u20D2/g, "&nvgt;").replace(/&lt;\u20D2/g, "&nvlt;"), e = e.replace(l, function(e) {
3948
+ return "&" + u[e] + ";";
3949
+ })) : i || (e = e.replace(d, f)), e.replace(o, function(e) {
3950
+ var t = e.charCodeAt(0), n = e.charCodeAt(1);
3951
+ return a((t - 55296) * 1024 + n - 56320 + 65536);
3952
+ }).replace(c, f);
3953
+ };
3954
+ k.options = {
3955
+ allowUnsafeSymbols: !1,
3956
+ encodeEverything: !1,
3957
+ strict: !1,
3958
+ useNamedReferences: !1,
3959
+ decimal: !1
3960
+ };
3961
+ var A = function(e, t) {
3962
+ t = w(t, A.options);
3963
+ var n = t.strict;
3964
+ return n && p.test(e) && O("malformed character reference"), e.replace(h, function(e, r, i, a, o, s, c, l, u) {
3965
+ var d, f, p, m, h, v;
3966
+ return r ? (h = r, g[h]) : i ? (h = i, v = a, v && t.isAttributeValue ? (n && v == "=" && O("`&` did not start a character reference"), e) : (n && O("named character reference was not terminated by a semicolon"), _[h] + (v || ""))) : o ? (p = o, f = s, n && !f && O("character reference was not terminated by a semicolon"), d = parseInt(p, 10), T(d, n)) : c ? (m = c, f = l, n && !f && O("character reference was not terminated by a semicolon"), d = parseInt(m, 16), T(d, n)) : (n && O("named character reference was not terminated by a semicolon"), e);
3967
+ });
3968
+ };
3969
+ A.options = {
3970
+ isAttributeValue: !1,
3971
+ strict: !1
3972
+ };
3973
+ var j = {
3974
+ version: "1.2.0",
3975
+ encode: k,
3976
+ decode: A,
3977
+ escape: function(e) {
3978
+ return e.replace(d, function(e) {
3979
+ return f[e];
3980
+ });
3981
+ },
3982
+ unescape: A
3983
+ };
3984
+ if (typeof define == "function" && typeof define.amd == "object" && define.amd) define(function() {
3985
+ return j;
3986
+ });
3987
+ else if (r && !r.nodeType) if (i) i.exports = j;
3988
+ else for (var M in j) S(j, M) && (r[M] = j[M]);
3989
+ else n.he = j;
3990
+ })(e);
3991
+ })), l = /* @__PURE__ */ t(o(), 1), u = c(), d = Object.defineProperty, f = /* @__PURE__ */ ((e, t) => {
3992
+ let n = {};
3993
+ for (var r in e) d(n, r, {
3994
+ get: e[r],
3995
+ enumerable: !0
3996
+ });
3997
+ return t || d(n, Symbol.toStringTag, { value: "Module" }), n;
3998
+ })({ enabled: () => p });
3999
+ function p(e, t, n) {
4000
+ return e?.partialScoring === !1 || t?.partialScoring === !1 ? !1 : typeof n == "boolean" ? n : !0;
4001
+ }
4002
+ //#endregion
4003
+ //#region src/controller/defaults.ts
4004
+ var m = {
4005
+ choices: {},
4006
+ displayType: "block",
4007
+ markup: "",
4008
+ maxLengthPerChoiceEnabled: !0,
4009
+ playerSpellCheckEnabled: !0,
4010
+ prompt: "",
4011
+ promptEnabled: !0,
4012
+ rationale: "",
4013
+ rationaleEnabled: !0,
4014
+ spellCheckEnabled: !0,
4015
+ studentInstructionsEnabled: !0,
4016
+ teacherInstructions: "",
4017
+ teacherInstructionsEnabled: !0,
4018
+ toolbarEditorPosition: "bottom"
4019
+ }, { translator: h } = s, g = (0, l.default)("explicit-constructed-response:controller"), _ = (e, t) => (n) => {
4020
+ let r = {
4021
+ label: n.label,
4022
+ value: n.value
4023
+ };
4024
+ if (e === "evaluate") {
4025
+ r.correct = !0;
4026
+ let e = n.feedback && n.feedback.type || "none";
4027
+ e === "default" ? r.feedback = t.correct : e === "custom" && (r.feedback = n.feedback.value);
4028
+ }
4029
+ return r;
4030
+ }, v = (e) => e ? "correct" : "incorrect", y = (e) => Math.abs(e) === Infinity ? 2 : e <= 2 ? e + 2 : e <= 4 ? e + 3 : e <= 6 ? e + 4 : e + 5, b = (e) => e ? e.replace(/&lt;/g, "<").replace(/&gt;/g, ">").replace(/&quot;/g, "\"").replace(/&#x27;|&#39;/g, "'").replace(/&amp;/g, "&") : "", x = (e) => ({
4031
+ ...m,
4032
+ ...e
4033
+ });
4034
+ async function S(e, t, o) {
4035
+ e.choices && Object.keys(e.choices).forEach((t) => {
4036
+ e.choices[t] = (e.choices[t] || []).map((e, t) => e.value ? e : (g("Choice does not contain \"value\" property, which is required.", e), {
4037
+ value: `${t}`,
4038
+ ...e
4039
+ }));
4040
+ });
4041
+ let s = x(e), c = Object.assign({
4042
+ correct: "Correct",
4043
+ incorrect: "Incorrect"
4044
+ }, s.defaultFeedback), l = _(o.mode, c), u = n(s.choices, (e, t, n) => (e[n] = i(t, l), e), {}), { value: d = {} } = t || {}, f = o.mode === "evaluate" ? n(s.choices, (e, t, n) => {
4045
+ let i = d && d[n];
4046
+ return e[n] = v(!a(i) && r(t, (e) => C(e.label) === C(i))), e;
4047
+ }, {}) : {}, p = Object.values(u).some((e) => e?.length > 1), S = s.note || h.t("common:commonCorrectAnswerWithAlternates", { lng: s.language }), { maxLengthPerChoice: T = [], maxLengthPerChoiceEnabled: E } = s, D = !T.length;
4048
+ Object.values(u).forEach((e, t) => {
4049
+ let n = (e || []).map((e) => b(e.label || "").length), r = Math.max(...n);
4050
+ (D || !T[t] || T[t] < r || T[t] > r + 10) && (T[t] = y(r));
4051
+ });
4052
+ let O = {
4053
+ choices: u,
4054
+ disabled: o.mode !== "gather",
4055
+ displayType: s.displayType,
4056
+ mode: o.mode,
4057
+ role: o.role,
4058
+ feedback: f,
4059
+ language: s.language,
4060
+ markup: s.markup,
4061
+ maxLengthPerChoice: T,
4062
+ maxLengthPerChoiceEnabled: E,
4063
+ note: S,
4064
+ playerSpellCheckEnabled: s.playerSpellCheckEnabled,
4065
+ prompt: s.promptEnabled ? s.prompt : m.prompt,
4066
+ rationale: m.rationale,
4067
+ responseCorrect: o.mode === "evaluate" ? w(s, t) === 1 : void 0,
4068
+ showNote: p,
4069
+ teacherInstructions: m.teacherInstructions,
4070
+ responseAreaInputConfiguration: s.responseAreaInputConfiguration,
4071
+ extraCSSRules: s.extraCSSRules
4072
+ };
4073
+ return o.role === "instructor" && (o.mode === "view" || o.mode === "evaluate") && (O.rationale = s.rationaleEnabled ? s.rationale : m.rationale, O.teacherInstructions = s.teacherInstructionsEnabled ? s.teacherInstructions : m.teacherInstructions), O;
4074
+ }
4075
+ var C = (e) => k(O(e).trim()), w = (e, t) => {
4076
+ let { value: i } = t || {};
4077
+ if (!t || a(t) || !i) return 0;
4078
+ let o = e.markup && e.markup.match(/\{\{(.+?)\}\}/g), s = o ? o.length : 0, c = n(e.choices, (e, t, n) => {
4079
+ let o = i && i[n];
4080
+ return a(o) || !r(t, (e) => C(e.label) === C(o)) ? e : e + 1;
4081
+ }, 0), l = s ? (c / s).toFixed(2) : 0;
4082
+ return parseFloat(l);
4083
+ }, T = (e, t, n) => {
4084
+ let r = [], { value: i } = t || {}, { choices: o, markup: s } = e || {}, c = s ? s.match(/\{\{(.+?)\}\}/g) : [], l = c ? c.length : 0;
4085
+ if (r.push(`${l} response area(s) defined in this question.`), i && Object.keys(i).length > 0) {
4086
+ let e = Object.entries(i).filter(([e, t]) => t && t.trim()).length;
4087
+ r.push(`Student filled ${e} out of ${l} response area(s).`), Object.keys(o || {}).forEach((e) => {
4088
+ let t = i && i[e] || "", n = o[e] || [], s = !a(t.trim()) && n.some((e) => C(e.label) === C(t));
4089
+ t.trim() ? r.push(`Response area ${parseInt(e) + 1}: ${s ? "CORRECT" : "INCORRECT"}.`) : r.push(`Response area ${parseInt(e) + 1}: left empty.`);
4090
+ });
4091
+ } else r.push("Student did not fill any response areas.");
4092
+ if (Object.values(o || {}).some((e) => e.length > 1) && r.push("Alternate answers are accepted for some response areas."), f.enabled(e, n)) {
4093
+ if (r.push("Score calculated using partial scoring."), r.push("Student receives credit for each correctly filled response area."), i && Object.keys(i).length > 0) {
4094
+ let e = 0;
4095
+ Object.keys(o || {}).forEach((t) => {
4096
+ let n = i && i[t] || "", r = o[t] || [];
4097
+ !a(n.trim()) && r.some((e) => C(e.label) === C(n)) && e++;
4098
+ }), r.push(`Partial scoring: ${e} correct out of ${l} response areas.`);
4099
+ }
4100
+ } else r.push("Score calculated using all-or-nothing scoring."), r.push("Student must fill all response areas correctly to receive full credit.");
4101
+ let u = w(e, t);
4102
+ return r.push(`Score: ${u}.`), r;
4103
+ };
4104
+ function E(e, t, n = {}) {
4105
+ return new Promise((r) => {
4106
+ if (!t || a(t)) r({
4107
+ score: 0,
4108
+ empty: !0,
4109
+ traceLog: ["Student did not fill any response areas. Score: 0."]
4110
+ });
4111
+ else {
4112
+ let i = T(e, t, n), a = f.enabled(e, n), o = w(e, t);
4113
+ r({
4114
+ score: a ? o : +(o === 1),
4115
+ empty: !1,
4116
+ traceLog: i
4117
+ });
4118
+ }
4119
+ });
4120
+ }
4121
+ var D = (e, t) => new Promise((n) => {
4122
+ if (t.mode !== "evaluate" && t.role === "instructor") {
4123
+ let { choices: t } = e, r = {};
4124
+ Object.keys(t).forEach((e, n) => {
4125
+ r[n] = t[e][0].label;
4126
+ }), n({
4127
+ id: "1",
4128
+ value: r
4129
+ });
4130
+ } else n(null);
4131
+ }), O = (e) => typeof e == "string" ? typeof e.replaceAll == "function" ? e.replaceAll(/<[^>]*>/g, "") : e.replace(/<[^>]*>/g, "") : "", k = (e) => (0, u.decode)(e), A = (e) => (e || "").replace(/(<(?!img|iframe|source)([^>]+)>)/gi, ""), j = (e = {}, t = {}) => {
4132
+ let { choices: n, markup: r } = e, { maxResponseAreas: i } = t, o = {}, s = {};
4133
+ [
4134
+ "teacherInstructions",
4135
+ "prompt",
4136
+ "rationale"
4137
+ ].forEach((n) => {
4138
+ t[n]?.required && !A(e[n]) && (s[n] = "This field is required.");
4139
+ }), Object.entries(n || {}).forEach(([e, t]) => {
4140
+ let n = [...t || []].reverse(), r = {};
4141
+ n.forEach((e, t) => {
4142
+ let { value: i, label: a } = e;
4143
+ a === "" || a === "<div></div>" ? r[i] = "Content should not be empty." : n.slice(t + 1).some((e) => e.label === a) && (r[i] = "Content should be unique.");
4144
+ }), a(r) || (o[e] = r);
4145
+ });
4146
+ let c = (r.match(/\{\{(\d+)\}\}/g) || []).length;
4147
+ return c > i ? s.responseAreas = `No more than ${i} response areas should be defined.` : c < 1 && (s.responseAreas = "There should be at least 1 response area defined."), a(o) || (s.choices = o), s;
4148
+ };
4149
+ //#endregion
4150
+ export { D as createCorrectResponseSession, T as getLogTrace, w as getScore, S as model, x as normalize, E as outcome, _ as prepareChoice, C as prepareVal, j as validate };
4151
+
4152
+ //# sourceMappingURL=index.js.map