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