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