Circled Open Centre Eight Pointed Star Symbol ❂

The symbol U+2742 resembles a sun, as it is frequently shown in children's novels. From the spherical core section, eight similar triangular rays emerge. The white shape is encased in a circle with a black fill, making it stand out against the neutral background.

A sign that inspires favorable associations is an eight-pointed star in a circle. It can be used with other icons of a similar style, such as a ringed white star, a twelve-pointed black star, and the symbol of a white sun.

The symbol "Circled Open Centre Eight Pointed Star" is part of the "Dingbats" Block's "Stars, asterisks, and snowflakes" Subblock and was approved as part of Unicode version 1.1 in 1993.

Copy to Clipboard



Circled Open Centre Eight Pointed Star symbol's PNG and SVG files


How to type circled open centre eight pointed star symbol in latex

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

How to add circled open centre eight pointed star symbol via keyboard on different Operating systems

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

How to type circled open centre eight pointed star symbol on Microsoft Word

You can type the circled open centre eight pointed 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 4 2
  • Without moving the cursor press keys Alt + x together
  • The original 2 7 4 2 is now transformed into ❂

How to type circled open centre eight pointed star symbol on Microsoft Windows

You can type the circled open centre eight pointed star on Microsoft windows using following steps:

  • Hold Alt and press 1 0 0 5 0 to type circled open centre eight pointed star on your windows machine.

How to type circled open centre eight pointed star symbol on Mac OS

You can type the circled open centre eight pointed 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 Open Centre Eight Pointed 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 open centre eight pointed star symbol on Mac OS
    How to type circled open centre eight pointed star symbol on Mac OS

How to type circled open centre eight pointed star symbol on Linux

You can type the circled open centre eight pointed 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 4 2 consecutively
  • And then press ↵ Enter , the desired symbol will be added to your document

How to type circled open centre eight pointed star symbol on IOS and Android

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


How to use circled open centre eight pointed star in CSS

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

How to type circled open centre eight pointed star in HTML

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

Circled Open Centre Eight Pointed Star symbol representation in programming languages

circled open centre eight pointed star's representation in different programming languages can be found in table below:

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