Search
Search for a symbol or emoji...
‰
‰
Per Mille Sign Symbol ‰
Per Mille Sign Symbol Information
| Symbol Name | Per Mille Sign |
| Unicode Version | 1.1 (June 1993) |
| Unicode | U+2030 |
| CSS Code | \2030 |
| HTML Entity | ‰ |
| Hex Code | ‰ |
| HTML Code | ‰ |
| Latex | \textperthousand |
| Alt Code | 0137 |
| Symbol | ‰ |
Per Mille Sign Symbol Encoding
| UTF-8 | 0xE2 0x80 0xB0 |
| UTF-16 | 0x2030 |
| UTF-32 | 0x00002030 |
Per Mille Sign Symbol in Latex
Per Mille Sign
1\documentclass{article}
2\begin{document}
3\textperthousand
4\end{document}How to add per mille sign symbol via keyboard on different Operating systems
You can type the per mille sign symbol on most modern devices with the help of following methods:
How to type per mille sign symbol on Microsoft Word
You can type the per mille sign in Microsoft Word using steps mentioned below:
- Place your cursor in the text area where you need to insert the symbol and type 2030
- Without moving the cursor press keys Alt + x together
- The original 2030 is now transformed into ‰
How to type per mille sign symbol on Microsoft Windows
You can type the per mille sign on Microsoft windows using following steps:
- Hold Alt and press 0137 to type per mille sign on your windows machine.
How to type per mille sign symbol on Mac OS
You can type the per mille sign on Mac OS using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Press Ctrl + ⌘ Command + ⎵ Space to bring up the Character Viewer. Alternatively, choose Edit ⇒ Emoji & Symbols
- Type "Per Mille Sign" in the search field at the top and press Enter
- The symbol should appear. Click on it to insert it into your text


How to type per mille sign symbol on Linux
You can type the per mille sign on Linux using following steps:
- Place your cursor in the text area where you need to insert the symbol
- Hold ⇧ Shift + Ctrl and press the letter + U
- Press keys 2030 consecutively
- And then press ↵ Enter , the desired symbol will be added to your document
How to type per mille sign symbol on IOS and Android
The easiest way to type the per mille sign symbol on ios and android is to copy and paste it wherever you need it.
How to use per mille sign in CSS
//CSS Example
1span {
2 content: \2030;
3 }How to use per mille sign in HTML
//HTML Example
1<span>‰</span>Per Mille Sign symbol representation in programming languages
Per Mille Signsymbol's representation in different programming languages can be found in table below:
| Language | Representation |
|---|---|
| Rust | \u{2030} |
| Ruby | \u{2030} |
| Python | \u2030 |
| PHP | \u{2030} |
| Perl | \x{2030} |
| Java | \u2030 |
| Modern JavaScript - Since ES6 | \u{2030} |
| JavaScript | \u2030 |
| Go | \u2030 |
| C# | \u2030 |
| C and C++ | \u2030 |
| Bash and Zsh - inside echo -e | \u2030 |
| RFC 5137 | \u'2030' |
