| Nome del simbolo | Latin Small Letter Insular D |
| Versione Unicode | 5.1 |
| Unicode | U+A77A |
| Blocco Unicode | |
| Categoria generale | 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}Puoi digitare il simbolo latin small letter insular d sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Latin Small Letter Insular D nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |
| Codice CSS |
\A77A |
| Codice esadecimale | 0xA77A |
| Codice HTML | ꝺ |
| LaTeX | \text{LATINSMALLLETTERINSULARD} |
| Simbolo | ꝺ |
| Codifica URL (percentuale UTF-8) | %EA%9D%BA |
| Nome parlato / screen reader | Latin Small Letter Insular D |