| Nome del simbolo | Scales |
| Versione Unicode | 4.1 |
| Unicode | U+2696 |
| Blocco Unicode | |
| Categoria generale | Other Symbol (So) |
| Codice CSS | \2696 |
| Codice esadecimale | 0x2696 |
| Codice HTML | ⚖ |
| LaTeX | \textscales |
| Simbolo | ⚖ |
| Codifica URL (percentuale UTF-8) | %E2%9A%96 |
| Shortcode Discord / Slack | :balance_scale: |
| Nome parlato / screen reader | Scales |
| UTF-8 | E2 9A 96 |
| UTF-16 | 2696 |
| UTF-32 | 00002696 |
1\documentclass{article}2\usepackage{pifont}3\textscales4\end{document}Puoi digitare il simbolo scales sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 9878 on the numeric keypad, or insert via Character Map.
Edit → Emoji & Symbols, search "scales" or "balance".
Ctrl + Shift + U, type 2696, then Enter (layout-dependent).
Use the emoji/symbol picker or paste from this page.
Use the emoji/symbol picker or paste from this page.
1span.scales::before { content: "\2696"; }1<span>⚖</span>La rappresentazione del simbolo Scales nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u2696' or String.fromCodePoint(0x2696) |
| Python | '\N{SCALES}' or chr(9878) |
| Rust | '\u{2696}' |
| C / C++ | UTF-8 source or wchar_t with U+2696 |
| Go | string(rune(0x2696)) |
| Ruby | "\u2696" |