Sundanese Punctuation Bindu Ba Satanga

Shortcodes

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

Unicode
U+1CC7
HTML Code
᳇
HEX Code
᳇
CSS Code
\1CC7
JS/JSON
\u1CC7
Unix/C/PHP/JAVA
0x1CC7
URL-encode
%E1%B3%87

Customize Sundanese Punctuation Bindu Ba Satanga

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

  

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

Insert in HTML

1. Direct symbol:
<span>᳇</span>
HTML Code:
<span>&#7367;</span>
HEX Code:
<span>&#x1CC7;</span>

Add with CSS

.sundanese-punctuation-bindu-ba-satanga::before {
  content: '\\1CC7';
}

Set it in JavaScript

document.querySelector('.sundanese-punctuation-bindu-ba-satanga').textContent = '᳇';
copied