Basic Latin: [Sequence]

rad
U+0072 U+0061 U+0064
rad
Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
[None]
UTF-32BE
00 00 00 72 00 00 00 61 00 00 00 64
UTF-32LE
72 00 00 00 61 00 00 00 64 00 00 00
UTF-16BE
00 72 00 61 00 64
UTF-16LE
72 00 61 00 64 00
UTF-8
72 61 64

Decomposition

  1. r
    U+0072
  2. a
    U+0061
  3. d
    U+0064

Character Escapes

HTML5
rad
rad
C
\u0072\u0061\u0064 (C99)
\U000072\U000061\U000064 (C99)
\x72\x61\x64 (encoding-dependent)
\162\141\144 (encoding-dependent)
C++
\u{72}\u{61}\u{64} (C++23)
\x{72}\x{61}\x{64} (C++23, encoding-dependent)
\o{162}\o{141}\o{144} (C++23, encoding-dependent)
\U00000072\U00000061\U00000064
\u0072\u0061\u0064
\x72\x61\x64 (encoding-dependent)
\162\141\144 (encoding-dependent)
Java
\u0072\u0061\u0064
JavaScript
\u{72}\u{61}\u{64}
\u0072\u0061\u0064
\x72\x61\x64
CSS
\72\61\64
\000072\000061\000064
Quoted-Printable
=72=61=64
URL
%72%61%64