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