| Symboolnaam | Hangul Syllable Koenj |
| Unicode-versie | 2.0 |
| Unicode | U+CFAD |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \CFAD |
| Hexadecimale code | 0xCFAD |
| HTML-code | 쾭 |
| LaTeX | \hangul{CFAD} |
| Symbool | 쾭 |
| URL-codering (UTF-8 procent) | %EC%BE%AD |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable koenj-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Koenj-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |