Greek Small Letter Nu

ν

Shortcodes

Copy and paste codes for Greek Small Letter Nu symbol ν to use in your websites, apps, blogs, and more.

Unicode
U+03BD
HTML Code
ν
HTML Entity
ν
HEX Code
ν
CSS Code
\03BD
JS/JSON
\u03BD
Unix/C/PHP/JAVA
0x03BD
URL-encode
%CE%BD
copied

Customize Greek Small Letter Nu Symbol

Customize ν symbol as you like and download Greek Small Letter Nu as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.
ν

                        
                    

How to add Greek Small Letter Nu symbol in HTML, CSS, and JS?

Insert ν Greek Small Letter Nu using HTML

1. Copy-paste Greek Small Letter Nu directly:
<span>ν</span>
2. HTML Decimal Code:
<span>&#957;</span>
3. HTML Entity:
<span>&nu;</span>
4. Hexadecimal Code:
<span>&#x3BD;</span>
Preview: ν

Add Greek Small Letter Nu symbol with CSS

.greek-small-letter-nu::before {
    content: '\\03BD';
}
Preview: Greek Small Letter Nu

Greek Small Letter Nu JavaScript Code

1. Direct Symbol:
document.querySelector('.greek-small-letter-nu').textContent = 'ν';
2. Unicode Escape for ν:
document.querySelector('.greek-small-letter-nu').textContent = '\u03BD';
Preview: ν