copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('Χ'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
Χ
GREEK CAPITAL LETTER CHI
Overview
Χ (GREEK CAPITAL LETTER CHI) is the Unicode character at code point U+03A7. It belongs to the Greek and Coptic block, in the Uppercase Letter (Lu) general category. Its script is Grek.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+03A7 | |
| decimal | 935 | |
| htmldecimal | Χ | |
| htmlhex | Χ | |
| css | \03A7 | |
| javascript | \u{3A7} | |
| python | \u03a7 | |
| java | \u03A7 | |
| go | \u03A7 | |
| ruby | \u{3A7} | |
| rust | \u{3A7} | |
| ccpp | \u03a7 | |
| urlencoded | %CE%A7 | |
| utf8bytes | ce a7 | |
| utf16bebytes | 03 a7 | |
| utf32bebytes | 00 00 03 a7 |
How to Use
HTML:
Χ
CSS:
content: "\03A7"
JavaScript:
"\u{3A7}"
Python:
"\u03a7"
Properties
- Block
- Greek and Coptic
- Script
- Grek
- Category
- Uppercase Letter (Lu)
- Bidirectional
- L
- Combining
- 0
- Mirrored
- No
Compare
Frequently Asked Questions
What is the Χ character (GREEK CAPITAL LETTER CHI)?
Χ (GREEK CAPITAL LETTER CHI) is the Unicode character U+03A7.
What is the Unicode codepoint of GREEK CAPITAL LETTER CHI?
The GREEK CAPITAL LETTER CHI character (Χ) has codepoint U+03A7.
How do I type or copy GREEK CAPITAL LETTER CHI?
Copy Χ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.