| Nome del simbolo | Hangul Syllable Kulp |
| Versione Unicode | 2.0 |
| Unicode | U+CFEE |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \CFEE |
| Codice esadecimale | 0xCFEE |
| Codice HTML | 쿮 |
| LaTeX | \hangul{CFEE} |
| Simbolo | 쿮 |
| Codifica URL (percentuale UTF-8) | %EC%BF%AE |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo hangul syllable kulp sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Hangul Syllable Kulp nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |