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