| Symbolname | Hangul Syllable Bboss |
| Unicode-Version | 2.0 |
| Unicode | U+BF5A |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \BF5A |
| Hexadezimalcode | 0xBF5A |
| HTML-Code | 뽚 |
| LaTeX | \hangul{BF5A} |
| Symbol | 뽚 |
| URL-Kodierung (UTF-8-Prozent) | %EB%BD%9A |
| Ansagename (Screenreader) | Hangul Syllable Bboss |
| UTF-8 | EB BD 9A |
| UTF-16 | BF5A |
| UTF-32 | 0000BF5A |
1\documentclass{article}2\usepackage{pifont}3\hangul{BF5A}4\end{document}Sie können das Symbol hangul syllable bboss auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 48986 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable bboss", or use Unicode Hex Input with BF5A.
Ctrl + Shift + U, type bf5a, 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-bboss::before { content: "\BF5A"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>뽚</span>Die Darstellung des Symbols Hangul Syllable Bboss in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uBF5A' or String.fromCodePoint(48986) |
| Python | '\N{HANGUL SYLLABLE BBOSS}' or chr(48986) |
| Rust | '\u{BF5A}' |
| C / C++ | UTF-8 source or wchar_t with U+BF5A |
| Go | string(rune(0xBF5A)) |
| Ruby | "\u{BF5A}" |