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