Basic Latin: [Sequence]

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

Decomposition

  1. A
    U+0041
  2. B
    U+0042

Character Escapes

HTML5
AB
AB
C
\u0041\u0042 (C99)
\U000041\U000042 (C99)
\x41\x42 (encoding-dependent)
\101\102 (encoding-dependent)
C++
\u{41}\u{42} (C++23)
\x{41}\x{42} (C++23, encoding-dependent)
\o{101}\o{102} (C++23, encoding-dependent)
\U00000041\U00000042
\u0041\u0042
\x41\x42 (encoding-dependent)
\101\102 (encoding-dependent)
Java
\u0041\u0042
JavaScript
\u{41}\u{42}
\u0041\u0042
\x41\x42
CSS
\41\42
\000041\000042
Quoted-Printable
=41=42
URL
%41%42