³

Technical information

Symbol³
NameSuperscript three
Unicode numberU+00B3
CategorySubscript and superscriptSuperscript numbersLatin-1 Supplement2. Latin-1 punctuation and symbols
DescriptionThe Unicode character ³, or U+00B3, is named "Superscript Three". This character belongs to the "Latin-1 Supplement" block, which contains characters frequently used in Western languages and extends the original ASCII character set. It falls under the "Number, Other" category. Visually, it represents the digit three in a smaller font size and positioned slightly above the baseline, in line with the conventional style for superscript characters. In mathematical and scientific notation, the superscript three is most commonly used to represent the cube of a number or variable (for example, x³ signifies "x cubed", or "x times x times x"). It can also be used in textual contexts to indicate a footnote or reference mark. The specific interpretation of this character can vary depending on the context.

Encoding

HTML Entity³
HTML Entity (hex)³
HTML Entity (named)³
URL Escape Code%C2%B3
UTF-8 (hex)0xC2 0xB3
UTF-8 (binary)1100001010110011
UTF-160x00B3
UTF-320x000000B3

Source Code

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

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>&#179;</span>

            
span {
    content: "\00B3";
}

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