Basic Latin: Character Tabulation

U+0009
Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
1.1
UTF-32BE
00 00 00 09
UTF-32LE
09 00 00 00
UTF-16BE
00 09
UTF-16LE
09 00
UTF-8
09

Character Escapes

HTML5
	
	
	
C
\u0009 (C99)
\U000009 (C99)
\t
\x09 (encoding-dependent)
\011 (encoding-dependent)
C++
\u{9} (C++23)
\x{09} (C++23, encoding-dependent)
\o{011} (C++23, encoding-dependent)
\t
\U00000009
\u0009
\x09 (encoding-dependent)
\011 (encoding-dependent)
Java
\t
\u0009
JavaScript
\u{9}
\u0009
\t
\x09
CSS
\9
\000009
Quoted-Printable
=09
URL
%09