| Nom du symbole | Hangul Syllable Pigg |
| Version Unicode | 2.0 |
| Unicode | U+D53E |
| Bloc Unicode | |
| Catégorie générale | Other Letter (Lo) |
| Code CSS | \D53E |
| Code hexadécimal | 0xD53E |
| Code HTML | 픾 |
| LaTeX | \hangul{D53E} |
| Symbole | 픾 |
| Encodage URL (pourcent UTF-8) | %ED%94%BE |
| Nom oral / lecteur d’écran | Hangul Syllable Pigg |
| UTF-8 | ED 94 BE |
| UTF-16 | D53E |
| UTF-32 | 0000D53E |
1\documentclass{article}2\usepackage{pifont}3\hangul{D53E}4\end{document}Vous pouvez saisir le symbole hangul syllable pigg sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 54590 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable pigg", or use Unicode Hex Input with D53E.
Ctrl + Shift + U, type d53e, 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-pigg::before { content: "\D53E"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>픾</span>La représentation du symbole Hangul Syllable Pigg dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD53E' or String.fromCodePoint(54590) |
| Python | '\N{HANGUL SYLLABLE PIGG}' or chr(54590) |
| Rust | '\u{D53E}' |
| C / C++ | UTF-8 source or wchar_t with U+D53E |
| Go | string(rune(0xD53E)) |
| Ruby | "\u{D53E}" |