| Nombre del símbolo | Hangul Syllable Kels |
| Versión Unicode | 2.0 |
| Unicode | U+CF0C |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \CF0C |
| Código hexadecimal | 0xCF0C |
| Código HTML | 켌 |
| LaTeX | \hangul{CF0C} |
| Símbolo | 켌 |
| Codificación URL (porcentaje UTF-8) | %EC%BC%8C |
| Nombre oral / lector de pantalla | Hangul Syllable Kels |
| UTF-8 | EC BC 8C |
| UTF-16 | CF0C |
| UTF-32 | 0000CF0C |
1\documentclass{article}2\usepackage{pifont}3\hangul{CF0C}4\end{document}Puedes escribir el símbolo hangul syllable kels en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 53004 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable kels", or use Unicode Hex Input with CF0C.
Ctrl + Shift + U, type cf0c, 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-kels::before { content: "\CF0C"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>켌</span>La representación del símbolo Hangul Syllable Kels en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uCF0C' or String.fromCodePoint(53004) |
| Python | '\N{HANGUL SYLLABLE KELS}' or chr(53004) |
| Rust | '\u{CF0C}' |
| C / C++ | UTF-8 source or wchar_t with U+CF0C |
| Go | string(rune(0xCF0C)) |
| Ruby | "\u{CF0C}" |