Greek Capital Letter Chi

Χ

Shortcodes

Copy and paste codes for Greek Capital Letter Chi symbol Χ to use in your websites, apps, blogs, and more.

Unicode
U+03A7
HTML Code
Χ
HTML Entity
Χ
HEX Code
Χ
CSS Code
\03A7
JS/JSON
\u03A7
Unix/C/PHP/JAVA
0x03A7
URL-encode
%CE%A7
copied

Customize Greek Capital Letter Chi Symbol

Customize Χ symbol as you like and download Greek Capital 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 Greek Capital Letter Chi symbol in HTML, CSS, and JS?

Insert Χ Greek Capital Letter Chi using HTML

1. Copy-paste Greek Capital Letter Chi directly:
<span>Χ</span>
2. HTML Decimal Code:
<span>&#935;</span>
3. HTML Entity:
<span>&Chi;</span>
4. Hexadecimal Code:
<span>&#x3A7;</span>
Preview: Χ

Add Greek Capital Letter Chi symbol with CSS

.greek-capital-letter-chi::before {
    content: '\\03A7';
}
Preview: Greek Capital Letter Chi

Greek Capital Letter Chi JavaScript Code

1. Direct Symbol:
document.querySelector('.greek-capital-letter-chi').textContent = 'Χ';
2. Unicode Escape for Χ:
document.querySelector('.greek-capital-letter-chi').textContent = '\u03A7';
Preview: Χ