Basic Latin: [Sequence]

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

Decomposition

  1. 1
    U+0031
  2. ,
    U+002C

Character Escapes

HTML5
1,
1,
C
\u0031\u002C (C99)
\U000031\U00002C (C99)
\x31\x2C (encoding-dependent)
\061\054 (encoding-dependent)
C++
\u{31}\u{2C} (C++23)
\x{31}\x{2C} (C++23, encoding-dependent)
\o{061}\o{054} (C++23, encoding-dependent)
\U00000031\U0000002C
\u0031\u002C
\x31\x2C (encoding-dependent)
\061\054 (encoding-dependent)
Java
\u0031\u002C
JavaScript
\u{31}\u{2C}
\u0031\u002C
\x31\x2C
CSS
\31\2C
\000031\00002C
Quoted-Printable
=31=2C
URL
%31%2C