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