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