Basic Latin: [Sequence]

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

Decomposition

  1. p
    U+0070
  2. F
    U+0046

Character Escapes

HTML5
pF
pF
C
\u0070\u0046 (C99)
\U000070\U000046 (C99)
\x70\x46 (encoding-dependent)
\160\106 (encoding-dependent)
C++
\u{70}\u{46} (C++23)
\x{70}\x{46} (C++23, encoding-dependent)
\o{160}\o{106} (C++23, encoding-dependent)
\U00000070\U00000046
\u0070\u0046
\x70\x46 (encoding-dependent)
\160\106 (encoding-dependent)
Java
\u0070\u0046
JavaScript
\u{70}\u{46}
\u0070\u0046
\x70\x46
CSS
\70\46
\000070\000046
Quoted-Printable
=70=46
URL
%70%46