New Tai Lue Letter High Kva

Shortcodes

Copy and paste codes for New Tai Lue Letter High Kva symbol ᦦ to use in your websites, apps, blogs, and more.

Unicode
U+19A6
HTML Code
ᦦ
HEX Code
ᦦ
CSS Code
\19A6
JS/JSON
\u19A6
Unix/C/PHP/JAVA
0x19A6
URL-encode
%E1%A6%A6
copied

Customize New Tai Lue Letter High Kva Symbol

Customize ᦦ symbol as you like and download New Tai Lue Letter High Kva 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 New Tai Lue Letter High Kva symbol in HTML, CSS, and JS?

Insert ᦦ New Tai Lue Letter High Kva using HTML

1. Copy-paste New Tai Lue Letter High Kva directly:
<span>ᦦ</span>
2. HTML Decimal Code:
<span>&#6566;</span>
3. Hexadecimal Code:
<span>&#x19A6;</span>
Preview:

Add New Tai Lue Letter High Kva symbol with CSS

.new-tai-lue-letter-high-kva::before {
    content: '\\19A6';
}
Preview: New Tai Lue Letter High Kva

New Tai Lue Letter High Kva JavaScript Code

1. Direct Symbol:
document.querySelector('.new-tai-lue-letter-high-kva').textContent = 'ᦦ';
2. Unicode Escape for ᦦ:
document.querySelector('.new-tai-lue-letter-high-kva').textContent = '\u19A6';
Preview: