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