U+00F7
| OS | Layout | Shortcut |
|---|---|---|
| Windows(you) | Us | AltGr + / |
| Windows | Uk | AltGr + / |
| Windows | German | AltGr + / |
| macOS | Us | Option + / |
| macOS | Uk | Option + / |
| macOS | German | Option + / |
| Application | How to insert Division Sign |
|---|---|
| Windows (any app) | Hold Alt and type 0247 on the numeric keypad |
| Microsoft Word | Type 00F7, then press Alt+X |
| Excel / Google Sheets | Use the formula =UNICHAR(247) |
| Google Docs | Insert → Special characters, then search "division sign" |
| HTML | ÷ or ÷ |
| CSS (content property) | content: "\00F7" |
| JavaScript | "\u00F7" |
The division sign (obelus) indicates division of one number by another.
Used in arithmetic notation: 12 ÷ 4 = 3. In programming, the forward slash / is more common.