Basic Latin: [Sequence]

ps
U+0070 U+0073
ps
Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
[None]
UTF-32BE
00 00 00 70 00 00 00 73
UTF-32LE
70 00 00 00 73 00 00 00
UTF-16BE
00 70 00 73
UTF-16LE
70 00 73 00
UTF-8
70 73

Decomposition

  1. p
    U+0070
  2. s
    U+0073

Character Escapes

HTML5
ps
ps
C
\u0070\u0073 (C99)
\U000070\U000073 (C99)
\x70\x73 (encoding-dependent)
\160\163 (encoding-dependent)
C++
\u{70}\u{73} (C++23)
\x{70}\x{73} (C++23, encoding-dependent)
\o{160}\o{163} (C++23, encoding-dependent)
\U00000070\U00000073
\u0070\u0073
\x70\x73 (encoding-dependent)
\160\163 (encoding-dependent)
Java
\u0070\u0073
JavaScript
\u{70}\u{73}
\u0070\u0073
\x70\x73
CSS
\70\73
\000070\000073
Quoted-Printable
=70=73
URL
%70%73