Sundanese Punctuation Bindu Purnama

Shortcodes

Copy useful codes for sundanese punctuation bindu purnama symbol ᳂ to use in websites, apps, blogs, and docs.

Unicode
U+1CC2
HTML Code
᳂
HEX Code
᳂
CSS Code
\1CC2
JS/JSON
\u1CC2
Unix/C/PHP/JAVA
0x1CC2
URL-encode
%E1%B3%82

Customize Sundanese Punctuation Bindu Purnama

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

  

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

Insert in HTML

1. Direct symbol:
<span>᳂</span>
HTML Code:
<span>&#7362;</span>
HEX Code:
<span>&#x1CC2;</span>

Add with CSS

.sundanese-punctuation-bindu-purnama::before {
  content: '\\1CC2';
}

Set it in JavaScript

document.querySelector('.sundanese-punctuation-bindu-purnama').textContent = '᳂';
copied