| Symboolnaam | Hangul Syllable Jjuils |
| Unicode-versie | 2.0 |
| Unicode | U+CBFC |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \CBFC |
| Hexadecimale code | 0xCBFC |
| HTML-code | 쯼 |
| LaTeX | \hangul{CBFC} |
| Symbool | 쯼 |
| URL-codering (UTF-8 procent) | %EC%AF%BC |
| Uitgesproken naam / schermlezer | Hangul Syllable Jjuils |
| UTF-8 | EC AF BC |
| UTF-16 | CBFC |
| UTF-32 | 0000CBFC |
1\documentclass{article}2\usepackage{pifont}3\hangul{CBFC}4\end{document}Je kunt het hangul syllable jjuils-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 52220 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable jjuils", or use Unicode Hex Input with CBFC.
Ctrl + Shift + U, type cbfc, 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-jjuils::before { content: "\CBFC"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>쯼</span>De weergave van het Hangul Syllable Jjuils-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uCBFC' or String.fromCodePoint(52220) |
| Python | '\N{HANGUL SYLLABLE JJUILS}' or chr(52220) |
| Rust | '\u{CBFC}' |
| C / C++ | UTF-8 source or wchar_t with U+CBFC |
| Go | string(rune(0xCBFC)) |
| Ruby | "\u{CBFC}" |