| Symbolname | Hangul Syllable Ggeolm |
| Unicode-Version | 2.0 |
| Unicode | U+AEC6 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \AEC6 |
| Hexadezimalcode | 0xAEC6 |
| HTML-Code | 껆 |
| LaTeX | \hangul{AEC6} |
| Symbol | 껆 |
| URL-Kodierung (UTF-8-Prozent) | %EA%BB%86 |
| Ansagename (Screenreader) | Hangul Syllable Ggeolm |
| UTF-8 | EA BB 86 |
| UTF-16 | AEC6 |
| UTF-32 | 0000AEC6 |
1\documentclass{article}2\usepackage{pifont}3\hangul{AEC6}4\end{document}Sie können das Symbol hangul syllable ggeolm auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 44742 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ggeolm", or use Unicode Hex Input with AEC6.
Ctrl + Shift + U, type aec6, 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-ggeolm::before { content: "\AEC6"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>껆</span>Die Darstellung des Symbols Hangul Syllable Ggeolm in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uAEC6' or String.fromCodePoint(44742) |
| Python | '\N{HANGUL SYLLABLE GGEOLM}' or chr(44742) |
| Rust | '\u{AEC6}' |
| C / C++ | UTF-8 source or wchar_t with U+AEC6 |
| Go | string(rune(0xAEC6)) |
| Ruby | "\u{AEC6}" |