About Latin Small Letter Dotless I
Latin Small Letter Dotless I is the Unicode character ı at codepoint U+0131 in the Latin Extended-A 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 Dotless I
To use the Latin Small Letter Dotless I 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: '\131';.
In JavaScript and TypeScript the escape '\u0131' evaluates to ı. In Python source, write '\u0131'.
The character encodes to C4 B1 as UTF-8 bytes and 0131 as UTF-16 code units. Its decimal codepoint is 305.
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.