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