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