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