| Nom du symbole | Hangul Syllable Byalb |
| Version Unicode | 2.0 |
| Unicode | U+BC57 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \BC57 |
| Code hexadécimal | 0xBC57 |
| Code HTML | 뱗 |
| LaTeX | \hangul{BC57} |
| Symbole | 뱗 |
| Encodage URL (pourcent UTF-8) | %EB%B1%97 |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole hangul syllable byalb sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Hangul Syllable Byalb dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |