| Nom du symbole | Latin Small Letter I With Dot Below |
| Version Unicode | 1.1 |
| Unicode | U+1ECB |
| Bloc Unicode | |
| Catégorie générale | Lowercase Letter (Ll) |
| UTF-8 | E1 BB 8B |
| UTF-16 | 1ECB |
| UTF-32 | 00001ECB |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERIWITHDOTBELOW}4\end{document}Vous pouvez saisir le symbole latin small letter i with dot below sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 7883 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter i with dot below", or use Unicode Hex Input with 1ECB.
Ctrl + Shift + U, type 1ecb, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the Latin keyboard.
Paste from this page or use a keyboard with Latin letter support.
1span.latin-small-letter-i-with-dot-below::before { content: "\1ECB"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ị</span>La représentation du symbole Latin Small Letter I With Dot Below dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u1ECB' or String.fromCodePoint(7883) |
| Python | '\N{LATIN SMALL LETTER I WITH DOT BELOW}' or chr(7883) |
| Rust | '\u{1ECB}' |
| C / C++ | UTF-8 source or wchar_t with U+1ECB |
| Go | string(rune(0x1ECB)) |
| Ruby | "\u{1ECB}" |
| Code CSS |
\1ECB |
| Code hexadécimal | 0x1ECB |
| Code HTML | ị |
| LaTeX | \text{LATINSMALLLETTERIWITHDOTBELOW} |
| Symbole | ị |
| Encodage URL (pourcent UTF-8) | %E1%BB%8B |
| Nom oral / lecteur d’écran | Latin Small Letter I With Dot Below |