| Symbol Name | Hangul Syllable Kya |
| Unicode Version | 2.0 |
| Unicode | U+CEAC |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \CEAC |
| Hex Code | 0xCEAC |
| HTML Code | 캬 |
| LaTeX | \hangul{CEAC} |
| Symbol | 캬 |
| URL encode (UTF-8 percent) | %EC%BA%AC |
| Spoken / screen reader name | Hangul Syllable Kya |
| UTF-8 | EC BA AC |
| UTF-16 | CEAC |
| UTF-32 | 0000CEAC |
1\documentclass{article}2\usepackage{pifont}3\hangul{CEAC}4\end{document}You can type the hangul syllable kya symbol on most modern devices with the help of following methods:
Alt + 52908 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable kya", or use Unicode Hex Input with CEAC.
Ctrl + Shift + U, type ceac, 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-kya::before { content: "\CEAC"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>캬</span>Hangul Syllable Kya symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uCEAC' or String.fromCodePoint(52908) |
| Python | '\N{HANGUL SYLLABLE KYA}' or chr(52908) |
| Rust | '\u{CEAC}' |
| C / C++ | UTF-8 source or wchar_t with U+CEAC |
| Go | string(rune(0xCEAC)) |
| Ruby | "\u{CEAC}" |