¤

Currency Sign Symbol (¤)

Copy and paste the currency sign symbol ¤ — click the button or any variant below

Currency Sign Symbol Copy and Paste

Click any symbol below to copy it to your clipboard instantly.

¤ Currency Sign Copied!
Unicode Character
¤
Unicode Hex
U+00A4
HTML Entity
¤
Decimal Code
164

About the Currency Sign Symbol

Last reviewed on August 3, 2026

The Currency Sign symbol (¤) is one of the currency symbols characters in the AllSymbols catalog. It comes from the Unicode Currency Symbols block (U+20A0–U+20CF) or, for older signs, from Latin-1 Supplement. New currency signs are added to the standard as central banks introduce them; longer-established signs are universally supported.

Where this character is used

Use the symbol when your audience clearly recognizes it. Use the three-letter ISO 4217 code when the symbol is shared between currencies (the dollar sign, for example) or when readers may not recognize the symbol. For mixed-audience writing, combine them once: £25 (GBP).

Code references

In Unicode, Currency Sign sits at code point U+00A4. Web pages reference it with the HTML numeric entity ¤; CSS rules reference it as a quoted hex escape (the four-digit code prefixed with a backslash); in JavaScript and most modern source-code contexts you can either paste the literal character or use a Unicode escape with the same hex digits.

Rendering and font support

Symbol placement is a locale convention. English typically prefixes (£25); French and German typically suffix with a thin space (25 €). When writing for the open web, follow your audience’s convention rather than imposing one.

Related characters

If Currency Sign isn’t quite what you need, the Currency Symbols page lists every related character on the site — including Dollar Sign and Won Sign. The related-symbols grid below also surfaces the closest sibling characters.

How to Type the Currency Sign on a Keyboard

Windows: Hold Alt and type 0164 on the numeric keypad
Mac: Press Ctrl+Cmd+Space to open the Character Viewer, then search for the symbol by name
Microsoft Word: Type 00A4 then press Alt+X to convert it into ¤
HTML: Use the entity ¤ or the numeric code ¤
Phone & tablet: Copying ¤ from this page is fastest — see our mobile typing guide for keyboard tricks

Currency Sign Symbol Code for HTML, CSS & JavaScript

HTML: ¤
CSS: content: '\\00A4';
JavaScript: '\\u00A4'
Unicode: U+00A4

Frequently Asked Questions

How do I type the currency sign symbol ¤ on Windows?

Hold Alt and type 0164 on the numeric keypad. You can also copy ¤ straight from this page — it pastes into any app.

How do I type ¤ on a Mac?

Press Ctrl+Cmd+Space to open the Character Viewer, then search for the symbol by name.

What is the Unicode and HTML code for the currency sign symbol?

The currency sign symbol is Unicode code point U+00A4. In HTML, use ¤ or the numeric reference ¤.