The following MWE produces a blank document, as the default font does not contain ⟿.
\documentclass{article} \usepackage{polyglossia} \usepackage{fontspec} \begin{document} \(⟿\) \end{document} Adding \usepackage{unicode-math} solves the issue:
How can I get this arrow without using unicode-math? I could prefix the character with \fontspec{some font}, but I don't know which font gives this particular look; other fonts that I tried looked rather different (for example with Asana Math):
How do I get the curly arrow pictured above without loading unicode-math?
EDIT: Explicitly selecting Latin Modern Math gives me a blank document:
\documentclass{article} \usepackage{polyglossia} \usepackage{fontspec} \begin{document} \fontspec{Latin Modern Math}⟿ \end{document} 



unicode-math, the standard math fonts are used and⟿corresponds to nothing.