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