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