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