Exponents

Submitted by IridiumPingo on January 14, 2026
I am in the process of making a physics quiz and I am wondering how can I add exponents in the quiz?
5 Comments
+2
Level 61
Jan 14, 2026
You should be able to simply search them up on Google and copypaste any numbers you see.
+3
Level 61
Jan 14, 2026
Like this ¹²³⁴⁵⁶⁷⁸⁹
+3
Level 56
Jan 14, 2026
Use the superscript HTML tag.

For example, if you want to write 5 to the power of 2, write "5< sup >2< /sup >"

Don't put spaces before or after the less-than and greater-than signs. I'm doing it here because otherwise it won't display.

+3
Level 39
Jan 14, 2026
Thank you so much
+2
Level 84
Jan 14, 2026
You can show html as plain text by replacing < with & lt; and > with & gt; (again without the spaces, I am in turn not sure how you show those replacers as plain text lol)