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