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