Modifier Letter Raised Exclamation Mark

Shortcodes

Copy and paste codes for Modifier Letter Raised Exclamation Mark symbol ꜝ to use in your websites, apps, blogs, and more.

Unicode
U+A71D
HTML Code
ꜝ
HEX Code
ꜝ
CSS Code
\A71D
JS/JSON
\uA71D
Unix/C/PHP/JAVA
0xA71D
URL-encode
%EA%9C%9D
copied

Customize Modifier Letter Raised Exclamation Mark Symbol

Customize ꜝ symbol as you like and download Modifier Letter Raised 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 Modifier Letter Raised Exclamation Mark symbol in HTML, CSS, and JS?

Insert ꜝ Modifier Letter Raised Exclamation Mark using HTML

1. Copy-paste Modifier Letter Raised Exclamation Mark directly:
<span>ꜝ</span>
2. HTML Decimal Code:
<span>&#42781;</span>
3. Hexadecimal Code:
<span>&#xA71D;</span>
Preview:

Add Modifier Letter Raised Exclamation Mark symbol with CSS

.modifier-letter-raised-exclamation-mark::before {
    content: '\\A71D';
}
Preview: Modifier Letter Raised Exclamation Mark

Modifier Letter Raised Exclamation Mark JavaScript Code

1. Direct Symbol:
document.querySelector('.modifier-letter-raised-exclamation-mark').textContent = 'ꜝ';
2. Unicode Escape for ꜝ:
document.querySelector('.modifier-letter-raised-exclamation-mark').textContent = '\uA71D';
Preview: