Batak Symbol Bindu Pinarboras

Shortcodes

Copy and paste codes for Batak Symbol Bindu Pinarboras ᯽ to use in your websites, apps, blogs, and more.

Unicode
U+1BFD
HTML Code
᯽
HEX Code
᯽
CSS Code
\1BFD
JS/JSON
\u1BFD
Unix/C/PHP/JAVA
0x1BFD
URL-encode
%E1%AF%BD
copied

Customize Batak Symbol Bindu Pinarboras Symbol

Customize ᯽ symbol as you like and download Batak Symbol Bindu Pinarboras 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 Batak Symbol Bindu Pinarboras in HTML, CSS, and JS?

Insert ᯽ Batak Symbol Bindu Pinarboras using HTML

1. Copy-paste Batak Symbol Bindu Pinarboras directly:
<span>᯽</span>
2. HTML Decimal Code:
<span>&#7165;</span>
3. Hexadecimal Code:
<span>&#x1BFD;</span>
Preview:

Add Batak Symbol Bindu Pinarboras with CSS

.batak-symbol-bindu-pinarboras::before {
    content: '\\1BFD';
}
Preview: Batak Symbol Bindu Pinarboras

Batak Symbol Bindu Pinarboras JavaScript Code

1. Direct Symbol:
document.querySelector('.batak-symbol-bindu-pinarboras').textContent = '᯽';
2. Unicode Escape for ᯽:
document.querySelector('.batak-symbol-bindu-pinarboras').textContent = '\u1BFD';
Preview: