Basic Latin: [Sequence]

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

Decomposition

  1. 1
    U+0031
  2. 5
    U+0035

Character Escapes

HTML5
15
15
C
\u0031\u0035 (C99)
\U000031\U000035 (C99)
\x31\x35 (encoding-dependent)
\061\065 (encoding-dependent)
C++
\u{31}\u{35} (C++23)
\x{31}\x{35} (C++23, encoding-dependent)
\o{061}\o{065} (C++23, encoding-dependent)
\U00000031\U00000035
\u0031\u0035
\x31\x35 (encoding-dependent)
\061\065 (encoding-dependent)
Java
\u0031\u0035
JavaScript
\u{31}\u{35}
\u0031\u0035
\x31\x35
CSS
\31\35
\000031\000035
Quoted-Printable
=31=35
URL
%31%35