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