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