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