| Symboolnaam | Hangul Syllable Bbyeo |
| Unicode-versie | 2.0 |
| Unicode | U+BF08 |
| Unicode-blok | |
| Algemene categorie | Other Letter (Lo) |
| CSS-code | \BF08 |
| Hexadecimale code | 0xBF08 |
| HTML-code | 뼈 |
| LaTeX | \hangul{BF08} |
| Symbool | 뼈 |
| URL-codering (UTF-8 procent) | %EB%BC%88 |
| Uitgesproken naam / schermlezer | 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}Je kunt het hangul syllable bbyeo-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Hangul Syllable Bbyeo-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| 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}" |