Variation Selector-16
️
Shortcodes
Copy and paste codes for Variation Selector-16 symbol ️ to use in your websites, apps, blogs, and more.
Unicode
U+FE0F
HTML Code
️
HEX Code
️
CSS Code
\FE0F
JS/JSON
\uFE0F
Unix/C/PHP/JAVA
0xFE0F
URL-encode
%EF%B8%8F
copied
Customize Variation Selector-16 Symbol
Customize ️ symbol as you like and download Variation Selector-16 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 Variation Selector-16 symbol in HTML, CSS, and JS?
Insert ️ Variation Selector-16 using HTML
1. Copy-paste Variation Selector-16 directly:
<span>️</span>
2. HTML Decimal Code:
<span>️</span>
3. Hexadecimal Code:
<span>️</span>
Preview:
️
Add Variation Selector-16 symbol with CSS
.variation-selector-16::before {
content: '\\FE0F';
}
Preview: Variation Selector-16
Variation Selector-16 JavaScript Code
1. Direct Symbol:
document.querySelector('.variation-selector-16').textContent = '️';
2. Unicode Escape for ️:
document.querySelector('.variation-selector-16').textContent = '\uFE0F';
Preview: ️