LATIN CAPITAL LETTER P vs GREEK CAPITAL LETTER RHO
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
copied1 = false, 2000)"
:class="copied1 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
P
LATIN CAPITAL LETTER P
U+0050
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
Ρ
GREEK CAPITAL LETTER RHO
U+03A1
View details →
VS
Property Comparison
| Property | P U+0050 | Ρ U+03A1 |
|---|---|---|
| Name | LATIN CAPITAL LETTER P | GREEK CAPITAL LETTER RHO |
| Block | Basic Latin | Greek and Coptic |
| Script | Latn | Grek |
| Category | Uppercase Letter (Lu) | Uppercase Letter (Lu) |
| Bidirectional | L | L |
Encoding Comparison
| Format | U+0050 | U+03A1 |
|---|---|---|
| unicode | U+0050 | U+03A1 |
| decimal | 80 | 929 |
| htmldecimal | P | Ρ |
| htmlhex | P | Ρ |
| css | \0050 | \03A1 |
| javascript | \u{50} | \u{3A1} |
| python | \u0050 | \u03a1 |
| java | \u0050 | \u03A1 |
| go | \u0050 | \u03A1 |
| ruby | \u{50} | \u{3A1} |
| rust | \u{50} | \u{3A1} |
| ccpp | \u0050 | \u03a1 |
| urlencoded | P | %CE%A1 |
| utf8bytes | 50 | ce a1 |
| utf16bebytes | 00 50 | 03 a1 |
| utf32bebytes | 00 00 00 50 | 00 00 03 a1 |
How to Distinguish
These characters may look similar but belong to different scripts and blocks. LATIN CAPITAL LETTER P is from the Basic Latin block (Latn script), while GREEK CAPITAL LETTER RHO is from Greek and Coptic (Grek). Check the codepoint or encoding to tell them apart.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.