Sundanese Punctuation Bindu Cakra

Shortcodes

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

Unicode
U+1CC3
HTML Code
᳃
HEX Code
᳃
CSS Code
\1CC3
JS/JSON
\u1CC3
Unix/C/PHP/JAVA
0x1CC3
URL-encode
%E1%B3%83

Customize Sundanese Punctuation Bindu Cakra

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

  

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

Insert in HTML

1. Direct symbol:
<span>᳃</span>
HTML Code:
<span>&#7363;</span>
HEX Code:
<span>&#x1CC3;</span>

Add with CSS

.sundanese-punctuation-bindu-cakra::before {
  content: '\\1CC3';
}

Set it in JavaScript

document.querySelector('.sundanese-punctuation-bindu-cakra').textContent = '᳃';
copied