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