free-symbols
ç

Latin Small Letter C With Cedilla Letter

ç (c with cedilla) is a Latin letter used in several languages and common text-encoding contexts.

U+00E7

The symbol “ç” is the Latin small letter c with cedilla. It’s used in everyday writing, correct spellings, and UI text. Below you’ll find copy/paste options and the exact Unicode and escape codes.

Latin Small Letter C With Cedilla Letter Meaning

“ç” is a letter in the Latin alphabet: LATIN SMALL LETTER C WITH CEDILLA (Unicode U+00E7). The cedilla distinguishes it from a plain “c” and affects how the character is spelled and pronounced in languages such as Turkish, Portuguese, and French (depending on the word). In software, “ç” is important for accurate text rendering, search, sorting, and consistent character encoding. Using the correct Unicode character (rather than a visually similar “c”) helps prevent corrupted text, broken fonts, or mismatched user input.

Common uses

  • Typing correct words in languages that use c with cedilla (e.g., Portuguese and Turkish).
  • Designing user interfaces with accurate brand names or localized labels containing “ç”.
  • Writing content for forms, profile fields, and search boxes where spelling must match exactly.
  • Developer-facing tasks like generating HTML, JSON, or scripts that include “ç”.
  • Data entry, migration, and database storage where correct Unicode characters prevent encoding issues.

Examples

ç — Latin small letter c with cedilla

  • çcoração
  • çaçaí
  • çişçi
  • çfaçade
  • çcüzdan

Variations

Technical codes

UnicodeU+00E7
HTML Entityç
HTML Codeç
CSS\00E7

FAQ

What does the Latin Small Letter C With Cedilla letter mean?

“ç” is a letter in the Latin alphabet: LATIN SMALL LETTER C WITH CEDILLA (Unicode U+00E7). The cedilla distinguishes it from a plain “c” and affects how the character is spelled and pronounced in languages such as Turkish, Portuguese, and French (depending on the word). In software, “ç” is important for accurate text rendering, search, sorting, and consistent character encoding. Using the correct Unicode character (rather than a visually similar “c”) helps prevent corrupted text, broken fonts, or mismatched user input.

What is the Unicode for ç?

“ç” is Unicode U+00E7 (LATIN SMALL LETTER C WITH CEDILLA).

How do I type or copy ç on my device?

You can copy it directly from this page (“ç”). It’s also available via standard keyboard/character insert tools depending on your OS and language settings.

What is the HTML entity for ç?

The HTML entity is ç.

What escape sequences can I use in code?

CSS escape: \\00E7. JavaScript (Unicode code point escape): \\u{00E7}.