| Symbolname | Equals Sign |
| Unicode-Version | 1.1 |
| Unicode | U+003D |
| Unicode-Block | |
| Allgemeine Kategorie | Math Symbol (Sm) |
| CSS-Code | \003D |
| Hexadezimalcode | 0x003D |
| HTML-Code | = |
| LaTeX | = |
| Symbol | = |
| URL-Kodierung (UTF-8-Prozent) | %3D |
| Ansagename (Screenreader) | Equals Sign |
| UTF-8 | 3D |
| UTF-16 | 003D |
| UTF-32 | 0000003D |
1\documentclass{article}2\usepackage{pifont}3=4\end{document}Sie können das Symbol equals sign auf den meisten modernen Geräten mit den folgenden Methoden eingeben:
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>Die Darstellung des Symbols Equals Sign in verschiedenen Programmiersprachen finden Sie in der folgenden Tabelle:
| Sprache | Darstellung |
|---|---|
| JavaScript / TypeScript | '=' |
| Python | '=' |
| Rust | '=' |
| C / C++ | '=' |
| Go | '=' |
| Ruby | '=' |