Basic Latin: [Sequence]

Pts
U+0050 U+0074 U+0073
Pts
Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
[None]
UTF-32BE
00 00 00 50 00 00 00 74 00 00 00 73
UTF-32LE
50 00 00 00 74 00 00 00 73 00 00 00
UTF-16BE
00 50 00 74 00 73
UTF-16LE
50 00 74 00 73 00
UTF-8
50 74 73

Decomposition

  1. P
    U+0050
  2. t
    U+0074
  3. s
    U+0073

Character Escapes

HTML5
Pts
Pts
C
\u0050\u0074\u0073 (C99)
\U000050\U000074\U000073 (C99)
\x50\x74\x73 (encoding-dependent)
\120\164\163 (encoding-dependent)
C++
\u{50}\u{74}\u{73} (C++23)
\x{50}\x{74}\x{73} (C++23, encoding-dependent)
\o{120}\o{164}\o{163} (C++23, encoding-dependent)
\U00000050\U00000074\U00000073
\u0050\u0074\u0073
\x50\x74\x73 (encoding-dependent)
\120\164\163 (encoding-dependent)
Java
\u0050\u0074\u0073
JavaScript
\u{50}\u{74}\u{73}
\u0050\u0074\u0073
\x50\x74\x73
CSS
\50\74\73
\000050\000074\000073
Quoted-Printable
=50=74=73
URL
%50%74%73