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