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