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