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