| Symboolnaam | Hangul Syllable Ggeogg |
| Unicode-versie | 2.0 |
| Unicode | U+AEBE |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \AEBE |
| Hexadecimale code | 0xAEBE |
| HTML-code | 꺾 |
| LaTeX | \hangul{AEBE} |
| Symbool | 꺾 |
| URL-codering (UTF-8 procent) | %EA%BA%BE |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable ggeogg-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Ggeogg-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |