| Nombre del símbolo | Latin Small Capital Letter I With Stroke |
| Versión Unicode | 4.1 |
| Unicode | U+1D7B |
| Bloque Unicode | |
| Categoría general | 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}Puedes escribir el símbolo latin small capital letter i with stroke en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Latin Small Capital Letter I With Stroke en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |
| Código CSS |
\1D7B |
| Código hexadecimal | 0x1D7B |
| Código HTML | ᵻ |
| LaTeX | \text{LATINSMALLCAPITALLETTERIWITHSTROKE} |
| Símbolo | ᵻ |
| Codificación URL (porcentaje UTF-8) | %E1%B5%BB |
| Nombre oral / lector de pantalla | Latin Small Capital Letter I With Stroke |