Ol Chiki Punctuation Mucaad

Shortcodes

Copy useful codes for ol chiki punctuation mucaad symbol ᱾ to use in websites, apps, blogs, and docs.

Unicode
U+1C7E
HTML Code
᱾
HEX Code
᱾
CSS Code
\1C7E
JS/JSON
\u1C7E
Unix/C/PHP/JAVA
0x1C7E
URL-encode
%E1%B1%BE

Customize Ol Chiki Punctuation Mucaad

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

  

How to use Ol Chiki Punctuation Mucaad Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>᱾</span>
HTML Code:
<span>&#7294;</span>
HEX Code:
<span>&#x1C7E;</span>

Add with CSS

.ol-chiki-punctuation-mucaad::before {
  content: '\\1C7E';
}

Set it in JavaScript

document.querySelector('.ol-chiki-punctuation-mucaad').textContent = '᱾';
copied