White Exclamation Mark Ornament

Shortcodes

Copy and paste codes for White Exclamation Mark Ornament symbol ❕ to use in your websites, apps, blogs, and more.

Unicode
U+2755
HTML Code
❕
HEX Code
❕
CSS Code
\2755
JS/JSON
\u2755
Unix/C/PHP/JAVA
0x2755
URL-encode
%E2%9D%95
copied

Customize White Exclamation Mark Ornament Symbol

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

Insert ❕ White Exclamation Mark Ornament using HTML

1. Copy-paste White Exclamation Mark Ornament directly:
<span>❕</span>
2. HTML Decimal Code:
<span>&#10069;</span>
3. Hexadecimal Code:
<span>&#x2755;</span>
Preview:

Add White Exclamation Mark Ornament symbol with CSS

.white-exclamation-mark-ornament::before {
    content: '\\2755';
}
Preview: White Exclamation Mark Ornament

White Exclamation Mark Ornament JavaScript Code

1. Direct Symbol:
document.querySelector('.white-exclamation-mark-ornament').textContent = '❕';
2. Unicode Escape for ❕:
document.querySelector('.white-exclamation-mark-ornament').textContent = '\u2755';
Preview: