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