Greek Capital Letter Chi
Reach for Χ in equations, formulas and technical writing, where a plain keyboard falls short. It is cataloged at Unicode code point U+03A7 in the math set, so it renders the same real text character in every app that supports the font, not a pasted image.
| Symbol | Χ | |
|---|---|---|
| Unicode | U+03A7 | |
| Name | Greek Capital Letter Chi | |
| HTML (named) | Χ | |
| HTML (decimal) | Χ | |
| HTML (hex) | Χ | |
| CSS content | \03A7 | |
| JavaScript / JSON | \u03A7 | |
| UTF-8 bytes | 0xCE 0xA7 | |
| UTF-16 units | 0x03A7 |
How to type the greek capital letter chi symbol
- Copy and paste: click the Χ at the top of this page, then paste with Ctrl+V (Windows) or Cmd+V (Mac). This is the fastest route on any device.
- HTML: write
Χor the named entityΧin your markup. - CSS: use
content: "\03A7"in a::beforeor::afterrule. - JavaScript: the escape
\u03A7produces this character in a string.
Frequently asked questions
How do I copy the greek capital letter chi symbol?
Click the Χ above or the copy button and it is placed on your clipboard. Paste it anywhere with Ctrl+V or Cmd+V. It is a real text character, so it works in documents, chats and code.
What is the Unicode code point for greek capital letter chi?
The greek capital letter chi has the Unicode code point U+03A7. In HTML you can write it as Χ or Χ, or with the named entity Χ.
Can I use the greek capital letter chi symbol in HTML and CSS?
Yes. In HTML write Χ or the named entity Χ, and in CSS use content: "\03A7" inside a ::before or ::after rule. The code table on this page has copy buttons for both.
Related symbols
Browse the full math symbols hub, or return to the searchable symbol grid.