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