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