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