Basic Latin: [Sequence]

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

Decomposition

  1. p
    U+0070
  2. c
    U+0063

Character Escapes

HTML5
pc
pc
C
\u0070\u0063 (C99)
\U000070\U000063 (C99)
\x70\x63 (encoding-dependent)
\160\143 (encoding-dependent)
C++
\u{70}\u{63} (C++23)
\x{70}\x{63} (C++23, encoding-dependent)
\o{160}\o{143} (C++23, encoding-dependent)
\U00000070\U00000063
\u0070\u0063
\x70\x63 (encoding-dependent)
\160\143 (encoding-dependent)
Java
\u0070\u0063
JavaScript
\u{70}\u{63}
\u0070\u0063
\x70\x63
CSS
\70\63
\000070\000063
Quoted-Printable
=70=63
URL
%70%63