| Symbol Name | Equals Sign |
| Unicode Version | 1.1 |
| Unicode | U+003D |
| Unicode block | |
| General category | Math Symbol (Sm) |
| CSS Code | \003D |
| Hex Code | 0x003D |
| HTML Code | = |
| LaTeX | = |
| Symbol | = |
| URL encode (UTF-8 percent) | %3D |
| Spoken / screen reader name | Equals Sign |
| UTF-8 | 3D |
| UTF-16 | 003D |
| UTF-32 | 0000003D |
1\documentclass{article}2\usepackage{pifont}3=4\end{document}You can type the equals sign symbol on most modern devices with the help of following methods:
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>Equals Sign symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '=' |
| Python | '=' |
| Rust | '=' |
| C / C++ | '=' |
| Go | '=' |
| Ruby | '=' |