Black Florette Symbol ✿

This is the kind of camomile we all sketched as kids, with five circular petals and a large center. The filled flower U+273F from an early version of Unicode is shown in black-and-white. It features dark petals and a bright white center. Simple, yet effective. Also, it's bright.

Symbol U+273F can be used to decorate any typographic product, such as toys, love items, and nature-themed items. It works well with other floral signs from Unicode, such as a white florette.

The symbol "Black Florette" is part of the "Fleurons" Subblock of the "Dingbats" Block and was added to Unicode in 1993 as part of version 1.1.

Copy to Clipboard


Black Florette Symbol Information

Symbol Name Black Florette
Unicode Version 1.1 (June 1993)
Unicode U+273F
CSS Code \273F
Hex Code ✿
HTML Code ✿
Latex \ding{95}
Alt Code 10047

Black Florette Symbol Encoding

UTF-8 0xE2 0x9C 0xBF
UTF-16 0x273F
UTF-32 0x0000273F


Black Florette symbol's PNG and SVG files


How to type black florette symbol in latex

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

How to add black florette symbol via keyboard on different Operating systems

You can type the black florette on most modern devices with the help of following methods:

How to type black florette symbol on Microsoft Word

You can type the black florette 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 3 F
  • Without moving the cursor press keys Alt + x together
  • The original 2 7 3 F is now transformed into ✿

How to type black florette symbol on Microsoft Windows

You can type the black florette on Microsoft windows using following steps:

  • Hold Alt and press 1 0 0 4 7 to type black florette on your windows machine.

How to type black florette symbol on Mac OS

You can type the black florette 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 “Black Florette” 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 black florette symbol on Mac OS
    How to type black florette symbol on Mac OS

How to type black florette symbol on Linux

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

How to type black florette symbol on IOS and Android

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


How to use black florette in CSS

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

How to type black florette in HTML

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

Black Florette symbol representation in programming languages

black florette's representation in different programming languages can be found in table below:

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