Canadian Syllabics Ci

Shortcodes

Copy useful codes for canadian syllabics ci symbol ᒋ to use in websites, apps, blogs, and docs.

Unicode
U+148B
HTML Code
ᒋ
HEX Code
ᒋ
CSS Code
\148B
JS/JSON
\u148B
Unix/C/PHP/JAVA
0x148B
URL-encode
%E1%92%8B

Customize Canadian Syllabics Ci

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

  

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

Insert in HTML

1. Direct symbol:
<span>ᒋ</span>
HTML Code:
<span>&#5259;</span>
HEX Code:
<span>&#x148B;</span>

Add with CSS

.canadian-syllabics-ci::before {
  content: '\\148B';
}

Set it in JavaScript

document.querySelector('.canadian-syllabics-ci').textContent = 'ᒋ';
copied