| Nombre del símbolo | Per Ten Thousand Sign |
| Versión Unicode | 1.1 |
| Unicode | U+2031 |
| Bloque Unicode | |
| Categoría general | Other Punctuation (Po) |
| UTF-8 | E2 80 B1 |
| UTF-16 | 2031 |
| UTF-32 | 00002031 |
1\documentclass{article}2\usepackage{pifont}3\mathrm{‱}4\end{document}Puedes escribir el símbolo per ten thousand sign en la mayoría de dispositivos modernos con los siguientes métodos:
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>La representación del símbolo Per Ten Thousand Sign en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| 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" |
| Código CSS |
\2031 |
| Código hexadecimal | 0x2031 |
| Código HTML | ‱ |
| LaTeX | \mathrm{‱} |
| Símbolo | ‱ |
| Codificación URL (porcentaje UTF-8) | %E2%80%B1 |
| Nombre oral / lector de pantalla | Per Ten Thousand Sign |