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