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