Basic Latin: [Sequence]

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

Decomposition

  1. 1
    U+0031
  2. 6
    U+0036

Character Escapes

HTML5
16
16
C
\u0031\u0036 (C99)
\U000031\U000036 (C99)
\x31\x36 (encoding-dependent)
\061\066 (encoding-dependent)
C++
\u{31}\u{36} (C++23)
\x{31}\x{36} (C++23, encoding-dependent)
\o{061}\o{066} (C++23, encoding-dependent)
\U00000031\U00000036
\u0031\u0036
\x31\x36 (encoding-dependent)
\061\066 (encoding-dependent)
Java
\u0031\u0036
JavaScript
\u{31}\u{36}
\u0031\u0036
\x31\x36
CSS
\31\36
\000031\000036
Quoted-Printable
=31=36
URL
%31%36