Superscript One
¹
UNICODE
U+000B9HEX CODE
¹HTML CODE
¹HTML ENTITY
¹CSS CODE
\00B9 // html example
<span>¹</span> // css example
span {
content: "\00B9";
} ¹
U+000B9¹¹¹\00B9 // html example
<span>¹</span> // css example
span {
content: "\00B9";
}