Basic Latin: [Sequence]

dB
U+0064 U+0042
dB
Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
[None]
UTF-32BE
00 00 00 64 00 00 00 42
UTF-32LE
64 00 00 00 42 00 00 00
UTF-16BE
00 64 00 42
UTF-16LE
64 00 42 00
UTF-8
64 42

Decomposition

  1. d
    U+0064
  2. B
    U+0042

Character Escapes

HTML5
dB
dB
C
\u0064\u0042 (C99)
\U000064\U000042 (C99)
\x64\x42 (encoding-dependent)
\144\102 (encoding-dependent)
C++
\u{64}\u{42} (C++23)
\x{64}\x{42} (C++23, encoding-dependent)
\o{144}\o{102} (C++23, encoding-dependent)
\U00000064\U00000042
\u0064\u0042
\x64\x42 (encoding-dependent)
\144\102 (encoding-dependent)
Java
\u0064\u0042
JavaScript
\u{64}\u{42}
\u0064\u0042
\x64\x42
CSS
\64\42
\000064\000042
Quoted-Printable
=64=42
URL
%64%42