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