Basic Latin: [Sequence]

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

Decomposition

  1. 3
    U+0033
  2. 9
    U+0039

Character Escapes

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