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