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