Sundanese Punctuation Bindu Da Satanga

Shortcodes

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

Unicode
U+1CC6
HTML Code
᳆
HEX Code
᳆
CSS Code
\1CC6
JS/JSON
\u1CC6
Unix/C/PHP/JAVA
0x1CC6
URL-encode
%E1%B3%86

Customize Sundanese Punctuation Bindu Da Satanga

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

  

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

Insert in HTML

1. Direct symbol:
<span>᳆</span>
HTML Code:
<span>&#7366;</span>
HEX Code:
<span>&#x1CC6;</span>

Add with CSS

.sundanese-punctuation-bindu-da-satanga::before {
  content: '\\1CC6';
}

Set it in JavaScript

document.querySelector('.sundanese-punctuation-bindu-da-satanga').textContent = '᳆';
copied