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