| Nome del simbolo | Hangul Syllable Ganh |
| Versione Unicode | 2.0 |
| Unicode | U+AC06 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \AC06 |
| Codice esadecimale | 0xAC06 |
| Codice HTML | 갆 |
| LaTeX | \hangul{AC06} |
| Simbolo | 갆 |
| Codifica URL (percentuale UTF-8) | %EA%B0%86 |
| Nome parlato / screen reader | Hangul Syllable Ganh |
| UTF-8 | EA B0 86 |
| UTF-16 | AC06 |
| UTF-32 | 0000AC06 |
1\documentclass{article}2\usepackage{pifont}3\hangul{AC06}4\end{document}Puoi digitare il simbolo hangul syllable ganh sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 44038 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ganh", or use Unicode Hex Input with AC06.
Ctrl + Shift + U, type ac06, 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-ganh::before { content: "\AC06"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>갆</span>La rappresentazione del simbolo Hangul Syllable Ganh nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uAC06' or String.fromCodePoint(44038) |
| Python | '\N{HANGUL SYLLABLE GANH}' or chr(44038) |
| Rust | '\u{AC06}' |
| C / C++ | UTF-8 source or wchar_t with U+AC06 |
| Go | string(rune(0xAC06)) |
| Ruby | "\u{AC06}" |