| Symbol Name | Per Ten Thousand Sign |
| Unicode Version | 1.1 |
| Unicode | U+2031 |
| Unicode block | |
| General category | Other Punctuation (Po) |
| CSS Code |
| UTF-8 | E2 80 B1 |
| UTF-16 | 2031 |
| UTF-32 | 00002031 |
1\documentclass{article}2\usepackage{pifont}3\mathrm{‱}4\end{document}You can type the per ten thousand sign symbol on most modern devices with the help of following methods:
Alt + 8241 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "per ten thousand sign", or use Unicode Hex Input with 2031.
Ctrl + Shift + U, type 2031, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with unit symbol support.
1span.per-ten-thousand-sign::before { content: "\2031"; }1<span>‱</span>Per Ten Thousand Sign symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2031' or String.fromCodePoint(0x2031) |
| Python | '\N{PER TEN THOUSAND SIGN}' or chr(8241) |
| Rust | '\u{2031}' |
| C / C++ | UTF-8 source or wchar_t with U+2031 |
| Go | string(rune(0x2031)) |
| Ruby | "\u2031" |
\2031 |
| Hex Code | 0x2031 |
| HTML Code | ‱ |
| LaTeX | \mathrm{‱} |
| Symbol | ‱ |
| URL encode (UTF-8 percent) | %E2%80%B1 |
| Spoken / screen reader name | Per Ten Thousand Sign |