Greek Capital Letter Xi

Ξ

Shortcodes

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

Unicode
U+039E
HTML Code
Ξ
HEX Code
Ξ
CSS Code
\039E
JS/JSON
\u039E
Unix/C/PHP/JAVA
0x039E
URL-encode
%CE%9E
copied

Customize Greek Capital Letter Xi Symbol

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

Insert Ξ Greek Capital Letter Xi using HTML

1. Copy-paste Greek Capital Letter Xi directly:
<span>Ξ</span>
2. HTML Decimal Code:
<span>&#926;</span>
3. Hexadecimal Code:
<span>&#x39E;</span>
Preview: Ξ

Add Greek Capital Letter Xi symbol with CSS

.greek-capital-letter-xi::before {
    content: '\\039E';
}
Preview: Greek Capital Letter Xi

Greek Capital Letter Xi JavaScript Code

1. Direct Symbol:
document.querySelector('.greek-capital-letter-xi').textContent = 'Ξ';
2. Unicode Escape for Ξ:
document.querySelector('.greek-capital-letter-xi').textContent = '\u039E';
Preview: Ξ