Per Mille Symbol

Click to copy Per Mille symbol to clipboard

Unicode Character
Unicode Hex
U+2030
HTML Entity
Decimal Code
8240

About the Per Mille Symbol

Last reviewed on May 7, 2026

The Per Mille symbol (‰) is one of the punctuation and special characters in the AllSymbols catalog. It is one of the typographic punctuation marks that fall outside the standard keyboard layout but appear constantly in well-set prose. These characters live across General Punctuation, Latin-1 Supplement, and a few other Unicode blocks.

Where this character is used

Using the proper typographic character — smart quotes, the en dash for ranges, the em dash for asides, the real ellipsis — is the difference between text that reads as professionally set and text that reads as raw input. The keyboard substitutes (straight quotes, three periods, the hyphen-minus) are signals of unedited writing.

Code references

In Unicode, Per Mille sits at code point U+2030. 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

Most word processors substitute these automatically; on the web you usually need to insert them or rely on a typography library. Preserve them when copying between editors — some plain-text fields will silently downgrade smart quotes to straight ones.

Related characters

If Per Mille isn’t quite what you need, the Punctuation and Special page lists every related character on the site — including Left Double Quote and Copyright. The related-symbols grid below also surfaces the closest sibling characters.

How to Use Per Mille Symbol

HTML: ‰
CSS: content: '\\2030';
JavaScript: '\\u2030'
Unicode: U+2030