Basic Latin: [Sequence]

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

Decomposition

  1. i
    U+0069
  2. v
    U+0076

Character Escapes

HTML5
iv
iv
C
\u0069\u0076 (C99)
\U000069\U000076 (C99)
\x69\x76 (encoding-dependent)
\151\166 (encoding-dependent)
C++
\u{69}\u{76} (C++23)
\x{69}\x{76} (C++23, encoding-dependent)
\o{151}\o{166} (C++23, encoding-dependent)
\U00000069\U00000076
\u0069\u0076
\x69\x76 (encoding-dependent)
\151\166 (encoding-dependent)
Java
\u0069\u0076
JavaScript
\u{69}\u{76}
\u0069\u0076
\x69\x76
CSS
\69\76
\000069\000076
Quoted-Printable
=69=76
URL
%69%76