Basic Latin: [Sequence]

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

Decomposition

  1. 3
    U+0033
  2. 0
    U+0030

Character Escapes

HTML5
30
30
C
\u0033\u0030 (C99)
\U000033\U000030 (C99)
\x33\x30 (encoding-dependent)
\063\060 (encoding-dependent)
C++
\u{33}\u{30} (C++23)
\x{33}\x{30} (C++23, encoding-dependent)
\o{063}\o{060} (C++23, encoding-dependent)
\U00000033\U00000030
\u0033\u0030
\x33\x30 (encoding-dependent)
\063\060 (encoding-dependent)
Java
\u0033\u0030
JavaScript
\u{33}\u{30}
\u0033\u0030
\x33\x30
CSS
\33\30
\000033\000030
Quoted-Printable
=33=30
URL
%33%30