HTML Entity/SymbolÇ(LATIN CAPITAL LETTER C WITH CEDILLA )

Ç
Copy this symbol

LATIN CAPITAL LETTER C WITH CEDILLA

Click on any of the following code values to copy to clipboard.

Ç
Ç
U+000C7
\00c7
Ç

HTML Examples

Using HTML Code value in HTML file

<span> &#199; </span>

Using HTML Entity value in HTML file

<span> &Ccedil; </span>

CSS Example

Using CSS content code of the HTML entity &Ccedil; to specify in a CSS file

span { 
    content: "\00c7";
}
All HTML Symbols