+ 2
How to write Math symbols into the html code? Even simpel codes like square root or an integral sign are a problem.
I have tried codes like & .... Is Latex an option? How?
2 Réponses
+ 3
You can either use the HTML code or the Unicode number for that symbol to display it as that character (here's a reference to math symbols: https://unicode-table.com/en/#mathematical-operators )
+ 1
Thank you Faisel. Your reply was useful.