| Nome del simbolo | Hangul Syllable Pyal |
| Versione Unicode | 2.0 |
| Unicode | U+D34C |
| Blocco Unicode | |
| Categoria generale | Other Letter (Lo) |
| Codice CSS | \D34C |
| Codice esadecimale | 0xD34C |
| Codice HTML | 퍌 |
| LaTeX | \hangul{D34C} |
| Simbolo | 퍌 |
| Codifica URL (percentuale UTF-8) | %ED%8D%8C |
| Nome parlato / screen reader | Hangul Syllable Pyal |
| UTF-8 | ED 8D 8C |
| UTF-16 | D34C |
| UTF-32 | 0000D34C |
1\documentclass{article}2\usepackage{pifont}3\hangul{D34C}4\end{document}Puoi digitare il simbolo hangul syllable pyal sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 54092 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable pyal", or use Unicode Hex Input with D34C.
Ctrl + Shift + U, type d34c, 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-pyal::before { content: "\D34C"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>퍌</span>La rappresentazione del simbolo Hangul Syllable Pyal nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\uD34C' or String.fromCodePoint(54092) |
| Python | '\N{HANGUL SYLLABLE PYAL}' or chr(54092) |
| Rust | '\u{D34C}' |
| C / C++ | UTF-8 source or wchar_t with U+D34C |
| Go | string(rune(0xD34C)) |
| Ruby | "\u{D34C}" |