| Symbolname | Latin Small Capital Letter I With Stroke |
| Unicode-Version | 4.1 |
| Unicode | U+1D7B |
| Unicode-Block | |
| Allgemeine Kategorie | Lowercase Letter (Ll) |
| UTF-8 | E1 B5 BB |
| UTF-16 | 1D7B |
| UTF-32 | 00001D7B |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLCAPITALLETTERIWITHSTROKE}4\end{document}Sie können das Symbol latin small capital letter i with stroke auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 7547 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small capital letter i with stroke", or use Unicode Hex Input with 1D7B.
Ctrl + Shift + U, type 1d7b, 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-capital-letter-i-with-stroke::before { content: "\1D7B"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ᵻ</span>Die Darstellung des Symbols Latin Small Capital Letter I With Stroke in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\u1D7B' or String.fromCodePoint(7547) |
| Python | '\N{LATIN SMALL CAPITAL LETTER I WITH STROKE}' or chr(7547) |
| Rust | '\u{1D7B}' |
| C / C++ | UTF-8 source or wchar_t with U+1D7B |
| Go | string(rune(0x1D7B)) |
| Ruby | "\u{1D7B}" |
| CSS-Code |
\1D7B |
| Hexadezimalcode | 0x1D7B |
| HTML-Code | ᵻ |
| LaTeX | \text{LATINSMALLCAPITALLETTERIWITHSTROKE} |
| Symbol | ᵻ |
| URL-Kodierung (UTF-8-Prozent) | %E1%B5%BB |
| Ansagename (Screenreader) | Latin Small Capital Letter I With Stroke |