Is there an alternative for \XeTeXglyph that works in math mode? Or is there a way \XeTeXglyph itself can work in math mode?
I want to access a specific glyph as a math symbol (UF091F specifically) in Minion Math using \XeTeXglyph but each time I try an error comes up saying
! You can't use \XeTeXglyph in math mode.
Using \symbol{######} works fine in LuaLaTeX but I think because the glyph I want is a 6 digit number, in XeTeX it outputs ! Bad character code (######) (where ###### is the symbol number as found using this method. Hence why I'm trying to use \XeTeXglyph, unless there actually is a way of using \symbol for that glyph without that error?


\text{\XeTeXglyph...}should work (if you loadamsmath). – egreg Jan 10 '15 at 18:49\mathrel{\text{\XeTeXglyph...}}or\mathbinor one of the other primitives. – egreg Jan 10 '15 at 18:49