| Nome del simbolo | Hangul Syllable Byaelg |
| Versione Unicode | 2.0 |
| Unicode | U+BC71 |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \BC71 |
| Codice esadecimale | 0xBC71 |
| Codice HTML | 뱱 |
| LaTeX | \hangul{BC71} |
| Simbolo | 뱱 |
| Codifica URL (percentuale UTF-8) | %EB%B1%B1 |
| Nome parlato / screen reader | Hangul Syllable Byaelg |
| UTF-8 | EB B1 B1 |
| UTF-16 | BC71 |
| UTF-32 | 0000BC71 |
1\documentclass{article}2\usepackage{pifont}3\hangul{BC71}4\end{document}Puoi digitare il simbolo hangul syllable byaelg sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 48241 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable byaelg", or use Unicode Hex Input with BC71.
Ctrl + Shift + U, type bc71, 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-byaelg::before { content: "\BC71"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>뱱</span>La rappresentazione del simbolo Hangul Syllable Byaelg nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uBC71' or String.fromCodePoint(48241) |
| Python | '\N{HANGUL SYLLABLE BYAELG}' or chr(48241) |
| Rust | '\u{BC71}' |
| C / C++ | UTF-8 source or wchar_t with U+BC71 |
| Go | string(rune(0xBC71)) |
| Ruby | "\u{BC71}" |