Basic Latin: [Sequence]

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

Decomposition

  1. 3
    U+0033
  2. 5
    U+0035

Character Escapes

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