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