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