Accent letters
How to type C with accents (ćċĉčçȼḉƈĆĊĈČÇȻḈƇ)
Copy any C variant in one click. Open a name for Unicode, HTML, Alt, Mac, Word, and Google Docs. Classic Windows Alt codes need a numeric keypad with Num Lock on.
Lowercase c
Uppercase C
How to type C on each device
Copy
Click a keycap, then paste with Ctrl+V or Cmd+V. This works in any app.
Windows
Hold Alt and type the code on the numeric keypad. Codes are in the table below. On a laptop without a keypad, copy and paste is faster.
Mac
For common marks, press an Option dead key, then c. Example: Option + E, then c for acute. Other forms are in Character Viewer (Control + Command + Space).
Word & Docs
In Word, use Ctrl plus the accent, then c, or type the Unicode hex and press Alt + X. In Google Docs use Insert → Special characters and search the letter name.
C codes: Alt, Unicode, HTML, CSS, JS
| Char | Name | Alt | Unicode | HTML dec | HTML hex | CSS | JS |
|---|---|---|---|---|---|---|---|
| c acute | Alt + 263 | U+0107 | ć | ć | \0107 | \u{0107} | |
| c dot above | Alt + 267 | U+010B | ċ | ċ | \010B | \u{010B} | |
| c circumflex | Alt + 265 | U+0109 | ĉ | ĉ | \0109 | \u{0109} | |
| c caron | Alt + 269 | U+010D | č | č | \010D | \u{010D} | |
| c cedilla | Alt + 0231 | U+00E7 | ç | ç | \00E7 | \u{00E7} | |
| c stroke | Alt + 572 | U+023C | ȼ | ȼ | \023C | \u{023C} | |
| c cedilla acute | Alt + 7689 | U+1E09 | ḉ | ḉ | \1E09 | \u{1E09} | |
| c hook | Alt + 392 | U+0188 | ƈ | ƈ | \0188 | \u{0188} | |
| C acute | Alt + 262 | U+0106 | Ć | Ć | \0106 | \u{0106} | |
| C dot above | Alt + 266 | U+010A | Ċ | Ċ | \010A | \u{010A} | |
| C circumflex | Alt + 264 | U+0108 | Ĉ | Ĉ | \0108 | \u{0108} | |
| C caron | Alt + 268 | U+010C | Č | Č | \010C | \u{010C} | |
| C cedilla | Alt + 0199 | U+00C7 | Ç | Ç | \00C7 | \u{00C7} | |
| C stroke | Alt + 571 | U+023B | Ȼ | Ȼ | \023B | \u{023B} | |
| C cedilla acute | Alt + 7688 | U+1E08 | Ḉ | Ḉ | \1E08 | \u{1E08} | |
| C hook | Alt + 391 | U+0187 | Ƈ | Ƈ | \0187 | \u{0187} |