␊ Line Feed (Lf)
U+000A
␊
ℹ️ About
The Line Feed (LF) character is a core control code used to signal the start of a new line. While Unix and macOS systems use LF alone (\n), Windows traditionally pairs it with Carriage Return (CRLF, \r\n). In modern web development, it is the standard delimiter for text-based data streams and source code formatting.
⚠️ Note: Do not confuse with ␍ (Carriage Return U+000D).
⚡ Codes
HTML
CSS
\000A
Python
\u000A
Live Playground
More from Basic Latin
Copied!