copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText('$'); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
$
FULLWIDTH DOLLAR SIGN
Overview
$ (FULLWIDTH DOLLAR SIGN) is the Unicode character at code point U+FF04. It belongs to the Halfwidth and Fullwidth Forms block, in the Currency Symbol (Sc) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FF04 | |
| decimal | 65284 | |
| htmldecimal | $ | |
| htmlhex | $ | |
| css | \FF04 | |
| javascript | \u{FF04} | |
| python | \uff04 | |
| java | \uFF04 | |
| go | \uFF04 | |
| ruby | \u{FF04} | |
| rust | \u{FF04} | |
| ccpp | \uff04 | |
| urlencoded | %EF%BC%84 | |
| utf8bytes | ef bc 84 | |
| utf16bebytes | ff 04 | |
| utf32bebytes | 00 00 ff 04 |
How to Use
HTML:
$
CSS:
content: "\FF04"
JavaScript:
"\u{FF04}"
Python:
"\uff04"
Properties
- Script
- Zyyy
- Category
- Currency Symbol (Sc)
- Bidirectional
- ET
- Combining
- 0
- Mirrored
- No
- Decomposition
- <wide> 0024
Frequently Asked Questions
What is the $ character (FULLWIDTH DOLLAR SIGN)?
$ (FULLWIDTH DOLLAR SIGN) is the Unicode character U+FF04.
What is the Unicode codepoint of FULLWIDTH DOLLAR SIGN?
The FULLWIDTH DOLLAR SIGN character ($) has codepoint U+FF04.
How do I type or copy FULLWIDTH DOLLAR SIGN?
Copy $ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.