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