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