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