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