Basic Latin: [Sequence]

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

Decomposition

  1. I
    U+0049
  2. V
    U+0056

Character Escapes

HTML5
IV
IV
C
\u0049\u0056 (C99)
\U000049\U000056 (C99)
\x49\x56 (encoding-dependent)
\111\126 (encoding-dependent)
C++
\u{49}\u{56} (C++23)
\x{49}\x{56} (C++23, encoding-dependent)
\o{111}\o{126} (C++23, encoding-dependent)
\U00000049\U00000056
\u0049\u0056
\x49\x56 (encoding-dependent)
\111\126 (encoding-dependent)
Java
\u0049\u0056
JavaScript
\u{49}\u{56}
\u0049\u0056
\x49\x56
CSS
\49\56
\000049\000056
Quoted-Printable
=49=56
URL
%49%56