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