Basic Latin: [Sequence]

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

Decomposition

  1. 2
    U+0032
  2. 5
    U+0035

Character Escapes

HTML5
25
25
C
\u0032\u0035 (C99)
\U000032\U000035 (C99)
\x32\x35 (encoding-dependent)
\062\065 (encoding-dependent)
C++
\u{32}\u{35} (C++23)
\x{32}\x{35} (C++23, encoding-dependent)
\o{062}\o{065} (C++23, encoding-dependent)
\U00000032\U00000035
\u0032\u0035
\x32\x35 (encoding-dependent)
\062\065 (encoding-dependent)
Java
\u0032\u0035
JavaScript
\u{32}\u{35}
\u0032\u0035
\x32\x35
CSS
\32\35
\000032\000035
Quoted-Printable
=32=35
URL
%32%35