Basic Latin: [Sequence]

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

Decomposition

  1. S
    U+0053
  2. S
    U+0053

Character Escapes

HTML5
SS
SS
C
\u0053\u0053 (C99)
\U000053\U000053 (C99)
\x53\x53 (encoding-dependent)
\123\123 (encoding-dependent)
C++
\u{53}\u{53} (C++23)
\x{53}\x{53} (C++23, encoding-dependent)
\o{123}\o{123} (C++23, encoding-dependent)
\U00000053\U00000053
\u0053\u0053
\x53\x53 (encoding-dependent)
\123\123 (encoding-dependent)
Java
\u0053\u0053
JavaScript
\u{53}\u{53}
\u0053\u0053
\x53\x53
CSS
\53\53
\000053\000053
Quoted-Printable
=53=53
URL
%53%53