| Symbolname | Hangul Syllable Ryeolm |
| Unicode-Version | 2.0 |
| Unicode | U+B82E |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \B82E |
| Hexadezimalcode | 0xB82E |
| HTML-Code | 렮 |
| LaTeX | \hangul{B82E} |
| Symbol | 렮 |
| URL-Kodierung (UTF-8-Prozent) | %EB%A0%AE |
| Ansagename (Screenreader) | Hangul Syllable Ryeolm |
| UTF-8 | EB A0 AE |
| UTF-16 | B82E |
| UTF-32 | 0000B82E |
1\documentclass{article}2\usepackage{pifont}3\hangul{B82E}4\end{document}Sie können das Symbol hangul syllable ryeolm auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
Alt + 47150 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable ryeolm", or use Unicode Hex Input with B82E.
Ctrl + Shift + U, type b82e, 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-ryeolm::before { content: "\B82E"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>렮</span>Die Darstellung des Symbols Hangul Syllable Ryeolm in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '\uB82E' or String.fromCodePoint(47150) |
| Python | '\N{HANGUL SYLLABLE RYEOLM}' or chr(47150) |
| Rust | '\u{B82E}' |
| C / C++ | UTF-8 source or wchar_t with U+B82E |
| Go | string(rune(0xB82E)) |
| Ruby | "\u{B82E}" |