Balinese Windu

Shortcodes

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

Unicode
U+1B5C
HTML Code
᭜
HEX Code
᭜
CSS Code
\1B5C
JS/JSON
\u1B5C
Unix/C/PHP/JAVA
0x1B5C
URL-encode
%E1%AD%9C
copied

Customize Balinese Windu Symbol

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

Insert ᭜ Balinese Windu using HTML

1. Copy-paste Balinese Windu directly:
<span>᭜</span>
2. HTML Decimal Code:
<span>&#7004;</span>
3. Hexadecimal Code:
<span>&#x1B5C;</span>
Preview:

Add Balinese Windu symbol with CSS

.balinese-windu::before {
    content: '\\1B5C';
}
Preview: Balinese Windu

Balinese Windu JavaScript Code

1. Direct Symbol:
document.querySelector('.balinese-windu').textContent = '᭜';
2. Unicode Escape for ᭜:
document.querySelector('.balinese-windu').textContent = '\u1B5C';
Preview: