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