| Symbol Name | Hangul Syllable Kyag |
| Unicode Version | 2.0 |
| Unicode | U+CEAD |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \CEAD |
| Hex Code | 0xCEAD |
| HTML Code | 캭 |
| LaTeX | \hangul{CEAD} |
| Symbol | 캭 |
| URL encode (UTF-8 percent) | %EC%BA%AD |
| Spoken / screen reader name | 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}You can type the hangul syllable kyag symbol on most modern devices with the help of following methods:
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>Hangul Syllable Kyag symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |