How to implement math symbols in unity? like integration, square root, etc.

I am trying to create a math game that displays functions on the screen. I want to use math symbols like integration and square root. I only found TEXDraw that can help me do that. is there any other asset or something else?

TEXDraw looks pretty good. I’d consider spending the money on it.
There’s a lot more to rendering mathematical expressions than just having a glyph for integration.

Another approach might be to find a way to render HTML in unity,
and then see if you can MathML going.

But really, ask yourself how valuable your time is, and whether it’s worth the $50 for TEXDraw.

Quick Google search found this: Noto Sans Math - Google Fonts