Basic Latin: [Sequence]

(H)
U+0028 U+0048 U+0029
(H)
Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
[None]
UTF-32BE
00 00 00 28 00 00 00 48 00 00 00 29
UTF-32LE
28 00 00 00 48 00 00 00 29 00 00 00
UTF-16BE
00 28 00 48 00 29
UTF-16LE
28 00 48 00 29 00
UTF-8
28 48 29

Decomposition

  1. (
    U+0028
  2. H
    U+0048
  3. )
    U+0029

Character Escapes

HTML5
(H)
(H)
C
\u0028\u0048\u0029 (C99)
\U000028\U000048\U000029 (C99)
\x28\x48\x29 (encoding-dependent)
\050\110\051 (encoding-dependent)
C++
\u{28}\u{48}\u{29} (C++23)
\x{28}\x{48}\x{29} (C++23, encoding-dependent)
\o{050}\o{110}\o{051} (C++23, encoding-dependent)
\U00000028\U00000048\U00000029
\u0028\u0048\u0029
\x28\x48\x29 (encoding-dependent)
\050\110\051 (encoding-dependent)
Java
\u0028\u0048\u0029
JavaScript
\u{28}\u{48}\u{29}
\u0028\u0048\u0029
\x28\x48\x29
CSS
\28\48\29
\000028\000048\000029
Quoted-Printable
=28=48=29
URL
%28%48%29