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