Greek Capital Letter Rho
Most keyboards skip the greek capital letter rho entirely, which is why it gets copied instead of typed. This one lives at code point U+03A1 and belongs to the math group; click it above to copy, or use the table below for the HTML, CSS and JavaScript equivalents.
| Symbol | Ρ | |
|---|---|---|
| Unicode | U+03A1 | |
| Name | Greek Capital Letter Rho | |
| HTML (named) | Ρ | |
| HTML (decimal) | Ρ | |
| HTML (hex) | Ρ | |
| CSS content | \03A1 | |
| JavaScript / JSON | \u03A1 | |
| UTF-8 bytes | 0xCE 0xA1 | |
| UTF-16 units | 0x03A1 |
How to type the greek capital letter rho symbol
- Copy and paste: click the Ρ at the top of this page, then paste with Ctrl+V (Windows) or Cmd+V (Mac). This is the fastest route on any device.
- HTML: write
Ρor the named entityΡin your markup. - CSS: use
content: "\03A1"in a::beforeor::afterrule. - JavaScript: the escape
\u03A1produces this character in a string.
Frequently asked questions
How do I copy the greek capital letter rho symbol?
Click the Ρ above or the copy button and it is placed on your clipboard. Paste it anywhere with Ctrl+V or Cmd+V. It is a real text character, so it works in documents, chats and code.
What is the Unicode code point for greek capital letter rho?
The greek capital letter rho has the Unicode code point U+03A1. In HTML you can write it as Ρ or Ρ, or with the named entity Ρ.
Can I use the greek capital letter rho symbol in HTML and CSS?
Yes. In HTML write Ρ or the named entity Ρ, and in CSS use content: "\03A1" inside a ::before or ::after rule. The code table on this page has copy buttons for both.
Related symbols
Browse the full math symbols hub, or return to the searchable symbol grid.