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