| Nome del simbolo | Equals Sign |
| Versione Unicode | 1.1 |
| Unicode | U+003D |
| Blocco Unicode | |
| Categoria generale | Math Symbol (Sm) |
| Codice CSS | \003D |
| Codice esadecimale | 0x003D |
| Codice HTML | = |
| LaTeX | = |
| Simbolo | = |
| Codifica URL (percentuale UTF-8) | %3D |
| Nome parlato / screen reader | Equals Sign |
| UTF-8 | 3D |
| UTF-16 | 003D |
| UTF-32 | 0000003D |
1\documentclass{article}2\usepackage{pifont}3=4\end{document}Puoi digitare il simbolo equals sign sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Type Alt + 61 on the numeric keypad, or use regular keyboard input.
Type Shift + 0 on US keyboard layouts.
Type Shift + 0 on most keyboard layouts.
Use symbols keyboard and tap =.
Use numeric/symbol keyboard and tap =.
1span.eq::before { content: "\003D"; }1<span>=</span>La rappresentazione del simbolo Equals Sign nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '=' |
| Python | '=' |
| Rust | '=' |
| C / C++ | '=' |
| Go | '=' |
| Ruby | '=' |