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