How can we generate a font table for the XITSMath-Bold font using the XeLaTeX compiler?
\documentclass{article}
\usepackage{fontspec}
\usepackage{fonttable}
\begin{document}
\fonttable{XITSMath-Bold}
\end{document}
There's unicodefonttable. Compile with LuaLaTeX:
\documentclass{article}
\usepackage{unicodefonttable}
\begin{document}
\displayfonttable{XITSMath-Bold.otf}
\end{document}
There will be five more pages.
unicodefonttablepackage