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