Math Operator 81

Unicode
U+2254
Category
Math
HTML Entity
≔
CSS
\2254
The ≔ (colon equals) symbol is a mathematical operator commonly used to denote assignment or mathematical definition. In math and logic, it explicitly indicates that the term on the left is being defined by the expression on the right, distinguishing it from a standard statement of equality. While primarily found in academic papers and formal documentation, it occasionally appears in technical discussions to clarify when a new variable is being declared.

How to Type

Windows
Alt + 8788 or Win + . then search 'colon equals'
macOS
Control + Command + Space then search 'colon equals'
Linux
Ctrl + Shift + U then 2254 then Enter
HTML
≔ or ≔

In Programming

In programming pseudo-code and formal computer science documentation, this single-character symbol explicitly denotes variable assignment. While actual coding languages like Go or Pascal use the two-character ASCII equivalent (:=), this Unicode character is heavily utilized in LaTeX formulas and academic papers.

Tags

:= symbol assign symbol assignment colon equals colon equals sign defined as definition left definition mathematical definition mathematics pascal assignment walrus walrus operator

Related Symbols