Basic Latin: [Sequence]

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

Decomposition

  1. i
    U+0069
  2. n
    U+006E

Character Escapes

HTML5
in
in
C
\u0069\u006E (C99)
\U000069\U00006E (C99)
\x69\x6E (encoding-dependent)
\151\156 (encoding-dependent)
C++
\u{69}\u{6E} (C++23)
\x{69}\x{6E} (C++23, encoding-dependent)
\o{151}\o{156} (C++23, encoding-dependent)
\U00000069\U0000006E
\u0069\u006E
\x69\x6E (encoding-dependent)
\151\156 (encoding-dependent)
Java
\u0069\u006E
JavaScript
\u{69}\u{6E}
\u0069\u006E
\x69\x6E
CSS
\69\6E
\000069\00006E
Quoted-Printable
=69=6E
URL
%69%6E