Basic Latin: [Sequence]

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

Decomposition

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

Character Escapes

HTML5
12
12
C
\u0031\u0032 (C99)
\U000031\U000032 (C99)
\x31\x32 (encoding-dependent)
\061\062 (encoding-dependent)
C++
\u{31}\u{32} (C++23)
\x{31}\x{32} (C++23, encoding-dependent)
\o{061}\o{062} (C++23, encoding-dependent)
\U00000031\U00000032
\u0031\u0032
\x31\x32 (encoding-dependent)
\061\062 (encoding-dependent)
Java
\u0031\u0032
JavaScript
\u{31}\u{32}
\u0031\u0032
\x31\x32
CSS
\31\32
\000031\000032
Quoted-Printable
=31=32
URL
%31%32