Can I avoid special Unicode characters, such as β€œπΆ, 𝑋, π‘₯”, instead of the regular β€œC, X, x” in MathML when exporting to html?

In VS Code, I use Tinymist to export a .typ document to an HTML file. I noticed that the MathML formulas in the exported HTML use special Unicode characters, such as β€œπΆ, 𝑋, π‘₯”, instead of the regular β€œC, X, x”.

What causes this, and how can I fix it?

When Tinymist exports a .typ document to HTML, does it support exporting math formulas directly to LaTeX codes as Ascii math format or tex format?

Typst uses MathML for equations. I have experienced this issue too. It’s weird because replacing the characters manually doesn’t change anything in the rendered result.

This made me think of KaTeX. They use MathML for accessibility and HTML/CSS for visual rendering. Typst HTML export would be a great alternative to KaTeX.