| Symboolnaam | Hangul Syllable Bbumb |
| Unicode-versie | 2.0 |
| Unicode | U+BFDD |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \BFDD |
| Hexadecimale code | 0xBFDD |
| HTML-code | 뿝 |
| LaTeX | \hangul{BFDD} |
| Symbool | 뿝 |
| URL-codering (UTF-8 procent) | %EB%BF%9D |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable bbumb-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Bbumb-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |