HTML Entity/Symbolℕ(DOUBLE-STRUCK CAPITAL N )

Copy this symbol

DOUBLE-STRUCK CAPITAL N

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

ℕ
ℕ
U+02115
\2115
ℕ

HTML Examples

Using HTML Code value in HTML file

<span> &#8469; </span>

Using HTML Entity value in HTML file

<span> &naturals; </span>

CSS Example

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

span { 
    content: "\2115";
}
All HTML Symbols