Search

Search for a symbol or emoji...

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.

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
Symbol

Black Florette Symbol Encoding

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

Black FloretteSymbol's PNG and SVG files

Black Florette Symbol in Latex

Black Florette
1\documentclass{article} 2\usepackage{pifont} 3\ding{95} 4\end{document}

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

You can type the black florette symbol 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 in Microsoft Word using steps mentioned below:

  • Place your cursor in the text area where you need to insert the symbol and type 273F
  • Without moving the cursor press keys Alt + x together
  • The original 273F 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 10047 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
Mac OS Character Viewer
Mac OS Character Viewer

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 273F 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 symbol on ios and android is to copy and paste it wherever you need it.

How to use black florette in CSS

//CSS Example
1span { 2 content: \273F; 3 }

How to use black florette in HTML

//HTML Example
1<span>&#10047;</span>

Black Florette symbol representation in programming languages

Black Florettesymbol's representation in different programming languages can be found in table below:

LanguageRepresentation
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'