Technical information

Symbol
NameSmall asterisk
Unicode numberU+FE61
CategoryAsterisk
DescriptionThe Unicode character ﹡, or U+FE61, is known as the "Small Asterisk". It belongs to the "Small Form Variants" block and falls under the "Symbol" category in the Unicode standard. The Small Asterisk is a variant of the regular asterisk (*) but is typically smaller and sometimes rendered slightly differently according to typographic settings. It can be used in a similar manner as the standard asterisk, serving as a footnote marker in text, indicating multiplication in mathematical equations, or representing omitted material. Its smaller size can be useful in contexts where space or visual emphasis is a consideration.

Encoding

HTML Entity﹡
HTML Entity (hex)﹡
URL Escape Code%EF%B9%A1
UTF-8 (hex)0xEF 0xB9 0xA1
UTF-8 (binary)11101111:10111001:10100001
UTF-160xFE61
UTF-320x0000FE61

Source Code

C, C++, and Java"\uFE61"
CSS Code\FE61
JavaScript"\uFE61"
Perl\x{FE61}
Python 2u"\uFE61"
Python 3\uFE61
Ruby\u{FE61}

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>&#65121;</span>

            
span {
    content: "\FE61";
}

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