Tag Exclamation Mark

󠀡

Shortcodes

Copy and paste codes for Tag Exclamation Mark symbol 󠀡 to use in your websites, apps, blogs, and more.

Unicode
U+E0021
HTML Code
󠀡
HEX Code
󠀡
CSS Code
\E0021
JS/JSON
\uE0021
Unix/C/PHP/JAVA
0xE0021
URL-encode
%F3%A0%80%A1
copied

Customize Tag Exclamation Mark Symbol

Customize 󠀡 symbol as you like and download Tag Exclamation Mark 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 Tag Exclamation Mark symbol in HTML, CSS, and JS?

Insert 󠀡 Tag Exclamation Mark using HTML

1. Copy-paste Tag Exclamation Mark directly:
<span>󠀡</span>
2. HTML Decimal Code:
<span>&#917537;</span>
3. Hexadecimal Code:
<span>&#xE0021;</span>
Preview: 󠀡

Add Tag Exclamation Mark symbol with CSS

.tag-exclamation-mark::before {
    content: '\\E0021';
}
Preview: Tag Exclamation Mark

Tag Exclamation Mark JavaScript Code

1. Direct Symbol:
document.querySelector('.tag-exclamation-mark').textContent = '󠀡';
2. Unicode Escape for 󠀡:
document.querySelector('.tag-exclamation-mark').textContent = '\uE0021';
Preview: 󠀡