Sundanese Punctuation Bindu Leu Satanga

Shortcodes

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

Unicode
U+1CC4
HTML Code
᳄
HEX Code
᳄
CSS Code
\1CC4
JS/JSON
\u1CC4
Unix/C/PHP/JAVA
0x1CC4
URL-encode
%E1%B3%84

Customize Sundanese Punctuation Bindu Leu Satanga

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

  

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

Insert in HTML

1. Direct symbol:
<span>᳄</span>
HTML Code:
<span>&#7364;</span>
HEX Code:
<span>&#x1CC4;</span>

Add with CSS

.sundanese-punctuation-bindu-leu-satanga::before {
  content: '\\1CC4';
}

Set it in JavaScript

document.querySelector('.sundanese-punctuation-bindu-leu-satanga').textContent = '᳄';
copied