HTML Entity/Symbolʼn(LATIN SMALL LETTER N PRECEDED BY APOSTROPHE )

ʼn
Copy this symbol

LATIN SMALL LETTER N PRECEDED BY APOSTROPHE

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

ʼn
ʼn
U+00149
\0149
ʼn

HTML Examples

Using HTML Code value in HTML file

<span> &#329; </span>

Using HTML Entity value in HTML file

<span> &napos; </span>

CSS Example

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

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