Sundanese Punctuation Bindu Ka Satanga

Shortcodes

Copy useful codes for sundanese punctuation bindu ka satanga symbol ᳅ to use in websites, apps, blogs, and docs.

Unicode
U+1CC5
HTML Code
᳅
HEX Code
᳅
CSS Code
\1CC5
JS/JSON
\u1CC5
Unix/C/PHP/JAVA
0x1CC5
URL-encode
%E1%B3%85

Customize Sundanese Punctuation Bindu Ka Satanga

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

  

How to use Sundanese Punctuation Bindu Ka Satanga Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>᳅</span>
HTML Code:
<span>&#7365;</span>
HEX Code:
<span>&#x1CC5;</span>

Add with CSS

.sundanese-punctuation-bindu-ka-satanga::before {
  content: '\\1CC5';
}

Set it in JavaScript

document.querySelector('.sundanese-punctuation-bindu-ka-satanga').textContent = '᳅';
copied