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