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