₃
Technical information
Symbol | ₃ | |
Name | Subscript three | |
Unicode number | U+2083 | |
Category | Subscript and superscriptSubscript numbers |
Description | The Unicode character ₃, or U+2083, is known as the "Subscript Three". It is part of the "Superscripts and Subscripts" block and falls under the "Number, Decimal Digit" category in the Unicode standard. This character is typically used in mathematical and scientific texts to represent a number or variable that is a subscript. For instance, in the formula for the volume of a cube (s³), where 's' is the length of a side, '³' is superscript. But if we are dealing with a sequence or a series like a3, '3' would be a subscript. These notations help in conveying complex mathematical and scientific ideas in a concise manner. |
Encoding
HTML Entity | ₃ | |
HTML Entity (hex) | ₃ | |
URL Escape Code | %E2%82%83 | |
UTF-8 (hex) | 0xE2 0x82 0x83 | |
UTF-8 (binary) | 11100010:10000010:10000011 | |
UTF-16 | 0x2083 | |
UTF-32 | 0x00002083 |
Source Code
C, C++, and Java | "\u2083" | |
CSS Code | \2083 | |
JavaScript | "\u2083" | |
Perl | \x{2083} | |
Python 2 | u"\u2083" | |
Python 3 | \u2083 | |
Ruby | \u{2083} |
Preview
This Unicode character looks like this ₃ in sentence and in bold like this ₃ and in italic like this ₃.
input-group
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
₃
select
button
button
Code examples in HTML and CSS
<span>₃</span>
span {
content: "\2083";
}
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