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