Basic Latin: Latin Small Letter D

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

Character Escapes

HTML5
d
d
C
\u0064 (C99)
\U000064 (C99)
\x64 (encoding-dependent)
\144 (encoding-dependent)
C++
\u{64} (C++23)
\x{64} (C++23, encoding-dependent)
\o{144} (C++23, encoding-dependent)
\U00000064
\u0064
\x64 (encoding-dependent)
\144 (encoding-dependent)
Java
\u0064
JavaScript
\u{64}
\u0064
\x64
CSS
\64
\000064
Quoted-Printable
=64
URL
%64