Limbu Exclamation Mark

Shortcodes

Copy useful codes for limbu exclamation mark symbol ᥄ to use in websites, apps, blogs, and docs.

Unicode
U+1944
HTML Code
᥄
HEX Code
᥄
CSS Code
\1944
JS/JSON
\u1944
Unix/C/PHP/JAVA
0x1944
URL-encode
%E1%A5%84

Customize Limbu Exclamation Mark

Customize ᥄, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Limbu Exclamation Mark Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>᥄</span>
HTML Code:
<span>&#6468;</span>
HEX Code:
<span>&#x1944;</span>

Add with CSS

.limbu-exclamation-mark::before {
  content: '\\1944';
}

Set it in JavaScript

document.querySelector('.limbu-exclamation-mark').textContent = '᥄';
copied