| Symboolnaam | Less-Than Or Equal To |
| Unicode-versie | 1.1 |
| Unicode | U+2264 |
| Unicode-blok | |
| Algemene categorie | Math Symbol (Sm) |
| CSS-code |
| UTF-8 | E2 89 A4 |
| UTF-16 | 2264 |
| UTF-32 | 00002264 |
1\documentclass{article}2\usepackage{pifont}3\le4\end{document}Je kunt het less-than or equal to-symbool op de meeste moderne apparaten typen met de volgende methoden:
Alt + 8804 on the numeric keypad, or insert via Character Map.
Option + comma on many layouts, or Edit → Emoji & Symbols.
Ctrl + Shift + U, type 2264, then Enter (layout-dependent).
Paste from this page or use a math keyboard.
Paste from this page or use extended symbol panels.
1span.le::before { content: "\2264"; }1<span>≤</span>De weergave van het Less-Than Or Equal To-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '\u2264' or String.fromCodePoint(0x2264) |
| Python | '\N{LESS-THAN OR EQUAL TO}' or chr(8804) |
| Rust | '\u{2264}' |
| C / C++ | UTF-8 source or wchar_t with U+2264 |
| Go | string(rune(0x2264)) |
| Ruby | "\u2264" |
\2264 |
| Hexadecimale code | 0x2264 |
| HTML-code | ≤ |
| LaTeX | \le |
| Symbool | ≤ |
| URL-codering (UTF-8 procent) | %E2%89%A4 |
| Uitgesproken naam / schermlezer | Less Than Or Equal To |