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