Basic Latin: [Sequence]

UHD
U+0055 U+0048 U+0044
UHD
Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
[None]
UTF-32BE
00 00 00 55 00 00 00 48 00 00 00 44
UTF-32LE
55 00 00 00 48 00 00 00 44 00 00 00
UTF-16BE
00 55 00 48 00 44
UTF-16LE
55 00 48 00 44 00
UTF-8
55 48 44

Decomposition

  1. U
    U+0055
  2. H
    U+0048
  3. D
    U+0044

Character Escapes

HTML5
UHD
UHD
C
\u0055\u0048\u0044 (C99)
\U000055\U000048\U000044 (C99)
\x55\x48\x44 (encoding-dependent)
\125\110\104 (encoding-dependent)
C++
\u{55}\u{48}\u{44} (C++23)
\x{55}\x{48}\x{44} (C++23, encoding-dependent)
\o{125}\o{110}\o{104} (C++23, encoding-dependent)
\U00000055\U00000048\U00000044
\u0055\u0048\u0044
\x55\x48\x44 (encoding-dependent)
\125\110\104 (encoding-dependent)
Java
\u0055\u0048\u0044
JavaScript
\u{55}\u{48}\u{44}
\u0055\u0048\u0044
\x55\x48\x44
CSS
\55\48\44
\000055\000048\000044
Quoted-Printable
=55=48=44
URL
%55%48%44