HTML Entity/Symbolˇ(CARON )

ˇ
Copy this symbol

CARON

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

ˇ
ˇ
U+002C7
\02c7
ˇ

HTML Examples

Using HTML Code value in HTML file

<span> &#711; </span>

Using HTML Entity value in HTML file

<span> &caron; </span>

CSS Example

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

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