<control>
[CTRL]
U+000A
Unicode Block
C0 Controls and Basic Latin (Basic Latin)Code
000A
Code Point
10
Aliases
LINE FEED (LF)
new line (NL)
end of line (EOL)
Character Properties
General Category
Control Character (Cc)
Bidi Class
BN (Boundary Neutral)
Combining Class
0 (Spacing, split, enclosing, reordrant, and Tibetan subjoined)
Block
C0 Controls and Basic Latin (Basic Latin)
Character Encoding
UTF-8
0x0A
UTF-16
0x000A
UTF-32
0x0000000A
Copy & Paste Codes
Character
Unicode Escape
\u{000A}
HTML Entity (Decimal)
HTML Entity (Hex)


CSS Code
\000A
JavaScript
String.fromCodePoint(0x000A)
Python
chr(0x000A)