Basic Latin: Latin Small Letter C

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

Character Escapes

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