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