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