Basic Latin: [Sequence]

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

Decomposition

  1. S
    U+0053
  2. D
    U+0044

Character Escapes

HTML5
SD
SD
C
\u0053\u0044 (C99)
\U000053\U000044 (C99)
\x53\x44 (encoding-dependent)
\123\104 (encoding-dependent)
C++
\u{53}\u{44} (C++23)
\x{53}\x{44} (C++23, encoding-dependent)
\o{123}\o{104} (C++23, encoding-dependent)
\U00000053\U00000044
\u0053\u0044
\x53\x44 (encoding-dependent)
\123\104 (encoding-dependent)
Java
\u0053\u0044
JavaScript
\u{53}\u{44}
\u0053\u0044
\x53\x44
CSS
\53\44
\000053\000044
Quoted-Printable
=53=44
URL
%53%44