LOW LINE (_)
_
Copy Character
Unicode Block
C0 Controls and Basic Latin (Basic Latin)Unicode Code
U+005F
Codepoint
95
Aliases
spacing underscore (1.0)
Notes
this is a spacing character
joins with adjacent instances of itself
Character Encoding
UTF-8
0x5F
UTF-16
0x005F
UTF-32
0x0000005F
Copy & Paste Codes
Unicode Escape
\u{005F}
HTML Entity (Decimal)
_
HTML Entity (Hex)
_
CSS Code
\005F
JavaScript/JSON
String.fromCodePoint(0x005F)
Python
chr(0x005F)
Ruby/PHP
chr(0x005F)
Unix, C, PHP, JAVA
0x005F
Perl
chr(0x005F)
URL Encoded
%005f