| Nom du symbole | Hangul Syllable Kulp |
| Version Unicode | 2.0 |
| Unicode | U+CFEE |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \CFEE |
| Code hexadécimal | 0xCFEE |
| Code HTML | 쿮 |
| LaTeX | \hangul{CFEE} |
| Symbole | 쿮 |
| Encodage URL (pourcent UTF-8) | %EC%BF%AE |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole hangul syllable kulp sur la plupart des appareils modernes avec les méthodes suivantes :
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 représentation du symbole Hangul Syllable Kulp dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |