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