Balinese Windu

Shortcodes

Copy useful codes for balinese windu symbol ᭜ to use in websites, apps, blogs, and docs.

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

Customize Balinese Windu

Customize ᭜, download it as SVG or PNG, or copy the generated HTML snippet.

  

How to use Balinese Windu Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>᭜</span>
HTML Code:
<span>&#7004;</span>
HEX Code:
<span>&#x1B5C;</span>

Add with CSS

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

Set it in JavaScript

document.querySelector('.balinese-windu').textContent = '᭜';
copied