U+0024
| OS | Layout | Shortcut |
|---|---|---|
| Windows(you) | Us | Shift + 4 |
| Windows | Uk | Shift + 4 |
| Windows | German | Shift + 4 |
| macOS | Us | Shift + 4 |
| macOS | Uk | Shift + 4 |
| macOS | German | Shift + 4 |
| Application | How to insert Dollar Sign |
|---|---|
| Microsoft Word | Type 0024, then press Alt+X |
| Excel / Google Sheets | Use the formula =UNICHAR(36) |
| Google Docs | Insert → Special characters, then search "dollar sign" |
| HTML | $ or $ |
| CSS (content property) | content: "\0024" |
| JavaScript | "\u0024" |
The dollar sign is the symbol for the US dollar and many other currencies that use the word 'dollar' or 'peso'.
Placed before the amount: $100. Used for USD, CAD, AUD, and other dollar currencies. Also used in programming for variable identifiers.