| Nombre del símbolo | Hangul Syllable Bbebt |
| Versión Unicode | 2.0 |
| Unicode | U+BF04 |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \BF04 |
| Código hexadecimal | 0xBF04 |
| Código HTML | 뼄 |
| LaTeX | \hangul{BF04} |
| Símbolo | 뼄 |
| Codificación URL (porcentaje UTF-8) | %EB%BC%84 |
| Nombre oral / lector de pantalla | Hangul Syllable Bbebt |
| UTF-8 | EB BC 84 |
| UTF-16 | BF04 |
| UTF-32 | 0000BF04 |
1\documentclass{article}2\usepackage{pifont}3\hangul{BF04}4\end{document}Puedes escribir el símbolo hangul syllable bbebt en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 48900 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable bbebt", or use Unicode Hex Input with BF04.
Ctrl + Shift + U, type bf04, 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-bbebt::before { content: "\BF04"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>뼄</span>La representación del símbolo Hangul Syllable Bbebt en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\uBF04' or String.fromCodePoint(48900) |
| Python | '\N{HANGUL SYLLABLE BBEBT}' or chr(48900) |
| Rust | '\u{BF04}' |
| C / C++ | UTF-8 source or wchar_t with U+BF04 |
| Go | string(rune(0xBF04)) |
| Ruby | "\u{BF04}" |