Basic Latin: [Sequence]

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

Decomposition

  1. q
    U+0071
  2. p
    U+0070

Character Escapes

HTML5
qp
qp
C
\u0071\u0070 (C99)
\U000071\U000070 (C99)
\x71\x70 (encoding-dependent)
\161\160 (encoding-dependent)
C++
\u{71}\u{70} (C++23)
\x{71}\x{70} (C++23, encoding-dependent)
\o{161}\o{160} (C++23, encoding-dependent)
\U00000071\U00000070
\u0071\u0070
\x71\x70 (encoding-dependent)
\161\160 (encoding-dependent)
Java
\u0071\u0070
JavaScript
\u{71}\u{70}
\u0071\u0070
\x71\x70
CSS
\71\70
\000071\000070
Quoted-Printable
=71=70
URL
%71%70