Basic Latin: [Sequence]

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

Decomposition

  1. 3
    U+0033
  2. 4
    U+0034

Character Escapes

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