Yi Syllable Ke

Shortcodes

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

Unicode
U+A20C
HTML Code
ꈌ
HEX Code
ꈌ
CSS Code
\A20C
JS/JSON
\uA20C
Unix/C/PHP/JAVA
0xA20C
URL-encode
%EA%88%8C
copied

Customize Yi Syllable Ke Symbol

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

Insert ꈌ Yi Syllable Ke using HTML

1. Copy-paste Yi Syllable Ke directly:
<span>ꈌ</span>
2. HTML Decimal Code:
<span>&#41484;</span>
3. Hexadecimal Code:
<span>&#xA20C;</span>
Preview:

Add Yi Syllable Ke symbol with CSS

.yi-syllable-ke::before {
    content: '\\A20C';
}
Preview: Yi Syllable Ke

Yi Syllable Ke JavaScript Code

1. Direct Symbol:
document.querySelector('.yi-syllable-ke').textContent = 'ꈌ';
2. Unicode Escape for ꈌ:
document.querySelector('.yi-syllable-ke').textContent = '\uA20C';
Preview: