Yi Syllable Ke

Shortcodes

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

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

Customize Yi Syllable Ke

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

  

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

Insert in HTML

1. Direct symbol:
<span>ꈌ</span>
HTML Code:
<span>&#41484;</span>
HEX Code:
<span>&#xA20C;</span>

Add with CSS

.yi-syllable-ke::before {
  content: '\\A20C';
}

Set it in JavaScript

document.querySelector('.yi-syllable-ke').textContent = 'ꈌ';
copied