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