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