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