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