| Symboolnaam | Hangul Syllable Bub |
| Unicode-versie | 2.0 |
| Unicode | U+BD96 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \BD96 |
| Hexadecimale code | 0xBD96 |
| HTML-code | 붖 |
| LaTeX | \hangul{BD96} |
| Symbool | 붖 |
| URL-codering (UTF-8 procent) | %EB%B6%96 |
| Uitgesproken naam / schermlezer | Hangul Syllable Bub |
| UTF-8 | EB B6 96 |
| UTF-16 | BD96 |
| UTF-32 | 0000BD96 |
1\documentclass{article}2\usepackage{pifont}3\hangul{BD96}4\end{document}Je kunt het hangul syllable bub-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 48534 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable bub", or use Unicode Hex Input with BD96.
Ctrl + Shift + U, type bd96, 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-bub::before { content: "\BD96"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>붖</span>De weergave van het Hangul Syllable Bub-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\uBD96' or String.fromCodePoint(48534) |
| Python | '\N{HANGUL SYLLABLE BUB}' or chr(48534) |
| Rust | '\u{BD96}' |
| C / C++ | UTF-8 source or wchar_t with U+BD96 |
| Go | string(rune(0xBD96)) |
| Ruby | "\u{BD96}" |