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