| Symboolnaam | Hangul Syllable Byaenh |
| Unicode-versie | 2.0 |
| Unicode | U+BC6E |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \BC6E |
| Hexadecimale code | 0xBC6E |
| HTML-code | 뱮 |
| LaTeX | \hangul{BC6E} |
| Symbool | 뱮 |
| URL-codering (UTF-8 procent) | %EB%B1%AE |
| Uitgesproken naam / schermlezer | Hangul Syllable Byaenh |
| UTF-8 | EB B1 AE |
| UTF-16 | BC6E |
| UTF-32 | 0000BC6E |
1\documentclass{article}2\usepackage{pifont}3\hangul{BC6E}4\end{document}Je kunt het hangul syllable byaenh-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 48238 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable byaenh", or use Unicode Hex Input with BC6E.
Ctrl + Shift + U, type bc6e, 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-byaenh::before { content: "\BC6E"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>뱮</span>De weergave van het Hangul Syllable Byaenh-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uBC6E' or String.fromCodePoint(48238) |
| Python | '\N{HANGUL SYLLABLE BYAENH}' or chr(48238) |
| Rust | '\u{BC6E}' |
| C / C++ | UTF-8 source or wchar_t with U+BC6E |
| Go | string(rune(0xBC6E)) |
| Ruby | "\u{BC6E}" |