Vai Syllable Gee

Shortcodes

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

Unicode
U+A520
HTML Code
ꔠ
HEX Code
ꔠ
CSS Code
\A520
JS/JSON
\uA520
Unix/C/PHP/JAVA
0xA520
URL-encode
%EA%94%A0

Customize Vai Syllable Gee

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

  

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

Insert in HTML

1. Direct symbol:
<span>ꔠ</span>
HTML Code:
<span>&#42272;</span>
HEX Code:
<span>&#xA520;</span>

Add with CSS

.vai-syllable-gee::before {
  content: '\\A520';
}

Set it in JavaScript

document.querySelector('.vai-syllable-gee').textContent = 'ꔠ';
copied