| Nome del simbolo | Hangul Syllable Ggeogg |
| Versione Unicode | 2.0 |
| Unicode | U+AEBE |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \AEBE |
| Codice esadecimale | 0xAEBE |
| Codice HTML | 꺾 |
| LaTeX | \hangul{AEBE} |
| Simbolo | 꺾 |
| Codifica URL (percentuale UTF-8) | %EA%BA%BE |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo hangul syllable ggeogg sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Hangul Syllable Ggeogg nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |