Basic Latin: [Sequence]

UP!
U+0055 U+0050 U+0021
UP!
Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
[None]
UTF-32BE
00 00 00 55 00 00 00 50 00 00 00 21
UTF-32LE
55 00 00 00 50 00 00 00 21 00 00 00
UTF-16BE
00 55 00 50 00 21
UTF-16LE
55 00 50 00 21 00
UTF-8
55 50 21

Decomposition

  1. U
    U+0055
  2. P
    U+0050
  3. !
    U+0021

Character Escapes

HTML5
UP!
UP!
C
\u0055\u0050\u0021 (C99)
\U000055\U000050\U000021 (C99)
\x55\x50\x21 (encoding-dependent)
\125\120\041 (encoding-dependent)
C++
\u{55}\u{50}\u{21} (C++23)
\x{55}\x{50}\x{21} (C++23, encoding-dependent)
\o{125}\o{120}\o{041} (C++23, encoding-dependent)
\U00000055\U00000050\U00000021
\u0055\u0050\u0021
\x55\x50\x21 (encoding-dependent)
\125\120\041 (encoding-dependent)
Java
\u0055\u0050\u0021
JavaScript
\u{55}\u{50}\u{21}
\u0055\u0050\u0021
\x55\x50\x21
CSS
\55\50\21
\000055\000050\000021
Quoted-Printable
=55=50=21
URL
%55%50%21