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