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