Ν
Greek

Greek Capital Letter Nu Ν

Greek capital nu is visually identical to the Latin capital letter N. The lowercase ν is used in physics for frequency and kinematic viscosity, but the capital form is virtually never used in scientific notation due to the ambiguity with Latin N.

All Representations

Named Entity
Ν
Decimal Code
Ν
Hex Code
Ν
Unicode
U+039D

Rendered Output

Ν

Ν renders as the character shown above

When to Use Greek Capital Letter Nu

Use the capital nu entity in Greek-language text and complete alphabet displays. It is not used in scientific notation — the lowercase nu (ν) serves those purposes. Care should be taken not to confuse lowercase nu with the Latin v.

Try It — HTML Examples

Named entity in text
<p>Symbol: &Nu;</p>
Decimal reference
<p>Symbol: &#925;</p>
Hex reference
<p>Symbol: &#x39D;</p>
Inside an HTML attribute
<div title="The Greek Capital Letter Nu: &Nu;">Hover to see</div>

About the Greek Capital Letter Nu Entity

The Greek Capital Letter Nu character (Ν) is a standard HTML entity defined in the HTML specification. In HTML source code, it can be written using the named entity reference &Nu;, the decimal numeric character reference &#925;, or the hexadecimal numeric reference &#x39D;. The character is assigned Unicode code point U+039D in the Universal Character Set.

Greek capital nu is visually identical to the Latin capital letter N. The lowercase ν is used in physics for frequency and kinematic viscosity, but the capital form is virtually never used in scientific notation due to the ambiguity with Latin N.

Greek letter entities are indispensable for scientific papers, engineering documentation, statistical analyses, and mathematical content published on the web. From physics equations using alpha and omega to statistical formulas featuring sigma and mu, these entities allow content authors to include Greek characters reliably without requiring specialized fonts or complex Unicode input methods on the keyboard.

When deciding how to encode the Greek Capital Letter Nu character in your HTML documents, the named entity &Nu; is generally the most readable choice for developers reviewing or maintaining source code. The decimal form &#925; and hexadecimal form &#x39D; are equally valid alternatives that work in contexts where named entities may not be supported, or when generating HTML output programmatically from server-side code. All three representations produce identical visual output in every modern web browser.

Use the capital nu entity in Greek-language text and complete alphabet displays. It is not used in scientific notation — the lowercase nu (ν) serves those purposes. Care should be taken not to confuse lowercase nu with the Latin v.

Related Entities

Explore More HTML Entities

Browse our complete reference of 262 HTML entities with codes, examples, and usage tips.