Basic Latin: [Sequence]

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

Decomposition

  1. 1
    U+0031
  2. 1
    U+0031

Character Escapes

HTML5
11
11
C
\u0031\u0031 (C99)
\U000031\U000031 (C99)
\x31\x31 (encoding-dependent)
\061\061 (encoding-dependent)
C++
\u{31}\u{31} (C++23)
\x{31}\x{31} (C++23, encoding-dependent)
\o{061}\o{061} (C++23, encoding-dependent)
\U00000031\U00000031
\u0031\u0031
\x31\x31 (encoding-dependent)
\061\061 (encoding-dependent)
Java
\u0031\u0031
JavaScript
\u{31}\u{31}
\u0031\u0031
\x31\x31
CSS
\31\31
\000031\000031
Quoted-Printable
=31=31
URL
%31%31