| Symboolnaam | Latin Small Letter Insular D |
| Unicode-versie | 5.1 |
| Unicode | U+A77A |
| Unicode-blok | |
| Algemene categorie | Lowercase Letter (Ll) |
| CSS-code |
| UTF-8 | EA 9D BA |
| UTF-16 | A77A |
| UTF-32 | 0000A77A |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERINSULARD}4\end{document}Je kunt het latin small letter insular d-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Latin Small Letter Insular D-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |
\A77A |
| Hexadecimale code | 0xA77A |
| HTML-code | ꝺ |
| LaTeX | \text{LATINSMALLLETTERINSULARD} |
| Symbool | ꝺ |
| URL-codering (UTF-8 procent) | %EA%9D%BA |
| Uitgesproken naam / schermlezer | Latin Small Letter Insular D |