_

Technical information

Symbol_
NameLow line
Unicode numberU+005F
CategoryASCII Table6. ASCII punctuation and symbols

Encoding

HTML Entity_
HTML Entity (hex)_
HTML Entity (named)_
URL Escape Code_
UTF-8 (hex)0x5F
UTF-8 (binary)01011111
UTF-160x005F
UTF-320x0000005F

Source Code

C, C++, and Java"\u005F"
CSS Code\005F
JavaScript"\u005F"
Perl\x{005F}
Python 2u"\u005F"
Python 3\u005F
Ruby\u{005F}

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

            
span {
    content: "\005F";
}

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