Search
Search for a symbol or emoji...
ξ
ξ
Xi Symbol ξ
Xi Symbol Information
| Symbol Name | Xi |
| Unicode Version | 1.1 (June 1993) |
| Unicode | U+03BE |
| CSS Code | \03BE |
| HTML Entity | ξ |
| Hex Code | ξ |
| HTML Code | ξ |
| Latex | \xi |
| Symbol | ξ |
Xi Symbol in Latex
Xi
1\documentclass{article}
2\begin{document}
3\xi
4\end{document}How to add xi symbol via keyboard on different Operating systems
You can type the xi symbol on most modern devices with the help of following methods:
How to type xi symbol on Microsoft Word
You can type the xi in Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 03BE
- Without moving the cursor press keys Alt + x together
- The original 03BE is now transformed into ξ
How to type xi symbol on Microsoft Windows
You can type the xi on Microsoft windows using following steps:
- Hold Alt and press to type xi on your windows machine.
How to type xi symbol on Mac OS
You can type the xi on Mac OS using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Press Ctrl + ⌘ Command + ⎵ Space to bring up the Character Viewer. Alternatively, choose Edit ⇒ Emoji & Symbols
- Type "Xi" in the search field at the top and press Enter
- The symbol should appear. Click on it to insert it into your text


How to type xi symbol on Linux
You can type the xi on Linux using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Hold ⇧ Shift + Ctrl and press the letter + U
- Press keys 03BE consecutively
- And then press ↵ Enter , the desired symbol will be added to your document
How to type xi symbol on IOS and Android
The easiest way to type the xi symbol on ios and android is to copy and paste it wherever you need it.
How to use xi in CSS
//CSS Example
1span {
2 content: \03BE;
3 }How to use xi in HTML
//HTML Example
1<span>ξ</span>Xi symbol representation in programming languages
Xisymbol's representation in different programming languages can be found in table below:
| Language | Representation |
|---|---|
| Rust | \u{3BE} |
| Ruby | \u{3BE} |
| Python | \u03BE |
| PHP | \u{3BE} |
| Perl | \x{3BE} |
| Java | \u03BE |
| Modern JavaScript - Since ES6 | \u{3BE} |
| JavaScript | \u03BE |
| Go | \u03BE |
| C# | \u03BE |
| C and C++ | \u03BE |
| Bash and Zsh - inside echo -e | \u03BE |
| RFC 5137 | \u'03BE' |
