HTML Entity/Symbolρ(GREEK SMALL LETTER RHO )

ρ
Copy this symbol

GREEK SMALL LETTER RHO

Click on any of the following code values to copy to clipboard.

ρ
ρ
U+003C1
\03c1
ρ

HTML Examples

Using HTML Code value in HTML file

<span> &#961; </span>

Using HTML Entity value in HTML file

<span> &rho; </span>

CSS Example

Using CSS content code of the HTML entity &rho; to specify in a CSS file

span { 
    content: "\03c1";
}
All HTML Symbols