About Latin Capital Letter E With Cedilla
Latin Capital Letter E With Cedilla is the Unicode character Ȩ at codepoint U+0228 in the Latin Extended-B 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 Capital Letter E With Cedilla
To use the Latin Capital Letter E With 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: '\228';.
In JavaScript and TypeScript the escape '\u0228' evaluates to Ȩ. In Python source, write '\u0228'.
The character encodes to C8 A8 as UTF-8 bytes and 0228 as UTF-16 code units. Its decimal codepoint is 552.
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.