| Nombre del símbolo | Hangul Syllable Ggaess |
| Versión Unicode | 2.0 |
| Unicode | U+AE82 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \AE82 |
| Código hexadecimal | 0xAE82 |
| Código HTML | 꺂 |
| LaTeX | \hangul{AE82} |
| Símbolo | 꺂 |
| Codificación URL (porcentaje UTF-8) | %EA%BA%82 |
| Nombre oral / lector de pantalla | Hangul Syllable Ggaess |
| UTF-8 | EA BA 82 |
| UTF-16 | AE82 |
| UTF-32 | 0000AE82 |
1\documentclass{article}2\usepackage{pifont}3\hangul{AE82}4\end{document}Puedes escribir el símbolo hangul syllable ggaess en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 44674 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ggaess", or use Unicode Hex Input with AE82.
Ctrl + Shift + U, type ae82, 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-ggaess::before { content: "\AE82"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>꺂</span>La representación del símbolo Hangul Syllable Ggaess en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uAE82' or String.fromCodePoint(44674) |
| Python | '\N{HANGUL SYLLABLE GGAESS}' or chr(44674) |
| Rust | '\u{AE82}' |
| C / C++ | UTF-8 source or wchar_t with U+AE82 |
| Go | string(rune(0xAE82)) |
| Ruby | "\u{AE82}" |