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