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