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