Basic Latin: [Sequence]

Wb
U+0057 U+0062
Wb
Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
[None]
UTF-32BE
00 00 00 57 00 00 00 62
UTF-32LE
57 00 00 00 62 00 00 00
UTF-16BE
00 57 00 62
UTF-16LE
57 00 62 00
UTF-8
57 62

Decomposition

  1. W
    U+0057
  2. b
    U+0062

Character Escapes

HTML5
Wb
Wb
C
\u0057\u0062 (C99)
\U000057\U000062 (C99)
\x57\x62 (encoding-dependent)
\127\142 (encoding-dependent)
C++
\u{57}\u{62} (C++23)
\x{57}\x{62} (C++23, encoding-dependent)
\o{127}\o{142} (C++23, encoding-dependent)
\U00000057\U00000062
\u0057\u0062
\x57\x62 (encoding-dependent)
\127\142 (encoding-dependent)
Java
\u0057\u0062
JavaScript
\u{57}\u{62}
\u0057\u0062
\x57\x62
CSS
\57\62
\000057\000062
Quoted-Printable
=57=62
URL
%57%62