| Symbolname | Hangul Syllable Bboess |
| Unicode-Version | 2.0 |
| Unicode | U+BFAE |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \BFAE |
| Hexadezimalcode | 0xBFAE |
| HTML-Code | 뾮 |
| LaTeX | \hangul{BFAE} |
| Symbol | 뾮 |
| URL-Kodierung (UTF-8-Prozent) | %EB%BE%AE |
| Ansagename (Screenreader) | 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}Sie können das Symbol hangul syllable bboess auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Hangul Syllable Bboess in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |