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