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