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