Basic Latin: [Sequence]

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

Decomposition

  1. 6
    U+0036
  2. 0
    U+0030
  3. P
    U+0050

Character Escapes

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