Vai Syllable Za

Shortcodes

Copy useful codes for vai syllable za symbol ꕤ to use in websites, apps, blogs, and docs.

Unicode
U+A564
HTML Code
ꕤ
HEX Code
ꕤ
CSS Code
\A564
JS/JSON
\uA564
Unix/C/PHP/JAVA
0xA564
URL-encode
%EA%95%A4

Customize Vai Syllable Za

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

  

How to use Vai Syllable Za Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>ꕤ</span>
HTML Code:
<span>&#42340;</span>
HEX Code:
<span>&#xA564;</span>

Add with CSS

.vai-syllable-za::before {
  content: '\\A564';
}

Set it in JavaScript

document.querySelector('.vai-syllable-za').textContent = 'ꕤ';
copied