How can I use a specific character of a specific font? And how could I use it in math-mode?
I have tried to use, what I would expect to work:
\documentclass{report}
\usepackage{fontspec}
\newfontfamily\specialfont{mathb12}
\newcommand\myroundtarrow{\specialfont\symbol{"FC}}
\begin{document}
\myroundarrow
\end{document}
and, amazingly, I DO get the character, but not without a lot of errors on part of Metafont and even one from fontspec saying it can't find the font:
! Package fontspec Error: The font "mathb12/B" cannot be found.
I am aware of the Q/A in here but the solution there produces some of the same errors under TeXLive 2020 xelatex.
