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