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