Basic Latin: [Sequence]

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

Decomposition

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

Character Escapes

HTML5
II
II
C
\u0049\u0049 (C99)
\U000049\U000049 (C99)
\x49\x49 (encoding-dependent)
\111\111 (encoding-dependent)
C++
\u{49}\u{49} (C++23)
\x{49}\x{49} (C++23, encoding-dependent)
\o{111}\o{111} (C++23, encoding-dependent)
\U00000049\U00000049
\u0049\u0049
\x49\x49 (encoding-dependent)
\111\111 (encoding-dependent)
Java
\u0049\u0049
JavaScript
\u{49}\u{49}
\u0049\u0049
\x49\x49
CSS
\49\49
\000049\000049
Quoted-Printable
=49=49
URL
%49%49