| Symbolname | Hangul Letter Phieuph |
| Unicode-Version | 1.1 |
| Unicode | U+314D |
| Unicode-Block | |
| Allgemeine Kategorie | Other Letter (Lo) |
| CSS-Code | \314D |
| Hexadezimalcode | 0x314D |
| HTML-Code | ㅍ |
| LaTeX | \hangul{314D} |
| Symbol | ㅍ |
| URL-Kodierung (UTF-8-Prozent) | %E3%85%8D |
| Ansagename (Screenreader) | 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}Sie können das Symbol hangul letter phieuph auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Hangul Letter Phieuph in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| 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}" |