| Nombre del símbolo | Latin Small Letter I With Breve |
| Versión Unicode | 1.1 |
| Unicode | U+012D |
| Bloque Unicode | |
| Categoría general | Lowercase Letter (Ll) |
| UTF-8 | C4 AD |
| UTF-16 | 012D |
| UTF-32 | 0000012D |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERIWITHBREVE}4\end{document}Puedes escribir el símbolo latin small letter i with breve en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 301 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter i with breve", or use Unicode Hex Input with 012D.
Ctrl + Shift + U, type 012d, 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-breve::before { content: "\012D"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ĭ</span>La representación del símbolo Latin Small Letter I With Breve en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u012D' or String.fromCodePoint(301) |
| Python | '\N{LATIN SMALL LETTER I WITH BREVE}' or chr(301) |
| Rust | '\u{012D}' |
| C / C++ | UTF-8 source or wchar_t with U+012D |
| Go | string(rune(0x012D)) |
| Ruby | "\u{012D}" |
| Código CSS |
\012D |
| Código hexadecimal | 0x012D |
| Código HTML | ĭ |
| LaTeX | \text{LATINSMALLLETTERIWITHBREVE} |
| Símbolo | ĭ |
| Codificación URL (porcentaje UTF-8) | %C4%AD |
| Nombre oral / lector de pantalla | Latin Small Letter I With Breve |