Basic Latin: [Sequence]

av
U+0061 U+0076
av
Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
[None]
UTF-32BE
00 00 00 61 00 00 00 76
UTF-32LE
61 00 00 00 76 00 00 00
UTF-16BE
00 61 00 76
UTF-16LE
61 00 76 00
UTF-8
61 76

Decomposition

  1. a
    U+0061
  2. v
    U+0076

Character Escapes

HTML5
av
av
C
\u0061\u0076 (C99)
\U000061\U000076 (C99)
\x61\x76 (encoding-dependent)
\141\166 (encoding-dependent)
C++
\u{61}\u{76} (C++23)
\x{61}\x{76} (C++23, encoding-dependent)
\o{141}\o{166} (C++23, encoding-dependent)
\U00000061\U00000076
\u0061\u0076
\x61\x76 (encoding-dependent)
\141\166 (encoding-dependent)
Java
\u0061\u0076
JavaScript
\u{61}\u{76}
\u0061\u0076
\x61\x76
CSS
\61\76
\000061\000076
Quoted-Printable
=61=76
URL
%61%76