Basic Latin: [Sequence]

hPa
U+0068 U+0050 U+0061
hPa
Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
[None]
UTF-32BE
00 00 00 68 00 00 00 50 00 00 00 61
UTF-32LE
68 00 00 00 50 00 00 00 61 00 00 00
UTF-16BE
00 68 00 50 00 61
UTF-16LE
68 00 50 00 61 00
UTF-8
68 50 61

Decomposition

  1. h
    U+0068
  2. P
    U+0050
  3. a
    U+0061

Character Escapes

HTML5
hPa
hPa
C
\u0068\u0050\u0061 (C99)
\U000068\U000050\U000061 (C99)
\x68\x50\x61 (encoding-dependent)
\150\120\141 (encoding-dependent)
C++
\u{68}\u{50}\u{61} (C++23)
\x{68}\x{50}\x{61} (C++23, encoding-dependent)
\o{150}\o{120}\o{141} (C++23, encoding-dependent)
\U00000068\U00000050\U00000061
\u0068\u0050\u0061
\x68\x50\x61 (encoding-dependent)
\150\120\141 (encoding-dependent)
Java
\u0068\u0050\u0061
JavaScript
\u{68}\u{50}\u{61}
\u0068\u0050\u0061
\x68\x50\x61
CSS
\68\50\61
\000068\000050\000061
Quoted-Printable
=68=50=61
URL
%68%50%61