| Nome del simbolo | Hangul Syllable Galm |
| Versione Unicode | 2.0 |
| Unicode | U+AC0A |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \AC0A |
| Codice esadecimale | 0xAC0A |
| Codice HTML | 갊 |
| LaTeX | \hangul{AC0A} |
| Simbolo | 갊 |
| Codifica URL (percentuale UTF-8) | %EA%B0%8A |
| Nome parlato / screen reader | Hangul Syllable Galm |
| UTF-8 | EA B0 8A |
| UTF-16 | AC0A |
| UTF-32 | 0000AC0A |
1\documentclass{article}2\usepackage{pifont}3\hangul{AC0A}4\end{document}Puoi digitare il simbolo hangul syllable galm sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 44042 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable galm", or use Unicode Hex Input with AC0A.
Ctrl + Shift + U, type ac0a, then Enter (layout-dependent), or use an IBus Hangul table.
Paste from this page, use text replacement, or pick from the Korean keyboard.
Paste from this page or use a keyboard with Hangul support.
1span.korean-syllable-galm::before { content: "\AC0A"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>갊</span>La rappresentazione del simbolo Hangul Syllable Galm nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uAC0A' or String.fromCodePoint(44042) |
| Python | '\N{HANGUL SYLLABLE GALM}' or chr(44042) |
| Rust | '\u{AC0A}' |
| C / C++ | UTF-8 source or wchar_t with U+AC0A |
| Go | string(rune(0xAC0A)) |
| Ruby | "\u{AC0A}" |