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