HTML Entity/Symbol*(ASTERISK )

*
Copy this symbol

ASTERISK

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

*
*
U+0002A
\002a
*

HTML Examples

Using HTML Code value in HTML file

<span> &#42; </span>

Using HTML Entity value in HTML file

<span> &ast; </span>

CSS Example

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

span { 
    content: "\002a";
}
All HTML Symbols