| Symbolname | Hangul Syllable Ggeogg |
| Unicode-Version | 2.0 |
| Unicode | U+AEBE |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \AEBE |
| Hexadezimalcode | 0xAEBE |
| HTML-Code | 꺾 |
| LaTeX | \hangul{AEBE} |
| Symbol | 꺾 |
| URL-Kodierung (UTF-8-Prozent) | %EA%BA%BE |
| Ansagename (Screenreader) | 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}Sie können das Symbol hangul syllable ggeogg auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Hangul Syllable Ggeogg in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |