Basic Latin: [Sequence]

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

Decomposition

  1. e
    U+0065
  2. V
    U+0056

Character Escapes

HTML5
eV
eV
C
\u0065\u0056 (C99)
\U000065\U000056 (C99)
\x65\x56 (encoding-dependent)
\145\126 (encoding-dependent)
C++
\u{65}\u{56} (C++23)
\x{65}\x{56} (C++23, encoding-dependent)
\o{145}\o{126} (C++23, encoding-dependent)
\U00000065\U00000056
\u0065\u0056
\x65\x56 (encoding-dependent)
\145\126 (encoding-dependent)
Java
\u0065\u0056
JavaScript
\u{65}\u{56}
\u0065\u0056
\x65\x56
CSS
\65\56
\000065\000056
Quoted-Printable
=65=56
URL
%65%56