Vai Syllable Zha

Shortcodes

Copy and paste codes for Vai Syllable Zha symbol ꕥ to use in your websites, apps, blogs, and more.

Unicode
U+A595
HTML Code
ꖕ
HEX Code
ꖕ
CSS Code
\A595
JS/JSON
\uA595
Unix/C/PHP/JAVA
0xA595
URL-encode
%EA%95%95
copied

Customize Vai Syllable Zha Symbol

Customize ꕥ symbol as you like and download Vai Syllable Zha 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 Vai Syllable Zha symbol in HTML, CSS, and JS?

Insert ꕥ Vai Syllable Zha using HTML

1. Copy-paste Vai Syllable Zha directly:
<span>ꕥ</span>
2. HTML Decimal Code:
<span>&#42389;</span>
3. Hexadecimal Code:
<span>&#xA595;</span>
Preview:

Add Vai Syllable Zha symbol with CSS

.vai-syllable-zha::before {
    content: '\\A595';
}
Preview: Vai Syllable Zha

Vai Syllable Zha JavaScript Code

1. Direct Symbol:
document.querySelector('.vai-syllable-zha').textContent = 'ꕥ';
2. Unicode Escape for ꕥ:
document.querySelector('.vai-syllable-zha').textContent = '\uA595';
Preview: