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