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