About Latin Capital Letter I With Double Grave
Latin Capital Letter I With Double Grave is the Unicode character Ȉ at codepoint U+0208 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 I With Double Grave
To use the Latin Capital Letter I With Double Grave 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: '\208';.
In JavaScript and TypeScript the escape '\u0208' evaluates to Ȉ. In Python source, write '\u0208'.
The character encodes to C8 88 as UTF-8 bytes and 0208 as UTF-16 code units. Its decimal codepoint is 520.
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.