Basic Latin: [Sequence]

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

Decomposition

  1. H
    U+0048
  2. c
    U+0063

Character Escapes

HTML5
Hc
Hc
C
\u0048\u0063 (C99)
\U000048\U000063 (C99)
\x48\x63 (encoding-dependent)
\110\143 (encoding-dependent)
C++
\u{48}\u{63} (C++23)
\x{48}\x{63} (C++23, encoding-dependent)
\o{110}\o{143} (C++23, encoding-dependent)
\U00000048\U00000063
\u0048\u0063
\x48\x63 (encoding-dependent)
\110\143 (encoding-dependent)
Java
\u0048\u0063
JavaScript
\u{48}\u{63}
\u0048\u0063
\x48\x63
CSS
\48\63
\000048\000063
Quoted-Printable
=48=63
URL
%48%63