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