Modifier Letter Raised Exclamation Mark
ꜝ
Shortcodes
Copy useful codes for modifier letter raised exclamation mark symbol ꜝ to use in websites, apps, blogs, and docs.
Unicode
U+A71D HTML Code
ꜝ HEX Code
ꜝ CSS Code
\A71D JS/JSON
\uA71D Unix/C/PHP/JAVA
0xA71D URL-encode
%EA%9C%9D Customize Modifier Letter Raised Exclamation Mark
Customize ꜝ, download it as SVG or PNG, or copy the generated HTML snippet.
ꜝ
How to use Modifier Letter Raised Exclamation Mark Symbol in HTML, CSS, and JS
Insert in HTML
1. Direct symbol:
<span>ꜝ</span> HTML Code:
<span>ꜝ</span> HEX Code:
<span>ꜝ</span> Add with CSS
.modifier-letter-raised-exclamation-mark::before {
content: '\\A71D';
} Set it in JavaScript
document.querySelector('.modifier-letter-raised-exclamation-mark').textContent = 'ꜝ';