Squared Vs

๐Ÿ†š

Shortcodes

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

Unicode
U+1F19A
HTML Code
🆚
HEX Code
🆚
CSS Code
\1F19A
JS/JSON
\u1F19A
Unix/C/PHP/JAVA
0x1F19A
URL-encode
%F0%9F%86%9A
copied

Customize Squared Vs Symbol

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

Insert ๐Ÿ†š Squared Vs using HTML

1. Copy-paste Squared Vs directly:
<span>๐Ÿ†š</span>
2. HTML Decimal Code:
<span>&#127386;</span>
3. Hexadecimal Code:
<span>&#x1F19A;</span>
Preview: ๐Ÿ†š

Add Squared Vs symbol with CSS

.squared-vs::before {
    content: '\\1F19A';
}
Preview: Squared Vs

Squared Vs JavaScript Code

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