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