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