| Symbol Name | Hangul Syllable Rwil |
| Unicode Version | 2.0 |
| Unicode | U+B944 |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \B944 |
| Hex Code | 0xB944 |
| HTML Code | 륄 |
| LaTeX | \hangul{B944} |
| Symbol | 륄 |
| URL encode (UTF-8 percent) | %EB%A5%84 |
| Spoken / screen reader name | Hangul Syllable Rwil |
| UTF-8 | EB A5 84 |
| UTF-16 | B944 |
| UTF-32 | 0000B944 |
1\documentclass{article}2\usepackage{pifont}3\hangul{B944}4\end{document}You can type the hangul syllable rwil symbol on most modern devices with the help of following methods:
Alt + 47428 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable rwil", or use Unicode Hex Input with B944.
Ctrl + Shift + U, type b944, 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-rwil::before { content: "\B944"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>륄</span>Hangul Syllable Rwil symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uB944' or String.fromCodePoint(47428) |
| Python | '\N{HANGUL SYLLABLE RWIL}' or chr(47428) |
| Rust | '\u{B944}' |
| C / C++ | UTF-8 source or wchar_t with U+B944 |
| Go | string(rune(0xB944)) |
| Ruby | "\u{B944}" |