| Symbol Name | Hangul Syllable Pyanh |
| Unicode Version | 2.0 |
| Unicode | U+D34A |
| Unicode block | |
| General category | Other Letter (Lo) |
| CSS Code | \D34A |
| Hex Code | 0xD34A |
| HTML Code | 퍊 |
| LaTeX | \hangul{D34A} |
| Symbol | 퍊 |
| URL encode (UTF-8 percent) | %ED%8D%8A |
| Spoken / screen reader name | Hangul Syllable Pyanh |
| UTF-8 | ED 8D 8A |
| UTF-16 | D34A |
| UTF-32 | 0000D34A |
1\documentclass{article}2\usepackage{pifont}3\hangul{D34A}4\end{document}You can type the hangul syllable pyanh symbol on most modern devices with the help of following methods:
Alt + 54090 on Windows (numeric keypad with Num Lock), or insert via Character Map / Korean IME.
Edit → Emoji & Symbols, search "hangul syllable pyanh", or use Unicode Hex Input with D34A.
Ctrl + Shift + U, type d34a, 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-pyanh::before { content: "\D34A"; font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Noto Sans KR", sans-serif; }1<span>퍊</span>Hangul Syllable Pyanh symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD34A' or String.fromCodePoint(54090) |
| Python | '\N{HANGUL SYLLABLE PYANH}' or chr(54090) |
| Rust | '\u{D34A}' |
| C / C++ | UTF-8 source or wchar_t with U+D34A |
| Go | string(rune(0xD34A)) |
| Ruby | "\u{D34A}" |