Show Mathematical Equations in ui text or gui text

Is there a way to show mathematical equations (fractions, radicals, integrals, etc…)?
if there is a font please the link

Hello @nezarabd, I’m confused on what you meant there. If you meant how to show the equation here is an example:

public Text Equation;
void Update()
{
   Equation.text = "10 + 5 = " + 5;
}

it is kind of simple and may not be what you wan’t but that’s what I got from your question.

No, Unity doesn’t have any built-in Tex renderer. However there are paid solutions on the assetstore. This package seems to be based on this .NET Tex renderer which is released under an MIT license. Though the assetstore package is already adjusted for use in Unity.