Sundanese Punctuation Bindu Panglong

Shortcodes

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

Unicode
U+1CC1
HTML Code
᳁
HEX Code
᳁
CSS Code
\1CC1
JS/JSON
\u1CC1
Unix/C/PHP/JAVA
0x1CC1
URL-encode
%E1%B3%81

Customize Sundanese Punctuation Bindu Panglong

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

  

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

Insert in HTML

1. Direct symbol:
<span>᳁</span>
HTML Code:
<span>&#7361;</span>
HEX Code:
<span>&#x1CC1;</span>

Add with CSS

.sundanese-punctuation-bindu-panglong::before {
  content: '\\1CC1';
}

Set it in JavaScript

document.querySelector('.sundanese-punctuation-bindu-panglong').textContent = '᳁';
copied