Balinese Pameneng

Shortcodes

Copy and paste codes for Balinese Pameneng symbol ᭠ to use in your websites, apps, blogs, and more.

Unicode
U+1B60
HTML Code
᭠
HEX Code
᭠
CSS Code
\1B60
JS/JSON
\u1B60
Unix/C/PHP/JAVA
0x1B60
URL-encode
%E1%AD%A0
copied

Customize Balinese Pameneng Symbol

Customize ᭠ symbol as you like and download Balinese Pameneng 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 Balinese Pameneng symbol in HTML, CSS, and JS?

Insert ᭠ Balinese Pameneng using HTML

1. Copy-paste Balinese Pameneng directly:
<span>᭠</span>
2. HTML Decimal Code:
<span>&#7008;</span>
3. Hexadecimal Code:
<span>&#x1B60;</span>
Preview:

Add Balinese Pameneng symbol with CSS

.balinese-pameneng::before {
    content: '\\1B60';
}
Preview: Balinese Pameneng

Balinese Pameneng JavaScript Code

1. Direct Symbol:
document.querySelector('.balinese-pameneng').textContent = '᭠';
2. Unicode Escape for ᭠:
document.querySelector('.balinese-pameneng').textContent = '\u1B60';
Preview: