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