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