Basic Latin: [Sequence]

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

Decomposition

  1. 3
    U+0033
  2. 6
    U+0036

Character Escapes

HTML5
36
36
C
\u0033\u0036 (C99)
\U000033\U000036 (C99)
\x33\x36 (encoding-dependent)
\063\066 (encoding-dependent)
C++
\u{33}\u{36} (C++23)
\x{33}\x{36} (C++23, encoding-dependent)
\o{063}\o{066} (C++23, encoding-dependent)
\U00000033\U00000036
\u0033\u0036
\x33\x36 (encoding-dependent)
\063\066 (encoding-dependent)
Java
\u0033\u0036
JavaScript
\u{33}\u{36}
\u0033\u0036
\x33\x36
CSS
\33\36
\000033\000036
Quoted-Printable
=33=36
URL
%33%36