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