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