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