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