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