| Nome del simbolo | Latin Capital Letter Turned Insular G |
| Versione Unicode | 5.1 |
| Unicode | U+A77E |
| Blocco Unicode | |
| Categoria generale | Uppercase Letter (Lu) |
| UTF-8 | EA 9D BE |
| UTF-16 | A77E |
| UTF-32 | 0000A77E |
1\documentclass{article}2\usepackage{pifont}3\text{LATINCAPITALLETTERTURNEDINSULARG}4\end{document}Puoi digitare il simbolo latin capital letter turned insular g sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 42878 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "latin capital letter turned insular g", or use Unicode Hex Input with A77E.
Ctrl + Shift + U, type a77e, 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-capital-letter-turned-insular-g::before { content: "\A77E"; font-family: "Charis SIL", "Doulos SIL", "DejaVu Serif", "Times New Roman", serif; }1<span>Ꝿ</span>La rappresentazione del simbolo Latin Capital Letter Turned Insular G nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uA77E' or String.fromCodePoint(42878) |
| Python | '\N{LATIN CAPITAL LETTER TURNED INSULAR G}' or chr(42878) |
| Rust | '\u{A77E}' |
| C / C++ | UTF-8 source or wchar_t with U+A77E |
| Go | string(rune(0xA77E)) |
| Ruby | "\u{A77E}" |
| Codice CSS |
\A77E |
| Codice esadecimale | 0xA77E |
| Codice HTML | Ꝿ |
| LaTeX | \text{LATINCAPITALLETTERTURNEDINSULARG} |
| Simbolo | Ꝿ |
| Codifica URL (percentuale UTF-8) | %EA%9D%BE |
| Nome parlato / screen reader | Latin Capital Letter Turned Insular G |