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