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