| Symbol Name | Hangul Syllable Rwalp |
| Unicode Version | 2.0 |
| Unicode | U+B886 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \B886 |
| Hex Code | 0xB886 |
| HTML Code | 뢆 |
| LaTeX | \hangul{B886} |
| Symbol | 뢆 |
| URL encode (UTF-8 percent) | %EB%A2%86 |
| Spoken / screen reader name | 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}You can type the hangul syllable rwalp symbol on most modern devices with the help of following methods:
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>Hangul Syllable Rwalp symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |