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