Basic Latin: [Sequence]

CD
U+0043 U+0044
CD
Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
[None]
UTF-32BE
00 00 00 43 00 00 00 44
UTF-32LE
43 00 00 00 44 00 00 00
UTF-16BE
00 43 00 44
UTF-16LE
43 00 44 00
UTF-8
43 44

Decomposition

  1. C
    U+0043
  2. D
    U+0044

Character Escapes

HTML5
CD
CD
C
\u0043\u0044 (C99)
\U000043\U000044 (C99)
\x43\x44 (encoding-dependent)
\103\104 (encoding-dependent)
C++
\u{43}\u{44} (C++23)
\x{43}\x{44} (C++23, encoding-dependent)
\o{103}\o{104} (C++23, encoding-dependent)
\U00000043\U00000044
\u0043\u0044
\x43\x44 (encoding-dependent)
\103\104 (encoding-dependent)
Java
\u0043\u0044
JavaScript
\u{43}\u{44}
\u0043\u0044
\x43\x44
CSS
\43\44
\000043\000044
Quoted-Printable
=43=44
URL
%43%44