HTML Entity/Symbolχ(GREEK SMALL LETTER CHI )

χ
Copy this symbol

GREEK SMALL LETTER CHI

Click on any of the following code values to copy to clipboard.

χ
χ
U+003C7
\03c7
χ

HTML Examples

Using HTML Code value in HTML file

<span> &#967; </span>

Using HTML Entity value in HTML file

<span> &chi; </span>

CSS Example

Using CSS content code of the HTML entity &chi; to specify in a CSS file

span { 
    content: "\03c7";
}
All HTML Symbols