Basic Latin: [Sequence]

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

Decomposition

  1. I
    U+0049
  2. U
    U+0055

Character Escapes

HTML5
IU
IU
C
\u0049\u0055 (C99)
\U000049\U000055 (C99)
\x49\x55 (encoding-dependent)
\111\125 (encoding-dependent)
C++
\u{49}\u{55} (C++23)
\x{49}\x{55} (C++23, encoding-dependent)
\o{111}\o{125} (C++23, encoding-dependent)
\U00000049\U00000055
\u0049\u0055
\x49\x55 (encoding-dependent)
\111\125 (encoding-dependent)
Java
\u0049\u0055
JavaScript
\u{49}\u{55}
\u0049\u0055
\x49\x55
CSS
\49\55
\000049\000055
Quoted-Printable
=49=55
URL
%49%55