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