Greek Capital Letter Nu

Ν

Shortcodes

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

Unicode
U+039D
HTML Code
Ν
HEX Code
Ν
CSS Code
\039D
JS/JSON
\u039D
Unix/C/PHP/JAVA
0x039D
URL-encode
%CE%9D
copied

Customize Greek Capital Letter Nu Symbol

Customize Ν symbol as you like and download Greek Capital 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 Capital Letter Nu symbol in HTML, CSS, and JS?

Insert Ν Greek Capital Letter Nu using HTML

1. Copy-paste Greek Capital Letter Nu directly:
<span>Ν</span>
2. HTML Decimal Code:
<span>&#925;</span>
3. Hexadecimal Code:
<span>&#x39D;</span>
Preview: Ν

Add Greek Capital Letter Nu symbol with CSS

.greek-capital-letter-nu::before {
    content: '\\039D';
}
Preview: Greek Capital Letter Nu

Greek Capital Letter Nu JavaScript Code

1. Direct Symbol:
document.querySelector('.greek-capital-letter-nu').textContent = 'Ν';
2. Unicode Escape for Ν:
document.querySelector('.greek-capital-letter-nu').textContent = '\u039D';
Preview: Ν