Basic Latin: [Sequence]

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

Decomposition

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

Character Escapes

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