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