Cherokee Letter Wo

Shortcodes

Copy and paste codes for Cherokee Letter Wo symbol Ꮼ to use in your websites, apps, blogs, and more.

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

Customize Cherokee Letter Wo Symbol

Customize Ꮼ symbol as you like and download Cherokee Letter Wo 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 Cherokee Letter Wo symbol in HTML, CSS, and JS?

Insert Ꮼ Cherokee Letter Wo using HTML

1. Copy-paste Cherokee Letter Wo directly:
<span>Ꮼ</span>
2. HTML Decimal Code:
<span>&#5100;</span>
3. Hexadecimal Code:
<span>&#x13EC;</span>
Preview:

Add Cherokee Letter Wo symbol with CSS

.cherokee-letter-wo::before {
    content: '\\13EC';
}
Preview: Cherokee Letter Wo

Cherokee Letter Wo JavaScript Code

1. Direct Symbol:
document.querySelector('.cherokee-letter-wo').textContent = 'Ꮼ';
2. Unicode Escape for Ꮼ:
document.querySelector('.cherokee-letter-wo').textContent = '\u13EC';
Preview: