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