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