HTML Entity/Symbolν(GREEK SMALL LETTER NU )

ν
Copy this symbol

GREEK SMALL LETTER NU

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

ν
ν
U+003BD
\03bd
ν

HTML Examples

Using HTML Code value in HTML file

<span> &#957; </span>

Using HTML Entity value in HTML file

<span> &nu; </span>

CSS Example

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

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