Basic Latin: Latin Small Letter T

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

Character Escapes

HTML5
t
t
C
\u0074 (C99)
\U000074 (C99)
\x74 (encoding-dependent)
\164 (encoding-dependent)
C++
\u{74} (C++23)
\x{74} (C++23, encoding-dependent)
\o{164} (C++23, encoding-dependent)
\U00000074
\u0074
\x74 (encoding-dependent)
\164 (encoding-dependent)
Java
\u0074
JavaScript
\u{74}
\u0074
\x74
CSS
\74
\000074
Quoted-Printable
=74
URL
%74