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