HTML Entity/Symbolμ(GREEK SMALL LETTER MU )

μ
Copy this symbol

GREEK SMALL LETTER MU

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

μ
μ
U+003BC
\03bc
μ

HTML Examples

Using HTML Code value in HTML file

<span> &#956; </span>

Using HTML Entity value in HTML file

<span> &mu; </span>

CSS Example

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

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