| Nome del simbolo | Hangul Syllable Jjwaelm |
| Versione Unicode | 2.0 |
| Unicode | U+CAFE |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \CAFE |
| Codice esadecimale | 0xCAFE |
| Codice HTML | 쫾 |
| LaTeX | \hangul{CAFE} |
| Simbolo | 쫾 |
| Codifica URL (percentuale UTF-8) | %EC%AB%BE |
| Nome parlato / screen reader | Hangul Syllable Jjwaelm |
| UTF-8 | EC AB BE |
| UTF-16 | CAFE |
| UTF-32 | 0000CAFE |
1\documentclass{article}2\usepackage{pifont}3\hangul{CAFE}4\end{document}Puoi digitare il simbolo hangul syllable jjwaelm sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 51966 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable jjwaelm", or use Unicode Hex Input with CAFE.
Ctrl + Shift + U, type cafe, 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-jjwaelm::before { content: "\CAFE"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>쫾</span>La rappresentazione del simbolo Hangul Syllable Jjwaelm nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uCAFE' or String.fromCodePoint(51966) |
| Python | '\N{HANGUL SYLLABLE JJWAELM}' or chr(51966) |
| Rust | '\u{CAFE}' |
| C / C++ | UTF-8 source or wchar_t with U+CAFE |
| Go | string(rune(0xCAFE)) |
| Ruby | "\u{CAFE}" |