Squared Latin Capital Letter N
๐ฝ
Shortcodes
Copy useful codes for squared latin capital letter n symbol ๐ฝ to use in websites, apps, blogs, and docs.
Unicode
U+1F13D HTML Code
🄽 HEX Code
🄽 CSS Code
\1F13D JS/JSON
\u1F13D Unix/C/PHP/JAVA
0x1F13D URL-encode
%F0%9F%84%BD Customize Squared Latin Capital Letter N
Customize ๐ฝ, download it as SVG or PNG, or copy the generated HTML snippet.
๐ฝ
How to use Squared Latin Capital Letter N Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>๐ฝ</span> HTML Code:
<span>🄽</span> HEX Code:
<span>🄽</span> Add with CSS
.squared-latin-capital-letter-n::before {
content: '\\1F13D';
} Set it in JavaScript
document.querySelector('.squared-latin-capital-letter-n').textContent = '๐ฝ';