| Symbol Name | Open Centre Teardrop-spoked Asterisk |
| Unicode Version | 1.1 |
| Unicode | U+273C |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code |
| UTF-8 | E2 9C BC |
| UTF-16 | 273C |
| UTF-32 | 0000273C |
1\documentclass{article}2\usepackage{pifont}3\text{OPENCENTRETEARDROP-SPOKEDASTERISK}4\end{document}You can type the open centre teardrop-spoked asterisk symbol on most modern devices with the help of following methods:
Alt + 10044 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "open centre teardrop-spoked asterisk", or use Unicode Hex Input with 273C.
Ctrl + Shift + U, type 273c, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with star and asterisk support.
1span.open-centre-teardrop-spoked-asterisk::before { content: "\273C"; }1<span>✼</span>Open Centre Teardrop-spoked Asterisk symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u273C' or String.fromCodePoint(10044) |
| Python | '\N{OPEN CENTRE TEARDROP-SPOKED ASTERISK}' or chr(10044) |
| Rust | '\u{273C}' |
| C / C++ | UTF-8 source or wchar_t with U+273C |
| Go | string(rune(0x273C)) |
| Ruby | "\u{273C}" |
\273C |
| Hex Code | 0x273C |
| HTML Code | ✼ |
| LaTeX | \text{OPENCENTRETEARDROP-SPOKEDASTERISK} |
| Symbol | ✼ |
| URL encode (UTF-8 percent) | %E2%9C%BC |
| Spoken / screen reader name | Open Centre Teardrop-spoked Asterisk |