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