| Symboolnaam | Equals Sign |
| Unicode-versie | 1.1 |
| Unicode | U+003D |
| Unicode-blok | |
| Algemene categorie | Math Symbol (Sm) |
| CSS-code | \003D |
| Hexadecimale code | 0x003D |
| HTML-code | = |
| LaTeX | = |
| Symbool | = |
| URL-codering (UTF-8 procent) | %3D |
| Uitgesproken naam / schermlezer | Equals Sign |
| UTF-8 | 3D |
| UTF-16 | 003D |
| UTF-32 | 0000003D |
1\documentclass{article}2\usepackage{pifont}3=4\end{document}Je kunt het equals sign-symbool op de meeste moderne apparaten typen met de volgende methoden:
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>De weergave van het Equals Sign-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '=' |
| Python | '=' |
| Rust | '=' |
| C / C++ | '=' |
| Go | '=' |
| Ruby | '=' |