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