pub type SymbolEntry = (&'static str, u8, u8, &'static str, Option<char>);
pub static SYMBOLS: &[SymbolEntry] = &[
("\\equiv", 0, 0, "rel", Some('\u{2261}')),
("\\prec", 0, 0, "rel", Some('\u{227A}')),
("\\succ", 0, 0, "rel", Some('\u{227B}')),
("\\sim", 0, 0, "rel", Some('\u{223C}')),
("\\perp", 0, 0, "rel", Some('\u{22A5}')),
("\\preceq", 0, 0, "rel", Some('\u{2AAF}')),
("\\succeq", 0, 0, "rel", Some('\u{2AB0}')),
("\\simeq", 0, 0, "rel", Some('\u{2243}')),
("\\mid", 0, 0, "rel", Some('\u{2223}')),
("\\ll", 0, 0, "rel", Some('\u{226A}')),
("\\gg", 0, 0, "rel", Some('\u{226B}')),
("\\asymp", 0, 0, "rel", Some('\u{224D}')),
("\\parallel", 0, 0, "rel", Some('\u{2225}')),
("\\bowtie", 0, 0, "rel", Some('\u{22C8}')),
("\\smile", 0, 0, "rel", Some('\u{2323}')),
("\\sqsubseteq", 0, 0, "rel", Some('\u{2291}')),
("\\sqsupseteq", 0, 0, "rel", Some('\u{2292}')),
("\\doteq", 0, 0, "rel", Some('\u{2250}')),
("\\frown", 0, 0, "rel", Some('\u{2322}')),
("\\ni", 0, 0, "rel", Some('\u{220B}')),
("\\propto", 0, 0, "rel", Some('\u{221D}')),
("\\vdash", 0, 0, "rel", Some('\u{22A2}')),
("\\dashv", 0, 0, "rel", Some('\u{22A3}')),
("\\owns", 0, 0, "rel", Some('\u{220B}')),
("\\ldotp", 0, 0, "punct", Some('.')),
("\\cdotp", 0, 0, "punct", Some('\u{22C5}')),
("\u{00B7}", 0, 0, "punct", Some('\u{22C5}')),
("\u{00B7}", 1, 0, "textord", Some('\u{22C5}')),
("\\#", 0, 0, "textord", Some('#')),
("\\#", 1, 0, "textord", Some('#')),
("\\&", 0, 0, "textord", Some('&')),
("\\&", 1, 0, "textord", Some('&')),
("\\aleph", 0, 0, "textord", Some('\u{2135}')),
("\\forall", 0, 0, "textord", Some('\u{2200}')),
("\\hbar", 0, 0, "textord", Some('\u{210F}')),
("\\exists", 0, 0, "textord", Some('\u{2203}')),
("\\nabla", 0, 0, "textord", Some('\u{2207}')),
("\\flat", 0, 0, "textord", Some('\u{266D}')),
("\\ell", 0, 0, "textord", Some('\u{2113}')),
("\\natural", 0, 0, "textord", Some('\u{266E}')),
("\\clubsuit", 0, 0, "textord", Some('\u{2663}')),
("\\wp", 0, 0, "textord", Some('\u{2118}')),
("\\sharp", 0, 0, "textord", Some('\u{266F}')),
("\\diamondsuit", 0, 0, "textord", Some('\u{2662}')),
("\\Re", 0, 0, "textord", Some('\u{211C}')),
("\\heartsuit", 0, 0, "textord", Some('\u{2661}')),
("\\Im", 0, 0, "textord", Some('\u{2111}')),
("\\spadesuit", 0, 0, "textord", Some('\u{2660}')),
("\\S", 0, 0, "textord", Some('\u{A7}')),
("\\S", 1, 0, "textord", Some('\u{A7}')),
("\\P", 0, 0, "textord", Some('\u{B6}')),
("\\P", 1, 0, "textord", Some('\u{B6}')),
("\\dag", 0, 0, "textord", Some('\u{2020}')),
("\\dag", 1, 0, "textord", Some('\u{2020}')),
("\\textdagger", 1, 0, "textord", Some('\u{2020}')),
("\\ddag", 0, 0, "textord", Some('\u{2021}')),
("\\ddag", 1, 0, "textord", Some('\u{2021}')),
("\\textdaggerdbl", 1, 0, "textord", Some('\u{2021}')),
("\\rmoustache", 0, 0, "close", Some('\u{23B1}')),
("\\lmoustache", 0, 0, "open", Some('\u{23B0}')),
("\\rgroup", 0, 0, "close", Some('\u{27EF}')),
("\\lgroup", 0, 0, "open", Some('\u{27EE}')),
("\\mp", 0, 0, "bin", Some('\u{2213}')),
("\\ominus", 0, 0, "bin", Some('\u{2296}')),
("\\uplus", 0, 0, "bin", Some('\u{228E}')),
("\\sqcap", 0, 0, "bin", Some('\u{2293}')),
("\\ast", 0, 0, "bin", Some('\u{2217}')),
("\\sqcup", 0, 0, "bin", Some('\u{2294}')),
("\\bigcirc", 0, 0, "bin", Some('\u{25EF}')),
("\\bullet", 0, 0, "bin", Some('\u{2219}')),
("\\ddagger", 0, 0, "bin", Some('\u{2021}')),
("\\wr", 0, 0, "bin", Some('\u{2240}')),
("\\amalg", 0, 0, "bin", Some('\u{2A3F}')),
("\\And", 0, 0, "bin", Some('&')),
("\\longleftarrow", 0, 0, "rel", Some('\u{27F5}')),
("\\Leftarrow", 0, 0, "rel", Some('\u{21D0}')),
("\\Longleftarrow", 0, 0, "rel", Some('\u{27F8}')),
("\\longrightarrow", 0, 0, "rel", Some('\u{27F6}')),
("\\Rightarrow", 0, 0, "rel", Some('\u{21D2}')),
("\\Longrightarrow", 0, 0, "rel", Some('\u{27F9}')),
("\\leftrightarrow", 0, 0, "rel", Some('\u{2194}')),
("\\longleftrightarrow", 0, 0, "rel", Some('\u{27F7}')),
("\\Leftrightarrow", 0, 0, "rel", Some('\u{21D4}')),
("\\Longleftrightarrow", 0, 0, "rel", Some('\u{27FA}')),
("\\mapsto", 0, 0, "rel", Some('\u{21A6}')),
("\\longmapsto", 0, 0, "rel", Some('\u{27FC}')),
("\\nearrow", 0, 0, "rel", Some('\u{2197}')),
("\\hookleftarrow", 0, 0, "rel", Some('\u{21A9}')),
("\\hookrightarrow", 0, 0, "rel", Some('\u{21AA}')),
("\\searrow", 0, 0, "rel", Some('\u{2198}')),
("\\leftharpoonup", 0, 0, "rel", Some('\u{21BC}')),
("\\rightharpoonup", 0, 0, "rel", Some('\u{21C0}')),
("\\swarrow", 0, 0, "rel", Some('\u{2199}')),
("\\leftharpoondown", 0, 0, "rel", Some('\u{21BD}')),
("\\rightharpoondown", 0, 0, "rel", Some('\u{21C1}')),
("\\nwarrow", 0, 0, "rel", Some('\u{2196}')),
("\\rightleftharpoons", 0, 0, "rel", Some('\u{21CC}')),
("\\nless", 0, 1, "rel", Some('\u{226E}')),
("\\lneq", 0, 1, "rel", Some('\u{2A87}')),
("\\lneqq", 0, 1, "rel", Some('\u{2268}')),
("\\lnsim", 0, 1, "rel", Some('\u{22E6}')),
("\\lnapprox", 0, 1, "rel", Some('\u{2A89}')),
("\\nprec", 0, 1, "rel", Some('\u{2280}')),
("\\npreceq", 0, 1, "rel", Some('\u{22E0}')),
("\\precnsim", 0, 1, "rel", Some('\u{22E8}')),
("\\precnapprox", 0, 1, "rel", Some('\u{2AB9}')),
("\\nsim", 0, 1, "rel", Some('\u{2241}')),
("\\nmid", 0, 1, "rel", Some('\u{2224}')),
("\\nvdash", 0, 1, "rel", Some('\u{22AC}')),
("\\nvDash", 0, 1, "rel", Some('\u{22AD}')),
("\\ntriangleleft", 0, 1, "rel", Some('\u{22EA}')),
("\\ntrianglelefteq", 0, 1, "rel", Some('\u{22EC}')),
("\\subsetneq", 0, 1, "rel", Some('\u{228A}')),
("\\subsetneqq", 0, 1, "rel", Some('\u{2ACB}')),
("\\ngtr", 0, 1, "rel", Some('\u{226F}')),
("\\gneq", 0, 1, "rel", Some('\u{2A88}')),
("\\gneqq", 0, 1, "rel", Some('\u{2269}')),
("\\gnsim", 0, 1, "rel", Some('\u{22E7}')),
("\\gnapprox", 0, 1, "rel", Some('\u{2A8A}')),
("\\nsucc", 0, 1, "rel", Some('\u{2281}')),
("\\nsucceq", 0, 1, "rel", Some('\u{22E1}')),
("\\succnsim", 0, 1, "rel", Some('\u{22E9}')),
("\\succnapprox", 0, 1, "rel", Some('\u{2ABA}')),
("\\ncong", 0, 1, "rel", Some('\u{2246}')),
("\\nparallel", 0, 1, "rel", Some('\u{2226}')),
("\\nVDash", 0, 1, "rel", Some('\u{22AF}')),
("\\ntriangleright", 0, 1, "rel", Some('\u{22EB}')),
("\\ntrianglerighteq", 0, 1, "rel", Some('\u{22ED}')),
("\\supsetneq", 0, 1, "rel", Some('\u{228B}')),
("\\supsetneqq", 0, 1, "rel", Some('\u{2ACC}')),
("\\nVdash", 0, 1, "rel", Some('\u{22AE}')),
("\\precneqq", 0, 1, "rel", Some('\u{2AB5}')),
("\\succneqq", 0, 1, "rel", Some('\u{2AB6}')),
("\\unlhd", 0, 1, "bin", Some('\u{22B4}')),
("\\unrhd", 0, 1, "bin", Some('\u{22B5}')),
("\\nleftarrow", 0, 1, "rel", Some('\u{219A}')),
("\\nrightarrow", 0, 1, "rel", Some('\u{219B}')),
("\\nLeftarrow", 0, 1, "rel", Some('\u{21CD}')),
("\\nRightarrow", 0, 1, "rel", Some('\u{21CF}')),
("\\nleftrightarrow", 0, 1, "rel", Some('\u{21AE}')),
("\\nLeftrightarrow", 0, 1, "rel", Some('\u{21CE}')),
("\\vartriangle", 0, 1, "rel", Some('\u{25B3}')),
("\\hslash", 0, 1, "textord", Some('\u{210F}')),
("\\triangledown", 0, 1, "textord", Some('\u{25BD}')),
("\\lozenge", 0, 1, "textord", Some('\u{25CA}')),
("\\circledS", 0, 1, "textord", Some('\u{24C8}')),
("\\circledR", 0, 1, "textord", Some('\u{AE}')),
("\\circledR", 1, 1, "textord", Some('\u{AE}')),
("\\measuredangle", 0, 1, "textord", Some('\u{2221}')),
("\\nexists", 0, 1, "textord", Some('\u{2204}')),
("\\mho", 0, 1, "textord", Some('\u{2127}')),
("\\Finv", 0, 1, "textord", Some('\u{2132}')),
("\\Game", 0, 1, "textord", Some('\u{2141}')),
("\\backprime", 0, 1, "textord", Some('\u{2035}')),
("\\blacktriangle", 0, 1, "textord", Some('\u{25B2}')),
("\\blacktriangledown", 0, 1, "textord", Some('\u{25BC}')),
("\\blacksquare", 0, 1, "textord", Some('\u{25A0}')),
("\\blacklozenge", 0, 1, "textord", Some('\u{29EB}')),
("\\bigstar", 0, 1, "textord", Some('\u{2605}')),
("\\sphericalangle", 0, 1, "textord", Some('\u{2222}')),
("\\complement", 0, 1, "textord", Some('\u{2201}')),
("\\eth", 0, 1, "textord", Some('\u{F0}')),
("\u{F0}", 1, 0, "textord", Some('\u{F0}')),
("\\diagup", 0, 1, "textord", Some('\u{2571}')),
("\\diagdown", 0, 1, "textord", Some('\u{2572}')),
("\\square", 0, 1, "textord", Some('\u{25A1}')),
("\\Box", 0, 1, "textord", Some('\u{25A1}')),
("\\Diamond", 0, 1, "textord", Some('\u{25CA}')),
("\\yen", 0, 1, "textord", Some('\u{A5}')),
("\\yen", 1, 1, "textord", Some('\u{A5}')),
("\\checkmark", 0, 1, "textord", Some('\u{2713}')),
("\\checkmark", 1, 1, "textord", Some('\u{2713}')),
("\\beth", 0, 1, "textord", Some('\u{2136}')),
("\\daleth", 0, 1, "textord", Some('\u{2138}')),
("\\gimel", 0, 1, "textord", Some('\u{2137}')),
("\\digamma", 0, 1, "textord", Some('\u{3DD}')),
("\\varkappa", 0, 1, "textord", Some('\u{3F0}')),
("\\leqq", 0, 1, "rel", Some('\u{2266}')),
("\\leqslant", 0, 1, "rel", Some('\u{2A7D}')),
("\\eqslantless", 0, 1, "rel", Some('\u{2A95}')),
("\\lesssim", 0, 1, "rel", Some('\u{2272}')),
("\\lessapprox", 0, 1, "rel", Some('\u{2A85}')),
("\\approxeq", 0, 1, "rel", Some('\u{224A}')),
("\\lessdot", 0, 1, "bin", Some('\u{22D6}')),
("\\lll", 0, 1, "rel", Some('\u{22D8}')),
("\\lessgtr", 0, 1, "rel", Some('\u{2276}')),
("\\lesseqgtr", 0, 1, "rel", Some('\u{22DA}')),
("\\lesseqqgtr", 0, 1, "rel", Some('\u{2A8B}')),
("\\doteqdot", 0, 1, "rel", Some('\u{2251}')),
("\\risingdotseq", 0, 1, "rel", Some('\u{2253}')),
("\\fallingdotseq", 0, 1, "rel", Some('\u{2252}')),
("\\backsim", 0, 1, "rel", Some('\u{223D}')),
("\\backsimeq", 0, 1, "rel", Some('\u{22CD}')),
("\\subseteqq", 0, 1, "rel", Some('\u{2AC5}')),
("\\Subset", 0, 1, "rel", Some('\u{22D0}')),
("\\sqsubset", 0, 1, "rel", Some('\u{228F}')),
("\\preccurlyeq", 0, 1, "rel", Some('\u{227C}')),
("\\curlyeqprec", 0, 1, "rel", Some('\u{22DE}')),
("\\precsim", 0, 1, "rel", Some('\u{227E}')),
("\\precapprox", 0, 1, "rel", Some('\u{2AB7}')),
("\\vartriangleleft", 0, 1, "rel", Some('\u{22B2}')),
("\\trianglelefteq", 0, 1, "rel", Some('\u{22B4}')),
("\\vDash", 0, 1, "rel", Some('\u{22A8}')),
("\\Vvdash", 0, 1, "rel", Some('\u{22AA}')),
("\\smallsmile", 0, 1, "rel", Some('\u{2323}')),
("\\smallfrown", 0, 1, "rel", Some('\u{2322}')),
("\\bumpeq", 0, 1, "rel", Some('\u{224F}')),
("\\Bumpeq", 0, 1, "rel", Some('\u{224E}')),
("\\geqq", 0, 1, "rel", Some('\u{2267}')),
("\\geqslant", 0, 1, "rel", Some('\u{2A7E}')),
("\\eqslantgtr", 0, 1, "rel", Some('\u{2A96}')),
("\\gtrsim", 0, 1, "rel", Some('\u{2273}')),
("\\gtrapprox", 0, 1, "rel", Some('\u{2A86}')),
("\\gtrdot", 0, 1, "bin", Some('\u{22D7}')),
("\\ggg", 0, 1, "rel", Some('\u{22D9}')),
("\\gtrless", 0, 1, "rel", Some('\u{2277}')),
("\\gtreqless", 0, 1, "rel", Some('\u{22DB}')),
("\\gtreqqless", 0, 1, "rel", Some('\u{2A8C}')),
("\\eqcirc", 0, 1, "rel", Some('\u{2256}')),
("\\circeq", 0, 1, "rel", Some('\u{2257}')),
("\\triangleq", 0, 1, "rel", Some('\u{225C}')),
("\\thicksim", 0, 1, "rel", Some('\u{223C}')),
("\\thickapprox", 0, 1, "rel", Some('\u{2248}')),
("\\supseteqq", 0, 1, "rel", Some('\u{2AC6}')),
("\\Supset", 0, 1, "rel", Some('\u{22D1}')),
("\\sqsupset", 0, 1, "rel", Some('\u{2290}')),
("\\succcurlyeq", 0, 1, "rel", Some('\u{227D}')),
("\\curlyeqsucc", 0, 1, "rel", Some('\u{22DF}')),
("\\succsim", 0, 1, "rel", Some('\u{227F}')),
("\\succapprox", 0, 1, "rel", Some('\u{2AB8}')),
("\\vartriangleright", 0, 1, "rel", Some('\u{22B3}')),
("\\trianglerighteq", 0, 1, "rel", Some('\u{22B5}')),
("\\Vdash", 0, 1, "rel", Some('\u{22A9}')),
("\\shortmid", 0, 1, "rel", Some('\u{2223}')),
("\\shortparallel", 0, 1, "rel", Some('\u{2225}')),
("\\between", 0, 1, "rel", Some('\u{226C}')),
("\\pitchfork", 0, 1, "rel", Some('\u{22D4}')),
("\\varpropto", 0, 1, "rel", Some('\u{221D}')),
("\\blacktriangleleft", 0, 1, "rel", Some('\u{25C0}')),
("\\therefore", 0, 1, "rel", Some('\u{2234}')),
("\\backepsilon", 0, 1, "rel", Some('\u{220D}')),
("\\blacktriangleright", 0, 1, "rel", Some('\u{25B6}')),
("\\because", 0, 1, "rel", Some('\u{2235}')),
("\\llless", 0, 1, "rel", Some('\u{22D8}')),
("\\gggtr", 0, 1, "rel", Some('\u{22D9}')),
("\\lhd", 0, 1, "bin", Some('\u{22B2}')),
("\\rhd", 0, 1, "bin", Some('\u{22B3}')),
("\\eqsim", 0, 1, "rel", Some('\u{2242}')),
("\\Join", 0, 0, "rel", Some('\u{22C8}')),
("\\Doteq", 0, 1, "rel", Some('\u{2251}')),
("\\dotplus", 0, 1, "bin", Some('\u{2214}')),
("\\smallsetminus", 0, 1, "bin", Some('\u{2216}')),
("\\Cap", 0, 1, "bin", Some('\u{22D2}')),
("\\Cup", 0, 1, "bin", Some('\u{22D3}')),
("\\doublebarwedge", 0, 1, "bin", Some('\u{2A5E}')),
("\\boxminus", 0, 1, "bin", Some('\u{229F}')),
("\\boxplus", 0, 1, "bin", Some('\u{229E}')),
("\\divideontimes", 0, 1, "bin", Some('\u{22C7}')),
("\\ltimes", 0, 1, "bin", Some('\u{22C9}')),
("\\rtimes", 0, 1, "bin", Some('\u{22CA}')),
("\\leftthreetimes", 0, 1, "bin", Some('\u{22CB}')),
("\\rightthreetimes", 0, 1, "bin", Some('\u{22CC}')),
("\\curlywedge", 0, 1, "bin", Some('\u{22CF}')),
("\\curlyvee", 0, 1, "bin", Some('\u{22CE}')),
("\\circleddash", 0, 1, "bin", Some('\u{229D}')),
("\\circledast", 0, 1, "bin", Some('\u{229B}')),
("\\centerdot", 0, 1, "bin", Some('\u{22C5}')),
("\\intercal", 0, 1, "bin", Some('\u{22BA}')),
("\\doublecap", 0, 1, "bin", Some('\u{22D2}')),
("\\doublecup", 0, 1, "bin", Some('\u{22D3}')),
("\\boxtimes", 0, 1, "bin", Some('\u{22A0}')),
("\\dashrightarrow", 0, 1, "rel", Some('\u{21E2}')),
("\\dashleftarrow", 0, 1, "rel", Some('\u{21E0}')),
("\\leftleftarrows", 0, 1, "rel", Some('\u{21C7}')),
("\\leftrightarrows", 0, 1, "rel", Some('\u{21C6}')),
("\\Lleftarrow", 0, 1, "rel", Some('\u{21DA}')),
("\\twoheadleftarrow", 0, 1, "rel", Some('\u{219E}')),
("\\leftarrowtail", 0, 1, "rel", Some('\u{21A2}')),
("\\looparrowleft", 0, 1, "rel", Some('\u{21AB}')),
("\\leftrightharpoons", 0, 1, "rel", Some('\u{21CB}')),
("\\curvearrowleft", 0, 1, "rel", Some('\u{21B6}')),
("\\circlearrowleft", 0, 1, "rel", Some('\u{21BA}')),
("\\Lsh", 0, 1, "rel", Some('\u{21B0}')),
("\\upuparrows", 0, 1, "rel", Some('\u{21C8}')),
("\\upharpoonleft", 0, 1, "rel", Some('\u{21BF}')),
("\\downharpoonleft", 0, 1, "rel", Some('\u{21C3}')),
("\\origof", 0, 0, "rel", Some('\u{22B6}')),
("\\imageof", 0, 0, "rel", Some('\u{22B7}')),
("\\multimap", 0, 1, "rel", Some('\u{22B8}')),
("\\leftrightsquigarrow", 0, 1, "rel", Some('\u{21AD}')),
("\\rightrightarrows", 0, 1, "rel", Some('\u{21C9}')),
("\\rightleftarrows", 0, 1, "rel", Some('\u{21C4}')),
("\\twoheadrightarrow", 0, 1, "rel", Some('\u{21A0}')),
("\\rightarrowtail", 0, 1, "rel", Some('\u{21A3}')),
("\\looparrowright", 0, 1, "rel", Some('\u{21AC}')),
("\\curvearrowright", 0, 1, "rel", Some('\u{21B7}')),
("\\circlearrowright", 0, 1, "rel", Some('\u{21BB}')),
("\\Rsh", 0, 1, "rel", Some('\u{21B1}')),
("\\downdownarrows", 0, 1, "rel", Some('\u{21CA}')),
("\\upharpoonright", 0, 1, "rel", Some('\u{21BE}')),
("\\downharpoonright", 0, 1, "rel", Some('\u{21C2}')),
("\\rightsquigarrow", 0, 1, "rel", Some('\u{21DD}')),
("\\leadsto", 0, 1, "rel", Some('\u{21DD}')),
("\\Rrightarrow", 0, 1, "rel", Some('\u{21DB}')),
("\\restriction", 0, 1, "rel", Some('\u{21BE}')),
("`", 0, 0, "textord", Some('\u{2018}')),
("\\$", 0, 0, "textord", Some('$')),
("\\$", 1, 0, "textord", Some('$')),
("\\textdollar", 1, 0, "textord", Some('$')),
("\\%", 0, 0, "textord", Some('%')),
("\\%", 1, 0, "textord", Some('%')),
("\\_", 0, 0, "textord", Some('_')),
("\\_", 1, 0, "textord", Some('_')),
("\\textunderscore", 1, 0, "textord", Some('_')),
("\\angle", 0, 0, "textord", Some('\u{2220}')),
("\\infty", 0, 0, "textord", Some('\u{221E}')),
("\\prime", 0, 0, "textord", Some('\u{2032}')),
("\\triangle", 0, 0, "textord", Some('\u{25B3}')),
("\\Gamma", 0, 0, "textord", Some('\u{393}')),
("\\Delta", 0, 0, "textord", Some('\u{394}')),
("\\Theta", 0, 0, "textord", Some('\u{398}')),
("\\Lambda", 0, 0, "textord", Some('\u{39B}')),
("\\Xi", 0, 0, "textord", Some('\u{39E}')),
("\\Pi", 0, 0, "textord", Some('\u{3A0}')),
("\\Sigma", 0, 0, "textord", Some('\u{3A3}')),
("\\Upsilon", 0, 0, "textord", Some('\u{3A5}')),
("\\Phi", 0, 0, "textord", Some('\u{3A6}')),
("\\Psi", 0, 0, "textord", Some('\u{3A8}')),
("\\Omega", 0, 0, "textord", Some('\u{3A9}')),
("\u{391}", 0, 0, "textord", Some('A')),
("\u{392}", 0, 0, "textord", Some('B')),
("\u{395}", 0, 0, "textord", Some('E')),
("\u{396}", 0, 0, "textord", Some('Z')),
("\u{397}", 0, 0, "textord", Some('H')),
("\u{399}", 0, 0, "textord", Some('I')),
("\u{39A}", 0, 0, "textord", Some('K')),
("\u{39C}", 0, 0, "textord", Some('M')),
("\u{39D}", 0, 0, "textord", Some('N')),
("\u{39F}", 0, 0, "textord", Some('O')),
("\u{3A1}", 0, 0, "textord", Some('P')),
("\u{3A4}", 0, 0, "textord", Some('T')),
("\u{3A7}", 0, 0, "textord", Some('X')),
("\\neg", 0, 0, "textord", Some('\u{AC}')),
("\\lnot", 0, 0, "textord", Some('\u{AC}')),
("\\top", 0, 0, "textord", Some('\u{22A4}')),
("\\bot", 0, 0, "textord", Some('\u{22A5}')),
("\\emptyset", 0, 0, "textord", Some('\u{2205}')),
("\\varnothing", 0, 1, "textord", Some('\u{2205}')),
("\\alpha", 0, 0, "mathord", Some('\u{3B1}')),
("\\beta", 0, 0, "mathord", Some('\u{3B2}')),
("\\gamma", 0, 0, "mathord", Some('\u{3B3}')),
("\\delta", 0, 0, "mathord", Some('\u{3B4}')),
("\\epsilon", 0, 0, "mathord", Some('\u{3F5}')),
("\\zeta", 0, 0, "mathord", Some('\u{3B6}')),
("\\eta", 0, 0, "mathord", Some('\u{3B7}')),
("\\theta", 0, 0, "mathord", Some('\u{3B8}')),
("\\iota", 0, 0, "mathord", Some('\u{3B9}')),
("\\kappa", 0, 0, "mathord", Some('\u{3BA}')),
("\\lambda", 0, 0, "mathord", Some('\u{3BB}')),
("\\mu", 0, 0, "mathord", Some('\u{3BC}')),
("\\nu", 0, 0, "mathord", Some('\u{3BD}')),
("\\xi", 0, 0, "mathord", Some('\u{3BE}')),
("\\omicron", 0, 0, "mathord", Some('\u{3BF}')),
("\\pi", 0, 0, "mathord", Some('\u{3C0}')),
("\\rho", 0, 0, "mathord", Some('\u{3C1}')),
("\\sigma", 0, 0, "mathord", Some('\u{3C3}')),
("\\tau", 0, 0, "mathord", Some('\u{3C4}')),
("\\upsilon", 0, 0, "mathord", Some('\u{3C5}')),
("\\phi", 0, 0, "mathord", Some('\u{3D5}')),
("\\chi", 0, 0, "mathord", Some('\u{3C7}')),
("\\psi", 0, 0, "mathord", Some('\u{3C8}')),
("\\omega", 0, 0, "mathord", Some('\u{3C9}')),
("\\varepsilon", 0, 0, "mathord", Some('\u{3B5}')),
("\\vartheta", 0, 0, "mathord", Some('\u{3D1}')),
("\\varpi", 0, 0, "mathord", Some('\u{3D6}')),
("\\varrho", 0, 0, "mathord", Some('\u{3F1}')),
("\\varsigma", 0, 0, "mathord", Some('\u{3C2}')),
("\\varphi", 0, 0, "mathord", Some('\u{3C6}')),
("*", 0, 0, "bin", Some('\u{2217}')),
("+", 0, 0, "bin", Some('+')),
("-", 0, 0, "bin", Some('\u{2212}')),
("\\cdot", 0, 0, "bin", Some('\u{22C5}')),
("\\circ", 0, 0, "bin", Some('\u{2218}')),
("\\div", 0, 0, "bin", Some('\u{F7}')),
("\\pm", 0, 0, "bin", Some('\u{B1}')),
("\\times", 0, 0, "bin", Some('\u{D7}')),
("\\cap", 0, 0, "bin", Some('\u{2229}')),
("\\cup", 0, 0, "bin", Some('\u{222A}')),
("\\setminus", 0, 0, "bin", Some('\u{2216}')),
("\\land", 0, 0, "bin", Some('\u{2227}')),
("\\lor", 0, 0, "bin", Some('\u{2228}')),
("\\wedge", 0, 0, "bin", Some('\u{2227}')),
("\\vee", 0, 0, "bin", Some('\u{2228}')),
("\\surd", 0, 0, "textord", Some('\u{221A}')),
("\\langle", 0, 0, "open", Some('\u{27E8}')),
("\\lvert", 0, 0, "open", Some('\u{2223}')),
("\\lVert", 0, 0, "open", Some('\u{2225}')),
("?", 0, 0, "close", Some('?')),
("!", 0, 0, "close", Some('!')),
("\\rangle", 0, 0, "close", Some('\u{27E9}')),
("\\rvert", 0, 0, "close", Some('\u{2223}')),
("\\rVert", 0, 0, "close", Some('\u{2225}')),
("=", 0, 0, "rel", Some('=')),
(":", 0, 0, "rel", Some(':')),
("\\approx", 0, 0, "rel", Some('\u{2248}')),
("\\cong", 0, 0, "rel", Some('\u{2245}')),
("\\ge", 0, 0, "rel", Some('\u{2265}')),
("\\geq", 0, 0, "rel", Some('\u{2265}')),
("\\gets", 0, 0, "rel", Some('\u{2190}')),
("\\gt", 0, 0, "rel", Some('>')),
("\\in", 0, 0, "rel", Some('\u{2208}')),
("\\subset", 0, 0, "rel", Some('\u{2282}')),
("\\supset", 0, 0, "rel", Some('\u{2283}')),
("\\subseteq", 0, 0, "rel", Some('\u{2286}')),
("\\supseteq", 0, 0, "rel", Some('\u{2287}')),
("\\nsubseteq", 0, 1, "rel", Some('\u{2288}')),
("\\nsupseteq", 0, 1, "rel", Some('\u{2289}')),
("\\models", 0, 0, "rel", Some('\u{22A8}')),
("\\leftarrow", 0, 0, "rel", Some('\u{2190}')),
("\\le", 0, 0, "rel", Some('\u{2264}')),
("\\leq", 0, 0, "rel", Some('\u{2264}')),
("\\lt", 0, 0, "rel", Some('<')),
("\\rightarrow", 0, 0, "rel", Some('\u{2192}')),
("\\to", 0, 0, "rel", Some('\u{2192}')),
("\\ngeq", 0, 1, "rel", Some('\u{2271}')),
("\\nleq", 0, 1, "rel", Some('\u{2270}')),
("\\ ", 0, 0, "spacing", Some('\u{A0}')),
("\\space", 0, 0, "spacing", Some('\u{A0}')),
("\\nobreakspace", 0, 0, "spacing", Some('\u{A0}')),
("\\ ", 1, 0, "spacing", Some('\u{A0}')),
(" ", 1, 0, "spacing", Some('\u{A0}')),
("\\space", 1, 0, "spacing", Some('\u{A0}')),
("\\nobreakspace", 1, 0, "spacing", Some('\u{A0}')),
("\\nobreak", 0, 0, "spacing", None),
("\\allowbreak", 0, 0, "spacing", None),
(",", 0, 0, "punct", Some(',')),
(";", 0, 0, "punct", Some(';')),
("\\barwedge", 0, 1, "bin", Some('\u{22BC}')),
("\\veebar", 0, 1, "bin", Some('\u{22BB}')),
("\\odot", 0, 0, "bin", Some('\u{2299}')),
("\\oplus", 0, 0, "bin", Some('\u{2295}')),
("\\otimes", 0, 0, "bin", Some('\u{2297}')),
("\\partial", 0, 0, "textord", Some('\u{2202}')),
("\\oslash", 0, 0, "bin", Some('\u{2298}')),
("\\circledcirc", 0, 1, "bin", Some('\u{229A}')),
("\\boxdot", 0, 1, "bin", Some('\u{22A1}')),
("\\bigtriangleup", 0, 0, "bin", Some('\u{25B3}')),
("\\bigtriangledown", 0, 0, "bin", Some('\u{25BD}')),
("\\dagger", 0, 0, "bin", Some('\u{2020}')),
("\\diamond", 0, 0, "bin", Some('\u{22C4}')),
("\\star", 0, 0, "bin", Some('\u{22C6}')),
("\\triangleleft", 0, 0, "bin", Some('\u{25C3}')),
("\\triangleright", 0, 0, "bin", Some('\u{25B9}')),
("\\{", 0, 0, "open", Some('{')),
("\\{", 1, 0, "textord", Some('{')),
("\\textbraceleft", 1, 0, "textord", Some('{')),
("\\}", 0, 0, "close", Some('}')),
("\\}", 1, 0, "textord", Some('}')),
("\\textbraceright", 1, 0, "textord", Some('}')),
("\\lbrace", 0, 0, "open", Some('{')),
("\\rbrace", 0, 0, "close", Some('}')),
("\\lbrack", 0, 0, "open", Some('[')),
("\\lbrack", 1, 0, "textord", Some('[')),
("\\rbrack", 0, 0, "close", Some(']')),
("\\rbrack", 1, 0, "textord", Some(']')),
("\\lparen", 0, 0, "open", Some('(')),
("\\rparen", 0, 0, "close", Some(')')),
("\\textless", 1, 0, "textord", Some('<')),
("\\textgreater", 1, 0, "textord", Some('>')),
("\\lfloor", 0, 0, "open", Some('\u{230A}')),
("\\rfloor", 0, 0, "close", Some('\u{230B}')),
("\\lceil", 0, 0, "open", Some('\u{2308}')),
("\\rceil", 0, 0, "close", Some('\u{2309}')),
("\\backslash", 0, 0, "textord", Some('\\')),
("|", 0, 0, "textord", Some('\u{2223}')),
("\\vert", 0, 0, "textord", Some('\u{2223}')),
("\\textbar", 1, 0, "textord", Some('|')),
("\\|", 0, 0, "textord", Some('\u{2225}')),
("\\Vert", 0, 0, "textord", Some('\u{2225}')),
("\\textbardbl", 1, 0, "textord", Some('\u{2225}')),
("\\textasciitilde", 1, 0, "textord", Some('~')),
("\\textbackslash", 1, 0, "textord", Some('\\')),
("\\textasciicircum", 1, 0, "textord", Some('^')),
("\\uparrow", 0, 0, "rel", Some('\u{2191}')),
("\\Uparrow", 0, 0, "rel", Some('\u{21D1}')),
("\\downarrow", 0, 0, "rel", Some('\u{2193}')),
("\\Downarrow", 0, 0, "rel", Some('\u{21D3}')),
("\\updownarrow", 0, 0, "rel", Some('\u{2195}')),
("\\Updownarrow", 0, 0, "rel", Some('\u{21D5}')),
("\\coprod", 0, 0, "op-token", Some('\u{2210}')),
("\\bigvee", 0, 0, "op-token", Some('\u{22C1}')),
("\\bigwedge", 0, 0, "op-token", Some('\u{22C0}')),
("\\biguplus", 0, 0, "op-token", Some('\u{2A04}')),
("\\bigcap", 0, 0, "op-token", Some('\u{22C2}')),
("\\bigcup", 0, 0, "op-token", Some('\u{22C3}')),
("\\int", 0, 0, "op-token", Some('\u{222B}')),
("\\intop", 0, 0, "op-token", Some('\u{222B}')),
("\\iint", 0, 0, "op-token", Some('\u{222C}')),
("\\iiint", 0, 0, "op-token", Some('\u{222D}')),
("\\prod", 0, 0, "op-token", Some('\u{220F}')),
("\\sum", 0, 0, "op-token", Some('\u{2211}')),
("\\bigotimes", 0, 0, "op-token", Some('\u{2A02}')),
("\\bigoplus", 0, 0, "op-token", Some('\u{2A01}')),
("\\bigodot", 0, 0, "op-token", Some('\u{2A00}')),
("\\oint", 0, 0, "op-token", Some('\u{222E}')),
("\\oiint", 0, 0, "op-token", Some('\u{222F}')),
("\\oiiint", 0, 0, "op-token", Some('\u{2230}')),
("\\bigsqcup", 0, 0, "op-token", Some('\u{2A06}')),
("\\smallint", 0, 0, "op-token", Some('\u{222B}')),
("\\textellipsis", 1, 0, "inner", Some('\u{2026}')),
("\\mathellipsis", 0, 0, "inner", Some('\u{2026}')),
("\\ldots", 1, 0, "inner", Some('\u{2026}')),
("\\ldots", 0, 0, "inner", Some('\u{2026}')),
("\\@cdots", 0, 0, "inner", Some('\u{22EF}')),
("\\ddots", 0, 0, "inner", Some('\u{22F1}')),
("\\varvdots", 0, 0, "textord", Some('\u{22EE}')),
("\\varvdots", 1, 0, "textord", Some('\u{22EE}')),
("\\acute", 0, 0, "accent-token", Some('\u{2CA}')),
("\\grave", 0, 0, "accent-token", Some('\u{2CB}')),
("\\ddot", 0, 0, "accent-token", Some('\u{A8}')),
("\\tilde", 0, 0, "accent-token", Some('~')),
("\\bar", 0, 0, "accent-token", Some('\u{2C9}')),
("\\breve", 0, 0, "accent-token", Some('\u{2D8}')),
("\\check", 0, 0, "accent-token", Some('\u{2C7}')),
("\\hat", 0, 0, "accent-token", Some('^')),
("\\vec", 0, 0, "accent-token", Some('\u{20D7}')),
("\\dot", 0, 0, "accent-token", Some('\u{2D9}')),
("\\mathring", 0, 0, "accent-token", Some('\u{2DA}')),
("\u{131}", 0, 0, "textord", Some('\u{131}')),
("\u{237}", 0, 0, "textord", Some('\u{237}')),
("\\i", 1, 0, "textord", Some('\u{131}')),
("\\j", 1, 0, "textord", Some('\u{237}')),
("\\ss", 1, 0, "textord", Some('\u{DF}')),
("\\ae", 1, 0, "textord", Some('\u{E6}')),
("\\oe", 1, 0, "textord", Some('\u{153}')),
("\\o", 1, 0, "textord", Some('\u{F8}')),
("\\AE", 1, 0, "textord", Some('\u{C6}')),
("\\OE", 1, 0, "textord", Some('\u{152}')),
("\\O", 1, 0, "textord", Some('\u{D8}')),
("\\'", 1, 0, "accent-token", Some('\u{2CA}')),
("\\`", 1, 0, "accent-token", Some('\u{2CB}')),
("\\^", 1, 0, "accent-token", Some('\u{2C6}')),
("\\~", 1, 0, "accent-token", Some('\u{2DC}')),
("\\=", 1, 0, "accent-token", Some('\u{2C9}')),
("\\u", 1, 0, "accent-token", Some('\u{2D8}')),
("\\.", 1, 0, "accent-token", Some('\u{2D9}')),
("\\c", 1, 0, "accent-token", Some('\u{B8}')),
("\\r", 1, 0, "accent-token", Some('\u{2DA}')),
("\\v", 1, 0, "accent-token", Some('\u{2C7}')),
("\\\"", 1, 0, "accent-token", Some('\u{A8}')),
("\\H", 1, 0, "accent-token", Some('\u{2DD}')),
("\\textcircled", 1, 0, "accent-token", Some('\u{25EF}')),
("--", 1, 0, "textord", Some('\u{2013}')),
("\\textendash", 1, 0, "textord", Some('\u{2013}')),
("---", 1, 0, "textord", Some('\u{2014}')),
("\\textemdash", 1, 0, "textord", Some('\u{2014}')),
("`", 1, 0, "textord", Some('\u{2018}')),
("\\textquoteleft", 1, 0, "textord", Some('\u{2018}')),
("'", 1, 0, "textord", Some('\u{2019}')),
("\\textquoteright", 1, 0, "textord", Some('\u{2019}')),
("``", 1, 0, "textord", Some('\u{201C}')),
("\\textquotedblleft", 1, 0, "textord", Some('\u{201C}')),
("''", 1, 0, "textord", Some('\u{201D}')),
("\\textquotedblright", 1, 0, "textord", Some('\u{201D}')),
("\\degree", 0, 0, "textord", Some('\u{B0}')),
("\\degree", 1, 0, "textord", Some('\u{B0}')),
("\\textdegree", 1, 0, "textord", Some('\u{B0}')),
("\\pounds", 0, 0, "textord", Some('\u{A3}')),
("\\mathsterling", 0, 0, "textord", Some('\u{A3}')),
("\\pounds", 1, 0, "textord", Some('\u{A3}')),
("\\textsterling", 1, 0, "textord", Some('\u{A3}')),
("\\maltese", 0, 1, "textord", Some('\u{2720}')),
("\\maltese", 1, 1, "textord", Some('\u{2720}')),
("\u{2102}", 0, 1, "textord", Some('C')),
("\u{2102}", 1, 1, "textord", Some('C')),
("\u{210D}", 0, 1, "textord", Some('H')),
("\u{210D}", 1, 1, "textord", Some('H')),
("\u{2115}", 0, 1, "textord", Some('N')),
("\u{2115}", 1, 1, "textord", Some('N')),
("\u{2119}", 0, 1, "textord", Some('P')),
("\u{2119}", 1, 1, "textord", Some('P')),
("\u{211A}", 0, 1, "textord", Some('Q')),
("\u{211A}", 1, 1, "textord", Some('Q')),
("\u{211D}", 0, 1, "textord", Some('R')),
("\u{211D}", 1, 1, "textord", Some('R')),
("\u{2124}", 0, 1, "textord", Some('Z')),
("\u{2124}", 1, 1, "textord", Some('Z')),
("\u{210E}", 0, 0, "mathord", Some('h')),
("\u{210E}", 1, 0, "mathord", Some('h')),
("0", 0, 0, "textord", Some('0')),
("1", 0, 0, "textord", Some('1')),
("2", 0, 0, "textord", Some('2')),
("3", 0, 0, "textord", Some('3')),
("4", 0, 0, "textord", Some('4')),
("5", 0, 0, "textord", Some('5')),
("6", 0, 0, "textord", Some('6')),
("7", 0, 0, "textord", Some('7')),
("8", 0, 0, "textord", Some('8')),
("9", 0, 0, "textord", Some('9')),
("/", 0, 0, "textord", Some('/')),
("@", 0, 0, "textord", Some('@')),
(".", 0, 0, "textord", Some('.')),
("\"", 0, 0, "textord", Some('"')),
("0", 1, 0, "textord", Some('0')),
("1", 1, 0, "textord", Some('1')),
("2", 1, 0, "textord", Some('2')),
("3", 1, 0, "textord", Some('3')),
("4", 1, 0, "textord", Some('4')),
("5", 1, 0, "textord", Some('5')),
("6", 1, 0, "textord", Some('6')),
("7", 1, 0, "textord", Some('7')),
("8", 1, 0, "textord", Some('8')),
("9", 1, 0, "textord", Some('9')),
("!", 1, 0, "textord", Some('!')),
("@", 1, 0, "textord", Some('@')),
("*", 1, 0, "textord", Some('*')),
("(", 1, 0, "textord", Some('(')),
(")", 1, 0, "textord", Some(')')),
("-", 1, 0, "textord", Some('-')),
("=", 1, 0, "textord", Some('=')),
("+", 1, 0, "textord", Some('+')),
("\"", 1, 0, "textord", Some('"')),
(";", 1, 0, "textord", Some(';')),
(":", 1, 0, "textord", Some(':')),
("?", 1, 0, "textord", Some('?')),
("/", 1, 0, "textord", Some('/')),
(".", 1, 0, "textord", Some('.')),
(",", 1, 0, "textord", Some(',')),
("A", 0, 0, "mathord", Some('A')),
("A", 1, 0, "textord", Some('A')),
("B", 0, 0, "mathord", Some('B')),
("B", 1, 0, "textord", Some('B')),
("C", 0, 0, "mathord", Some('C')),
("C", 1, 0, "textord", Some('C')),
("D", 0, 0, "mathord", Some('D')),
("D", 1, 0, "textord", Some('D')),
("E", 0, 0, "mathord", Some('E')),
("E", 1, 0, "textord", Some('E')),
("F", 0, 0, "mathord", Some('F')),
("F", 1, 0, "textord", Some('F')),
("G", 0, 0, "mathord", Some('G')),
("G", 1, 0, "textord", Some('G')),
("H", 0, 0, "mathord", Some('H')),
("H", 1, 0, "textord", Some('H')),
("I", 0, 0, "mathord", Some('I')),
("I", 1, 0, "textord", Some('I')),
("J", 0, 0, "mathord", Some('J')),
("J", 1, 0, "textord", Some('J')),
("K", 0, 0, "mathord", Some('K')),
("K", 1, 0, "textord", Some('K')),
("L", 0, 0, "mathord", Some('L')),
("L", 1, 0, "textord", Some('L')),
("M", 0, 0, "mathord", Some('M')),
("M", 1, 0, "textord", Some('M')),
("N", 0, 0, "mathord", Some('N')),
("N", 1, 0, "textord", Some('N')),
("O", 0, 0, "mathord", Some('O')),
("O", 1, 0, "textord", Some('O')),
("P", 0, 0, "mathord", Some('P')),
("P", 1, 0, "textord", Some('P')),
("Q", 0, 0, "mathord", Some('Q')),
("Q", 1, 0, "textord", Some('Q')),
("R", 0, 0, "mathord", Some('R')),
("R", 1, 0, "textord", Some('R')),
("S", 0, 0, "mathord", Some('S')),
("S", 1, 0, "textord", Some('S')),
("T", 0, 0, "mathord", Some('T')),
("T", 1, 0, "textord", Some('T')),
("U", 0, 0, "mathord", Some('U')),
("U", 1, 0, "textord", Some('U')),
("V", 0, 0, "mathord", Some('V')),
("V", 1, 0, "textord", Some('V')),
("W", 0, 0, "mathord", Some('W')),
("W", 1, 0, "textord", Some('W')),
("X", 0, 0, "mathord", Some('X')),
("X", 1, 0, "textord", Some('X')),
("Y", 0, 0, "mathord", Some('Y')),
("Y", 1, 0, "textord", Some('Y')),
("Z", 0, 0, "mathord", Some('Z')),
("Z", 1, 0, "textord", Some('Z')),
("a", 0, 0, "mathord", Some('a')),
("a", 1, 0, "textord", Some('a')),
("b", 0, 0, "mathord", Some('b')),
("b", 1, 0, "textord", Some('b')),
("c", 0, 0, "mathord", Some('c')),
("c", 1, 0, "textord", Some('c')),
("d", 0, 0, "mathord", Some('d')),
("d", 1, 0, "textord", Some('d')),
("e", 0, 0, "mathord", Some('e')),
("e", 1, 0, "textord", Some('e')),
("f", 0, 0, "mathord", Some('f')),
("f", 1, 0, "textord", Some('f')),
("g", 0, 0, "mathord", Some('g')),
("g", 1, 0, "textord", Some('g')),
("h", 0, 0, "mathord", Some('h')),
("h", 1, 0, "textord", Some('h')),
("i", 0, 0, "mathord", Some('i')),
("i", 1, 0, "textord", Some('i')),
("j", 0, 0, "mathord", Some('j')),
("j", 1, 0, "textord", Some('j')),
("k", 0, 0, "mathord", Some('k')),
("k", 1, 0, "textord", Some('k')),
("l", 0, 0, "mathord", Some('l')),
("l", 1, 0, "textord", Some('l')),
("m", 0, 0, "mathord", Some('m')),
("m", 1, 0, "textord", Some('m')),
("n", 0, 0, "mathord", Some('n')),
("n", 1, 0, "textord", Some('n')),
("o", 0, 0, "mathord", Some('o')),
("o", 1, 0, "textord", Some('o')),
("p", 0, 0, "mathord", Some('p')),
("p", 1, 0, "textord", Some('p')),
("q", 0, 0, "mathord", Some('q')),
("q", 1, 0, "textord", Some('q')),
("r", 0, 0, "mathord", Some('r')),
("r", 1, 0, "textord", Some('r')),
("s", 0, 0, "mathord", Some('s')),
("s", 1, 0, "textord", Some('s')),
("t", 0, 0, "mathord", Some('t')),
("t", 1, 0, "textord", Some('t')),
("u", 0, 0, "mathord", Some('u')),
("u", 1, 0, "textord", Some('u')),
("v", 0, 0, "mathord", Some('v')),
("v", 1, 0, "textord", Some('v')),
("w", 0, 0, "mathord", Some('w')),
("w", 1, 0, "textord", Some('w')),
("x", 0, 0, "mathord", Some('x')),
("x", 1, 0, "textord", Some('x')),
("y", 0, 0, "mathord", Some('y')),
("y", 1, 0, "textord", Some('y')),
("z", 0, 0, "mathord", Some('z')),
("z", 1, 0, "textord", Some('z')),
("\u{1D400}", 0, 0, "mathord", Some('A')),
("\u{1D400}", 1, 0, "textord", Some('A')),
("\u{1D401}", 0, 0, "mathord", Some('B')),
("\u{1D401}", 1, 0, "textord", Some('B')),
("\u{1D402}", 0, 0, "mathord", Some('C')),
("\u{1D402}", 1, 0, "textord", Some('C')),
("\u{1D403}", 0, 0, "mathord", Some('D')),
("\u{1D403}", 1, 0, "textord", Some('D')),
("\u{1D404}", 0, 0, "mathord", Some('E')),
("\u{1D404}", 1, 0, "textord", Some('E')),
("\u{1D405}", 0, 0, "mathord", Some('F')),
("\u{1D405}", 1, 0, "textord", Some('F')),
("\u{1D406}", 0, 0, "mathord", Some('G')),
("\u{1D406}", 1, 0, "textord", Some('G')),
("\u{1D407}", 0, 0, "mathord", Some('H')),
("\u{1D407}", 1, 0, "textord", Some('H')),
("\u{1D408}", 0, 0, "mathord", Some('I')),
("\u{1D408}", 1, 0, "textord", Some('I')),
("\u{1D409}", 0, 0, "mathord", Some('J')),
("\u{1D409}", 1, 0, "textord", Some('J')),
("\u{1D40A}", 0, 0, "mathord", Some('K')),
("\u{1D40A}", 1, 0, "textord", Some('K')),
("\u{1D40B}", 0, 0, "mathord", Some('L')),
("\u{1D40B}", 1, 0, "textord", Some('L')),
("\u{1D40C}", 0, 0, "mathord", Some('M')),
("\u{1D40C}", 1, 0, "textord", Some('M')),
("\u{1D40D}", 0, 0, "mathord", Some('N')),
("\u{1D40D}", 1, 0, "textord", Some('N')),
("\u{1D40E}", 0, 0, "mathord", Some('O')),
("\u{1D40E}", 1, 0, "textord", Some('O')),
("\u{1D40F}", 0, 0, "mathord", Some('P')),
("\u{1D40F}", 1, 0, "textord", Some('P')),
("\u{1D410}", 0, 0, "mathord", Some('Q')),
("\u{1D410}", 1, 0, "textord", Some('Q')),
("\u{1D411}", 0, 0, "mathord", Some('R')),
("\u{1D411}", 1, 0, "textord", Some('R')),
("\u{1D412}", 0, 0, "mathord", Some('S')),
("\u{1D412}", 1, 0, "textord", Some('S')),
("\u{1D413}", 0, 0, "mathord", Some('T')),
("\u{1D413}", 1, 0, "textord", Some('T')),
("\u{1D414}", 0, 0, "mathord", Some('U')),
("\u{1D414}", 1, 0, "textord", Some('U')),
("\u{1D415}", 0, 0, "mathord", Some('V')),
("\u{1D415}", 1, 0, "textord", Some('V')),
("\u{1D416}", 0, 0, "mathord", Some('W')),
("\u{1D416}", 1, 0, "textord", Some('W')),
("\u{1D417}", 0, 0, "mathord", Some('X')),
("\u{1D417}", 1, 0, "textord", Some('X')),
("\u{1D418}", 0, 0, "mathord", Some('Y')),
("\u{1D418}", 1, 0, "textord", Some('Y')),
("\u{1D419}", 0, 0, "mathord", Some('Z')),
("\u{1D419}", 1, 0, "textord", Some('Z')),
("\u{1D41A}", 0, 0, "mathord", Some('a')),
("\u{1D41A}", 1, 0, "textord", Some('a')),
("\u{1D41B}", 0, 0, "mathord", Some('b')),
("\u{1D41B}", 1, 0, "textord", Some('b')),
("\u{1D41C}", 0, 0, "mathord", Some('c')),
("\u{1D41C}", 1, 0, "textord", Some('c')),
("\u{1D41D}", 0, 0, "mathord", Some('d')),
("\u{1D41D}", 1, 0, "textord", Some('d')),
("\u{1D41E}", 0, 0, "mathord", Some('e')),
("\u{1D41E}", 1, 0, "textord", Some('e')),
("\u{1D41F}", 0, 0, "mathord", Some('f')),
("\u{1D41F}", 1, 0, "textord", Some('f')),
("\u{1D420}", 0, 0, "mathord", Some('g')),
("\u{1D420}", 1, 0, "textord", Some('g')),
("\u{1D421}", 0, 0, "mathord", Some('h')),
("\u{1D421}", 1, 0, "textord", Some('h')),
("\u{1D422}", 0, 0, "mathord", Some('i')),
("\u{1D422}", 1, 0, "textord", Some('i')),
("\u{1D423}", 0, 0, "mathord", Some('j')),
("\u{1D423}", 1, 0, "textord", Some('j')),
("\u{1D424}", 0, 0, "mathord", Some('k')),
("\u{1D424}", 1, 0, "textord", Some('k')),
("\u{1D425}", 0, 0, "mathord", Some('l')),
("\u{1D425}", 1, 0, "textord", Some('l')),
("\u{1D426}", 0, 0, "mathord", Some('m')),
("\u{1D426}", 1, 0, "textord", Some('m')),
("\u{1D427}", 0, 0, "mathord", Some('n')),
("\u{1D427}", 1, 0, "textord", Some('n')),
("\u{1D428}", 0, 0, "mathord", Some('o')),
("\u{1D428}", 1, 0, "textord", Some('o')),
("\u{1D429}", 0, 0, "mathord", Some('p')),
("\u{1D429}", 1, 0, "textord", Some('p')),
("\u{1D42A}", 0, 0, "mathord", Some('q')),
("\u{1D42A}", 1, 0, "textord", Some('q')),
("\u{1D42B}", 0, 0, "mathord", Some('r')),
("\u{1D42B}", 1, 0, "textord", Some('r')),
("\u{1D42C}", 0, 0, "mathord", Some('s')),
("\u{1D42C}", 1, 0, "textord", Some('s')),
("\u{1D42D}", 0, 0, "mathord", Some('t')),
("\u{1D42D}", 1, 0, "textord", Some('t')),
("\u{1D42E}", 0, 0, "mathord", Some('u')),
("\u{1D42E}", 1, 0, "textord", Some('u')),
("\u{1D42F}", 0, 0, "mathord", Some('v')),
("\u{1D42F}", 1, 0, "textord", Some('v')),
("\u{1D430}", 0, 0, "mathord", Some('w')),
("\u{1D430}", 1, 0, "textord", Some('w')),
("\u{1D431}", 0, 0, "mathord", Some('x')),
("\u{1D431}", 1, 0, "textord", Some('x')),
("\u{1D432}", 0, 0, "mathord", Some('y')),
("\u{1D432}", 1, 0, "textord", Some('y')),
("\u{1D433}", 0, 0, "mathord", Some('z')),
("\u{1D433}", 1, 0, "textord", Some('z')),
("\u{1D434}", 0, 0, "mathord", Some('A')),
("\u{1D434}", 1, 0, "textord", Some('A')),
("\u{1D435}", 0, 0, "mathord", Some('B')),
("\u{1D435}", 1, 0, "textord", Some('B')),
("\u{1D436}", 0, 0, "mathord", Some('C')),
("\u{1D436}", 1, 0, "textord", Some('C')),
("\u{1D437}", 0, 0, "mathord", Some('D')),
("\u{1D437}", 1, 0, "textord", Some('D')),
("\u{1D438}", 0, 0, "mathord", Some('E')),
("\u{1D438}", 1, 0, "textord", Some('E')),
("\u{1D439}", 0, 0, "mathord", Some('F')),
("\u{1D439}", 1, 0, "textord", Some('F')),
("\u{1D43A}", 0, 0, "mathord", Some('G')),
("\u{1D43A}", 1, 0, "textord", Some('G')),
("\u{1D43B}", 0, 0, "mathord", Some('H')),
("\u{1D43B}", 1, 0, "textord", Some('H')),
("\u{1D43C}", 0, 0, "mathord", Some('I')),
("\u{1D43C}", 1, 0, "textord", Some('I')),
("\u{1D43D}", 0, 0, "mathord", Some('J')),
("\u{1D43D}", 1, 0, "textord", Some('J')),
("\u{1D43E}", 0, 0, "mathord", Some('K')),
("\u{1D43E}", 1, 0, "textord", Some('K')),
("\u{1D43F}", 0, 0, "mathord", Some('L')),
("\u{1D43F}", 1, 0, "textord", Some('L')),
("\u{1D440}", 0, 0, "mathord", Some('M')),
("\u{1D440}", 1, 0, "textord", Some('M')),
("\u{1D441}", 0, 0, "mathord", Some('N')),
("\u{1D441}", 1, 0, "textord", Some('N')),
("\u{1D442}", 0, 0, "mathord", Some('O')),
("\u{1D442}", 1, 0, "textord", Some('O')),
("\u{1D443}", 0, 0, "mathord", Some('P')),
("\u{1D443}", 1, 0, "textord", Some('P')),
("\u{1D444}", 0, 0, "mathord", Some('Q')),
("\u{1D444}", 1, 0, "textord", Some('Q')),
("\u{1D445}", 0, 0, "mathord", Some('R')),
("\u{1D445}", 1, 0, "textord", Some('R')),
("\u{1D446}", 0, 0, "mathord", Some('S')),
("\u{1D446}", 1, 0, "textord", Some('S')),
("\u{1D447}", 0, 0, "mathord", Some('T')),
("\u{1D447}", 1, 0, "textord", Some('T')),
("\u{1D448}", 0, 0, "mathord", Some('U')),
("\u{1D448}", 1, 0, "textord", Some('U')),
("\u{1D449}", 0, 0, "mathord", Some('V')),
("\u{1D449}", 1, 0, "textord", Some('V')),
("\u{1D44A}", 0, 0, "mathord", Some('W')),
("\u{1D44A}", 1, 0, "textord", Some('W')),
("\u{1D44B}", 0, 0, "mathord", Some('X')),
("\u{1D44B}", 1, 0, "textord", Some('X')),
("\u{1D44C}", 0, 0, "mathord", Some('Y')),
("\u{1D44C}", 1, 0, "textord", Some('Y')),
("\u{1D44D}", 0, 0, "mathord", Some('Z')),
("\u{1D44D}", 1, 0, "textord", Some('Z')),
("\u{1D44E}", 0, 0, "mathord", Some('a')),
("\u{1D44E}", 1, 0, "textord", Some('a')),
("\u{1D44F}", 0, 0, "mathord", Some('b')),
("\u{1D44F}", 1, 0, "textord", Some('b')),
("\u{1D450}", 0, 0, "mathord", Some('c')),
("\u{1D450}", 1, 0, "textord", Some('c')),
("\u{1D451}", 0, 0, "mathord", Some('d')),
("\u{1D451}", 1, 0, "textord", Some('d')),
("\u{1D452}", 0, 0, "mathord", Some('e')),
("\u{1D452}", 1, 0, "textord", Some('e')),
("\u{1D453}", 0, 0, "mathord", Some('f')),
("\u{1D453}", 1, 0, "textord", Some('f')),
("\u{1D454}", 0, 0, "mathord", Some('g')),
("\u{1D454}", 1, 0, "textord", Some('g')),
("\u{1D455}", 0, 0, "mathord", Some('h')),
("\u{1D455}", 1, 0, "textord", Some('h')),
("\u{1D456}", 0, 0, "mathord", Some('i')),
("\u{1D456}", 1, 0, "textord", Some('i')),
("\u{1D457}", 0, 0, "mathord", Some('j')),
("\u{1D457}", 1, 0, "textord", Some('j')),
("\u{1D458}", 0, 0, "mathord", Some('k')),
("\u{1D458}", 1, 0, "textord", Some('k')),
("\u{1D459}", 0, 0, "mathord", Some('l')),
("\u{1D459}", 1, 0, "textord", Some('l')),
("\u{1D45A}", 0, 0, "mathord", Some('m')),
("\u{1D45A}", 1, 0, "textord", Some('m')),
("\u{1D45B}", 0, 0, "mathord", Some('n')),
("\u{1D45B}", 1, 0, "textord", Some('n')),
("\u{1D45C}", 0, 0, "mathord", Some('o')),
("\u{1D45C}", 1, 0, "textord", Some('o')),
("\u{1D45D}", 0, 0, "mathord", Some('p')),
("\u{1D45D}", 1, 0, "textord", Some('p')),
("\u{1D45E}", 0, 0, "mathord", Some('q')),
("\u{1D45E}", 1, 0, "textord", Some('q')),
("\u{1D45F}", 0, 0, "mathord", Some('r')),
("\u{1D45F}", 1, 0, "textord", Some('r')),
("\u{1D460}", 0, 0, "mathord", Some('s')),
("\u{1D460}", 1, 0, "textord", Some('s')),
("\u{1D461}", 0, 0, "mathord", Some('t')),
("\u{1D461}", 1, 0, "textord", Some('t')),
("\u{1D462}", 0, 0, "mathord", Some('u')),
("\u{1D462}", 1, 0, "textord", Some('u')),
("\u{1D463}", 0, 0, "mathord", Some('v')),
("\u{1D463}", 1, 0, "textord", Some('v')),
("\u{1D464}", 0, 0, "mathord", Some('w')),
("\u{1D464}", 1, 0, "textord", Some('w')),
("\u{1D465}", 0, 0, "mathord", Some('x')),
("\u{1D465}", 1, 0, "textord", Some('x')),
("\u{1D466}", 0, 0, "mathord", Some('y')),
("\u{1D466}", 1, 0, "textord", Some('y')),
("\u{1D467}", 0, 0, "mathord", Some('z')),
("\u{1D467}", 1, 0, "textord", Some('z')),
("\u{1D468}", 0, 0, "mathord", Some('A')),
("\u{1D468}", 1, 0, "textord", Some('A')),
("\u{1D469}", 0, 0, "mathord", Some('B')),
("\u{1D469}", 1, 0, "textord", Some('B')),
("\u{1D46A}", 0, 0, "mathord", Some('C')),
("\u{1D46A}", 1, 0, "textord", Some('C')),
("\u{1D46B}", 0, 0, "mathord", Some('D')),
("\u{1D46B}", 1, 0, "textord", Some('D')),
("\u{1D46C}", 0, 0, "mathord", Some('E')),
("\u{1D46C}", 1, 0, "textord", Some('E')),
("\u{1D46D}", 0, 0, "mathord", Some('F')),
("\u{1D46D}", 1, 0, "textord", Some('F')),
("\u{1D46E}", 0, 0, "mathord", Some('G')),
("\u{1D46E}", 1, 0, "textord", Some('G')),
("\u{1D46F}", 0, 0, "mathord", Some('H')),
("\u{1D46F}", 1, 0, "textord", Some('H')),
("\u{1D470}", 0, 0, "mathord", Some('I')),
("\u{1D470}", 1, 0, "textord", Some('I')),
("\u{1D471}", 0, 0, "mathord", Some('J')),
("\u{1D471}", 1, 0, "textord", Some('J')),
("\u{1D472}", 0, 0, "mathord", Some('K')),
("\u{1D472}", 1, 0, "textord", Some('K')),
("\u{1D473}", 0, 0, "mathord", Some('L')),
("\u{1D473}", 1, 0, "textord", Some('L')),
("\u{1D474}", 0, 0, "mathord", Some('M')),
("\u{1D474}", 1, 0, "textord", Some('M')),
("\u{1D475}", 0, 0, "mathord", Some('N')),
("\u{1D475}", 1, 0, "textord", Some('N')),
("\u{1D476}", 0, 0, "mathord", Some('O')),
("\u{1D476}", 1, 0, "textord", Some('O')),
("\u{1D477}", 0, 0, "mathord", Some('P')),
("\u{1D477}", 1, 0, "textord", Some('P')),
("\u{1D478}", 0, 0, "mathord", Some('Q')),
("\u{1D478}", 1, 0, "textord", Some('Q')),
("\u{1D479}", 0, 0, "mathord", Some('R')),
("\u{1D479}", 1, 0, "textord", Some('R')),
("\u{1D47A}", 0, 0, "mathord", Some('S')),
("\u{1D47A}", 1, 0, "textord", Some('S')),
("\u{1D47B}", 0, 0, "mathord", Some('T')),
("\u{1D47B}", 1, 0, "textord", Some('T')),
("\u{1D47C}", 0, 0, "mathord", Some('U')),
("\u{1D47C}", 1, 0, "textord", Some('U')),
("\u{1D47D}", 0, 0, "mathord", Some('V')),
("\u{1D47D}", 1, 0, "textord", Some('V')),
("\u{1D47E}", 0, 0, "mathord", Some('W')),
("\u{1D47E}", 1, 0, "textord", Some('W')),
("\u{1D47F}", 0, 0, "mathord", Some('X')),
("\u{1D47F}", 1, 0, "textord", Some('X')),
("\u{1D480}", 0, 0, "mathord", Some('Y')),
("\u{1D480}", 1, 0, "textord", Some('Y')),
("\u{1D481}", 0, 0, "mathord", Some('Z')),
("\u{1D481}", 1, 0, "textord", Some('Z')),
("\u{1D482}", 0, 0, "mathord", Some('a')),
("\u{1D482}", 1, 0, "textord", Some('a')),
("\u{1D483}", 0, 0, "mathord", Some('b')),
("\u{1D483}", 1, 0, "textord", Some('b')),
("\u{1D484}", 0, 0, "mathord", Some('c')),
("\u{1D484}", 1, 0, "textord", Some('c')),
("\u{1D485}", 0, 0, "mathord", Some('d')),
("\u{1D485}", 1, 0, "textord", Some('d')),
("\u{1D486}", 0, 0, "mathord", Some('e')),
("\u{1D486}", 1, 0, "textord", Some('e')),
("\u{1D487}", 0, 0, "mathord", Some('f')),
("\u{1D487}", 1, 0, "textord", Some('f')),
("\u{1D488}", 0, 0, "mathord", Some('g')),
("\u{1D488}", 1, 0, "textord", Some('g')),
("\u{1D489}", 0, 0, "mathord", Some('h')),
("\u{1D489}", 1, 0, "textord", Some('h')),
("\u{1D48A}", 0, 0, "mathord", Some('i')),
("\u{1D48A}", 1, 0, "textord", Some('i')),
("\u{1D48B}", 0, 0, "mathord", Some('j')),
("\u{1D48B}", 1, 0, "textord", Some('j')),
("\u{1D48C}", 0, 0, "mathord", Some('k')),
("\u{1D48C}", 1, 0, "textord", Some('k')),
("\u{1D48D}", 0, 0, "mathord", Some('l')),
("\u{1D48D}", 1, 0, "textord", Some('l')),
("\u{1D48E}", 0, 0, "mathord", Some('m')),
("\u{1D48E}", 1, 0, "textord", Some('m')),
("\u{1D48F}", 0, 0, "mathord", Some('n')),
("\u{1D48F}", 1, 0, "textord", Some('n')),
("\u{1D490}", 0, 0, "mathord", Some('o')),
("\u{1D490}", 1, 0, "textord", Some('o')),
("\u{1D491}", 0, 0, "mathord", Some('p')),
("\u{1D491}", 1, 0, "textord", Some('p')),
("\u{1D492}", 0, 0, "mathord", Some('q')),
("\u{1D492}", 1, 0, "textord", Some('q')),
("\u{1D493}", 0, 0, "mathord", Some('r')),
("\u{1D493}", 1, 0, "textord", Some('r')),
("\u{1D494}", 0, 0, "mathord", Some('s')),
("\u{1D494}", 1, 0, "textord", Some('s')),
("\u{1D495}", 0, 0, "mathord", Some('t')),
("\u{1D495}", 1, 0, "textord", Some('t')),
("\u{1D496}", 0, 0, "mathord", Some('u')),
("\u{1D496}", 1, 0, "textord", Some('u')),
("\u{1D497}", 0, 0, "mathord", Some('v')),
("\u{1D497}", 1, 0, "textord", Some('v')),
("\u{1D498}", 0, 0, "mathord", Some('w')),
("\u{1D498}", 1, 0, "textord", Some('w')),
("\u{1D499}", 0, 0, "mathord", Some('x')),
("\u{1D499}", 1, 0, "textord", Some('x')),
("\u{1D49A}", 0, 0, "mathord", Some('y')),
("\u{1D49A}", 1, 0, "textord", Some('y')),
("\u{1D49B}", 0, 0, "mathord", Some('z')),
("\u{1D49B}", 1, 0, "textord", Some('z')),
("\u{1D504}", 0, 0, "mathord", Some('A')),
("\u{1D504}", 1, 0, "textord", Some('A')),
("\u{1D505}", 0, 0, "mathord", Some('B')),
("\u{1D505}", 1, 0, "textord", Some('B')),
("\u{1D506}", 0, 0, "mathord", Some('C')),
("\u{1D506}", 1, 0, "textord", Some('C')),
("\u{1D507}", 0, 0, "mathord", Some('D')),
("\u{1D507}", 1, 0, "textord", Some('D')),
("\u{1D508}", 0, 0, "mathord", Some('E')),
("\u{1D508}", 1, 0, "textord", Some('E')),
("\u{1D509}", 0, 0, "mathord", Some('F')),
("\u{1D509}", 1, 0, "textord", Some('F')),
("\u{1D50A}", 0, 0, "mathord", Some('G')),
("\u{1D50A}", 1, 0, "textord", Some('G')),
("\u{1D50B}", 0, 0, "mathord", Some('H')),
("\u{1D50B}", 1, 0, "textord", Some('H')),
("\u{1D50C}", 0, 0, "mathord", Some('I')),
("\u{1D50C}", 1, 0, "textord", Some('I')),
("\u{1D50D}", 0, 0, "mathord", Some('J')),
("\u{1D50D}", 1, 0, "textord", Some('J')),
("\u{1D50E}", 0, 0, "mathord", Some('K')),
("\u{1D50E}", 1, 0, "textord", Some('K')),
("\u{1D50F}", 0, 0, "mathord", Some('L')),
("\u{1D50F}", 1, 0, "textord", Some('L')),
("\u{1D510}", 0, 0, "mathord", Some('M')),
("\u{1D510}", 1, 0, "textord", Some('M')),
("\u{1D511}", 0, 0, "mathord", Some('N')),
("\u{1D511}", 1, 0, "textord", Some('N')),
("\u{1D512}", 0, 0, "mathord", Some('O')),
("\u{1D512}", 1, 0, "textord", Some('O')),
("\u{1D513}", 0, 0, "mathord", Some('P')),
("\u{1D513}", 1, 0, "textord", Some('P')),
("\u{1D514}", 0, 0, "mathord", Some('Q')),
("\u{1D514}", 1, 0, "textord", Some('Q')),
("\u{1D515}", 0, 0, "mathord", Some('R')),
("\u{1D515}", 1, 0, "textord", Some('R')),
("\u{1D516}", 0, 0, "mathord", Some('S')),
("\u{1D516}", 1, 0, "textord", Some('S')),
("\u{1D517}", 0, 0, "mathord", Some('T')),
("\u{1D517}", 1, 0, "textord", Some('T')),
("\u{1D518}", 0, 0, "mathord", Some('U')),
("\u{1D518}", 1, 0, "textord", Some('U')),
("\u{1D519}", 0, 0, "mathord", Some('V')),
("\u{1D519}", 1, 0, "textord", Some('V')),
("\u{1D51A}", 0, 0, "mathord", Some('W')),
("\u{1D51A}", 1, 0, "textord", Some('W')),
("\u{1D51B}", 0, 0, "mathord", Some('X')),
("\u{1D51B}", 1, 0, "textord", Some('X')),
("\u{1D51C}", 0, 0, "mathord", Some('Y')),
("\u{1D51C}", 1, 0, "textord", Some('Y')),
("\u{1D51D}", 0, 0, "mathord", Some('Z')),
("\u{1D51D}", 1, 0, "textord", Some('Z')),
("\u{1D51E}", 0, 0, "mathord", Some('a')),
("\u{1D51E}", 1, 0, "textord", Some('a')),
("\u{1D51F}", 0, 0, "mathord", Some('b')),
("\u{1D51F}", 1, 0, "textord", Some('b')),
("\u{1D520}", 0, 0, "mathord", Some('c')),
("\u{1D520}", 1, 0, "textord", Some('c')),
("\u{1D521}", 0, 0, "mathord", Some('d')),
("\u{1D521}", 1, 0, "textord", Some('d')),
("\u{1D522}", 0, 0, "mathord", Some('e')),
("\u{1D522}", 1, 0, "textord", Some('e')),
("\u{1D523}", 0, 0, "mathord", Some('f')),
("\u{1D523}", 1, 0, "textord", Some('f')),
("\u{1D524}", 0, 0, "mathord", Some('g')),
("\u{1D524}", 1, 0, "textord", Some('g')),
("\u{1D525}", 0, 0, "mathord", Some('h')),
("\u{1D525}", 1, 0, "textord", Some('h')),
("\u{1D526}", 0, 0, "mathord", Some('i')),
("\u{1D526}", 1, 0, "textord", Some('i')),
("\u{1D527}", 0, 0, "mathord", Some('j')),
("\u{1D527}", 1, 0, "textord", Some('j')),
("\u{1D528}", 0, 0, "mathord", Some('k')),
("\u{1D528}", 1, 0, "textord", Some('k')),
("\u{1D529}", 0, 0, "mathord", Some('l')),
("\u{1D529}", 1, 0, "textord", Some('l')),
("\u{1D52A}", 0, 0, "mathord", Some('m')),
("\u{1D52A}", 1, 0, "textord", Some('m')),
("\u{1D52B}", 0, 0, "mathord", Some('n')),
("\u{1D52B}", 1, 0, "textord", Some('n')),
("\u{1D52C}", 0, 0, "mathord", Some('o')),
("\u{1D52C}", 1, 0, "textord", Some('o')),
("\u{1D52D}", 0, 0, "mathord", Some('p')),
("\u{1D52D}", 1, 0, "textord", Some('p')),
("\u{1D52E}", 0, 0, "mathord", Some('q')),
("\u{1D52E}", 1, 0, "textord", Some('q')),
("\u{1D52F}", 0, 0, "mathord", Some('r')),
("\u{1D52F}", 1, 0, "textord", Some('r')),
("\u{1D530}", 0, 0, "mathord", Some('s')),
("\u{1D530}", 1, 0, "textord", Some('s')),
("\u{1D531}", 0, 0, "mathord", Some('t')),
("\u{1D531}", 1, 0, "textord", Some('t')),
("\u{1D532}", 0, 0, "mathord", Some('u')),
("\u{1D532}", 1, 0, "textord", Some('u')),
("\u{1D533}", 0, 0, "mathord", Some('v')),
("\u{1D533}", 1, 0, "textord", Some('v')),
("\u{1D534}", 0, 0, "mathord", Some('w')),
("\u{1D534}", 1, 0, "textord", Some('w')),
("\u{1D535}", 0, 0, "mathord", Some('x')),
("\u{1D535}", 1, 0, "textord", Some('x')),
("\u{1D536}", 0, 0, "mathord", Some('y')),
("\u{1D536}", 1, 0, "textord", Some('y')),
("\u{1D537}", 0, 0, "mathord", Some('z')),
("\u{1D537}", 1, 0, "textord", Some('z')),
("\u{1D56C}", 0, 0, "mathord", Some('A')),
("\u{1D56C}", 1, 0, "textord", Some('A')),
("\u{1D56D}", 0, 0, "mathord", Some('B')),
("\u{1D56D}", 1, 0, "textord", Some('B')),
("\u{1D56E}", 0, 0, "mathord", Some('C')),
("\u{1D56E}", 1, 0, "textord", Some('C')),
("\u{1D56F}", 0, 0, "mathord", Some('D')),
("\u{1D56F}", 1, 0, "textord", Some('D')),
("\u{1D570}", 0, 0, "mathord", Some('E')),
("\u{1D570}", 1, 0, "textord", Some('E')),
("\u{1D571}", 0, 0, "mathord", Some('F')),
("\u{1D571}", 1, 0, "textord", Some('F')),
("\u{1D572}", 0, 0, "mathord", Some('G')),
("\u{1D572}", 1, 0, "textord", Some('G')),
("\u{1D573}", 0, 0, "mathord", Some('H')),
("\u{1D573}", 1, 0, "textord", Some('H')),
("\u{1D574}", 0, 0, "mathord", Some('I')),
("\u{1D574}", 1, 0, "textord", Some('I')),
("\u{1D575}", 0, 0, "mathord", Some('J')),
("\u{1D575}", 1, 0, "textord", Some('J')),
("\u{1D576}", 0, 0, "mathord", Some('K')),
("\u{1D576}", 1, 0, "textord", Some('K')),
("\u{1D577}", 0, 0, "mathord", Some('L')),
("\u{1D577}", 1, 0, "textord", Some('L')),
("\u{1D578}", 0, 0, "mathord", Some('M')),
("\u{1D578}", 1, 0, "textord", Some('M')),
("\u{1D579}", 0, 0, "mathord", Some('N')),
("\u{1D579}", 1, 0, "textord", Some('N')),
("\u{1D57A}", 0, 0, "mathord", Some('O')),
("\u{1D57A}", 1, 0, "textord", Some('O')),
("\u{1D57B}", 0, 0, "mathord", Some('P')),
("\u{1D57B}", 1, 0, "textord", Some('P')),
("\u{1D57C}", 0, 0, "mathord", Some('Q')),
("\u{1D57C}", 1, 0, "textord", Some('Q')),
("\u{1D57D}", 0, 0, "mathord", Some('R')),
("\u{1D57D}", 1, 0, "textord", Some('R')),
("\u{1D57E}", 0, 0, "mathord", Some('S')),
("\u{1D57E}", 1, 0, "textord", Some('S')),
("\u{1D57F}", 0, 0, "mathord", Some('T')),
("\u{1D57F}", 1, 0, "textord", Some('T')),
("\u{1D580}", 0, 0, "mathord", Some('U')),
("\u{1D580}", 1, 0, "textord", Some('U')),
("\u{1D581}", 0, 0, "mathord", Some('V')),
("\u{1D581}", 1, 0, "textord", Some('V')),
("\u{1D582}", 0, 0, "mathord", Some('W')),
("\u{1D582}", 1, 0, "textord", Some('W')),
("\u{1D583}", 0, 0, "mathord", Some('X')),
("\u{1D583}", 1, 0, "textord", Some('X')),
("\u{1D584}", 0, 0, "mathord", Some('Y')),
("\u{1D584}", 1, 0, "textord", Some('Y')),
("\u{1D585}", 0, 0, "mathord", Some('Z')),
("\u{1D585}", 1, 0, "textord", Some('Z')),
("\u{1D586}", 0, 0, "mathord", Some('a')),
("\u{1D586}", 1, 0, "textord", Some('a')),
("\u{1D587}", 0, 0, "mathord", Some('b')),
("\u{1D587}", 1, 0, "textord", Some('b')),
("\u{1D588}", 0, 0, "mathord", Some('c')),
("\u{1D588}", 1, 0, "textord", Some('c')),
("\u{1D589}", 0, 0, "mathord", Some('d')),
("\u{1D589}", 1, 0, "textord", Some('d')),
("\u{1D58A}", 0, 0, "mathord", Some('e')),
("\u{1D58A}", 1, 0, "textord", Some('e')),
("\u{1D58B}", 0, 0, "mathord", Some('f')),
("\u{1D58B}", 1, 0, "textord", Some('f')),
("\u{1D58C}", 0, 0, "mathord", Some('g')),
("\u{1D58C}", 1, 0, "textord", Some('g')),
("\u{1D58D}", 0, 0, "mathord", Some('h')),
("\u{1D58D}", 1, 0, "textord", Some('h')),
("\u{1D58E}", 0, 0, "mathord", Some('i')),
("\u{1D58E}", 1, 0, "textord", Some('i')),
("\u{1D58F}", 0, 0, "mathord", Some('j')),
("\u{1D58F}", 1, 0, "textord", Some('j')),
("\u{1D590}", 0, 0, "mathord", Some('k')),
("\u{1D590}", 1, 0, "textord", Some('k')),
("\u{1D591}", 0, 0, "mathord", Some('l')),
("\u{1D591}", 1, 0, "textord", Some('l')),
("\u{1D592}", 0, 0, "mathord", Some('m')),
("\u{1D592}", 1, 0, "textord", Some('m')),
("\u{1D593}", 0, 0, "mathord", Some('n')),
("\u{1D593}", 1, 0, "textord", Some('n')),
("\u{1D594}", 0, 0, "mathord", Some('o')),
("\u{1D594}", 1, 0, "textord", Some('o')),
("\u{1D595}", 0, 0, "mathord", Some('p')),
("\u{1D595}", 1, 0, "textord", Some('p')),
("\u{1D596}", 0, 0, "mathord", Some('q')),
("\u{1D596}", 1, 0, "textord", Some('q')),
("\u{1D597}", 0, 0, "mathord", Some('r')),
("\u{1D597}", 1, 0, "textord", Some('r')),
("\u{1D598}", 0, 0, "mathord", Some('s')),
("\u{1D598}", 1, 0, "textord", Some('s')),
("\u{1D599}", 0, 0, "mathord", Some('t')),
("\u{1D599}", 1, 0, "textord", Some('t')),
("\u{1D59A}", 0, 0, "mathord", Some('u')),
("\u{1D59A}", 1, 0, "textord", Some('u')),
("\u{1D59B}", 0, 0, "mathord", Some('v')),
("\u{1D59B}", 1, 0, "textord", Some('v')),
("\u{1D59C}", 0, 0, "mathord", Some('w')),
("\u{1D59C}", 1, 0, "textord", Some('w')),
("\u{1D59D}", 0, 0, "mathord", Some('x')),
("\u{1D59D}", 1, 0, "textord", Some('x')),
("\u{1D59E}", 0, 0, "mathord", Some('y')),
("\u{1D59E}", 1, 0, "textord", Some('y')),
("\u{1D59F}", 0, 0, "mathord", Some('z')),
("\u{1D59F}", 1, 0, "textord", Some('z')),
("\u{1D5A0}", 0, 0, "mathord", Some('A')),
("\u{1D5A0}", 1, 0, "textord", Some('A')),
("\u{1D5A1}", 0, 0, "mathord", Some('B')),
("\u{1D5A1}", 1, 0, "textord", Some('B')),
("\u{1D5A2}", 0, 0, "mathord", Some('C')),
("\u{1D5A2}", 1, 0, "textord", Some('C')),
("\u{1D5A3}", 0, 0, "mathord", Some('D')),
("\u{1D5A3}", 1, 0, "textord", Some('D')),
("\u{1D5A4}", 0, 0, "mathord", Some('E')),
("\u{1D5A4}", 1, 0, "textord", Some('E')),
("\u{1D5A5}", 0, 0, "mathord", Some('F')),
("\u{1D5A5}", 1, 0, "textord", Some('F')),
("\u{1D5A6}", 0, 0, "mathord", Some('G')),
("\u{1D5A6}", 1, 0, "textord", Some('G')),
("\u{1D5A7}", 0, 0, "mathord", Some('H')),
("\u{1D5A7}", 1, 0, "textord", Some('H')),
("\u{1D5A8}", 0, 0, "mathord", Some('I')),
("\u{1D5A8}", 1, 0, "textord", Some('I')),
("\u{1D5A9}", 0, 0, "mathord", Some('J')),
("\u{1D5A9}", 1, 0, "textord", Some('J')),
("\u{1D5AA}", 0, 0, "mathord", Some('K')),
("\u{1D5AA}", 1, 0, "textord", Some('K')),
("\u{1D5AB}", 0, 0, "mathord", Some('L')),
("\u{1D5AB}", 1, 0, "textord", Some('L')),
("\u{1D5AC}", 0, 0, "mathord", Some('M')),
("\u{1D5AC}", 1, 0, "textord", Some('M')),
("\u{1D5AD}", 0, 0, "mathord", Some('N')),
("\u{1D5AD}", 1, 0, "textord", Some('N')),
("\u{1D5AE}", 0, 0, "mathord", Some('O')),
("\u{1D5AE}", 1, 0, "textord", Some('O')),
("\u{1D5AF}", 0, 0, "mathord", Some('P')),
("\u{1D5AF}", 1, 0, "textord", Some('P')),
("\u{1D5B0}", 0, 0, "mathord", Some('Q')),
("\u{1D5B0}", 1, 0, "textord", Some('Q')),
("\u{1D5B1}", 0, 0, "mathord", Some('R')),
("\u{1D5B1}", 1, 0, "textord", Some('R')),
("\u{1D5B2}", 0, 0, "mathord", Some('S')),
("\u{1D5B2}", 1, 0, "textord", Some('S')),
("\u{1D5B3}", 0, 0, "mathord", Some('T')),
("\u{1D5B3}", 1, 0, "textord", Some('T')),
("\u{1D5B4}", 0, 0, "mathord", Some('U')),
("\u{1D5B4}", 1, 0, "textord", Some('U')),
("\u{1D5B5}", 0, 0, "mathord", Some('V')),
("\u{1D5B5}", 1, 0, "textord", Some('V')),
("\u{1D5B6}", 0, 0, "mathord", Some('W')),
("\u{1D5B6}", 1, 0, "textord", Some('W')),
("\u{1D5B7}", 0, 0, "mathord", Some('X')),
("\u{1D5B7}", 1, 0, "textord", Some('X')),
("\u{1D5B8}", 0, 0, "mathord", Some('Y')),
("\u{1D5B8}", 1, 0, "textord", Some('Y')),
("\u{1D5B9}", 0, 0, "mathord", Some('Z')),
("\u{1D5B9}", 1, 0, "textord", Some('Z')),
("\u{1D5BA}", 0, 0, "mathord", Some('a')),
("\u{1D5BA}", 1, 0, "textord", Some('a')),
("\u{1D5BB}", 0, 0, "mathord", Some('b')),
("\u{1D5BB}", 1, 0, "textord", Some('b')),
("\u{1D5BC}", 0, 0, "mathord", Some('c')),
("\u{1D5BC}", 1, 0, "textord", Some('c')),
("\u{1D5BD}", 0, 0, "mathord", Some('d')),
("\u{1D5BD}", 1, 0, "textord", Some('d')),
("\u{1D5BE}", 0, 0, "mathord", Some('e')),
("\u{1D5BE}", 1, 0, "textord", Some('e')),
("\u{1D5BF}", 0, 0, "mathord", Some('f')),
("\u{1D5BF}", 1, 0, "textord", Some('f')),
("\u{1D5C0}", 0, 0, "mathord", Some('g')),
("\u{1D5C0}", 1, 0, "textord", Some('g')),
("\u{1D5C1}", 0, 0, "mathord", Some('h')),
("\u{1D5C1}", 1, 0, "textord", Some('h')),
("\u{1D5C2}", 0, 0, "mathord", Some('i')),
("\u{1D5C2}", 1, 0, "textord", Some('i')),
("\u{1D5C3}", 0, 0, "mathord", Some('j')),
("\u{1D5C3}", 1, 0, "textord", Some('j')),
("\u{1D5C4}", 0, 0, "mathord", Some('k')),
("\u{1D5C4}", 1, 0, "textord", Some('k')),
("\u{1D5C5}", 0, 0, "mathord", Some('l')),
("\u{1D5C5}", 1, 0, "textord", Some('l')),
("\u{1D5C6}", 0, 0, "mathord", Some('m')),
("\u{1D5C6}", 1, 0, "textord", Some('m')),
("\u{1D5C7}", 0, 0, "mathord", Some('n')),
("\u{1D5C7}", 1, 0, "textord", Some('n')),
("\u{1D5C8}", 0, 0, "mathord", Some('o')),
("\u{1D5C8}", 1, 0, "textord", Some('o')),
("\u{1D5C9}", 0, 0, "mathord", Some('p')),
("\u{1D5C9}", 1, 0, "textord", Some('p')),
("\u{1D5CA}", 0, 0, "mathord", Some('q')),
("\u{1D5CA}", 1, 0, "textord", Some('q')),
("\u{1D5CB}", 0, 0, "mathord", Some('r')),
("\u{1D5CB}", 1, 0, "textord", Some('r')),
("\u{1D5CC}", 0, 0, "mathord", Some('s')),
("\u{1D5CC}", 1, 0, "textord", Some('s')),
("\u{1D5CD}", 0, 0, "mathord", Some('t')),
("\u{1D5CD}", 1, 0, "textord", Some('t')),
("\u{1D5CE}", 0, 0, "mathord", Some('u')),
("\u{1D5CE}", 1, 0, "textord", Some('u')),
("\u{1D5CF}", 0, 0, "mathord", Some('v')),
("\u{1D5CF}", 1, 0, "textord", Some('v')),
("\u{1D5D0}", 0, 0, "mathord", Some('w')),
("\u{1D5D0}", 1, 0, "textord", Some('w')),
("\u{1D5D1}", 0, 0, "mathord", Some('x')),
("\u{1D5D1}", 1, 0, "textord", Some('x')),
("\u{1D5D2}", 0, 0, "mathord", Some('y')),
("\u{1D5D2}", 1, 0, "textord", Some('y')),
("\u{1D5D3}", 0, 0, "mathord", Some('z')),
("\u{1D5D3}", 1, 0, "textord", Some('z')),
("\u{1D5D4}", 0, 0, "mathord", Some('A')),
("\u{1D5D4}", 1, 0, "textord", Some('A')),
("\u{1D5D5}", 0, 0, "mathord", Some('B')),
("\u{1D5D5}", 1, 0, "textord", Some('B')),
("\u{1D5D6}", 0, 0, "mathord", Some('C')),
("\u{1D5D6}", 1, 0, "textord", Some('C')),
("\u{1D5D7}", 0, 0, "mathord", Some('D')),
("\u{1D5D7}", 1, 0, "textord", Some('D')),
("\u{1D5D8}", 0, 0, "mathord", Some('E')),
("\u{1D5D8}", 1, 0, "textord", Some('E')),
("\u{1D5D9}", 0, 0, "mathord", Some('F')),
("\u{1D5D9}", 1, 0, "textord", Some('F')),
("\u{1D5DA}", 0, 0, "mathord", Some('G')),
("\u{1D5DA}", 1, 0, "textord", Some('G')),
("\u{1D5DB}", 0, 0, "mathord", Some('H')),
("\u{1D5DB}", 1, 0, "textord", Some('H')),
("\u{1D5DC}", 0, 0, "mathord", Some('I')),
("\u{1D5DC}", 1, 0, "textord", Some('I')),
("\u{1D5DD}", 0, 0, "mathord", Some('J')),
("\u{1D5DD}", 1, 0, "textord", Some('J')),
("\u{1D5DE}", 0, 0, "mathord", Some('K')),
("\u{1D5DE}", 1, 0, "textord", Some('K')),
("\u{1D5DF}", 0, 0, "mathord", Some('L')),
("\u{1D5DF}", 1, 0, "textord", Some('L')),
("\u{1D5E0}", 0, 0, "mathord", Some('M')),
("\u{1D5E0}", 1, 0, "textord", Some('M')),
("\u{1D5E1}", 0, 0, "mathord", Some('N')),
("\u{1D5E1}", 1, 0, "textord", Some('N')),
("\u{1D5E2}", 0, 0, "mathord", Some('O')),
("\u{1D5E2}", 1, 0, "textord", Some('O')),
("\u{1D5E3}", 0, 0, "mathord", Some('P')),
("\u{1D5E3}", 1, 0, "textord", Some('P')),
("\u{1D5E4}", 0, 0, "mathord", Some('Q')),
("\u{1D5E4}", 1, 0, "textord", Some('Q')),
("\u{1D5E5}", 0, 0, "mathord", Some('R')),
("\u{1D5E5}", 1, 0, "textord", Some('R')),
("\u{1D5E6}", 0, 0, "mathord", Some('S')),
("\u{1D5E6}", 1, 0, "textord", Some('S')),
("\u{1D5E7}", 0, 0, "mathord", Some('T')),
("\u{1D5E7}", 1, 0, "textord", Some('T')),
("\u{1D5E8}", 0, 0, "mathord", Some('U')),
("\u{1D5E8}", 1, 0, "textord", Some('U')),
("\u{1D5E9}", 0, 0, "mathord", Some('V')),
("\u{1D5E9}", 1, 0, "textord", Some('V')),
("\u{1D5EA}", 0, 0, "mathord", Some('W')),
("\u{1D5EA}", 1, 0, "textord", Some('W')),
("\u{1D5EB}", 0, 0, "mathord", Some('X')),
("\u{1D5EB}", 1, 0, "textord", Some('X')),
("\u{1D5EC}", 0, 0, "mathord", Some('Y')),
("\u{1D5EC}", 1, 0, "textord", Some('Y')),
("\u{1D5ED}", 0, 0, "mathord", Some('Z')),
("\u{1D5ED}", 1, 0, "textord", Some('Z')),
("\u{1D5EE}", 0, 0, "mathord", Some('a')),
("\u{1D5EE}", 1, 0, "textord", Some('a')),
("\u{1D5EF}", 0, 0, "mathord", Some('b')),
("\u{1D5EF}", 1, 0, "textord", Some('b')),
("\u{1D5F0}", 0, 0, "mathord", Some('c')),
("\u{1D5F0}", 1, 0, "textord", Some('c')),
("\u{1D5F1}", 0, 0, "mathord", Some('d')),
("\u{1D5F1}", 1, 0, "textord", Some('d')),
("\u{1D5F2}", 0, 0, "mathord", Some('e')),
("\u{1D5F2}", 1, 0, "textord", Some('e')),
("\u{1D5F3}", 0, 0, "mathord", Some('f')),
("\u{1D5F3}", 1, 0, "textord", Some('f')),
("\u{1D5F4}", 0, 0, "mathord", Some('g')),
("\u{1D5F4}", 1, 0, "textord", Some('g')),
("\u{1D5F5}", 0, 0, "mathord", Some('h')),
("\u{1D5F5}", 1, 0, "textord", Some('h')),
("\u{1D5F6}", 0, 0, "mathord", Some('i')),
("\u{1D5F6}", 1, 0, "textord", Some('i')),
("\u{1D5F7}", 0, 0, "mathord", Some('j')),
("\u{1D5F7}", 1, 0, "textord", Some('j')),
("\u{1D5F8}", 0, 0, "mathord", Some('k')),
("\u{1D5F8}", 1, 0, "textord", Some('k')),
("\u{1D5F9}", 0, 0, "mathord", Some('l')),
("\u{1D5F9}", 1, 0, "textord", Some('l')),
("\u{1D5FA}", 0, 0, "mathord", Some('m')),
("\u{1D5FA}", 1, 0, "textord", Some('m')),
("\u{1D5FB}", 0, 0, "mathord", Some('n')),
("\u{1D5FB}", 1, 0, "textord", Some('n')),
("\u{1D5FC}", 0, 0, "mathord", Some('o')),
("\u{1D5FC}", 1, 0, "textord", Some('o')),
("\u{1D5FD}", 0, 0, "mathord", Some('p')),
("\u{1D5FD}", 1, 0, "textord", Some('p')),
("\u{1D5FE}", 0, 0, "mathord", Some('q')),
("\u{1D5FE}", 1, 0, "textord", Some('q')),
("\u{1D5FF}", 0, 0, "mathord", Some('r')),
("\u{1D5FF}", 1, 0, "textord", Some('r')),
("\u{1D600}", 0, 0, "mathord", Some('s')),
("\u{1D600}", 1, 0, "textord", Some('s')),
("\u{1D601}", 0, 0, "mathord", Some('t')),
("\u{1D601}", 1, 0, "textord", Some('t')),
("\u{1D602}", 0, 0, "mathord", Some('u')),
("\u{1D602}", 1, 0, "textord", Some('u')),
("\u{1D603}", 0, 0, "mathord", Some('v')),
("\u{1D603}", 1, 0, "textord", Some('v')),
("\u{1D604}", 0, 0, "mathord", Some('w')),
("\u{1D604}", 1, 0, "textord", Some('w')),
("\u{1D605}", 0, 0, "mathord", Some('x')),
("\u{1D605}", 1, 0, "textord", Some('x')),
("\u{1D606}", 0, 0, "mathord", Some('y')),
("\u{1D606}", 1, 0, "textord", Some('y')),
("\u{1D607}", 0, 0, "mathord", Some('z')),
("\u{1D607}", 1, 0, "textord", Some('z')),
("\u{1D608}", 0, 0, "mathord", Some('A')),
("\u{1D608}", 1, 0, "textord", Some('A')),
("\u{1D609}", 0, 0, "mathord", Some('B')),
("\u{1D609}", 1, 0, "textord", Some('B')),
("\u{1D60A}", 0, 0, "mathord", Some('C')),
("\u{1D60A}", 1, 0, "textord", Some('C')),
("\u{1D60B}", 0, 0, "mathord", Some('D')),
("\u{1D60B}", 1, 0, "textord", Some('D')),
("\u{1D60C}", 0, 0, "mathord", Some('E')),
("\u{1D60C}", 1, 0, "textord", Some('E')),
("\u{1D60D}", 0, 0, "mathord", Some('F')),
("\u{1D60D}", 1, 0, "textord", Some('F')),
("\u{1D60E}", 0, 0, "mathord", Some('G')),
("\u{1D60E}", 1, 0, "textord", Some('G')),
("\u{1D60F}", 0, 0, "mathord", Some('H')),
("\u{1D60F}", 1, 0, "textord", Some('H')),
("\u{1D610}", 0, 0, "mathord", Some('I')),
("\u{1D610}", 1, 0, "textord", Some('I')),
("\u{1D611}", 0, 0, "mathord", Some('J')),
("\u{1D611}", 1, 0, "textord", Some('J')),
("\u{1D612}", 0, 0, "mathord", Some('K')),
("\u{1D612}", 1, 0, "textord", Some('K')),
("\u{1D613}", 0, 0, "mathord", Some('L')),
("\u{1D613}", 1, 0, "textord", Some('L')),
("\u{1D614}", 0, 0, "mathord", Some('M')),
("\u{1D614}", 1, 0, "textord", Some('M')),
("\u{1D615}", 0, 0, "mathord", Some('N')),
("\u{1D615}", 1, 0, "textord", Some('N')),
("\u{1D616}", 0, 0, "mathord", Some('O')),
("\u{1D616}", 1, 0, "textord", Some('O')),
("\u{1D617}", 0, 0, "mathord", Some('P')),
("\u{1D617}", 1, 0, "textord", Some('P')),
("\u{1D618}", 0, 0, "mathord", Some('Q')),
("\u{1D618}", 1, 0, "textord", Some('Q')),
("\u{1D619}", 0, 0, "mathord", Some('R')),
("\u{1D619}", 1, 0, "textord", Some('R')),
("\u{1D61A}", 0, 0, "mathord", Some('S')),
("\u{1D61A}", 1, 0, "textord", Some('S')),
("\u{1D61B}", 0, 0, "mathord", Some('T')),
("\u{1D61B}", 1, 0, "textord", Some('T')),
("\u{1D61C}", 0, 0, "mathord", Some('U')),
("\u{1D61C}", 1, 0, "textord", Some('U')),
("\u{1D61D}", 0, 0, "mathord", Some('V')),
("\u{1D61D}", 1, 0, "textord", Some('V')),
("\u{1D61E}", 0, 0, "mathord", Some('W')),
("\u{1D61E}", 1, 0, "textord", Some('W')),
("\u{1D61F}", 0, 0, "mathord", Some('X')),
("\u{1D61F}", 1, 0, "textord", Some('X')),
("\u{1D620}", 0, 0, "mathord", Some('Y')),
("\u{1D620}", 1, 0, "textord", Some('Y')),
("\u{1D621}", 0, 0, "mathord", Some('Z')),
("\u{1D621}", 1, 0, "textord", Some('Z')),
("\u{1D622}", 0, 0, "mathord", Some('a')),
("\u{1D622}", 1, 0, "textord", Some('a')),
("\u{1D623}", 0, 0, "mathord", Some('b')),
("\u{1D623}", 1, 0, "textord", Some('b')),
("\u{1D624}", 0, 0, "mathord", Some('c')),
("\u{1D624}", 1, 0, "textord", Some('c')),
("\u{1D625}", 0, 0, "mathord", Some('d')),
("\u{1D625}", 1, 0, "textord", Some('d')),
("\u{1D626}", 0, 0, "mathord", Some('e')),
("\u{1D626}", 1, 0, "textord", Some('e')),
("\u{1D627}", 0, 0, "mathord", Some('f')),
("\u{1D627}", 1, 0, "textord", Some('f')),
("\u{1D628}", 0, 0, "mathord", Some('g')),
("\u{1D628}", 1, 0, "textord", Some('g')),
("\u{1D629}", 0, 0, "mathord", Some('h')),
("\u{1D629}", 1, 0, "textord", Some('h')),
("\u{1D62A}", 0, 0, "mathord", Some('i')),
("\u{1D62A}", 1, 0, "textord", Some('i')),
("\u{1D62B}", 0, 0, "mathord", Some('j')),
("\u{1D62B}", 1, 0, "textord", Some('j')),
("\u{1D62C}", 0, 0, "mathord", Some('k')),
("\u{1D62C}", 1, 0, "textord", Some('k')),
("\u{1D62D}", 0, 0, "mathord", Some('l')),
("\u{1D62D}", 1, 0, "textord", Some('l')),
("\u{1D62E}", 0, 0, "mathord", Some('m')),
("\u{1D62E}", 1, 0, "textord", Some('m')),
("\u{1D62F}", 0, 0, "mathord", Some('n')),
("\u{1D62F}", 1, 0, "textord", Some('n')),
("\u{1D630}", 0, 0, "mathord", Some('o')),
("\u{1D630}", 1, 0, "textord", Some('o')),
("\u{1D631}", 0, 0, "mathord", Some('p')),
("\u{1D631}", 1, 0, "textord", Some('p')),
("\u{1D632}", 0, 0, "mathord", Some('q')),
("\u{1D632}", 1, 0, "textord", Some('q')),
("\u{1D633}", 0, 0, "mathord", Some('r')),
("\u{1D633}", 1, 0, "textord", Some('r')),
("\u{1D634}", 0, 0, "mathord", Some('s')),
("\u{1D634}", 1, 0, "textord", Some('s')),
("\u{1D635}", 0, 0, "mathord", Some('t')),
("\u{1D635}", 1, 0, "textord", Some('t')),
("\u{1D636}", 0, 0, "mathord", Some('u')),
("\u{1D636}", 1, 0, "textord", Some('u')),
("\u{1D637}", 0, 0, "mathord", Some('v')),
("\u{1D637}", 1, 0, "textord", Some('v')),
("\u{1D638}", 0, 0, "mathord", Some('w')),
("\u{1D638}", 1, 0, "textord", Some('w')),
("\u{1D639}", 0, 0, "mathord", Some('x')),
("\u{1D639}", 1, 0, "textord", Some('x')),
("\u{1D63A}", 0, 0, "mathord", Some('y')),
("\u{1D63A}", 1, 0, "textord", Some('y')),
("\u{1D63B}", 0, 0, "mathord", Some('z')),
("\u{1D63B}", 1, 0, "textord", Some('z')),
("\u{1D670}", 0, 0, "mathord", Some('A')),
("\u{1D670}", 1, 0, "textord", Some('A')),
("\u{1D671}", 0, 0, "mathord", Some('B')),
("\u{1D671}", 1, 0, "textord", Some('B')),
("\u{1D672}", 0, 0, "mathord", Some('C')),
("\u{1D672}", 1, 0, "textord", Some('C')),
("\u{1D673}", 0, 0, "mathord", Some('D')),
("\u{1D673}", 1, 0, "textord", Some('D')),
("\u{1D674}", 0, 0, "mathord", Some('E')),
("\u{1D674}", 1, 0, "textord", Some('E')),
("\u{1D675}", 0, 0, "mathord", Some('F')),
("\u{1D675}", 1, 0, "textord", Some('F')),
("\u{1D676}", 0, 0, "mathord", Some('G')),
("\u{1D676}", 1, 0, "textord", Some('G')),
("\u{1D677}", 0, 0, "mathord", Some('H')),
("\u{1D677}", 1, 0, "textord", Some('H')),
("\u{1D678}", 0, 0, "mathord", Some('I')),
("\u{1D678}", 1, 0, "textord", Some('I')),
("\u{1D679}", 0, 0, "mathord", Some('J')),
("\u{1D679}", 1, 0, "textord", Some('J')),
("\u{1D67A}", 0, 0, "mathord", Some('K')),
("\u{1D67A}", 1, 0, "textord", Some('K')),
("\u{1D67B}", 0, 0, "mathord", Some('L')),
("\u{1D67B}", 1, 0, "textord", Some('L')),
("\u{1D67C}", 0, 0, "mathord", Some('M')),
("\u{1D67C}", 1, 0, "textord", Some('M')),
("\u{1D67D}", 0, 0, "mathord", Some('N')),
("\u{1D67D}", 1, 0, "textord", Some('N')),
("\u{1D67E}", 0, 0, "mathord", Some('O')),
("\u{1D67E}", 1, 0, "textord", Some('O')),
("\u{1D67F}", 0, 0, "mathord", Some('P')),
("\u{1D67F}", 1, 0, "textord", Some('P')),
("\u{1D680}", 0, 0, "mathord", Some('Q')),
("\u{1D680}", 1, 0, "textord", Some('Q')),
("\u{1D681}", 0, 0, "mathord", Some('R')),
("\u{1D681}", 1, 0, "textord", Some('R')),
("\u{1D682}", 0, 0, "mathord", Some('S')),
("\u{1D682}", 1, 0, "textord", Some('S')),
("\u{1D683}", 0, 0, "mathord", Some('T')),
("\u{1D683}", 1, 0, "textord", Some('T')),
("\u{1D684}", 0, 0, "mathord", Some('U')),
("\u{1D684}", 1, 0, "textord", Some('U')),
("\u{1D685}", 0, 0, "mathord", Some('V')),
("\u{1D685}", 1, 0, "textord", Some('V')),
("\u{1D686}", 0, 0, "mathord", Some('W')),
("\u{1D686}", 1, 0, "textord", Some('W')),
("\u{1D687}", 0, 0, "mathord", Some('X')),
("\u{1D687}", 1, 0, "textord", Some('X')),
("\u{1D688}", 0, 0, "mathord", Some('Y')),
("\u{1D688}", 1, 0, "textord", Some('Y')),
("\u{1D689}", 0, 0, "mathord", Some('Z')),
("\u{1D689}", 1, 0, "textord", Some('Z')),
("\u{1D68A}", 0, 0, "mathord", Some('a')),
("\u{1D68A}", 1, 0, "textord", Some('a')),
("\u{1D68B}", 0, 0, "mathord", Some('b')),
("\u{1D68B}", 1, 0, "textord", Some('b')),
("\u{1D68C}", 0, 0, "mathord", Some('c')),
("\u{1D68C}", 1, 0, "textord", Some('c')),
("\u{1D68D}", 0, 0, "mathord", Some('d')),
("\u{1D68D}", 1, 0, "textord", Some('d')),
("\u{1D68E}", 0, 0, "mathord", Some('e')),
("\u{1D68E}", 1, 0, "textord", Some('e')),
("\u{1D68F}", 0, 0, "mathord", Some('f')),
("\u{1D68F}", 1, 0, "textord", Some('f')),
("\u{1D690}", 0, 0, "mathord", Some('g')),
("\u{1D690}", 1, 0, "textord", Some('g')),
("\u{1D691}", 0, 0, "mathord", Some('h')),
("\u{1D691}", 1, 0, "textord", Some('h')),
("\u{1D692}", 0, 0, "mathord", Some('i')),
("\u{1D692}", 1, 0, "textord", Some('i')),
("\u{1D693}", 0, 0, "mathord", Some('j')),
("\u{1D693}", 1, 0, "textord", Some('j')),
("\u{1D694}", 0, 0, "mathord", Some('k')),
("\u{1D694}", 1, 0, "textord", Some('k')),
("\u{1D695}", 0, 0, "mathord", Some('l')),
("\u{1D695}", 1, 0, "textord", Some('l')),
("\u{1D696}", 0, 0, "mathord", Some('m')),
("\u{1D696}", 1, 0, "textord", Some('m')),
("\u{1D697}", 0, 0, "mathord", Some('n')),
("\u{1D697}", 1, 0, "textord", Some('n')),
("\u{1D698}", 0, 0, "mathord", Some('o')),
("\u{1D698}", 1, 0, "textord", Some('o')),
("\u{1D699}", 0, 0, "mathord", Some('p')),
("\u{1D699}", 1, 0, "textord", Some('p')),
("\u{1D69A}", 0, 0, "mathord", Some('q')),
("\u{1D69A}", 1, 0, "textord", Some('q')),
("\u{1D69B}", 0, 0, "mathord", Some('r')),
("\u{1D69B}", 1, 0, "textord", Some('r')),
("\u{1D69C}", 0, 0, "mathord", Some('s')),
("\u{1D69C}", 1, 0, "textord", Some('s')),
("\u{1D69D}", 0, 0, "mathord", Some('t')),
("\u{1D69D}", 1, 0, "textord", Some('t')),
("\u{1D69E}", 0, 0, "mathord", Some('u')),
("\u{1D69E}", 1, 0, "textord", Some('u')),
("\u{1D69F}", 0, 0, "mathord", Some('v')),
("\u{1D69F}", 1, 0, "textord", Some('v')),
("\u{1D6A0}", 0, 0, "mathord", Some('w')),
("\u{1D6A0}", 1, 0, "textord", Some('w')),
("\u{1D6A1}", 0, 0, "mathord", Some('x')),
("\u{1D6A1}", 1, 0, "textord", Some('x')),
("\u{1D6A2}", 0, 0, "mathord", Some('y')),
("\u{1D6A2}", 1, 0, "textord", Some('y')),
("\u{1D6A3}", 0, 0, "mathord", Some('z')),
("\u{1D6A3}", 1, 0, "textord", Some('z')),
("\u{1D538}", 0, 0, "mathord", Some('A')),
("\u{1D538}", 1, 0, "textord", Some('A')),
("\u{1D49C}", 0, 0, "mathord", Some('A')),
("\u{1D49C}", 1, 0, "textord", Some('A')),
("\u{1D539}", 0, 0, "mathord", Some('B')),
("\u{1D539}", 1, 0, "textord", Some('B')),
("\u{1D49D}", 0, 0, "mathord", Some('B')),
("\u{1D49D}", 1, 0, "textord", Some('B')),
("\u{1D53A}", 0, 0, "mathord", Some('C')),
("\u{1D53A}", 1, 0, "textord", Some('C')),
("\u{1D49E}", 0, 0, "mathord", Some('C')),
("\u{1D49E}", 1, 0, "textord", Some('C')),
("\u{1D53B}", 0, 0, "mathord", Some('D')),
("\u{1D53B}", 1, 0, "textord", Some('D')),
("\u{1D49F}", 0, 0, "mathord", Some('D')),
("\u{1D49F}", 1, 0, "textord", Some('D')),
("\u{1D53C}", 0, 0, "mathord", Some('E')),
("\u{1D53C}", 1, 0, "textord", Some('E')),
("\u{1D4A0}", 0, 0, "mathord", Some('E')),
("\u{1D4A0}", 1, 0, "textord", Some('E')),
("\u{1D53D}", 0, 0, "mathord", Some('F')),
("\u{1D53D}", 1, 0, "textord", Some('F')),
("\u{1D4A1}", 0, 0, "mathord", Some('F')),
("\u{1D4A1}", 1, 0, "textord", Some('F')),
("\u{1D53E}", 0, 0, "mathord", Some('G')),
("\u{1D53E}", 1, 0, "textord", Some('G')),
("\u{1D4A2}", 0, 0, "mathord", Some('G')),
("\u{1D4A2}", 1, 0, "textord", Some('G')),
("\u{1D53F}", 0, 0, "mathord", Some('H')),
("\u{1D53F}", 1, 0, "textord", Some('H')),
("\u{1D4A3}", 0, 0, "mathord", Some('H')),
("\u{1D4A3}", 1, 0, "textord", Some('H')),
("\u{1D540}", 0, 0, "mathord", Some('I')),
("\u{1D540}", 1, 0, "textord", Some('I')),
("\u{1D4A4}", 0, 0, "mathord", Some('I')),
("\u{1D4A4}", 1, 0, "textord", Some('I')),
("\u{1D541}", 0, 0, "mathord", Some('J')),
("\u{1D541}", 1, 0, "textord", Some('J')),
("\u{1D4A5}", 0, 0, "mathord", Some('J')),
("\u{1D4A5}", 1, 0, "textord", Some('J')),
("\u{1D542}", 0, 0, "mathord", Some('K')),
("\u{1D542}", 1, 0, "textord", Some('K')),
("\u{1D4A6}", 0, 0, "mathord", Some('K')),
("\u{1D4A6}", 1, 0, "textord", Some('K')),
("\u{1D543}", 0, 0, "mathord", Some('L')),
("\u{1D543}", 1, 0, "textord", Some('L')),
("\u{1D4A7}", 0, 0, "mathord", Some('L')),
("\u{1D4A7}", 1, 0, "textord", Some('L')),
("\u{1D544}", 0, 0, "mathord", Some('M')),
("\u{1D544}", 1, 0, "textord", Some('M')),
("\u{1D4A8}", 0, 0, "mathord", Some('M')),
("\u{1D4A8}", 1, 0, "textord", Some('M')),
("\u{1D545}", 0, 0, "mathord", Some('N')),
("\u{1D545}", 1, 0, "textord", Some('N')),
("\u{1D4A9}", 0, 0, "mathord", Some('N')),
("\u{1D4A9}", 1, 0, "textord", Some('N')),
("\u{1D546}", 0, 0, "mathord", Some('O')),
("\u{1D546}", 1, 0, "textord", Some('O')),
("\u{1D4AA}", 0, 0, "mathord", Some('O')),
("\u{1D4AA}", 1, 0, "textord", Some('O')),
("\u{1D547}", 0, 0, "mathord", Some('P')),
("\u{1D547}", 1, 0, "textord", Some('P')),
("\u{1D4AB}", 0, 0, "mathord", Some('P')),
("\u{1D4AB}", 1, 0, "textord", Some('P')),
("\u{1D548}", 0, 0, "mathord", Some('Q')),
("\u{1D548}", 1, 0, "textord", Some('Q')),
("\u{1D4AC}", 0, 0, "mathord", Some('Q')),
("\u{1D4AC}", 1, 0, "textord", Some('Q')),
("\u{1D549}", 0, 0, "mathord", Some('R')),
("\u{1D549}", 1, 0, "textord", Some('R')),
("\u{1D4AD}", 0, 0, "mathord", Some('R')),
("\u{1D4AD}", 1, 0, "textord", Some('R')),
("\u{1D54A}", 0, 0, "mathord", Some('S')),
("\u{1D54A}", 1, 0, "textord", Some('S')),
("\u{1D4AE}", 0, 0, "mathord", Some('S')),
("\u{1D4AE}", 1, 0, "textord", Some('S')),
("\u{1D54B}", 0, 0, "mathord", Some('T')),
("\u{1D54B}", 1, 0, "textord", Some('T')),
("\u{1D4AF}", 0, 0, "mathord", Some('T')),
("\u{1D4AF}", 1, 0, "textord", Some('T')),
("\u{1D54C}", 0, 0, "mathord", Some('U')),
("\u{1D54C}", 1, 0, "textord", Some('U')),
("\u{1D4B0}", 0, 0, "mathord", Some('U')),
("\u{1D4B0}", 1, 0, "textord", Some('U')),
("\u{1D54D}", 0, 0, "mathord", Some('V')),
("\u{1D54D}", 1, 0, "textord", Some('V')),
("\u{1D4B1}", 0, 0, "mathord", Some('V')),
("\u{1D4B1}", 1, 0, "textord", Some('V')),
("\u{1D54E}", 0, 0, "mathord", Some('W')),
("\u{1D54E}", 1, 0, "textord", Some('W')),
("\u{1D4B2}", 0, 0, "mathord", Some('W')),
("\u{1D4B2}", 1, 0, "textord", Some('W')),
("\u{1D54F}", 0, 0, "mathord", Some('X')),
("\u{1D54F}", 1, 0, "textord", Some('X')),
("\u{1D4B3}", 0, 0, "mathord", Some('X')),
("\u{1D4B3}", 1, 0, "textord", Some('X')),
("\u{1D550}", 0, 0, "mathord", Some('Y')),
("\u{1D550}", 1, 0, "textord", Some('Y')),
("\u{1D4B4}", 0, 0, "mathord", Some('Y')),
("\u{1D4B4}", 1, 0, "textord", Some('Y')),
("\u{1D551}", 0, 0, "mathord", Some('Z')),
("\u{1D551}", 1, 0, "textord", Some('Z')),
("\u{1D4B5}", 0, 0, "mathord", Some('Z')),
("\u{1D4B5}", 1, 0, "textord", Some('Z')),
("\u{1D55C}", 0, 0, "mathord", Some('k')),
("\u{1D55C}", 1, 0, "textord", Some('k')),
("\u{1D7CE}", 0, 0, "mathord", Some('0')),
("\u{1D7CE}", 1, 0, "textord", Some('0')),
("\u{1D7CF}", 0, 0, "mathord", Some('1')),
("\u{1D7CF}", 1, 0, "textord", Some('1')),
("\u{1D7D0}", 0, 0, "mathord", Some('2')),
("\u{1D7D0}", 1, 0, "textord", Some('2')),
("\u{1D7D1}", 0, 0, "mathord", Some('3')),
("\u{1D7D1}", 1, 0, "textord", Some('3')),
("\u{1D7D2}", 0, 0, "mathord", Some('4')),
("\u{1D7D2}", 1, 0, "textord", Some('4')),
("\u{1D7D3}", 0, 0, "mathord", Some('5')),
("\u{1D7D3}", 1, 0, "textord", Some('5')),
("\u{1D7D4}", 0, 0, "mathord", Some('6')),
("\u{1D7D4}", 1, 0, "textord", Some('6')),
("\u{1D7D5}", 0, 0, "mathord", Some('7')),
("\u{1D7D5}", 1, 0, "textord", Some('7')),
("\u{1D7D6}", 0, 0, "mathord", Some('8')),
("\u{1D7D6}", 1, 0, "textord", Some('8')),
("\u{1D7D7}", 0, 0, "mathord", Some('9')),
("\u{1D7D7}", 1, 0, "textord", Some('9')),
("\u{1D7E2}", 0, 0, "mathord", Some('0')),
("\u{1D7E2}", 1, 0, "textord", Some('0')),
("\u{1D7E3}", 0, 0, "mathord", Some('1')),
("\u{1D7E3}", 1, 0, "textord", Some('1')),
("\u{1D7E4}", 0, 0, "mathord", Some('2')),
("\u{1D7E4}", 1, 0, "textord", Some('2')),
("\u{1D7E5}", 0, 0, "mathord", Some('3')),
("\u{1D7E5}", 1, 0, "textord", Some('3')),
("\u{1D7E6}", 0, 0, "mathord", Some('4')),
("\u{1D7E6}", 1, 0, "textord", Some('4')),
("\u{1D7E7}", 0, 0, "mathord", Some('5')),
("\u{1D7E7}", 1, 0, "textord", Some('5')),
("\u{1D7E8}", 0, 0, "mathord", Some('6')),
("\u{1D7E8}", 1, 0, "textord", Some('6')),
("\u{1D7E9}", 0, 0, "mathord", Some('7')),
("\u{1D7E9}", 1, 0, "textord", Some('7')),
("\u{1D7EA}", 0, 0, "mathord", Some('8')),
("\u{1D7EA}", 1, 0, "textord", Some('8')),
("\u{1D7EB}", 0, 0, "mathord", Some('9')),
("\u{1D7EB}", 1, 0, "textord", Some('9')),
("\u{1D7EC}", 0, 0, "mathord", Some('0')),
("\u{1D7EC}", 1, 0, "textord", Some('0')),
("\u{1D7ED}", 0, 0, "mathord", Some('1')),
("\u{1D7ED}", 1, 0, "textord", Some('1')),
("\u{1D7EE}", 0, 0, "mathord", Some('2')),
("\u{1D7EE}", 1, 0, "textord", Some('2')),
("\u{1D7EF}", 0, 0, "mathord", Some('3')),
("\u{1D7EF}", 1, 0, "textord", Some('3')),
("\u{1D7F0}", 0, 0, "mathord", Some('4')),
("\u{1D7F0}", 1, 0, "textord", Some('4')),
("\u{1D7F1}", 0, 0, "mathord", Some('5')),
("\u{1D7F1}", 1, 0, "textord", Some('5')),
("\u{1D7F2}", 0, 0, "mathord", Some('6')),
("\u{1D7F2}", 1, 0, "textord", Some('6')),
("\u{1D7F3}", 0, 0, "mathord", Some('7')),
("\u{1D7F3}", 1, 0, "textord", Some('7')),
("\u{1D7F4}", 0, 0, "mathord", Some('8')),
("\u{1D7F4}", 1, 0, "textord", Some('8')),
("\u{1D7F5}", 0, 0, "mathord", Some('9')),
("\u{1D7F5}", 1, 0, "textord", Some('9')),
("\u{1D7F6}", 0, 0, "mathord", Some('0')),
("\u{1D7F6}", 1, 0, "textord", Some('0')),
("\u{1D7F7}", 0, 0, "mathord", Some('1')),
("\u{1D7F7}", 1, 0, "textord", Some('1')),
("\u{1D7F8}", 0, 0, "mathord", Some('2')),
("\u{1D7F8}", 1, 0, "textord", Some('2')),
("\u{1D7F9}", 0, 0, "mathord", Some('3')),
("\u{1D7F9}", 1, 0, "textord", Some('3')),
("\u{1D7FA}", 0, 0, "mathord", Some('4')),
("\u{1D7FA}", 1, 0, "textord", Some('4')),
("\u{1D7FB}", 0, 0, "mathord", Some('5')),
("\u{1D7FB}", 1, 0, "textord", Some('5')),
("\u{1D7FC}", 0, 0, "mathord", Some('6')),
("\u{1D7FC}", 1, 0, "textord", Some('6')),
("\u{1D7FD}", 0, 0, "mathord", Some('7')),
("\u{1D7FD}", 1, 0, "textord", Some('7')),
("\u{1D7FE}", 0, 0, "mathord", Some('8')),
("\u{1D7FE}", 1, 0, "textord", Some('8')),
("\u{1D7FF}", 0, 0, "mathord", Some('9')),
("\u{1D7FF}", 1, 0, "textord", Some('9')),
("\u{D0}", 0, 0, "mathord", Some('\u{D0}')),
("\u{D0}", 1, 0, "textord", Some('\u{D0}')),
("\u{DE}", 0, 0, "mathord", Some('\u{DE}')),
("\u{DE}", 1, 0, "textord", Some('\u{DE}')),
("\u{FE}", 0, 0, "mathord", Some('\u{FE}')),
("\u{FE}", 1, 0, "textord", Some('\u{FE}')),
("\\@not", 0, 0, "rel", Some('\u{E020}')),
("\\@gvertneqq", 0, 1, "rel", Some('\u{E00D}')),
("\\@lvertneqq", 0, 1, "rel", Some('\u{E00C}')),
("\\@ngeqq", 0, 1, "rel", Some('\u{E00E}')),
("\\@ngeqslant", 0, 1, "rel", Some('\u{E00F}')),
("\\@nleqq", 0, 1, "rel", Some('\u{E011}')),
("\\@nleqslant", 0, 1, "rel", Some('\u{E010}')),
("\\@nshortmid", 0, 1, "rel", Some('\u{E006}')),
("\\@nshortparallel", 0, 1, "rel", Some('\u{E007}')),
("\\@nsubseteqq", 0, 1, "rel", Some('\u{E016}')),
("\\@nsupseteqq", 0, 1, "rel", Some('\u{E018}')),
("\\@varsubsetneq", 0, 1, "rel", Some('\u{E01A}')),
("\\@varsubsetneqq", 0, 1, "rel", Some('\u{E017}')),
("\\@varsupsetneq", 0, 1, "rel", Some('\u{E01B}')),
("\\@varsupsetneqq", 0, 1, "rel", Some('\u{E019}')),
("\\@imath", 0, 0, "mathord", Some('\u{E131}')),
("\\@jmath", 0, 0, "mathord", Some('\u{E237}')),
("\\@ulcorner", 0, 1, "open", Some('\u{250C}')),
("\\@urcorner", 0, 1, "close", Some('\u{2510}')),
("\\@llcorner", 0, 1, "open", Some('\u{2514}')),
("\\@lrcorner", 0, 1, "close", Some('\u{2518}')),
];