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