| Nom du symbole | Hangul Syllable Pug |
| Version Unicode | 2.0 |
| Unicode | U+D479 |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \D479 |
| Code hexadécimal | 0xD479 |
| Code HTML | 푹 |
| LaTeX | \hangul{D479} |
| Symbole | 푹 |
| Encodage URL (pourcent UTF-8) | %ED%91%B9 |
| Nom oral / lecteur d’écran | 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}Vous pouvez saisir le symbole hangul syllable pug sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Hangul Syllable Pug dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| 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}" |