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