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