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