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