| Symbol Name | Hangul Syllable Bbyeo |
| Unicode Version | 2.0 |
| Unicode | U+BF08 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \BF08 |
| Hex Code | 0xBF08 |
| HTML Code | 뼈 |
| LaTeX | \hangul{BF08} |
| Symbol | 뼈 |
| URL encode (UTF-8 percent) | %EB%BC%88 |
| Spoken / screen reader name | 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}You can type the hangul syllable bbyeo symbol on most modern devices with the help of following methods:
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>Hangul Syllable Bbyeo symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |