Search

Search for a symbol or emoji...

Per Ten Thousand Sign Symbol

In numerical representation and data analysis, a relatively uncommon symbol called the Per Ten Thousand Sign (‰) plays a special and precise role. This abbreviation, which stands for parts per ten thousand, is crucial in a number of scientific, monetary, and statistical contexts. In this article, we examine the importance, practicality, and effect of the Per Ten Thousand Sign (‰) on the accuracy of numerical communication.

Per Ten Thousand Sign Symbol Information

Symbol Name
Per Ten Thousand Sign
Unicode Version
1.1 (June 1993)
Unicode
U+2031
CSS Code
\2031
HTML Entity
‱
Hex Code
‱
HTML Code
‱
Latex
\textpertenthousand
Alt Code
8241
Symbol

Per Ten Thousand Sign Symbol Encoding

UTF-8
0xE2 0x80 0xB1
UTF-16
0x2031
UTF-32
0x00002031

Per Ten Thousand SignSymbol's PNG and SVG files

Per Ten Thousand Sign Symbol in Latex

Per Ten Thousand Sign
1\documentclass{article} 2\begin{document} 3\textpertenthousand 4\end{document} 5

How to add per ten thousand sign symbol via keyboard on different Operating systems

You can type the per ten thousand sign symbol on most modern devices with the help of following methods:

How to type per ten thousand sign symbol on Microsoft Word

You can type the per ten thousand sign in Microsoft Word using steps mentioned below:

  • Place your cursor in the text area where you need to insert the symbol and type 2031
  • Without moving the cursor press keys Alt + x together
  • The original 2031 is now transformed into

How to type per ten thousand sign symbol on Microsoft Windows

You can type the per ten thousand sign on Microsoft windows using following steps:

  • Hold Alt and press 8241 to type per ten thousand sign on your windows machine.

How to type per ten thousand sign symbol on Mac OS

You can type the per ten thousand 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 Ten Thousand Sign" in the search field at the top and press Enter
  • The symbol should appear. Click on it to insert it into your text
Mac OS Character Viewer
Mac OS Character Viewer

How to type per ten thousand sign symbol on Linux

You can type the per ten thousand 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 2031 consecutively
  • And then press ↵ Enter , the desired symbol will be added to your document

How to type per ten thousand sign symbol on IOS and Android

The easiest way to type the per ten thousand sign symbol on ios and android is to copy and paste it wherever you need it.

How to use per ten thousand sign in CSS

//CSS Example
1span { 2 content: \2031; 3 }

How to use per ten thousand sign in HTML

//HTML Example
1<span>&#8241;</span>

Per Ten Thousand Sign symbol representation in programming languages

Per Ten Thousand Signsymbol's representation in different programming languages can be found in table below:

LanguageRepresentation
Rust
\u{2031}
Ruby
\u{2031}
Python
\u2031
PHP
\u{2031}
Perl
\x{2031}
Java
\u2031
Modern JavaScript - Since ES6
\u{2031}
JavaScript
\u2031
Go
\u2031
C#
\u2031
C and C++
\u2031
Bash and Zsh - inside echo -e
\u2031
RFC 5137
\u'2031'