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