Basic Latin: [Sequence]

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

Decomposition

  1. 1
    U+0031
  2. 9
    U+0039

Character Escapes

HTML5
19
19
C
\u0031\u0039 (C99)
\U000031\U000039 (C99)
\x31\x39 (encoding-dependent)
\061\071 (encoding-dependent)
C++
\u{31}\u{39} (C++23)
\x{31}\x{39} (C++23, encoding-dependent)
\o{061}\o{071} (C++23, encoding-dependent)
\U00000031\U00000039
\u0031\u0039
\x31\x39 (encoding-dependent)
\061\071 (encoding-dependent)
Java
\u0031\u0039
JavaScript
\u{31}\u{39}
\u0031\u0039
\x31\x39
CSS
\31\39
\000031\000039
Quoted-Printable
=31=39
URL
%31%39