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