| Nombre del símbolo | Hangul Syllable Gub |
| Versión Unicode | 2.0 |
| Unicode | U+AD82 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \AD82 |
| Código hexadecimal | 0xAD82 |
| Código HTML | 궂 |
| LaTeX | \hangul{AD82} |
| Símbolo | 궂 |
| Codificación URL (porcentaje UTF-8) | %EA%B6%82 |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo hangul syllable gub en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Hangul Syllable Gub en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |