<control> ( )
[CTRL]
Copy Character
Unicode Block
C0 Controls and Basic Latin (Basic Latin)Unicode Code
U+000A
Codepoint
10
Aliases
LINE FEED (LF), new line (NL), end of line (EOL)
Character Encoding
UTF-8
0x0A
UTF-16
0x000A
UTF-32
0x0000000A
Copy & Paste Codes
Unicode Escape
\u{000A}
HTML Entity (Decimal)
HTML Entity (Hex)


CSS Code
\000A
JavaScript/JSON
String.fromCodePoint(0x000A)
Python
chr(0x000A)
Ruby/PHP
chr(0x000A)
Unix, C, PHP, JAVA
0x000A
Perl
chr(0x000A)
URL Encoded
%000a