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