| Nome del simbolo | Hangul Syllable Jjwaelb |
| Versione Unicode | 2.0 |
| Unicode | U+CAFF |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \CAFF |
| Codice esadecimale | 0xCAFF |
| Codice HTML | 쫿 |
| LaTeX | \hangul{CAFF} |
| Simbolo | 쫿 |
| Codifica URL (percentuale UTF-8) | %EC%AB%BF |
| Nome parlato / screen reader | 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}Puoi digitare il simbolo hangul syllable jjwaelb sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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>La rappresentazione del simbolo Hangul Syllable Jjwaelb nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| 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}" |