| Symbolname | Hangul Syllable Bwenj |
| Unicode-Version | 2.0 |
| Unicode | U+BDBD |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \BDBD |
| Hexadezimalcode | 0xBDBD |
| HTML-Code | 붽 |
| LaTeX | \hangul{BDBD} |
| Symbol | 붽 |
| URL-Kodierung (UTF-8-Prozent) | %EB%B6%BD |
| Ansagename (Screenreader) | 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}Sie können das Symbol hangul syllable bwenj auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Hangul Syllable Bwenj in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |