| Symbol Name | Latin Small Letter Closed Insular G |
| Unicode Version | 14.0 |
| Unicode | U+A7D1 |
| Unicode block | |
| General category | 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}You can type the latin small letter closed insular g symbol on most modern devices with the help of following methods:
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>Latin Small Letter Closed Insular G symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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 |
| Hex Code | 0xA7D1 |
| HTML Code | ꟑ |
| LaTeX | \text{LATINSMALLLETTERCLOSEDINSULARG} |
| Symbol | ꟑ |
| URL encode (UTF-8 percent) | %EA%9F%91 |
| Spoken / screen reader name | Latin Small Letter Closed Insular G |