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