äAccentCharacters
Adrian Voss — Accent Characters authorAdrian VossUnicode Typography Researcher
Fact-checked & hand-testedUpdated

C with accent ç ć ĉ ċ — copy & ALT codes

C is transformed by two very different marks: the cedilla underneath softens it to an “s” in French and Portuguese (ça, aço), while the caron above turns it into the “ch” of Czech and Croatian (č). Ċ, ċ keeps time in Maltese and Irish uncial script. This page collects every accented c recognized by the Unicode Standard — 17 characters in total (8 lowercase, 9 capital and digraph forms)

Each character can be copied with a single click, typed with its ALT code, or produced with the keyboard shortcuts proven below — no memorisation required if you bookmark this page.

Accented C copy and paste

Click any tile below — the character goes straight to your clipboard, ready to paste with Ctrl + V or Cmd + V.

Small letter c with accent8

Capital letter C with accent9

Press Ctrl + D right now to save this page — the next time your essay, résumé or email needs an accented C, the whole alphabet of options will be one click away.

Accented C with ALT code — full table

Hold the Alt key and type the number shown on your numeric keypad to produce that letter on Windows. The Unicode column is used for Word’s Alt + X method and by developers.

ALT CodeSymbolDescriptionUnicode
Alt + 199ÇCapital letter C with CedillaU+00C7
Alt + 231çSmall letter C with CedillaU+00E7
Alt + 262ĆCapital letter C with AcuteU+0106
Alt + 263ćSmall letter C with AcuteU+0107
Alt + 264ĈCapital letter C with CircumflexU+0108
Alt + 265ĉSmall letter C with CircumflexU+0109
Alt + 266ĊCapital letter C with Dot AboveU+010A
Alt + 267ċSmall letter C with Dot AboveU+010B
Alt + 268ČCapital letter C with CaronU+010C
Alt + 269čSmall letter C with CaronU+010D
Alt + 390ƆCapital letter Open O-like CU+0186
Alt + 391ƇCapital letter C with HookU+0187
Alt + 392ƈSmall letter C with HookU+0188
Alt + 571ȻCapital letter C with StrokeU+023B
Alt + 572ȼSmall letter C with StrokeU+023C
Alt + 7688Capital letter C with Cedilla and AcuteU+1E08
Alt + 7689Small letter C with Cedilla and AcuteU+1E09

How to type accented c on the keyboard

Two dependable methods, demonstrated with ç (c with cedilla) — both tested on Windows 11 and Microsoft 365.

Method 1 — Numeric keypad ALT code

Windows

Type ç into any Windows program using its ALT code, Alt + 231. You need a working numeric keypad with Num Lock on.

  1. 1Click exactly where you want the accented c letter to appear — in Word, an email, a browser field, anywhere.
  2. 2Make sure Num Lock is on. On laptops without a separate keypad, enable the embedded keypad first with Fn + Num Lock.
  3. 3Press and hold the Alt key.
  4. 4While keeping Alt held, type 231 on the numeric keypad.
  5. 5Release Altç appears where your cursor is parked.
If a code produces the wrong symbol: very long ALT codes (four digits and beyond) can render as a placeholder glyph in older apps. Repeat the same steps inside a Microsoft Word document — Word resolves the full Unicode range correctly, and you can copy the result anywhere else.

Method 2 — Unicode value + Alt X

Word & Office

Every character owns a hexadecimal ID — for ç it is U+00E7. Microsoft Word converts that ID into the character itself.

  1. 1Open a Word document (or any Office app that supports Unicode).
  2. 2Type the four-character code 00E7 using your regular keyboard.
  3. 3Without pressing space, hit Alt + X together.
  4. 4Word swaps the code for the letter — 00E7 becomes çinstantly.
This trick works both ways: place your cursor after any accented character and press Alt + X to reveal its Unicode value. It is the fastest way to identify a mystery character you have received in a document.

Microsoft Word accent shortcuts

Press the combination, release, then type the letter.

Ctrl + ' (apostrophe)the vowelá é í ó ú ý
Ctrl + ` (grave)the vowelà è ì ò ù
Ctrl + Shift + ^the vowelâ ê î ô û
Ctrl + Shift + ~ (tilde)a, n or oã ñ õ
Ctrl + Shift + : (colon)the vowel or yä ë ï ö ü ÿ
Ctrl + Shift + @a or Aå Å
Ctrl + Shift + &a or Aæ Æ
Ctrl + Shift + &o or Oœ Œ
Ctrl + , (comma)c or Cç Ç
Ctrl + ' (apostrophe)d or Dð Ð
Ctrl + /o or Oø Ø
Ctrl + Shift + &sß
Alt + Ctrl + Shift + ?¿
Alt + Ctrl + Shift + !¡

macOS Option-key accents

Press Option + key, release, then type the letter — or press and hold the letter key.

Acute ´Option + Eá é í ó ú
Grave `Option + `à è ì ò ù
Circumflex ^Option + Iâ ê î ô û
Tilde ~Option + Nã ñ õ
Umlaut ¨Option + Uä ë ï ö ü ÿ
Cedilla ÇOption + C (Shift for Ç)ç Ç

Technical information for accented C

Unicode code points, HTML entities, CSS and JavaScript escapes and UTF-8 byte sequences for every character on this page.

Ç

Latin Capital Letter C with Cedilla

UnicodeU+00C7
HTML (decimal)Ç
HTML (hex)Ç
CSS content\00C7
JS / Java / C\u00C7
UTF-8 (hex bytes)C3 87
ç

Latin Small Letter C with Cedilla

UnicodeU+00E7
HTML (decimal)ç
HTML (hex)ç
CSS content\00E7
JS / Java / C\u00E7
UTF-8 (hex bytes)C3 A7
Ć

Latin Capital Letter C with Acute

UnicodeU+0106
HTML (decimal)Ć
HTML (hex)Ć
CSS content\0106
JS / Java / C\u0106
UTF-8 (hex bytes)C4 86
ć

Latin Small Letter C with Acute

UnicodeU+0107
HTML (decimal)ć
HTML (hex)ć
CSS content\0107
JS / Java / C\u0107
UTF-8 (hex bytes)C4 87
Ĉ

Latin Capital Letter C with Circumflex

UnicodeU+0108
HTML (decimal)Ĉ
HTML (hex)Ĉ
CSS content\0108
JS / Java / C\u0108
UTF-8 (hex bytes)C4 88
ĉ

Latin Small Letter C with Circumflex

UnicodeU+0109
HTML (decimal)ĉ
HTML (hex)ĉ
CSS content\0109
JS / Java / C\u0109
UTF-8 (hex bytes)C4 89
Ċ

Latin Capital Letter C with Dot Above

UnicodeU+010A
HTML (decimal)Ċ
HTML (hex)Ċ
CSS content\010A
JS / Java / C\u010A
UTF-8 (hex bytes)C4 8A
ċ

Latin Small Letter C with Dot Above

UnicodeU+010B
HTML (decimal)ċ
HTML (hex)ċ
CSS content\010B
JS / Java / C\u010B
UTF-8 (hex bytes)C4 8B
Č

Latin Capital Letter C with Caron

UnicodeU+010C
HTML (decimal)Č
HTML (hex)Č
CSS content\010C
JS / Java / C\u010C
UTF-8 (hex bytes)C4 8C
č

Latin Small Letter C with Caron

UnicodeU+010D
HTML (decimal)č
HTML (hex)č
CSS content\010D
JS / Java / C\u010D
UTF-8 (hex bytes)C4 8D
Ɔ

Latin Capital Letter Open O-like C

UnicodeU+0186
HTML (decimal)Ɔ
HTML (hex)Ɔ
CSS content\0186
JS / Java / C\u0186
UTF-8 (hex bytes)C6 86
Ƈ

Latin Capital Letter C with Hook

UnicodeU+0187
HTML (decimal)Ƈ
HTML (hex)Ƈ
CSS content\0187
JS / Java / C\u0187
UTF-8 (hex bytes)C6 87
ƈ

Latin Small Letter C with Hook

UnicodeU+0188
HTML (decimal)ƈ
HTML (hex)ƈ
CSS content\0188
JS / Java / C\u0188
UTF-8 (hex bytes)C6 88
Ȼ

Latin Capital Letter C with Stroke

UnicodeU+023B
HTML (decimal)Ȼ
HTML (hex)Ȼ
CSS content\023B
JS / Java / C\u023B
UTF-8 (hex bytes)C8 BB
ȼ

Latin Small Letter C with Stroke

UnicodeU+023C
HTML (decimal)ȼ
HTML (hex)ȼ
CSS content\023C
JS / Java / C\u023C
UTF-8 (hex bytes)C8 BC

Latin Capital Letter C with Cedilla and Acute

UnicodeU+1E08
HTML (decimal)Ḉ
HTML (hex)Ḉ
CSS content\1E08
JS / Java / C\u1E08
UTF-8 (hex bytes)E1 B8 88

Latin Small Letter C with Cedilla and Acute

UnicodeU+1E09
HTML (decimal)ḉ
HTML (hex)ḉ
CSS content\1E09
JS / Java / C\u1E09
UTF-8 (hex bytes)E1 B8 89

Accented C — questions people ask

The Windows ALT code for ç (Latin Small Letter C with Cedilla) is Alt + 231. Hold Alt, type 2, 3, 1 on the numeric keypad and release Alt. Inside Word you can type 00E7 followed by Alt + X instead — or simply click the character on this page to copy it.

On Windows use Alt + 199 with the numeric keypad; in Microsoft Word type 00C7 then press Alt + X. On a Mac, press the matching Option-key accent, release, then type Shift + C. Copy-and-paste from the grid above works in every program.

Hold the Option key together with the accent key, release, then press c. Option + E applies an acute accent, Option + ` a grave, Option + I a circumflex, Option + N a tilde and Option + U an umlaut. Alternatively press and hold the c key and a pop-up menu lists every variation.

Characters beyond the first 256 code points need full Unicode support. When a long ALT code shows a placeholder symbol, redo the steps inside Word — it resolves the complete range — or copy the letter directly from this page, which works in every modern application.