Variation Selector-1

Shortcodes

Copy and paste codes for Variation Selector-1 symbol ︀ to use in your websites, apps, blogs, and more.

Unicode
U+FE00
HTML Code
︀
HEX Code
︀
CSS Code
\FE00
JS/JSON
\uFE00
Unix/C/PHP/JAVA
0xFE00
URL-encode
%EF%B8%80
copied

Customize Variation Selector-1 Symbol

Customize ︀ symbol as you like and download Variation Selector-1 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-1 symbol in HTML, CSS, and JS?

Insert ︀ Variation Selector-1 using HTML

1. Copy-paste Variation Selector-1 directly:
<span>︀</span>
2. HTML Decimal Code:
<span>&#65024;</span>
3. Hexadecimal Code:
<span>&#xFE00;</span>
Preview:

Add Variation Selector-1 symbol with CSS

.variation-selector-1::before {
    content: '\\FE00';
}
Preview: Variation Selector-1

Variation Selector-1 JavaScript Code

1. Direct Symbol:
document.querySelector('.variation-selector-1').textContent = '︀';
2. Unicode Escape for ︀:
document.querySelector('.variation-selector-1').textContent = '\uFE00';
Preview: