texlive[46574] Master: typewriter (8feb18)

commits+karl at tug.org commits+karl at tug.org
Fri Feb 9 01:21:15 CET 2018


Revision: 46574
          http://tug.org/svn/texlive?view=revision&revision=46574
Author:   karl
Date:     2018-02-09 01:21:15 +0100 (Fri, 09 Feb 2018)
Log Message:
-----------
typewriter (8feb18)

Modified Paths:
--------------
    trunk/Master/tlpkg/bin/tlpkg-ctan-check
    trunk/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/lualatex/typewriter/
    trunk/Master/texmf-dist/doc/lualatex/typewriter/README.md
    trunk/Master/texmf-dist/doc/lualatex/typewriter/typewriter-guide.pdf
    trunk/Master/texmf-dist/doc/lualatex/typewriter/typewriter-guide.tex
    trunk/Master/texmf-dist/tex/lualatex/typewriter/
    trunk/Master/texmf-dist/tex/lualatex/typewriter/typewriter.sty
    trunk/Master/tlpkg/tlpsrc/typewriter.tlpsrc

Added: trunk/Master/texmf-dist/doc/lualatex/typewriter/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/lualatex/typewriter/README.md	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/lualatex/typewriter/README.md	2018-02-09 00:21:15 UTC (rev 46574)
@@ -0,0 +1,10 @@
+The typewriter package for LaTeX
+
+Typeset with a randomly variable monospace font.
+
+Requires LuaLaTeX and the Computer Modern Unicode OpenType fonts.
+
+David Carlisle
+
+Licence: LPPL
+https://www.latex-project.org/lppl/
\ No newline at end of file


Property changes on: trunk/Master/texmf-dist/doc/lualatex/typewriter/README.md
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/lualatex/typewriter/typewriter-guide.pdf
===================================================================
(Binary files differ)

Index: trunk/Master/texmf-dist/doc/lualatex/typewriter/typewriter-guide.pdf
===================================================================
--- trunk/Master/texmf-dist/doc/lualatex/typewriter/typewriter-guide.pdf	2018-02-09 00:20:04 UTC (rev 46573)
+++ trunk/Master/texmf-dist/doc/lualatex/typewriter/typewriter-guide.pdf	2018-02-09 00:21:15 UTC (rev 46574)

Property changes on: trunk/Master/texmf-dist/doc/lualatex/typewriter/typewriter-guide.pdf
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/pdf
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/lualatex/typewriter/typewriter-guide.tex
===================================================================
--- trunk/Master/texmf-dist/doc/lualatex/typewriter/typewriter-guide.tex	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/lualatex/typewriter/typewriter-guide.tex	2018-02-09 00:21:15 UTC (rev 46574)
@@ -0,0 +1,101 @@
+\documentclass{article}
+\usepackage{amsmath}
+\usepackage{typewriter}
+
+\begin{document}
+\title{The Typewriter Package for LaTeX}
+\author{David Carlisle \thanks{https://github.com/davidcarlisle/dpctex/}}
+\date{2018-02-07}
+
+\maketitle
+
+\section{Introduction}
+The typewriter Package uses the OpenType Computer Modern Unicode
+Typewriter font, together with a LuaTeX virtual font setup that
+introduces random variability in grey level and angle of each
+character. It was originally an answer to a question on stackexchange,
+http://tex.stackexchange.com/questions/344214/use-latex-to-simulate-old-typewriter-written-texts
+
+
+\hrule
+
+Currently there are no options to the package, it just does what it does,
+Possibly later versions might document how to modify the amount of random distortion that is applied.
+
+
+There is random variability in each letter as you can see by repeating
+a letter repeatededly:
+
+OOOOOOOOOOOOONNNNNNNNNNNNNNEEEEEEEEEE
+
+TTTTTTTTTTTTooooooooooooooooowwwwwwwwwwwwwwwwwwww
+
+
+
+
+
+\subsection{Text}
+
+one two three
+
+\textbf{one two three}
+
+[some greek text θ]
+
+a  rule: \rule{3cm}{1pt}
+
+\subsection{Math}
+
+$\alpha^2=0$ and bold {\boldmath $\alpha^2=0$}
+
+
+
+more math $x^2-\cos θ$
+
+
+display math:
+\[\left(\frac{x^2}{\sqrt{1+y}}\right)\]
+and
+\[\int_{x=0}^n f(x) dx = \sum_0^m q(y)\]
+
+and alignments:
+\begin{align}
+A &\rightarrow B\\
+\mupGamma &\Rightarrow C
+\end{align}
+
+
+\subsection{Lists}
+
+\begin{enumerate}
+\item red yellow blue green
+\item black blue purple
+\end{enumerate}
+
+\begin{itemize}
+\item this
+\item that
+\item and the other
+\end{itemize}
+
+
+\subsection{Tables}
+
+
+
+\begin{center}
+
+\begin{tabular}{|l|l|l|}
+\cline{1-3}
+one & two & three\\
+$\alpha$ & $\beta$ & $\gamma$\\
+\cline{1-3}
+\end{tabular}
+
+\end{center}
+
+\subsection{Colophon}
+\raggedleft
+typeset by egreg design services
+
+\end{document}


Property changes on: trunk/Master/texmf-dist/doc/lualatex/typewriter/typewriter-guide.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/lualatex/typewriter/typewriter.sty
===================================================================
--- trunk/Master/texmf-dist/tex/lualatex/typewriter/typewriter.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/lualatex/typewriter/typewriter.sty	2018-02-09 00:21:15 UTC (rev 46574)
@@ -0,0 +1,2748 @@
+% typewriter.sty
+% David Carlisle 2016-2018
+% Licence: LPPL
+% See http://tex.stackexchange.com/questions/344214/use-latex-to-simulate-old-typewriter-written-texts
+
+
+\ProvidesPackage{typewriter}[2018-02-07 v1.0 typewriter package]
+
+\ifx\directlua\@undefined
+\endinput\PackageError{typewriter}{LuaLaTeX required for this package}\@ehc\fi
+
+
+
+
+
+% luaotfload exlicitly loaded for latex formats before 2017/01/01
+\usepackage{luaotfload}
+
+% load cmuntt here not from lua (for everyone except me, it seems)
+\font\cmuntt = file:cmuntt.otf at 12pt \cmuntt
+\edef\cmunttid{\fontid\cmuntt}
+
+
+\expandafter\let\expandafter\%\csname @percentchar\endcsname
+\directlua {
+ local cbl=luatexbase.callback_descriptions('define_font')
+% print('\string\n======' .. cbl[1] .. '===\string\n')
+original_fontloader=luatexbase.remove_from_callback('define_font',cbl[1])
+luatexbase.add_to_callback('define_font',
+function(name,size,i)
+  if (name=='cmtt10x' or name=='cmtt10bx') then
+% this works in my dev version but for older setups
+% make sure cmuntt.otf has been loaded before we mess
+% up the font loader.
+%  f = original_fontloader('cmuntt.otf',size)
+  f = font.getfont(\cmunttid)
+              f.name = 'cmtt10x'
+              f.type = 'virtual'
+              f.fonts = {{ name = 'file:cmuntt', size = size}}
+for j,v in pairs(f.characters) do
+  local gr = 0.1*math.random()
+  local gr2 = 0.3*math.random()
+if name == 'cmtt10bx' then
+                       v.commands = {
+{'lua','
+  r1 = 0.01*math.random(-10,10)
+pdf.print
+(string.format(" q \%f \%f \%f \%f 0 0 cm ",
+math.cos(r1), - math.sin(r1), math.sin(r1), math.cos(r1)
+))'},
+                           {'special','pdf: ' .. string.format("\%f",gr2) .. ' g'},
+{'push'},
+{'right', math.random(-35000,35000)},
+{'down', math.random(-20000,20000)},
+                           {'char',j},
+{'pop'},
+{'push'},
+{'right', math.random(-35000,35000)},
+{'down', math.random(-20000,20000)},
+                           {'char',j},
+{'pop'},
+{'push'},
+{'right', math.random(-35000,35000)},
+{'down', math.random(-20000,20000)},
+                           {'char',j},
+{'pop'},
+{'lua','pdf.print(" Q ")'},
+{'down', math.random(-20000,20000)},
+                           {'special','pdf: ' .. string.format("\%f",gr) .. ' g'},
+                           {'char',j},
+                           {'special','pdf: 0 g'}
+
+                         }
+else
+                       v.commands = {
+{'lua','
+  r1 = 0.01*math.random(-10,10)
+pdf.print
+(string.format(" q \%f \%f \%f \%f 0 0 cm ",
+math.cos(r1), - math.sin(r1), math.sin(r1), math.cos(r1)
+))'},
+                           {'special','pdf: ' .. gr2 .. ' g'},
+{'push'},
+{'right', math.random(-20000,20000)},
+{'down', math.random(-20000,20000)},
+                           {'char',j},
+{'pop'},
+{'lua','pdf.print(" Q ")'},
+{'down', math.random(-20000,20000)},
+                           {'special','pdf: ' .. gr .. ' g'},
+                           {'char',j},
+                           {'special','pdf: 0 g'}
+
+                         }
+end
+end
+return f
+else
+return original_fontloader(name,size,i)
+end
+end,
+'define font')
+}
+
+{\count0=0
+\loop
+\global\mathcode\count0=\count0
+\ifnum\count0<256
+\advance\count0 1
+\repeat
+}
+
+\def\boldmath{%
+\textfont0=\mybfont \scriptfont0=\mybfonts \scriptscriptfont0=\mybfonts
+\textfont1=\mybfont \textfont2=\mybfont \textfont3=\mybfont
+}
+
+\AtBeginDocument{%
+\sbox0{$\relax$}%
+
+\font\myfont= cmtt10x at 12pt \myfont
+\font\myfonts= cmtt10x at 9pt
+\font\mybfont= cmtt10bx at 12pt
+\font\mybfonts= cmtt10bx at 9pt
+\let\bfseries\mybfont
+\let\selectfont\relax
+\let\large\relax
+\let\LARGE\relax
+\let\small\relax
+\let\footnotesize\relax
+
+\textfont0=\myfont \scriptfont0=\myfonts \scriptscriptfont0=\myfonts
+\textfont1=\myfont \textfont2=\myfont \textfont3=\myfont
+}
+
+
+\emergencystretch\textwidth
+
+
+
+
+
+% must find a better tt int.
+\def\int{\mathop{\leavevmode\strut\raise.5ex\hbox to 1em{$\scriptstyle\mathchar"352$}}\nolimits}
+\setbox0\hbox{$\int$}\setbox0\hbox{}
+\def\sum{\mathop{\char"03A3\relax}}
+
+\renewcommand\sqrt[2][\relax]{%
+\ifx\relax#1\relax\else{}^{#1}\fi
+^^^^221a\overline{#2}}
+
+\def\overline#1{%
+\vbox{\m at th\ialign{##\crcr
+      \leaders\hbox{\string_}\hfil\crcr\noalign{\kern-\p@\nointerlineskip}
+      $(#1)$\crcr}}}
+
+\def\underline#1{%
+\leavevmode\vtop{\m at th\ialign{##\crcr
+      #1\cr\noalign{\kern-\p@\nointerlineskip}%
+      \leaders\hbox{\string_}\hfil\crcr
+      }}}
+
+
+\def\xUnicodeMathSymbol#1#2#3#4{\def#2{\char#1\relax}}
+\def\xxUnicodeMathSymbol#1#2#3{%
+\mathcode#1="8000
+\begingroup\lccode`\~=#1\lowercase{\endgroup\def~}{#2}%
+\def#2{#3}}
+
+% Copy of Will's unicode-math-table (then abused:-)
+
+\xUnicodeMathSymbol{"00021}{\mathexclam               }{\mathpunct}{exclamation mark}%
+\xUnicodeMathSymbol{"00023}{\mathoctothorpe           }{\mathord}{number sign}%
+\xUnicodeMathSymbol{"00024}{\mathdollar               }{\mathord}{dollar sign}%
+\xUnicodeMathSymbol{"00025}{\mathpercent              }{\mathord}{percent sign}%
+\xUnicodeMathSymbol{"00026}{\mathampersand            }{\mathord}{ampersand}%
+\xUnicodeMathSymbol{"00028}{\lparen                   }{\mathopen}{left parenthesis}%
+\xUnicodeMathSymbol{"00029}{\rparen                   }{\mathclose}{right parenthesis}%
+\xUnicodeMathSymbol{"0002B}{\mathplus                 }{\mathbin}{plus sign b:}%
+\xUnicodeMathSymbol{"0002C}{\mathcomma                }{\mathpunct}{comma}%
+\xUnicodeMathSymbol{"0002E}{\mathperiod               }{\mathord}{full stop, period}%
+\xUnicodeMathSymbol{"0002F}{\mathslash                }{\mathord}{solidus}%
+\xUnicodeMathSymbol{"0003A}{\mathcolon                }{\mathpunct}{colon}%
+\xUnicodeMathSymbol{"0003B}{\mathsemicolon            }{\mathpunct}{semicolon p:}%
+\xUnicodeMathSymbol{"0003C}{\less                     }{\mathrel}{less-than sign r:}%
+\xUnicodeMathSymbol{"0003D}{\equal                    }{\mathrel}{equals sign r:}%
+\xUnicodeMathSymbol{"0003E}{\greater                  }{\mathrel}{greater-than sign r:}%
+\xUnicodeMathSymbol{"0003F}{\mathquestion             }{\mathord}{question mark}%
+\xUnicodeMathSymbol{"00040}{\mathatsign               }{\mathord}{commercial at}%
+\xUnicodeMathSymbol{"0005B}{\lbrack                   }{\mathopen}{left square bracket}%
+\xUnicodeMathSymbol{"0005C}{\backslash                }{\mathord}{reverse solidus}%
+\xUnicodeMathSymbol{"0005D}{\rbrack                   }{\mathclose}{right square bracket}%
+\xUnicodeMathSymbol{"0007B}{\lbrace                   }{\mathopen}{left curly bracket}%
+\xUnicodeMathSymbol{"0007C}{\vert                     }{\mathfence}{vertical bar}%
+\xUnicodeMathSymbol{"0007D}{\rbrace                   }{\mathclose}{right curly bracket}%
+\xUnicodeMathSymbol{"000A3}{\mathsterling             }{\mathord}{pound sign}%
+\xUnicodeMathSymbol{"000A5}{\mathyen                  }{\mathord}{yen sign}%
+\xUnicodeMathSymbol{"000AC}{\neg                      }{\mathord}{/neg /lnot not sign}%
+\xUnicodeMathSymbol{"000B1}{\pm                       }{\mathbin}{plus-or-minus sign}%
+\xUnicodeMathSymbol{"000B7}{\cdotp                    }{\mathbin}{/centerdot b: middle dot}%
+\xUnicodeMathSymbol{"000D7}{\times                    }{\mathbin}{multiply sign}%
+\xUnicodeMathSymbol{"000F0}{\matheth                  }{\mathalpha}{eth}%
+\xUnicodeMathSymbol{"000F7}{\div                      }{\mathbin}{divide sign}%
+\xUnicodeMathSymbol{"001B5}{\Zbar                     }{\mathord}{impedance (latin capital letter z with stroke)}%
+\xUnicodeMathSymbol{"00300}{\grave                    }{\mathaccent}{grave accent}%
+\xUnicodeMathSymbol{"00301}{\acute                    }{\mathaccent}{acute accent}%
+\xUnicodeMathSymbol{"00302}{\hat                      }{\mathaccent}{circumflex accent}%
+\xUnicodeMathSymbol{"00302}{\widehat                  }{\mathaccentwide}{circumflex accent}%
+\xUnicodeMathSymbol{"00303}{\tilde                    }{\mathaccent}{tilde}%
+\xUnicodeMathSymbol{"00303}{\widetilde                }{\mathaccentwide}{tilde}%
+\xUnicodeMathSymbol{"00304}{\bar                      }{\mathaccent}{macron}%
+\xUnicodeMathSymbol{"00305}{\overbar                  }{\mathaccent}{overbar embellishment}%
+\xUnicodeMathSymbol{"00306}{\breve                    }{\mathaccent}{breve}%
+\xUnicodeMathSymbol{"00307}{\dot                      }{\mathaccent}{dot above}%
+\xUnicodeMathSymbol{"00308}{\ddot                     }{\mathaccent}{dieresis}%
+\xUnicodeMathSymbol{"00309}{\ovhook                   }{\mathaccent}{combining hook above}%
+\xUnicodeMathSymbol{"0030A}{\ocirc                    }{\mathaccent}{ring}%
+\xUnicodeMathSymbol{"0030C}{\check                    }{\mathaccent}{caron}%
+\xUnicodeMathSymbol{"00310}{\candra                   }{\mathaccent}{candrabindu (non-spacing)}%
+\xUnicodeMathSymbol{"00312}{\oturnedcomma             }{\mathaccent}{combining turned comma above}%
+\xUnicodeMathSymbol{"00315}{\ocommatopright           }{\mathaccent}{combining comma above right}%
+\xUnicodeMathSymbol{"0031A}{\droang                   }{\mathaccent}{left angle above (non-spacing)}%
+\xUnicodeMathSymbol{"00330}{\wideutilde               }{\mathbotaccentwide}{under tilde accent (multiple characters and non-spacing)}%
+\xUnicodeMathSymbol{"00332}{\mathunderbar             }{\mathbotaccentwide}{combining low line}%
+\xUnicodeMathSymbol{"00338}{\not                      }{\mathaccent}{combining long solidus overlay}%
+\xUnicodeMathSymbol{"0034D}{\underleftrightarrow      }{\mathbotaccentwide}{underleftrightarrow accent}%
+\xUnicodeMathSymbol{"00391}{\mupAlpha                 }{\mathalpha}{capital alpha, greek}%
+\xUnicodeMathSymbol{"00392}{\mupBeta                  }{\mathalpha}{capital beta, greek}%
+\xUnicodeMathSymbol{"00393}{\mupGamma                 }{\mathalpha}{capital gamma, greek}%
+\xUnicodeMathSymbol{"00394}{\mupDelta                 }{\mathalpha}{capital delta, greek}%
+\xUnicodeMathSymbol{"00395}{\mupEpsilon               }{\mathalpha}{capital epsilon, greek}%
+\xUnicodeMathSymbol{"00396}{\mupZeta                  }{\mathalpha}{capital zeta, greek}%
+\xUnicodeMathSymbol{"00397}{\mupEta                   }{\mathalpha}{capital eta, greek}%
+\xUnicodeMathSymbol{"00398}{\mupTheta                 }{\mathalpha}{capital theta, greek}%
+\xUnicodeMathSymbol{"00399}{\mupIota                  }{\mathalpha}{capital iota, greek}%
+\xUnicodeMathSymbol{"0039A}{\mupKappa                 }{\mathalpha}{capital kappa, greek}%
+\xUnicodeMathSymbol{"0039B}{\mupLambda                }{\mathalpha}{capital lambda, greek}%
+\xUnicodeMathSymbol{"0039C}{\mupMu                    }{\mathalpha}{capital mu, greek}%
+\xUnicodeMathSymbol{"0039D}{\mupNu                    }{\mathalpha}{capital nu, greek}%
+\xUnicodeMathSymbol{"0039E}{\mupXi                    }{\mathalpha}{capital xi, greek}%
+\xUnicodeMathSymbol{"0039F}{\mupOmicron               }{\mathalpha}{capital omicron, greek}%
+\xUnicodeMathSymbol{"003A0}{\mupPi                    }{\mathalpha}{capital pi, greek}%
+\xUnicodeMathSymbol{"003A1}{\mupRho                   }{\mathalpha}{capital rho, greek}%
+\xUnicodeMathSymbol{"003A3}{\mupSigma                 }{\mathalpha}{capital sigma, greek}%
+\xUnicodeMathSymbol{"003A4}{\mupTau                   }{\mathalpha}{capital tau, greek}%
+\xUnicodeMathSymbol{"003A5}{\mupUpsilon               }{\mathalpha}{capital upsilon, greek}%
+\xUnicodeMathSymbol{"003A6}{\mupPhi                   }{\mathalpha}{capital phi, greek}%
+\xUnicodeMathSymbol{"003A7}{\mupChi                   }{\mathalpha}{capital chi, greek}%
+\xUnicodeMathSymbol{"003A8}{\mupPsi                   }{\mathalpha}{capital psi, greek}%
+\xUnicodeMathSymbol{"003A9}{\mupOmega                 }{\mathalpha}{capital omega, greek}%
+\xUnicodeMathSymbol{"003B1}{\mupalpha                 }{\mathalpha}{small alpha, greek}%
+\xUnicodeMathSymbol{"003B2}{\mupbeta                  }{\mathalpha}{small beta, greek}%
+\xUnicodeMathSymbol{"003B3}{\mupgamma                 }{\mathalpha}{small gamma, greek}%
+\xUnicodeMathSymbol{"003B4}{\mupdelta                 }{\mathalpha}{small delta, greek}%
+\xUnicodeMathSymbol{"003B5}{\mupepsilon               }{\mathalpha}{rounded small epsilon, greek}%
+\xUnicodeMathSymbol{"003B6}{\mupzeta                  }{\mathalpha}{small zeta, greek}%
+\xUnicodeMathSymbol{"003B7}{\mupeta                   }{\mathalpha}{small eta, greek}%
+\xUnicodeMathSymbol{"003B8}{\muptheta                 }{\mathalpha}{straight theta, small theta, greek}%
+\xUnicodeMathSymbol{"003B9}{\mupiota                  }{\mathalpha}{small iota, greek}%
+\xUnicodeMathSymbol{"003BA}{\mupkappa                 }{\mathalpha}{small kappa, greek}%
+\xUnicodeMathSymbol{"003BB}{\muplambda                }{\mathalpha}{small lambda, greek}%
+\xUnicodeMathSymbol{"003BC}{\mupmu                    }{\mathalpha}{small mu, greek}%
+\xUnicodeMathSymbol{"003BD}{\mupnu                    }{\mathalpha}{small nu, greek}%
+\xUnicodeMathSymbol{"003BE}{\mupxi                    }{\mathalpha}{small xi, greek}%
+\xUnicodeMathSymbol{"003BF}{\mupomicron               }{\mathalpha}{small omicron, greek}%
+\xUnicodeMathSymbol{"003C0}{\muppi                    }{\mathalpha}{small pi, greek}%
+\xUnicodeMathSymbol{"003C1}{\muprho                   }{\mathalpha}{small rho, greek}%
+\xUnicodeMathSymbol{"003C2}{\mupvarsigma              }{\mathalpha}{terminal sigma, greek}%
+\xUnicodeMathSymbol{"003C3}{\mupsigma                 }{\mathalpha}{small sigma, greek}%
+\xUnicodeMathSymbol{"003C4}{\muptau                   }{\mathalpha}{small tau, greek}%
+\xUnicodeMathSymbol{"003C5}{\mupupsilon               }{\mathalpha}{small upsilon, greek}%
+\xUnicodeMathSymbol{"003C6}{\mupvarphi                }{\mathalpha}{curly or open small phi, greek}%
+\xUnicodeMathSymbol{"003C7}{\mupchi                   }{\mathalpha}{small chi, greek}%
+\xUnicodeMathSymbol{"003C8}{\muppsi                   }{\mathalpha}{small psi, greek}%
+\xUnicodeMathSymbol{"003C9}{\mupomega                 }{\mathalpha}{small omega, greek}%
+\xUnicodeMathSymbol{"003D0}{\mupvarbeta               }{\mathalpha}{rounded small beta, greek}%
+\xUnicodeMathSymbol{"003D1}{\mupvartheta              }{\mathalpha}{/vartheta - curly or open theta}%
+\xUnicodeMathSymbol{"003D5}{\mupphi                   }{\mathalpha}{/straightphi - small phi, greek}%
+\xUnicodeMathSymbol{"003D6}{\mupvarpi                 }{\mathalpha}{rounded small pi (pomega), greek}%
+\xUnicodeMathSymbol{"003D8}{\upoldKoppa               }{\mathord}{greek letter archaic koppa}%
+\xUnicodeMathSymbol{"003D9}{\upoldkoppa               }{\mathord}{greek small letter archaic koppa}%
+\xUnicodeMathSymbol{"003DA}{\upStigma                 }{\mathalpha}{capital stigma}%
+\xUnicodeMathSymbol{"003DB}{\upstigma                 }{\mathalpha}{greek small letter stigma}%
+\xUnicodeMathSymbol{"003DC}{\upDigamma                }{\mathalpha}{capital digamma}%
+\xUnicodeMathSymbol{"003DD}{\updigamma                }{\mathalpha}{old greek small letter digamma}%
+\xUnicodeMathSymbol{"003DE}{\upKoppa                  }{\mathalpha}{capital koppa}%
+\xUnicodeMathSymbol{"003DF}{\upkoppa                  }{\mathalpha}{greek small letter koppa}%
+\xUnicodeMathSymbol{"003E0}{\upSampi                  }{\mathalpha}{capital sampi}%
+\xUnicodeMathSymbol{"003E1}{\upsampi                  }{\mathalpha}{greek small letter sampi}%
+\xUnicodeMathSymbol{"003F0}{\mupvarkappa              }{\mathalpha}{rounded small kappa, greek}%
+\xUnicodeMathSymbol{"003F1}{\mupvarrho                }{\mathalpha}{rounded small rho, greek}%
+\xUnicodeMathSymbol{"003F4}{\mupvarTheta              }{\mathalpha}{greek capital theta symbol}%
+\xUnicodeMathSymbol{"003F5}{\mupvarepsilon            }{\mathalpha}{greek lunate epsilon symbol}%
+\xUnicodeMathSymbol{"003F6}{\upbackepsilon            }{\mathord}{greek reversed lunate epsilon symbol}%
+
+\xUnicodeMathSymbol{"00391}{\Alpha                 }{\mathalpha}{capital alpha, greek}%
+\xUnicodeMathSymbol{"00392}{\Beta                  }{\mathalpha}{capital beta, greek}%
+\xUnicodeMathSymbol{"00393}{\Gamma                 }{\mathalpha}{capital gamma, greek}%
+\xUnicodeMathSymbol{"00394}{\Delta                 }{\mathalpha}{capital delta, greek}%
+\xUnicodeMathSymbol{"00395}{\Epsilon               }{\mathalpha}{capital epsilon, greek}%
+\xUnicodeMathSymbol{"00396}{\Zeta                  }{\mathalpha}{capital zeta, greek}%
+\xUnicodeMathSymbol{"00397}{\Eta                   }{\mathalpha}{capital eta, greek}%
+\xUnicodeMathSymbol{"00398}{\Theta                 }{\mathalpha}{capital theta, greek}%
+\xUnicodeMathSymbol{"00399}{\Iota                  }{\mathalpha}{capital iota, greek}%
+\xUnicodeMathSymbol{"0039A}{\Kappa                 }{\mathalpha}{capital kappa, greek}%
+\xUnicodeMathSymbol{"0039B}{\Lambda                }{\mathalpha}{capital lambda, greek}%
+\xUnicodeMathSymbol{"0039C}{\Mu                    }{\mathalpha}{capital mu, greek}%
+\xUnicodeMathSymbol{"0039D}{\Nu                    }{\mathalpha}{capital nu, greek}%
+\xUnicodeMathSymbol{"0039E}{\Xi                    }{\mathalpha}{capital xi, greek}%
+\xUnicodeMathSymbol{"0039F}{\Omicron               }{\mathalpha}{capital omicron, greek}%
+\xUnicodeMathSymbol{"003A0}{\Pi                    }{\mathalpha}{capital pi, greek}%
+\xUnicodeMathSymbol{"003A1}{\Rho                   }{\mathalpha}{capital rho, greek}%
+\xUnicodeMathSymbol{"003A3}{\Sigma                 }{\mathalpha}{capital sigma, greek}%
+\xUnicodeMathSymbol{"003A4}{\Tau                   }{\mathalpha}{capital tau, greek}%
+\xUnicodeMathSymbol{"003A5}{\Upsilon               }{\mathalpha}{capital upsilon, greek}%
+\xUnicodeMathSymbol{"003A6}{\Phi                   }{\mathalpha}{capital phi, greek}%
+\xUnicodeMathSymbol{"003A7}{\Chi                   }{\mathalpha}{capital chi, greek}%
+\xUnicodeMathSymbol{"003A8}{\Psi                   }{\mathalpha}{capital psi, greek}%
+\xUnicodeMathSymbol{"003A9}{\Omega                 }{\mathalpha}{capital omega, greek}%
+\xUnicodeMathSymbol{"003B1}{\alpha                 }{\mathalpha}{small alpha, greek}%
+\xUnicodeMathSymbol{"003B2}{\beta                  }{\mathalpha}{small beta, greek}%
+\xUnicodeMathSymbol{"003B3}{\gamma                 }{\mathalpha}{small gamma, greek}%
+\xUnicodeMathSymbol{"003B4}{\delta                 }{\mathalpha}{small delta, greek}%
+\xUnicodeMathSymbol{"003B5}{\epsilon               }{\mathalpha}{rounded small epsilon, greek}%
+\xUnicodeMathSymbol{"003B6}{\zeta                  }{\mathalpha}{small zeta, greek}%
+\xUnicodeMathSymbol{"003B7}{\eta                   }{\mathalpha}{small eta, greek}%
+\xUnicodeMathSymbol{"003B8}{\theta                 }{\mathalpha}{straight theta, small theta, greek}%
+\xUnicodeMathSymbol{"003B9}{\iota                  }{\mathalpha}{small iota, greek}%
+\xUnicodeMathSymbol{"003BA}{\kappa                 }{\mathalpha}{small kappa, greek}%
+\xUnicodeMathSymbol{"003BB}{\lambda                }{\mathalpha}{small lambda, greek}%
+\xUnicodeMathSymbol{"003BC}{\mu                    }{\mathalpha}{small mu, greek}%
+\xUnicodeMathSymbol{"003BD}{\nu                    }{\mathalpha}{small nu, greek}%
+\xUnicodeMathSymbol{"003BE}{\xi                    }{\mathalpha}{small xi, greek}%
+\xUnicodeMathSymbol{"003BF}{\omicron               }{\mathalpha}{small omicron, greek}%
+\xUnicodeMathSymbol{"003C0}{\pi                    }{\mathalpha}{small pi, greek}%
+\xUnicodeMathSymbol{"003C1}{\rho                   }{\mathalpha}{small rho, greek}%
+\xUnicodeMathSymbol{"003C2}{\varsigma              }{\mathalpha}{terminal sigma, greek}%
+\xUnicodeMathSymbol{"003C3}{\sigma                 }{\mathalpha}{small sigma, greek}%
+\xUnicodeMathSymbol{"003C4}{\tau                   }{\mathalpha}{small tau, greek}%
+\xUnicodeMathSymbol{"003C5}{\upsilon               }{\mathalpha}{small upsilon, greek}%
+\xUnicodeMathSymbol{"003C6}{\varphi                }{\mathalpha}{curly or open small phi, greek}%
+\xUnicodeMathSymbol{"003C7}{\chi                   }{\mathalpha}{small chi, greek}%
+\xUnicodeMathSymbol{"003C8}{\psi                   }{\mathalpha}{small psi, greek}%
+\xUnicodeMathSymbol{"003C9}{\omega                 }{\mathalpha}{small omega, greek}%
+\xUnicodeMathSymbol{"003D0}{\varbeta               }{\mathalpha}{rounded small beta, greek}%
+\xUnicodeMathSymbol{"003D1}{\vartheta              }{\mathalpha}{/vartheta - curly or open theta}%
+\xUnicodeMathSymbol{"003D5}{\phi                   }{\mathalpha}{/straightphi - small phi, greek}%
+\xUnicodeMathSymbol{"003D6}{\varpi                 }{\mathalpha}{rounded small pi (pomega), greek}%
+\xUnicodeMathSymbol{"003D8}{\oldKoppa               }{\mathord}{greek letter archaic koppa}%
+\xUnicodeMathSymbol{"003D9}{\oldkoppa               }{\mathord}{greek small letter archaic koppa}%
+\xUnicodeMathSymbol{"003DA}{\Stigma                 }{\mathalpha}{capital stigma}%
+\xUnicodeMathSymbol{"003DB}{\stigma                 }{\mathalpha}{greek small letter stigma}%
+\xUnicodeMathSymbol{"003DC}{\Digamma                }{\mathalpha}{capital digamma}%
+\xUnicodeMathSymbol{"003DD}{\digamma                }{\mathalpha}{old greek small letter digamma}%
+\xUnicodeMathSymbol{"003DE}{\Koppa                  }{\mathalpha}{capital koppa}%
+\xUnicodeMathSymbol{"003DF}{\koppa                  }{\mathalpha}{greek small letter koppa}%
+\xUnicodeMathSymbol{"003E0}{\Sampi                  }{\mathalpha}{capital sampi}%
+\xUnicodeMathSymbol{"003E1}{\sampi                  }{\mathalpha}{greek small letter sampi}%
+\xUnicodeMathSymbol{"003F0}{\varkappa              }{\mathalpha}{rounded small kappa, greek}%
+\xUnicodeMathSymbol{"003F1}{\varrho                }{\mathalpha}{rounded small rho, greek}%
+\xUnicodeMathSymbol{"003F4}{\varTheta              }{\mathalpha}{greek capital theta symbol}%
+\xUnicodeMathSymbol{"003F5}{\varepsilon            }{\mathalpha}{greek lunate epsilon symbol}%
+\xUnicodeMathSymbol{"003F6}{\upbackepsilon            }{\mathord}{greek reversed lunate epsilon symbol}%
+
+
+
+
+\xUnicodeMathSymbol{"02015}{\horizbar                 }{\mathord}{horizontal bar}%
+\xUnicodeMathSymbol{"02016}{\Vert                     }{\mathfence}{double vertical bar}%
+\xUnicodeMathSymbol{"02017}{\twolowline               }{\mathord}{double low line (spacing)}%
+\xUnicodeMathSymbol{"02020}{\dagger                   }{\mathbin}{dagger relation}%
+\xUnicodeMathSymbol{"02021}{\ddagger                  }{\mathbin}{double dagger relation}%
+\xUnicodeMathSymbol{"02022}{\smblkcircle              }{\mathbin}{/bullet b: round bullet, filled}%
+\xUnicodeMathSymbol{"02025}{\enleadertwodots          }{\mathord}{double baseline dot (en leader)}%
+\xUnicodeMathSymbol{"02026}{\unicodeellipsis          }{\mathord}{ellipsis (horizontal)}%
+\xUnicodeMathSymbol{"02032}{\prime                    }{\mathord}{prime or minute, not superscripted}%
+\xUnicodeMathSymbol{"02033}{\dprime                   }{\mathord}{double prime or second, not superscripted}%
+\xUnicodeMathSymbol{"02034}{\trprime                  }{\mathord}{triple prime (not superscripted)}%
+\xUnicodeMathSymbol{"02035}{\backprime                }{\mathord}{reverse prime, not superscripted}%
+\xUnicodeMathSymbol{"02036}{\backdprime               }{\mathord}{double reverse prime, not superscripted}%
+\xUnicodeMathSymbol{"02037}{\backtrprime              }{\mathord}{triple reverse prime, not superscripted}%
+\xUnicodeMathSymbol{"02038}{\caretinsert              }{\mathord}{caret (insertion mark)}%
+\xUnicodeMathSymbol{"0203C}{\Exclam                   }{\mathord}{double exclamation mark}%
+\xUnicodeMathSymbol{"02040}{\tieconcat                }{\mathbin}{character tie, z notation sequence concatenation}%
+\xUnicodeMathSymbol{"02043}{\hyphenbullet             }{\mathord}{rectangle, filled (hyphen bullet)}%
+\xUnicodeMathSymbol{"02044}{\fracslash                }{\mathbin}{fraction slash}%
+\xUnicodeMathSymbol{"02047}{\Question                 }{\mathord}{double question mark}%
+\xUnicodeMathSymbol{"02050}{\closure                  }{\mathrel}{close up}%
+\xUnicodeMathSymbol{"02057}{\qprime                   }{\mathord}{quadruple prime, not superscripted}%
+\xUnicodeMathSymbol{"020AC}{\euro                     }{\mathord}{euro sign}%
+\xUnicodeMathSymbol{"020D0}{\leftharpoonaccent        }{\mathaccent}{combining left harpoon above}%
+\xUnicodeMathSymbol{"020D0}{\overleftharpoon          }{\mathaccentwide}{combining left harpoon above}%
+\xUnicodeMathSymbol{"020D1}{\rightharpoonaccent       }{\mathaccent}{combining right harpoon above}%
+\xUnicodeMathSymbol{"020D1}{\overrightharpoon         }{\mathaccentwide}{combining right harpoon above}%
+\xUnicodeMathSymbol{"020D2}{\vertoverlay              }{\mathaccent}{combining long vertical line overlay}%
+\xUnicodeMathSymbol{"020D6}{\overleftarrow            }{\mathaccentwide}{combining left arrow above}%
+\xUnicodeMathSymbol{"020D7}{\overrightarrow           }{\mathaccentwide}{combining left arrow above}%
+\xUnicodeMathSymbol{"020D7}{\vec                      }{\mathaccent}{combining right arrow above}%
+\xUnicodeMathSymbol{"020DB}{\dddot                    }{\mathaccent}{combining three dots above}%
+\xUnicodeMathSymbol{"020DC}{\ddddot                   }{\mathaccent}{combining four dots above}%
+\xUnicodeMathSymbol{"020DD}{\enclosecircle            }{\mathord}{combining enclosing circle}%
+\xUnicodeMathSymbol{"020DE}{\enclosesquare            }{\mathord}{combining enclosing square}%
+\xUnicodeMathSymbol{"020DF}{\enclosediamond           }{\mathord}{combining enclosing diamond}%
+\xUnicodeMathSymbol{"020E1}{\overleftrightarrow       }{\mathaccentwide}{combining left right arrow above}%
+\xUnicodeMathSymbol{"020E4}{\enclosetriangle          }{\mathord}{combining enclosing upward pointing triangle}%
+\xUnicodeMathSymbol{"020E7}{\annuity                  }{\mathaccent}{combining annuity symbol}%
+\xUnicodeMathSymbol{"020E8}{\threeunderdot            }{\mathbotaccent}{combining triple underdot}%
+\xUnicodeMathSymbol{"020E9}{\widebridgeabove          }{\mathaccent}{combining wide bridge above}%
+\xUnicodeMathSymbol{"020EC}{\underrightharpoondown    }{\mathbotaccentwide}{combining rightwards harpoon with barb downwards}%
+\xUnicodeMathSymbol{"020ED}{\underleftharpoondown     }{\mathbotaccentwide}{combining leftwards harpoon with barb downwards}%
+\xUnicodeMathSymbol{"020EE}{\underleftarrow           }{\mathbotaccentwide}{combining left arrow below}%
+\xUnicodeMathSymbol{"020EF}{\underrightarrow          }{\mathbotaccentwide}{combining right arrow below}%
+\xUnicodeMathSymbol{"020F0}{\asteraccent              }{\mathaccent}{combining asterisk above}%
+%\xUnicodeMathSymbol{"02102}{\BbbC                     }{\mathalpha}{/bbb c, open face c}%
+\xxUnicodeMathSymbol{"02102}{\BbbC}{|\!\!\!C}
+\xUnicodeMathSymbol{"02107}{\Eulerconst               }{\mathord}{euler constant}%
+\xUnicodeMathSymbol{"0210A}{\mscrg                    }{\mathalpha}{/scr g, script letter g}%
+\xUnicodeMathSymbol{"0210B}{\mscrH                    }{\mathalpha}{hamiltonian (script capital h)}%
+\xUnicodeMathSymbol{"0210C}{\mfrakH                   }{\mathalpha}{/frak h, upper case h}%
+\xUnicodeMathSymbol{"0210D}{\BbbH                     }{\mathalpha}{/bbb h, open face h}%
+\xUnicodeMathSymbol{"0210E}{\Planckconst              }{\mathord}{planck constant}%
+\xUnicodeMathSymbol{"0210F}{\hslash                   }{\mathalpha}{/hslash - variant planck's over 2pi}%
+\xUnicodeMathSymbol{"02110}{\mscrI                    }{\mathalpha}{/scr i, script letter i}%
+\xUnicodeMathSymbol{"02111}{\Im                       }{\mathalpha}{imaginary part}%
+\xUnicodeMathSymbol{"02112}{\mscrL                    }{\mathalpha}{lagrangian (script capital l)}%
+\xUnicodeMathSymbol{"02113}{\ell                      }{\mathalpha}{cursive small l}%
+\xUnicodeMathSymbol{"02115}{\BbbN                     }{\mathalpha}{/bbb n, open face n}%
+\xUnicodeMathSymbol{"02118}{\wp                       }{\mathalpha}{weierstrass p}%
+\xUnicodeMathSymbol{"02119}{\BbbP                     }{\mathalpha}{/bbb p, open face p}%
+\xUnicodeMathSymbol{"0211A}{\BbbQ                     }{\mathalpha}{/bbb q, open face q}%
+\xUnicodeMathSymbol{"0211B}{\mscrR                    }{\mathalpha}{/scr r, script letter r}%
+\xUnicodeMathSymbol{"0211C}{\Re                       }{\mathalpha}{real part}%
+%\xUnicodeMathSymbol{"0211D}{\BbbR                     }{\mathalpha}{/bbb r, open face r}%
+\xxUnicodeMathSymbol{"0211D}{\BbbR}{I\!\!R}
+\xUnicodeMathSymbol{"02124}{\BbbZ                     }{\mathalpha}{/bbb z, open face z}%
+\xUnicodeMathSymbol{"02127}{\mho                      }{\mathord}{conductance}%
+\xUnicodeMathSymbol{"02128}{\mfrakZ                   }{\mathalpha}{/frak z, upper case z}%
+\xUnicodeMathSymbol{"02129}{\turnediota               }{\mathalpha}{turned iota}%
+\xUnicodeMathSymbol{"0212B}{\Angstrom                 }{\mathalpha}{angstrom capital a, ring}%
+\xUnicodeMathSymbol{"0212C}{\mscrB                    }{\mathalpha}{bernoulli function (script capital b)}%
+\xUnicodeMathSymbol{"0212D}{\mfrakC                   }{\mathalpha}{black-letter capital c}%
+\xUnicodeMathSymbol{"0212F}{\mscre                    }{\mathalpha}{/scr e, script letter e}%
+\xUnicodeMathSymbol{"02130}{\mscrE                    }{\mathalpha}{/scr e, script letter e}%
+\xUnicodeMathSymbol{"02131}{\mscrF                    }{\mathalpha}{/scr f, script letter f}%
+\xUnicodeMathSymbol{"02132}{\Finv                     }{\mathord}{turned capital f}%
+\xUnicodeMathSymbol{"02133}{\mscrM                    }{\mathalpha}{physics m-matrix (script capital m)}%
+\xUnicodeMathSymbol{"02134}{\mscro                    }{\mathalpha}{order of (script small o)}%
+\xUnicodeMathSymbol{"02135}{\aleph                    }{\mathalpha}{aleph, hebrew}%
+\xUnicodeMathSymbol{"02136}{\beth                     }{\mathalpha}{beth, hebrew}%
+\xUnicodeMathSymbol{"02137}{\gimel                    }{\mathalpha}{gimel, hebrew}%
+\xUnicodeMathSymbol{"02138}{\daleth                   }{\mathalpha}{daleth, hebrew}%
+\xUnicodeMathSymbol{"0213C}{\Bbbpi                    }{\mathord}{double-struck small pi}%
+\xUnicodeMathSymbol{"0213D}{\Bbbgamma                 }{\mathalpha}{double-struck small gamma}%
+\xUnicodeMathSymbol{"0213E}{\BbbGamma                 }{\mathalpha}{double-struck capital gamma}%
+\xUnicodeMathSymbol{"0213F}{\BbbPi                    }{\mathalpha}{double-struck capital pi}%
+\xUnicodeMathSymbol{"02140}{\Bbbsum                   }{\mathop}{double-struck n-ary summation}%
+\xUnicodeMathSymbol{"02141}{\Game                     }{\mathord}{turned sans-serif capital g}%
+\xUnicodeMathSymbol{"02142}{\sansLturned              }{\mathord}{turned sans-serif capital l}%
+\xUnicodeMathSymbol{"02143}{\sansLmirrored            }{\mathord}{reversed sans-serif capital l}%
+\xUnicodeMathSymbol{"02144}{\Yup                      }{\mathord}{turned sans-serif capital y}%
+\xUnicodeMathSymbol{"02145}{\mitBbbD                  }{\mathord}{double-struck italic capital d}%
+\xUnicodeMathSymbol{"02146}{\mitBbbd                  }{\mathord}{double-struck italic small d}%
+\xUnicodeMathSymbol{"02147}{\mitBbbe                  }{\mathord}{double-struck italic small e}%
+\xUnicodeMathSymbol{"02148}{\mitBbbi                  }{\mathord}{double-struck italic small i}%
+\xUnicodeMathSymbol{"02149}{\mitBbbj                  }{\mathord}{double-struck italic small j}%
+\xUnicodeMathSymbol{"0214A}{\PropertyLine             }{\mathord}{property line}%
+\xUnicodeMathSymbol{"0214B}{\upand                    }{\mathbin}{turned ampersand}%
+%\xUnicodeMathSymbol{"02190}{\leftarrow                }{\mathrel}{/leftarrow /gets a: leftward arrow}%
+\xxUnicodeMathSymbol{"02190}{\leftarrow}{<-}
+\xUnicodeMathSymbol{"02191}{\uparrow                  }{\mathrel}{upward arrow}%
+%\xUnicodeMathSymbol{"02192}{\rightarrow               }{\mathrel}{/rightarrow /to a: rightward arrow}%
+\xxUnicodeMathSymbol{"02192}{\rightarrow}{->}
+\xUnicodeMathSymbol{"02193}{\downarrow                }{\mathrel}{downward arrow}%
+%\xUnicodeMathSymbol{"02194}{\leftrightarrow           }{\mathrel}{left and right arrow}%
+\xxUnicodeMathSymbol{"02194}{\leftrightarrow}{<->}
+\xUnicodeMathSymbol{"02195}{\updownarrow              }{\mathrel}{up and down arrow}%
+\xUnicodeMathSymbol{"02196}{\nwarrow                  }{\mathrel}{nw pointing arrow}%
+\xUnicodeMathSymbol{"02197}{\nearrow                  }{\mathrel}{ne pointing arrow}%
+\xUnicodeMathSymbol{"02198}{\searrow                  }{\mathrel}{se pointing arrow}%
+\xUnicodeMathSymbol{"02199}{\swarrow                  }{\mathrel}{sw pointing arrow}%
+\xUnicodeMathSymbol{"0219A}{\nleftarrow               }{\mathrel}{not left arrow}%
+\xUnicodeMathSymbol{"0219B}{\nrightarrow              }{\mathrel}{not right arrow}%
+\xUnicodeMathSymbol{"0219C}{\leftwavearrow            }{\mathrel}{left arrow-wavy}%
+\xUnicodeMathSymbol{"0219D}{\rightwavearrow           }{\mathrel}{right arrow-wavy}%
+\xUnicodeMathSymbol{"0219E}{\twoheadleftarrow         }{\mathrel}{left two-headed arrow}%
+\xUnicodeMathSymbol{"0219F}{\twoheaduparrow           }{\mathrel}{up two-headed arrow}%
+\xUnicodeMathSymbol{"021A0}{\twoheadrightarrow        }{\mathrel}{right two-headed arrow}%
+\xUnicodeMathSymbol{"021A1}{\twoheaddownarrow         }{\mathrel}{down two-headed arrow}%
+\xUnicodeMathSymbol{"021A2}{\leftarrowtail            }{\mathrel}{left arrow-tailed}%
+\xUnicodeMathSymbol{"021A3}{\rightarrowtail           }{\mathrel}{right arrow-tailed}%
+\xUnicodeMathSymbol{"021A4}{\mapsfrom                 }{\mathrel}{maps to, leftward}%
+\xUnicodeMathSymbol{"021A5}{\mapsup                   }{\mathrel}{maps to, upward}%
+%\xUnicodeMathSymbol{"021A6}{\mapsto                   }{\mathrel}{maps to, rightward}%
+\xxUnicodeMathSymbol{"021A6}{\mapsto}{{|\!->}}
+\xUnicodeMathSymbol{"021A7}{\mapsdown                 }{\mathrel}{maps to, downward}%
+\xUnicodeMathSymbol{"021A8}{\updownarrowbar           }{\mathord}{up down arrow with base (perpendicular)}%
+\xUnicodeMathSymbol{"021A9}{\hookleftarrow            }{\mathrel}{left arrow-hooked}%
+\xUnicodeMathSymbol{"021AA}{\hookrightarrow           }{\mathrel}{right arrow-hooked}%
+\xUnicodeMathSymbol{"021AB}{\looparrowleft            }{\mathrel}{left arrow-looped}%
+\xUnicodeMathSymbol{"021AC}{\looparrowright           }{\mathrel}{right arrow-looped}%
+\xUnicodeMathSymbol{"021AD}{\leftrightsquigarrow      }{\mathrel}{left and right arr-wavy}%
+\xUnicodeMathSymbol{"021AE}{\nleftrightarrow          }{\mathrel}{not left and right arrow}%
+\xUnicodeMathSymbol{"021AF}{\downzigzagarrow          }{\mathrel}{downwards zigzag arrow}%
+\xUnicodeMathSymbol{"021B0}{\Lsh                      }{\mathrel}{/lsh a:}%
+\xUnicodeMathSymbol{"021B1}{\Rsh                      }{\mathrel}{/rsh a:}%
+\xUnicodeMathSymbol{"021B2}{\Ldsh                     }{\mathrel}{left down angled arrow}%
+\xUnicodeMathSymbol{"021B3}{\Rdsh                     }{\mathrel}{right down angled arrow}%
+\xUnicodeMathSymbol{"021B4}{\linefeed                 }{\mathord}{rightwards arrow with corner downwards}%
+\xUnicodeMathSymbol{"021B5}{\carriagereturn           }{\mathord}{downwards arrow with corner leftward = carriage return}%
+\xUnicodeMathSymbol{"021B6}{\curvearrowleft           }{\mathrel}{left curved arrow}%
+\xUnicodeMathSymbol{"021B7}{\curvearrowright          }{\mathrel}{right curved arrow}%
+\xUnicodeMathSymbol{"021B8}{\barovernorthwestarrow    }{\mathord}{north west arrow to long bar}%
+\xUnicodeMathSymbol{"021B9}{\barleftarrowrightarrowbar}{\mathord}{leftwards arrow to bar over rightwards arrow to bar}%
+\xUnicodeMathSymbol{"021BA}{\acwopencirclearrow       }{\mathord}{anticlockwise open circle arrow}%
+\xUnicodeMathSymbol{"021BB}{\cwopencirclearrow        }{\mathord}{clockwise open circle arrow}%
+\xUnicodeMathSymbol{"021BC}{\leftharpoonup            }{\mathrel}{left harpoon-up}%
+\xUnicodeMathSymbol{"021BD}{\leftharpoondown          }{\mathrel}{left harpoon-down}%
+\xUnicodeMathSymbol{"021BE}{\upharpoonright           }{\mathrel}{/upharpoonright /restriction a: up harpoon-right}%
+\xUnicodeMathSymbol{"021BF}{\upharpoonleft            }{\mathrel}{up harpoon-left}%
+\xUnicodeMathSymbol{"021C0}{\rightharpoonup           }{\mathrel}{right harpoon-up}%
+\xUnicodeMathSymbol{"021C1}{\rightharpoondown         }{\mathrel}{right harpoon-down}%
+\xUnicodeMathSymbol{"021C2}{\downharpoonright         }{\mathrel}{down harpoon-right}%
+\xUnicodeMathSymbol{"021C3}{\downharpoonleft          }{\mathrel}{down harpoon-left}%
+\xUnicodeMathSymbol{"021C4}{\rightleftarrows          }{\mathrel}{right arrow over left arrow}%
+\xUnicodeMathSymbol{"021C5}{\updownarrows             }{\mathrel}{up arrow, down arrow}%
+\xUnicodeMathSymbol{"021C6}{\leftrightarrows          }{\mathrel}{left arrow over right arrow}%
+\xUnicodeMathSymbol{"021C7}{\leftleftarrows           }{\mathrel}{two left arrows}%
+\xUnicodeMathSymbol{"021C8}{\upuparrows               }{\mathrel}{two up arrows}%
+\xUnicodeMathSymbol{"021C9}{\rightrightarrows         }{\mathrel}{two right arrows}%
+\xUnicodeMathSymbol{"021CA}{\downdownarrows           }{\mathrel}{two down arrows}%
+\xUnicodeMathSymbol{"021CB}{\leftrightharpoons        }{\mathrel}{left harpoon over right}%
+\xUnicodeMathSymbol{"021CC}{\rightleftharpoons        }{\mathrel}{right harpoon over left}%
+\xUnicodeMathSymbol{"021CD}{\nLeftarrow               }{\mathrel}{not implied by}%
+\xUnicodeMathSymbol{"021CE}{\nLeftrightarrow          }{\mathrel}{not left and right double arrows}%
+\xUnicodeMathSymbol{"021CF}{\nRightarrow              }{\mathrel}{not implies}%
+\xUnicodeMathSymbol{"021D0}{\Leftarrow                }{\mathrel}{is implied by}%
+\xUnicodeMathSymbol{"021D1}{\Uparrow                  }{\mathrel}{up double arrow}%
+\xUnicodeMathSymbol{"021D2}{\Rightarrow               }{\mathrel}{implies}%
+\xUnicodeMathSymbol{"021D3}{\Downarrow                }{\mathrel}{down double arrow}%
+\xUnicodeMathSymbol{"021D4}{\Leftrightarrow           }{\mathrel}{left and right double arrow}%
+\xUnicodeMathSymbol{"021D5}{\Updownarrow              }{\mathrel}{up and down double arrow}%
+\xUnicodeMathSymbol{"021D6}{\Nwarrow                  }{\mathrel}{nw pointing double arrow}%
+\xUnicodeMathSymbol{"021D7}{\Nearrow                  }{\mathrel}{ne pointing double arrow}%
+\xUnicodeMathSymbol{"021D8}{\Searrow                  }{\mathrel}{se pointing double arrow}%
+\xUnicodeMathSymbol{"021D9}{\Swarrow                  }{\mathrel}{sw pointing double arrow}%
+\xUnicodeMathSymbol{"021DA}{\Lleftarrow               }{\mathrel}{left triple arrow}%
+\xUnicodeMathSymbol{"021DB}{\Rrightarrow              }{\mathrel}{right triple arrow}%
+\xUnicodeMathSymbol{"021DC}{\leftsquigarrow           }{\mathrel}{leftwards squiggle arrow}%
+\xUnicodeMathSymbol{"021DD}{\rightsquigarrow          }{\mathrel}{rightwards squiggle arrow}%
+\xUnicodeMathSymbol{"021DE}{\nHuparrow                }{\mathord}{upwards arrow with double stroke}%
+\xUnicodeMathSymbol{"021DF}{\nHdownarrow              }{\mathord}{downwards arrow with double stroke}%
+\xUnicodeMathSymbol{"021E0}{\leftdasharrow            }{\mathord}{leftwards dashed arrow}%
+\xUnicodeMathSymbol{"021E1}{\updasharrow              }{\mathord}{upwards dashed arrow}%
+\xUnicodeMathSymbol{"021E2}{\rightdasharrow           }{\mathord}{rightwards dashed arrow}%
+\xUnicodeMathSymbol{"021E3}{\downdasharrow            }{\mathord}{downwards dashed arrow}%
+\xUnicodeMathSymbol{"021E4}{\barleftarrow             }{\mathrel}{leftwards arrow to bar}%
+\xUnicodeMathSymbol{"021E5}{\rightarrowbar            }{\mathrel}{rightwards arrow to bar}%
+\xUnicodeMathSymbol{"021E6}{\leftwhitearrow           }{\mathord}{leftwards white arrow}%
+\xUnicodeMathSymbol{"021E7}{\upwhitearrow             }{\mathord}{upwards white arrow}%
+\xUnicodeMathSymbol{"021E8}{\rightwhitearrow          }{\mathord}{rightwards white arrow}%
+\xUnicodeMathSymbol{"021E9}{\downwhitearrow           }{\mathord}{downwards white arrow}%
+\xUnicodeMathSymbol{"021EA}{\whitearrowupfrombar      }{\mathord}{upwards white arrow from bar}%
+\xUnicodeMathSymbol{"021F4}{\circleonrightarrow       }{\mathrel}{right arrow with small circle}%
+\xUnicodeMathSymbol{"021F5}{\downuparrows             }{\mathrel}{downwards arrow leftwards of upwards arrow}%
+\xUnicodeMathSymbol{"021F6}{\rightthreearrows         }{\mathrel}{three rightwards arrows}%
+\xUnicodeMathSymbol{"021F7}{\nvleftarrow              }{\mathrel}{leftwards arrow with vertical stroke}%
+\xUnicodeMathSymbol{"021F8}{\nvrightarrow             }{\mathrel}{rightwards arrow with vertical stroke}%
+\xUnicodeMathSymbol{"021F9}{\nvleftrightarrow         }{\mathrel}{left right arrow with vertical stroke}%
+\xUnicodeMathSymbol{"021FA}{\nVleftarrow              }{\mathrel}{leftwards arrow with double vertical stroke}%
+\xUnicodeMathSymbol{"021FB}{\nVrightarrow             }{\mathrel}{rightwards arrow with double vertical stroke}%
+\xUnicodeMathSymbol{"021FC}{\nVleftrightarrow         }{\mathrel}{left right arrow with double vertical stroke}%
+\xUnicodeMathSymbol{"021FD}{\leftarrowtriangle        }{\mathrel}{leftwards open-headed arrow}%
+\xUnicodeMathSymbol{"021FE}{\rightarrowtriangle       }{\mathrel}{rightwards open-headed arrow}%
+\xUnicodeMathSymbol{"021FF}{\leftrightarrowtriangle   }{\mathrel}{left right open-headed arrow}%
+\xUnicodeMathSymbol{"02200}{\forall                   }{\mathord}{for all}%
+\xUnicodeMathSymbol{"02201}{\complement               }{\mathord}{complement sign}%
+\xUnicodeMathSymbol{"02202}{\partial                  }{\mathalpha}{partial differential}%
+\xUnicodeMathSymbol{"02203}{\exists                   }{\mathord}{at least one exists}%
+\xUnicodeMathSymbol{"02204}{\nexists                  }{\mathord}{negated exists}%
+\xUnicodeMathSymbol{"02205}{\varnothing               }{\mathord}{circle, slash}%
+\xUnicodeMathSymbol{"02206}{\increment                }{\mathord}{laplacian (delta; nabla\string^2)}%
+\xUnicodeMathSymbol{"02207}{\nabla                    }{\mathalpha}{nabla, del, hamilton operator}%
+\xUnicodeMathSymbol{"02208}{\in                       }{\mathrel}{set membership, variant}%
+\xUnicodeMathSymbol{"02209}{\notin                    }{\mathrel}{negated set membership}%
+\xUnicodeMathSymbol{"0220A}{\smallin                  }{\mathrel}{set membership (small set membership)}%
+\xUnicodeMathSymbol{"0220B}{\ni                       }{\mathrel}{contains, variant}%
+\xUnicodeMathSymbol{"0220C}{\nni                      }{\mathrel}{negated contains, variant}%
+\xUnicodeMathSymbol{"0220D}{\smallni                  }{\mathrel}{/ni /owns r: contains (small contains as member)}%
+\xUnicodeMathSymbol{"0220E}{\QED                      }{\mathord}{end of proof}%
+\xUnicodeMathSymbol{"0220F}{\prod                     }{\mathop}{product operator}%
+\xUnicodeMathSymbol{"02210}{\coprod                   }{\mathop}{coproduct operator}%
+\xUnicodeMathSymbol{"02211}{\sum                      }{\mathop}{summation operator}%
+\xUnicodeMathSymbol{"02212}{\minus                    }{\mathbin}{minus sign}%
+\xUnicodeMathSymbol{"02213}{\mp                       }{\mathbin}{minus-or-plus sign}%
+\xUnicodeMathSymbol{"02214}{\dotplus                  }{\mathbin}{plus sign, dot above}%
+\xUnicodeMathSymbol{"02215}{\divslash                 }{\mathbin}{division slash}%
+\xUnicodeMathSymbol{"02216}{\smallsetminus            }{\mathbin}{small set minus (cf. reverse solidus)}%
+\xUnicodeMathSymbol{"02217}{\ast                      }{\mathbin}{centered asterisk}%
+\xUnicodeMathSymbol{"02218}{\vysmwhtcircle            }{\mathbin}{composite function (small circle)}%
+\xUnicodeMathSymbol{"02219}{\vysmblkcircle            }{\mathbin}{bullet operator}%
+\xUnicodeMathSymbol{"0221A}{\sqrt                     }{\mathopen}{radical}%
+\xUnicodeMathSymbol{"0221B}{\cuberoot                 }{\mathopen}{cube root}%
+\xUnicodeMathSymbol{"0221C}{\fourthroot               }{\mathopen}{fourth root}%
+\xUnicodeMathSymbol{"0221D}{\propto                   }{\mathrel}{is proportional to}%
+\xUnicodeMathSymbol{"0221E}{\infty                    }{\mathord}{infinity}%
+\xUnicodeMathSymbol{"0221F}{\rightangle               }{\mathord}{right (90 degree) angle}%
+\xUnicodeMathSymbol{"02220}{\angle                    }{\mathord}{angle}%
+\xUnicodeMathSymbol{"02221}{\measuredangle            }{\mathord}{angle-measured}%
+\xUnicodeMathSymbol{"02222}{\sphericalangle           }{\mathord}{angle-spherical}%
+\xUnicodeMathSymbol{"02223}{\mid                      }{\mathrel}{/mid r:}%
+\xUnicodeMathSymbol{"02224}{\nmid                     }{\mathrel}{negated mid}%
+\xUnicodeMathSymbol{"02225}{\parallel                 }{\mathrel}{parallel}%
+\xUnicodeMathSymbol{"02226}{\nparallel                }{\mathrel}{not parallel}%
+\xUnicodeMathSymbol{"02227}{\wedge                    }{\mathbin}{/wedge /land b: logical and}%
+\xUnicodeMathSymbol{"02228}{\vee                      }{\mathbin}{/vee /lor b: logical or}%
+\xUnicodeMathSymbol{"02229}{\cap                      }{\mathbin}{intersection}%
+\xUnicodeMathSymbol{"0222A}{\cup                      }{\mathbin}{union or logical sum}%
+\xUnicodeMathSymbol{"0222B}{\int                      }{\mathop}{integral operator}%
+\xUnicodeMathSymbol{"0222C}{\iint                     }{\mathop}{double integral operator}%
+\xUnicodeMathSymbol{"0222D}{\iiint                    }{\mathop}{triple integral operator}%
+\xUnicodeMathSymbol{"0222E}{\oint                     }{\mathop}{contour integral operator}%
+\xUnicodeMathSymbol{"0222F}{\oiint                    }{\mathop}{double contour integral operator}%
+\xUnicodeMathSymbol{"02230}{\oiiint                   }{\mathop}{triple contour integral operator}%
+\xUnicodeMathSymbol{"02231}{\intclockwise             }{\mathop}{clockwise integral}%
+\xUnicodeMathSymbol{"02232}{\varointclockwise         }{\mathop}{contour integral, clockwise}%
+\xUnicodeMathSymbol{"02233}{\ointctrclockwise         }{\mathop}{contour integral, anticlockwise}%
+\xUnicodeMathSymbol{"02234}{\therefore                }{\mathord}{therefore}%
+\xUnicodeMathSymbol{"02235}{\because                  }{\mathord}{because}%
+\xUnicodeMathSymbol{"02236}{\mathratio                }{\mathrel}{ratio}%
+\xUnicodeMathSymbol{"02237}{\Colon                    }{\mathrel}{two colons}%
+\xUnicodeMathSymbol{"02238}{\dotminus                 }{\mathbin}{minus sign, dot above}%
+\xUnicodeMathSymbol{"02239}{\dashcolon                }{\mathrel}{excess (-:)}%
+\xUnicodeMathSymbol{"0223A}{\dotsminusdots            }{\mathrel}{minus with four dots, geometric properties}%
+\xUnicodeMathSymbol{"0223B}{\kernelcontraction        }{\mathrel}{homothetic}%
+\xUnicodeMathSymbol{"0223C}{\sim                      }{\mathrel}{similar}%
+\xUnicodeMathSymbol{"0223D}{\backsim                  }{\mathrel}{reverse similar}%
+\xUnicodeMathSymbol{"0223E}{\invlazys                 }{\mathbin}{most positive [inverted lazy s]}%
+\xUnicodeMathSymbol{"0223F}{\sinewave                 }{\mathord}{sine wave}%
+\xUnicodeMathSymbol{"02240}{\wr                       }{\mathbin}{wreath product}%
+\xUnicodeMathSymbol{"02241}{\nsim                     }{\mathrel}{not similar}%
+\xUnicodeMathSymbol{"02242}{\eqsim                    }{\mathrel}{equals, similar}%
+\xUnicodeMathSymbol{"02243}{\simeq                    }{\mathrel}{similar, equals}%
+\xUnicodeMathSymbol{"02244}{\nsime                    }{\mathrel}{not similar, equals}%
+\xUnicodeMathSymbol{"02245}{\cong                     }{\mathrel}{congruent with}%
+\xUnicodeMathSymbol{"02246}{\simneqq                  }{\mathrel}{similar, not equals [vert only for 9573 entity]}%
+\xUnicodeMathSymbol{"02247}{\ncong                    }{\mathrel}{not congruent with}%
+\xUnicodeMathSymbol{"02248}{\approx                   }{\mathrel}{approximate}%
+\xUnicodeMathSymbol{"02249}{\napprox                  }{\mathrel}{not approximate}%
+\xUnicodeMathSymbol{"0224A}{\approxeq                 }{\mathrel}{approximate, equals}%
+\xUnicodeMathSymbol{"0224B}{\approxident              }{\mathrel}{approximately identical to}%
+\xUnicodeMathSymbol{"0224C}{\backcong                 }{\mathrel}{all equal to}%
+\xUnicodeMathSymbol{"0224D}{\asymp                    }{\mathrel}{asymptotically equal to}%
+\xUnicodeMathSymbol{"0224E}{\Bumpeq                   }{\mathrel}{bumpy equals}%
+\xUnicodeMathSymbol{"0224F}{\bumpeq                   }{\mathrel}{bumpy equals, equals}%
+\xUnicodeMathSymbol{"02250}{\doteq                    }{\mathrel}{equals, single dot above}%
+\xUnicodeMathSymbol{"02251}{\Doteq                    }{\mathrel}{/doteqdot /doteq r: equals, even dots}%
+\xUnicodeMathSymbol{"02252}{\fallingdotseq            }{\mathrel}{equals, falling dots}%
+\xUnicodeMathSymbol{"02253}{\risingdotseq             }{\mathrel}{equals, rising dots}%
+\xUnicodeMathSymbol{"02254}{\coloneq                  }{\mathrel}{colon, equals}%
+\xUnicodeMathSymbol{"02255}{\eqcolon                  }{\mathrel}{equals, colon}%
+\xUnicodeMathSymbol{"02256}{\eqcirc                   }{\mathrel}{circle on equals sign}%
+\xUnicodeMathSymbol{"02257}{\circeq                   }{\mathrel}{circle, equals}%
+\xUnicodeMathSymbol{"02258}{\arceq                    }{\mathrel}{arc, equals; corresponds to}%
+\xUnicodeMathSymbol{"02259}{\wedgeq                   }{\mathrel}{corresponds to (wedge, equals)}%
+\xUnicodeMathSymbol{"0225A}{\veeeq                    }{\mathrel}{logical or, equals}%
+\xUnicodeMathSymbol{"0225B}{\stareq                   }{\mathrel}{star equals}%
+\xUnicodeMathSymbol{"0225C}{\triangleq                }{\mathrel}{triangle, equals}%
+\xUnicodeMathSymbol{"0225D}{\eqdef                    }{\mathrel}{equals by definition}%
+\xUnicodeMathSymbol{"0225E}{\measeq                   }{\mathrel}{measured by (m over equals)}%
+\xUnicodeMathSymbol{"0225F}{\questeq                  }{\mathrel}{equal with questionmark}%
+\xUnicodeMathSymbol{"02260}{\ne                       }{\mathrel}{/ne /neq r: not equal}%
+\xUnicodeMathSymbol{"02261}{\equiv                    }{\mathrel}{identical with}%
+\xUnicodeMathSymbol{"02262}{\nequiv                   }{\mathrel}{not identical with}%
+\xUnicodeMathSymbol{"02263}{\Equiv                    }{\mathrel}{strict equivalence (4 lines)}%
+\xUnicodeMathSymbol{"02264}{\leq                      }{\mathrel}{/leq /le r: less-than-or-equal}%
+\xUnicodeMathSymbol{"02265}{\geq                      }{\mathrel}{/geq /ge r: greater-than-or-equal}%
+\xUnicodeMathSymbol{"02266}{\leqq                     }{\mathrel}{less, double equals}%
+\xUnicodeMathSymbol{"02267}{\geqq                     }{\mathrel}{greater, double equals}%
+\xUnicodeMathSymbol{"02268}{\lneqq                    }{\mathrel}{less, not double equals}%
+\xUnicodeMathSymbol{"02269}{\gneqq                    }{\mathrel}{greater, not double equals}%
+\xUnicodeMathSymbol{"0226A}{\ll                       }{\mathrel}{much less than, type 2}%
+\xUnicodeMathSymbol{"0226B}{\gg                       }{\mathrel}{much greater than, type 2}%
+\xUnicodeMathSymbol{"0226C}{\between                  }{\mathrel}{between}%
+\xUnicodeMathSymbol{"0226D}{\nasymp                   }{\mathrel}{not asymptotically equal to}%
+\xUnicodeMathSymbol{"0226E}{\nless                    }{\mathrel}{not less-than}%
+\xUnicodeMathSymbol{"0226F}{\ngtr                     }{\mathrel}{not greater-than}%
+\xUnicodeMathSymbol{"02270}{\nleq                     }{\mathrel}{not less-than-or-equal}%
+\xUnicodeMathSymbol{"02271}{\ngeq                     }{\mathrel}{not greater-than-or-equal}%
+\xUnicodeMathSymbol{"02272}{\lesssim                  }{\mathrel}{less, similar}%
+\xUnicodeMathSymbol{"02273}{\gtrsim                   }{\mathrel}{greater, similar}%
+\xUnicodeMathSymbol{"02274}{\nlesssim                 }{\mathrel}{not less, similar}%
+\xUnicodeMathSymbol{"02275}{\ngtrsim                  }{\mathrel}{not greater, similar}%
+\xUnicodeMathSymbol{"02276}{\lessgtr                  }{\mathrel}{less, greater}%
+\xUnicodeMathSymbol{"02277}{\gtrless                  }{\mathrel}{greater, less}%
+\xUnicodeMathSymbol{"02278}{\nlessgtr                 }{\mathrel}{not less, greater}%
+\xUnicodeMathSymbol{"02279}{\ngtrless                 }{\mathrel}{not greater, less}%
+\xUnicodeMathSymbol{"0227A}{\prec                     }{\mathrel}{precedes}%
+\xUnicodeMathSymbol{"0227B}{\succ                     }{\mathrel}{succeeds}%
+\xUnicodeMathSymbol{"0227C}{\preccurlyeq              }{\mathrel}{precedes, curly equals}%
+\xUnicodeMathSymbol{"0227D}{\succcurlyeq              }{\mathrel}{succeeds, curly equals}%
+\xUnicodeMathSymbol{"0227E}{\precsim                  }{\mathrel}{precedes, similar}%
+\xUnicodeMathSymbol{"0227F}{\succsim                  }{\mathrel}{succeeds, similar}%
+\xUnicodeMathSymbol{"02280}{\nprec                    }{\mathrel}{not precedes}%
+\xUnicodeMathSymbol{"02281}{\nsucc                    }{\mathrel}{not succeeds}%
+\xUnicodeMathSymbol{"02282}{\subset                   }{\mathrel}{subset or is implied by}%
+\xUnicodeMathSymbol{"02283}{\supset                   }{\mathrel}{superset or implies}%
+\xUnicodeMathSymbol{"02284}{\nsubset                  }{\mathrel}{not subset, variant [slash negation]}%
+\xUnicodeMathSymbol{"02285}{\nsupset                  }{\mathrel}{not superset, variant [slash negation]}%
+\xUnicodeMathSymbol{"02286}{\subseteq                 }{\mathrel}{subset, equals}%
+\xUnicodeMathSymbol{"02287}{\supseteq                 }{\mathrel}{superset, equals}%
+\xUnicodeMathSymbol{"02288}{\nsubseteq                }{\mathrel}{not subset, equals}%
+\xUnicodeMathSymbol{"02289}{\nsupseteq                }{\mathrel}{not superset, equals}%
+\xUnicodeMathSymbol{"0228A}{\subsetneq                }{\mathrel}{subset, not equals}%
+\xUnicodeMathSymbol{"0228B}{\supsetneq                }{\mathrel}{superset, not equals}%
+\xUnicodeMathSymbol{"0228C}{\cupleftarrow             }{\mathbin}{multiset}%
+\xUnicodeMathSymbol{"0228D}{\cupdot                   }{\mathbin}{union, with dot}%
+\xUnicodeMathSymbol{"0228E}{\uplus                    }{\mathbin}{plus sign in union}%
+\xUnicodeMathSymbol{"0228F}{\sqsubset                 }{\mathrel}{square subset}%
+\xUnicodeMathSymbol{"02290}{\sqsupset                 }{\mathrel}{square superset}%
+\xUnicodeMathSymbol{"02291}{\sqsubseteq               }{\mathrel}{square subset, equals}%
+\xUnicodeMathSymbol{"02292}{\sqsupseteq               }{\mathrel}{square superset, equals}%
+\xUnicodeMathSymbol{"02293}{\sqcap                    }{\mathbin}{square intersection}%
+\xUnicodeMathSymbol{"02294}{\sqcup                    }{\mathbin}{square union}%
+\xUnicodeMathSymbol{"02295}{\oplus                    }{\mathbin}{plus sign in circle}%
+\xUnicodeMathSymbol{"02296}{\ominus                   }{\mathbin}{minus sign in circle}%
+\xUnicodeMathSymbol{"02297}{\otimes                   }{\mathbin}{multiply sign in circle}%
+\xUnicodeMathSymbol{"02298}{\oslash                   }{\mathbin}{solidus in circle}%
+\xUnicodeMathSymbol{"02299}{\odot                     }{\mathbin}{middle dot in circle}%
+\xUnicodeMathSymbol{"0229A}{\circledcirc              }{\mathbin}{small circle in circle}%
+\xUnicodeMathSymbol{"0229B}{\circledast               }{\mathbin}{asterisk in circle}%
+\xUnicodeMathSymbol{"0229C}{\circledequal             }{\mathbin}{equal in circle}%
+\xUnicodeMathSymbol{"0229D}{\circleddash              }{\mathbin}{hyphen in circle}%
+\xUnicodeMathSymbol{"0229E}{\boxplus                  }{\mathbin}{plus sign in box}%
+\xUnicodeMathSymbol{"0229F}{\boxminus                 }{\mathbin}{minus sign in box}%
+\xUnicodeMathSymbol{"022A0}{\boxtimes                 }{\mathbin}{multiply sign in box}%
+\xUnicodeMathSymbol{"022A1}{\boxdot                   }{\mathbin}{/dotsquare /boxdot b: small dot in box}%
+\xUnicodeMathSymbol{"022A2}{\vdash                    }{\mathrel}{vertical, dash}%
+\xUnicodeMathSymbol{"022A3}{\dashv                    }{\mathrel}{dash, vertical}%
+\xUnicodeMathSymbol{"022A4}{\top                      }{\mathord}{top}%
+\xUnicodeMathSymbol{"022A5}{\bot                      }{\mathord}{bottom}%
+\xUnicodeMathSymbol{"022A6}{\assert                   }{\mathrel}{assertion (vertical, short dash)}%
+\xUnicodeMathSymbol{"022A7}{\models                   }{\mathrel}{models (vertical, short double dash)}%
+\xUnicodeMathSymbol{"022A8}{\vDash                    }{\mathrel}{vertical, double dash}%
+\xUnicodeMathSymbol{"022A9}{\Vdash                    }{\mathrel}{double vertical, dash}%
+\xUnicodeMathSymbol{"022AA}{\Vvdash                   }{\mathrel}{triple vertical, dash}%
+\xUnicodeMathSymbol{"022AB}{\VDash                    }{\mathrel}{double vert, double dash}%
+\xUnicodeMathSymbol{"022AC}{\nvdash                   }{\mathrel}{not vertical, dash}%
+\xUnicodeMathSymbol{"022AD}{\nvDash                   }{\mathrel}{not vertical, double dash}%
+\xUnicodeMathSymbol{"022AE}{\nVdash                   }{\mathrel}{not double vertical, dash}%
+\xUnicodeMathSymbol{"022AF}{\nVDash                   }{\mathrel}{not double vert, double dash}%
+\xUnicodeMathSymbol{"022B0}{\prurel                   }{\mathrel}{element precedes under relation}%
+\xUnicodeMathSymbol{"022B1}{\scurel                   }{\mathrel}{succeeds under relation}%
+\xUnicodeMathSymbol{"022B2}{\vartriangleleft          }{\mathrel}{left triangle, open, variant}%
+\xUnicodeMathSymbol{"022B3}{\vartriangleright         }{\mathrel}{right triangle, open, variant}%
+\xUnicodeMathSymbol{"022B4}{\trianglelefteq           }{\mathrel}{left triangle, equals}%
+\xUnicodeMathSymbol{"022B5}{\trianglerighteq          }{\mathrel}{right triangle, equals}%
+\xUnicodeMathSymbol{"022B6}{\origof                   }{\mathrel}{original of}%
+\xUnicodeMathSymbol{"022B7}{\imageof                  }{\mathrel}{image of}%
+\xUnicodeMathSymbol{"022B8}{\multimap                 }{\mathrel}{/multimap a:}%
+\xUnicodeMathSymbol{"022B9}{\hermitmatrix             }{\mathord}{hermitian conjugate matrix}%
+\xUnicodeMathSymbol{"022BA}{\intercal                 }{\mathbin}{intercal}%
+\xUnicodeMathSymbol{"022BB}{\veebar                   }{\mathbin}{logical or, bar below (large vee); exclusive disjunction}%
+\xUnicodeMathSymbol{"022BC}{\barwedge                 }{\mathbin}{bar, wedge (large wedge)}%
+\xUnicodeMathSymbol{"022BD}{\barvee                   }{\mathbin}{bar, vee (large vee)}%
+\xUnicodeMathSymbol{"022BE}{\measuredrightangle       }{\mathord}{right angle-measured [with arc]}%
+\xUnicodeMathSymbol{"022BF}{\varlrtriangle            }{\mathord}{right triangle}%
+\xUnicodeMathSymbol{"022C0}{\bigwedge                 }{\mathop}{logical or operator}%
+\xUnicodeMathSymbol{"022C1}{\bigvee                   }{\mathop}{logical and operator}%
+\xUnicodeMathSymbol{"022C2}{\bigcap                   }{\mathop}{intersection operator}%
+\xUnicodeMathSymbol{"022C3}{\bigcup                   }{\mathop}{union operator}%
+\xUnicodeMathSymbol{"022C4}{\smwhtdiamond             }{\mathbin}{white diamond}%
+\xUnicodeMathSymbol{"022C5}{\cdot                     }{\mathbin}{small middle dot}%
+\xUnicodeMathSymbol{"022C6}{\star                     }{\mathbin}{small star, filled, low}%
+\xUnicodeMathSymbol{"022C7}{\divideontimes            }{\mathbin}{division on times}%
+\xUnicodeMathSymbol{"022C8}{\bowtie                   }{\mathrel}{bowtie}%
+\xUnicodeMathSymbol{"022C9}{\ltimes                   }{\mathbin}{times sign, left closed}%
+\xUnicodeMathSymbol{"022CA}{\rtimes                   }{\mathbin}{times sign, right closed}%
+\xUnicodeMathSymbol{"022CB}{\leftthreetimes           }{\mathbin}{left semidirect product}%
+\xUnicodeMathSymbol{"022CC}{\rightthreetimes          }{\mathbin}{right semidirect product}%
+\xUnicodeMathSymbol{"022CD}{\backsimeq                }{\mathrel}{reverse similar, equals}%
+\xUnicodeMathSymbol{"022CE}{\curlyvee                 }{\mathbin}{curly logical or}%
+\xUnicodeMathSymbol{"022CF}{\curlywedge               }{\mathbin}{curly logical and}%
+\xUnicodeMathSymbol{"022D0}{\Subset                   }{\mathrel}{double subset}%
+\xUnicodeMathSymbol{"022D1}{\Supset                   }{\mathrel}{double superset}%
+\xUnicodeMathSymbol{"022D2}{\Cap                      }{\mathbin}{/cap /doublecap b: double intersection}%
+\xUnicodeMathSymbol{"022D3}{\Cup                      }{\mathbin}{/cup /doublecup b: double union}%
+\xUnicodeMathSymbol{"022D4}{\pitchfork                }{\mathrel}{pitchfork}%
+\xUnicodeMathSymbol{"022D5}{\equalparallel            }{\mathrel}{parallel, equal; equal or parallel}%
+\xUnicodeMathSymbol{"022D6}{\lessdot                  }{\mathrel}{less than, with dot}%
+\xUnicodeMathSymbol{"022D7}{\gtrdot                   }{\mathrel}{greater than, with dot}%
+\xUnicodeMathSymbol{"022D8}{\lll                      }{\mathrel}{/ll /lll /llless r: triple less-than}%
+\xUnicodeMathSymbol{"022D9}{\ggg                      }{\mathrel}{/ggg /gg /gggtr r: triple greater-than}%
+\xUnicodeMathSymbol{"022DA}{\lesseqgtr                }{\mathrel}{less, equals, greater}%
+\xUnicodeMathSymbol{"022DB}{\gtreqless                }{\mathrel}{greater, equals, less}%
+\xUnicodeMathSymbol{"022DC}{\eqless                   }{\mathrel}{equal-or-less}%
+\xUnicodeMathSymbol{"022DD}{\eqgtr                    }{\mathrel}{equal-or-greater}%
+\xUnicodeMathSymbol{"022DE}{\curlyeqprec              }{\mathrel}{curly equals, precedes}%
+\xUnicodeMathSymbol{"022DF}{\curlyeqsucc              }{\mathrel}{curly equals, succeeds}%
+\xUnicodeMathSymbol{"022E0}{\npreccurlyeq             }{\mathrel}{not precedes, curly equals}%
+\xUnicodeMathSymbol{"022E1}{\nsucccurlyeq             }{\mathrel}{not succeeds, curly equals}%
+\xUnicodeMathSymbol{"022E2}{\nsqsubseteq              }{\mathrel}{not, square subset, equals}%
+\xUnicodeMathSymbol{"022E3}{\nsqsupseteq              }{\mathrel}{not, square superset, equals}%
+\xUnicodeMathSymbol{"022E4}{\sqsubsetneq              }{\mathrel}{square subset, not equals}%
+\xUnicodeMathSymbol{"022E5}{\sqsupsetneq              }{\mathrel}{square superset, not equals}%
+\xUnicodeMathSymbol{"022E6}{\lnsim                    }{\mathrel}{less, not similar}%
+\xUnicodeMathSymbol{"022E7}{\gnsim                    }{\mathrel}{greater, not similar}%
+\xUnicodeMathSymbol{"022E8}{\precnsim                 }{\mathrel}{precedes, not similar}%
+\xUnicodeMathSymbol{"022E9}{\succnsim                 }{\mathrel}{succeeds, not similar}%
+\xUnicodeMathSymbol{"022EA}{\nvartriangleleft         }{\mathrel}{not left triangle}%
+\xUnicodeMathSymbol{"022EB}{\nvartriangleright        }{\mathrel}{not right triangle}%
+\xUnicodeMathSymbol{"022EC}{\ntrianglelefteq          }{\mathrel}{not left triangle, equals}%
+\xUnicodeMathSymbol{"022ED}{\ntrianglerighteq         }{\mathrel}{not right triangle, equals}%
+\xUnicodeMathSymbol{"022EE}{\vdots                    }{\mathrel}{vertical ellipsis}%
+\xUnicodeMathSymbol{"022EF}{\unicodecdots             }{\mathord}{three dots, centered}%
+\xUnicodeMathSymbol{"022F0}{\adots                    }{\mathrel}{three dots, ascending}%
+\xUnicodeMathSymbol{"022F1}{\ddots                    }{\mathrel}{three dots, descending}%
+\xUnicodeMathSymbol{"022F2}{\disin                    }{\mathrel}{element of with long horizontal stroke}%
+\xUnicodeMathSymbol{"022F3}{\varisins                 }{\mathrel}{element of with vertical bar at end of horizontal stroke}%
+\xUnicodeMathSymbol{"022F4}{\isins                    }{\mathrel}{small element of with vertical bar at end of horizontal stroke}%
+\xUnicodeMathSymbol{"022F5}{\isindot                  }{\mathrel}{element of with dot above}%
+\xUnicodeMathSymbol{"022F6}{\varisinobar              }{\mathrel}{element of with overbar}%
+\xUnicodeMathSymbol{"022F7}{\isinobar                 }{\mathrel}{small element of with overbar}%
+\xUnicodeMathSymbol{"022F8}{\isinvb                   }{\mathrel}{element of with underbar}%
+\xUnicodeMathSymbol{"022F9}{\isinE                    }{\mathrel}{element of with two horizontal strokes}%
+\xUnicodeMathSymbol{"022FA}{\nisd                     }{\mathrel}{contains with long horizontal stroke}%
+\xUnicodeMathSymbol{"022FB}{\varnis                   }{\mathrel}{contains with vertical bar at end of horizontal stroke}%
+\xUnicodeMathSymbol{"022FC}{\nis                      }{\mathrel}{small contains with vertical bar at end of horizontal stroke}%
+\xUnicodeMathSymbol{"022FD}{\varniobar                }{\mathrel}{contains with overbar}%
+\xUnicodeMathSymbol{"022FE}{\niobar                   }{\mathrel}{small contains with overbar}%
+\xUnicodeMathSymbol{"022FF}{\bagmember                }{\mathrel}{z notation bag membership}%
+\xUnicodeMathSymbol{"02300}{\diameter                 }{\mathord}{diameter sign}%
+\xUnicodeMathSymbol{"02302}{\house                    }{\mathord}{house}%
+\xUnicodeMathSymbol{"02305}{\varbarwedge              }{\mathbin}{/barwedge b: logical and, bar above [projective (bar over small wedge)]}%
+\xUnicodeMathSymbol{"02306}{\vardoublebarwedge        }{\mathbin}{/doublebarwedge b: logical and, double bar above [perspective (double bar over small wedge)]}%
+\xUnicodeMathSymbol{"02308}{\lceil                    }{\mathopen}{left ceiling}%
+\xUnicodeMathSymbol{"02309}{\rceil                    }{\mathclose}{right ceiling}%
+\xUnicodeMathSymbol{"0230A}{\lfloor                   }{\mathopen}{left floor}%
+\xUnicodeMathSymbol{"0230B}{\rfloor                   }{\mathclose}{right floor}%
+\xUnicodeMathSymbol{"02310}{\invnot                   }{\mathord}{reverse not}%
+\xUnicodeMathSymbol{"02311}{\sqlozenge                }{\mathord}{square lozenge}%
+\xUnicodeMathSymbol{"02312}{\profline                 }{\mathord}{profile of a line}%
+\xUnicodeMathSymbol{"02313}{\profsurf                 }{\mathord}{profile of a surface}%
+\xUnicodeMathSymbol{"02317}{\viewdata                 }{\mathord}{viewdata square}%
+\xUnicodeMathSymbol{"02319}{\turnednot                }{\mathord}{turned not sign}%
+\xUnicodeMathSymbol{"0231C}{\ulcorner                 }{\mathopen}{upper left corner}%
+\xUnicodeMathSymbol{"0231D}{\urcorner                 }{\mathclose}{upper right corner}%
+\xUnicodeMathSymbol{"0231E}{\llcorner                 }{\mathopen}{lower left corner}%
+\xUnicodeMathSymbol{"0231F}{\lrcorner                 }{\mathclose}{lower right corner}%
+\xUnicodeMathSymbol{"02320}{\inttop                   }{\mathord}{top half integral}%
+\xUnicodeMathSymbol{"02321}{\intbottom                }{\mathord}{bottom half integral}%
+\xUnicodeMathSymbol{"02322}{\frown                    }{\mathrel}{down curve}%
+\xUnicodeMathSymbol{"02323}{\smile                    }{\mathrel}{up curve}%
+\xUnicodeMathSymbol{"0232C}{\varhexagonlrbonds        }{\mathord}{six carbon ring, corner down, double bonds lower right etc}%
+\xUnicodeMathSymbol{"02332}{\conictaper               }{\mathord}{conical taper }%
+\xUnicodeMathSymbol{"02336}{\topbot                   }{\mathord}{top and bottom}%
+\xUnicodeMathSymbol{"0233D}{\obar                     }{\mathbin}{circle with vertical bar}%
+\xUnicodeMathSymbol{"0233F}{\APLnotslash              }{\mathrel}{solidus, bar through (apl functional symbol slash bar)}%
+\xUnicodeMathSymbol{"02340}{\APLnotbackslash          }{\mathord}{apl functional symbol backslash bar}%
+\xUnicodeMathSymbol{"02353}{\APLboxupcaret            }{\mathord}{boxed up caret}%
+\xUnicodeMathSymbol{"02370}{\APLboxquestion           }{\mathord}{boxed question mark}%
+\xUnicodeMathSymbol{"0237C}{\rangledownzigzagarrow    }{\mathord}{right angle with downwards zigzag arrow}%
+\xUnicodeMathSymbol{"02394}{\hexagon                  }{\mathord}{horizontal benzene ring [hexagon flat open]}%
+\xUnicodeMathSymbol{"0239B}{\lparenuend               }{\mathord}{left parenthesis upper hook}%
+\xUnicodeMathSymbol{"0239C}{\lparenextender           }{\mathord}{left parenthesis extension}%
+\xUnicodeMathSymbol{"0239D}{\lparenlend               }{\mathord}{left parenthesis lower hook}%
+\xUnicodeMathSymbol{"0239E}{\rparenuend               }{\mathord}{right parenthesis upper hook}%
+\xUnicodeMathSymbol{"0239F}{\rparenextender           }{\mathord}{right parenthesis extension}%
+\xUnicodeMathSymbol{"023A0}{\rparenlend               }{\mathord}{right parenthesis lower hook}%
+\xUnicodeMathSymbol{"023A1}{\lbrackuend               }{\mathord}{left square bracket upper corner}%
+\xUnicodeMathSymbol{"023A2}{\lbrackextender           }{\mathord}{left square bracket extension}%
+\xUnicodeMathSymbol{"023A3}{\lbracklend               }{\mathord}{left square bracket lower corner}%
+\xUnicodeMathSymbol{"023A4}{\rbrackuend               }{\mathord}{right square bracket upper corner}%
+\xUnicodeMathSymbol{"023A5}{\rbrackextender           }{\mathord}{right square bracket extension}%
+\xUnicodeMathSymbol{"023A6}{\rbracklend               }{\mathord}{right square bracket lower corner}%
+\xUnicodeMathSymbol{"023A7}{\lbraceuend               }{\mathord}{left curly bracket upper hook}%
+\xUnicodeMathSymbol{"023A8}{\lbracemid                }{\mathord}{left curly bracket middle piece}%
+\xUnicodeMathSymbol{"023A9}{\lbracelend               }{\mathord}{left curly bracket lower hook}%
+\xUnicodeMathSymbol{"023AA}{\vbraceextender           }{\mathord}{curly bracket extension}%
+\xUnicodeMathSymbol{"023AB}{\rbraceuend               }{\mathord}{right curly bracket upper hook}%
+\xUnicodeMathSymbol{"023AC}{\rbracemid                }{\mathord}{right curly bracket middle piece}%
+\xUnicodeMathSymbol{"023AD}{\rbracelend               }{\mathord}{right curly bracket lower hook}%
+\xUnicodeMathSymbol{"023AE}{\intextender              }{\mathord}{integral extension}%
+\xUnicodeMathSymbol{"023AF}{\harrowextender           }{\mathord}{horizontal line extension (used to extend arrows)}%
+\xUnicodeMathSymbol{"023B0}{\lmoustache               }{\mathopen}{upper left or lower right curly bracket section}%
+\xUnicodeMathSymbol{"023B1}{\rmoustache               }{\mathclose}{upper right or lower left curly bracket section}%
+\xUnicodeMathSymbol{"023B2}{\sumtop                   }{\mathord}{summation top}%
+\xUnicodeMathSymbol{"023B3}{\sumbottom                }{\mathord}{summation bottom}%
+\xUnicodeMathSymbol{"023B4}{\overbracket              }{\mathover}{top square bracket}%
+\xUnicodeMathSymbol{"023B5}{\underbracket             }{\mathunder}{bottom square bracket}%
+\xUnicodeMathSymbol{"023B6}{\bbrktbrk                 }{\mathord}{bottom square bracket over top square bracket}%
+\xUnicodeMathSymbol{"023B7}{\sqrtbottom               }{\mathord}{radical symbol bottom}%
+\xUnicodeMathSymbol{"023B8}{\lvboxline                }{\mathord}{left vertical box line}%
+\xUnicodeMathSymbol{"023B9}{\rvboxline                }{\mathord}{right vertical box line}%
+\xUnicodeMathSymbol{"023CE}{\varcarriagereturn        }{\mathord}{return symbol}%
+\xUnicodeMathSymbol{"023DC}{\overparen                }{\mathover}{top parenthesis (mathematical use)}%
+\xUnicodeMathSymbol{"023DD}{\underparen               }{\mathunder}{bottom parenthesis (mathematical use)}%
+\xUnicodeMathSymbol{"023DE}{\overbrace                }{\mathover}{top curly bracket (mathematical use)}%
+\xUnicodeMathSymbol{"023DF}{\underbrace               }{\mathunder}{bottom curly bracket (mathematical use)}%
+\xUnicodeMathSymbol{"023E0}{\obrbrak                  }{\mathord}{top tortoise shell bracket (mathematical use)}%
+\xUnicodeMathSymbol{"023E1}{\ubrbrak                  }{\mathord}{bottom tortoise shell bracket (mathematical use)}%
+\xUnicodeMathSymbol{"023E2}{\trapezium                }{\mathord}{white trapezium}%
+\xUnicodeMathSymbol{"023E3}{\benzenr                  }{\mathord}{benzene ring with circle}%
+\xUnicodeMathSymbol{"023E4}{\strns                    }{\mathord}{straightness}%
+\xUnicodeMathSymbol{"023E5}{\fltns                    }{\mathord}{flatness}%
+\xUnicodeMathSymbol{"023E6}{\accurrent                }{\mathord}{ac current}%
+\xUnicodeMathSymbol{"023E7}{\elinters                 }{\mathord}{electrical intersection}%
+\xUnicodeMathSymbol{"02422}{\blanksymbol              }{\mathord}{blank symbol}%
+\xUnicodeMathSymbol{"02423}{\mathvisiblespace         }{\mathord}{open box}%
+\xUnicodeMathSymbol{"02506}{\bdtriplevdash            }{\mathord}{doubly broken vert}%
+\xUnicodeMathSymbol{"02580}{\blockuphalf              }{\mathord}{upper half block}%
+\xUnicodeMathSymbol{"02584}{\blocklowhalf             }{\mathord}{lower half block}%
+\xUnicodeMathSymbol{"02588}{\blockfull                }{\mathord}{full block}%
+\xUnicodeMathSymbol{"0258C}{\blocklefthalf            }{\mathord}{left half block}%
+\xUnicodeMathSymbol{"02590}{\blockrighthalf           }{\mathord}{right half block}%
+\xUnicodeMathSymbol{"02591}{\blockqtrshaded           }{\mathord}{25\% shaded block}%
+\xUnicodeMathSymbol{"02592}{\blockhalfshaded          }{\mathord}{50\% shaded block}%
+\xUnicodeMathSymbol{"02593}{\blockthreeqtrshaded      }{\mathord}{75\% shaded block}%
+\xUnicodeMathSymbol{"025A0}{\mdlgblksquare            }{\mathord}{square, filled}%
+\xUnicodeMathSymbol{"025A1}{\mdlgwhtsquare            }{\mathord}{square, open}%
+\xUnicodeMathSymbol{"025A2}{\squoval                  }{\mathord}{white square with rounded corners}%
+\xUnicodeMathSymbol{"025A3}{\blackinwhitesquare       }{\mathord}{white square containing black small square}%
+\xUnicodeMathSymbol{"025A4}{\squarehfill              }{\mathord}{square, horizontal rule filled}%
+\xUnicodeMathSymbol{"025A5}{\squarevfill              }{\mathord}{square, vertical rule filled}%
+\xUnicodeMathSymbol{"025A6}{\squarehvfill             }{\mathord}{square with orthogonal crosshatch fill}%
+\xUnicodeMathSymbol{"025A7}{\squarenwsefill           }{\mathord}{square, nw-to-se rule filled}%
+\xUnicodeMathSymbol{"025A8}{\squareneswfill           }{\mathord}{square, ne-to-sw rule filled}%
+\xUnicodeMathSymbol{"025A9}{\squarecrossfill          }{\mathord}{square with diagonal crosshatch fill}%
+\xUnicodeMathSymbol{"025AA}{\smblksquare              }{\mathord}{/blacksquare - sq bullet, filled}%
+\xUnicodeMathSymbol{"025AB}{\smwhtsquare              }{\mathord}{white small square}%
+\xUnicodeMathSymbol{"025AC}{\hrectangleblack          }{\mathord}{black rectangle}%
+\xUnicodeMathSymbol{"025AD}{\hrectangle               }{\mathord}{horizontal rectangle, open}%
+\xUnicodeMathSymbol{"025AE}{\vrectangleblack          }{\mathord}{black vertical rectangle}%
+\xUnicodeMathSymbol{"025AF}{\vrectangle               }{\mathord}{rectangle, white (vertical)}%
+\xUnicodeMathSymbol{"025B0}{\parallelogramblack       }{\mathord}{black parallelogram}%
+\xUnicodeMathSymbol{"025B1}{\parallelogram            }{\mathord}{parallelogram, open}%
+\xUnicodeMathSymbol{"025B2}{\bigblacktriangleup       }{\mathord}{   0x25b2 6 6d      black up-pointing triangle}%
+\xUnicodeMathSymbol{"025B3}{\bigtriangleup            }{\mathbin}{big up triangle, open}%
+\xUnicodeMathSymbol{"025B4}{\blacktriangle            }{\mathord}{up triangle, filled}%
+\xUnicodeMathSymbol{"025B5}{\vartriangle              }{\mathrel}{/triangle - up triangle, open}%
+\xUnicodeMathSymbol{"025B6}{\blacktriangleright       }{\mathord}{(large) right triangle, filled}%
+\xUnicodeMathSymbol{"025B7}{\triangleright            }{\mathbin}{(large) right triangle, open; z notation range restriction}%
+\xUnicodeMathSymbol{"025B8}{\smallblacktriangleright  }{\mathord}{right triangle, filled}%
+\xUnicodeMathSymbol{"025B9}{\smalltriangleright       }{\mathord}{right triangle, open}%
+\xUnicodeMathSymbol{"025BA}{\blackpointerright        }{\mathord}{black right-pointing pointer}%
+\xUnicodeMathSymbol{"025BB}{\whitepointerright        }{\mathord}{white right-pointing pointer}%
+\xUnicodeMathSymbol{"025BC}{\bigblacktriangledown     }{\mathord}{big down triangle, filled}%
+\xUnicodeMathSymbol{"025BD}{\bigtriangledown          }{\mathord}{big down triangle, open}%
+\xUnicodeMathSymbol{"025BE}{\blacktriangledown        }{\mathord}{down triangle, filled}%
+\xUnicodeMathSymbol{"025BF}{\triangledown             }{\mathord}{down triangle, open}%
+\xUnicodeMathSymbol{"025C0}{\blacktriangleleft        }{\mathord}{(large) left triangle, filled}%
+\xUnicodeMathSymbol{"025C1}{\triangleleft             }{\mathbin}{(large) left triangle, open; z notation domain restriction}%
+\xUnicodeMathSymbol{"025C2}{\smallblacktriangleleft   }{\mathord}{left triangle, filled}%
+\xUnicodeMathSymbol{"025C3}{\smalltriangleleft        }{\mathord}{left triangle, open}%
+\xUnicodeMathSymbol{"025C4}{\blackpointerleft         }{\mathord}{black left-pointing pointer}%
+\xUnicodeMathSymbol{"025C5}{\whitepointerleft         }{\mathord}{white left-pointing pointer}%
+\xUnicodeMathSymbol{"025C6}{\mdlgblkdiamond           }{\mathord}{black diamond}%
+\xUnicodeMathSymbol{"025C7}{\mdlgwhtdiamond           }{\mathord}{white diamond; diamond, open}%
+\xUnicodeMathSymbol{"025C8}{\blackinwhitediamond      }{\mathord}{white diamond containing black small diamond}%
+\xUnicodeMathSymbol{"025C9}{\fisheye                  }{\mathord}{fisheye}%
+\xUnicodeMathSymbol{"025CA}{\mdlgwhtlozenge           }{\mathord}{lozenge or total mark}%
+\xUnicodeMathSymbol{"025CB}{\mdlgwhtcircle            }{\mathbin}{medium large circle}%
+\xUnicodeMathSymbol{"025CC}{\dottedcircle             }{\mathord}{dotted circle}%
+\xUnicodeMathSymbol{"025CD}{\circlevertfill           }{\mathord}{circle with vertical fill}%
+\xUnicodeMathSymbol{"025CE}{\bullseye                 }{\mathord}{bullseye}%
+\xUnicodeMathSymbol{"025CF}{\mdlgblkcircle            }{\mathord}{circle, filled}%
+\xUnicodeMathSymbol{"025D0}{\circlelefthalfblack      }{\mathord}{circle, filled left half [harvey ball]}%
+\xUnicodeMathSymbol{"025D1}{\circlerighthalfblack     }{\mathord}{circle, filled right half}%
+\xUnicodeMathSymbol{"025D2}{\circlebottomhalfblack    }{\mathord}{circle, filled bottom half}%
+\xUnicodeMathSymbol{"025D3}{\circletophalfblack       }{\mathord}{circle, filled top half}%
+\xUnicodeMathSymbol{"025D4}{\circleurquadblack        }{\mathord}{circle with upper right quadrant black}%
+\xUnicodeMathSymbol{"025D5}{\blackcircleulquadwhite   }{\mathord}{circle with all but upper left quadrant black}%
+\xUnicodeMathSymbol{"025D6}{\blacklefthalfcircle      }{\mathord}{left half black circle}%
+\xUnicodeMathSymbol{"025D7}{\blackrighthalfcircle     }{\mathord}{right half black circle}%
+\xUnicodeMathSymbol{"025D8}{\inversebullet            }{\mathord}{inverse bullet }%
+\xUnicodeMathSymbol{"025D9}{\inversewhitecircle       }{\mathord}{inverse white circle}%
+\xUnicodeMathSymbol{"025DA}{\invwhiteupperhalfcircle  }{\mathord}{upper half inverse white circle}%
+\xUnicodeMathSymbol{"025DB}{\invwhitelowerhalfcircle  }{\mathord}{lower half inverse white circle}%
+\xUnicodeMathSymbol{"025DC}{\ularc                    }{\mathord}{upper left quadrant circular arc}%
+\xUnicodeMathSymbol{"025DD}{\urarc                    }{\mathord}{upper right quadrant circular arc}%
+\xUnicodeMathSymbol{"025DE}{\lrarc                    }{\mathord}{lower right quadrant circular arc}%
+\xUnicodeMathSymbol{"025DF}{\llarc                    }{\mathord}{lower left quadrant circular arc}%
+\xUnicodeMathSymbol{"025E0}{\topsemicircle            }{\mathord}{upper half circle}%
+\xUnicodeMathSymbol{"025E1}{\botsemicircle            }{\mathord}{lower half circle}%
+\xUnicodeMathSymbol{"025E2}{\lrblacktriangle          }{\mathord}{lower right triangle, filled}%
+\xUnicodeMathSymbol{"025E3}{\llblacktriangle          }{\mathord}{lower left triangle, filled}%
+\xUnicodeMathSymbol{"025E4}{\ulblacktriangle          }{\mathord}{upper left triangle, filled}%
+\xUnicodeMathSymbol{"025E5}{\urblacktriangle          }{\mathord}{upper right triangle, filled}%
+\xUnicodeMathSymbol{"025E6}{\smwhtcircle              }{\mathord}{white bullet}%
+\xUnicodeMathSymbol{"025E7}{\squareleftblack          }{\mathord}{square, filled left half}%
+\xUnicodeMathSymbol{"025E8}{\squarerightblack         }{\mathord}{square, filled right half}%
+\xUnicodeMathSymbol{"025E9}{\squareulblack            }{\mathord}{square, filled top left corner}%
+\xUnicodeMathSymbol{"025EA}{\squarelrblack            }{\mathord}{square, filled bottom right corner}%
+\xUnicodeMathSymbol{"025EB}{\boxbar                   }{\mathbin}{vertical bar in box}%
+\xUnicodeMathSymbol{"025EC}{\trianglecdot             }{\mathord}{triangle with centered dot}%
+\xUnicodeMathSymbol{"025ED}{\triangleleftblack        }{\mathord}{up-pointing triangle with left half black}%
+\xUnicodeMathSymbol{"025EE}{\trianglerightblack       }{\mathord}{up-pointing triangle with right half black}%
+\xUnicodeMathSymbol{"025EF}{\lgwhtcircle              }{\mathord}{large circle}%
+\xUnicodeMathSymbol{"025F0}{\squareulquad             }{\mathord}{white square with upper left quadrant}%
+\xUnicodeMathSymbol{"025F1}{\squarellquad             }{\mathord}{white square with lower left quadrant}%
+\xUnicodeMathSymbol{"025F2}{\squarelrquad             }{\mathord}{white square with lower right quadrant}%
+\xUnicodeMathSymbol{"025F3}{\squareurquad             }{\mathord}{white square with upper right quadrant}%
+\xUnicodeMathSymbol{"025F4}{\circleulquad             }{\mathord}{white circle with upper left quadrant}%
+\xUnicodeMathSymbol{"025F5}{\circlellquad             }{\mathord}{white circle with lower left quadrant}%
+\xUnicodeMathSymbol{"025F6}{\circlelrquad             }{\mathord}{white circle with lower right quadrant}%
+\xUnicodeMathSymbol{"025F7}{\circleurquad             }{\mathord}{white circle with upper right quadrant}%
+\xUnicodeMathSymbol{"025F8}{\ultriangle               }{\mathord}{upper left triangle}%
+\xUnicodeMathSymbol{"025F9}{\urtriangle               }{\mathord}{upper right triangle}%
+\xUnicodeMathSymbol{"025FA}{\lltriangle               }{\mathord}{lower left triangle}%
+\xUnicodeMathSymbol{"025FB}{\mdwhtsquare              }{\mathord}{white medium square}%
+\xUnicodeMathSymbol{"025FC}{\mdblksquare              }{\mathord}{black medium square}%
+\xUnicodeMathSymbol{"025FD}{\mdsmwhtsquare            }{\mathord}{white medium small square}%
+\xUnicodeMathSymbol{"025FE}{\mdsmblksquare            }{\mathord}{black medium small square}%
+\xUnicodeMathSymbol{"025FF}{\lrtriangle               }{\mathord}{lower right triangle}%
+\xUnicodeMathSymbol{"02605}{\bigstar                  }{\mathord}{star, filled}%
+\xUnicodeMathSymbol{"02606}{\bigwhitestar             }{\mathord}{star, open}%
+\xUnicodeMathSymbol{"02609}{\astrosun                 }{\mathord}{sun}%
+\xUnicodeMathSymbol{"02621}{\danger                   }{\mathord}{dangerous bend (caution sign)}%
+\xUnicodeMathSymbol{"0263B}{\blacksmiley              }{\mathord}{black smiling face}%
+\xUnicodeMathSymbol{"0263C}{\sun                      }{\mathord}{white sun with rays}%
+\xUnicodeMathSymbol{"0263D}{\rightmoon                }{\mathord}{first quarter moon}%
+\xUnicodeMathSymbol{"0263E}{\leftmoon                 }{\mathord}{last quarter moon}%
+\xUnicodeMathSymbol{"02640}{\female                   }{\mathord}{venus, female}%
+\xUnicodeMathSymbol{"02642}{\male                     }{\mathord}{mars, male}%
+\xUnicodeMathSymbol{"02660}{\spadesuit                }{\mathord}{spades suit symbol}%
+\xUnicodeMathSymbol{"02661}{\heartsuit                }{\mathord}{heart suit symbol}%
+\xUnicodeMathSymbol{"02662}{\diamondsuit              }{\mathord}{diamond suit symbol}%
+\xUnicodeMathSymbol{"02663}{\clubsuit                 }{\mathord}{club suit symbol}%
+\xUnicodeMathSymbol{"02664}{\varspadesuit             }{\mathord}{spade, white (card suit)}%
+\xUnicodeMathSymbol{"02665}{\varheartsuit             }{\mathord}{filled heart (card suit)}%
+\xUnicodeMathSymbol{"02666}{\vardiamondsuit           }{\mathord}{filled diamond (card suit)}%
+\xUnicodeMathSymbol{"02667}{\varclubsuit              }{\mathord}{club, white (card suit)}%
+\xUnicodeMathSymbol{"02669}{\quarternote              }{\mathord}{music note (sung text sign)}%
+\xUnicodeMathSymbol{"0266A}{\eighthnote               }{\mathord}{eighth note}%
+\xUnicodeMathSymbol{"0266B}{\twonotes                 }{\mathord}{beamed eighth notes}%
+\xUnicodeMathSymbol{"0266D}{\flat                     }{\mathord}{musical flat}%
+\xUnicodeMathSymbol{"0266E}{\natural                  }{\mathord}{music natural}%
+\xUnicodeMathSymbol{"0266F}{\sharp                    }{\mathord}{musical sharp}%
+\xUnicodeMathSymbol{"0267E}{\acidfree                 }{\mathord}{permanent paper sign}%
+\xUnicodeMathSymbol{"02680}{\dicei                    }{\mathord}{die face-1}%
+\xUnicodeMathSymbol{"02681}{\diceii                   }{\mathord}{die face-2}%
+\xUnicodeMathSymbol{"02682}{\diceiii                  }{\mathord}{die face-3}%
+\xUnicodeMathSymbol{"02683}{\diceiv                   }{\mathord}{die face-4}%
+\xUnicodeMathSymbol{"02684}{\dicev                    }{\mathord}{die face-5}%
+\xUnicodeMathSymbol{"02685}{\dicevi                   }{\mathord}{die face-6}%
+\xUnicodeMathSymbol{"02686}{\circledrightdot          }{\mathord}{white circle with dot right}%
+\xUnicodeMathSymbol{"02687}{\circledtwodots           }{\mathord}{white circle with two dots}%
+\xUnicodeMathSymbol{"02688}{\blackcircledrightdot     }{\mathord}{black circle with white dot right}%
+\xUnicodeMathSymbol{"02689}{\blackcircledtwodots      }{\mathord}{black circle with two white dots}%
+\xUnicodeMathSymbol{"026A5}{\Hermaphrodite            }{\mathord}{male and female sign}%
+\xUnicodeMathSymbol{"026AA}{\mdwhtcircle              }{\mathord}{medium white circle}%
+\xUnicodeMathSymbol{"026AB}{\mdblkcircle              }{\mathord}{medium black circle}%
+\xUnicodeMathSymbol{"026AC}{\mdsmwhtcircle            }{\mathord}{medium small white circle}%
+\xUnicodeMathSymbol{"026B2}{\neuter                   }{\mathord}{neuter}%
+\xUnicodeMathSymbol{"02713}{\checkmark                }{\mathord}{tick, check mark}%
+\xUnicodeMathSymbol{"02720}{\maltese                  }{\mathord}{maltese cross}%
+\xUnicodeMathSymbol{"0272A}{\circledstar              }{\mathord}{circled white star}%
+\xUnicodeMathSymbol{"02736}{\varstar                  }{\mathord}{six pointed black star}%
+\xUnicodeMathSymbol{"0273D}{\dingasterisk             }{\mathord}{heavy teardrop-spoked asterisk}%
+\xUnicodeMathSymbol{"02772}{\lbrbrak                  }{\mathopen}{light left tortoise shell bracket ornament}%
+\xUnicodeMathSymbol{"02773}{\rbrbrak                  }{\mathclose}{light right tortoise shell bracket ornament}%
+\xUnicodeMathSymbol{"0279B}{\draftingarrow            }{\mathord}{right arrow with bold head (drafting)}%
+\xUnicodeMathSymbol{"027C0}{\threedangle              }{\mathord}{three dimensional angle}%
+\xUnicodeMathSymbol{"027C1}{\whiteinwhitetriangle     }{\mathord}{white triangle containing small white triangle}%
+\xUnicodeMathSymbol{"027C2}{\perp                     }{\mathrel}{perpendicular}%
+\xUnicodeMathSymbol{"027C3}{\subsetcirc               }{\mathord}{open subset}%
+\xUnicodeMathSymbol{"027C4}{\supsetcirc               }{\mathord}{open superset}%
+\xUnicodeMathSymbol{"027C5}{\lbag                     }{\mathopen}{left s-shaped bag delimiter}%
+\xUnicodeMathSymbol{"027C6}{\rbag                     }{\mathclose}{right s-shaped bag delimiter}%
+\xUnicodeMathSymbol{"027C7}{\veedot                   }{\mathbin}{or with dot inside}%
+\xUnicodeMathSymbol{"027C8}{\bsolhsub                 }{\mathrel}{reverse solidus preceding subset}%
+\xUnicodeMathSymbol{"027C9}{\suphsol                  }{\mathrel}{superset preceding solidus}%
+\xUnicodeMathSymbol{"027CC}{\longdivision             }{\mathopen}{long division}%
+\xUnicodeMathSymbol{"027D0}{\diamondcdot              }{\mathord}{white diamond with centred dot}%
+\xUnicodeMathSymbol{"027D1}{\wedgedot                 }{\mathbin}{and with dot}%
+\xUnicodeMathSymbol{"027D2}{\upin                     }{\mathrel}{element of opening upwards}%
+\xUnicodeMathSymbol{"027D3}{\pullback                 }{\mathrel}{lower right corner with dot}%
+\xUnicodeMathSymbol{"027D4}{\pushout                  }{\mathrel}{upper left corner with dot}%
+\xUnicodeMathSymbol{"027D5}{\leftouterjoin            }{\mathop}{left outer join}%
+\xUnicodeMathSymbol{"027D6}{\rightouterjoin           }{\mathop}{right outer join}%
+\xUnicodeMathSymbol{"027D7}{\fullouterjoin            }{\mathop}{full outer join}%
+\xUnicodeMathSymbol{"027D8}{\bigbot                   }{\mathop}{large up tack}%
+\xUnicodeMathSymbol{"027D9}{\bigtop                   }{\mathop}{large down tack}%
+\xUnicodeMathSymbol{"027DA}{\DashVDash                }{\mathrel}{left and right double turnstile}%
+\xUnicodeMathSymbol{"027DB}{\dashVdash                }{\mathrel}{left and right tack}%
+\xUnicodeMathSymbol{"027DC}{\multimapinv              }{\mathrel}{left multimap}%
+\xUnicodeMathSymbol{"027DD}{\vlongdash                }{\mathrel}{long left tack}%
+\xUnicodeMathSymbol{"027DE}{\longdashv                }{\mathrel}{long right tack}%
+\xUnicodeMathSymbol{"027DF}{\cirbot                   }{\mathrel}{up tack with circle above}%
+\xUnicodeMathSymbol{"027E0}{\lozengeminus             }{\mathbin}{lozenge divided by horizontal rule}%
+\xUnicodeMathSymbol{"027E1}{\concavediamond           }{\mathbin}{white concave-sided diamond}%
+\xUnicodeMathSymbol{"027E2}{\concavediamondtickleft   }{\mathbin}{white concave-sided diamond with leftwards tick}%
+\xUnicodeMathSymbol{"027E3}{\concavediamondtickright  }{\mathbin}{white concave-sided diamond with rightwards tick}%
+\xUnicodeMathSymbol{"027E4}{\whitesquaretickleft      }{\mathbin}{white square with leftwards tick}%
+\xUnicodeMathSymbol{"027E5}{\whitesquaretickright     }{\mathbin}{white square with rightwards tick}%
+\xUnicodeMathSymbol{"027E6}{\lBrack                   }{\mathopen}{mathematical left white square bracket}%
+\xUnicodeMathSymbol{"027E7}{\rBrack                   }{\mathclose}{mathematical right white square bracket}%
+\xUnicodeMathSymbol{"027E8}{\langle                   }{\mathopen}{mathematical left angle bracket}%
+\xUnicodeMathSymbol{"027E9}{\rangle                   }{\mathclose}{mathematical right angle bracket}%
+\xUnicodeMathSymbol{"027EA}{\lAngle                   }{\mathopen}{mathematical left double angle bracket}%
+\xUnicodeMathSymbol{"027EB}{\rAngle                   }{\mathclose}{mathematical right double angle bracket}%
+\xUnicodeMathSymbol{"027EC}{\Lbrbrak                  }{\mathopen}{mathematical left white tortoise shell bracket}%
+\xUnicodeMathSymbol{"027ED}{\Rbrbrak                  }{\mathclose}{mathematical right white tortoise shell bracket}%
+\xUnicodeMathSymbol{"027EE}{\lgroup                   }{\mathopen}{mathematical left flattened parenthesis}%
+\xUnicodeMathSymbol{"027EF}{\rgroup                   }{\mathclose}{mathematical right flattened parenthesis}%
+\xUnicodeMathSymbol{"027F0}{\UUparrow                 }{\mathrel}{upwards quadruple arrow}%
+\xUnicodeMathSymbol{"027F1}{\DDownarrow               }{\mathrel}{downwards quadruple arrow}%
+\xUnicodeMathSymbol{"027F2}{\acwgapcirclearrow        }{\mathrel}{anticlockwise gapped circle arrow}%
+\xUnicodeMathSymbol{"027F3}{\cwgapcirclearrow         }{\mathrel}{clockwise gapped circle arrow}%
+\xUnicodeMathSymbol{"027F4}{\rightarrowonoplus        }{\mathrel}{right arrow with circled plus}%
+\xUnicodeMathSymbol{"027F5}{\longleftarrow            }{\mathrel}{long leftwards arrow}%
+%\xUnicodeMathSymbol{"027F6}{\longrightarrow           }{\mathrel}{long rightwards arrow}%
+\xxUnicodeMathSymbol{"027F6}{\longrightarrow}{{-\!->}}
+\xUnicodeMathSymbol{"027F7}{\longleftrightarrow       }{\mathrel}{long left right arrow}%
+\xUnicodeMathSymbol{"027F8}{\Longleftarrow            }{\mathrel}{long leftwards double arrow}%
+\xUnicodeMathSymbol{"027F9}{\Longrightarrow           }{\mathrel}{long rightwards double arrow}%
+\xUnicodeMathSymbol{"027FA}{\Longleftrightarrow       }{\mathrel}{long left right double arrow}%
+\xUnicodeMathSymbol{"027FB}{\longmapsfrom             }{\mathrel}{long leftwards arrow from bar}%
+\xUnicodeMathSymbol{"027FC}{\longmapsto               }{\mathrel}{long rightwards arrow from bar}%
+\xUnicodeMathSymbol{"027FD}{\Longmapsfrom             }{\mathrel}{long leftwards double arrow from bar}%
+\xUnicodeMathSymbol{"027FE}{\Longmapsto               }{\mathrel}{long rightwards double arrow from bar}%
+\xUnicodeMathSymbol{"027FF}{\longrightsquigarrow      }{\mathrel}{long rightwards squiggle arrow}%
+\xUnicodeMathSymbol{"02900}{\nvtwoheadrightarrow      }{\mathrel}{rightwards two-headed arrow with vertical stroke}%
+\xUnicodeMathSymbol{"02901}{\nVtwoheadrightarrow      }{\mathrel}{rightwards two-headed arrow with double vertical stroke}%
+\xUnicodeMathSymbol{"02902}{\nvLeftarrow              }{\mathrel}{leftwards double arrow with vertical stroke}%
+\xUnicodeMathSymbol{"02903}{\nvRightarrow             }{\mathrel}{rightwards double arrow with vertical stroke}%
+\xUnicodeMathSymbol{"02904}{\nvLeftrightarrow         }{\mathrel}{left right double arrow with vertical stroke}%
+\xUnicodeMathSymbol{"02905}{\twoheadmapsto            }{\mathrel}{rightwards two-headed arrow from bar}%
+\xUnicodeMathSymbol{"02906}{\Mapsfrom                 }{\mathrel}{leftwards double arrow from bar}%
+\xUnicodeMathSymbol{"02907}{\Mapsto                   }{\mathrel}{rightwards double arrow from bar}%
+\xUnicodeMathSymbol{"02908}{\downarrowbarred          }{\mathrel}{downwards arrow with horizontal stroke}%
+\xUnicodeMathSymbol{"02909}{\uparrowbarred            }{\mathrel}{upwards arrow with horizontal stroke}%
+\xUnicodeMathSymbol{"0290A}{\Uuparrow                 }{\mathrel}{upwards triple arrow}%
+\xUnicodeMathSymbol{"0290B}{\Ddownarrow               }{\mathrel}{downwards triple arrow}%
+\xUnicodeMathSymbol{"0290C}{\leftbkarrow              }{\mathrel}{leftwards double dash arrow}%
+\xUnicodeMathSymbol{"0290D}{\rightbkarrow             }{\mathrel}{rightwards double dash arrow}%
+\xUnicodeMathSymbol{"0290E}{\leftdbkarrow             }{\mathrel}{leftwards triple dash arrow}%
+\xUnicodeMathSymbol{"0290F}{\dbkarrow                  }{\mathrel}{rightwards triple dash arrow}%
+\xUnicodeMathSymbol{"02910}{\drbkarrow                 }{\mathrel}{rightwards two-headed triple dash arrow}%
+\xUnicodeMathSymbol{"02911}{\rightdotarrow            }{\mathrel}{rightwards arrow with dotted stem}%
+\xUnicodeMathSymbol{"02912}{\baruparrow               }{\mathrel}{upwards arrow to bar}%
+\xUnicodeMathSymbol{"02913}{\downarrowbar             }{\mathrel}{downwards arrow to bar}%
+\xUnicodeMathSymbol{"02914}{\nvrightarrowtail         }{\mathrel}{rightwards arrow with tail with vertical stroke}%
+\xUnicodeMathSymbol{"02915}{\nVrightarrowtail         }{\mathrel}{rightwards arrow with tail with double vertical stroke}%
+\xUnicodeMathSymbol{"02916}{\twoheadrightarrowtail    }{\mathrel}{rightwards two-headed arrow with tail}%
+\xUnicodeMathSymbol{"02917}{\nvtwoheadrightarrowtail  }{\mathrel}{rightwards two-headed arrow with tail with vertical stroke}%
+\xUnicodeMathSymbol{"02918}{\nVtwoheadrightarrowtail  }{\mathrel}{rightwards two-headed arrow with tail with double vertical stroke}%
+\xUnicodeMathSymbol{"02919}{\lefttail                 }{\mathrel}{leftwards arrow-tail}%
+\xUnicodeMathSymbol{"0291A}{\righttail                }{\mathrel}{rightwards arrow-tail}%
+\xUnicodeMathSymbol{"0291B}{\leftdbltail              }{\mathrel}{leftwards double arrow-tail}%
+\xUnicodeMathSymbol{"0291C}{\rightdbltail             }{\mathrel}{rightwards double arrow-tail}%
+\xUnicodeMathSymbol{"0291D}{\diamondleftarrow         }{\mathrel}{leftwards arrow to black diamond}%
+\xUnicodeMathSymbol{"0291E}{\rightarrowdiamond        }{\mathrel}{rightwards arrow to black diamond}%
+\xUnicodeMathSymbol{"0291F}{\diamondleftarrowbar      }{\mathrel}{leftwards arrow from bar to black diamond}%
+\xUnicodeMathSymbol{"02920}{\barrightarrowdiamond     }{\mathrel}{rightwards arrow from bar to black diamond}%
+\xUnicodeMathSymbol{"02921}{\nwsearrow                }{\mathrel}{north west and south east arrow}%
+\xUnicodeMathSymbol{"02922}{\neswarrow                }{\mathrel}{north east and south west arrow}%
+\xUnicodeMathSymbol{"02923}{\hknwarrow                }{\mathrel}{north west arrow with hook}%
+\xUnicodeMathSymbol{"02924}{\hknearrow                }{\mathrel}{north east arrow with hook}%
+\xUnicodeMathSymbol{"02925}{\hksearrow                 }{\mathrel}{south east arrow with hook}%
+\xUnicodeMathSymbol{"02926}{\hkswarrow                 }{\mathrel}{south west arrow with hook}%
+\xUnicodeMathSymbol{"02927}{\tona                     }{\mathrel}{north west arrow and north east arrow}%
+\xUnicodeMathSymbol{"02928}{\toea                     }{\mathrel}{north east arrow and south east arrow}%
+\xUnicodeMathSymbol{"02929}{\tosa                     }{\mathrel}{south east arrow and south west arrow}%
+\xUnicodeMathSymbol{"0292A}{\towa                     }{\mathrel}{south west arrow and north west arrow}%
+\xUnicodeMathSymbol{"0292B}{\rdiagovfdiag             }{\mathord}{rising diagonal crossing falling diagonal}%
+\xUnicodeMathSymbol{"0292C}{\fdiagovrdiag             }{\mathord}{falling diagonal crossing rising diagonal}%
+\xUnicodeMathSymbol{"0292D}{\seovnearrow              }{\mathord}{south east arrow crossing north east arrow}%
+\xUnicodeMathSymbol{"0292E}{\neovsearrow              }{\mathord}{north east arrow crossing south east arrow}%
+\xUnicodeMathSymbol{"0292F}{\fdiagovnearrow           }{\mathord}{falling diagonal crossing north east arrow}%
+\xUnicodeMathSymbol{"02930}{\rdiagovsearrow           }{\mathord}{rising diagonal crossing south east arrow}%
+\xUnicodeMathSymbol{"02931}{\neovnwarrow              }{\mathord}{north east arrow crossing north west arrow}%
+\xUnicodeMathSymbol{"02932}{\nwovnearrow              }{\mathord}{north west arrow crossing north east arrow}%
+\xUnicodeMathSymbol{"02933}{\rightcurvedarrow         }{\mathrel}{wave arrow pointing directly right}%
+\xUnicodeMathSymbol{"02934}{\uprightcurvearrow        }{\mathord}{arrow pointing rightwards then curving upwards}%
+\xUnicodeMathSymbol{"02935}{\downrightcurvedarrow     }{\mathord}{arrow pointing rightwards then curving downwards}%
+\xUnicodeMathSymbol{"02936}{\leftdowncurvedarrow      }{\mathrel}{arrow pointing downwards then curving leftwards}%
+\xUnicodeMathSymbol{"02937}{\rightdowncurvedarrow     }{\mathrel}{arrow pointing downwards then curving rightwards}%
+\xUnicodeMathSymbol{"02938}{\cwrightarcarrow          }{\mathrel}{right-side arc clockwise arrow}%
+\xUnicodeMathSymbol{"02939}{\acwleftarcarrow          }{\mathrel}{left-side arc anticlockwise arrow}%
+\xUnicodeMathSymbol{"0293A}{\acwoverarcarrow          }{\mathrel}{top arc anticlockwise arrow}%
+\xUnicodeMathSymbol{"0293B}{\acwunderarcarrow         }{\mathrel}{bottom arc anticlockwise arrow}%
+\xUnicodeMathSymbol{"0293C}{\curvearrowrightminus     }{\mathrel}{top arc clockwise arrow with minus}%
+\xUnicodeMathSymbol{"0293D}{\curvearrowleftplus       }{\mathrel}{top arc anticlockwise arrow with plus}%
+\xUnicodeMathSymbol{"0293E}{\cwundercurvearrow        }{\mathrel}{lower right semicircular clockwise arrow}%
+\xUnicodeMathSymbol{"0293F}{\ccwundercurvearrow       }{\mathrel}{lower left semicircular anticlockwise arrow}%
+\xUnicodeMathSymbol{"02940}{\acwcirclearrow           }{\mathrel}{anticlockwise closed circle arrow}%
+\xUnicodeMathSymbol{"02941}{\cwcirclearrow            }{\mathrel}{clockwise closed circle arrow}%
+\xUnicodeMathSymbol{"02942}{\rightarrowshortleftarrow }{\mathrel}{rightwards arrow above short leftwards arrow}%
+\xUnicodeMathSymbol{"02943}{\leftarrowshortrightarrow }{\mathrel}{leftwards arrow above short rightwards arrow}%
+\xUnicodeMathSymbol{"02944}{\shortrightarrowleftarrow }{\mathrel}{short rightwards arrow above leftwards arrow}%
+\xUnicodeMathSymbol{"02945}{\rightarrowplus           }{\mathrel}{rightwards arrow with plus below}%
+\xUnicodeMathSymbol{"02946}{\leftarrowplus            }{\mathrel}{leftwards arrow with plus below}%
+\xUnicodeMathSymbol{"02947}{\rightarrowx              }{\mathrel}{rightwards arrow through x}%
+\xUnicodeMathSymbol{"02948}{\leftrightarrowcircle     }{\mathrel}{left right arrow through small circle}%
+\xUnicodeMathSymbol{"02949}{\twoheaduparrowcircle     }{\mathrel}{upwards two-headed arrow from small circle}%
+\xUnicodeMathSymbol{"0294A}{\leftrightharpoonupdown   }{\mathrel}{left barb up right barb down harpoon}%
+\xUnicodeMathSymbol{"0294B}{\leftrightharpoondownup   }{\mathrel}{left barb down right barb up harpoon}%
+\xUnicodeMathSymbol{"0294C}{\updownharpoonrightleft   }{\mathrel}{up barb right down barb left harpoon}%
+\xUnicodeMathSymbol{"0294D}{\updownharpoonleftright   }{\mathrel}{up barb left down barb right harpoon}%
+\xUnicodeMathSymbol{"0294E}{\leftrightharpoonupup     }{\mathrel}{left barb up right barb up harpoon}%
+\xUnicodeMathSymbol{"0294F}{\updownharpoonrightright  }{\mathrel}{up barb right down barb right harpoon}%
+\xUnicodeMathSymbol{"02950}{\leftrightharpoondowndown }{\mathrel}{left barb down right barb down harpoon}%
+\xUnicodeMathSymbol{"02951}{\updownharpoonleftleft    }{\mathrel}{up barb left down barb left harpoon}%
+\xUnicodeMathSymbol{"02952}{\barleftharpoonup         }{\mathrel}{leftwards harpoon with barb up to bar}%
+\xUnicodeMathSymbol{"02953}{\rightharpoonupbar        }{\mathrel}{rightwards harpoon with barb up to bar}%
+\xUnicodeMathSymbol{"02954}{\barupharpoonright        }{\mathrel}{upwards harpoon with barb right to bar}%
+\xUnicodeMathSymbol{"02955}{\downharpoonrightbar      }{\mathrel}{downwards harpoon with barb right to bar}%
+\xUnicodeMathSymbol{"02956}{\barleftharpoondown       }{\mathrel}{leftwards harpoon with barb down to bar}%
+\xUnicodeMathSymbol{"02957}{\rightharpoondownbar      }{\mathrel}{rightwards harpoon with barb down to bar}%
+\xUnicodeMathSymbol{"02958}{\barupharpoonleft         }{\mathrel}{upwards harpoon with barb left to bar}%
+\xUnicodeMathSymbol{"02959}{\downharpoonleftbar       }{\mathrel}{downwards harpoon with barb left to bar}%
+\xUnicodeMathSymbol{"0295A}{\leftharpoonupbar         }{\mathrel}{leftwards harpoon with barb up from bar}%
+\xUnicodeMathSymbol{"0295B}{\barrightharpoonup        }{\mathrel}{rightwards harpoon with barb up from bar}%
+\xUnicodeMathSymbol{"0295C}{\upharpoonrightbar        }{\mathrel}{upwards harpoon with barb right from bar}%
+\xUnicodeMathSymbol{"0295D}{\bardownharpoonright      }{\mathrel}{downwards harpoon with barb right from bar}%
+\xUnicodeMathSymbol{"0295E}{\leftharpoondownbar       }{\mathrel}{leftwards harpoon with barb down from bar}%
+\xUnicodeMathSymbol{"0295F}{\barrightharpoondown      }{\mathrel}{rightwards harpoon with barb down from bar}%
+\xUnicodeMathSymbol{"02960}{\upharpoonleftbar         }{\mathrel}{upwards harpoon with barb left from bar}%
+\xUnicodeMathSymbol{"02961}{\bardownharpoonleft       }{\mathrel}{downwards harpoon with barb left from bar}%
+\xUnicodeMathSymbol{"02962}{\leftharpoonsupdown       }{\mathrel}{leftwards harpoon with barb up above leftwards harpoon with barb down}%
+\xUnicodeMathSymbol{"02963}{\upharpoonsleftright      }{\mathrel}{upwards harpoon with barb left beside upwards harpoon with barb right}%
+\xUnicodeMathSymbol{"02964}{\rightharpoonsupdown      }{\mathrel}{rightwards harpoon with barb up above rightwards harpoon with barb down}%
+\xUnicodeMathSymbol{"02965}{\downharpoonsleftright    }{\mathrel}{downwards harpoon with barb left beside downwards harpoon with barb right}%
+\xUnicodeMathSymbol{"02966}{\leftrightharpoonsup      }{\mathrel}{leftwards harpoon with barb up above rightwards harpoon with barb up}%
+\xUnicodeMathSymbol{"02967}{\leftrightharpoonsdown    }{\mathrel}{leftwards harpoon with barb down above rightwards harpoon with barb down}%
+\xUnicodeMathSymbol{"02968}{\rightleftharpoonsup      }{\mathrel}{rightwards harpoon with barb up above leftwards harpoon with barb up}%
+\xUnicodeMathSymbol{"02969}{\rightleftharpoonsdown    }{\mathrel}{rightwards harpoon with barb down above leftwards harpoon with barb down}%
+\xUnicodeMathSymbol{"0296A}{\leftharpoonupdash        }{\mathrel}{leftwards harpoon with barb up above long dash}%
+\xUnicodeMathSymbol{"0296B}{\dashleftharpoondown      }{\mathrel}{leftwards harpoon with barb down below long dash}%
+\xUnicodeMathSymbol{"0296C}{\rightharpoonupdash       }{\mathrel}{rightwards harpoon with barb up above long dash}%
+\xUnicodeMathSymbol{"0296D}{\dashrightharpoondown     }{\mathrel}{rightwards harpoon with barb down below long dash}%
+\xUnicodeMathSymbol{"0296E}{\updownharpoonsleftright  }{\mathrel}{upwards harpoon with barb left beside downwards harpoon with barb right}%
+\xUnicodeMathSymbol{"0296F}{\downupharpoonsleftright  }{\mathrel}{downwards harpoon with barb left beside upwards harpoon with barb right}%
+\xUnicodeMathSymbol{"02970}{\rightimply               }{\mathrel}{right double arrow with rounded head}%
+\xUnicodeMathSymbol{"02971}{\equalrightarrow          }{\mathrel}{equals sign above rightwards arrow}%
+\xUnicodeMathSymbol{"02972}{\similarrightarrow        }{\mathrel}{tilde operator above rightwards arrow}%
+\xUnicodeMathSymbol{"02973}{\leftarrowsimilar         }{\mathrel}{leftwards arrow above tilde operator}%
+\xUnicodeMathSymbol{"02974}{\rightarrowsimilar        }{\mathrel}{rightwards arrow above tilde operator}%
+\xUnicodeMathSymbol{"02975}{\rightarrowapprox         }{\mathrel}{rightwards arrow above almost equal to}%
+\xUnicodeMathSymbol{"02976}{\ltlarr                   }{\mathrel}{less-than above leftwards arrow}%
+\xUnicodeMathSymbol{"02977}{\leftarrowless            }{\mathrel}{leftwards arrow through less-than}%
+\xUnicodeMathSymbol{"02978}{\gtrarr                   }{\mathrel}{greater-than above rightwards arrow}%
+\xUnicodeMathSymbol{"02979}{\subrarr                  }{\mathrel}{subset above rightwards arrow}%
+\xUnicodeMathSymbol{"0297A}{\leftarrowsubset          }{\mathrel}{leftwards arrow through subset}%
+\xUnicodeMathSymbol{"0297B}{\suplarr                  }{\mathrel}{superset above leftwards arrow}%
+\xUnicodeMathSymbol{"0297C}{\leftfishtail             }{\mathrel}{left fish tail}%
+\xUnicodeMathSymbol{"0297D}{\rightfishtail            }{\mathrel}{right fish tail}%
+\xUnicodeMathSymbol{"0297E}{\upfishtail               }{\mathrel}{up fish tail}%
+\xUnicodeMathSymbol{"0297F}{\downfishtail             }{\mathrel}{down fish tail}%
+\xUnicodeMathSymbol{"02980}{\Vvert                    }{\mathfence}{triple vertical bar delimiter}%
+\xUnicodeMathSymbol{"02981}{\mdsmblkcircle            }{\mathord}{z notation spot}%
+\xUnicodeMathSymbol{"02982}{\typecolon                }{\mathbin}{z notation type colon}%
+\xUnicodeMathSymbol{"02983}{\lBrace                   }{\mathopen}{left white curly bracket}%
+\xUnicodeMathSymbol{"02984}{\rBrace                   }{\mathclose}{right white curly bracket}%
+\xUnicodeMathSymbol{"02985}{\lParen                   }{\mathopen}{left white parenthesis}%
+\xUnicodeMathSymbol{"02986}{\rParen                   }{\mathclose}{right white parenthesis}%
+\xUnicodeMathSymbol{"02987}{\llparenthesis            }{\mathopen}{z notation left image bracket}%
+\xUnicodeMathSymbol{"02988}{\rrparenthesis            }{\mathclose}{z notation right image bracket}%
+\xUnicodeMathSymbol{"02989}{\llangle                  }{\mathopen}{z notation left binding bracket}%
+\xUnicodeMathSymbol{"0298A}{\rrangle                  }{\mathclose}{z notation right binding bracket}%
+\xUnicodeMathSymbol{"0298B}{\lbrackubar               }{\mathopen}{left square bracket with underbar}%
+\xUnicodeMathSymbol{"0298C}{\rbrackubar               }{\mathclose}{right square bracket with underbar}%
+\xUnicodeMathSymbol{"0298D}{\lbrackultick             }{\mathopen}{left square bracket with tick in top corner}%
+\xUnicodeMathSymbol{"0298E}{\rbracklrtick             }{\mathclose}{right square bracket with tick in bottom corner}%
+\xUnicodeMathSymbol{"0298F}{\lbracklltick             }{\mathopen}{left square bracket with tick in bottom corner}%
+\xUnicodeMathSymbol{"02990}{\rbrackurtick             }{\mathclose}{right square bracket with tick in top corner}%
+\xUnicodeMathSymbol{"02991}{\langledot                }{\mathopen}{left angle bracket with dot}%
+\xUnicodeMathSymbol{"02992}{\rangledot                }{\mathclose}{right angle bracket with dot}%
+\xUnicodeMathSymbol{"02993}{\lparenless               }{\mathopen}{left arc less-than bracket}%
+\xUnicodeMathSymbol{"02994}{\rparengtr                }{\mathclose}{right arc greater-than bracket}%
+\xUnicodeMathSymbol{"02995}{\Lparengtr                }{\mathopen}{double left arc greater-than bracket}%
+\xUnicodeMathSymbol{"02996}{\Rparenless               }{\mathclose}{double right arc less-than bracket}%
+\xUnicodeMathSymbol{"02997}{\lblkbrbrak               }{\mathopen}{left black tortoise shell bracket}%
+\xUnicodeMathSymbol{"02998}{\rblkbrbrak               }{\mathclose}{right black tortoise shell bracket}%
+\xUnicodeMathSymbol{"02999}{\fourvdots                }{\mathord}{dotted fence}%
+\xUnicodeMathSymbol{"0299A}{\vzigzag                  }{\mathord}{vertical zigzag line}%
+\xUnicodeMathSymbol{"0299B}{\measuredangleleft        }{\mathord}{measured angle opening left}%
+\xUnicodeMathSymbol{"0299C}{\rightanglesqr            }{\mathord}{right angle variant with square}%
+\xUnicodeMathSymbol{"0299D}{\rightanglemdot           }{\mathord}{measured right angle with dot}%
+\xUnicodeMathSymbol{"0299E}{\angles                   }{\mathord}{angle with s inside}%
+\xUnicodeMathSymbol{"0299F}{\angdnr                   }{\mathord}{acute angle}%
+\xUnicodeMathSymbol{"029A0}{\gtlpar                   }{\mathord}{spherical angle opening left}%
+\xUnicodeMathSymbol{"029A1}{\sphericalangleup         }{\mathord}{spherical angle opening up}%
+\xUnicodeMathSymbol{"029A2}{\turnangle                }{\mathord}{turned angle}%
+\xUnicodeMathSymbol{"029A3}{\revangle                 }{\mathord}{reversed angle}%
+\xUnicodeMathSymbol{"029A4}{\angleubar                }{\mathord}{angle with underbar}%
+\xUnicodeMathSymbol{"029A5}{\revangleubar             }{\mathord}{reversed angle with underbar}%
+\xUnicodeMathSymbol{"029A6}{\wideangledown            }{\mathord}{oblique angle opening up}%
+\xUnicodeMathSymbol{"029A7}{\wideangleup              }{\mathord}{oblique angle opening down}%
+\xUnicodeMathSymbol{"029A8}{\measanglerutone          }{\mathord}{measured angle with open arm ending in arrow pointing up and right}%
+\xUnicodeMathSymbol{"029A9}{\measanglelutonw          }{\mathord}{measured angle with open arm ending in arrow pointing up and left}%
+\xUnicodeMathSymbol{"029AA}{\measanglerdtose          }{\mathord}{measured angle with open arm ending in arrow pointing down and right}%
+\xUnicodeMathSymbol{"029AB}{\measangleldtosw          }{\mathord}{measured angle with open arm ending in arrow pointing down and left}%
+\xUnicodeMathSymbol{"029AC}{\measangleurtone          }{\mathord}{measured angle with open arm ending in arrow pointing right and up}%
+\xUnicodeMathSymbol{"029AD}{\measangleultonw          }{\mathord}{measured angle with open arm ending in arrow pointing left and up}%
+\xUnicodeMathSymbol{"029AE}{\measangledrtose          }{\mathord}{measured angle with open arm ending in arrow pointing right and down}%
+\xUnicodeMathSymbol{"029AF}{\measangledltosw          }{\mathord}{measured angle with open arm ending in arrow pointing left and down}%
+\xUnicodeMathSymbol{"029B0}{\revemptyset              }{\mathord}{reversed empty set}%
+\xUnicodeMathSymbol{"029B1}{\emptysetobar             }{\mathord}{empty set with overbar}%
+\xUnicodeMathSymbol{"029B2}{\emptysetocirc            }{\mathord}{empty set with small circle above}%
+\xUnicodeMathSymbol{"029B3}{\emptysetoarr             }{\mathord}{empty set with right arrow above}%
+\xUnicodeMathSymbol{"029B4}{\emptysetoarrl            }{\mathord}{empty set with left arrow above}%
+\xUnicodeMathSymbol{"029B5}{\circlehbar               }{\mathbin}{circle with horizontal bar}%
+\xUnicodeMathSymbol{"029B6}{\circledvert              }{\mathbin}{circled vertical bar}%
+\xUnicodeMathSymbol{"029B7}{\circledparallel          }{\mathbin}{circled parallel}%
+\xUnicodeMathSymbol{"029B8}{\obslash                  }{\mathbin}{circled reverse solidus}%
+\xUnicodeMathSymbol{"029B9}{\operp                    }{\mathbin}{circled perpendicular}%
+\xUnicodeMathSymbol{"029BA}{\obot                     }{\mathord}{circle divided by horizontal bar and top half divided by vertical bar}%
+\xUnicodeMathSymbol{"029BB}{\olcross                  }{\mathord}{circle with superimposed x}%
+\xUnicodeMathSymbol{"029BC}{\odotslashdot             }{\mathord}{circled anticlockwise-rotated division sign}%
+\xUnicodeMathSymbol{"029BD}{\uparrowoncircle          }{\mathord}{up arrow through circle}%
+\xUnicodeMathSymbol{"029BE}{\circledwhitebullet       }{\mathord}{circled white bullet}%
+\xUnicodeMathSymbol{"029BF}{\circledbullet            }{\mathord}{circled bullet}%
+\xUnicodeMathSymbol{"029C0}{\olessthan                }{\mathbin}{circled less-than}%
+\xUnicodeMathSymbol{"029C1}{\ogreaterthan             }{\mathbin}{circled greater-than}%
+\xUnicodeMathSymbol{"029C2}{\cirscir                  }{\mathord}{circle with small circle to the right}%
+\xUnicodeMathSymbol{"029C3}{\cirE                     }{\mathord}{circle with two horizontal strokes to the right}%
+\xUnicodeMathSymbol{"029C4}{\boxdiag                  }{\mathbin}{squared rising diagonal slash}%
+\xUnicodeMathSymbol{"029C5}{\boxbslash                }{\mathbin}{squared falling diagonal slash}%
+\xUnicodeMathSymbol{"029C6}{\boxast                   }{\mathbin}{squared asterisk}%
+\xUnicodeMathSymbol{"029C7}{\boxcircle                }{\mathbin}{squared small circle}%
+\xUnicodeMathSymbol{"029C8}{\boxbox                   }{\mathbin}{squared square}%
+\xUnicodeMathSymbol{"029C9}{\boxonbox                 }{\mathord}{two joined squares}%
+\xUnicodeMathSymbol{"029CA}{\triangleodot             }{\mathord}{triangle with dot above}%
+\xUnicodeMathSymbol{"029CB}{\triangleubar             }{\mathord}{triangle with underbar}%
+\xUnicodeMathSymbol{"029CC}{\triangles                }{\mathord}{s in triangle}%
+\xUnicodeMathSymbol{"029CD}{\triangleserifs           }{\mathbin}{triangle with serifs at bottom}%
+\xUnicodeMathSymbol{"029CE}{\rtriltri                 }{\mathrel}{right triangle above left triangle}%
+\xUnicodeMathSymbol{"029CF}{\ltrivb                   }{\mathrel}{left triangle beside vertical bar}%
+\xUnicodeMathSymbol{"029D0}{\vbrtri                   }{\mathrel}{vertical bar beside right triangle}%
+\xUnicodeMathSymbol{"029D1}{\lfbowtie                 }{\mathrel}{left black bowtie}%
+\xUnicodeMathSymbol{"029D2}{\rfbowtie                 }{\mathrel}{right black bowtie}%
+\xUnicodeMathSymbol{"029D3}{\fbowtie                  }{\mathrel}{black bowtie}%
+\xUnicodeMathSymbol{"029D4}{\lftimes                  }{\mathrel}{left black times}%
+\xUnicodeMathSymbol{"029D5}{\rftimes                  }{\mathrel}{right black times}%
+\xUnicodeMathSymbol{"029D6}{\hourglass                }{\mathbin}{white hourglass}%
+\xUnicodeMathSymbol{"029D7}{\blackhourglass           }{\mathbin}{black hourglass}%
+\xUnicodeMathSymbol{"029D8}{\lvzigzag                 }{\mathopen}{left wiggly fence}%
+\xUnicodeMathSymbol{"029D9}{\rvzigzag                 }{\mathclose}{right wiggly fence}%
+\xUnicodeMathSymbol{"029DA}{\Lvzigzag                 }{\mathopen}{left double wiggly fence}%
+\xUnicodeMathSymbol{"029DB}{\Rvzigzag                 }{\mathclose}{right double wiggly fence}%
+\xUnicodeMathSymbol{"029DC}{\iinfin                   }{\mathord}{incomplete infinity}%
+\xUnicodeMathSymbol{"029DD}{\tieinfty                 }{\mathord}{tie over infinity}%
+\xUnicodeMathSymbol{"029DE}{\nvinfty                  }{\mathord}{infinity negated with vertical bar}%
+\xUnicodeMathSymbol{"029DF}{\dualmap                  }{\mathrel}{double-ended multimap}%
+\xUnicodeMathSymbol{"029E0}{\laplac                   }{\mathord}{square with contoured outline}%
+\xUnicodeMathSymbol{"029E1}{\lrtriangleeq             }{\mathrel}{increases as}%
+\xUnicodeMathSymbol{"029E2}{\shuffle                  }{\mathbin}{shuffle product}%
+\xUnicodeMathSymbol{"029E3}{\eparsl                   }{\mathrel}{equals sign and slanted parallel}%
+\xUnicodeMathSymbol{"029E4}{\smeparsl                 }{\mathrel}{equals sign and slanted parallel with tilde above}%
+\xUnicodeMathSymbol{"029E5}{\eqvparsl                 }{\mathrel}{identical to and slanted parallel}%
+\xUnicodeMathSymbol{"029E6}{\gleichstark              }{\mathrel}{gleich stark}%
+\xUnicodeMathSymbol{"029E7}{\thermod                  }{\mathord}{thermodynamic}%
+\xUnicodeMathSymbol{"029E8}{\downtriangleleftblack    }{\mathord}{down-pointing triangle with left half black}%
+\xUnicodeMathSymbol{"029E9}{\downtrianglerightblack   }{\mathord}{down-pointing triangle with right half black}%
+\xUnicodeMathSymbol{"029EA}{\blackdiamonddownarrow    }{\mathord}{black diamond with down arrow}%
+\xUnicodeMathSymbol{"029EB}{\mdlgblklozenge           }{\mathbin}{black lozenge}%
+\xUnicodeMathSymbol{"029EC}{\circledownarrow          }{\mathord}{white circle with down arrow}%
+\xUnicodeMathSymbol{"029ED}{\blackcircledownarrow     }{\mathord}{black circle with down arrow}%
+\xUnicodeMathSymbol{"029EE}{\errbarsquare             }{\mathord}{error-barred white square}%
+\xUnicodeMathSymbol{"029EF}{\errbarblacksquare        }{\mathord}{error-barred black square}%
+\xUnicodeMathSymbol{"029F0}{\errbardiamond            }{\mathord}{error-barred white diamond}%
+\xUnicodeMathSymbol{"029F1}{\errbarblackdiamond       }{\mathord}{error-barred black diamond}%
+\xUnicodeMathSymbol{"029F2}{\errbarcircle             }{\mathord}{error-barred white circle}%
+\xUnicodeMathSymbol{"029F3}{\errbarblackcircle        }{\mathord}{error-barred black circle}%
+\xUnicodeMathSymbol{"029F4}{\ruledelayed              }{\mathrel}{rule-delayed}%
+\xUnicodeMathSymbol{"029F5}{\setminus                 }{\mathbin}{reverse solidus operator}%
+\xUnicodeMathSymbol{"029F6}{\dsol                     }{\mathbin}{solidus with overbar}%
+\xUnicodeMathSymbol{"029F7}{\rsolbar                  }{\mathbin}{reverse solidus with horizontal stroke}%
+\xUnicodeMathSymbol{"029F8}{\xsol                     }{\mathop}{big solidus}%
+\xUnicodeMathSymbol{"029F9}{\xbsol                    }{\mathop}{big reverse solidus}%
+\xUnicodeMathSymbol{"029FA}{\doubleplus               }{\mathbin}{double plus}%
+\xUnicodeMathSymbol{"029FB}{\tripleplus               }{\mathbin}{triple plus}%
+\xUnicodeMathSymbol{"029FC}{\lcurvyangle              }{\mathopen}{left pointing curved angle bracket}%
+\xUnicodeMathSymbol{"029FD}{\rcurvyangle              }{\mathclose}{right pointing curved angle bracket}%
+\xUnicodeMathSymbol{"029FE}{\tplus                    }{\mathbin}{tiny}%
+\xUnicodeMathSymbol{"029FF}{\tminus                   }{\mathbin}{miny}%
+\xUnicodeMathSymbol{"02A00}{\bigodot                  }{\mathop}{n-ary circled dot operator}%
+\xUnicodeMathSymbol{"02A01}{\bigoplus                 }{\mathop}{n-ary circled plus operator}%
+\xUnicodeMathSymbol{"02A02}{\bigotimes                }{\mathop}{n-ary circled times operator}%
+\xUnicodeMathSymbol{"02A03}{\bigcupdot                }{\mathop}{n-ary union operator with dot}%
+\xUnicodeMathSymbol{"02A04}{\biguplus                 }{\mathop}{n-ary union operator with plus}%
+\xUnicodeMathSymbol{"02A05}{\bigsqcap                 }{\mathop}{n-ary square intersection operator}%
+\xUnicodeMathSymbol{"02A06}{\bigsqcup                 }{\mathop}{n-ary square union operator}%
+\xUnicodeMathSymbol{"02A07}{\conjquant                }{\mathop}{two logical and operator}%
+\xUnicodeMathSymbol{"02A08}{\disjquant                }{\mathop}{two logical or operator}%
+\xUnicodeMathSymbol{"02A09}{\bigtimes                 }{\mathop}{n-ary times operator}%
+\xUnicodeMathSymbol{"02A0A}{\modtwosum                }{\mathop}{modulo two sum}%
+\xUnicodeMathSymbol{"02A0B}{\sumint                   }{\mathop}{summation with integral}%
+\xUnicodeMathSymbol{"02A0C}{\iiiint                   }{\mathop}{quadruple integral operator}%
+\xUnicodeMathSymbol{"02A0D}{\intbar                   }{\mathop}{finite part integral}%
+\xUnicodeMathSymbol{"02A0E}{\intBar                   }{\mathop}{integral with double stroke}%
+\xUnicodeMathSymbol{"02A0F}{\fint                     }{\mathop}{integral average with slash}%
+\xUnicodeMathSymbol{"02A10}{\cirfnint                 }{\mathop}{circulation function}%
+\xUnicodeMathSymbol{"02A11}{\awint                    }{\mathop}{anticlockwise integration}%
+\xUnicodeMathSymbol{"02A12}{\rppolint                 }{\mathop}{line integration with rectangular path around pole}%
+\xUnicodeMathSymbol{"02A13}{\scpolint                 }{\mathop}{line integration with semicircular path around pole}%
+\xUnicodeMathSymbol{"02A14}{\npolint                  }{\mathop}{line integration not including the pole}%
+\xUnicodeMathSymbol{"02A15}{\pointint                 }{\mathop}{integral around a point operator}%
+\xUnicodeMathSymbol{"02A16}{\sqint                    }{\mathop}{quaternion integral operator}%
+\xUnicodeMathSymbol{"02A17}{\intlarhk                 }{\mathop}{integral with leftwards arrow with hook}%
+\xUnicodeMathSymbol{"02A18}{\intx                     }{\mathop}{integral with times sign}%
+\xUnicodeMathSymbol{"02A19}{\intcap                   }{\mathop}{integral with intersection}%
+\xUnicodeMathSymbol{"02A1A}{\intcup                   }{\mathop}{integral with union}%
+\xUnicodeMathSymbol{"02A1B}{\upint                    }{\mathop}{integral with overbar}%
+\xUnicodeMathSymbol{"02A1C}{\lowint                   }{\mathop}{integral with underbar}%
+\xUnicodeMathSymbol{"02A1D}{\Join                     }{\mathop}{join}%
+\xUnicodeMathSymbol{"02A1E}{\bigtriangleleft          }{\mathop}{large left triangle operator}%
+\xUnicodeMathSymbol{"02A1F}{\zcmp                     }{\mathop}{z notation schema composition}%
+\xUnicodeMathSymbol{"02A20}{\zpipe                    }{\mathop}{z notation schema piping}%
+\xUnicodeMathSymbol{"02A21}{\zproject                 }{\mathop}{z notation schema projection}%
+\xUnicodeMathSymbol{"02A22}{\ringplus                 }{\mathbin}{plus sign with small circle above}%
+\xUnicodeMathSymbol{"02A23}{\plushat                  }{\mathbin}{plus sign with circumflex accent above}%
+\xUnicodeMathSymbol{"02A24}{\simplus                  }{\mathbin}{plus sign with tilde above}%
+\xUnicodeMathSymbol{"02A25}{\plusdot                  }{\mathbin}{plus sign with dot below}%
+\xUnicodeMathSymbol{"02A26}{\plussim                  }{\mathbin}{plus sign with tilde below}%
+\xUnicodeMathSymbol{"02A27}{\plussubtwo               }{\mathbin}{plus sign with subscript two}%
+\xUnicodeMathSymbol{"02A28}{\plustrif                 }{\mathbin}{plus sign with black triangle}%
+\xUnicodeMathSymbol{"02A29}{\commaminus               }{\mathbin}{minus sign with comma above}%
+\xUnicodeMathSymbol{"02A2A}{\minusdot                 }{\mathbin}{minus sign with dot below}%
+\xUnicodeMathSymbol{"02A2B}{\minusfdots               }{\mathbin}{minus sign with falling dots}%
+\xUnicodeMathSymbol{"02A2C}{\minusrdots               }{\mathbin}{minus sign with rising dots}%
+\xUnicodeMathSymbol{"02A2D}{\opluslhrim               }{\mathbin}{plus sign in left half circle}%
+\xUnicodeMathSymbol{"02A2E}{\oplusrhrim               }{\mathbin}{plus sign in right half circle}%
+\xUnicodeMathSymbol{"02A2F}{\vectimes                 }{\mathbin}{vector or cross product}%
+\xUnicodeMathSymbol{"02A30}{\dottimes                 }{\mathbin}{multiplication sign with dot above}%
+\xUnicodeMathSymbol{"02A31}{\timesbar                 }{\mathbin}{multiplication sign with underbar}%
+\xUnicodeMathSymbol{"02A32}{\btimes                   }{\mathbin}{semidirect product with bottom closed}%
+\xUnicodeMathSymbol{"02A33}{\smashtimes               }{\mathbin}{smash product}%
+\xUnicodeMathSymbol{"02A34}{\otimeslhrim              }{\mathbin}{multiplication sign in left half circle}%
+\xUnicodeMathSymbol{"02A35}{\otimesrhrim              }{\mathbin}{multiplication sign in right half circle}%
+\xUnicodeMathSymbol{"02A36}{\otimeshat                }{\mathbin}{circled multiplication sign with circumflex accent}%
+\xUnicodeMathSymbol{"02A37}{\Otimes                   }{\mathbin}{multiplication sign in double circle}%
+\xUnicodeMathSymbol{"02A38}{\odiv                     }{\mathbin}{circled division sign}%
+\xUnicodeMathSymbol{"02A39}{\triangleplus             }{\mathbin}{plus sign in triangle}%
+\xUnicodeMathSymbol{"02A3A}{\triangleminus            }{\mathbin}{minus sign in triangle}%
+\xUnicodeMathSymbol{"02A3B}{\triangletimes            }{\mathbin}{multiplication sign in triangle}%
+\xUnicodeMathSymbol{"02A3C}{\intprod                  }{\mathbin}{interior product}%
+\xUnicodeMathSymbol{"02A3D}{\intprodr                 }{\mathbin}{righthand interior product}%
+\xUnicodeMathSymbol{"02A3E}{\fcmp                     }{\mathbin}{z notation relational composition}%
+\xUnicodeMathSymbol{"02A3F}{\amalg                    }{\mathbin}{amalgamation or coproduct}%
+\xUnicodeMathSymbol{"02A40}{\capdot                   }{\mathbin}{intersection with dot}%
+\xUnicodeMathSymbol{"02A41}{\uminus                   }{\mathbin}{union with minus sign}%
+\xUnicodeMathSymbol{"02A42}{\barcup                   }{\mathbin}{union with overbar}%
+\xUnicodeMathSymbol{"02A43}{\barcap                   }{\mathbin}{intersection with overbar}%
+\xUnicodeMathSymbol{"02A44}{\capwedge                 }{\mathbin}{intersection with logical and}%
+\xUnicodeMathSymbol{"02A45}{\cupvee                   }{\mathbin}{union with logical or}%
+\xUnicodeMathSymbol{"02A46}{\cupovercap               }{\mathbin}{union above intersection}%
+\xUnicodeMathSymbol{"02A47}{\capovercup               }{\mathbin}{intersection above union}%
+\xUnicodeMathSymbol{"02A48}{\cupbarcap                }{\mathbin}{union above bar above intersection}%
+\xUnicodeMathSymbol{"02A49}{\capbarcup                }{\mathbin}{intersection above bar above union}%
+\xUnicodeMathSymbol{"02A4A}{\twocups                  }{\mathbin}{union beside and joined with union}%
+\xUnicodeMathSymbol{"02A4B}{\twocaps                  }{\mathbin}{intersection beside and joined with intersection}%
+\xUnicodeMathSymbol{"02A4C}{\closedvarcup             }{\mathbin}{closed union with serifs}%
+\xUnicodeMathSymbol{"02A4D}{\closedvarcap             }{\mathbin}{closed intersection with serifs}%
+\xUnicodeMathSymbol{"02A4E}{\Sqcap                    }{\mathbin}{double square intersection}%
+\xUnicodeMathSymbol{"02A4F}{\Sqcup                    }{\mathbin}{double square union}%
+\xUnicodeMathSymbol{"02A50}{\closedvarcupsmashprod    }{\mathbin}{closed union with serifs and smash product}%
+\xUnicodeMathSymbol{"02A51}{\wedgeodot                }{\mathbin}{logical and with dot above}%
+\xUnicodeMathSymbol{"02A52}{\veeodot                  }{\mathbin}{logical or with dot above}%
+\xUnicodeMathSymbol{"02A53}{\Wedge                    }{\mathbin}{double logical and}%
+\xUnicodeMathSymbol{"02A54}{\Vee                      }{\mathbin}{double logical or}%
+\xUnicodeMathSymbol{"02A55}{\wedgeonwedge             }{\mathbin}{two intersecting logical and}%
+\xUnicodeMathSymbol{"02A56}{\veeonvee                 }{\mathbin}{two intersecting logical or}%
+\xUnicodeMathSymbol{"02A57}{\bigslopedvee             }{\mathbin}{sloping large or}%
+\xUnicodeMathSymbol{"02A58}{\bigslopedwedge           }{\mathbin}{sloping large and}%
+\xUnicodeMathSymbol{"02A59}{\veeonwedge               }{\mathrel}{logical or overlapping logical and}%
+\xUnicodeMathSymbol{"02A5A}{\wedgemidvert             }{\mathbin}{logical and with middle stem}%
+\xUnicodeMathSymbol{"02A5B}{\veemidvert               }{\mathbin}{logical or with middle stem}%
+\xUnicodeMathSymbol{"02A5C}{\midbarwedge              }{\mathbin}{ogical and with horizontal dash}%
+\xUnicodeMathSymbol{"02A5D}{\midbarvee                }{\mathbin}{logical or with horizontal dash}%
+\xUnicodeMathSymbol{"02A5E}{\doublebarwedge           }{\mathbin}{logical and with double overbar}%
+\xUnicodeMathSymbol{"02A5F}{\wedgebar                 }{\mathbin}{logical and with underbar}%
+\xUnicodeMathSymbol{"02A60}{\wedgedoublebar           }{\mathbin}{logical and with double underbar}%
+\xUnicodeMathSymbol{"02A61}{\varveebar                }{\mathbin}{small vee with underbar}%
+\xUnicodeMathSymbol{"02A62}{\doublebarvee             }{\mathbin}{logical or with double overbar}%
+\xUnicodeMathSymbol{"02A63}{\veedoublebar             }{\mathbin}{logical or with double underbar}%
+\xUnicodeMathSymbol{"02A64}{\dsub                     }{\mathbin}{z notation domain antirestriction}%
+\xUnicodeMathSymbol{"02A65}{\rsub                     }{\mathbin}{z notation range antirestriction}%
+\xUnicodeMathSymbol{"02A66}{\eqdot                    }{\mathrel}{equals sign with dot below}%
+\xUnicodeMathSymbol{"02A67}{\dotequiv                 }{\mathrel}{identical with dot above}%
+\xUnicodeMathSymbol{"02A68}{\equivVert                }{\mathrel}{triple horizontal bar with double vertical stroke}%
+\xUnicodeMathSymbol{"02A69}{\equivVvert               }{\mathrel}{triple horizontal bar with triple vertical stroke}%
+\xUnicodeMathSymbol{"02A6A}{\dotsim                   }{\mathrel}{tilde operator with dot above}%
+\xUnicodeMathSymbol{"02A6B}{\simrdots                 }{\mathrel}{tilde operator with rising dots}%
+\xUnicodeMathSymbol{"02A6C}{\simminussim              }{\mathrel}{similar minus similar}%
+\xUnicodeMathSymbol{"02A6D}{\congdot                  }{\mathrel}{congruent with dot above}%
+\xUnicodeMathSymbol{"02A6E}{\asteq                    }{\mathrel}{equals with asterisk}%
+\xUnicodeMathSymbol{"02A6F}{\hatapprox                }{\mathrel}{almost equal to with circumflex accent}%
+\xUnicodeMathSymbol{"02A70}{\approxeqq                }{\mathrel}{approximately equal or equal to}%
+\xUnicodeMathSymbol{"02A71}{\eqqplus                  }{\mathbin}{equals sign above plus sign}%
+\xUnicodeMathSymbol{"02A72}{\pluseqq                  }{\mathbin}{plus sign above equals sign}%
+\xUnicodeMathSymbol{"02A73}{\eqqsim                   }{\mathrel}{equals sign above tilde operator}%
+\xUnicodeMathSymbol{"02A74}{\Coloneq                  }{\mathrel}{double colon equal}%
+\xUnicodeMathSymbol{"02A75}{\eqeq                     }{\mathrel}{two consecutive equals signs}%
+\xUnicodeMathSymbol{"02A76}{\eqeqeq                   }{\mathrel}{three consecutive equals signs}%
+\xUnicodeMathSymbol{"02A77}{\ddotseq                  }{\mathrel}{equals sign with two dots above and two dots below}%
+\xUnicodeMathSymbol{"02A78}{\equivDD                  }{\mathrel}{equivalent with four dots above}%
+\xUnicodeMathSymbol{"02A79}{\ltcir                    }{\mathrel}{less-than with circle inside}%
+\xUnicodeMathSymbol{"02A7A}{\gtcir                    }{\mathrel}{greater-than with circle inside}%
+\xUnicodeMathSymbol{"02A7B}{\ltquest                  }{\mathrel}{less-than with question mark above}%
+\xUnicodeMathSymbol{"02A7C}{\gtquest                  }{\mathrel}{greater-than with question mark above}%
+\xUnicodeMathSymbol{"02A7D}{\leqslant                 }{\mathrel}{less-than or slanted equal to}%
+\xUnicodeMathSymbol{"02A7E}{\geqslant                 }{\mathrel}{greater-than or slanted equal to}%
+\xUnicodeMathSymbol{"02A7F}{\lesdot                   }{\mathrel}{less-than or slanted equal to with dot inside}%
+\xUnicodeMathSymbol{"02A80}{\gesdot                   }{\mathrel}{greater-than or slanted equal to with dot inside}%
+\xUnicodeMathSymbol{"02A81}{\lesdoto                  }{\mathrel}{less-than or slanted equal to with dot above}%
+\xUnicodeMathSymbol{"02A82}{\gesdoto                  }{\mathrel}{greater-than or slanted equal to with dot above}%
+\xUnicodeMathSymbol{"02A83}{\lesdotor                 }{\mathrel}{less-than or slanted equal to with dot above right}%
+\xUnicodeMathSymbol{"02A84}{\gesdotol                 }{\mathrel}{greater-than or slanted equal to with dot above left}%
+\xUnicodeMathSymbol{"02A85}{\lessapprox               }{\mathrel}{less-than or approximate}%
+\xUnicodeMathSymbol{"02A86}{\gtrapprox                }{\mathrel}{greater-than or approximate}%
+\xUnicodeMathSymbol{"02A87}{\lneq                     }{\mathrel}{less-than and single-line not equal to}%
+\xUnicodeMathSymbol{"02A88}{\gneq                     }{\mathrel}{greater-than and single-line not equal to}%
+\xUnicodeMathSymbol{"02A89}{\lnapprox                 }{\mathrel}{less-than and not approximate}%
+\xUnicodeMathSymbol{"02A8A}{\gnapprox                 }{\mathrel}{greater-than and not approximate}%
+\xUnicodeMathSymbol{"02A8B}{\lesseqqgtr               }{\mathrel}{less-than above double-line equal above greater-than}%
+\xUnicodeMathSymbol{"02A8C}{\gtreqqless               }{\mathrel}{greater-than above double-line equal above less-than}%
+\xUnicodeMathSymbol{"02A8D}{\lsime                    }{\mathrel}{less-than above similar or equal}%
+\xUnicodeMathSymbol{"02A8E}{\gsime                    }{\mathrel}{greater-than above similar or equal}%
+\xUnicodeMathSymbol{"02A8F}{\lsimg                    }{\mathrel}{less-than above similar above greater-than}%
+\xUnicodeMathSymbol{"02A90}{\gsiml                    }{\mathrel}{greater-than above similar above less-than}%
+\xUnicodeMathSymbol{"02A91}{\lgE                      }{\mathrel}{less-than above greater-than above double-line equal}%
+\xUnicodeMathSymbol{"02A92}{\glE                      }{\mathrel}{greater-than above less-than above double-line equal}%
+\xUnicodeMathSymbol{"02A93}{\lesges                   }{\mathrel}{less-than above slanted equal above greater-than above slanted equal}%
+\xUnicodeMathSymbol{"02A94}{\gesles                   }{\mathrel}{greater-than above slanted equal above less-than above slanted equal}%
+\xUnicodeMathSymbol{"02A95}{\eqslantless              }{\mathrel}{slanted equal to or less-than}%
+\xUnicodeMathSymbol{"02A96}{\eqslantgtr               }{\mathrel}{slanted equal to or greater-than}%
+\xUnicodeMathSymbol{"02A97}{\elsdot                   }{\mathrel}{slanted equal to or less-than with dot inside}%
+\xUnicodeMathSymbol{"02A98}{\egsdot                   }{\mathrel}{slanted equal to or greater-than with dot inside}%
+\xUnicodeMathSymbol{"02A99}{\eqqless                  }{\mathrel}{double-line equal to or less-than}%
+\xUnicodeMathSymbol{"02A9A}{\eqqgtr                   }{\mathrel}{double-line equal to or greater-than}%
+\xUnicodeMathSymbol{"02A9B}{\eqqslantless             }{\mathrel}{double-line slanted equal to or less-than}%
+\xUnicodeMathSymbol{"02A9C}{\eqqslantgtr              }{\mathrel}{double-line slanted equal to or greater-than}%
+\xUnicodeMathSymbol{"02A9D}{\simless                  }{\mathrel}{similar or less-than}%
+\xUnicodeMathSymbol{"02A9E}{\simgtr                   }{\mathrel}{similar or greater-than}%
+\xUnicodeMathSymbol{"02A9F}{\simlE                    }{\mathrel}{similar above less-than above equals sign}%
+\xUnicodeMathSymbol{"02AA0}{\simgE                    }{\mathrel}{similar above greater-than above equals sign}%
+\xUnicodeMathSymbol{"02AA1}{\Lt                       }{\mathrel}{double nested less-than}%
+\xUnicodeMathSymbol{"02AA2}{\Gt                       }{\mathrel}{double nested greater-than}%
+\xUnicodeMathSymbol{"02AA3}{\partialmeetcontraction   }{\mathrel}{double less-than with underbar}%
+\xUnicodeMathSymbol{"02AA4}{\glj                      }{\mathrel}{greater-than overlapping less-than}%
+\xUnicodeMathSymbol{"02AA5}{\gla                      }{\mathrel}{greater-than beside less-than}%
+\xUnicodeMathSymbol{"02AA6}{\ltcc                     }{\mathrel}{less-than closed by curve}%
+\xUnicodeMathSymbol{"02AA7}{\gtcc                     }{\mathrel}{greater-than closed by curve}%
+\xUnicodeMathSymbol{"02AA8}{\lescc                    }{\mathrel}{less-than closed by curve above slanted equal}%
+\xUnicodeMathSymbol{"02AA9}{\gescc                    }{\mathrel}{greater-than closed by curve above slanted equal}%
+\xUnicodeMathSymbol{"02AAA}{\smt                      }{\mathrel}{smaller than}%
+\xUnicodeMathSymbol{"02AAB}{\lat                      }{\mathrel}{larger than}%
+\xUnicodeMathSymbol{"02AAC}{\smte                     }{\mathrel}{smaller than or equal to}%
+\xUnicodeMathSymbol{"02AAD}{\late                     }{\mathrel}{larger than or equal to}%
+\xUnicodeMathSymbol{"02AAE}{\bumpeqq                  }{\mathrel}{equals sign with bumpy above}%
+\xUnicodeMathSymbol{"02AAF}{\preceq                   }{\mathrel}{precedes above single-line equals sign}%
+\xUnicodeMathSymbol{"02AB0}{\succeq                   }{\mathrel}{succeeds above single-line equals sign}%
+\xUnicodeMathSymbol{"02AB1}{\precneq                  }{\mathrel}{precedes above single-line not equal to}%
+\xUnicodeMathSymbol{"02AB2}{\succneq                  }{\mathrel}{succeeds above single-line not equal to}%
+\xUnicodeMathSymbol{"02AB3}{\preceqq                  }{\mathrel}{precedes above equals sign}%
+\xUnicodeMathSymbol{"02AB4}{\succeqq                  }{\mathrel}{succeeds above equals sign}%
+\xUnicodeMathSymbol{"02AB5}{\precneqq                 }{\mathrel}{precedes above not equal to}%
+\xUnicodeMathSymbol{"02AB6}{\succneqq                 }{\mathrel}{succeeds above not equal to}%
+\xUnicodeMathSymbol{"02AB7}{\precapprox               }{\mathrel}{precedes above almost equal to}%
+\xUnicodeMathSymbol{"02AB8}{\succapprox               }{\mathrel}{succeeds above almost equal to}%
+\xUnicodeMathSymbol{"02AB9}{\precnapprox              }{\mathrel}{precedes above not almost equal to}%
+\xUnicodeMathSymbol{"02ABA}{\succnapprox              }{\mathrel}{succeeds above not almost equal to}%
+\xUnicodeMathSymbol{"02ABB}{\Prec                     }{\mathrel}{double precedes}%
+\xUnicodeMathSymbol{"02ABC}{\Succ                     }{\mathrel}{double succeeds}%
+\xUnicodeMathSymbol{"02ABD}{\subsetdot                }{\mathrel}{subset with dot}%
+\xUnicodeMathSymbol{"02ABE}{\supsetdot                }{\mathrel}{superset with dot}%
+\xUnicodeMathSymbol{"02ABF}{\subsetplus               }{\mathrel}{subset with plus sign below}%
+\xUnicodeMathSymbol{"02AC0}{\supsetplus               }{\mathrel}{superset with plus sign below}%
+\xUnicodeMathSymbol{"02AC1}{\submult                  }{\mathrel}{subset with multiplication sign below}%
+\xUnicodeMathSymbol{"02AC2}{\supmult                  }{\mathrel}{superset with multiplication sign below}%
+\xUnicodeMathSymbol{"02AC3}{\subedot                  }{\mathrel}{subset of or equal to with dot above}%
+\xUnicodeMathSymbol{"02AC4}{\supedot                  }{\mathrel}{superset of or equal to with dot above}%
+\xUnicodeMathSymbol{"02AC5}{\subseteqq                }{\mathrel}{subset of above equals sign}%
+\xUnicodeMathSymbol{"02AC6}{\supseteqq                }{\mathrel}{superset of above equals sign}%
+\xUnicodeMathSymbol{"02AC7}{\subsim                   }{\mathrel}{subset of above tilde operator}%
+\xUnicodeMathSymbol{"02AC8}{\supsim                   }{\mathrel}{superset of above tilde operator}%
+\xUnicodeMathSymbol{"02AC9}{\subsetapprox             }{\mathrel}{subset of above almost equal to}%
+\xUnicodeMathSymbol{"02ACA}{\supsetapprox             }{\mathrel}{superset of above almost equal to}%
+\xUnicodeMathSymbol{"02ACB}{\subsetneqq               }{\mathrel}{subset of above not equal to}%
+\xUnicodeMathSymbol{"02ACC}{\supsetneqq               }{\mathrel}{superset of above not equal to}%
+\xUnicodeMathSymbol{"02ACD}{\lsqhook                  }{\mathrel}{square left open box operator}%
+\xUnicodeMathSymbol{"02ACE}{\rsqhook                  }{\mathrel}{square right open box operator}%
+\xUnicodeMathSymbol{"02ACF}{\csub                     }{\mathrel}{closed subset}%
+\xUnicodeMathSymbol{"02AD0}{\csup                     }{\mathrel}{closed superset}%
+\xUnicodeMathSymbol{"02AD1}{\csube                    }{\mathrel}{closed subset or equal to}%
+\xUnicodeMathSymbol{"02AD2}{\csupe                    }{\mathrel}{closed superset or equal to}%
+\xUnicodeMathSymbol{"02AD3}{\subsup                   }{\mathrel}{subset above superset}%
+\xUnicodeMathSymbol{"02AD4}{\supsub                   }{\mathrel}{superset above subset}%
+\xUnicodeMathSymbol{"02AD5}{\subsub                   }{\mathrel}{subset above subset}%
+\xUnicodeMathSymbol{"02AD6}{\supsup                   }{\mathrel}{superset above superset}%
+\xUnicodeMathSymbol{"02AD7}{\suphsub                  }{\mathrel}{superset beside subset}%
+\xUnicodeMathSymbol{"02AD8}{\supdsub                  }{\mathrel}{superset beside and joined by dash with subset}%
+\xUnicodeMathSymbol{"02AD9}{\forkv                    }{\mathrel}{element of opening downwards}%
+\xUnicodeMathSymbol{"02ADA}{\topfork                  }{\mathrel}{pitchfork with tee top}%
+\xUnicodeMathSymbol{"02ADB}{\mlcp                     }{\mathrel}{transversal intersection}%
+\xUnicodeMathSymbol{"02ADC}{\forks                    }{\mathrel}{forking}%
+\xUnicodeMathSymbol{"02ADD}{\forksnot                 }{\mathrel}{nonforking}%
+\xUnicodeMathSymbol{"02ADE}{\shortlefttack            }{\mathrel}{short left tack}%
+\xUnicodeMathSymbol{"02ADF}{\shortdowntack            }{\mathrel}{short down tack}%
+\xUnicodeMathSymbol{"02AE0}{\shortuptack              }{\mathrel}{short up tack}%
+\xUnicodeMathSymbol{"02AE1}{\perps                    }{\mathord}{perpendicular with s}%
+\xUnicodeMathSymbol{"02AE2}{\vDdash                   }{\mathrel}{vertical bar triple right turnstile}%
+\xUnicodeMathSymbol{"02AE3}{\dashV                    }{\mathrel}{double vertical bar left turnstile}%
+\xUnicodeMathSymbol{"02AE4}{\Dashv                    }{\mathrel}{vertical bar double left turnstile}%
+\xUnicodeMathSymbol{"02AE5}{\DashV                    }{\mathrel}{double vertical bar double left turnstile}%
+\xUnicodeMathSymbol{"02AE6}{\varVdash                 }{\mathrel}{long dash from left member of double vertical}%
+\xUnicodeMathSymbol{"02AE7}{\Barv                     }{\mathrel}{short down tack with overbar}%
+\xUnicodeMathSymbol{"02AE8}{\vBar                     }{\mathrel}{short up tack with underbar}%
+\xUnicodeMathSymbol{"02AE9}{\vBarv                    }{\mathrel}{short up tack above short down tack}%
+\xUnicodeMathSymbol{"02AEA}{\barV                     }{\mathrel}{double down tack}%
+\xUnicodeMathSymbol{"02AEB}{\Vbar                     }{\mathrel}{double up tack}%
+\xUnicodeMathSymbol{"02AEC}{\Not                      }{\mathrel}{double stroke not sign}%
+\xUnicodeMathSymbol{"02AED}{\bNot                     }{\mathrel}{reversed double stroke not sign}%
+\xUnicodeMathSymbol{"02AEE}{\revnmid                  }{\mathrel}{does not divide with reversed negation slash}%
+\xUnicodeMathSymbol{"02AEF}{\cirmid                   }{\mathrel}{vertical line with circle above}%
+\xUnicodeMathSymbol{"02AF0}{\midcir                   }{\mathrel}{vertical line with circle below}%
+\xUnicodeMathSymbol{"02AF1}{\topcir                   }{\mathord}{down tack with circle below}%
+\xUnicodeMathSymbol{"02AF2}{\nhpar                    }{\mathrel}{parallel with horizontal stroke}%
+\xUnicodeMathSymbol{"02AF3}{\parsim                   }{\mathrel}{parallel with tilde operator}%
+\xUnicodeMathSymbol{"02AF4}{\interleave               }{\mathbin}{triple vertical bar binary relation}%
+\xUnicodeMathSymbol{"02AF5}{\nhVvert                  }{\mathbin}{triple vertical bar with horizontal stroke}%
+\xUnicodeMathSymbol{"02AF6}{\threedotcolon            }{\mathbin}{triple colon operator}%
+\xUnicodeMathSymbol{"02AF7}{\lllnest                  }{\mathrel}{stacked very much less-than}%
+\xUnicodeMathSymbol{"02AF8}{\gggnest                  }{\mathrel}{stacked very much greater-than}%
+\xUnicodeMathSymbol{"02AF9}{\leqqslant                }{\mathrel}{double-line slanted less-than or equal to}%
+\xUnicodeMathSymbol{"02AFA}{\geqqslant                }{\mathrel}{double-line slanted greater-than or equal to}%
+\xUnicodeMathSymbol{"02AFB}{\trslash                  }{\mathbin}{triple solidus binary relation}%
+\xUnicodeMathSymbol{"02AFC}{\biginterleave            }{\mathop}{large triple vertical bar operator}%
+\xUnicodeMathSymbol{"02AFD}{\sslash                   }{\mathbin}{double solidus operator}%
+\xUnicodeMathSymbol{"02AFE}{\talloblong               }{\mathbin}{white vertical bar}%
+\xUnicodeMathSymbol{"02AFF}{\bigtalloblong            }{\mathop}{n-ary white vertical bar}%
+\xUnicodeMathSymbol{"02B12}{\squaretopblack           }{\mathord}{square with top half black}%
+\xUnicodeMathSymbol{"02B13}{\squarebotblack           }{\mathord}{square with bottom half black}%
+\xUnicodeMathSymbol{"02B14}{\squareurblack            }{\mathord}{square with upper right diagonal half black}%
+\xUnicodeMathSymbol{"02B15}{\squarellblack            }{\mathord}{square with lower left diagonal half black}%
+\xUnicodeMathSymbol{"02B16}{\diamondleftblack         }{\mathord}{diamond with left half black}%
+\xUnicodeMathSymbol{"02B17}{\diamondrightblack        }{\mathord}{diamond with right half black}%
+\xUnicodeMathSymbol{"02B18}{\diamondtopblack          }{\mathord}{diamond with top half black}%
+\xUnicodeMathSymbol{"02B19}{\diamondbotblack          }{\mathord}{diamond with bottom half black}%
+\xUnicodeMathSymbol{"02B1A}{\dottedsquare             }{\mathord}{dotted square}%
+\xUnicodeMathSymbol{"02B1B}{\lgblksquare              }{\mathord}{black large square}%
+\xUnicodeMathSymbol{"02B1C}{\lgwhtsquare              }{\mathord}{white large square}%
+\xUnicodeMathSymbol{"02B1D}{\vysmblksquare            }{\mathord}{black very small square}%
+\xUnicodeMathSymbol{"02B1E}{\vysmwhtsquare            }{\mathord}{white very small square}%
+\xUnicodeMathSymbol{"02B1F}{\pentagonblack            }{\mathord}{black pentagon}%
+\xUnicodeMathSymbol{"02B20}{\pentagon                 }{\mathord}{white pentagon}%
+\xUnicodeMathSymbol{"02B21}{\varhexagon               }{\mathord}{white hexagon}%
+\xUnicodeMathSymbol{"02B22}{\varhexagonblack          }{\mathord}{black hexagon}%
+\xUnicodeMathSymbol{"02B23}{\hexagonblack             }{\mathord}{horizontal black hexagon}%
+\xUnicodeMathSymbol{"02B24}{\lgblkcircle              }{\mathord}{black large circle}%
+\xUnicodeMathSymbol{"02B25}{\mdblkdiamond             }{\mathord}{black medium diamond}%
+\xUnicodeMathSymbol{"02B26}{\mdwhtdiamond             }{\mathord}{white medium diamond}%
+\xUnicodeMathSymbol{"02B27}{\mdblklozenge             }{\mathord}{black medium lozenge}%
+\xUnicodeMathSymbol{"02B28}{\mdwhtlozenge             }{\mathord}{white medium lozenge}%
+\xUnicodeMathSymbol{"02B29}{\smblkdiamond             }{\mathord}{black small diamond}%
+\xUnicodeMathSymbol{"02B2A}{\smblklozenge             }{\mathord}{black small lozenge}%
+\xUnicodeMathSymbol{"02B2B}{\smwhtlozenge             }{\mathord}{white small lozenge}%
+\xUnicodeMathSymbol{"02B2C}{\blkhorzoval              }{\mathord}{black horizontal ellipse}%
+\xUnicodeMathSymbol{"02B2D}{\whthorzoval              }{\mathord}{white horizontal ellipse}%
+\xUnicodeMathSymbol{"02B2E}{\blkvertoval              }{\mathord}{black vertical ellipse}%
+\xUnicodeMathSymbol{"02B2F}{\whtvertoval              }{\mathord}{white vertical ellipse}%
+\xUnicodeMathSymbol{"02B30}{\circleonleftarrow        }{\mathrel}{left arrow with small circle}%
+\xUnicodeMathSymbol{"02B31}{\leftthreearrows          }{\mathrel}{three leftwards arrows}%
+\xUnicodeMathSymbol{"02B32}{\leftarrowonoplus         }{\mathrel}{left arrow with circled plus}%
+\xUnicodeMathSymbol{"02B33}{\longleftsquigarrow       }{\mathrel}{long leftwards squiggle arrow}%
+\xUnicodeMathSymbol{"02B34}{\nvtwoheadleftarrow       }{\mathrel}{leftwards two-headed arrow with vertical stroke}%
+\xUnicodeMathSymbol{"02B35}{\nVtwoheadleftarrow       }{\mathrel}{leftwards two-headed arrow with double vertical stroke}%
+\xUnicodeMathSymbol{"02B36}{\twoheadmapsfrom          }{\mathrel}{leftwards two-headed arrow from bar}%
+\xUnicodeMathSymbol{"02B37}{\twoheadleftdbkarrow      }{\mathrel}{leftwards two-headed triple-dash arrow}%
+\xUnicodeMathSymbol{"02B38}{\leftdotarrow             }{\mathrel}{leftwards arrow with dotted stem}%
+\xUnicodeMathSymbol{"02B39}{\nvleftarrowtail          }{\mathrel}{leftwards arrow with tail with vertical stroke}%
+\xUnicodeMathSymbol{"02B3A}{\nVleftarrowtail          }{\mathrel}{leftwards arrow with tail with double vertical stroke}%
+\xUnicodeMathSymbol{"02B3B}{\twoheadleftarrowtail     }{\mathrel}{leftwards two-headed arrow with tail}%
+\xUnicodeMathSymbol{"02B3C}{\nvtwoheadleftarrowtail   }{\mathrel}{leftwards two-headed arrow with tail with vertical stroke}%
+\xUnicodeMathSymbol{"02B3D}{\nVtwoheadleftarrowtail   }{\mathrel}{leftwards two-headed arrow with tail with double vertical stroke}%
+\xUnicodeMathSymbol{"02B3E}{\leftarrowx               }{\mathrel}{leftwards arrow through x}%
+\xUnicodeMathSymbol{"02B3F}{\leftcurvedarrow          }{\mathrel}{wave arrow pointing directly left}%
+\xUnicodeMathSymbol{"02B40}{\equalleftarrow           }{\mathrel}{equals sign above leftwards arrow}%
+\xUnicodeMathSymbol{"02B41}{\bsimilarleftarrow        }{\mathrel}{reverse tilde operator above leftwards arrow}%
+\xUnicodeMathSymbol{"02B42}{\leftarrowbackapprox      }{\mathrel}{leftwards arrow above reverse almost equal to}%
+\xUnicodeMathSymbol{"02B43}{\rightarrowgtr            }{\mathrel}{rightwards arrow through greater-than}%
+\xUnicodeMathSymbol{"02B44}{\rightarrowsupset         }{\mathrel}{rightwards arrow through subset}%
+\xUnicodeMathSymbol{"02B45}{\LLeftarrow               }{\mathrel}{leftwards quadruple arrow}%
+\xUnicodeMathSymbol{"02B46}{\RRightarrow              }{\mathrel}{rightwards quadruple arrow}%
+\xUnicodeMathSymbol{"02B47}{\bsimilarrightarrow       }{\mathrel}{reverse tilde operator above rightwards arrow}%
+\xUnicodeMathSymbol{"02B48}{\rightarrowbackapprox     }{\mathrel}{rightwards arrow above reverse almost equal to}%
+\xUnicodeMathSymbol{"02B49}{\similarleftarrow         }{\mathrel}{tilde operator above leftwards arrow}%
+\xUnicodeMathSymbol{"02B4A}{\leftarrowapprox          }{\mathrel}{leftwards arrow above almost equal to}%
+\xUnicodeMathSymbol{"02B4B}{\leftarrowbsimilar        }{\mathrel}{leftwards arrow above reverse tilde operator}%
+\xUnicodeMathSymbol{"02B4C}{\rightarrowbsimilar       }{\mathrel}{righttwards arrow above reverse tilde operator}%
+\xUnicodeMathSymbol{"02B50}{\medwhitestar             }{\mathord}{white medium star}%
+\xUnicodeMathSymbol{"02B51}{\medblackstar             }{\mathord}{black medium star}%
+\xUnicodeMathSymbol{"02B52}{\smwhitestar              }{\mathord}{white small star}%
+\xUnicodeMathSymbol{"02B53}{\rightpentagonblack       }{\mathord}{black right-pointing pentagon}%
+\xUnicodeMathSymbol{"02B54}{\rightpentagon            }{\mathord}{white right-pointing pentagon}%
+\xUnicodeMathSymbol{"03012}{\postalmark               }{\mathord}{postal mark}%
+\xUnicodeMathSymbol{"03030}{\hzigzag                  }{\mathord}{zigzag}%
+\xUnicodeMathSymbol{"1D400}{\mbfA                     }{\mathalpha}{mathematical bold capital a}%
+\xUnicodeMathSymbol{"1D401}{\mbfB                     }{\mathalpha}{mathematical bold capital b}%
+\xUnicodeMathSymbol{"1D402}{\mbfC                     }{\mathalpha}{mathematical bold capital c}%
+\xUnicodeMathSymbol{"1D403}{\mbfD                     }{\mathalpha}{mathematical bold capital d}%
+\xUnicodeMathSymbol{"1D404}{\mbfE                     }{\mathalpha}{mathematical bold capital e}%
+\xUnicodeMathSymbol{"1D405}{\mbfF                     }{\mathalpha}{mathematical bold capital f}%
+\xUnicodeMathSymbol{"1D406}{\mbfG                     }{\mathalpha}{mathematical bold capital g}%
+\xUnicodeMathSymbol{"1D407}{\mbfH                     }{\mathalpha}{mathematical bold capital h}%
+\xUnicodeMathSymbol{"1D408}{\mbfI                     }{\mathalpha}{mathematical bold capital i}%
+\xUnicodeMathSymbol{"1D409}{\mbfJ                     }{\mathalpha}{mathematical bold capital j}%
+\xUnicodeMathSymbol{"1D40A}{\mbfK                     }{\mathalpha}{mathematical bold capital k}%
+\xUnicodeMathSymbol{"1D40B}{\mbfL                     }{\mathalpha}{mathematical bold capital l}%
+\xUnicodeMathSymbol{"1D40C}{\mbfM                     }{\mathalpha}{mathematical bold capital m}%
+\xUnicodeMathSymbol{"1D40D}{\mbfN                     }{\mathalpha}{mathematical bold capital n}%
+\xUnicodeMathSymbol{"1D40E}{\mbfO                     }{\mathalpha}{mathematical bold capital o}%
+\xUnicodeMathSymbol{"1D40F}{\mbfP                     }{\mathalpha}{mathematical bold capital p}%
+\xUnicodeMathSymbol{"1D410}{\mbfQ                     }{\mathalpha}{mathematical bold capital q}%
+\xUnicodeMathSymbol{"1D411}{\mbfR                     }{\mathalpha}{mathematical bold capital r}%
+\xUnicodeMathSymbol{"1D412}{\mbfS                     }{\mathalpha}{mathematical bold capital s}%
+\xUnicodeMathSymbol{"1D413}{\mbfT                     }{\mathalpha}{mathematical bold capital t}%
+\xUnicodeMathSymbol{"1D414}{\mbfU                     }{\mathalpha}{mathematical bold capital u}%
+\xUnicodeMathSymbol{"1D415}{\mbfV                     }{\mathalpha}{mathematical bold capital v}%
+\xUnicodeMathSymbol{"1D416}{\mbfW                     }{\mathalpha}{mathematical bold capital w}%
+\xUnicodeMathSymbol{"1D417}{\mbfX                     }{\mathalpha}{mathematical bold capital x}%
+\xUnicodeMathSymbol{"1D418}{\mbfY                     }{\mathalpha}{mathematical bold capital y}%
+\xUnicodeMathSymbol{"1D419}{\mbfZ                     }{\mathalpha}{mathematical bold capital z}%
+\xUnicodeMathSymbol{"1D41A}{\mbfa                     }{\mathalpha}{mathematical bold small a}%
+\xUnicodeMathSymbol{"1D41B}{\mbfb                     }{\mathalpha}{mathematical bold small b}%
+\xUnicodeMathSymbol{"1D41C}{\mbfc                     }{\mathalpha}{mathematical bold small c}%
+\xUnicodeMathSymbol{"1D41D}{\mbfd                     }{\mathalpha}{mathematical bold small d}%
+\xUnicodeMathSymbol{"1D41E}{\mbfe                     }{\mathalpha}{mathematical bold small e}%
+\xUnicodeMathSymbol{"1D41F}{\mbff                     }{\mathalpha}{mathematical bold small f}%
+\xUnicodeMathSymbol{"1D420}{\mbfg                     }{\mathalpha}{mathematical bold small g}%
+\xUnicodeMathSymbol{"1D421}{\mbfh                     }{\mathalpha}{mathematical bold small h}%
+\xUnicodeMathSymbol{"1D422}{\mbfi                     }{\mathalpha}{mathematical bold small i}%
+\xUnicodeMathSymbol{"1D423}{\mbfj                     }{\mathalpha}{mathematical bold small j}%
+\xUnicodeMathSymbol{"1D424}{\mbfk                     }{\mathalpha}{mathematical bold small k}%
+\xUnicodeMathSymbol{"1D425}{\mbfl                     }{\mathalpha}{mathematical bold small l}%
+\xUnicodeMathSymbol{"1D426}{\mbfm                     }{\mathalpha}{mathematical bold small m}%
+\xUnicodeMathSymbol{"1D427}{\mbfn                     }{\mathalpha}{mathematical bold small n}%
+\xUnicodeMathSymbol{"1D428}{\mbfo                     }{\mathalpha}{mathematical bold small o}%
+\xUnicodeMathSymbol{"1D429}{\mbfp                     }{\mathalpha}{mathematical bold small p}%
+\xUnicodeMathSymbol{"1D42A}{\mbfq                     }{\mathalpha}{mathematical bold small q}%
+\xUnicodeMathSymbol{"1D42B}{\mbfr                     }{\mathalpha}{mathematical bold small r}%
+\xUnicodeMathSymbol{"1D42C}{\mbfs                     }{\mathalpha}{mathematical bold small s}%
+\xUnicodeMathSymbol{"1D42D}{\mbft                     }{\mathalpha}{mathematical bold small t}%
+\xUnicodeMathSymbol{"1D42E}{\mbfu                     }{\mathalpha}{mathematical bold small u}%
+\xUnicodeMathSymbol{"1D42F}{\mbfv                     }{\mathalpha}{mathematical bold small v}%
+\xUnicodeMathSymbol{"1D430}{\mbfw                     }{\mathalpha}{mathematical bold small w}%
+\xUnicodeMathSymbol{"1D431}{\mbfx                     }{\mathalpha}{mathematical bold small x}%
+\xUnicodeMathSymbol{"1D432}{\mbfy                     }{\mathalpha}{mathematical bold small y}%
+\xUnicodeMathSymbol{"1D433}{\mbfz                     }{\mathalpha}{mathematical bold small z}%
+\xUnicodeMathSymbol{"1D434}{\mitA                     }{\mathalpha}{mathematical italic capital a}%
+\xUnicodeMathSymbol{"1D435}{\mitB                     }{\mathalpha}{mathematical italic capital b}%
+\xUnicodeMathSymbol{"1D436}{\mitC                     }{\mathalpha}{mathematical italic capital c}%
+\xUnicodeMathSymbol{"1D437}{\mitD                     }{\mathalpha}{mathematical italic capital d}%
+\xUnicodeMathSymbol{"1D438}{\mitE                     }{\mathalpha}{mathematical italic capital e}%
+\xUnicodeMathSymbol{"1D439}{\mitF                     }{\mathalpha}{mathematical italic capital f}%
+\xUnicodeMathSymbol{"1D43A}{\mitG                     }{\mathalpha}{mathematical italic capital g}%
+\xUnicodeMathSymbol{"1D43B}{\mitH                     }{\mathalpha}{mathematical italic capital h}%
+\xUnicodeMathSymbol{"1D43C}{\mitI                     }{\mathalpha}{mathematical italic capital i}%
+\xUnicodeMathSymbol{"1D43D}{\mitJ                     }{\mathalpha}{mathematical italic capital j}%
+\xUnicodeMathSymbol{"1D43E}{\mitK                     }{\mathalpha}{mathematical italic capital k}%
+\xUnicodeMathSymbol{"1D43F}{\mitL                     }{\mathalpha}{mathematical italic capital l}%
+\xUnicodeMathSymbol{"1D440}{\mitM                     }{\mathalpha}{mathematical italic capital m}%
+\xUnicodeMathSymbol{"1D441}{\mitN                     }{\mathalpha}{mathematical italic capital n}%
+\xUnicodeMathSymbol{"1D442}{\mitO                     }{\mathalpha}{mathematical italic capital o}%
+\xUnicodeMathSymbol{"1D443}{\mitP                     }{\mathalpha}{mathematical italic capital p}%
+\xUnicodeMathSymbol{"1D444}{\mitQ                     }{\mathalpha}{mathematical italic capital q}%
+\xUnicodeMathSymbol{"1D445}{\mitR                     }{\mathalpha}{mathematical italic capital r}%
+\xUnicodeMathSymbol{"1D446}{\mitS                     }{\mathalpha}{mathematical italic capital s}%
+\xUnicodeMathSymbol{"1D447}{\mitT                     }{\mathalpha}{mathematical italic capital t}%
+\xUnicodeMathSymbol{"1D448}{\mitU                     }{\mathalpha}{mathematical italic capital u}%
+\xUnicodeMathSymbol{"1D449}{\mitV                     }{\mathalpha}{mathematical italic capital v}%
+\xUnicodeMathSymbol{"1D44A}{\mitW                     }{\mathalpha}{mathematical italic capital w}%
+\xUnicodeMathSymbol{"1D44B}{\mitX                     }{\mathalpha}{mathematical italic capital x}%
+\xUnicodeMathSymbol{"1D44C}{\mitY                     }{\mathalpha}{mathematical italic capital y}%
+\xUnicodeMathSymbol{"1D44D}{\mitZ                     }{\mathalpha}{mathematical italic capital z}%
+\xUnicodeMathSymbol{"1D44E}{\mita                     }{\mathalpha}{mathematical italic small a}%
+\xUnicodeMathSymbol{"1D44F}{\mitb                     }{\mathalpha}{mathematical italic small b}%
+\xUnicodeMathSymbol{"1D450}{\mitc                     }{\mathalpha}{mathematical italic small c}%
+\xUnicodeMathSymbol{"1D451}{\mitd                     }{\mathalpha}{mathematical italic small d}%
+\xUnicodeMathSymbol{"1D452}{\mite                     }{\mathalpha}{mathematical italic small e}%
+\xUnicodeMathSymbol{"1D453}{\mitf                     }{\mathalpha}{mathematical italic small f}%
+\xUnicodeMathSymbol{"1D454}{\mitg                     }{\mathalpha}{mathematical italic small g}%
+\xUnicodeMathSymbol{"1D456}{\miti                     }{\mathalpha}{mathematical italic small i}%
+\xUnicodeMathSymbol{"1D457}{\mitj                     }{\mathalpha}{mathematical italic small j}%
+\xUnicodeMathSymbol{"1D458}{\mitk                     }{\mathalpha}{mathematical italic small k}%
+\xUnicodeMathSymbol{"1D459}{\mitl                     }{\mathalpha}{mathematical italic small l}%
+\xUnicodeMathSymbol{"1D45A}{\mitm                     }{\mathalpha}{mathematical italic small m}%
+\xUnicodeMathSymbol{"1D45B}{\mitn                     }{\mathalpha}{mathematical italic small n}%
+\xUnicodeMathSymbol{"1D45C}{\mito                     }{\mathalpha}{mathematical italic small o}%
+\xUnicodeMathSymbol{"1D45D}{\mitp                     }{\mathalpha}{mathematical italic small p}%
+\xUnicodeMathSymbol{"1D45E}{\mitq                     }{\mathalpha}{mathematical italic small q}%
+\xUnicodeMathSymbol{"1D45F}{\mitr                     }{\mathalpha}{mathematical italic small r}%
+\xUnicodeMathSymbol{"1D460}{\mits                     }{\mathalpha}{mathematical italic small s}%
+\xUnicodeMathSymbol{"1D461}{\mitt                     }{\mathalpha}{mathematical italic small t}%
+\xUnicodeMathSymbol{"1D462}{\mitu                     }{\mathalpha}{mathematical italic small u}%
+\xUnicodeMathSymbol{"1D463}{\mitv                     }{\mathalpha}{mathematical italic small v}%
+\xUnicodeMathSymbol{"1D464}{\mitw                     }{\mathalpha}{mathematical italic small w}%
+\xUnicodeMathSymbol{"1D465}{\mitx                     }{\mathalpha}{mathematical italic small x}%
+\xUnicodeMathSymbol{"1D466}{\mity                     }{\mathalpha}{mathematical italic small y}%
+\xUnicodeMathSymbol{"1D467}{\mitz                     }{\mathalpha}{mathematical italic small z}%
+\xUnicodeMathSymbol{"1D468}{\mbfitA                   }{\mathalpha}{mathematical bold italic capital a}%
+\xUnicodeMathSymbol{"1D469}{\mbfitB                   }{\mathalpha}{mathematical bold italic capital b}%
+\xUnicodeMathSymbol{"1D46A}{\mbfitC                   }{\mathalpha}{mathematical bold italic capital c}%
+\xUnicodeMathSymbol{"1D46B}{\mbfitD                   }{\mathalpha}{mathematical bold italic capital d}%
+\xUnicodeMathSymbol{"1D46C}{\mbfitE                   }{\mathalpha}{mathematical bold italic capital e}%
+\xUnicodeMathSymbol{"1D46D}{\mbfitF                   }{\mathalpha}{mathematical bold italic capital f}%
+\xUnicodeMathSymbol{"1D46E}{\mbfitG                   }{\mathalpha}{mathematical bold italic capital g}%
+\xUnicodeMathSymbol{"1D46F}{\mbfitH                   }{\mathalpha}{mathematical bold italic capital h}%
+\xUnicodeMathSymbol{"1D470}{\mbfitI                   }{\mathalpha}{mathematical bold italic capital i}%
+\xUnicodeMathSymbol{"1D471}{\mbfitJ                   }{\mathalpha}{mathematical bold italic capital j}%
+\xUnicodeMathSymbol{"1D472}{\mbfitK                   }{\mathalpha}{mathematical bold italic capital k}%
+\xUnicodeMathSymbol{"1D473}{\mbfitL                   }{\mathalpha}{mathematical bold italic capital l}%
+\xUnicodeMathSymbol{"1D474}{\mbfitM                   }{\mathalpha}{mathematical bold italic capital m}%
+\xUnicodeMathSymbol{"1D475}{\mbfitN                   }{\mathalpha}{mathematical bold italic capital n}%
+\xUnicodeMathSymbol{"1D476}{\mbfitO                   }{\mathalpha}{mathematical bold italic capital o}%
+\xUnicodeMathSymbol{"1D477}{\mbfitP                   }{\mathalpha}{mathematical bold italic capital p}%
+\xUnicodeMathSymbol{"1D478}{\mbfitQ                   }{\mathalpha}{mathematical bold italic capital q}%
+\xUnicodeMathSymbol{"1D479}{\mbfitR                   }{\mathalpha}{mathematical bold italic capital r}%
+\xUnicodeMathSymbol{"1D47A}{\mbfitS                   }{\mathalpha}{mathematical bold italic capital s}%
+\xUnicodeMathSymbol{"1D47B}{\mbfitT                   }{\mathalpha}{mathematical bold italic capital t}%
+\xUnicodeMathSymbol{"1D47C}{\mbfitU                   }{\mathalpha}{mathematical bold italic capital u}%
+\xUnicodeMathSymbol{"1D47D}{\mbfitV                   }{\mathalpha}{mathematical bold italic capital v}%
+\xUnicodeMathSymbol{"1D47E}{\mbfitW                   }{\mathalpha}{mathematical bold italic capital w}%
+\xUnicodeMathSymbol{"1D47F}{\mbfitX                   }{\mathalpha}{mathematical bold italic capital x}%
+\xUnicodeMathSymbol{"1D480}{\mbfitY                   }{\mathalpha}{mathematical bold italic capital y}%
+\xUnicodeMathSymbol{"1D481}{\mbfitZ                   }{\mathalpha}{mathematical bold italic capital z}%
+\xUnicodeMathSymbol{"1D482}{\mbfita                   }{\mathalpha}{mathematical bold italic small a}%
+\xUnicodeMathSymbol{"1D483}{\mbfitb                   }{\mathalpha}{mathematical bold italic small b}%
+\xUnicodeMathSymbol{"1D484}{\mbfitc                   }{\mathalpha}{mathematical bold italic small c}%
+\xUnicodeMathSymbol{"1D485}{\mbfitd                   }{\mathalpha}{mathematical bold italic small d}%
+\xUnicodeMathSymbol{"1D486}{\mbfite                   }{\mathalpha}{mathematical bold italic small e}%
+\xUnicodeMathSymbol{"1D487}{\mbfitf                   }{\mathalpha}{mathematical bold italic small f}%
+\xUnicodeMathSymbol{"1D488}{\mbfitg                   }{\mathalpha}{mathematical bold italic small g}%
+\xUnicodeMathSymbol{"1D489}{\mbfith                   }{\mathalpha}{mathematical bold italic small h}%
+\xUnicodeMathSymbol{"1D48A}{\mbfiti                   }{\mathalpha}{mathematical bold italic small i}%
+\xUnicodeMathSymbol{"1D48B}{\mbfitj                   }{\mathalpha}{mathematical bold italic small j}%
+\xUnicodeMathSymbol{"1D48C}{\mbfitk                   }{\mathalpha}{mathematical bold italic small k}%
+\xUnicodeMathSymbol{"1D48D}{\mbfitl                   }{\mathalpha}{mathematical bold italic small l}%
+\xUnicodeMathSymbol{"1D48E}{\mbfitm                   }{\mathalpha}{mathematical bold italic small m}%
+\xUnicodeMathSymbol{"1D48F}{\mbfitn                   }{\mathalpha}{mathematical bold italic small n}%
+\xUnicodeMathSymbol{"1D490}{\mbfito                   }{\mathalpha}{mathematical bold italic small o}%
+\xUnicodeMathSymbol{"1D491}{\mbfitp                   }{\mathalpha}{mathematical bold italic small p}%
+\xUnicodeMathSymbol{"1D492}{\mbfitq                   }{\mathalpha}{mathematical bold italic small q}%
+\xUnicodeMathSymbol{"1D493}{\mbfitr                   }{\mathalpha}{mathematical bold italic small r}%
+\xUnicodeMathSymbol{"1D494}{\mbfits                   }{\mathalpha}{mathematical bold italic small s}%
+\xUnicodeMathSymbol{"1D495}{\mbfitt                   }{\mathalpha}{mathematical bold italic small t}%
+\xUnicodeMathSymbol{"1D496}{\mbfitu                   }{\mathalpha}{mathematical bold italic small u}%
+\xUnicodeMathSymbol{"1D497}{\mbfitv                   }{\mathalpha}{mathematical bold italic small v}%
+\xUnicodeMathSymbol{"1D498}{\mbfitw                   }{\mathalpha}{mathematical bold italic small w}%
+\xUnicodeMathSymbol{"1D499}{\mbfitx                   }{\mathalpha}{mathematical bold italic small x}%
+\xUnicodeMathSymbol{"1D49A}{\mbfity                   }{\mathalpha}{mathematical bold italic small y}%
+\xUnicodeMathSymbol{"1D49B}{\mbfitz                   }{\mathalpha}{mathematical bold italic small z}%
+\xUnicodeMathSymbol{"1D49C}{\mscrA                    }{\mathalpha}{mathematical script capital a}%
+\xUnicodeMathSymbol{"1D49E}{\mscrC                    }{\mathalpha}{mathematical script capital c}%
+\xUnicodeMathSymbol{"1D49F}{\mscrD                    }{\mathalpha}{mathematical script capital d}%
+\xUnicodeMathSymbol{"1D4A2}{\mscrG                    }{\mathalpha}{mathematical script capital g}%
+\xUnicodeMathSymbol{"1D4A5}{\mscrJ                    }{\mathalpha}{mathematical script capital j}%
+\xUnicodeMathSymbol{"1D4A6}{\mscrK                    }{\mathalpha}{mathematical script capital k}%
+\xUnicodeMathSymbol{"1D4A9}{\mscrN                    }{\mathalpha}{mathematical script capital n}%
+\xUnicodeMathSymbol{"1D4AA}{\mscrO                    }{\mathalpha}{mathematical script capital o}%
+\xUnicodeMathSymbol{"1D4AB}{\mscrP                    }{\mathalpha}{mathematical script capital p}%
+\xUnicodeMathSymbol{"1D4AC}{\mscrQ                    }{\mathalpha}{mathematical script capital q}%
+\xUnicodeMathSymbol{"1D4AE}{\mscrS                    }{\mathalpha}{mathematical script capital s}%
+\xUnicodeMathSymbol{"1D4AF}{\mscrT                    }{\mathalpha}{mathematical script capital t}%
+\xUnicodeMathSymbol{"1D4B0}{\mscrU                    }{\mathalpha}{mathematical script capital u}%
+\xUnicodeMathSymbol{"1D4B1}{\mscrV                    }{\mathalpha}{mathematical script capital v}%
+\xUnicodeMathSymbol{"1D4B2}{\mscrW                    }{\mathalpha}{mathematical script capital w}%
+\xUnicodeMathSymbol{"1D4B3}{\mscrX                    }{\mathalpha}{mathematical script capital x}%
+\xUnicodeMathSymbol{"1D4B4}{\mscrY                    }{\mathalpha}{mathematical script capital y}%
+\xUnicodeMathSymbol{"1D4B5}{\mscrZ                    }{\mathalpha}{mathematical script capital z}%
+\xUnicodeMathSymbol{"1D4B6}{\mscra                    }{\mathalpha}{mathematical script small a}%
+\xUnicodeMathSymbol{"1D4B7}{\mscrb                    }{\mathalpha}{mathematical script small b}%
+\xUnicodeMathSymbol{"1D4B8}{\mscrc                    }{\mathalpha}{mathematical script small c}%
+\xUnicodeMathSymbol{"1D4B9}{\mscrd                    }{\mathalpha}{mathematical script small d}%
+\xUnicodeMathSymbol{"1D4BB}{\mscrf                    }{\mathalpha}{mathematical script small f}%
+\xUnicodeMathSymbol{"1D4BD}{\mscrh                    }{\mathalpha}{mathematical script small h}%
+\xUnicodeMathSymbol{"1D4BE}{\mscri                    }{\mathalpha}{mathematical script small i}%
+\xUnicodeMathSymbol{"1D4BF}{\mscrj                    }{\mathalpha}{mathematical script small j}%
+\xUnicodeMathSymbol{"1D4C0}{\mscrk                    }{\mathalpha}{mathematical script small k}%
+\xUnicodeMathSymbol{"1D4C1}{\mscrl                    }{\mathalpha}{mathematical script small l}%
+\xUnicodeMathSymbol{"1D4C2}{\mscrm                    }{\mathalpha}{mathematical script small m}%
+\xUnicodeMathSymbol{"1D4C3}{\mscrn                    }{\mathalpha}{mathematical script small n}%
+\xUnicodeMathSymbol{"1D4C5}{\mscrp                    }{\mathalpha}{mathematical script small p}%
+\xUnicodeMathSymbol{"1D4C6}{\mscrq                    }{\mathalpha}{mathematical script small q}%
+\xUnicodeMathSymbol{"1D4C7}{\mscrr                    }{\mathalpha}{mathematical script small r}%
+\xUnicodeMathSymbol{"1D4C8}{\mscrs                    }{\mathalpha}{mathematical script small s}%
+\xUnicodeMathSymbol{"1D4C9}{\mscrt                    }{\mathalpha}{mathematical script small t}%
+\xUnicodeMathSymbol{"1D4CA}{\mscru                    }{\mathalpha}{mathematical script small u}%
+\xUnicodeMathSymbol{"1D4CB}{\mscrv                    }{\mathalpha}{mathematical script small v}%
+\xUnicodeMathSymbol{"1D4CC}{\mscrw                    }{\mathalpha}{mathematical script small w}%
+\xUnicodeMathSymbol{"1D4CD}{\mscrx                    }{\mathalpha}{mathematical script small x}%
+\xUnicodeMathSymbol{"1D4CE}{\mscry                    }{\mathalpha}{mathematical script small y}%
+\xUnicodeMathSymbol{"1D4CF}{\mscrz                    }{\mathalpha}{mathematical script small z}%
+\xUnicodeMathSymbol{"1D4D0}{\mbfscrA                  }{\mathalpha}{mathematical bold script capital a}%
+\xUnicodeMathSymbol{"1D4D1}{\mbfscrB                  }{\mathalpha}{mathematical bold script capital b}%
+\xUnicodeMathSymbol{"1D4D2}{\mbfscrC                  }{\mathalpha}{mathematical bold script capital c}%
+\xUnicodeMathSymbol{"1D4D3}{\mbfscrD                  }{\mathalpha}{mathematical bold script capital d}%
+\xUnicodeMathSymbol{"1D4D4}{\mbfscrE                  }{\mathalpha}{mathematical bold script capital e}%
+\xUnicodeMathSymbol{"1D4D5}{\mbfscrF                  }{\mathalpha}{mathematical bold script capital f}%
+\xUnicodeMathSymbol{"1D4D6}{\mbfscrG                  }{\mathalpha}{mathematical bold script capital g}%
+\xUnicodeMathSymbol{"1D4D7}{\mbfscrH                  }{\mathalpha}{mathematical bold script capital h}%
+\xUnicodeMathSymbol{"1D4D8}{\mbfscrI                  }{\mathalpha}{mathematical bold script capital i}%
+\xUnicodeMathSymbol{"1D4D9}{\mbfscrJ                  }{\mathalpha}{mathematical bold script capital j}%
+\xUnicodeMathSymbol{"1D4DA}{\mbfscrK                  }{\mathalpha}{mathematical bold script capital k}%
+\xUnicodeMathSymbol{"1D4DB}{\mbfscrL                  }{\mathalpha}{mathematical bold script capital l}%
+\xUnicodeMathSymbol{"1D4DC}{\mbfscrM                  }{\mathalpha}{mathematical bold script capital m}%
+\xUnicodeMathSymbol{"1D4DD}{\mbfscrN                  }{\mathalpha}{mathematical bold script capital n}%
+\xUnicodeMathSymbol{"1D4DE}{\mbfscrO                  }{\mathalpha}{mathematical bold script capital o}%
+\xUnicodeMathSymbol{"1D4DF}{\mbfscrP                  }{\mathalpha}{mathematical bold script capital p}%
+\xUnicodeMathSymbol{"1D4E0}{\mbfscrQ                  }{\mathalpha}{mathematical bold script capital q}%
+\xUnicodeMathSymbol{"1D4E1}{\mbfscrR                  }{\mathalpha}{mathematical bold script capital r}%
+\xUnicodeMathSymbol{"1D4E2}{\mbfscrS                  }{\mathalpha}{mathematical bold script capital s}%
+\xUnicodeMathSymbol{"1D4E3}{\mbfscrT                  }{\mathalpha}{mathematical bold script capital t}%
+\xUnicodeMathSymbol{"1D4E4}{\mbfscrU                  }{\mathalpha}{mathematical bold script capital u}%
+\xUnicodeMathSymbol{"1D4E5}{\mbfscrV                  }{\mathalpha}{mathematical bold script capital v}%
+\xUnicodeMathSymbol{"1D4E6}{\mbfscrW                  }{\mathalpha}{mathematical bold script capital w}%
+\xUnicodeMathSymbol{"1D4E7}{\mbfscrX                  }{\mathalpha}{mathematical bold script capital x}%
+\xUnicodeMathSymbol{"1D4E8}{\mbfscrY                  }{\mathalpha}{mathematical bold script capital y}%
+\xUnicodeMathSymbol{"1D4E9}{\mbfscrZ                  }{\mathalpha}{mathematical bold script capital z}%
+\xUnicodeMathSymbol{"1D4EA}{\mbfscra                  }{\mathalpha}{mathematical bold script small a}%
+\xUnicodeMathSymbol{"1D4EB}{\mbfscrb                  }{\mathalpha}{mathematical bold script small b}%
+\xUnicodeMathSymbol{"1D4EC}{\mbfscrc                  }{\mathalpha}{mathematical bold script small c}%
+\xUnicodeMathSymbol{"1D4ED}{\mbfscrd                  }{\mathalpha}{mathematical bold script small d}%
+\xUnicodeMathSymbol{"1D4EE}{\mbfscre                  }{\mathalpha}{mathematical bold script small e}%
+\xUnicodeMathSymbol{"1D4EF}{\mbfscrf                  }{\mathalpha}{mathematical bold script small f}%
+\xUnicodeMathSymbol{"1D4F0}{\mbfscrg                  }{\mathalpha}{mathematical bold script small g}%
+\xUnicodeMathSymbol{"1D4F1}{\mbfscrh                  }{\mathalpha}{mathematical bold script small h}%
+\xUnicodeMathSymbol{"1D4F2}{\mbfscri                  }{\mathalpha}{mathematical bold script small i}%
+\xUnicodeMathSymbol{"1D4F3}{\mbfscrj                  }{\mathalpha}{mathematical bold script small j}%
+\xUnicodeMathSymbol{"1D4F4}{\mbfscrk                  }{\mathalpha}{mathematical bold script small k}%
+\xUnicodeMathSymbol{"1D4F5}{\mbfscrl                  }{\mathalpha}{mathematical bold script small l}%
+\xUnicodeMathSymbol{"1D4F6}{\mbfscrm                  }{\mathalpha}{mathematical bold script small m}%
+\xUnicodeMathSymbol{"1D4F7}{\mbfscrn                  }{\mathalpha}{mathematical bold script small n}%
+\xUnicodeMathSymbol{"1D4F8}{\mbfscro                  }{\mathalpha}{mathematical bold script small o}%
+\xUnicodeMathSymbol{"1D4F9}{\mbfscrp                  }{\mathalpha}{mathematical bold script small p}%
+\xUnicodeMathSymbol{"1D4FA}{\mbfscrq                  }{\mathalpha}{mathematical bold script small q}%
+\xUnicodeMathSymbol{"1D4FB}{\mbfscrr                  }{\mathalpha}{mathematical bold script small r}%
+\xUnicodeMathSymbol{"1D4FC}{\mbfscrs                  }{\mathalpha}{mathematical bold script small s}%
+\xUnicodeMathSymbol{"1D4FD}{\mbfscrt                  }{\mathalpha}{mathematical bold script small t}%
+\xUnicodeMathSymbol{"1D4FE}{\mbfscru                  }{\mathalpha}{mathematical bold script small u}%
+\xUnicodeMathSymbol{"1D4FF}{\mbfscrv                  }{\mathalpha}{mathematical bold script small v}%
+\xUnicodeMathSymbol{"1D500}{\mbfscrw                  }{\mathalpha}{mathematical bold script small w}%
+\xUnicodeMathSymbol{"1D501}{\mbfscrx                  }{\mathalpha}{mathematical bold script small x}%
+\xUnicodeMathSymbol{"1D502}{\mbfscry                  }{\mathalpha}{mathematical bold script small y}%
+\xUnicodeMathSymbol{"1D503}{\mbfscrz                  }{\mathalpha}{mathematical bold script small z}%
+\xUnicodeMathSymbol{"1D504}{\mfrakA                   }{\mathalpha}{mathematical fraktur capital a}%
+\xUnicodeMathSymbol{"1D505}{\mfrakB                   }{\mathalpha}{mathematical fraktur capital b}%
+\xUnicodeMathSymbol{"1D507}{\mfrakD                   }{\mathalpha}{mathematical fraktur capital d}%
+\xUnicodeMathSymbol{"1D508}{\mfrakE                   }{\mathalpha}{mathematical fraktur capital e}%
+\xUnicodeMathSymbol{"1D509}{\mfrakF                   }{\mathalpha}{mathematical fraktur capital f}%
+\xUnicodeMathSymbol{"1D50A}{\mfrakG                   }{\mathalpha}{mathematical fraktur capital g}%
+\xUnicodeMathSymbol{"1D50D}{\mfrakJ                   }{\mathalpha}{mathematical fraktur capital j}%
+\xUnicodeMathSymbol{"1D50E}{\mfrakK                   }{\mathalpha}{mathematical fraktur capital k}%
+\xUnicodeMathSymbol{"1D50F}{\mfrakL                   }{\mathalpha}{mathematical fraktur capital l}%
+\xUnicodeMathSymbol{"1D510}{\mfrakM                   }{\mathalpha}{mathematical fraktur capital m}%
+\xUnicodeMathSymbol{"1D511}{\mfrakN                   }{\mathalpha}{mathematical fraktur capital n}%
+\xUnicodeMathSymbol{"1D512}{\mfrakO                   }{\mathalpha}{mathematical fraktur capital o}%
+\xUnicodeMathSymbol{"1D513}{\mfrakP                   }{\mathalpha}{mathematical fraktur capital p}%
+\xUnicodeMathSymbol{"1D514}{\mfrakQ                   }{\mathalpha}{mathematical fraktur capital q}%
+\xUnicodeMathSymbol{"1D516}{\mfrakS                   }{\mathalpha}{mathematical fraktur capital s}%
+\xUnicodeMathSymbol{"1D517}{\mfrakT                   }{\mathalpha}{mathematical fraktur capital t}%
+\xUnicodeMathSymbol{"1D518}{\mfrakU                   }{\mathalpha}{mathematical fraktur capital u}%
+\xUnicodeMathSymbol{"1D519}{\mfrakV                   }{\mathalpha}{mathematical fraktur capital v}%
+\xUnicodeMathSymbol{"1D51A}{\mfrakW                   }{\mathalpha}{mathematical fraktur capital w}%
+\xUnicodeMathSymbol{"1D51B}{\mfrakX                   }{\mathalpha}{mathematical fraktur capital x}%
+\xUnicodeMathSymbol{"1D51C}{\mfrakY                   }{\mathalpha}{mathematical fraktur capital y}%
+\xUnicodeMathSymbol{"1D51E}{\mfraka                   }{\mathalpha}{mathematical fraktur small a}%
+\xUnicodeMathSymbol{"1D51F}{\mfrakb                   }{\mathalpha}{mathematical fraktur small b}%
+\xUnicodeMathSymbol{"1D520}{\mfrakc                   }{\mathalpha}{mathematical fraktur small c}%
+\xUnicodeMathSymbol{"1D521}{\mfrakd                   }{\mathalpha}{mathematical fraktur small d}%
+\xUnicodeMathSymbol{"1D522}{\mfrake                   }{\mathalpha}{mathematical fraktur small e}%
+\xUnicodeMathSymbol{"1D523}{\mfrakf                   }{\mathalpha}{mathematical fraktur small f}%
+\xUnicodeMathSymbol{"1D524}{\mfrakg                   }{\mathalpha}{mathematical fraktur small g}%
+\xUnicodeMathSymbol{"1D525}{\mfrakh                   }{\mathalpha}{mathematical fraktur small h}%
+\xUnicodeMathSymbol{"1D526}{\mfraki                   }{\mathalpha}{mathematical fraktur small i}%
+\xUnicodeMathSymbol{"1D527}{\mfrakj                   }{\mathalpha}{mathematical fraktur small j}%
+\xUnicodeMathSymbol{"1D528}{\mfrakk                   }{\mathalpha}{mathematical fraktur small k}%
+\xUnicodeMathSymbol{"1D529}{\mfrakl                   }{\mathalpha}{mathematical fraktur small l}%
+\xUnicodeMathSymbol{"1D52A}{\mfrakm                   }{\mathalpha}{mathematical fraktur small m}%
+\xUnicodeMathSymbol{"1D52B}{\mfrakn                   }{\mathalpha}{mathematical fraktur small n}%
+\xUnicodeMathSymbol{"1D52C}{\mfrako                   }{\mathalpha}{mathematical fraktur small o}%
+\xUnicodeMathSymbol{"1D52D}{\mfrakp                   }{\mathalpha}{mathematical fraktur small p}%
+\xUnicodeMathSymbol{"1D52E}{\mfrakq                   }{\mathalpha}{mathematical fraktur small q}%
+\xUnicodeMathSymbol{"1D52F}{\mfrakr                   }{\mathalpha}{mathematical fraktur small r}%
+\xUnicodeMathSymbol{"1D530}{\mfraks                   }{\mathalpha}{mathematical fraktur small s}%
+\xUnicodeMathSymbol{"1D531}{\mfrakt                   }{\mathalpha}{mathematical fraktur small t}%
+\xUnicodeMathSymbol{"1D532}{\mfraku                   }{\mathalpha}{mathematical fraktur small u}%
+\xUnicodeMathSymbol{"1D533}{\mfrakv                   }{\mathalpha}{mathematical fraktur small v}%
+\xUnicodeMathSymbol{"1D534}{\mfrakw                   }{\mathalpha}{mathematical fraktur small w}%
+\xUnicodeMathSymbol{"1D535}{\mfrakx                   }{\mathalpha}{mathematical fraktur small x}%
+\xUnicodeMathSymbol{"1D536}{\mfraky                   }{\mathalpha}{mathematical fraktur small y}%
+\xUnicodeMathSymbol{"1D537}{\mfrakz                   }{\mathalpha}{mathematical fraktur small z}%
+\xUnicodeMathSymbol{"1D538}{\BbbA                     }{\mathalpha}{mathematical double-struck capital a}%
+\xUnicodeMathSymbol{"1D539}{\BbbB                     }{\mathalpha}{mathematical double-struck capital b}%
+\xUnicodeMathSymbol{"1D53B}{\BbbD                     }{\mathalpha}{mathematical double-struck capital d}%
+\xUnicodeMathSymbol{"1D53C}{\BbbE                     }{\mathalpha}{mathematical double-struck capital e}%
+\xUnicodeMathSymbol{"1D53D}{\BbbF                     }{\mathalpha}{mathematical double-struck capital f}%
+\xUnicodeMathSymbol{"1D53E}{\BbbG                     }{\mathalpha}{mathematical double-struck capital g}%
+\xUnicodeMathSymbol{"1D540}{\BbbI                     }{\mathalpha}{mathematical double-struck capital i}%
+\xUnicodeMathSymbol{"1D541}{\BbbJ                     }{\mathalpha}{mathematical double-struck capital j}%
+\xUnicodeMathSymbol{"1D542}{\BbbK                     }{\mathalpha}{mathematical double-struck capital k}%
+\xUnicodeMathSymbol{"1D543}{\BbbL                     }{\mathalpha}{mathematical double-struck capital l}%
+\xUnicodeMathSymbol{"1D544}{\BbbM                     }{\mathalpha}{mathematical double-struck capital m}%
+\xUnicodeMathSymbol{"1D546}{\BbbO                     }{\mathalpha}{mathematical double-struck capital o}%
+\xUnicodeMathSymbol{"1D54A}{\BbbS                     }{\mathalpha}{mathematical double-struck capital s}%
+\xUnicodeMathSymbol{"1D54B}{\BbbT                     }{\mathalpha}{mathematical double-struck capital t}%
+\xUnicodeMathSymbol{"1D54C}{\BbbU                     }{\mathalpha}{mathematical double-struck capital u}%
+\xUnicodeMathSymbol{"1D54D}{\BbbV                     }{\mathalpha}{mathematical double-struck capital v}%
+\xUnicodeMathSymbol{"1D54E}{\BbbW                     }{\mathalpha}{mathematical double-struck capital w}%
+\xUnicodeMathSymbol{"1D54F}{\BbbX                     }{\mathalpha}{mathematical double-struck capital x}%
+\xUnicodeMathSymbol{"1D550}{\BbbY                     }{\mathalpha}{mathematical double-struck capital y}%
+\xUnicodeMathSymbol{"1D552}{\Bbba                     }{\mathalpha}{mathematical double-struck small a}%
+\xUnicodeMathSymbol{"1D553}{\Bbbb                     }{\mathalpha}{mathematical double-struck small b}%
+\xUnicodeMathSymbol{"1D554}{\Bbbc                     }{\mathalpha}{mathematical double-struck small c}%
+\xUnicodeMathSymbol{"1D555}{\Bbbd                     }{\mathalpha}{mathematical double-struck small d}%
+\xUnicodeMathSymbol{"1D556}{\Bbbe                     }{\mathalpha}{mathematical double-struck small e}%
+\xUnicodeMathSymbol{"1D557}{\Bbbf                     }{\mathalpha}{mathematical double-struck small f}%
+\xUnicodeMathSymbol{"1D558}{\Bbbg                     }{\mathalpha}{mathematical double-struck small g}%
+\xUnicodeMathSymbol{"1D559}{\Bbbh                     }{\mathalpha}{mathematical double-struck small h}%
+\xUnicodeMathSymbol{"1D55A}{\Bbbi                     }{\mathalpha}{mathematical double-struck small i}%
+\xUnicodeMathSymbol{"1D55B}{\Bbbj                     }{\mathalpha}{mathematical double-struck small j}%
+\xUnicodeMathSymbol{"1D55C}{\Bbbk                     }{\mathalpha}{mathematical double-struck small k}%
+\xUnicodeMathSymbol{"1D55D}{\Bbbl                     }{\mathalpha}{mathematical double-struck small l}%
+\xUnicodeMathSymbol{"1D55E}{\Bbbm                     }{\mathalpha}{mathematical double-struck small m}%
+\xUnicodeMathSymbol{"1D55F}{\Bbbn                     }{\mathalpha}{mathematical double-struck small n}%
+\xUnicodeMathSymbol{"1D560}{\Bbbo                     }{\mathalpha}{mathematical double-struck small o}%
+\xUnicodeMathSymbol{"1D561}{\Bbbp                     }{\mathalpha}{mathematical double-struck small p}%
+\xUnicodeMathSymbol{"1D562}{\Bbbq                     }{\mathalpha}{mathematical double-struck small q}%
+\xUnicodeMathSymbol{"1D563}{\Bbbr                     }{\mathalpha}{mathematical double-struck small r}%
+\xUnicodeMathSymbol{"1D564}{\Bbbs                     }{\mathalpha}{mathematical double-struck small s}%
+\xUnicodeMathSymbol{"1D565}{\Bbbt                     }{\mathalpha}{mathematical double-struck small t}%
+\xUnicodeMathSymbol{"1D566}{\Bbbu                     }{\mathalpha}{mathematical double-struck small u}%
+\xUnicodeMathSymbol{"1D567}{\Bbbv                     }{\mathalpha}{mathematical double-struck small v}%
+\xUnicodeMathSymbol{"1D568}{\Bbbw                     }{\mathalpha}{mathematical double-struck small w}%
+\xUnicodeMathSymbol{"1D569}{\Bbbx                     }{\mathalpha}{mathematical double-struck small x}%
+\xUnicodeMathSymbol{"1D56A}{\Bbby                     }{\mathalpha}{mathematical double-struck small y}%
+\xUnicodeMathSymbol{"1D56B}{\Bbbz                     }{\mathalpha}{mathematical double-struck small z}%
+\xUnicodeMathSymbol{"1D56C}{\mbffrakA                 }{\mathalpha}{mathematical bold fraktur capital a}%
+\xUnicodeMathSymbol{"1D56D}{\mbffrakB                 }{\mathalpha}{mathematical bold fraktur capital b}%
+\xUnicodeMathSymbol{"1D56E}{\mbffrakC                 }{\mathalpha}{mathematical bold fraktur capital c}%
+\xUnicodeMathSymbol{"1D56F}{\mbffrakD                 }{\mathalpha}{mathematical bold fraktur capital d}%
+\xUnicodeMathSymbol{"1D570}{\mbffrakE                 }{\mathalpha}{mathematical bold fraktur capital e}%
+\xUnicodeMathSymbol{"1D571}{\mbffrakF                 }{\mathalpha}{mathematical bold fraktur capital f}%
+\xUnicodeMathSymbol{"1D572}{\mbffrakG                 }{\mathalpha}{mathematical bold fraktur capital g}%
+\xUnicodeMathSymbol{"1D573}{\mbffrakH                 }{\mathalpha}{mathematical bold fraktur capital h}%
+\xUnicodeMathSymbol{"1D574}{\mbffrakI                 }{\mathalpha}{mathematical bold fraktur capital i}%
+\xUnicodeMathSymbol{"1D575}{\mbffrakJ                 }{\mathalpha}{mathematical bold fraktur capital j}%
+\xUnicodeMathSymbol{"1D576}{\mbffrakK                 }{\mathalpha}{mathematical bold fraktur capital k}%
+\xUnicodeMathSymbol{"1D577}{\mbffrakL                 }{\mathalpha}{mathematical bold fraktur capital l}%
+\xUnicodeMathSymbol{"1D578}{\mbffrakM                 }{\mathalpha}{mathematical bold fraktur capital m}%
+\xUnicodeMathSymbol{"1D579}{\mbffrakN                 }{\mathalpha}{mathematical bold fraktur capital n}%
+\xUnicodeMathSymbol{"1D57A}{\mbffrakO                 }{\mathalpha}{mathematical bold fraktur capital o}%
+\xUnicodeMathSymbol{"1D57B}{\mbffrakP                 }{\mathalpha}{mathematical bold fraktur capital p}%
+\xUnicodeMathSymbol{"1D57C}{\mbffrakQ                 }{\mathalpha}{mathematical bold fraktur capital q}%
+\xUnicodeMathSymbol{"1D57D}{\mbffrakR                 }{\mathalpha}{mathematical bold fraktur capital r}%
+\xUnicodeMathSymbol{"1D57E}{\mbffrakS                 }{\mathalpha}{mathematical bold fraktur capital s}%
+\xUnicodeMathSymbol{"1D57F}{\mbffrakT                 }{\mathalpha}{mathematical bold fraktur capital t}%
+\xUnicodeMathSymbol{"1D580}{\mbffrakU                 }{\mathalpha}{mathematical bold fraktur capital u}%
+\xUnicodeMathSymbol{"1D581}{\mbffrakV                 }{\mathalpha}{mathematical bold fraktur capital v}%
+\xUnicodeMathSymbol{"1D582}{\mbffrakW                 }{\mathalpha}{mathematical bold fraktur capital w}%
+\xUnicodeMathSymbol{"1D583}{\mbffrakX                 }{\mathalpha}{mathematical bold fraktur capital x}%
+\xUnicodeMathSymbol{"1D584}{\mbffrakY                 }{\mathalpha}{mathematical bold fraktur capital y}%
+\xUnicodeMathSymbol{"1D585}{\mbffrakZ                 }{\mathalpha}{mathematical bold fraktur capital z}%
+\xUnicodeMathSymbol{"1D586}{\mbffraka                 }{\mathalpha}{mathematical bold fraktur small a}%
+\xUnicodeMathSymbol{"1D587}{\mbffrakb                 }{\mathalpha}{mathematical bold fraktur small b}%
+\xUnicodeMathSymbol{"1D588}{\mbffrakc                 }{\mathalpha}{mathematical bold fraktur small c}%
+\xUnicodeMathSymbol{"1D589}{\mbffrakd                 }{\mathalpha}{mathematical bold fraktur small d}%
+\xUnicodeMathSymbol{"1D58A}{\mbffrake                 }{\mathalpha}{mathematical bold fraktur small e}%
+\xUnicodeMathSymbol{"1D58B}{\mbffrakf                 }{\mathalpha}{mathematical bold fraktur small f}%
+\xUnicodeMathSymbol{"1D58C}{\mbffrakg                 }{\mathalpha}{mathematical bold fraktur small g}%
+\xUnicodeMathSymbol{"1D58D}{\mbffrakh                 }{\mathalpha}{mathematical bold fraktur small h}%
+\xUnicodeMathSymbol{"1D58E}{\mbffraki                 }{\mathalpha}{mathematical bold fraktur small i}%
+\xUnicodeMathSymbol{"1D58F}{\mbffrakj                 }{\mathalpha}{mathematical bold fraktur small j}%
+\xUnicodeMathSymbol{"1D590}{\mbffrakk                 }{\mathalpha}{mathematical bold fraktur small k}%
+\xUnicodeMathSymbol{"1D591}{\mbffrakl                 }{\mathalpha}{mathematical bold fraktur small l}%
+\xUnicodeMathSymbol{"1D592}{\mbffrakm                 }{\mathalpha}{mathematical bold fraktur small m}%
+\xUnicodeMathSymbol{"1D593}{\mbffrakn                 }{\mathalpha}{mathematical bold fraktur small n}%
+\xUnicodeMathSymbol{"1D594}{\mbffrako                 }{\mathalpha}{mathematical bold fraktur small o}%
+\xUnicodeMathSymbol{"1D595}{\mbffrakp                 }{\mathalpha}{mathematical bold fraktur small p}%
+\xUnicodeMathSymbol{"1D596}{\mbffrakq                 }{\mathalpha}{mathematical bold fraktur small q}%
+\xUnicodeMathSymbol{"1D597}{\mbffrakr                 }{\mathalpha}{mathematical bold fraktur small r}%
+\xUnicodeMathSymbol{"1D598}{\mbffraks                 }{\mathalpha}{mathematical bold fraktur small s}%
+\xUnicodeMathSymbol{"1D599}{\mbffrakt                 }{\mathalpha}{mathematical bold fraktur small t}%
+\xUnicodeMathSymbol{"1D59A}{\mbffraku                 }{\mathalpha}{mathematical bold fraktur small u}%
+\xUnicodeMathSymbol{"1D59B}{\mbffrakv                 }{\mathalpha}{mathematical bold fraktur small v}%
+\xUnicodeMathSymbol{"1D59C}{\mbffrakw                 }{\mathalpha}{mathematical bold fraktur small w}%
+\xUnicodeMathSymbol{"1D59D}{\mbffrakx                 }{\mathalpha}{mathematical bold fraktur small x}%
+\xUnicodeMathSymbol{"1D59E}{\mbffraky                 }{\mathalpha}{mathematical bold fraktur small y}%
+\xUnicodeMathSymbol{"1D59F}{\mbffrakz                 }{\mathalpha}{mathematical bold fraktur small z}%
+\xUnicodeMathSymbol{"1D5A0}{\msansA                   }{\mathalpha}{mathematical sans-serif capital a}%
+\xUnicodeMathSymbol{"1D5A1}{\msansB                   }{\mathalpha}{mathematical sans-serif capital b}%
+\xUnicodeMathSymbol{"1D5A2}{\msansC                   }{\mathalpha}{mathematical sans-serif capital c}%
+\xUnicodeMathSymbol{"1D5A3}{\msansD                   }{\mathalpha}{mathematical sans-serif capital d}%
+\xUnicodeMathSymbol{"1D5A4}{\msansE                   }{\mathalpha}{mathematical sans-serif capital e}%
+\xUnicodeMathSymbol{"1D5A5}{\msansF                   }{\mathalpha}{mathematical sans-serif capital f}%
+\xUnicodeMathSymbol{"1D5A6}{\msansG                   }{\mathalpha}{mathematical sans-serif capital g}%
+\xUnicodeMathSymbol{"1D5A7}{\msansH                   }{\mathalpha}{mathematical sans-serif capital h}%
+\xUnicodeMathSymbol{"1D5A8}{\msansI                   }{\mathalpha}{mathematical sans-serif capital i}%
+\xUnicodeMathSymbol{"1D5A9}{\msansJ                   }{\mathalpha}{mathematical sans-serif capital j}%
+\xUnicodeMathSymbol{"1D5AA}{\msansK                   }{\mathalpha}{mathematical sans-serif capital k}%
+\xUnicodeMathSymbol{"1D5AB}{\msansL                   }{\mathalpha}{mathematical sans-serif capital l}%
+\xUnicodeMathSymbol{"1D5AC}{\msansM                   }{\mathalpha}{mathematical sans-serif capital m}%
+\xUnicodeMathSymbol{"1D5AD}{\msansN                   }{\mathalpha}{mathematical sans-serif capital n}%
+\xUnicodeMathSymbol{"1D5AE}{\msansO                   }{\mathalpha}{mathematical sans-serif capital o}%
+\xUnicodeMathSymbol{"1D5AF}{\msansP                   }{\mathalpha}{mathematical sans-serif capital p}%
+\xUnicodeMathSymbol{"1D5B0}{\msansQ                   }{\mathalpha}{mathematical sans-serif capital q}%
+\xUnicodeMathSymbol{"1D5B1}{\msansR                   }{\mathalpha}{mathematical sans-serif capital r}%
+\xUnicodeMathSymbol{"1D5B2}{\msansS                   }{\mathalpha}{mathematical sans-serif capital s}%
+\xUnicodeMathSymbol{"1D5B3}{\msansT                   }{\mathalpha}{mathematical sans-serif capital t}%
+\xUnicodeMathSymbol{"1D5B4}{\msansU                   }{\mathalpha}{mathematical sans-serif capital u}%
+\xUnicodeMathSymbol{"1D5B5}{\msansV                   }{\mathalpha}{mathematical sans-serif capital v}%
+\xUnicodeMathSymbol{"1D5B6}{\msansW                   }{\mathalpha}{mathematical sans-serif capital w}%
+\xUnicodeMathSymbol{"1D5B7}{\msansX                   }{\mathalpha}{mathematical sans-serif capital x}%
+\xUnicodeMathSymbol{"1D5B8}{\msansY                   }{\mathalpha}{mathematical sans-serif capital y}%
+\xUnicodeMathSymbol{"1D5B9}{\msansZ                   }{\mathalpha}{mathematical sans-serif capital z}%
+\xUnicodeMathSymbol{"1D5BA}{\msansa                   }{\mathalpha}{mathematical sans-serif small a}%
+\xUnicodeMathSymbol{"1D5BB}{\msansb                   }{\mathalpha}{mathematical sans-serif small b}%
+\xUnicodeMathSymbol{"1D5BC}{\msansc                   }{\mathalpha}{mathematical sans-serif small c}%
+\xUnicodeMathSymbol{"1D5BD}{\msansd                   }{\mathalpha}{mathematical sans-serif small d}%
+\xUnicodeMathSymbol{"1D5BE}{\msanse                   }{\mathalpha}{mathematical sans-serif small e}%
+\xUnicodeMathSymbol{"1D5BF}{\msansf                   }{\mathalpha}{mathematical sans-serif small f}%
+\xUnicodeMathSymbol{"1D5C0}{\msansg                   }{\mathalpha}{mathematical sans-serif small g}%
+\xUnicodeMathSymbol{"1D5C1}{\msansh                   }{\mathalpha}{mathematical sans-serif small h}%
+\xUnicodeMathSymbol{"1D5C2}{\msansi                   }{\mathalpha}{mathematical sans-serif small i}%
+\xUnicodeMathSymbol{"1D5C3}{\msansj                   }{\mathalpha}{mathematical sans-serif small j}%
+\xUnicodeMathSymbol{"1D5C4}{\msansk                   }{\mathalpha}{mathematical sans-serif small k}%
+\xUnicodeMathSymbol{"1D5C5}{\msansl                   }{\mathalpha}{mathematical sans-serif small l}%
+\xUnicodeMathSymbol{"1D5C6}{\msansm                   }{\mathalpha}{mathematical sans-serif small m}%
+\xUnicodeMathSymbol{"1D5C7}{\msansn                   }{\mathalpha}{mathematical sans-serif small n}%
+\xUnicodeMathSymbol{"1D5C8}{\msanso                   }{\mathalpha}{mathematical sans-serif small o}%
+\xUnicodeMathSymbol{"1D5C9}{\msansp                   }{\mathalpha}{mathematical sans-serif small p}%
+\xUnicodeMathSymbol{"1D5CA}{\msansq                   }{\mathalpha}{mathematical sans-serif small q}%
+\xUnicodeMathSymbol{"1D5CB}{\msansr                   }{\mathalpha}{mathematical sans-serif small r}%
+\xUnicodeMathSymbol{"1D5CC}{\msanss                   }{\mathalpha}{mathematical sans-serif small s}%
+\xUnicodeMathSymbol{"1D5CD}{\msanst                   }{\mathalpha}{mathematical sans-serif small t}%
+\xUnicodeMathSymbol{"1D5CE}{\msansu                   }{\mathalpha}{mathematical sans-serif small u}%
+\xUnicodeMathSymbol{"1D5CF}{\msansv                   }{\mathalpha}{mathematical sans-serif small v}%
+\xUnicodeMathSymbol{"1D5D0}{\msansw                   }{\mathalpha}{mathematical sans-serif small w}%
+\xUnicodeMathSymbol{"1D5D1}{\msansx                   }{\mathalpha}{mathematical sans-serif small x}%
+\xUnicodeMathSymbol{"1D5D2}{\msansy                   }{\mathalpha}{mathematical sans-serif small y}%
+\xUnicodeMathSymbol{"1D5D3}{\msansz                   }{\mathalpha}{mathematical sans-serif small z}%
+\xUnicodeMathSymbol{"1D5D4}{\mbfsansA                 }{\mathalpha}{mathematical sans-serif bold capital a}%
+\xUnicodeMathSymbol{"1D5D5}{\mbfsansB                 }{\mathalpha}{mathematical sans-serif bold capital b}%
+\xUnicodeMathSymbol{"1D5D6}{\mbfsansC                 }{\mathalpha}{mathematical sans-serif bold capital c}%
+\xUnicodeMathSymbol{"1D5D7}{\mbfsansD                 }{\mathalpha}{mathematical sans-serif bold capital d}%
+\xUnicodeMathSymbol{"1D5D8}{\mbfsansE                 }{\mathalpha}{mathematical sans-serif bold capital e}%
+\xUnicodeMathSymbol{"1D5D9}{\mbfsansF                 }{\mathalpha}{mathematical sans-serif bold capital f}%
+\xUnicodeMathSymbol{"1D5DA}{\mbfsansG                 }{\mathalpha}{mathematical sans-serif bold capital g}%
+\xUnicodeMathSymbol{"1D5DB}{\mbfsansH                 }{\mathalpha}{mathematical sans-serif bold capital h}%
+\xUnicodeMathSymbol{"1D5DC}{\mbfsansI                 }{\mathalpha}{mathematical sans-serif bold capital i}%
+\xUnicodeMathSymbol{"1D5DD}{\mbfsansJ                 }{\mathalpha}{mathematical sans-serif bold capital j}%
+\xUnicodeMathSymbol{"1D5DE}{\mbfsansK                 }{\mathalpha}{mathematical sans-serif bold capital k}%
+\xUnicodeMathSymbol{"1D5DF}{\mbfsansL                 }{\mathalpha}{mathematical sans-serif bold capital l}%
+\xUnicodeMathSymbol{"1D5E0}{\mbfsansM                 }{\mathalpha}{mathematical sans-serif bold capital m}%
+\xUnicodeMathSymbol{"1D5E1}{\mbfsansN                 }{\mathalpha}{mathematical sans-serif bold capital n}%
+\xUnicodeMathSymbol{"1D5E2}{\mbfsansO                 }{\mathalpha}{mathematical sans-serif bold capital o}%
+\xUnicodeMathSymbol{"1D5E3}{\mbfsansP                 }{\mathalpha}{mathematical sans-serif bold capital p}%
+\xUnicodeMathSymbol{"1D5E4}{\mbfsansQ                 }{\mathalpha}{mathematical sans-serif bold capital q}%
+\xUnicodeMathSymbol{"1D5E5}{\mbfsansR                 }{\mathalpha}{mathematical sans-serif bold capital r}%
+\xUnicodeMathSymbol{"1D5E6}{\mbfsansS                 }{\mathalpha}{mathematical sans-serif bold capital s}%
+\xUnicodeMathSymbol{"1D5E7}{\mbfsansT                 }{\mathalpha}{mathematical sans-serif bold capital t}%
+\xUnicodeMathSymbol{"1D5E8}{\mbfsansU                 }{\mathalpha}{mathematical sans-serif bold capital u}%
+\xUnicodeMathSymbol{"1D5E9}{\mbfsansV                 }{\mathalpha}{mathematical sans-serif bold capital v}%
+\xUnicodeMathSymbol{"1D5EA}{\mbfsansW                 }{\mathalpha}{mathematical sans-serif bold capital w}%
+\xUnicodeMathSymbol{"1D5EB}{\mbfsansX                 }{\mathalpha}{mathematical sans-serif bold capital x}%
+\xUnicodeMathSymbol{"1D5EC}{\mbfsansY                 }{\mathalpha}{mathematical sans-serif bold capital y}%
+\xUnicodeMathSymbol{"1D5ED}{\mbfsansZ                 }{\mathalpha}{mathematical sans-serif bold capital z}%
+\xUnicodeMathSymbol{"1D5EE}{\mbfsansa                 }{\mathalpha}{mathematical sans-serif bold small a}%
+\xUnicodeMathSymbol{"1D5EF}{\mbfsansb                 }{\mathalpha}{mathematical sans-serif bold small b}%
+\xUnicodeMathSymbol{"1D5F0}{\mbfsansc                 }{\mathalpha}{mathematical sans-serif bold small c}%
+\xUnicodeMathSymbol{"1D5F1}{\mbfsansd                 }{\mathalpha}{mathematical sans-serif bold small d}%
+\xUnicodeMathSymbol{"1D5F2}{\mbfsanse                 }{\mathalpha}{mathematical sans-serif bold small e}%
+\xUnicodeMathSymbol{"1D5F3}{\mbfsansf                 }{\mathalpha}{mathematical sans-serif bold small f}%
+\xUnicodeMathSymbol{"1D5F4}{\mbfsansg                 }{\mathalpha}{mathematical sans-serif bold small g}%
+\xUnicodeMathSymbol{"1D5F5}{\mbfsansh                 }{\mathalpha}{mathematical sans-serif bold small h}%
+\xUnicodeMathSymbol{"1D5F6}{\mbfsansi                 }{\mathalpha}{mathematical sans-serif bold small i}%
+\xUnicodeMathSymbol{"1D5F7}{\mbfsansj                 }{\mathalpha}{mathematical sans-serif bold small j}%
+\xUnicodeMathSymbol{"1D5F8}{\mbfsansk                 }{\mathalpha}{mathematical sans-serif bold small k}%
+\xUnicodeMathSymbol{"1D5F9}{\mbfsansl                 }{\mathalpha}{mathematical sans-serif bold small l}%
+\xUnicodeMathSymbol{"1D5FA}{\mbfsansm                 }{\mathalpha}{mathematical sans-serif bold small m}%
+\xUnicodeMathSymbol{"1D5FB}{\mbfsansn                 }{\mathalpha}{mathematical sans-serif bold small n}%
+\xUnicodeMathSymbol{"1D5FC}{\mbfsanso                 }{\mathalpha}{mathematical sans-serif bold small o}%
+\xUnicodeMathSymbol{"1D5FD}{\mbfsansp                 }{\mathalpha}{mathematical sans-serif bold small p}%
+\xUnicodeMathSymbol{"1D5FE}{\mbfsansq                 }{\mathalpha}{mathematical sans-serif bold small q}%
+\xUnicodeMathSymbol{"1D5FF}{\mbfsansr                 }{\mathalpha}{mathematical sans-serif bold small r}%
+\xUnicodeMathSymbol{"1D600}{\mbfsanss                 }{\mathalpha}{mathematical sans-serif bold small s}%
+\xUnicodeMathSymbol{"1D601}{\mbfsanst                 }{\mathalpha}{mathematical sans-serif bold small t}%
+\xUnicodeMathSymbol{"1D602}{\mbfsansu                 }{\mathalpha}{mathematical sans-serif bold small u}%
+\xUnicodeMathSymbol{"1D603}{\mbfsansv                 }{\mathalpha}{mathematical sans-serif bold small v}%
+\xUnicodeMathSymbol{"1D604}{\mbfsansw                 }{\mathalpha}{mathematical sans-serif bold small w}%
+\xUnicodeMathSymbol{"1D605}{\mbfsansx                 }{\mathalpha}{mathematical sans-serif bold small x}%
+\xUnicodeMathSymbol{"1D606}{\mbfsansy                 }{\mathalpha}{mathematical sans-serif bold small y}%
+\xUnicodeMathSymbol{"1D607}{\mbfsansz                 }{\mathalpha}{mathematical sans-serif bold small z}%
+\xUnicodeMathSymbol{"1D608}{\mitsansA                 }{\mathalpha}{mathematical sans-serif italic capital a}%
+\xUnicodeMathSymbol{"1D609}{\mitsansB                 }{\mathalpha}{mathematical sans-serif italic capital b}%
+\xUnicodeMathSymbol{"1D60A}{\mitsansC                 }{\mathalpha}{mathematical sans-serif italic capital c}%
+\xUnicodeMathSymbol{"1D60B}{\mitsansD                 }{\mathalpha}{mathematical sans-serif italic capital d}%
+\xUnicodeMathSymbol{"1D60C}{\mitsansE                 }{\mathalpha}{mathematical sans-serif italic capital e}%
+\xUnicodeMathSymbol{"1D60D}{\mitsansF                 }{\mathalpha}{mathematical sans-serif italic capital f}%
+\xUnicodeMathSymbol{"1D60E}{\mitsansG                 }{\mathalpha}{mathematical sans-serif italic capital g}%
+\xUnicodeMathSymbol{"1D60F}{\mitsansH                 }{\mathalpha}{mathematical sans-serif italic capital h}%
+\xUnicodeMathSymbol{"1D610}{\mitsansI                 }{\mathalpha}{mathematical sans-serif italic capital i}%
+\xUnicodeMathSymbol{"1D611}{\mitsansJ                 }{\mathalpha}{mathematical sans-serif italic capital j}%
+\xUnicodeMathSymbol{"1D612}{\mitsansK                 }{\mathalpha}{mathematical sans-serif italic capital k}%
+\xUnicodeMathSymbol{"1D613}{\mitsansL                 }{\mathalpha}{mathematical sans-serif italic capital l}%
+\xUnicodeMathSymbol{"1D614}{\mitsansM                 }{\mathalpha}{mathematical sans-serif italic capital m}%
+\xUnicodeMathSymbol{"1D615}{\mitsansN                 }{\mathalpha}{mathematical sans-serif italic capital n}%
+\xUnicodeMathSymbol{"1D616}{\mitsansO                 }{\mathalpha}{mathematical sans-serif italic capital o}%
+\xUnicodeMathSymbol{"1D617}{\mitsansP                 }{\mathalpha}{mathematical sans-serif italic capital p}%
+\xUnicodeMathSymbol{"1D618}{\mitsansQ                 }{\mathalpha}{mathematical sans-serif italic capital q}%
+\xUnicodeMathSymbol{"1D619}{\mitsansR                 }{\mathalpha}{mathematical sans-serif italic capital r}%
+\xUnicodeMathSymbol{"1D61A}{\mitsansS                 }{\mathalpha}{mathematical sans-serif italic capital s}%
+\xUnicodeMathSymbol{"1D61B}{\mitsansT                 }{\mathalpha}{mathematical sans-serif italic capital t}%
+\xUnicodeMathSymbol{"1D61C}{\mitsansU                 }{\mathalpha}{mathematical sans-serif italic capital u}%
+\xUnicodeMathSymbol{"1D61D}{\mitsansV                 }{\mathalpha}{mathematical sans-serif italic capital v}%
+\xUnicodeMathSymbol{"1D61E}{\mitsansW                 }{\mathalpha}{mathematical sans-serif italic capital w}%
+\xUnicodeMathSymbol{"1D61F}{\mitsansX                 }{\mathalpha}{mathematical sans-serif italic capital x}%
+\xUnicodeMathSymbol{"1D620}{\mitsansY                 }{\mathalpha}{mathematical sans-serif italic capital y}%
+\xUnicodeMathSymbol{"1D621}{\mitsansZ                 }{\mathalpha}{mathematical sans-serif italic capital z}%
+\xUnicodeMathSymbol{"1D622}{\mitsansa                 }{\mathalpha}{mathematical sans-serif italic small a}%
+\xUnicodeMathSymbol{"1D623}{\mitsansb                 }{\mathalpha}{mathematical sans-serif italic small b}%
+\xUnicodeMathSymbol{"1D624}{\mitsansc                 }{\mathalpha}{mathematical sans-serif italic small c}%
+\xUnicodeMathSymbol{"1D625}{\mitsansd                 }{\mathalpha}{mathematical sans-serif italic small d}%
+\xUnicodeMathSymbol{"1D626}{\mitsanse                 }{\mathalpha}{mathematical sans-serif italic small e}%
+\xUnicodeMathSymbol{"1D627}{\mitsansf                 }{\mathalpha}{mathematical sans-serif italic small f}%
+\xUnicodeMathSymbol{"1D628}{\mitsansg                 }{\mathalpha}{mathematical sans-serif italic small g}%
+\xUnicodeMathSymbol{"1D629}{\mitsansh                 }{\mathalpha}{mathematical sans-serif italic small h}%
+\xUnicodeMathSymbol{"1D62A}{\mitsansi                 }{\mathalpha}{mathematical sans-serif italic small i}%
+\xUnicodeMathSymbol{"1D62B}{\mitsansj                 }{\mathalpha}{mathematical sans-serif italic small j}%
+\xUnicodeMathSymbol{"1D62C}{\mitsansk                 }{\mathalpha}{mathematical sans-serif italic small k}%
+\xUnicodeMathSymbol{"1D62D}{\mitsansl                 }{\mathalpha}{mathematical sans-serif italic small l}%
+\xUnicodeMathSymbol{"1D62E}{\mitsansm                 }{\mathalpha}{mathematical sans-serif italic small m}%
+\xUnicodeMathSymbol{"1D62F}{\mitsansn                 }{\mathalpha}{mathematical sans-serif italic small n}%
+\xUnicodeMathSymbol{"1D630}{\mitsanso                 }{\mathalpha}{mathematical sans-serif italic small o}%
+\xUnicodeMathSymbol{"1D631}{\mitsansp                 }{\mathalpha}{mathematical sans-serif italic small p}%
+\xUnicodeMathSymbol{"1D632}{\mitsansq                 }{\mathalpha}{mathematical sans-serif italic small q}%
+\xUnicodeMathSymbol{"1D633}{\mitsansr                 }{\mathalpha}{mathematical sans-serif italic small r}%
+\xUnicodeMathSymbol{"1D634}{\mitsanss                 }{\mathalpha}{mathematical sans-serif italic small s}%
+\xUnicodeMathSymbol{"1D635}{\mitsanst                 }{\mathalpha}{mathematical sans-serif italic small t}%
+\xUnicodeMathSymbol{"1D636}{\mitsansu                 }{\mathalpha}{mathematical sans-serif italic small u}%
+\xUnicodeMathSymbol{"1D637}{\mitsansv                 }{\mathalpha}{mathematical sans-serif italic small v}%
+\xUnicodeMathSymbol{"1D638}{\mitsansw                 }{\mathalpha}{mathematical sans-serif italic small w}%
+\xUnicodeMathSymbol{"1D639}{\mitsansx                 }{\mathalpha}{mathematical sans-serif italic small x}%
+\xUnicodeMathSymbol{"1D63A}{\mitsansy                 }{\mathalpha}{mathematical sans-serif italic small y}%
+\xUnicodeMathSymbol{"1D63B}{\mitsansz                 }{\mathalpha}{mathematical sans-serif italic small z}%
+\xUnicodeMathSymbol{"1D63C}{\mbfitsansA               }{\mathalpha}{mathematical sans-serif bold italic capital a}%
+\xUnicodeMathSymbol{"1D63D}{\mbfitsansB               }{\mathalpha}{mathematical sans-serif bold italic capital b}%
+\xUnicodeMathSymbol{"1D63E}{\mbfitsansC               }{\mathalpha}{mathematical sans-serif bold italic capital c}%
+\xUnicodeMathSymbol{"1D63F}{\mbfitsansD               }{\mathalpha}{mathematical sans-serif bold italic capital d}%
+\xUnicodeMathSymbol{"1D640}{\mbfitsansE               }{\mathalpha}{mathematical sans-serif bold italic capital e}%
+\xUnicodeMathSymbol{"1D641}{\mbfitsansF               }{\mathalpha}{mathematical sans-serif bold italic capital f}%
+\xUnicodeMathSymbol{"1D642}{\mbfitsansG               }{\mathalpha}{mathematical sans-serif bold italic capital g}%
+\xUnicodeMathSymbol{"1D643}{\mbfitsansH               }{\mathalpha}{mathematical sans-serif bold italic capital h}%
+\xUnicodeMathSymbol{"1D644}{\mbfitsansI               }{\mathalpha}{mathematical sans-serif bold italic capital i}%
+\xUnicodeMathSymbol{"1D645}{\mbfitsansJ               }{\mathalpha}{mathematical sans-serif bold italic capital j}%
+\xUnicodeMathSymbol{"1D646}{\mbfitsansK               }{\mathalpha}{mathematical sans-serif bold italic capital k}%
+\xUnicodeMathSymbol{"1D647}{\mbfitsansL               }{\mathalpha}{mathematical sans-serif bold italic capital l}%
+\xUnicodeMathSymbol{"1D648}{\mbfitsansM               }{\mathalpha}{mathematical sans-serif bold italic capital m}%
+\xUnicodeMathSymbol{"1D649}{\mbfitsansN               }{\mathalpha}{mathematical sans-serif bold italic capital n}%
+\xUnicodeMathSymbol{"1D64A}{\mbfitsansO               }{\mathalpha}{mathematical sans-serif bold italic capital o}%
+\xUnicodeMathSymbol{"1D64B}{\mbfitsansP               }{\mathalpha}{mathematical sans-serif bold italic capital p}%
+\xUnicodeMathSymbol{"1D64C}{\mbfitsansQ               }{\mathalpha}{mathematical sans-serif bold italic capital q}%
+\xUnicodeMathSymbol{"1D64D}{\mbfitsansR               }{\mathalpha}{mathematical sans-serif bold italic capital r}%
+\xUnicodeMathSymbol{"1D64E}{\mbfitsansS               }{\mathalpha}{mathematical sans-serif bold italic capital s}%
+\xUnicodeMathSymbol{"1D64F}{\mbfitsansT               }{\mathalpha}{mathematical sans-serif bold italic capital t}%
+\xUnicodeMathSymbol{"1D650}{\mbfitsansU               }{\mathalpha}{mathematical sans-serif bold italic capital u}%
+\xUnicodeMathSymbol{"1D651}{\mbfitsansV               }{\mathalpha}{mathematical sans-serif bold italic capital v}%
+\xUnicodeMathSymbol{"1D652}{\mbfitsansW               }{\mathalpha}{mathematical sans-serif bold italic capital w}%
+\xUnicodeMathSymbol{"1D653}{\mbfitsansX               }{\mathalpha}{mathematical sans-serif bold italic capital x}%
+\xUnicodeMathSymbol{"1D654}{\mbfitsansY               }{\mathalpha}{mathematical sans-serif bold italic capital y}%
+\xUnicodeMathSymbol{"1D655}{\mbfitsansZ               }{\mathalpha}{mathematical sans-serif bold italic capital z}%
+\xUnicodeMathSymbol{"1D656}{\mbfitsansa               }{\mathalpha}{mathematical sans-serif bold italic small a}%
+\xUnicodeMathSymbol{"1D657}{\mbfitsansb               }{\mathalpha}{mathematical sans-serif bold italic small b}%
+\xUnicodeMathSymbol{"1D658}{\mbfitsansc               }{\mathalpha}{mathematical sans-serif bold italic small c}%
+\xUnicodeMathSymbol{"1D659}{\mbfitsansd               }{\mathalpha}{mathematical sans-serif bold italic small d}%
+\xUnicodeMathSymbol{"1D65A}{\mbfitsanse               }{\mathalpha}{mathematical sans-serif bold italic small e}%
+\xUnicodeMathSymbol{"1D65B}{\mbfitsansf               }{\mathalpha}{mathematical sans-serif bold italic small f}%
+\xUnicodeMathSymbol{"1D65C}{\mbfitsansg               }{\mathalpha}{mathematical sans-serif bold italic small g}%
+\xUnicodeMathSymbol{"1D65D}{\mbfitsansh               }{\mathalpha}{mathematical sans-serif bold italic small h}%
+\xUnicodeMathSymbol{"1D65E}{\mbfitsansi               }{\mathalpha}{mathematical sans-serif bold italic small i}%
+\xUnicodeMathSymbol{"1D65F}{\mbfitsansj               }{\mathalpha}{mathematical sans-serif bold italic small j}%
+\xUnicodeMathSymbol{"1D660}{\mbfitsansk               }{\mathalpha}{mathematical sans-serif bold italic small k}%
+\xUnicodeMathSymbol{"1D661}{\mbfitsansl               }{\mathalpha}{mathematical sans-serif bold italic small l}%
+\xUnicodeMathSymbol{"1D662}{\mbfitsansm               }{\mathalpha}{mathematical sans-serif bold italic small m}%
+\xUnicodeMathSymbol{"1D663}{\mbfitsansn               }{\mathalpha}{mathematical sans-serif bold italic small n}%
+\xUnicodeMathSymbol{"1D664}{\mbfitsanso               }{\mathalpha}{mathematical sans-serif bold italic small o}%
+\xUnicodeMathSymbol{"1D665}{\mbfitsansp               }{\mathalpha}{mathematical sans-serif bold italic small p}%
+\xUnicodeMathSymbol{"1D666}{\mbfitsansq               }{\mathalpha}{mathematical sans-serif bold italic small q}%
+\xUnicodeMathSymbol{"1D667}{\mbfitsansr               }{\mathalpha}{mathematical sans-serif bold italic small r}%
+\xUnicodeMathSymbol{"1D668}{\mbfitsanss               }{\mathalpha}{mathematical sans-serif bold italic small s}%
+\xUnicodeMathSymbol{"1D669}{\mbfitsanst               }{\mathalpha}{mathematical sans-serif bold italic small t}%
+\xUnicodeMathSymbol{"1D66A}{\mbfitsansu               }{\mathalpha}{mathematical sans-serif bold italic small u}%
+\xUnicodeMathSymbol{"1D66B}{\mbfitsansv               }{\mathalpha}{mathematical sans-serif bold italic small v}%
+\xUnicodeMathSymbol{"1D66C}{\mbfitsansw               }{\mathalpha}{mathematical sans-serif bold italic small w}%
+\xUnicodeMathSymbol{"1D66D}{\mbfitsansx               }{\mathalpha}{mathematical sans-serif bold italic small x}%
+\xUnicodeMathSymbol{"1D66E}{\mbfitsansy               }{\mathalpha}{mathematical sans-serif bold italic small y}%
+\xUnicodeMathSymbol{"1D66F}{\mbfitsansz               }{\mathalpha}{mathematical sans-serif bold italic small z}%
+\xUnicodeMathSymbol{"1D670}{\mttA                     }{\mathalpha}{mathematical monospace capital a}%
+\xUnicodeMathSymbol{"1D671}{\mttB                     }{\mathalpha}{mathematical monospace capital b}%
+\xUnicodeMathSymbol{"1D672}{\mttC                     }{\mathalpha}{mathematical monospace capital c}%
+\xUnicodeMathSymbol{"1D673}{\mttD                     }{\mathalpha}{mathematical monospace capital d}%
+\xUnicodeMathSymbol{"1D674}{\mttE                     }{\mathalpha}{mathematical monospace capital e}%
+\xUnicodeMathSymbol{"1D675}{\mttF                     }{\mathalpha}{mathematical monospace capital f}%
+\xUnicodeMathSymbol{"1D676}{\mttG                     }{\mathalpha}{mathematical monospace capital g}%
+\xUnicodeMathSymbol{"1D677}{\mttH                     }{\mathalpha}{mathematical monospace capital h}%
+\xUnicodeMathSymbol{"1D678}{\mttI                     }{\mathalpha}{mathematical monospace capital i}%
+\xUnicodeMathSymbol{"1D679}{\mttJ                     }{\mathalpha}{mathematical monospace capital j}%
+\xUnicodeMathSymbol{"1D67A}{\mttK                     }{\mathalpha}{mathematical monospace capital k}%
+\xUnicodeMathSymbol{"1D67B}{\mttL                     }{\mathalpha}{mathematical monospace capital l}%
+\xUnicodeMathSymbol{"1D67C}{\mttM                     }{\mathalpha}{mathematical monospace capital m}%
+\xUnicodeMathSymbol{"1D67D}{\mttN                     }{\mathalpha}{mathematical monospace capital n}%
+\xUnicodeMathSymbol{"1D67E}{\mttO                     }{\mathalpha}{mathematical monospace capital o}%
+\xUnicodeMathSymbol{"1D67F}{\mttP                     }{\mathalpha}{mathematical monospace capital p}%
+\xUnicodeMathSymbol{"1D680}{\mttQ                     }{\mathalpha}{mathematical monospace capital q}%
+\xUnicodeMathSymbol{"1D681}{\mttR                     }{\mathalpha}{mathematical monospace capital r}%
+\xUnicodeMathSymbol{"1D682}{\mttS                     }{\mathalpha}{mathematical monospace capital s}%
+\xUnicodeMathSymbol{"1D683}{\mttT                     }{\mathalpha}{mathematical monospace capital t}%
+\xUnicodeMathSymbol{"1D684}{\mttU                     }{\mathalpha}{mathematical monospace capital u}%
+\xUnicodeMathSymbol{"1D685}{\mttV                     }{\mathalpha}{mathematical monospace capital v}%
+\xUnicodeMathSymbol{"1D686}{\mttW                     }{\mathalpha}{mathematical monospace capital w}%
+\xUnicodeMathSymbol{"1D687}{\mttX                     }{\mathalpha}{mathematical monospace capital x}%
+\xUnicodeMathSymbol{"1D688}{\mttY                     }{\mathalpha}{mathematical monospace capital y}%
+\xUnicodeMathSymbol{"1D689}{\mttZ                     }{\mathalpha}{mathematical monospace capital z}%
+\xUnicodeMathSymbol{"1D68A}{\mtta                     }{\mathalpha}{mathematical monospace small a}%
+\xUnicodeMathSymbol{"1D68B}{\mttb                     }{\mathalpha}{mathematical monospace small b}%
+\xUnicodeMathSymbol{"1D68C}{\mttc                     }{\mathalpha}{mathematical monospace small c}%
+\xUnicodeMathSymbol{"1D68D}{\mttd                     }{\mathalpha}{mathematical monospace small d}%
+\xUnicodeMathSymbol{"1D68E}{\mtte                     }{\mathalpha}{mathematical monospace small e}%
+\xUnicodeMathSymbol{"1D68F}{\mttf                     }{\mathalpha}{mathematical monospace small f}%
+\xUnicodeMathSymbol{"1D690}{\mttg                     }{\mathalpha}{mathematical monospace small g}%
+\xUnicodeMathSymbol{"1D691}{\mtth                     }{\mathalpha}{mathematical monospace small h}%
+\xUnicodeMathSymbol{"1D692}{\mtti                     }{\mathalpha}{mathematical monospace small i}%
+\xUnicodeMathSymbol{"1D693}{\mttj                     }{\mathalpha}{mathematical monospace small j}%
+\xUnicodeMathSymbol{"1D694}{\mttk                     }{\mathalpha}{mathematical monospace small k}%
+\xUnicodeMathSymbol{"1D695}{\mttl                     }{\mathalpha}{mathematical monospace small l}%
+\xUnicodeMathSymbol{"1D696}{\mttm                     }{\mathalpha}{mathematical monospace small m}%
+\xUnicodeMathSymbol{"1D697}{\mttn                     }{\mathalpha}{mathematical monospace small n}%
+\xUnicodeMathSymbol{"1D698}{\mtto                     }{\mathalpha}{mathematical monospace small o}%
+\xUnicodeMathSymbol{"1D699}{\mttp                     }{\mathalpha}{mathematical monospace small p}%
+\xUnicodeMathSymbol{"1D69A}{\mttq                     }{\mathalpha}{mathematical monospace small q}%
+\xUnicodeMathSymbol{"1D69B}{\mttr                     }{\mathalpha}{mathematical monospace small r}%
+\xUnicodeMathSymbol{"1D69C}{\mtts                     }{\mathalpha}{mathematical monospace small s}%
+\xUnicodeMathSymbol{"1D69D}{\mttt                     }{\mathalpha}{mathematical monospace small t}%
+\xUnicodeMathSymbol{"1D69E}{\mttu                     }{\mathalpha}{mathematical monospace small u}%
+\xUnicodeMathSymbol{"1D69F}{\mttv                     }{\mathalpha}{mathematical monospace small v}%
+\xUnicodeMathSymbol{"1D6A0}{\mttw                     }{\mathalpha}{mathematical monospace small w}%
+\xUnicodeMathSymbol{"1D6A1}{\mttx                     }{\mathalpha}{mathematical monospace small x}%
+\xUnicodeMathSymbol{"1D6A2}{\mtty                     }{\mathalpha}{mathematical monospace small y}%
+\xUnicodeMathSymbol{"1D6A3}{\mttz                     }{\mathalpha}{mathematical monospace small z}%
+\xUnicodeMathSymbol{"1D6A4}{\imath                    }{\mathalpha}{mathematical italic small dotless i}%
+\xUnicodeMathSymbol{"1D6A5}{\jmath                    }{\mathalpha}{mathematical italic small dotless j}%
+\xUnicodeMathSymbol{"1D6A8}{\mbfAlpha                 }{\mathalpha}{mathematical bold capital alpha}%
+\xUnicodeMathSymbol{"1D6A9}{\mbfBeta                  }{\mathalpha}{mathematical bold capital beta}%
+\xUnicodeMathSymbol{"1D6AA}{\mbfGamma                 }{\mathalpha}{mathematical bold capital gamma}%
+\xUnicodeMathSymbol{"1D6AB}{\mbfDelta                 }{\mathalpha}{mathematical bold capital delta}%
+\xUnicodeMathSymbol{"1D6AC}{\mbfEpsilon               }{\mathalpha}{mathematical bold capital epsilon}%
+\xUnicodeMathSymbol{"1D6AD}{\mbfZeta                  }{\mathalpha}{mathematical bold capital zeta}%
+\xUnicodeMathSymbol{"1D6AE}{\mbfEta                   }{\mathalpha}{mathematical bold capital eta}%
+\xUnicodeMathSymbol{"1D6AF}{\mbfTheta                 }{\mathalpha}{mathematical bold capital theta}%
+\xUnicodeMathSymbol{"1D6B0}{\mbfIota                  }{\mathalpha}{mathematical bold capital iota}%
+\xUnicodeMathSymbol{"1D6B1}{\mbfKappa                 }{\mathalpha}{mathematical bold capital kappa}%
+\xUnicodeMathSymbol{"1D6B2}{\mbfLambda                }{\mathalpha}{mathematical bold capital lambda}%
+\xUnicodeMathSymbol{"1D6B3}{\mbfMu                    }{\mathalpha}{mathematical bold capital mu}%
+\xUnicodeMathSymbol{"1D6B4}{\mbfNu                    }{\mathalpha}{mathematical bold capital nu}%
+\xUnicodeMathSymbol{"1D6B5}{\mbfXi                    }{\mathalpha}{mathematical bold capital xi}%
+\xUnicodeMathSymbol{"1D6B6}{\mbfOmicron               }{\mathalpha}{mathematical bold capital omicron}%
+\xUnicodeMathSymbol{"1D6B7}{\mbfPi                    }{\mathalpha}{mathematical bold capital pi}%
+\xUnicodeMathSymbol{"1D6B8}{\mbfRho                   }{\mathalpha}{mathematical bold capital rho}%
+\xUnicodeMathSymbol{"1D6B9}{\mbfvarTheta              }{\mathalpha}{mathematical bold capital theta symbol}%
+\xUnicodeMathSymbol{"1D6BA}{\mbfSigma                 }{\mathalpha}{mathematical bold capital sigma}%
+\xUnicodeMathSymbol{"1D6BB}{\mbfTau                   }{\mathalpha}{mathematical bold capital tau}%
+\xUnicodeMathSymbol{"1D6BC}{\mbfUpsilon               }{\mathalpha}{mathematical bold capital upsilon}%
+\xUnicodeMathSymbol{"1D6BD}{\mbfPhi                   }{\mathalpha}{mathematical bold capital phi}%
+\xUnicodeMathSymbol{"1D6BE}{\mbfChi                   }{\mathalpha}{mathematical bold capital chi}%
+\xUnicodeMathSymbol{"1D6BF}{\mbfPsi                   }{\mathalpha}{mathematical bold capital psi}%
+\xUnicodeMathSymbol{"1D6C0}{\mbfOmega                 }{\mathalpha}{mathematical bold capital omega}%
+\xUnicodeMathSymbol{"1D6C1}{\mbfnabla                 }{\mathalpha}{mathematical bold nabla}%
+\xUnicodeMathSymbol{"1D6C2}{\mbfalpha                 }{\mathalpha}{mathematical bold small alpha}%
+\xUnicodeMathSymbol{"1D6C3}{\mbfbeta                  }{\mathalpha}{mathematical bold small beta}%
+\xUnicodeMathSymbol{"1D6C4}{\mbfgamma                 }{\mathalpha}{mathematical bold small gamma}%
+\xUnicodeMathSymbol{"1D6C5}{\mbfdelta                 }{\mathalpha}{mathematical bold small delta}%
+\xUnicodeMathSymbol{"1D6C6}{\mbfepsilon               }{\mathalpha}{mathematical bold small epsilon}%
+\xUnicodeMathSymbol{"1D6C7}{\mbfzeta                  }{\mathalpha}{mathematical bold small zeta}%
+\xUnicodeMathSymbol{"1D6C8}{\mbfeta                   }{\mathalpha}{mathematical bold small eta}%
+\xUnicodeMathSymbol{"1D6C9}{\mbftheta                 }{\mathalpha}{mathematical bold small theta}%
+\xUnicodeMathSymbol{"1D6CA}{\mbfiota                  }{\mathalpha}{mathematical bold small iota}%
+\xUnicodeMathSymbol{"1D6CB}{\mbfkappa                 }{\mathalpha}{mathematical bold small kappa}%
+\xUnicodeMathSymbol{"1D6CC}{\mbflambda                }{\mathalpha}{mathematical bold small lambda}%
+\xUnicodeMathSymbol{"1D6CD}{\mbfmu                    }{\mathalpha}{mathematical bold small mu}%
+\xUnicodeMathSymbol{"1D6CE}{\mbfnu                    }{\mathalpha}{mathematical bold small nu}%
+\xUnicodeMathSymbol{"1D6CF}{\mbfxi                    }{\mathalpha}{mathematical bold small xi}%
+\xUnicodeMathSymbol{"1D6D0}{\mbfomicron               }{\mathalpha}{mathematical bold small omicron}%
+\xUnicodeMathSymbol{"1D6D1}{\mbfpi                    }{\mathalpha}{mathematical bold small pi}%
+\xUnicodeMathSymbol{"1D6D2}{\mbfrho                   }{\mathalpha}{mathematical bold small rho}%
+\xUnicodeMathSymbol{"1D6D3}{\mbfvarsigma              }{\mathalpha}{mathematical bold small final sigma}%
+\xUnicodeMathSymbol{"1D6D4}{\mbfsigma                 }{\mathalpha}{mathematical bold small sigma}%
+\xUnicodeMathSymbol{"1D6D5}{\mbftau                   }{\mathalpha}{mathematical bold small tau}%
+\xUnicodeMathSymbol{"1D6D6}{\mbfupsilon               }{\mathalpha}{mathematical bold small upsilon}%
+\xUnicodeMathSymbol{"1D6D7}{\mbfvarphi                }{\mathalpha}{mathematical bold small phi}%
+\xUnicodeMathSymbol{"1D6D8}{\mbfchi                   }{\mathalpha}{mathematical bold small chi}%
+\xUnicodeMathSymbol{"1D6D9}{\mbfpsi                   }{\mathalpha}{mathematical bold small psi}%
+\xUnicodeMathSymbol{"1D6DA}{\mbfomega                 }{\mathalpha}{mathematical bold small omega}%
+\xUnicodeMathSymbol{"1D6DB}{\mbfpartial               }{\mathalpha}{mathematical bold partial differential}%
+\xUnicodeMathSymbol{"1D6DC}{\mbfvarepsilon            }{\mathalpha}{mathematical bold epsilon symbol}%
+\xUnicodeMathSymbol{"1D6DD}{\mbfvartheta              }{\mathalpha}{mathematical bold theta symbol}%
+\xUnicodeMathSymbol{"1D6DE}{\mbfvarkappa              }{\mathalpha}{mathematical bold kappa symbol}%
+\xUnicodeMathSymbol{"1D6DF}{\mbfphi                   }{\mathalpha}{mathematical bold phi symbol}%
+\xUnicodeMathSymbol{"1D6E0}{\mbfvarrho                }{\mathalpha}{mathematical bold rho symbol}%
+\xUnicodeMathSymbol{"1D6E1}{\mbfvarpi                 }{\mathalpha}{mathematical bold pi symbol}%
+\xUnicodeMathSymbol{"1D6E2}{\mitAlpha                 }{\mathalpha}{mathematical italic capital alpha}%
+\xUnicodeMathSymbol{"1D6E3}{\mitBeta                  }{\mathalpha}{mathematical italic capital beta}%
+\xUnicodeMathSymbol{"1D6E4}{\mitGamma                 }{\mathalpha}{mathematical italic capital gamma}%
+\xUnicodeMathSymbol{"1D6E5}{\mitDelta                 }{\mathalpha}{mathematical italic capital delta}%
+\xUnicodeMathSymbol{"1D6E6}{\mitEpsilon               }{\mathalpha}{mathematical italic capital epsilon}%
+\xUnicodeMathSymbol{"1D6E7}{\mitZeta                  }{\mathalpha}{mathematical italic capital zeta}%
+\xUnicodeMathSymbol{"1D6E8}{\mitEta                   }{\mathalpha}{mathematical italic capital eta}%
+\xUnicodeMathSymbol{"1D6E9}{\mitTheta                 }{\mathalpha}{mathematical italic capital theta}%
+\xUnicodeMathSymbol{"1D6EA}{\mitIota                  }{\mathalpha}{mathematical italic capital iota}%
+\xUnicodeMathSymbol{"1D6EB}{\mitKappa                 }{\mathalpha}{mathematical italic capital kappa}%
+\xUnicodeMathSymbol{"1D6EC}{\mitLambda                }{\mathalpha}{mathematical italic capital lambda}%
+\xUnicodeMathSymbol{"1D6ED}{\mitMu                    }{\mathalpha}{mathematical italic capital mu}%
+\xUnicodeMathSymbol{"1D6EE}{\mitNu                    }{\mathalpha}{mathematical italic capital nu}%
+\xUnicodeMathSymbol{"1D6EF}{\mitXi                    }{\mathalpha}{mathematical italic capital xi}%
+\xUnicodeMathSymbol{"1D6F0}{\mitOmicron               }{\mathalpha}{mathematical italic capital omicron}%
+\xUnicodeMathSymbol{"1D6F1}{\mitPi                    }{\mathalpha}{mathematical italic capital pi}%
+\xUnicodeMathSymbol{"1D6F2}{\mitRho                   }{\mathalpha}{mathematical italic capital rho}%
+\xUnicodeMathSymbol{"1D6F3}{\mitvarTheta              }{\mathalpha}{mathematical italic capital theta symbol}%
+\xUnicodeMathSymbol{"1D6F4}{\mitSigma                 }{\mathalpha}{mathematical italic capital sigma}%
+\xUnicodeMathSymbol{"1D6F5}{\mitTau                   }{\mathalpha}{mathematical italic capital tau}%
+\xUnicodeMathSymbol{"1D6F6}{\mitUpsilon               }{\mathalpha}{mathematical italic capital upsilon}%
+\xUnicodeMathSymbol{"1D6F7}{\mitPhi                   }{\mathalpha}{mathematical italic capital phi}%
+\xUnicodeMathSymbol{"1D6F8}{\mitChi                   }{\mathalpha}{mathematical italic capital chi}%
+\xUnicodeMathSymbol{"1D6F9}{\mitPsi                   }{\mathalpha}{mathematical italic capital psi}%
+\xUnicodeMathSymbol{"1D6FA}{\mitOmega                 }{\mathalpha}{mathematical italic capital omega}%
+\xUnicodeMathSymbol{"1D6FB}{\mitnabla                 }{\mathalpha}{mathematical italic nabla}%
+\xUnicodeMathSymbol{"1D6FC}{\mitalpha                 }{\mathalpha}{mathematical italic small alpha}%
+\xUnicodeMathSymbol{"1D6FD}{\mitbeta                  }{\mathalpha}{mathematical italic small beta}%
+\xUnicodeMathSymbol{"1D6FE}{\mitgamma                 }{\mathalpha}{mathematical italic small gamma}%
+\xUnicodeMathSymbol{"1D6FF}{\mitdelta                 }{\mathalpha}{mathematical italic small delta}%
+\xUnicodeMathSymbol{"1D700}{\mitepsilon               }{\mathalpha}{mathematical italic small epsilon}%
+\xUnicodeMathSymbol{"1D701}{\mitzeta                  }{\mathalpha}{mathematical italic small zeta}%
+\xUnicodeMathSymbol{"1D702}{\miteta                   }{\mathalpha}{mathematical italic small eta}%
+\xUnicodeMathSymbol{"1D703}{\mittheta                 }{\mathalpha}{mathematical italic small theta}%
+\xUnicodeMathSymbol{"1D704}{\mitiota                  }{\mathalpha}{mathematical italic small iota}%
+\xUnicodeMathSymbol{"1D705}{\mitkappa                 }{\mathalpha}{mathematical italic small kappa}%
+\xUnicodeMathSymbol{"1D706}{\mitlambda                }{\mathalpha}{mathematical italic small lambda}%
+\xUnicodeMathSymbol{"1D707}{\mitmu                    }{\mathalpha}{mathematical italic small mu}%
+\xUnicodeMathSymbol{"1D708}{\mitnu                    }{\mathalpha}{mathematical italic small nu}%
+\xUnicodeMathSymbol{"1D709}{\mitxi                    }{\mathalpha}{mathematical italic small xi}%
+\xUnicodeMathSymbol{"1D70A}{\mitomicron               }{\mathalpha}{mathematical italic small omicron}%
+\xUnicodeMathSymbol{"1D70B}{\mitpi                    }{\mathalpha}{mathematical italic small pi}%
+\xUnicodeMathSymbol{"1D70C}{\mitrho                   }{\mathalpha}{mathematical italic small rho}%
+\xUnicodeMathSymbol{"1D70D}{\mitvarsigma              }{\mathalpha}{mathematical italic small final sigma}%
+\xUnicodeMathSymbol{"1D70E}{\mitsigma                 }{\mathalpha}{mathematical italic small sigma}%
+\xUnicodeMathSymbol{"1D70F}{\mittau                   }{\mathalpha}{mathematical italic small tau}%
+\xUnicodeMathSymbol{"1D710}{\mitupsilon               }{\mathalpha}{mathematical italic small upsilon}%
+\xUnicodeMathSymbol{"1D711}{\mitphi                   }{\mathalpha}{mathematical italic small phi}%
+\xUnicodeMathSymbol{"1D712}{\mitchi                   }{\mathalpha}{mathematical italic small chi}%
+\xUnicodeMathSymbol{"1D713}{\mitpsi                   }{\mathalpha}{mathematical italic small psi}%
+\xUnicodeMathSymbol{"1D714}{\mitomega                 }{\mathalpha}{mathematical italic small omega}%
+\xUnicodeMathSymbol{"1D715}{\mitpartial               }{\mathalpha}{mathematical italic partial differential}%
+\xUnicodeMathSymbol{"1D716}{\mitvarepsilon            }{\mathalpha}{mathematical italic epsilon symbol}%
+\xUnicodeMathSymbol{"1D717}{\mitvartheta              }{\mathalpha}{mathematical italic theta symbol}%
+\xUnicodeMathSymbol{"1D718}{\mitvarkappa              }{\mathalpha}{mathematical italic kappa symbol}%
+\xUnicodeMathSymbol{"1D719}{\mitvarphi                }{\mathalpha}{mathematical italic phi symbol}%
+\xUnicodeMathSymbol{"1D71A}{\mitvarrho                }{\mathalpha}{mathematical italic rho symbol}%
+\xUnicodeMathSymbol{"1D71B}{\mitvarpi                 }{\mathalpha}{mathematical italic pi symbol}%
+\xUnicodeMathSymbol{"1D71C}{\mbfitAlpha               }{\mathalpha}{mathematical bold italic capital alpha}%
+\xUnicodeMathSymbol{"1D71D}{\mbfitBeta                }{\mathalpha}{mathematical bold italic capital beta}%
+\xUnicodeMathSymbol{"1D71E}{\mbfitGamma               }{\mathalpha}{mathematical bold italic capital gamma}%
+\xUnicodeMathSymbol{"1D71F}{\mbfitDelta               }{\mathalpha}{mathematical bold italic capital delta}%
+\xUnicodeMathSymbol{"1D720}{\mbfitEpsilon             }{\mathalpha}{mathematical bold italic capital epsilon}%
+\xUnicodeMathSymbol{"1D721}{\mbfitZeta                }{\mathalpha}{mathematical bold italic capital zeta}%
+\xUnicodeMathSymbol{"1D722}{\mbfitEta                 }{\mathalpha}{mathematical bold italic capital eta}%
+\xUnicodeMathSymbol{"1D723}{\mbfitTheta               }{\mathalpha}{mathematical bold italic capital theta}%
+\xUnicodeMathSymbol{"1D724}{\mbfitIota                }{\mathalpha}{mathematical bold italic capital iota}%
+\xUnicodeMathSymbol{"1D725}{\mbfitKappa               }{\mathalpha}{mathematical bold italic capital kappa}%
+\xUnicodeMathSymbol{"1D726}{\mbfitLambda              }{\mathalpha}{mathematical bold italic capital lambda}%
+\xUnicodeMathSymbol{"1D727}{\mbfitMu                  }{\mathalpha}{mathematical bold italic capital mu}%
+\xUnicodeMathSymbol{"1D728}{\mbfitNu                  }{\mathalpha}{mathematical bold italic capital nu}%
+\xUnicodeMathSymbol{"1D729}{\mbfitXi                  }{\mathalpha}{mathematical bold italic capital xi}%
+\xUnicodeMathSymbol{"1D72A}{\mbfitOmicron             }{\mathalpha}{mathematical bold italic capital omicron}%
+\xUnicodeMathSymbol{"1D72B}{\mbfitPi                  }{\mathalpha}{mathematical bold italic capital pi}%
+\xUnicodeMathSymbol{"1D72C}{\mbfitRho                 }{\mathalpha}{mathematical bold italic capital rho}%
+\xUnicodeMathSymbol{"1D72D}{\mbfitvarTheta            }{\mathalpha}{mathematical bold italic capital theta symbol}%
+\xUnicodeMathSymbol{"1D72E}{\mbfitSigma               }{\mathalpha}{mathematical bold italic capital sigma}%
+\xUnicodeMathSymbol{"1D72F}{\mbfitTau                 }{\mathalpha}{mathematical bold italic capital tau}%
+\xUnicodeMathSymbol{"1D730}{\mbfitUpsilon             }{\mathalpha}{mathematical bold italic capital upsilon}%
+\xUnicodeMathSymbol{"1D731}{\mbfitPhi                 }{\mathalpha}{mathematical bold italic capital phi}%
+\xUnicodeMathSymbol{"1D732}{\mbfitChi                 }{\mathalpha}{mathematical bold italic capital chi}%
+\xUnicodeMathSymbol{"1D733}{\mbfitPsi                 }{\mathalpha}{mathematical bold italic capital psi}%
+\xUnicodeMathSymbol{"1D734}{\mbfitOmega               }{\mathalpha}{mathematical bold italic capital omega}%
+\xUnicodeMathSymbol{"1D735}{\mbfitnabla               }{\mathalpha}{mathematical bold italic nabla}%
+\xUnicodeMathSymbol{"1D736}{\mbfitalpha               }{\mathalpha}{mathematical bold italic small alpha}%
+\xUnicodeMathSymbol{"1D737}{\mbfitbeta                }{\mathalpha}{mathematical bold italic small beta}%
+\xUnicodeMathSymbol{"1D738}{\mbfitgamma               }{\mathalpha}{mathematical bold italic small gamma}%
+\xUnicodeMathSymbol{"1D739}{\mbfitdelta               }{\mathalpha}{mathematical bold italic small delta}%
+\xUnicodeMathSymbol{"1D73A}{\mbfitepsilon             }{\mathalpha}{mathematical bold italic small epsilon}%
+\xUnicodeMathSymbol{"1D73B}{\mbfitzeta                }{\mathalpha}{mathematical bold italic small zeta}%
+\xUnicodeMathSymbol{"1D73C}{\mbfiteta                 }{\mathalpha}{mathematical bold italic small eta}%
+\xUnicodeMathSymbol{"1D73D}{\mbfittheta               }{\mathalpha}{mathematical bold italic small theta}%
+\xUnicodeMathSymbol{"1D73E}{\mbfitiota                }{\mathalpha}{mathematical bold italic small iota}%
+\xUnicodeMathSymbol{"1D73F}{\mbfitkappa               }{\mathalpha}{mathematical bold italic small kappa}%
+\xUnicodeMathSymbol{"1D740}{\mbfitlambda              }{\mathalpha}{mathematical bold italic small lambda}%
+\xUnicodeMathSymbol{"1D741}{\mbfitmu                  }{\mathalpha}{mathematical bold italic small mu}%
+\xUnicodeMathSymbol{"1D742}{\mbfitnu                  }{\mathalpha}{mathematical bold italic small nu}%
+\xUnicodeMathSymbol{"1D743}{\mbfitxi                  }{\mathalpha}{mathematical bold italic small xi}%
+\xUnicodeMathSymbol{"1D744}{\mbfitomicron             }{\mathalpha}{mathematical bold italic small omicron}%
+\xUnicodeMathSymbol{"1D745}{\mbfitpi                  }{\mathalpha}{mathematical bold italic small pi}%
+\xUnicodeMathSymbol{"1D746}{\mbfitrho                 }{\mathalpha}{mathematical bold italic small rho}%
+\xUnicodeMathSymbol{"1D747}{\mbfitvarsigma            }{\mathalpha}{mathematical bold italic small final sigma}%
+\xUnicodeMathSymbol{"1D748}{\mbfitsigma               }{\mathalpha}{mathematical bold italic small sigma}%
+\xUnicodeMathSymbol{"1D749}{\mbfittau                 }{\mathalpha}{mathematical bold italic small tau}%
+\xUnicodeMathSymbol{"1D74A}{\mbfitupsilon             }{\mathalpha}{mathematical bold italic small upsilon}%
+\xUnicodeMathSymbol{"1D74B}{\mbfitphi                 }{\mathalpha}{mathematical bold italic small phi}%
+\xUnicodeMathSymbol{"1D74C}{\mbfitchi                 }{\mathalpha}{mathematical bold italic small chi}%
+\xUnicodeMathSymbol{"1D74D}{\mbfitpsi                 }{\mathalpha}{mathematical bold italic small psi}%
+\xUnicodeMathSymbol{"1D74E}{\mbfitomega               }{\mathalpha}{mathematical bold italic small omega}%
+\xUnicodeMathSymbol{"1D74F}{\mbfitpartial             }{\mathalpha}{mathematical bold italic partial differential}%
+\xUnicodeMathSymbol{"1D750}{\mbfitvarepsilon          }{\mathalpha}{mathematical bold italic epsilon symbol}%
+\xUnicodeMathSymbol{"1D751}{\mbfitvartheta            }{\mathalpha}{mathematical bold italic theta symbol}%
+\xUnicodeMathSymbol{"1D752}{\mbfitvarkappa            }{\mathalpha}{mathematical bold italic kappa symbol}%
+\xUnicodeMathSymbol{"1D753}{\mbfitvarphi              }{\mathalpha}{mathematical bold italic phi symbol}%
+\xUnicodeMathSymbol{"1D754}{\mbfitvarrho              }{\mathalpha}{mathematical bold italic rho symbol}%
+\xUnicodeMathSymbol{"1D755}{\mbfitvarpi               }{\mathalpha}{mathematical bold italic pi symbol}%
+\xUnicodeMathSymbol{"1D756}{\mbfsansAlpha             }{\mathalpha}{mathematical sans-serif bold capital alpha}%
+\xUnicodeMathSymbol{"1D757}{\mbfsansBeta              }{\mathalpha}{mathematical sans-serif bold capital beta}%
+\xUnicodeMathSymbol{"1D758}{\mbfsansGamma             }{\mathalpha}{mathematical sans-serif bold capital gamma}%
+\xUnicodeMathSymbol{"1D759}{\mbfsansDelta             }{\mathalpha}{mathematical sans-serif bold capital delta}%
+\xUnicodeMathSymbol{"1D75A}{\mbfsansEpsilon           }{\mathalpha}{mathematical sans-serif bold capital epsilon}%
+\xUnicodeMathSymbol{"1D75B}{\mbfsansZeta              }{\mathalpha}{mathematical sans-serif bold capital zeta}%
+\xUnicodeMathSymbol{"1D75C}{\mbfsansEta               }{\mathalpha}{mathematical sans-serif bold capital eta}%
+\xUnicodeMathSymbol{"1D75D}{\mbfsansTheta             }{\mathalpha}{mathematical sans-serif bold capital theta}%
+\xUnicodeMathSymbol{"1D75E}{\mbfsansIota              }{\mathalpha}{mathematical sans-serif bold capital iota}%
+\xUnicodeMathSymbol{"1D75F}{\mbfsansKappa             }{\mathalpha}{mathematical sans-serif bold capital kappa}%
+\xUnicodeMathSymbol{"1D760}{\mbfsansLambda            }{\mathalpha}{mathematical sans-serif bold capital lambda}%
+\xUnicodeMathSymbol{"1D761}{\mbfsansMu                }{\mathalpha}{mathematical sans-serif bold capital mu}%
+\xUnicodeMathSymbol{"1D762}{\mbfsansNu                }{\mathalpha}{mathematical sans-serif bold capital nu}%
+\xUnicodeMathSymbol{"1D763}{\mbfsansXi                }{\mathalpha}{mathematical sans-serif bold capital xi}%
+\xUnicodeMathSymbol{"1D764}{\mbfsansOmicron           }{\mathalpha}{mathematical sans-serif bold capital omicron}%
+\xUnicodeMathSymbol{"1D765}{\mbfsansPi                }{\mathalpha}{mathematical sans-serif bold capital pi}%
+\xUnicodeMathSymbol{"1D766}{\mbfsansRho               }{\mathalpha}{mathematical sans-serif bold capital rho}%
+\xUnicodeMathSymbol{"1D767}{\mbfsansvarTheta          }{\mathalpha}{mathematical sans-serif bold capital theta symbol}%
+\xUnicodeMathSymbol{"1D768}{\mbfsansSigma             }{\mathalpha}{mathematical sans-serif bold capital sigma}%
+\xUnicodeMathSymbol{"1D769}{\mbfsansTau               }{\mathalpha}{mathematical sans-serif bold capital tau}%
+\xUnicodeMathSymbol{"1D76A}{\mbfsansUpsilon           }{\mathalpha}{mathematical sans-serif bold capital upsilon}%
+\xUnicodeMathSymbol{"1D76B}{\mbfsansPhi               }{\mathalpha}{mathematical sans-serif bold capital phi}%
+\xUnicodeMathSymbol{"1D76C}{\mbfsansChi               }{\mathalpha}{mathematical sans-serif bold capital chi}%
+\xUnicodeMathSymbol{"1D76D}{\mbfsansPsi               }{\mathalpha}{mathematical sans-serif bold capital psi}%
+\xUnicodeMathSymbol{"1D76E}{\mbfsansOmega             }{\mathalpha}{mathematical sans-serif bold capital omega}%
+\xUnicodeMathSymbol{"1D76F}{\mbfsansnabla             }{\mathalpha}{mathematical sans-serif bold nabla}%
+\xUnicodeMathSymbol{"1D770}{\mbfsansalpha             }{\mathalpha}{mathematical sans-serif bold small alpha}%
+\xUnicodeMathSymbol{"1D771}{\mbfsansbeta              }{\mathalpha}{mathematical sans-serif bold small beta}%
+\xUnicodeMathSymbol{"1D772}{\mbfsansgamma             }{\mathalpha}{mathematical sans-serif bold small gamma}%
+\xUnicodeMathSymbol{"1D773}{\mbfsansdelta             }{\mathalpha}{mathematical sans-serif bold small delta}%
+\xUnicodeMathSymbol{"1D774}{\mbfsansepsilon           }{\mathalpha}{mathematical sans-serif bold small epsilon}%
+\xUnicodeMathSymbol{"1D775}{\mbfsanszeta              }{\mathalpha}{mathematical sans-serif bold small zeta}%
+\xUnicodeMathSymbol{"1D776}{\mbfsanseta               }{\mathalpha}{mathematical sans-serif bold small eta}%
+\xUnicodeMathSymbol{"1D777}{\mbfsanstheta             }{\mathalpha}{mathematical sans-serif bold small theta}%
+\xUnicodeMathSymbol{"1D778}{\mbfsansiota              }{\mathalpha}{mathematical sans-serif bold small iota}%
+\xUnicodeMathSymbol{"1D779}{\mbfsanskappa             }{\mathalpha}{mathematical sans-serif bold small kappa}%
+\xUnicodeMathSymbol{"1D77A}{\mbfsanslambda            }{\mathalpha}{mathematical sans-serif bold small lambda}%
+\xUnicodeMathSymbol{"1D77B}{\mbfsansmu                }{\mathalpha}{mathematical sans-serif bold small mu}%
+\xUnicodeMathSymbol{"1D77C}{\mbfsansnu                }{\mathalpha}{mathematical sans-serif bold small nu}%
+\xUnicodeMathSymbol{"1D77D}{\mbfsansxi                }{\mathalpha}{mathematical sans-serif bold small xi}%
+\xUnicodeMathSymbol{"1D77E}{\mbfsansomicron           }{\mathalpha}{mathematical sans-serif bold small omicron}%
+\xUnicodeMathSymbol{"1D77F}{\mbfsanspi                }{\mathalpha}{mathematical sans-serif bold small pi}%
+\xUnicodeMathSymbol{"1D780}{\mbfsansrho               }{\mathalpha}{mathematical sans-serif bold small rho}%
+\xUnicodeMathSymbol{"1D781}{\mbfsansvarsigma          }{\mathalpha}{mathematical sans-serif bold small final sigma}%
+\xUnicodeMathSymbol{"1D782}{\mbfsanssigma             }{\mathalpha}{mathematical sans-serif bold small sigma}%
+\xUnicodeMathSymbol{"1D783}{\mbfsanstau               }{\mathalpha}{mathematical sans-serif bold small tau}%
+\xUnicodeMathSymbol{"1D784}{\mbfsansupsilon           }{\mathalpha}{mathematical sans-serif bold small upsilon}%
+\xUnicodeMathSymbol{"1D785}{\mbfsansphi               }{\mathalpha}{mathematical sans-serif bold small phi}%
+\xUnicodeMathSymbol{"1D786}{\mbfsanschi               }{\mathalpha}{mathematical sans-serif bold small chi}%
+\xUnicodeMathSymbol{"1D787}{\mbfsanspsi               }{\mathalpha}{mathematical sans-serif bold small psi}%
+\xUnicodeMathSymbol{"1D788}{\mbfsansomega             }{\mathalpha}{mathematical sans-serif bold small omega}%
+\xUnicodeMathSymbol{"1D789}{\mbfsanspartial           }{\mathalpha}{mathematical sans-serif bold partial differential}%
+\xUnicodeMathSymbol{"1D78A}{\mbfsansvarepsilon        }{\mathalpha}{mathematical sans-serif bold epsilon symbol}%
+\xUnicodeMathSymbol{"1D78B}{\mbfsansvartheta          }{\mathalpha}{mathematical sans-serif bold theta symbol}%
+\xUnicodeMathSymbol{"1D78C}{\mbfsansvarkappa          }{\mathalpha}{mathematical sans-serif bold kappa symbol}%
+\xUnicodeMathSymbol{"1D78D}{\mbfsansvarphi            }{\mathalpha}{mathematical sans-serif bold phi symbol}%
+\xUnicodeMathSymbol{"1D78E}{\mbfsansvarrho            }{\mathalpha}{mathematical sans-serif bold rho symbol}%
+\xUnicodeMathSymbol{"1D78F}{\mbfsansvarpi             }{\mathalpha}{mathematical sans-serif bold pi symbol}%
+\xUnicodeMathSymbol{"1D790}{\mbfitsansAlpha           }{\mathalpha}{mathematical sans-serif bold italic capital alpha}%
+\xUnicodeMathSymbol{"1D791}{\mbfitsansBeta            }{\mathalpha}{mathematical sans-serif bold italic capital beta}%
+\xUnicodeMathSymbol{"1D792}{\mbfitsansGamma           }{\mathalpha}{mathematical sans-serif bold italic capital gamma}%
+\xUnicodeMathSymbol{"1D793}{\mbfitsansDelta           }{\mathalpha}{mathematical sans-serif bold italic capital delta}%
+\xUnicodeMathSymbol{"1D794}{\mbfitsansEpsilon         }{\mathalpha}{mathematical sans-serif bold italic capital epsilon}%
+\xUnicodeMathSymbol{"1D795}{\mbfitsansZeta            }{\mathalpha}{mathematical sans-serif bold italic capital zeta}%
+\xUnicodeMathSymbol{"1D796}{\mbfitsansEta             }{\mathalpha}{mathematical sans-serif bold italic capital eta}%
+\xUnicodeMathSymbol{"1D797}{\mbfitsansTheta           }{\mathalpha}{mathematical sans-serif bold italic capital theta}%
+\xUnicodeMathSymbol{"1D798}{\mbfitsansIota            }{\mathalpha}{mathematical sans-serif bold italic capital iota}%
+\xUnicodeMathSymbol{"1D799}{\mbfitsansKappa           }{\mathalpha}{mathematical sans-serif bold italic capital kappa}%
+\xUnicodeMathSymbol{"1D79A}{\mbfitsansLambda          }{\mathalpha}{mathematical sans-serif bold italic capital lambda}%
+\xUnicodeMathSymbol{"1D79B}{\mbfitsansMu              }{\mathalpha}{mathematical sans-serif bold italic capital mu}%
+\xUnicodeMathSymbol{"1D79C}{\mbfitsansNu              }{\mathalpha}{mathematical sans-serif bold italic capital nu}%
+\xUnicodeMathSymbol{"1D79D}{\mbfitsansXi              }{\mathalpha}{mathematical sans-serif bold italic capital xi}%
+\xUnicodeMathSymbol{"1D79E}{\mbfitsansOmicron         }{\mathalpha}{mathematical sans-serif bold italic capital omicron}%
+\xUnicodeMathSymbol{"1D79F}{\mbfitsansPi              }{\mathalpha}{mathematical sans-serif bold italic capital pi}%
+\xUnicodeMathSymbol{"1D7A0}{\mbfitsansRho             }{\mathalpha}{mathematical sans-serif bold italic capital rho}%
+\xUnicodeMathSymbol{"1D7A1}{\mbfitsansvarTheta        }{\mathalpha}{mathematical sans-serif bold italic capital theta symbol}%
+\xUnicodeMathSymbol{"1D7A2}{\mbfitsansSigma           }{\mathalpha}{mathematical sans-serif bold italic capital sigma}%
+\xUnicodeMathSymbol{"1D7A3}{\mbfitsansTau             }{\mathalpha}{mathematical sans-serif bold italic capital tau}%
+\xUnicodeMathSymbol{"1D7A4}{\mbfitsansUpsilon         }{\mathalpha}{mathematical sans-serif bold italic capital upsilon}%
+\xUnicodeMathSymbol{"1D7A5}{\mbfitsansPhi             }{\mathalpha}{mathematical sans-serif bold italic capital phi}%
+\xUnicodeMathSymbol{"1D7A6}{\mbfitsansChi             }{\mathalpha}{mathematical sans-serif bold italic capital chi}%
+\xUnicodeMathSymbol{"1D7A7}{\mbfitsansPsi             }{\mathalpha}{mathematical sans-serif bold italic capital psi}%
+\xUnicodeMathSymbol{"1D7A8}{\mbfitsansOmega           }{\mathalpha}{mathematical sans-serif bold italic capital omega}%
+\xUnicodeMathSymbol{"1D7A9}{\mbfitsansnabla           }{\mathalpha}{mathematical sans-serif bold italic nabla}%
+\xUnicodeMathSymbol{"1D7AA}{\mbfitsansalpha           }{\mathalpha}{mathematical sans-serif bold italic small alpha}%
+\xUnicodeMathSymbol{"1D7AB}{\mbfitsansbeta            }{\mathalpha}{mathematical sans-serif bold italic small beta}%
+\xUnicodeMathSymbol{"1D7AC}{\mbfitsansgamma           }{\mathalpha}{mathematical sans-serif bold italic small gamma}%
+\xUnicodeMathSymbol{"1D7AD}{\mbfitsansdelta           }{\mathalpha}{mathematical sans-serif bold italic small delta}%
+\xUnicodeMathSymbol{"1D7AE}{\mbfitsansepsilon         }{\mathalpha}{mathematical sans-serif bold italic small epsilon}%
+\xUnicodeMathSymbol{"1D7AF}{\mbfitsanszeta            }{\mathalpha}{mathematical sans-serif bold italic small zeta}%
+\xUnicodeMathSymbol{"1D7B0}{\mbfitsanseta             }{\mathalpha}{mathematical sans-serif bold italic small eta}%
+\xUnicodeMathSymbol{"1D7B1}{\mbfitsanstheta           }{\mathalpha}{mathematical sans-serif bold italic small theta}%
+\xUnicodeMathSymbol{"1D7B2}{\mbfitsansiota            }{\mathalpha}{mathematical sans-serif bold italic small iota}%
+\xUnicodeMathSymbol{"1D7B3}{\mbfitsanskappa           }{\mathalpha}{mathematical sans-serif bold italic small kappa}%
+\xUnicodeMathSymbol{"1D7B4}{\mbfitsanslambda          }{\mathalpha}{mathematical sans-serif bold italic small lambda}%
+\xUnicodeMathSymbol{"1D7B5}{\mbfitsansmu              }{\mathalpha}{mathematical sans-serif bold italic small mu}%
+\xUnicodeMathSymbol{"1D7B6}{\mbfitsansnu              }{\mathalpha}{mathematical sans-serif bold italic small nu}%
+\xUnicodeMathSymbol{"1D7B7}{\mbfitsansxi              }{\mathalpha}{mathematical sans-serif bold italic small xi}%
+\xUnicodeMathSymbol{"1D7B8}{\mbfitsansomicron         }{\mathalpha}{mathematical sans-serif bold italic small omicron}%
+\xUnicodeMathSymbol{"1D7B9}{\mbfitsanspi              }{\mathalpha}{mathematical sans-serif bold italic small pi}%
+\xUnicodeMathSymbol{"1D7BA}{\mbfitsansrho             }{\mathalpha}{mathematical sans-serif bold italic small rho}%
+\xUnicodeMathSymbol{"1D7BB}{\mbfitsansvarsigma        }{\mathalpha}{mathematical sans-serif bold italic small final sigma}%
+\xUnicodeMathSymbol{"1D7BC}{\mbfitsanssigma           }{\mathalpha}{mathematical sans-serif bold italic small sigma}%
+\xUnicodeMathSymbol{"1D7BD}{\mbfitsanstau             }{\mathalpha}{mathematical sans-serif bold italic small tau}%
+\xUnicodeMathSymbol{"1D7BE}{\mbfitsansupsilon         }{\mathalpha}{mathematical sans-serif bold italic small upsilon}%
+\xUnicodeMathSymbol{"1D7BF}{\mbfitsansphi             }{\mathalpha}{mathematical sans-serif bold italic small phi}%
+\xUnicodeMathSymbol{"1D7C0}{\mbfitsanschi             }{\mathalpha}{mathematical sans-serif bold italic small chi}%
+\xUnicodeMathSymbol{"1D7C1}{\mbfitsanspsi             }{\mathalpha}{mathematical sans-serif bold italic small psi}%
+\xUnicodeMathSymbol{"1D7C2}{\mbfitsansomega           }{\mathalpha}{mathematical sans-serif bold italic small omega}%
+\xUnicodeMathSymbol{"1D7C3}{\mbfitsanspartial         }{\mathalpha}{mathematical sans-serif bold italic partial differential}%
+\xUnicodeMathSymbol{"1D7C4}{\mbfitsansvarepsilon      }{\mathalpha}{mathematical sans-serif bold italic epsilon symbol}%
+\xUnicodeMathSymbol{"1D7C5}{\mbfitsansvartheta        }{\mathalpha}{mathematical sans-serif bold italic theta symbol}%
+\xUnicodeMathSymbol{"1D7C6}{\mbfitsansvarkappa        }{\mathalpha}{mathematical sans-serif bold italic kappa symbol}%
+\xUnicodeMathSymbol{"1D7C7}{\mbfitsansvarphi          }{\mathalpha}{mathematical sans-serif bold italic phi symbol}%
+\xUnicodeMathSymbol{"1D7C8}{\mbfitsansvarrho          }{\mathalpha}{mathematical sans-serif bold italic rho symbol}%
+\xUnicodeMathSymbol{"1D7C9}{\mbfitsansvarpi           }{\mathalpha}{mathematical sans-serif bold italic pi symbol}%
+\xUnicodeMathSymbol{"1D7CA}{\mbfDigamma               }{\mathalpha}{mathematical bold capital digamma}%
+\xUnicodeMathSymbol{"1D7CB}{\mbfdigamma               }{\mathalpha}{mathematical bold small digamma}%
+\xUnicodeMathSymbol{"1D7CE}{\mbfzero                  }{\mathord}{mathematical bold digit 0}%
+\xUnicodeMathSymbol{"1D7CF}{\mbfone                   }{\mathord}{mathematical bold digit 1}%
+\xUnicodeMathSymbol{"1D7D0}{\mbftwo                   }{\mathord}{mathematical bold digit 2}%
+\xUnicodeMathSymbol{"1D7D1}{\mbfthree                 }{\mathord}{mathematical bold digit 3}%
+\xUnicodeMathSymbol{"1D7D2}{\mbffour                  }{\mathord}{mathematical bold digit 4}%
+\xUnicodeMathSymbol{"1D7D3}{\mbffive                  }{\mathord}{mathematical bold digit 5}%
+\xUnicodeMathSymbol{"1D7D4}{\mbfsix                   }{\mathord}{mathematical bold digit 6}%
+\xUnicodeMathSymbol{"1D7D5}{\mbfseven                 }{\mathord}{mathematical bold digit 7}%
+\xUnicodeMathSymbol{"1D7D6}{\mbfeight                 }{\mathord}{mathematical bold digit 8}%
+\xUnicodeMathSymbol{"1D7D7}{\mbfnine                  }{\mathord}{mathematical bold digit 9}%
+\xUnicodeMathSymbol{"1D7D8}{\Bbbzero                  }{\mathord}{mathematical double-struck digit 0}%
+\xUnicodeMathSymbol{"1D7D9}{\Bbbone                   }{\mathord}{mathematical double-struck digit 1}%
+\xUnicodeMathSymbol{"1D7DA}{\Bbbtwo                   }{\mathord}{mathematical double-struck digit 2}%
+\xUnicodeMathSymbol{"1D7DB}{\Bbbthree                 }{\mathord}{mathematical double-struck digit 3}%
+\xUnicodeMathSymbol{"1D7DC}{\Bbbfour                  }{\mathord}{mathematical double-struck digit 4}%
+\xUnicodeMathSymbol{"1D7DD}{\Bbbfive                  }{\mathord}{mathematical double-struck digit 5}%
+\xUnicodeMathSymbol{"1D7DE}{\Bbbsix                   }{\mathord}{mathematical double-struck digit 6}%
+\xUnicodeMathSymbol{"1D7DF}{\Bbbseven                 }{\mathord}{mathematical double-struck digit 7}%
+\xUnicodeMathSymbol{"1D7E0}{\Bbbeight                 }{\mathord}{mathematical double-struck digit 8}%
+\xUnicodeMathSymbol{"1D7E1}{\Bbbnine                  }{\mathord}{mathematical double-struck digit 9}%
+\xUnicodeMathSymbol{"1D7E2}{\msanszero                }{\mathord}{mathematical sans-serif digit 0}%
+\xUnicodeMathSymbol{"1D7E3}{\msansone                 }{\mathord}{mathematical sans-serif digit 1}%
+\xUnicodeMathSymbol{"1D7E4}{\msanstwo                 }{\mathord}{mathematical sans-serif digit 2}%
+\xUnicodeMathSymbol{"1D7E5}{\msansthree               }{\mathord}{mathematical sans-serif digit 3}%
+\xUnicodeMathSymbol{"1D7E6}{\msansfour                }{\mathord}{mathematical sans-serif digit 4}%
+\xUnicodeMathSymbol{"1D7E7}{\msansfive                }{\mathord}{mathematical sans-serif digit 5}%
+\xUnicodeMathSymbol{"1D7E8}{\msanssix                 }{\mathord}{mathematical sans-serif digit 6}%
+\xUnicodeMathSymbol{"1D7E9}{\msansseven               }{\mathord}{mathematical sans-serif digit 7}%
+\xUnicodeMathSymbol{"1D7EA}{\msanseight               }{\mathord}{mathematical sans-serif digit 8}%
+\xUnicodeMathSymbol{"1D7EB}{\msansnine                }{\mathord}{mathematical sans-serif digit 9}%
+\xUnicodeMathSymbol{"1D7EC}{\mbfsanszero              }{\mathord}{mathematical sans-serif bold digit 0}%
+\xUnicodeMathSymbol{"1D7ED}{\mbfsansone               }{\mathord}{mathematical sans-serif bold digit 1}%
+\xUnicodeMathSymbol{"1D7EE}{\mbfsanstwo               }{\mathord}{mathematical sans-serif bold digit 2}%
+\xUnicodeMathSymbol{"1D7EF}{\mbfsansthree             }{\mathord}{mathematical sans-serif bold digit 3}%
+\xUnicodeMathSymbol{"1D7F0}{\mbfsansfour              }{\mathord}{mathematical sans-serif bold digit 4}%
+\xUnicodeMathSymbol{"1D7F1}{\mbfsansfive              }{\mathord}{mathematical sans-serif bold digit 5}%
+\xUnicodeMathSymbol{"1D7F2}{\mbfsanssix               }{\mathord}{mathematical sans-serif bold digit 6}%
+\xUnicodeMathSymbol{"1D7F3}{\mbfsansseven             }{\mathord}{mathematical sans-serif bold digit 7}%
+\xUnicodeMathSymbol{"1D7F4}{\mbfsanseight             }{\mathord}{mathematical sans-serif bold digit 8}%
+\xUnicodeMathSymbol{"1D7F5}{\mbfsansnine              }{\mathord}{mathematical sans-serif bold digit 9}%
+\xUnicodeMathSymbol{"1D7F6}{\mttzero                  }{\mathord}{mathematical monospace digit 0}%
+\xUnicodeMathSymbol{"1D7F7}{\mttone                   }{\mathord}{mathematical monospace digit 1}%
+\xUnicodeMathSymbol{"1D7F8}{\mtttwo                   }{\mathord}{mathematical monospace digit 2}%
+\xUnicodeMathSymbol{"1D7F9}{\mttthree                 }{\mathord}{mathematical monospace digit 3}%
+\xUnicodeMathSymbol{"1D7FA}{\mttfour                  }{\mathord}{mathematical monospace digit 4}%
+\xUnicodeMathSymbol{"1D7FB}{\mttfive                  }{\mathord}{mathematical monospace digit 5}%
+\xUnicodeMathSymbol{"1D7FC}{\mttsix                   }{\mathord}{mathematical monospace digit 6}%
+\xUnicodeMathSymbol{"1D7FD}{\mttseven                 }{\mathord}{mathematical monospace digit 7}%
+\xUnicodeMathSymbol{"1D7FE}{\mtteight                 }{\mathord}{mathematical monospace digit 8}%
+\xUnicodeMathSymbol{"1D7FF}{\mttnine                  }{\mathord}{mathematical monospace digit 9}%
+\xUnicodeMathSymbol{"1EEF0}{\arabicmaj                }{\mathop}{arabic mathematical operator meem with hah with tatweel}%
+\xUnicodeMathSymbol{"1EEF1}{\arabichad                }{\mathop}{arabic mathematical operator hah with dal}%
+
+\def\mathbb#1{\csname Bbb\string#1\endcsname}
+
+\def\mathbf#1{{#1\mkern1mu#1}}
+
+
+% full width tables only
+\def\hline{%
+  \noalign{\ifnum0=`}\fi
+  \hbox to \hsize{\leaders\hbox{\string_}\hfill}\futurelet
+   \reserved at a\@xhline}
+
+\def\@cline#1-#2\@nil{%
+  \omit
+  \@multicnt#1%
+  \advance\@multispan\m at ne
+  \ifnum\@multicnt=\@ne\@firstofone{&\omit}\fi
+  \@multicnt#2%
+  \advance\@multicnt-#1%
+  \advance\@multispan\@ne
+  \leaders\hbox{\string_}\hfill
+  \cr
+  \noalign{\vskip-\arrayrulewidth}}
+
+\def\vline{|}
+
+\def\@arrayrule{\@addtopreamble{\hskip -.5\arrayrulewidth
+   |\hskip -.5\arrayrulewidth}}
+
+\let\oldhrule\hrule
+\def\hrule{\directlua{
+local h,w,d,hh,ww,dd
+h=token.scan_keyword("height")
+if(h) then
+hh=token.scan_dimen()
+end
+d=token.scan_keyword("depth")
+if(d) then
+dd=token.scan_dimen()
+end
+w=token.scan_keyword("width")
+if(w) then
+ww=token.scan_dimen()
+end
+%print('\string\n=====')
+%print('h' .. tostring(h) .. (hh or '*'))
+%print('d' .. tostring(d) .. (dd or '*'))
+%print('w' .. tostring(w) .. (ww or '*'))
+%print('=====\string\n')
+tex.sprint('\string\\par\string\\noindent\string\\leaders\string\\hbox{\string\\string_}\string\\hfill\string\\space')%
+}}
\ No newline at end of file


Property changes on: trunk/Master/texmf-dist/tex/lualatex/typewriter/typewriter.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/tlpkg/bin/tlpkg-ctan-check
===================================================================
--- trunk/Master/tlpkg/bin/tlpkg-ctan-check	2018-02-09 00:20:04 UTC (rev 46573)
+++ trunk/Master/tlpkg/bin/tlpkg-ctan-check	2018-02-09 00:21:15 UTC (rev 46574)
@@ -645,7 +645,7 @@
     tui turabian turabian-formatting turkmen turnstile turnthepage
     twoinone twoup
     txfonts txfontsb txgreeks txuprcal
-    type1cm typed-checklist typeface typehtml typeoutfileinfo
+    type1cm typed-checklist typeface typehtml typeoutfileinfo typewriter
     typicons typoaid typogrid
   uaclasses uafthesis uantwerpendocs uassign
     ucharcat ucharclasses ucbthesis ucdavisthesis ucs

Modified: trunk/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc	2018-02-09 00:20:04 UTC (rev 46573)
+++ trunk/Master/tlpkg/tlpsrc/collection-luatex.tlpsrc	2018-02-09 00:21:15 UTC (rev 46574)
@@ -36,3 +36,4 @@
 depend placeat
 depend selnolig
 depend spelling
+depend typewriter

Added: trunk/Master/tlpkg/tlpsrc/typewriter.tlpsrc
===================================================================


More information about the tex-live-commits mailing list