About Latin Small Letter C With Cedilla Latin Small Letter C Cedilla
Latin Small Letter C With Cedilla Latin Small Letter C Cedilla is the Unicode character ç at codepoint U+00E7 in the Latin-1 Supplement block of the Basic Multilingual Plane (BMP).
Developer Notes
| Unicode Codepoint | |
| Decimal | |
| UTF-8 (hex) | |
| UTF-16 (hex) | |
| HEX Entity | |
| HTML Entity | |
| CSS (\xxxx) | |
| JavaScript | |
| Python |
How to Use Latin Small Letter C With Cedilla Latin Small Letter C Cedilla
To use the Latin Small Letter C With Cedilla Latin Small Letter C Cedilla symbol (ç) in HTML, insert the
entity ç directly into your markup. The decimal entity ç works in any HTML-serialised document.
In CSS pseudo-elements use content: '\E7';.
In JavaScript and TypeScript the escape '\u00E7' evaluates to ç. In Python source, write '\u00E7'.
The character encodes to C3 A7 as UTF-8 bytes and 00E7 as UTF-16 code units. Its decimal codepoint is 231.
This is a text-based Unicode character. It will render in the current font on most platforms. If a font lacks this glyph, the browser may show a placeholder or fall back to a system font.