| Symbolname | Latin Small Letter Insular D |
| Unicode-Version | 5.1 |
| Unicode | U+A77A |
| Unicode-Block | |
| Allgemeine Kategorie | 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}Sie können das Symbol latin small letter insular d auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Latin Small Letter Insular D in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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 |
| Hexadezimalcode | 0xA77A |
| HTML-Code | ꝺ |
| LaTeX | \text{LATINSMALLLETTERINSULARD} |
| Symbol | ꝺ |
| URL-Kodierung (UTF-8-Prozent) | %EA%9D%BA |
| Ansagename (Screenreader) | Latin Small Letter Insular D |