copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('פ'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
פ
Overview
פ (HEBREW LETTER PE) is the Unicode character at code point U+05E4. It belongs to the Hebrew block, in the Other Letter (Lo) general category. Its script is Hebr.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+05E4 | |
| decimal | 1508 | |
| htmldecimal | פ | |
| htmlhex | פ | |
| css | \05E4 | |
| javascript | \u{5E4} | |
| python | \u05e4 | |
| java | \u05E4 | |
| go | \u05E4 | |
| ruby | \u{5E4} | |
| rust | \u{5E4} | |
| ccpp | \u05e4 | |
| urlencoded | %D7%A4 | |
| utf8bytes | d7 a4 | |
| utf16bebytes | 05 e4 | |
| utf32bebytes | 00 00 05 e4 |
How to Use
HTML:
פ
CSS:
content: "\05E4"
JavaScript:
"\u{5E4}"
Python:
"\u05e4"
Properties
Frequently Asked Questions
What is the פ character (HEBREW LETTER PE)?
פ (HEBREW LETTER PE) is the Unicode character U+05E4.
What is the Unicode codepoint of HEBREW LETTER PE?
The HEBREW LETTER PE character (פ) has codepoint U+05E4.
How do I type or copy HEBREW LETTER PE?
Copy פ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.