Basic Latin: [Sequence]

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

Decomposition

  1. 9
    U+0039
  2. ,
    U+002C

Character Escapes

HTML5
9,
9,
C
\u0039\u002C (C99)
\U000039\U00002C (C99)
\x39\x2C (encoding-dependent)
\071\054 (encoding-dependent)
C++
\u{39}\u{2C} (C++23)
\x{39}\x{2C} (C++23, encoding-dependent)
\o{071}\o{054} (C++23, encoding-dependent)
\U00000039\U0000002C
\u0039\u002C
\x39\x2C (encoding-dependent)
\071\054 (encoding-dependent)
Java
\u0039\u002C
JavaScript
\u{39}\u{2C}
\u0039\u002C
\x39\x2C
CSS
\39\2C
\000039\00002C
Quoted-Printable
=39=2C
URL
%39%2C