About Latin Capital Letter I With Inverted Breve
Latin Capital Letter I With Inverted Breve is the Unicode character Ȋ at codepoint U+020A 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 Inverted Breve
To use the Latin Capital Letter I With Inverted Breve 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: '\20A';.
In JavaScript and TypeScript the escape '\u020A' evaluates to Ȋ. In Python source, write '\u020A'.
The character encodes to C8 8A as UTF-8 bytes and 020A as UTF-16 code units. Its decimal codepoint is 522.
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.