Basic Latin: [Sequence]

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

Decomposition

  1. d
    U+0064
  2. b
    U+0062

Character Escapes

HTML5
db
db
C
\u0064\u0062 (C99)
\U000064\U000062 (C99)
\x64\x62 (encoding-dependent)
\144\142 (encoding-dependent)
C++
\u{64}\u{62} (C++23)
\x{64}\x{62} (C++23, encoding-dependent)
\o{144}\o{142} (C++23, encoding-dependent)
\U00000064\U00000062
\u0064\u0062
\x64\x62 (encoding-dependent)
\144\142 (encoding-dependent)
Java
\u0064\u0062
JavaScript
\u{64}\u{62}
\u0064\u0062
\x64\x62
CSS
\64\62
\000064\000062
Quoted-Printable
=64=62
URL
%64%62