Accented C characters
Compare 12 verified accented C characters: 6 uppercase and 6 lowercase forms, with 5 distinct diacritic marks. Copy a character or check its Unicode, HTML, and normalization values below.
Copy accented C
Select a character to copy it to your clipboard.
Uppercase
Lowercase
Unicode and HTML values
HTML character references represent the letter in HTML source. On a narrow screen, scroll the table sideways to see every column.
| Character | Case | Diacritic marks | Unicode code point | Official Unicode name | HTML decimal character reference | HTML hexadecimal character reference | Named character reference |
|---|---|---|---|---|---|---|---|
Ç | Uppercase | U+00C7 | LATIN CAPITAL LETTER C WITH CEDILLA | Ç | Ç | Ç | |
Ć | Uppercase | U+0106 | LATIN CAPITAL LETTER C WITH ACUTE | Ć | Ć | Ć | |
Ĉ | Uppercase | U+0108 | LATIN CAPITAL LETTER C WITH CIRCUMFLEX | Ĉ | Ĉ | Ĉ | |
Ċ | Uppercase | U+010A | LATIN CAPITAL LETTER C WITH DOT ABOVE | Ċ | Ċ | Ċ | |
Č | Uppercase | U+010C | LATIN CAPITAL LETTER C WITH CARON | Č | Č | Č | |
Ḉ | Uppercase | U+1E08 | LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE | Ḉ | Ḉ | None | |
ç | Lowercase | U+00E7 | LATIN SMALL LETTER C WITH CEDILLA | ç | ç | ç | |
ć | Lowercase | U+0107 | LATIN SMALL LETTER C WITH ACUTE | ć | ć | ć | |
ĉ | Lowercase | U+0109 | LATIN SMALL LETTER C WITH CIRCUMFLEX | ĉ | ĉ | ĉ | |
ċ | Lowercase | U+010B | LATIN SMALL LETTER C WITH DOT ABOVE | ċ | ċ | ċ | |
č | Lowercase | U+010D | LATIN SMALL LETTER C WITH CARON | č | č | č | |
ḉ | Lowercase | U+1E09 | LATIN SMALL LETTER C WITH CEDILLA AND ACUTE | ḉ | ḉ | None |
Unicode normalization
NFC and NFD show composed and fully decomposed forms of equivalent text. Direct canonical decomposition is a separate mapping and can contain a letter that decomposes further. These are character sequences, not typing instructions.
| Character | NFC sequence | NFD sequence | Canonical decomposition |
|---|---|---|---|
Ç | U+00C7 | U+0043 + U+0327 | U+0043 + U+0327 |
Ć | U+0106 | U+0043 + U+0301 | U+0043 + U+0301 |
Ĉ | U+0108 | U+0043 + U+0302 | U+0043 + U+0302 |
Ċ | U+010A | U+0043 + U+0307 | U+0043 + U+0307 |
Č | U+010C | U+0043 + U+030C | U+0043 + U+030C |
Ḉ | U+1E08 | U+0043 + U+0327 + U+0301 | U+00C7 + U+0301 |
ç | U+00E7 | U+0063 + U+0327 | U+0063 + U+0327 |
ć | U+0107 | U+0063 + U+0301 | U+0063 + U+0301 |
ĉ | U+0109 | U+0063 + U+0302 | U+0063 + U+0302 |
ċ | U+010B | U+0063 + U+0307 | U+0063 + U+0307 |
č | U+010D | U+0063 + U+030C | U+0063 + U+030C |
ḉ | U+1E09 | U+0063 + U+0327 + U+0301 | U+00E7 + U+0301 |
Typing and technical guides
Learn how to use a Unicode value in Word for Windows, or compare identifiers with input methods. Check each guide’s application and font requirements.
Sources
The character records above reference these Unicode and HTML sources.
- Unicode Character Database: PropList.txt
Unicode Consortium, version 17.0.0
- Unicode Character Database: UnicodeData.txt
Unicode Consortium, version 17.0.0
- Unicode Standard Annex #44: Unicode Character Database
Unicode Consortium, version 17.0.0
- Unicode Character Database: Normalization Test Suite
Unicode Consortium, version 17.0.0
- HTML Standard: Named character references
WHATWG