Yi Syllable Kex

Shortcodes

Copy useful codes for yi syllable kex symbol ꈋ to use in websites, apps, blogs, and docs.

Unicode
U+A20B
HTML Code
ꈋ
HEX Code
ꈋ
CSS Code
\A20B
JS/JSON
\uA20B
Unix/C/PHP/JAVA
0xA20B
URL-encode
%EA%88%8B

Customize Yi Syllable Kex

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

  

How to use Yi Syllable Kex Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>ꈋ</span>
HTML Code:
<span>&#41483;</span>
HEX Code:
<span>&#xA20B;</span>

Add with CSS

.yi-syllable-kex::before {
  content: '\\A20B';
}

Set it in JavaScript

document.querySelector('.yi-syllable-kex').textContent = 'ꈋ';
copied