Lisu Letter Kha

Shortcodes

Copy and paste codes for Lisu Letter Kha symbol ꓘ to use in your websites, apps, blogs, and more.

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

Customize Lisu Letter Kha Symbol

Customize ꓘ symbol as you like and download Lisu Letter Kha 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 Lisu Letter Kha symbol in HTML, CSS, and JS?

Insert ꓘ Lisu Letter Kha using HTML

1. Copy-paste Lisu Letter Kha directly:
<span>ꓘ</span>
2. HTML Decimal Code:
<span>&#42200;</span>
3. Hexadecimal Code:
<span>&#xA4D8;</span>
Preview:

Add Lisu Letter Kha symbol with CSS

.lisu-letter-kha::before {
    content: '\\A4D8';
}
Preview: Lisu Letter Kha

Lisu Letter Kha JavaScript Code

1. Direct Symbol:
document.querySelector('.lisu-letter-kha').textContent = 'ꓘ';
2. Unicode Escape for ꓘ:
document.querySelector('.lisu-letter-kha').textContent = '\uA4D8';
Preview: