Sundanese Punctuation Bindu Leu Satanga

Shortcodes

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

Unicode
U+1CC4
HTML Code
᳄
HEX Code
᳄
CSS Code
\1CC4
JS/JSON
\u1CC4
Unix/C/PHP/JAVA
0x1CC4
URL-encode
%E1%B3%84
copied

Customize Sundanese Punctuation Bindu Leu Satanga Symbol

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

Insert ᳄ Sundanese Punctuation Bindu Leu Satanga using HTML

1. Copy-paste Sundanese Punctuation Bindu Leu Satanga directly:
<span>᳄</span>
2. HTML Decimal Code:
<span>&#7364;</span>
3. Hexadecimal Code:
<span>&#x1CC4;</span>
Preview:

Add Sundanese Punctuation Bindu Leu Satanga symbol with CSS

.sundanese-punctuation-bindu-leu-satanga::before {
    content: '\\1CC4';
}
Preview: Sundanese Punctuation Bindu Leu Satanga

Sundanese Punctuation Bindu Leu Satanga JavaScript Code

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