| Symboolnaam | Latin Small Letter Closed Insular G |
| Unicode-versie | 14.0 |
| Unicode | U+A7D1 |
| Unicode-blok | |
| Algemene categorie | Lowercase Letter (Ll) |
| CSS-code |
| UTF-8 | EA 9F 91 |
| UTF-16 | A7D1 |
| UTF-32 | 0000A7D1 |
1\documentclass{article}2\usepackage{pifont}3\text{LATINSMALLLETTERCLOSEDINSULARG}4\end{document}Je kunt het latin small letter closed insular g-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 42961 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin small letter closed insular g", or use Unicode Hex Input with A7D1.
Ctrl + Shift + U, type a7d1, 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-closed-insular-g::before { content: "\A7D1"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>ꟑ</span>De weergave van het Latin Small Letter Closed Insular G-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uA7D1' or String.fromCodePoint(42961) |
| Python | '\N{LATIN SMALL LETTER CLOSED INSULAR G}' or chr(42961) |
| Rust | '\u{A7D1}' |
| C / C++ | UTF-8 source or wchar_t with U+A7D1 |
| Go | string(rune(0xA7D1)) |
| Ruby | "\u{A7D1}" |
\A7D1 |
| Hexadecimale code | 0xA7D1 |
| HTML-code | ꟑ |
| LaTeX | \text{LATINSMALLLETTERCLOSEDINSULARG} |
| Symbool | ꟑ |
| URL-codering (UTF-8 procent) | %EA%9F%91 |
| Uitgesproken naam / schermlezer | Latin Small Letter Closed Insular G |