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