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