Basic Latin: [Sequence]

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

Decomposition

  1. W
    U+0057
  2. C
    U+0043

Character Escapes

HTML5
WC
WC
C
\u0057\u0043 (C99)
\U000057\U000043 (C99)
\x57\x43 (encoding-dependent)
\127\103 (encoding-dependent)
C++
\u{57}\u{43} (C++23)
\x{57}\x{43} (C++23, encoding-dependent)
\o{127}\o{103} (C++23, encoding-dependent)
\U00000057\U00000043
\u0057\u0043
\x57\x43 (encoding-dependent)
\127\103 (encoding-dependent)
Java
\u0057\u0043
JavaScript
\u{57}\u{43}
\u0057\u0043
\x57\x43
CSS
\57\43
\000057\000043
Quoted-Printable
=57=43
URL
%57%43