Technical information

Symbol
NameSubscript five
Unicode numberU+2085
CategorySubscript and superscriptSubscript numbers
DescriptionThe Unicode character ₅, or U+2085, is known as the "Subscript Five". It is part of the "Superscripts and Subscripts" block in the Unicode standard and falls under the "Decimal Number" category. This character is generally used in mathematical and scientific contexts, where it allows for the notation of bases in logarithmic expressions, indices in mathematical expressions, or denotes a specific sequence in formulas. For example, it could be used to represent the fifth element in a sequence or series. It's important to note that in most textual contexts, regular numbers are used instead, making this character more specialized.

Encoding

HTML Entity₅
HTML Entity (hex)₅
URL Escape Code%E2%82%85
UTF-8 (hex)0xE2 0x82 0x85
UTF-8 (binary)11100010:10000010:10000101
UTF-160x2085
UTF-320x00002085

Source Code

C, C++, and Java"\u2085"
CSS Code\2085
JavaScript"\u2085"
Perl\x{2085}
Python 2u"\u2085"
Python 3\u2085
Ruby\u{2085}

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

            
span {
    content: "\2085";
}

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