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