| Symboolnaam | Hangul Syllable Baems |
| Unicode-versie | 2.0 |
| Unicode | U+BC42 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \BC42 |
| Hexadecimale code | 0xBC42 |
| HTML-code | 뱂 |
| LaTeX | \hangul{BC42} |
| Symbool | 뱂 |
| URL-codering (UTF-8 procent) | %EB%B1%82 |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable baems-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Baems-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |