Technical information

Symbol
NameCircled white star
Unicode numberU+272A
CategoryStars
DescriptionThe Unicode character ✪, or U+272A, is named "Circled White Star". It belongs to the "Dingbats" block, which consists of miscellaneous symbols, arrows, and ornamental marks. This character is categorized under "Symbol, Other". Visually, it represents a star, typically with five points, that is encircled. The term "white" in its name refers to the unshaded nature of the star symbol, not its color, which can vary depending on the text color in use. This symbol is often used in a variety of contexts, including to denote quality or excellence (as in a review rating), to symbolize nighttime or space, or to add decorative emphasis. In digital communications, it's commonly used to catch attention or to highlight certain points. The specific usage of this symbol can vary based on the context.

Encoding

HTML Entity✪
HTML Entity (hex)✪
URL Escape Code%E2%9C%AA
UTF-8 (hex)0xE2 0x9C 0xAA
UTF-8 (binary)11100010:10011100:10101010
UTF-160x272A
UTF-320x0000272A

Source Code

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

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

            
span {
    content: "\272A";
}

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