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