| Symbol Name | Eight Pointed Pinwheel Star |
| Unicode Version | 1.1 |
| Unicode | U+2735 |
| Unicode block | |
| General category | Other Symbol (So) |
| CSS Code |
| UTF-8 | E2 9C B5 |
| UTF-16 | 2735 |
| UTF-32 | 00002735 |
1\documentclass{article}2\usepackage{pifont}3\text{EIGHTPOINTEDPINWHEELSTAR}4\end{document}You can type the eight pointed pinwheel star symbol on most modern devices with the help of following methods:
Alt + 10037 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "eight pointed pinwheel star", or use Unicode Hex Input with 2735.
Ctrl + Shift + U, type 2735, 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.eight-pointed-pinwheel-star::before { content: "\2735"; }1<span>✵</span>Eight Pointed Pinwheel Star symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2735' or String.fromCodePoint(10037) |
| Python | '\N{EIGHT POINTED PINWHEEL STAR}' or chr(10037) |
| Rust | '\u{2735}' |
| C / C++ | UTF-8 source or wchar_t with U+2735 |
| Go | string(rune(0x2735)) |
| Ruby | "\u{2735}" |
\2735 |
| Hex Code | 0x2735 |
| HTML Code | ✵ |
| LaTeX | \text{EIGHTPOINTEDPINWHEELSTAR} |
| Symbol | ✵ |
| URL encode (UTF-8 percent) | %E2%9C%B5 |
| Spoken / screen reader name | Eight Pointed Pinwheel Star |