3

Technical information

Symbol3
NameDigit three
Unicode numberU+0033
CategoryASCII Table3. ASCII digits

Encoding

HTML Entity3
HTML Entity (hex)3
URL Escape Code3
UTF-8 (hex)0x33
UTF-8 (binary)00110011
UTF-160x0033
UTF-320x00000033

Source Code

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

Preview

This Unicode character looks like this 3 in sentence and in bold like this 3 and in italic like this 3.

Font size:

3
12px
3
16px
3
20px
3
28px
3
36px
3
48px
3
72px

CSS Property: font-weight

3
100
3
200
3
300
3
400
3
500
3
600
3
700
3
800
3
900

HTML Forms and Input

input
disabled input
3
input-group
select
button
button

Code examples in HTML and CSS

<span>&#51;</span>

            
span {
    content: "\0033";
}

The symbol in different fonts

3
-apple-system
3
Apple Color Emoji
3
Arial
3
BlinkMacSystemFont
3
Courier New
3
Georgia
3
Droid Sans
3
Helvetica
3
Noto Sans
3
Oxygen
3
Roboto
3
"Segoe UI"
3
sans-serif
3
Segoe UI Emoji
3
Segoe UI Symbol
3
system-ui
3
Times New Roman
3
Ubuntu
3
Verdana

References