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 ꭓ 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 type Latin Small Letter Chi symbol ꭓ ?

  • You can try inserting Latin Small Letter Chi symbol using these system tools:
    • Mac Character Viewer (Control + Command + Space)
    • Windows Emoji/Symbol Picker (Win + .)
    • Windows Character Map (charmap.exe)
  • Note: These tools may not include all Unicode symbols
  • Copy and paste the ꭓ symbol directly from this website.
  • Use provided codes for Latin Small Letter Chi symbol where they are supported.

How to add Latin Small Letter Chi symbol in HTML, CSS, and JS?

HTML Methods:

1. Direct Symbol:
<span>ꭓ</span>
2. HTML Decimal Code:
<span>&#43859;</span>
3. Hexadecimal Code:
<span>&#xAB53;</span>
Preview:

CSS Method:

.symbol::before {
    content: 'AB53';
}
Preview: Symbol

JavaScript Methods:

1. Direct Symbol:
document.querySelector('.symbol').textContent = 'ꭓ';
2. Unicode Escape:
document.querySelector('.symbol').textContent = 'uAB53';
Preview: