ρ
Greek

Greek Small Letter Rho ρ

Rho is the seventeenth letter of the Greek alphabet, commonly representing density in physics, resistivity in electrical engineering, the correlation coefficient in statistics, and the spectral radius in linear algebra. It is an essential symbol across physical sciences.

All Representations

Named Entity
ρ
Decimal Code
ρ
Hex Code
ρ
Unicode
U+03C1

Rendered Output

ρ

ρ renders as the character shown above

When to Use Greek Small Letter Rho

Use the rho entity in physics (density ρ), electrical engineering (resistivity ρ), statistics (Spearman correlation coefficient ρ), and fluid dynamics. It is fundamental to equations involving mass density and is one of the most frequently referenced Greek letters in physics content.

Try It — HTML Examples

Named entity in text
<p>Symbol: &rho;</p>
Decimal reference
<p>Symbol: &#961;</p>
Hex reference
<p>Symbol: &#x3C1;</p>
Inside an HTML attribute
<div title="The Greek Small Letter Rho: &rho;">Hover to see</div>

About the Greek Small Letter Rho Entity

The Greek Small Letter Rho character (ρ) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &rho;, the decimal numeric character reference &#961;, or the hexadecimal numeric reference &#x3C1;. The character is assigned Unicode code point U+03C1 in the Universal Character Set.

Rho is the seventeenth letter of the Greek alphabet, commonly representing density in physics, resistivity in electrical engineering, the correlation coefficient in statistics, and the spectral radius in linear algebra. It is an essential symbol across physical sciences.

Greek letter entities are indispensable for scientific papers, engineering documentation, statistical analyses, and mathematical content published on the web. From physics equations using alpha and omega to statistical formulas featuring sigma and mu, these entities allow content authors to include Greek characters reliably without requiring specialized fonts or complex Unicode input methods on the keyboard.

When deciding how to encode the Greek Small Letter Rho character in your HTML documents, the named entity &rho; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#961; and hexadecimal form &#x3C1; are equally valid alternatives that work in contexts where named entities may not be supported, or when generating HTML output programmatically from server-side code. All three representations produce identical visual output in every modern web browser.

Use the rho entity in physics (density ρ), electrical engineering (resistivity ρ), statistics (Spearman correlation coefficient ρ), and fluid dynamics. It is fundamental to equations involving mass density and is one of the most frequently referenced Greek letters in physics content.

Related Entities

Explore More HTML Entities

Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.