Lisu Letter Kha

Shortcodes

Copy useful codes for lisu letter kha symbol ꓘ to use in websites, apps, blogs, and docs.

Unicode
U+A4D8
HTML Code
ꓘ
HEX Code
ꓘ
CSS Code
\A4D8
JS/JSON
\uA4D8
Unix/C/PHP/JAVA
0xA4D8
URL-encode
%EA%93%98

Customize Lisu Letter Kha

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

  

How to use Lisu Letter Kha Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>ꓘ</span>
HTML Code:
<span>&#42200;</span>
HEX Code:
<span>&#xA4D8;</span>

Add with CSS

.lisu-letter-kha::before {
  content: '\\A4D8';
}

Set it in JavaScript

document.querySelector('.lisu-letter-kha').textContent = 'ꓘ';
copied