Basic Latin: [Sequence]

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

Decomposition

  1. 1
    U+0031
  2. 0
    U+0030

Character Escapes

HTML5
10
10
C
\u0031\u0030 (C99)
\U000031\U000030 (C99)
\x31\x30 (encoding-dependent)
\061\060 (encoding-dependent)
C++
\u{31}\u{30} (C++23)
\x{31}\x{30} (C++23, encoding-dependent)
\o{061}\o{060} (C++23, encoding-dependent)
\U00000031\U00000030
\u0031\u0030
\x31\x30 (encoding-dependent)
\061\060 (encoding-dependent)
Java
\u0031\u0030
JavaScript
\u{31}\u{30}
\u0031\u0030
\x31\x30
CSS
\31\30
\000031\000030
Quoted-Printable
=31=30
URL
%31%30