Basic Latin: [Sequence]

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

Decomposition

  1. I
    U+0049
  2. C
    U+0043

Character Escapes

HTML5
IC
IC
C
\u0049\u0043 (C99)
\U000049\U000043 (C99)
\x49\x43 (encoding-dependent)
\111\103 (encoding-dependent)
C++
\u{49}\u{43} (C++23)
\x{49}\x{43} (C++23, encoding-dependent)
\o{111}\o{103} (C++23, encoding-dependent)
\U00000049\U00000043
\u0049\u0043
\x49\x43 (encoding-dependent)
\111\103 (encoding-dependent)
Java
\u0049\u0043
JavaScript
\u{49}\u{43}
\u0049\u0043
\x49\x43
CSS
\49\43
\000049\000043
Quoted-Printable
=49=43
URL
%49%43