| Nombre del símbolo | Reversed Triple Prime |
| Versión Unicode | 1.1 |
| Unicode | U+2037 |
| Bloque Unicode | |
| Categoría general | Other Punctuation (Po) |
| UTF-8 | E2 80 B7 |
| UTF-16 | 2037 |
| UTF-32 | 00002037 |
1\documentclass{article}2\usepackage{pifont}3\text{REVERSEDTRIPLEPRIME}4\end{document}Puedes escribir el símbolo reversed triple prime en la mayoría de dispositivos modernos con los siguientes métodos:
Alt + 8247 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "reversed triple prime", or use Unicode Hex Input with 2037.
Ctrl + Shift + U, type 2037, 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 punctuation support.
1span.reversed-triple-prime::before { content: "\2037"; }1<span>‷</span>La representación del símbolo Reversed Triple Prime en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '\u2037' or String.fromCodePoint(8247) |
| Python | '\N{REVERSED TRIPLE PRIME}' or chr(8247) |
| Rust | '\u{2037}' |
| C / C++ | UTF-8 source or wchar_t with U+2037 |
| Go | string(rune(0x2037)) |
| Ruby | "\u{2037}" |
| Código CSS |
\2037 |
| Código hexadecimal | 0x2037 |
| Código HTML | ‷ |
| LaTeX | \text{REVERSEDTRIPLEPRIME} |
| Símbolo | ‷ |
| Codificación URL (porcentaje UTF-8) | %E2%80%B7 |
| Nombre oral / lector de pantalla | Reversed Triple Prime |