Superscript Two
²
UNICODE
U+000B2HEX CODE
²HTML CODE
²HTML ENTITY
²CSS CODE
\00B2 // html example
<span>²</span> // css example
span {
content: "\00B2";
} ²
U+000B2²²²\00B2 // html example
<span>²</span> // css example
span {
content: "\00B2";
}