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