New Tai Lue Letter High Ka

Shortcodes

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

Unicode
U+1982
HTML Code
ᦂ
HEX Code
ᦂ
CSS Code
\1982
JS/JSON
\u1982
Unix/C/PHP/JAVA
0x1982
URL-encode
%E1%A6%82
copied

Customize New Tai Lue Letter High Ka Symbol

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

Insert ᦂ New Tai Lue Letter High Ka using HTML

1. Copy-paste New Tai Lue Letter High Ka directly:
<span>ᦂ</span>
2. HTML Decimal Code:
<span>&#6530;</span>
3. Hexadecimal Code:
<span>&#x1982;</span>
Preview:

Add New Tai Lue Letter High Ka symbol with CSS

.new-tai-lue-letter-high-ka::before {
    content: '\\1982';
}
Preview: New Tai Lue Letter High Ka

New Tai Lue Letter High Ka JavaScript Code

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