Sundanese Punctuation Bindu Panglong

Shortcodes

Copy and paste codes for Sundanese Punctuation Bindu Panglong symbol ᳁ to use in your websites, apps, blogs, and more.

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

Customize Sundanese Punctuation Bindu Panglong Symbol

Customize ᳁ symbol as you like and download Sundanese Punctuation Bindu Panglong as SVG or PNG or copy its HTML code to use in your projects.

Preview helps customize symbol. Downloaded image and HTML code may have size/spacing differences.

                        
                    

How to add Sundanese Punctuation Bindu Panglong symbol in HTML, CSS, and JS?

Insert ᳁ Sundanese Punctuation Bindu Panglong using HTML

1. Copy-paste Sundanese Punctuation Bindu Panglong directly:
<span>᳁</span>
2. HTML Decimal Code:
<span>&#7361;</span>
3. Hexadecimal Code:
<span>&#x1CC1;</span>
Preview:

Add Sundanese Punctuation Bindu Panglong symbol with CSS

.sundanese-punctuation-bindu-panglong::before {
    content: '\\1CC1';
}
Preview: Sundanese Punctuation Bindu Panglong

Sundanese Punctuation Bindu Panglong JavaScript Code

1. Direct Symbol:
document.querySelector('.sundanese-punctuation-bindu-panglong').textContent = '᳁';
2. Unicode Escape for ᳁:
document.querySelector('.sundanese-punctuation-bindu-panglong').textContent = '\u1CC1';
Preview: