| Symboolnaam | Hangul Syllable Kult |
| Unicode-versie | 2.0 |
| Unicode | U+CFED |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \CFED |
| Hexadecimale code | 0xCFED |
| HTML-code | 쿭 |
| LaTeX | \hangul{CFED} |
| Symbool | 쿭 |
| URL-codering (UTF-8 procent) | %EC%BF%AD |
| Uitgesproken naam / schermlezer | Hangul Syllable Kult |
| UTF-8 | EC BF AD |
| UTF-16 | CFED |
| UTF-32 | 0000CFED |
1\documentclass{article}2\usepackage{pifont}3\hangul{CFED}4\end{document}Je kunt het hangul syllable kult-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 53229 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable kult", or use Unicode Hex Input with CFED.
Ctrl + Shift + U, type cfed, 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-kult::before { content: "\CFED"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>쿭</span>De weergave van het Hangul Syllable Kult-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uCFED' or String.fromCodePoint(53229) |
| Python | '\N{HANGUL SYLLABLE KULT}' or chr(53229) |
| Rust | '\u{CFED}' |
| C / C++ | UTF-8 source or wchar_t with U+CFED |
| Go | string(rune(0xCFED)) |
| Ruby | "\u{CFED}" |