| Symbol Name | Hangul Syllable Kols |
| Unicode Version | 2.0 |
| Unicode | U+CF60 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \CF60 |
| Hex Code | 0xCF60 |
| HTML Code | 콠 |
| LaTeX | \hangul{CF60} |
| Symbol | 콠 |
| URL encode (UTF-8 percent) | %EC%BD%A0 |
| Spoken / screen reader name | 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}You can type the hangul syllable kols symbol on most modern devices with the help of following methods:
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>Hangul Syllable Kols symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |