Sundanese Punctuation Bindu Da Satanga

Shortcodes

Copy and paste codes for Sundanese Punctuation Bindu Da Satanga symbol ᳆ to use in your websites, apps, blogs, and more.

Unicode
U+1CC6
HTML Code
᳆
HEX Code
᳆
CSS Code
\1CC6
JS/JSON
\u1CC6
Unix/C/PHP/JAVA
0x1CC6
URL-encode
%E1%B3%86
copied

Customize Sundanese Punctuation Bindu Da Satanga Symbol

Customize ᳆ symbol as you like and download Sundanese Punctuation Bindu Da Satanga 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 Da Satanga symbol in HTML, CSS, and JS?

Insert ᳆ Sundanese Punctuation Bindu Da Satanga using HTML

1. Copy-paste Sundanese Punctuation Bindu Da Satanga directly:
<span>᳆</span>
2. HTML Decimal Code:
<span>&#7366;</span>
3. Hexadecimal Code:
<span>&#x1CC6;</span>
Preview:

Add Sundanese Punctuation Bindu Da Satanga symbol with CSS

.sundanese-punctuation-bindu-da-satanga::before {
    content: '\\1CC6';
}
Preview: Sundanese Punctuation Bindu Da Satanga

Sundanese Punctuation Bindu Da Satanga JavaScript Code

1. Direct Symbol:
document.querySelector('.sundanese-punctuation-bindu-da-satanga').textContent = '᳆';
2. Unicode Escape for ᳆:
document.querySelector('.sundanese-punctuation-bindu-da-satanga').textContent = '\u1CC6';
Preview: