| Nombre del símbolo | Hangul Letter Phieuph |
| Versión Unicode | 1.1 |
| Unicode | U+314D |
| Bloque Unicode | |
| Categoría general | Other Letter (Lo) |
| Código CSS | \314D |
| Código hexadecimal | 0x314D |
| Código HTML | ㅍ |
| LaTeX | \hangul{314D} |
| Símbolo | ㅍ |
| Codificación URL (porcentaje UTF-8) | %E3%85%8D |
| Nombre oral / lector de pantalla | 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}Puedes escribir el símbolo hangul letter phieuph en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Hangul Letter Phieuph en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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}" |