Ç
Latin

Latin Capital C with Cedilla Ç

The capital C with cedilla (Ç) is used in French, Portuguese, Turkish, Catalan, and other languages. The cedilla changes the 'hard c' sound (as in 'cat') to a 'soft c' sound (as in 'city') before the vowels a, o, and u. It is essential for correct spelling in these languages.

All Representations

Named Entity
Ç
Decimal Code
Ç
Hex Code
Ç
Unicode
U+00C7

Rendered Output

Ç

Ç renders as the character shown above

When to Use Latin Capital C with Cedilla

Use this entity in French (Ç as in 'Ça va'), Portuguese (Ç as in 'açúcar'), Turkish, and Catalan text. The cedilla is mandatory — omitting it changes pronunciation and can change meaning. It is one of the most commonly encountered special characters in multilingual web content.

Try It — HTML Examples

Named entity in text
<p>Symbol: &Ccedil;</p>
Decimal reference
<p>Symbol: &#199;</p>
Hex reference
<p>Symbol: &#xC7;</p>
Inside an HTML attribute
<div title="The Latin Capital C with Cedilla: &Ccedil;">Hover to see</div>

About the Latin Capital C with Cedilla Entity

The Latin Capital C with Cedilla character (Ç) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &Ccedil;, the decimal numeric character reference &#199;, or the hexadecimal numeric reference &#xC7;. The character is assigned Unicode code point U+00C7 in the Universal Character Set.

The capital C with cedilla (Ç) is used in French, Portuguese, Turkish, Catalan, and other languages. The cedilla changes the 'hard c' sound (as in 'cat') to a 'soft c' sound (as in 'city') before the vowels a, o, and u. It is essential for correct spelling in these languages.

Latin extended character entities provide the accented and modified letters required by dozens of European languages. From French accents aigus and graves to German umlauts, Scandinavian rings, and Icelandic thorns, these entities ensure correct rendering of non-ASCII characters within HTML documents. While modern UTF-8 encoded pages can include these characters directly in source code, HTML entities remain valuable for source code clarity and legacy compatibility.

When deciding how to encode the Latin Capital C with Cedilla character in your HTML documents, the named entity &Ccedil; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#199; and hexadecimal form &#xC7; are equally valid alternatives that work in contexts where named entities may not be supported, or when generating HTML output programmatically from server-side code. All three representations produce identical visual output in every modern web browser.

Use this entity in French (Ç as in 'Ça va'), Portuguese (Ç as in 'açúcar'), Turkish, and Catalan text. The cedilla is mandatory — omitting it changes pronunciation and can change meaning. It is one of the most commonly encountered special characters in multilingual web content.

Related Entities

Explore More HTML Entities

Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.