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