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