`\textvisiblespace` not working in MathJax

The command \textvisiblespace isn’t working correctly in MathJax.

When displaying the card it isn’t a known command:
0_textvisiblespace_view
(on Anki Desktop, AnkiWeb, AnkiDroid)

But it shows perfectly in the editing space:
0_textvisiblespace_editing
(fine in editing space, but at the same time not known in preview)

When using the command in Latex instead of MathJax,
it displays correctly.
(in LaTeX the command works in Math and Text-Mode)

I never use MathJax in Anki. However, it seems that you should add the corresponding package before using that command. See textcomp — MathJax 3.2 documentation.

How can I do that?

I tried it with \require{textcomp} and with a script, but both aren’t working:
0_mathjax_textcomp

Sorry, I have no idea about that.

Adding
\( \newcommand{\textvisiblespace}{␣} \)
to the card solved it.

1 Like