| Symbol Name | Latin Small Capital Letter I With Stroke |
| Unicode Version | 4.1 |
| Unicode | U+1D7B |
| Unicode block | |
| General category | 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}You can type the latin small capital letter i with stroke symbol on most modern devices with the help of following methods:
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>Latin Small Capital Letter I With Stroke symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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 |
| Hex Code | 0x1D7B |
| HTML Code | ᵻ |
| LaTeX | \text{LATINSMALLCAPITALLETTERIWITHSTROKE} |
| Symbol | ᵻ |
| URL encode (UTF-8 percent) | %E1%B5%BB |
| Spoken / screen reader name | Latin Small Capital Letter I With Stroke |