| Nombre del símbolo | Hangul Syllable Kols |
| Versión Unicode | 2.0 |
| Unicode | U+CF60 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \CF60 |
| Código hexadecimal | 0xCF60 |
| Código HTML | 콠 |
| LaTeX | \hangul{CF60} |
| Símbolo | 콠 |
| Codificación URL (porcentaje UTF-8) | %EC%BD%A0 |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo hangul syllable kols en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Hangul Syllable Kols en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |