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