Fullwidth Latin Small Letter N

Shortcodes

Copy and paste codes for Fullwidth Latin Small Letter N symbol n to use in your websites, apps, blogs, and more.

Unicode
U+FF4E
HTML Code
n
HEX Code
n
CSS Code
\FF4E
JS/JSON
\uFF4E
Unix/C/PHP/JAVA
0xFF4E
URL-encode
%EF%BD%8E
copied

Customize Fullwidth Latin Small Letter N Symbol

Customize n symbol as you like and download Fullwidth Latin Small Letter N 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 Fullwidth Latin Small Letter N symbol in HTML, CSS, and JS?

Insert n Fullwidth Latin Small Letter N using HTML

1. Copy-paste Fullwidth Latin Small Letter N directly:
<span>n</span>
2. HTML Decimal Code:
<span>&#65358;</span>
3. Hexadecimal Code:
<span>&#xFF4E;</span>
Preview:

Add Fullwidth Latin Small Letter N symbol with CSS

.fullwidth-latin-small-letter-n::before {
    content: '\\FF4E';
}
Preview: Fullwidth Latin Small Letter N

Fullwidth Latin Small Letter N JavaScript Code

1. Direct Symbol:
document.querySelector('.fullwidth-latin-small-letter-n').textContent = 'n';
2. Unicode Escape for n:
document.querySelector('.fullwidth-latin-small-letter-n').textContent = '\uFF4E';
Preview: