Basic Latin: [Sequence]

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

Decomposition

  1. A
    U+0041
  2. V
    U+0056

Character Escapes

HTML5
AV
AV
C
\u0041\u0056 (C99)
\U000041\U000056 (C99)
\x41\x56 (encoding-dependent)
\101\126 (encoding-dependent)
C++
\u{41}\u{56} (C++23)
\x{41}\x{56} (C++23, encoding-dependent)
\o{101}\o{126} (C++23, encoding-dependent)
\U00000041\U00000056
\u0041\u0056
\x41\x56 (encoding-dependent)
\101\126 (encoding-dependent)
Java
\u0041\u0056
JavaScript
\u{41}\u{56}
\u0041\u0056
\x41\x56
CSS
\41\56
\000041\000056
Quoted-Printable
=41=56
URL
%41%56