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