Cherokee Letter Wo

Shortcodes

Copy useful codes for cherokee letter wo symbol Ꮼ to use in websites, apps, blogs, and docs.

Unicode
U+13EC
HTML Code
Ꮼ
HEX Code
Ꮼ
CSS Code
\13EC
JS/JSON
\u13EC
Unix/C/PHP/JAVA
0x13EC
URL-encode
%E1%8F%AC

Customize Cherokee Letter Wo

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

  

How to use Cherokee Letter Wo Symbol in HTML, CSS, and JS

Insert in HTML

1. Direct symbol:
<span>Ꮼ</span>
HTML Code:
<span>&#5100;</span>
HEX Code:
<span>&#x13EC;</span>

Add with CSS

.cherokee-letter-wo::before {
  content: '\\13EC';
}

Set it in JavaScript

document.querySelector('.cherokee-letter-wo').textContent = 'Ꮼ';
copied