Yi Syllable Kex

Shortcodes

Copy and paste codes for Yi Syllable Kex symbol ꈋ to use in your websites, apps, blogs, and more.

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

Customize Yi Syllable Kex Symbol

Customize ꈋ symbol as you like and download Yi Syllable Kex 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 Yi Syllable Kex symbol in HTML, CSS, and JS?

Insert ꈋ Yi Syllable Kex using HTML

1. Copy-paste Yi Syllable Kex directly:
<span>ꈋ</span>
2. HTML Decimal Code:
<span>&#41483;</span>
3. Hexadecimal Code:
<span>&#xA20B;</span>
Preview:

Add Yi Syllable Kex symbol with CSS

.yi-syllable-kex::before {
    content: '\\A20B';
}
Preview: Yi Syllable Kex

Yi Syllable Kex JavaScript Code

1. Direct Symbol:
document.querySelector('.yi-syllable-kex').textContent = 'ꈋ';
2. Unicode Escape for ꈋ:
document.querySelector('.yi-syllable-kex').textContent = '\uA20B';
Preview: