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