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