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