Basic Latin: [Sequence]

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

Decomposition

  1. i
    U+0069
  2. x
    U+0078

Character Escapes

HTML5
ix
ix
C
\u0069\u0078 (C99)
\U000069\U000078 (C99)
\x69\x78 (encoding-dependent)
\151\170 (encoding-dependent)
C++
\u{69}\u{78} (C++23)
\x{69}\x{78} (C++23, encoding-dependent)
\o{151}\o{170} (C++23, encoding-dependent)
\U00000069\U00000078
\u0069\u0078
\x69\x78 (encoding-dependent)
\151\170 (encoding-dependent)
Java
\u0069\u0078
JavaScript
\u{69}\u{78}
\u0069\u0078
\x69\x78
CSS
\69\78
\000069\000078
Quoted-Printable
=69=78
URL
%69%78