Search
Search for a symbol or emoji...
✿
✿
Black Florette Symbol ✿
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 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


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>✿</span>Black Florette symbol representation in programming languages
Black Florettesymbol'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' |
