| Symbolname | Hangul Syllable Kols |
| Unicode-Version | 2.0 |
| Unicode | U+CF60 |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \CF60 |
| Hexadezimalcode | 0xCF60 |
| HTML-Code | 콠 |
| LaTeX | \hangul{CF60} |
| Symbol | 콠 |
| URL-Kodierung (UTF-8-Prozent) | %EC%BD%A0 |
| Ansagename (Screenreader) | 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}Sie können das Symbol hangul syllable kols auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Hangul Syllable Kols in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |