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