Latin Capital Letter C With Cedilla

Ç

Shortcodes

Copy and paste codes for Latin Capital Letter C With Cedilla symbol Ç to use in your websites, apps, blogs, and more.

Unicode
U+00C7
Alt Code
199
HTML Code
Ç
HTML Entity
Ç
HEX Code
Ç
CSS Code
\0C7
JS/JSON
\u00C7
Unix/C/PHP/JAVA
0xC7
URL-encode
%C3%87
copied

Customize Latin Capital Letter C With Cedilla Symbol

Customize Ç symbol as you like and download Latin Capital Letter C With Cedilla as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
Ç

                        
                    

How to type Latin Capital Letter C With Cedilla symbol Ç ?

Using Latin Capital Letter C With Cedilla Alt Code:

You can type the Latin Capital Letter C With Cedilla symbol Ç using your keyboard by using the Alt Code for Latin Capital Letter C With Cedilla. Before you begin, ensure that your Num Lock is turned on, and use the Numpad to type the code. Then, follow these simple steps:

  1. Hold down the Alt key on your keyboard.
  2. Type the number 199 using the Numpad.
  3. Release the Alt key.

This will make the Ç appear on your screen.

How to add Latin Capital Letter C With Cedilla symbol in HTML, CSS, and JS?

Insert Ç Latin Capital Letter C With Cedilla using HTML

1. Copy-paste Latin Capital Letter C With Cedilla directly:
<span>Ç</span>
2. HTML Decimal Code:
<span>&#199;</span>
3. HTML Entity:
<span>&Ccedil;</span>
4. Hexadecimal Code:
<span>&#x00C7;</span>
Preview: Ç

Add Latin Capital Letter C With Cedilla symbol with CSS

.latin-capital-letter-c-with-cedilla::before {
    content: '\\0C7';
}
Preview: Latin Capital Letter C With Cedilla

Latin Capital Letter C With Cedilla JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-capital-letter-c-with-cedilla').textContent = 'Ç';
2. Unicode Escape for Ç:
document.querySelector('.latin-capital-letter-c-with-cedilla').textContent = '\u00C7';
Preview: Ç