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