Technical information

Symbol
NameRoman numeral five thousand
Unicode numberU+2181
CategoryArchaic Roman numerals
DescriptionThe Unicode character ↁ, or U+2181, is known as the "Roman Numeral Five Thousand". It belongs to the "Number Forms" block in the Unicode standard. This character represents the number five thousand in the Roman numeral system, which is an ancient numeral system used in the Roman Empire. Roman numerals use combinations of letters from the Latin alphabet to represent numbers. In the traditional Roman numeral system, the value of five thousand was often represented by a "V" with a bar over it. However, ↁ provides an alternative representation. The Roman Numeral Five Thousand might be used in specific historical or contextual settings where the representation of large numbers in Roman numerals is necessary. The specific appearance and usage of this character can depend on the system and application it's being used in.

Encoding

HTML Entityↁ
HTML Entity (hex)ↁ
URL Escape Code%E2%86%81
UTF-8 (hex)0xE2 0x86 0x81
UTF-8 (binary)11100010:10000110:10000001
UTF-160x2181
UTF-320x00002181

Source Code

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

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

            
span {
    content: "\2181";
}

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