Basic Latin: [Sequence]

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

Decomposition

  1. 1
    U+0031
  2. 4
    U+0034

Character Escapes

HTML5
14
14
C
\u0031\u0034 (C99)
\U000031\U000034 (C99)
\x31\x34 (encoding-dependent)
\061\064 (encoding-dependent)
C++
\u{31}\u{34} (C++23)
\x{31}\x{34} (C++23, encoding-dependent)
\o{061}\o{064} (C++23, encoding-dependent)
\U00000031\U00000034
\u0031\u0034
\x31\x34 (encoding-dependent)
\061\064 (encoding-dependent)
Java
\u0031\u0034
JavaScript
\u{31}\u{34}
\u0031\u0034
\x31\x34
CSS
\31\34
\000031\000034
Quoted-Printable
=31=34
URL
%31%34