Heavy Sparkle Symbol ❈

Dingbat U+2748 is known as a sparkle, but it actually looks like a flower with four petals and straight little rays. The drawing is made up of black lines with no shadows, contrasting outline, or other details. A small accurate circle with a filled background is featured in the center.

The symbol U+2748 is used as a typographic decoration: it is useful for creating bullet-lists, emphasizing important headlines, and drawing attention to a meaningful paragraph. The icon works well with other floral symbols from early Unicode versions, such as the multi-colored flower.

The symbol "Heavy Sparkle" 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


Heavy Sparkle Symbol Information

Symbol Name Heavy Sparkle
Unicode Version 1.1 (June 1993)
Unicode U+2748
CSS Code \2748
Hex Code ❈
HTML Code ❈
Latex \ding{101}
Alt Code 10056

Heavy Sparkle Symbol Encoding

UTF-8 0xE2 0x9D 0x88
UTF-16 0x2748
UTF-32 0x00002748


Heavy Sparkle symbol's PNG and SVG files


How to type heavy sparkle symbol in latex

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

How to add heavy sparkle symbol via keyboard on different Operating systems

You can type the heavy sparkle on most modern devices with the help of following methods:

How to type heavy sparkle symbol on Microsoft Word

You can type the heavy sparkle 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 8
  • Without moving the cursor press keys Alt + x together
  • The original 2 7 4 8 is now transformed into ❈

How to type heavy sparkle symbol on Microsoft Windows

You can type the heavy sparkle on Microsoft windows using following steps:

  • Hold Alt and press 1 0 0 5 6 to type heavy sparkle on your windows machine.

How to type heavy sparkle symbol on Mac OS

You can type the heavy sparkle 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 “Heavy Sparkle” 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 heavy sparkle symbol on Mac OS
    How to type heavy sparkle symbol on Mac OS

How to type heavy sparkle symbol on Linux

You can type the heavy sparkle 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 8 consecutively
  • And then press ↵ Enter , the desired symbol will be added to your document

How to type heavy sparkle symbol on IOS and Android

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


How to use heavy sparkle in CSS

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

How to type heavy sparkle in HTML

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

Heavy Sparkle symbol representation in programming languages

heavy sparkle's representation in different programming languages can be found in table below:

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