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