*

Technical information

Symbol*
NameAsterisk
Unicode numberU+002A
CategoryAsteriskASCII Table2. ASCII punctuation and symbols
DescriptionThe Unicode character *, or U+002A, is known as the "Asterisk". It falls under the "Basic Latin" block and the "Punctuation, other" category in the Unicode standard. The asterisk is used in a variety of contexts in mathematics, writing, and programming. In mathematics, it often represents multiplication. In writing, it is often used to indicate a footnote or to censor parts of words. In computer programming, it can have various uses, such as pointer declarations in languages like C or C++, or as a wildcard character in search patterns.

Encoding

HTML Entity*
HTML Entity (hex)*
HTML Entity (named)*
URL Escape Code%2A
UTF-8 (hex)0x2A
UTF-8 (binary)00101010
UTF-160x002A
UTF-320x0000002A

Source Code

C, C++, and Java"\u002A"
CSS Code\002A
JavaScript"\u002A"
Perl\x{002A}
Python 2u"\u002A"
Python 3\u002A
Ruby\u{002A}

Preview

This Unicode character looks like this * in sentence and in bold like this * and in italic like this *.

Font size:

*
12px
*
16px
*
20px
*
28px
*
36px
*
48px
*
72px

CSS Property: font-weight

*
100
*
200
*
300
*
400
*
500
*
600
*
700
*
800
*
900

HTML Forms and Input

input
disabled input
*
input-group
select
button
button

Code examples in HTML and CSS

<span>&#42;</span>

            
span {
    content: "\002A";
}

The symbol in different fonts

*
-apple-system
*
Apple Color Emoji
*
Arial
*
BlinkMacSystemFont
*
Courier New
*
Georgia
*
Droid Sans
*
Helvetica
*
Noto Sans
*
Oxygen
*
Roboto
*
"Segoe UI"
*
sans-serif
*
Segoe UI Emoji
*
Segoe UI Symbol
*
system-ui
*
Times New Roman
*
Ubuntu
*
Verdana

References