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