| Symbolname | Hangul Syllable Bwen |
| Unicode-Version | 2.0 |
| Unicode | U+BDBC |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \BDBC |
| Hexadezimalcode | 0xBDBC |
| HTML-Code | 붼 |
| LaTeX | \hangul{BDBC} |
| Symbol | 붼 |
| URL-Kodierung (UTF-8-Prozent) | %EB%B6%BC |
| Ansagename (Screenreader) | Hangul Syllable Bwen |
| UTF-8 | EB B6 BC |
| UTF-16 | BDBC |
| UTF-32 | 0000BDBC |
1\documentclass{article}2\usepackage{pifont}3\hangul{BDBC}4\end{document}Sie können das Symbol hangul syllable bwen auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 48572 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable bwen", or use Unicode Hex Input with BDBC.
Ctrl + Shift + U, type bdbc, 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-bwen::before { content: "\BDBC"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>붼</span>Die Darstellung des Symbols Hangul Syllable Bwen in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uBDBC' or String.fromCodePoint(48572) |
| Python | '\N{HANGUL SYLLABLE BWEN}' or chr(48572) |
| Rust | '\u{BDBC}' |
| C / C++ | UTF-8 source or wchar_t with U+BDBC |
| Go | string(rune(0xBDBC)) |
| Ruby | "\u{BDBC}" |