Latin Capital Letter C with Cedilla |
| Name | Latin Capital Letter C with Cedilla | |
| Unicode | U+00C7 | |
| CSS Code | \00C7 | |
| HTML Entity | Ç | |
| HTML Code | Ç |
<div>Ç</div>div::before {
content: "\00C7";
}Latin Capital Letter C with Cedilla |
| Name | Latin Capital Letter C with Cedilla | |
| Unicode | U+00C7 | |
| CSS Code | \00C7 | |
| HTML Entity | Ç | |
| HTML Code | Ç |
<div>Ç</div>div::before {
content: "\00C7";
}