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