Superscript Latin Small Letter N
ⁿ
UNICODE
U+0207FHEX CODE
ⁿHTML CODE
ⁿHTML ENTITY
—CSS CODE
\207F // html example
<span>ⁿ</span> // css example
span {
content: "\207F";
} ⁿ
U+0207Fⁿⁿ—\207F // html example
<span>ⁿ</span> // css example
span {
content: "\207F";
}