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