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