Basic Latin: Latin Capital Letter I

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

Character Escapes

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