| Symboolnaam | Latin Capital Letter I With Tilde Below |
| Unicode-versie | 1.1 |
| Unicode | U+1E2C |
| Unicode-blok | |
| Algemene categorie | Uppercase Letter (Lu) |
| UTF-8 | E1 B8 AC |
| UTF-16 | 1E2C |
| UTF-32 | 00001E2C |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERIWITHTILDEBELOW}4\end{document}Je kunt het latin capital letter i with tilde below-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 7724 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter i with tilde below", or use Unicode Hex Input with 1E2C.
Ctrl + Shift + U, type 1e2c, 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-capital-letter-i-with-tilde-below::before { content: "\1E2C"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ḭ</span>De weergave van het Latin Capital Letter I With Tilde Below-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u1E2C' or String.fromCodePoint(7724) |
| Python | '\N{LATIN CAPITAL LETTER I WITH TILDE BELOW}' or chr(7724) |
| Rust | '\u{1E2C}' |
| C / C++ | UTF-8 source or wchar_t with U+1E2C |
| Go | string(rune(0x1E2C)) |
| Ruby | "\u{1E2C}" |
| CSS-code |
\1E2C |
| Hexadecimale code | 0x1E2C |
| HTML-code | Ḭ |
| LaTeX | \text{LATINCAPITALLETTERIWITHTILDEBELOW} |
| Symbool | Ḭ |
| URL-codering (UTF-8 procent) | %E1%B8%AC |
| Uitgesproken naam / schermlezer | Latin Capital Letter I With Tilde Below |