copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('p'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
p
LATIN SMALL LETTER P
Overview
p (LATIN SMALL LETTER P) is the Unicode character at code point U+0070. It belongs to the Basic Latin block, in the Lowercase Letter (Ll) general category. Its script is Latn.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+0070 | |
| decimal | 112 | |
| htmldecimal | p | |
| htmlhex | p | |
| css | \0070 | |
| javascript | \u{70} | |
| python | \u0070 | |
| java | \u0070 | |
| go | \u0070 | |
| ruby | \u{70} | |
| rust | \u{70} | |
| ccpp | \u0070 | |
| urlencoded | p | |
| utf8bytes | 70 | |
| utf16bebytes | 00 70 | |
| utf32bebytes | 00 00 00 70 |
How to Use
HTML:
p
CSS:
content: "\0070"
JavaScript:
"\u{70}"
Python:
"\u0070"
Properties
- Block
- Basic Latin
- Script
- Latn
- Category
- Lowercase Letter (Ll)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Compare
Frequently Asked Questions
What is the p character (LATIN SMALL LETTER P)?
p (LATIN SMALL LETTER P) is the Unicode character U+0070.
What is the Unicode codepoint of LATIN SMALL LETTER P?
The LATIN SMALL LETTER P character (p) has codepoint U+0070.
How do I type or copy LATIN SMALL LETTER P?
Copy p directly, or use the HTML entity, UTF-8, and code encodings shown on this page.