ascii

0x0A

LF

ASCII control code 0x0A (LF), decimal 10.

controlwhitespace

Quick facts

Hex
0x0A
Decimal
10
Octal
0o012
Binary
0b00001010
Abbreviation
LF
Kind
Control
Unicode name
<control>
Unicode twin
U+000A

Encodings & escapes

UTF-8
UTF-16
UTF-32
HTML decimal
HTML hex
JavaScript
Python
CSS
JSON
URL (UTF-8)
C / C++

Developer notes

  • Line feed. Unix newline; in Windows CRLF is CR+LF.

Related

Source

Unicode
16.0.0
WHATWG