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