Basic Latin: [Sequence]

60
U+0036 U+0030
60
Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
[None]
UTF-32BE
00 00 00 36 00 00 00 30
UTF-32LE
36 00 00 00 30 00 00 00
UTF-16BE
00 36 00 30
UTF-16LE
36 00 30 00
UTF-8
36 30

Decomposition

  1. 6
    U+0036
  2. 0
    U+0030

Character Escapes

HTML5
60
60
C
\u0036\u0030 (C99)
\U000036\U000030 (C99)
\x36\x30 (encoding-dependent)
\066\060 (encoding-dependent)
C++
\u{36}\u{30} (C++23)
\x{36}\x{30} (C++23, encoding-dependent)
\o{066}\o{060} (C++23, encoding-dependent)
\U00000036\U00000030
\u0036\u0030
\x36\x30 (encoding-dependent)
\066\060 (encoding-dependent)
Java
\u0036\u0030
JavaScript
\u{36}\u{30}
\u0036\u0030
\x36\x30
CSS
\36\30
\000036\000030
Quoted-Printable
=36=30
URL
%36%30