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