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