| Nome del simbolo | Spanish Peseta |
| Versione Unicode | 1.1 |
| Unicode | U+20A7 |
| Blocco Unicode | |
| Categoria generale | Currency Symbol (Sc) |
| Codice CSS | \20A7 |
| Codice esadecimale | 0x20A7 |
| Codice HTML | ₧ |
| LaTeX | \textpeseta |
| Simbolo | ₧ |
| Codifica URL (percentuale UTF-8) | %E2%82%A7 |
| Nome parlato / screen reader | Spanish Peseta |
| UTF-8 | E2 82 A7 |
| UTF-16 | 20A7 |
| UTF-32 | 000020A7 |
1\documentclass{article}2\usepackage{pifont}3\textpeseta4\end{document}Puoi digitare il simbolo spanish peseta sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 8359 on the numeric keypad, or insert via Character Map.
Edit → Emoji & Symbols, search "peseta", or enable Unicode Hex Input.
Ctrl + Shift + U, type 20a7, then Enter (layout-dependent).
Paste from this page or use the symbol picker.
Paste from this page or select from extended symbol panels.
1span.peseta::before { content: "\20A7"; }1<span>₧</span>La rappresentazione del simbolo Spanish Peseta nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u20A7' or String.fromCodePoint(0x20A7) |
| Python | '\N{PESETA SIGN}' or chr(8359) |
| Rust | '\u{20A7}' |
| C / C++ | UTF-8 source or wchar_t with U+20A7 |
| Go | string(rune(0x20A7)) |
| Ruby | "\u20A7" |