Basic Latin: [Sequence]

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

Decomposition

  1. 3
    U+0033
  2. 3
    U+0033

Character Escapes

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