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