| Nombre del símbolo | Hangul Syllable Bbyeo |
| Versión Unicode | 2.0 |
| Unicode | U+BF08 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \BF08 |
| Código hexadecimal | 0xBF08 |
| Código HTML | 뼈 |
| LaTeX | \hangul{BF08} |
| Símbolo | 뼈 |
| Codificación URL (porcentaje UTF-8) | %EB%BC%88 |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo hangul syllable bbyeo en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Hangul Syllable Bbyeo en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |