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