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