Search
Search for a symbol or emoji...
✲
✲
Open Centre Asterisk Symbol ✲
Open Centre Asterisk Symbol Information
| Symbol Name | Open Centre Asterisk |
| Unicode Version | 1.1 (June 1993) |
| Unicode | U+2732 |
| CSS Code | \2732 |
| Hex Code | ✲ |
| HTML Code | ✲ |
| Latex | \ding{82} |
| Alt Code | 2732 |
| Symbol | ✲ |
Open Centre Asterisk Symbol Encoding
| UTF-8 | 0xE2 0x9C 0xB2 |
| UTF-16 | 0x2732 |
| UTF-32 | 0x00002732 |
Open Centre Asterisk Symbol in Latex
Open Centre Asterisk
1\documentclass{article}
2\usepackage{pifont}
3\ding{82}
4\end{document}How to add open centre asterisk symbol via keyboard on different Operating systems
You can type the open centre asterisk symbol on most modern devices with the help of following methods:
How to type open centre asterisk symbol on Microsoft Word
You can type the open centre asterisk in Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 2732
- Without moving the cursor press keys Alt + x together
- The original 2732 is now transformed into ✲
How to type open centre asterisk symbol on Microsoft Windows
You can type the open centre asterisk on Microsoft windows using following steps:
- Hold Alt and press 2732 to type open centre asterisk on your windows machine.
How to type open centre asterisk symbol on Mac OS
You can type the open centre asterisk 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 "Open Centre Asterisk" 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 open centre asterisk symbol on Linux
You can type the open centre asterisk 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 2732 consecutively
- And then press ↵ Enter , the desired symbol will be added to your document
How to type open centre asterisk symbol on IOS and Android
The easiest way to type the open centre asterisk symbol on ios and android is to copy and paste it wherever you need it.
How to use open centre asterisk in CSS
//CSS Example
1span {
2 content: \2732;
3 }How to use open centre asterisk in HTML
//HTML Example
1<span>✲</span>Open Centre Asterisk symbol representation in programming languages
Open Centre Asterisksymbol's representation in different programming languages can be found in table below:
| Language | Representation |
|---|---|
| Rust | \u{2732} |
| Ruby | \u{2732} |
| Python | \u2732 |
| PHP | \u{2732} |
| Perl | \x{2732} |
| Java | \u2732 |
| Modern JavaScript - Since ES6 | \u{2732} |
| JavaScript | \u2732 |
| Go | \u2732 |
| C# | \u2732 |
| C and C++ | \u2732 |
| Bash and Zsh - inside echo -e | \u2732 |
| RFC 5137 | \u'2732' |
