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