| Nom du symbole | Hangul Syllable Koemp |
| Version Unicode | 2.0 |
| Unicode | U+CFBC |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \CFBC |
| Code hexadécimal | 0xCFBC |
| Code HTML | 쾼 |
| LaTeX | \hangul{CFBC} |
| Symbole | 쾼 |
| Encodage URL (pourcent UTF-8) | %EC%BE%BC |
| Nom oral / lecteur d’écran | Hangul Syllable Koemp |
| UTF-8 | EC BE BC |
| UTF-16 | CFBC |
| UTF-32 | 0000CFBC |
1\documentclass{article}2\usepackage{pifont}3\hangul{CFBC}4\end{document}Vous pouvez saisir le symbole hangul syllable koemp sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 53180 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable koemp", or use Unicode Hex Input with CFBC.
Ctrl + Shift + U, type cfbc, 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-koemp::before { content: "\CFBC"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>쾼</span>La représentation du symbole Hangul Syllable Koemp dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uCFBC' or String.fromCodePoint(53180) |
| Python | '\N{HANGUL SYLLABLE KOEMP}' or chr(53180) |
| Rust | '\u{CFBC}' |
| C / C++ | UTF-8 source or wchar_t with U+CFBC |
| Go | string(rune(0xCFBC)) |
| Ruby | "\u{CFBC}" |