Yi Syllable Njyp

Shortcodes

Copy and paste codes for Yi Syllable Njyp symbol ꑇ to use in your websites, apps, blogs, and more.

Unicode
U+A447
HTML Code
ꑇ
HEX Code
ꑇ
CSS Code
\A447
JS/JSON
\uA447
Unix/C/PHP/JAVA
0xA447
URL-encode
%EA%91%87
copied

Customize Yi Syllable Njyp Symbol

Customize ꑇ symbol as you like and download Yi Syllable Njyp 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 Yi Syllable Njyp symbol in HTML, CSS, and JS?

Insert ꑇ Yi Syllable Njyp using HTML

1. Copy-paste Yi Syllable Njyp directly:
<span>ꑇ</span>
2. HTML Decimal Code:
<span>&#42055;</span>
3. Hexadecimal Code:
<span>&#xA447;</span>
Preview:

Add Yi Syllable Njyp symbol with CSS

.yi-syllable-njyp::before {
    content: '\\A447';
}
Preview: Yi Syllable Njyp

Yi Syllable Njyp JavaScript Code

1. Direct Symbol:
document.querySelector('.yi-syllable-njyp').textContent = 'ꑇ';
2. Unicode Escape for ꑇ:
document.querySelector('.yi-syllable-njyp').textContent = '\uA447';
Preview: