Basic Latin: Latin Capital Letter S

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

Character Escapes

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