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