Basic Latin: [Sequence]

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

Decomposition

  1. X
    U+0058
  2. I
    U+0049

Character Escapes

HTML5
XI
XI
C
\u0058\u0049 (C99)
\U000058\U000049 (C99)
\x58\x49 (encoding-dependent)
\130\111 (encoding-dependent)
C++
\u{58}\u{49} (C++23)
\x{58}\x{49} (C++23, encoding-dependent)
\o{130}\o{111} (C++23, encoding-dependent)
\U00000058\U00000049
\u0058\u0049
\x58\x49 (encoding-dependent)
\130\111 (encoding-dependent)
Java
\u0058\u0049
JavaScript
\u{58}\u{49}
\u0058\u0049
\x58\x49
CSS
\58\49
\000058\000049
Quoted-Printable
=58=49
URL
%58%49