Basic Latin: [Sequence]

PH
U+0050 U+0048
PH
Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
[None]
UTF-32BE
00 00 00 50 00 00 00 48
UTF-32LE
50 00 00 00 48 00 00 00
UTF-16BE
00 50 00 48
UTF-16LE
50 00 48 00
UTF-8
50 48

Decomposition

  1. P
    U+0050
  2. H
    U+0048

Character Escapes

HTML5
PH
PH
C
\u0050\u0048 (C99)
\U000050\U000048 (C99)
\x50\x48 (encoding-dependent)
\120\110 (encoding-dependent)
C++
\u{50}\u{48} (C++23)
\x{50}\x{48} (C++23, encoding-dependent)
\o{120}\o{110} (C++23, encoding-dependent)
\U00000050\U00000048
\u0050\u0048
\x50\x48 (encoding-dependent)
\120\110 (encoding-dependent)
Java
\u0050\u0048
JavaScript
\u{50}\u{48}
\u0050\u0048
\x50\x48
CSS
\50\48
\000050\000048
Quoted-Printable
=50=48
URL
%50%48