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