Basic Latin: [Sequence]

cc
U+0063 U+0063
cc
Noto text font
Plane
0 (Basic Multilingual)
Block
Basic Latin
Unicode Version
[None]
UTF-32BE
00 00 00 63 00 00 00 63
UTF-32LE
63 00 00 00 63 00 00 00
UTF-16BE
00 63 00 63
UTF-16LE
63 00 63 00
UTF-8
63 63

Decomposition

  1. c
    U+0063
  2. c
    U+0063

Character Escapes

HTML5
cc
cc
C
\u0063\u0063 (C99)
\U000063\U000063 (C99)
\x63\x63 (encoding-dependent)
\143\143 (encoding-dependent)
C++
\u{63}\u{63} (C++23)
\x{63}\x{63} (C++23, encoding-dependent)
\o{143}\o{143} (C++23, encoding-dependent)
\U00000063\U00000063
\u0063\u0063
\x63\x63 (encoding-dependent)
\143\143 (encoding-dependent)
Java
\u0063\u0063
JavaScript
\u{63}\u{63}
\u0063\u0063
\x63\x63
CSS
\63\63
\000063\000063
Quoted-Printable
=63=63
URL
%63%63