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