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