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