Basic Latin: [Sequence]

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

Decomposition

  1. P
    U+0050
  2. R
    U+0052

Character Escapes

HTML5
PR
PR
C
\u0050\u0052 (C99)
\U000050\U000052 (C99)
\x50\x52 (encoding-dependent)
\120\122 (encoding-dependent)
C++
\u{50}\u{52} (C++23)
\x{50}\x{52} (C++23, encoding-dependent)
\o{120}\o{122} (C++23, encoding-dependent)
\U00000050\U00000052
\u0050\u0052
\x50\x52 (encoding-dependent)
\120\122 (encoding-dependent)
Java
\u0050\u0052
JavaScript
\u{50}\u{52}
\u0050\u0052
\x50\x52
CSS
\50\52
\000050\000052
Quoted-Printable
=50=52
URL
%50%52