Superscript Zero
⁰
UNICODE
U+02070HEX CODE
⁰HTML CODE
⁰HTML ENTITY
—CSS CODE
\2070 // html example
<span>⁰</span> // css example
span {
content: "\2070";
} ⁰
U+02070⁰⁰—\2070 // html example
<span>⁰</span> // css example
span {
content: "\2070";
}