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' : ''">
Ρ
GREEK CAPITAL LETTER RHO
Overview
Ρ (GREEK CAPITAL LETTER RHO) is the Unicode character at code point U+03A1. It belongs to the Greek and Coptic block, in the Uppercase Letter (Lu) general category. Its script is Grek.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+03A1 | |
| decimal | 929 | |
| htmldecimal | Ρ | |
| htmlhex | Ρ | |
| css | \03A1 | |
| javascript | \u{3A1} | |
| python | \u03a1 | |
| java | \u03A1 | |
| go | \u03A1 | |
| ruby | \u{3A1} | |
| rust | \u{3A1} | |
| ccpp | \u03a1 | |
| urlencoded | %CE%A1 | |
| utf8bytes | ce a1 | |
| utf16bebytes | 03 a1 | |
| utf32bebytes | 00 00 03 a1 |
How to Use
HTML:
Ρ
CSS:
content: "\03A1"
JavaScript:
"\u{3A1}"
Python:
"\u03a1"
Properties
- Block
- Greek and Coptic
- Script
- Grek
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Compare
Frequently Asked Questions
What is the Ρ character (GREEK CAPITAL LETTER RHO)?
Ρ (GREEK CAPITAL LETTER RHO) is the Unicode character U+03A1.
What is the Unicode codepoint of GREEK CAPITAL LETTER RHO?
The GREEK CAPITAL LETTER RHO character (Ρ) has codepoint U+03A1.
How do I type or copy GREEK CAPITAL LETTER RHO?
Copy Ρ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.