Basic Latin: [Sequence]

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

Decomposition

  1. 5
    U+0035
  2. 0
    U+0030

Character Escapes

HTML5
50
50
C
\u0035\u0030 (C99)
\U000035\U000030 (C99)
\x35\x30 (encoding-dependent)
\065\060 (encoding-dependent)
C++
\u{35}\u{30} (C++23)
\x{35}\x{30} (C++23, encoding-dependent)
\o{065}\o{060} (C++23, encoding-dependent)
\U00000035\U00000030
\u0035\u0030
\x35\x30 (encoding-dependent)
\065\060 (encoding-dependent)
Java
\u0035\u0030
JavaScript
\u{35}\u{30}
\u0035\u0030
\x35\x30
CSS
\35\30
\000035\000030
Quoted-Printable
=35=30
URL
%35%30