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