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