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