Batak Symbol Bindu Judul

Shortcodes

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

Unicode
U+1BFE
HTML Code
᯾
HEX Code
᯾
CSS Code
\1BFE
JS/JSON
\u1BFE
Unix/C/PHP/JAVA
0x1BFE
URL-encode
%E1%AF%BE
copied

Customize Batak Symbol Bindu Judul Symbol

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

Insert ᯾ Batak Symbol Bindu Judul using HTML

1. Copy-paste Batak Symbol Bindu Judul directly:
<span>᯾</span>
2. HTML Decimal Code:
<span>&#7166;</span>
3. Hexadecimal Code:
<span>&#x1BFE;</span>
Preview:

Add Batak Symbol Bindu Judul with CSS

.batak-symbol-bindu-judul::before {
    content: '\\1BFE';
}
Preview: Batak Symbol Bindu Judul

Batak Symbol Bindu Judul JavaScript Code

1. Direct Symbol:
document.querySelector('.batak-symbol-bindu-judul').textContent = '᯾';
2. Unicode Escape for ᯾:
document.querySelector('.batak-symbol-bindu-judul').textContent = '\u1BFE';
Preview: