Basic Latin: [Sequence]

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

Decomposition

  1. c
    U+0063
  2. d
    U+0064

Character Escapes

HTML5
cd
cd
C
\u0063\u0064 (C99)
\U000063\U000064 (C99)
\x63\x64 (encoding-dependent)
\143\144 (encoding-dependent)
C++
\u{63}\u{64} (C++23)
\x{63}\x{64} (C++23, encoding-dependent)
\o{143}\o{144} (C++23, encoding-dependent)
\U00000063\U00000064
\u0063\u0064
\x63\x64 (encoding-dependent)
\143\144 (encoding-dependent)
Java
\u0063\u0064
JavaScript
\u{63}\u{64}
\u0063\u0064
\x63\x64
CSS
\63\64
\000063\000064
Quoted-Printable
=63=64
URL
%63%64