LATIN SMALL LETTER P vs CYRILLIC SMALL LETTER ER
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 SMALL LETTER P
U+0070
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
р
CYRILLIC SMALL LETTER ER
U+0440
View details →
VS
Property Comparison
| Property | p U+0070 | р U+0440 |
|---|---|---|
| Name | LATIN SMALL LETTER P | CYRILLIC SMALL LETTER ER |
| Block | Basic Latin | Cyrillic |
| Script | Latn | Cyrl |
| Category | Lowercase Letter (Ll) | Lowercase Letter (Ll) |
| Bidirectional | L | L |
Encoding Comparison
| Format | U+0070 | U+0440 |
|---|---|---|
| unicode | U+0070 | U+0440 |
| decimal | 112 | 1088 |
| htmldecimal | p | р |
| htmlhex | p | р |
| css | \0070 | \0440 |
| javascript | \u{70} | \u{440} |
| python | \u0070 | \u0440 |
| java | \u0070 | \u0440 |
| go | \u0070 | \u0440 |
| ruby | \u{70} | \u{440} |
| rust | \u{70} | \u{440} |
| ccpp | \u0070 | \u0440 |
| urlencoded | p | %D1%80 |
| utf8bytes | 70 | d1 80 |
| utf16bebytes | 00 70 | 04 40 |
| utf32bebytes | 00 00 00 70 | 00 00 04 40 |
How to Distinguish
These characters may look similar but belong to different scripts and blocks. LATIN SMALL LETTER P is from the Basic Latin block (Latn script), while CYRILLIC SMALL LETTER ER is from Cyrillic (Cyrl). 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.