Basic Latin: [Sequence]

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

Decomposition

  1. S
    U+0053
  2. A
    U+0041

Character Escapes

HTML5
SA
SA
C
\u0053\u0041 (C99)
\U000053\U000041 (C99)
\x53\x41 (encoding-dependent)
\123\101 (encoding-dependent)
C++
\u{53}\u{41} (C++23)
\x{53}\x{41} (C++23, encoding-dependent)
\o{123}\o{101} (C++23, encoding-dependent)
\U00000053\U00000041
\u0053\u0041
\x53\x41 (encoding-dependent)
\123\101 (encoding-dependent)
Java
\u0053\u0041
JavaScript
\u{53}\u{41}
\u0053\u0041
\x53\x41
CSS
\53\41
\000053\000041
Quoted-Printable
=53=41
URL
%53%41