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>&#42781;</span>
HEX Code:
<span>&#xA71D;</span>

Add with CSS

.modifier-letter-raised-exclamation-mark::before {
  content: '\\A71D';
}

Set it in JavaScript

document.querySelector('.modifier-letter-raised-exclamation-mark').textContent = 'ꜝ';
copied