Squared New

๐Ÿ†•

Shortcodes

Copy and paste codes for Squared New symbol ๐Ÿ†• to use in your websites, apps, blogs, and more.

Unicode
U+1F195
HTML Code
🆕
HEX Code
🆕
CSS Code
\1F195
JS/JSON
\u1F195
Unix/C/PHP/JAVA
0x1F195
URL-encode
%F0%9F%86%95
copied

Customize Squared New Symbol

Customize ๐Ÿ†• symbol as you like and download Squared New 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 Squared New symbol in HTML, CSS, and JS?

Insert ๐Ÿ†• Squared New using HTML

1. Copy-paste Squared New directly:
<span>๐Ÿ†•</span>
2. HTML Decimal Code:
<span>&#127381;</span>
3. Hexadecimal Code:
<span>&#x1F195;</span>
Preview: ๐Ÿ†•

Add Squared New symbol with CSS

.squared-new::before {
    content: '\\1F195';
}
Preview: Squared New

Squared New JavaScript Code

1. Direct Symbol:
document.querySelector('.squared-new').textContent = '๐Ÿ†•';
2. Unicode Escape for ๐Ÿ†•:
document.querySelector('.squared-new').textContent = '\u1F195';
Preview: ๐Ÿ†•