Basic Latin: [Sequence]

HdR
U+0048 U+0064 U+0052
HdR
Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
[None]
UTF-32BE
00 00 00 48 00 00 00 64 00 00 00 52
UTF-32LE
48 00 00 00 64 00 00 00 52 00 00 00
UTF-16BE
00 48 00 64 00 52
UTF-16LE
48 00 64 00 52 00
UTF-8
48 64 52

Decomposition

  1. H
    U+0048
  2. d
    U+0064
  3. R
    U+0052

Character Escapes

HTML5
HdR
HdR
C
\u0048\u0064\u0052 (C99)
\U000048\U000064\U000052 (C99)
\x48\x64\x52 (encoding-dependent)
\110\144\122 (encoding-dependent)
C++
\u{48}\u{64}\u{52} (C++23)
\x{48}\x{64}\x{52} (C++23, encoding-dependent)
\o{110}\o{144}\o{122} (C++23, encoding-dependent)
\U00000048\U00000064\U00000052
\u0048\u0064\u0052
\x48\x64\x52 (encoding-dependent)
\110\144\122 (encoding-dependent)
Java
\u0048\u0064\u0052
JavaScript
\u{48}\u{64}\u{52}
\u0048\u0064\u0052
\x48\x64\x52
CSS
\48\64\52
\000048\000064\000052
Quoted-Printable
=48=64=52
URL
%48%64%52