Basic Latin: [Sequence]

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

Decomposition

  1. 2
    U+0032
  2. 7
    U+0037

Character Escapes

HTML5
27
27
C
\u0032\u0037 (C99)
\U000032\U000037 (C99)
\x32\x37 (encoding-dependent)
\062\067 (encoding-dependent)
C++
\u{32}\u{37} (C++23)
\x{32}\x{37} (C++23, encoding-dependent)
\o{062}\o{067} (C++23, encoding-dependent)
\U00000032\U00000037
\u0032\u0037
\x32\x37 (encoding-dependent)
\062\067 (encoding-dependent)
Java
\u0032\u0037
JavaScript
\u{32}\u{37}
\u0032\u0037
\x32\x37
CSS
\32\37
\000032\000037
Quoted-Printable
=32=37
URL
%32%37