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