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