| Symbol Name | Hangul Syllable Kulp |
| Unicode Version | 2.0 |
| Unicode | U+CFEE |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \CFEE |
| Hex Code | 0xCFEE |
| HTML Code | 쿮 |
| LaTeX | \hangul{CFEE} |
| Symbol | 쿮 |
| URL encode (UTF-8 percent) | %EC%BF%AE |
| Spoken / screen reader name | 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}You can type the hangul syllable kulp symbol on most modern devices with the help of following methods:
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>Hangul Syllable Kulp symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |