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