Basic Latin: [Sequence]

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

Decomposition

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

Character Escapes

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