Technical information

Symbol
NameRoman numeral four
Unicode numberU+2163
CategoryRoman numerals
DescriptionThe Unicode character Ⅳ, or U+2163, is known as the "Roman Numeral Four". It belongs to the "Number Forms" block in the Unicode standard. This character represents the number four 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 this system, the symbol "Ⅳ" is formed by placing a "I" before "V", indicating one less than five, which equals four. The Roman Numeral Four is commonly seen on clock faces, book chapters, movie sequels, and other places where Roman numerals are traditionally used. 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%85%A3
UTF-8 (hex)0xE2 0x85 0xA3
UTF-8 (binary)11100010:10000101:10100011
UTF-160x2163
UTF-320x00002163

Source Code

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

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

            
span {
    content: "\2163";
}

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