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