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