␉ Character Tabulation
U+0009
␉
ℹ️ About
The Character Tabulation (U+0009), commonly referred to as the Horizontal Tab, is a non-printing control character used to advance the cursor to the next tab stop. It is essential in code indentation, TSV (Tab-Separated Values) files, and text alignment in terminal environments.
⚠️ Note: Do not confuse with (Space U+0020) or ␊ (Line Feed U+000A).
⚡ Codes
HTML
CSS
\0009
Python
\u0009
Live Playground
More from Basic Latin
Copied!