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