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