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