Circled Star Symbol ✪

A "Circled White Star" typically refers to a star symbol enclosed or surrounded by a circle. This combination of a star within a circle can have various interpretations depending on the context in which it is used:

Flag and National Symbols: In some cases, a circled white star can be found on national flags or emblems. For example, the flag of the United States features 50 white stars, each enclosed in a circle, on a blue field. These stars represent the states of the country and are often referred to as "star-in-circle" symbols.

Rank Insignia: In military and law enforcement organizations, circled white stars can be used as rank insignia, denoting a particular level of authority or rank within the hierarchy.

Achievement or Recognition: In general symbolism, a circled white star can represent achievement, recognition, or excellence. It is often used to highlight or emphasize something as being of special importance.

Astronomy and Celestial Objects: The circle surrounding a white star can symbolize the celestial body's radiant or luminous appearance in the night sky.

Decorative and Artistic Use: Like other geometric shapes, a circled white star can be used for decorative purposes in various designs, patterns, and artwork. In this context, its meaning may be primarily aesthetic.

Cultural or Religious Symbols: Depending on specific cultural or religious traditions, a circled white star might hold symbolic significance. For example, in some belief systems, stars are associated with spirituality or divine guidance.

The interpretation of a circled white star can vary depending on its specific usage and cultural context. To fully understand its meaning, it's essential to consider the broader context and cultural associations of the symbol in a given situation.

Copy to Clipboard


Circled Star Symbol Information

Symbol Name Circled Star
Unicode Version 1.1 (June 1993)
Unicode U+272A
CSS Code \272A
Hex Code ✪
HTML Code ✪
Latex \ding{74}
Alt Code 10026

Circled Star Symbol Encoding

UTF-8 0xE2 0x9C 0xAA
UTF-16 0x272A
UTF-32 0x0000272A


Circled Star symbol's PNG and SVG files


How to type circled star symbol in latex

Copy \documentclass{article}
\usepackage{pifont}
\ding{74}
\end{document}

How to add circled star symbol via keyboard on different Operating systems

You can type the circled star on most modern devices with the help of following methods:

How to type circled star symbol on Microsoft Word

You can type the circled star on microsoft Microsoft Word using steps mentioned below:

  • Place your cursor in the text area where you need to insert the symbol and type 2 7 2 A
  • Without moving the cursor press keys Alt + x together
  • The original 2 7 2 A is now transformed into ✪

How to type circled star symbol on Microsoft Windows

You can type the circled star on Microsoft windows using following steps:

  • Hold Alt and press 1 0 0 2 6 to type circled star on your windows machine.

How to type circled star symbol on Mac OS

You can type the circled star on Mac OS using following steps:

  • Place your cursor in the text area where you need to insert the symbol
  • Press Ctrl + ⌘ Command + ⎵ Space to bring up the Character Viewer. Alternatively, choose Edit ⇒ Emoji & Symbols
  • Type “Circled Star” in the search field at the top and press Enter
  • The symbol should appear. Click on it to insert it into your text
  • How to type circled star symbol on Mac OS
    How to type circled star symbol on Mac OS

How to type circled star symbol on Linux

You can type the circled star on Linux using following steps:

  • Place your cursor in the text area where you need to insert the symbol
  • Hold ⇧ Shift + Ctrl and press the letter + U
  • Press keys 2 7 2 A consecutively
  • And then press ↵ Enter , the desired symbol will be added to your document

How to type circled star symbol on IOS and Android

The easiest way to type the circled star on ios and android is to copy and paste it wherever you need it.


How to use circled star in CSS

Copy // css example
span {
content: "\272A";
}

How to type circled star in HTML

Copy // html example
<span>&#10026;</span>

Circled Star symbol representation in programming languages

circled star's representation in different programming languages can be found in table below:

Language Representation
Rust \u{272A}
Ruby \u{272A}
Python \u272A
PHP \u{272A}
Perl "\x{272A}"
Java \u272A
Modern JavaScript - Since ES6 \u{272A}
JavaScript \u272A
Go \u272A
C# \u272A
C and C++ \u272A
Bash and Zsh - inside echo -e \u272A
RFC 5137 \u'272A'
No Result
Try something else