¹

Technical information

Symbol¹
NameSuperscript one
Unicode numberU+00B9
CategorySubscript and superscriptSuperscript numbersLatin-1 Supplement2. Latin-1 punctuation and symbols
DescriptionThe Unicode character ¹, or U+00B9, is named "Superscript One". It belongs to the "Latin-1 Supplement" block, which contains characters used commonly in Western languages and extends the original ASCII character set. The character falls under the "Number, Other" category. Visually, it represents the digit one positioned slightly above the baseline and in a smaller font size, the conventional style for superscript characters. The superscript one is frequently used in mathematical and scientific notation. For example, it can be used to indicate a power or exponent, as in x¹, which simply means "x to the power of one". Furthermore, it can be used in footnotes and other forms of annotations to indicate a reference or note. The specific interpretation of this character can vary depending on context.

Encoding

HTML Entity¹
HTML Entity (hex)¹
HTML Entity (named)¹
URL Escape Code%C2%B9
UTF-8 (hex)0xC2 0xB9
UTF-8 (binary)1100001010111001
UTF-160x00B9
UTF-320x000000B9

Source Code

C, C++, and Java"\u00B9"
CSS Code\00B9
JavaScript"\u00B9"
Perl\x{00B9}
Python 2u"\u00B9"
Python 3\u00B9
Ruby\u{00B9}

Preview

This Unicode character looks like this ¹ in sentence and in bold like this ¹ and in italic like this ¹.

Font size:

¹
12px
¹
16px
¹
20px
¹
28px
¹
36px
¹
48px
¹
72px

CSS Property: font-weight

¹
100
¹
200
¹
300
¹
400
¹
500
¹
600
¹
700
¹
800
¹
900

HTML Forms and Input

input
disabled input
¹
input-group
select
button
button

Code examples in HTML and CSS

<span>&#185;</span>

            
span {
    content: "\00B9";
}

The symbol in different fonts

¹
-apple-system
¹
Apple Color Emoji
¹
Arial
¹
BlinkMacSystemFont
¹
Courier New
¹
Georgia
¹
Droid Sans
¹
Helvetica
¹
Noto Sans
¹
Oxygen
¹
Roboto
¹
"Segoe UI"
¹
sans-serif
¹
Segoe UI Emoji
¹
Segoe UI Symbol
¹
system-ui
¹
Times New Roman
¹
Ubuntu
¹
Verdana

References