copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('Ç'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
Ç
LATIN CAPITAL LETTER C WITH CEDILLA
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00C7 | |
| decimal | 199 | |
| htmldecimal | Ç | |
| htmlhex | Ç | |
| css | \00C7 | |
| javascript | \u{C7} | |
| python | \u00c7 | |
| java | \u00C7 | |
| go | \u00C7 | |
| ruby | \u{C7} | |
| rust | \u{C7} | |
| ccpp | \u00c7 | |
| urlencoded | %C3%87 | |
| utf8bytes | c3 87 | |
| utf16bebytes | 00 c7 | |
| utf32bebytes | 00 00 00 c7 |
How to Use
HTML:
Ç
CSS:
content: "\00C7"
JavaScript:
"\u{C7}"
Python:
"\u00c7"
Properties
- Block
- Latin-1 Supplement
- Script
- Latn
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
- Decomposition
- 0043 0327
Frequently Asked Questions
What is the Ç character (LATIN CAPITAL LETTER C WITH CEDILLA)?
Ç (LATIN CAPITAL LETTER C WITH CEDILLA) is the Unicode character U+00C7.
What is the Unicode codepoint of LATIN CAPITAL LETTER C WITH CEDILLA?
The LATIN CAPITAL LETTER C WITH CEDILLA character (Ç) has codepoint U+00C7.
How do I type or copy LATIN CAPITAL LETTER C WITH CEDILLA?
Copy Ç directly, or use the HTML entity, UTF-8, and code encodings shown on this page.