Buginese Pallawa

Shortcodes

Copy and paste codes for Buginese Pallawa symbol ᨞ to use in your websites, apps, blogs, and more.

Unicode
U+1A1E
HTML Code
᨞
HEX Code
᨞
CSS Code
\1A1E
JS/JSON
\u1A1E
Unix/C/PHP/JAVA
0x1A1E
URL-encode
%E1%A8%9E
copied

Customize Buginese Pallawa Symbol

Customize ᨞ symbol as you like and download Buginese Pallawa 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 Buginese Pallawa symbol in HTML, CSS, and JS?

Insert ᨞ Buginese Pallawa using HTML

1. Copy-paste Buginese Pallawa directly:
<span>᨞</span>
2. HTML Decimal Code:
<span>&#6686;</span>
3. Hexadecimal Code:
<span>&#x1A1E;</span>
Preview:

Add Buginese Pallawa symbol with CSS

.buginese-pallawa::before {
    content: '\\1A1E';
}
Preview: Buginese Pallawa

Buginese Pallawa JavaScript Code

1. Direct Symbol:
document.querySelector('.buginese-pallawa').textContent = '᨞';
2. Unicode Escape for ᨞:
document.querySelector('.buginese-pallawa').textContent = '\u1A1E';
Preview: