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' : ''">
¤
CURRENCY SIGN
Overview
¤ (CURRENCY SIGN) is the Unicode character at code point U+00A4. It belongs to the Latin-1 Supplement block, in the Currency Symbol (Sc) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+00A4 | |
| decimal | 164 | |
| htmldecimal | ¤ | |
| htmlhex | ¤ | |
| css | \00A4 | |
| javascript | \u{A4} | |
| python | \u00a4 | |
| java | \u00A4 | |
| go | \u00A4 | |
| ruby | \u{A4} | |
| rust | \u{A4} | |
| ccpp | \u00a4 | |
| urlencoded | %C2%A4 | |
| utf8bytes | c2 a4 | |
| utf16bebytes | 00 a4 | |
| utf32bebytes | 00 00 00 a4 |
How to Use
HTML:
¤
CSS:
content: "\00A4"
JavaScript:
"\u{A4}"
Python:
"\u00a4"
Properties
- Block
- Latin-1 Supplement
- Script
- Zyyy
- Category
- Currency Symbol (Sc)
- Bidirectional
- ET
- Combining
- 0
- Mirrored
- No
Frequently Asked Questions
What is the ¤ character (CURRENCY SIGN)?
¤ (CURRENCY SIGN) is the Unicode character U+00A4.
What is the Unicode codepoint of CURRENCY SIGN?
The CURRENCY SIGN character (¤) has codepoint U+00A4.
How do I type or copy CURRENCY SIGN?
Copy ¤ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.