| Nom du symbole | Latin Small Letter I With Ogonek |
| Version Unicode | 1.1 |
| Unicode | U+012F |
| Bloc Unicode | |
| Catégorie générale | Lowercase Letter (Ll) |
| UTF-8 | C4 AF |
| UTF-16 | 012F |
| UTF-32 | 0000012F |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERIWITHOGONEK}4\end{document}Vous pouvez saisir le symbole latin small letter i with ogonek sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 303 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter i with ogonek", or use Unicode Hex Input with 012F.
Ctrl + Shift + U, type 012f, 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-ogonek::before { content: "\012F"; 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 Ogonek dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u012F' or String.fromCodePoint(303) |
| Python | '\N{LATIN SMALL LETTER I WITH OGONEK}' or chr(303) |
| Rust | '\u{012F}' |
| C / C++ | UTF-8 source or wchar_t with U+012F |
| Go | string(rune(0x012F)) |
| Ruby | "\u{012F}" |
| Code CSS |
\012F |
| Code hexadécimal | 0x012F |
| Code HTML | į |
| LaTeX | \text{LATINSMALLLETTERIWITHOGONEK} |
| Symbole | į |
| Encodage URL (pourcent UTF-8) | %C4%AF |
| Nom oral / lecteur d’écran | Latin Small Letter I With Ogonek |