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