Basic Latin: [Sequence]

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

Decomposition

  1. 8
    U+0038
  2. ,
    U+002C

Character Escapes

HTML5
8,
8,
C
\u0038\u002C (C99)
\U000038\U00002C (C99)
\x38\x2C (encoding-dependent)
\070\054 (encoding-dependent)
C++
\u{38}\u{2C} (C++23)
\x{38}\x{2C} (C++23, encoding-dependent)
\o{070}\o{054} (C++23, encoding-dependent)
\U00000038\U0000002C
\u0038\u002C
\x38\x2C (encoding-dependent)
\070\054 (encoding-dependent)
Java
\u0038\u002C
JavaScript
\u{38}\u{2C}
\u0038\u002C
\x38\x2C
CSS
\38\2C
\000038\00002C
Quoted-Printable
=38=2C
URL
%38%2C