As I found this for squared symbol numbers.
Is it maybe possible to have some [text] like number two is presented in example?
Like here if you put:
²
in HTML code you got: 2²
Put those characters after the text you want or your can use <sup> tag around 2.
2²
2<sup>2</sup>
This is called Superscript and actually there is a special HTML element just for this task: <sup>
You simply need to wrap your desired text inside <sup></sup>
Here's an example:
<span>my<sup>text</sup></span>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With