Latin Small Letter Chi

Shortcodes

Copy and paste codes for Latin Small Letter Chi symbol ꭓ to use in your websites, apps, blogs, and more.

Unicode
U+AB53
HTML Code
ꭓ
HEX Code
ꭓ
CSS Code
AB53
JS/JSON
uAB53
Unix/C/PHP/JAVA
0xAB53
URL-encode
%EA%AD%93
copied

Customize Latin Small Letter Chi Symbol

Customize ꭓ symbol as you like and download Latin Small Letter Chi 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 Latin Small Letter Chi symbol in HTML, CSS, and JS?

Insert ꭓ Latin Small Letter Chi using HTML

1. Copy-paste Latin Small Letter Chi directly:
<span>ꭓ</span>
2. HTML Decimal Code:
<span>&#43859;</span>
3. Hexadecimal Code:
<span>&#xAB53;</span>
Preview:

Add Latin Small Letter Chi symbol with CSS

.latin-small-letter-chi::before {
    content: 'AB53';
}
Preview: Latin Small Letter Chi

Latin Small Letter Chi JavaScript Code

1. Direct Symbol:
document.querySelector('.latin-small-letter-chi').textContent = 'ꭓ';
2. Unicode Escape for ꭓ:
document.querySelector('.latin-small-letter-chi').textContent = 'uAB53';
Preview: