Canadian Syllabics Carrier Kha

Shortcodes

Copy useful codes for canadian syllabics carrier kha symbol ᗺ to use in websites, apps, blogs, and docs.

Unicode
U+15FA
HTML Code
ᗺ
HEX Code
ᗺ
CSS Code
\15FA
JS/JSON
\u15FA
Unix/C/PHP/JAVA
0x15FA
URL-encode
%E1%97%BA

Customize Canadian Syllabics Carrier Kha

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

  

How to use Canadian Syllabics Carrier Kha Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>ᗺ</span>
HTML Code:
<span>&#5626;</span>
HEX Code:
<span>&#x15FA;</span>

Add with CSS

.canadian-syllabics-carrier-kha::before {
  content: '\\15FA';
}

Set it in JavaScript

document.querySelector('.canadian-syllabics-carrier-kha').textContent = 'ᗺ';
copied