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