| Symboolnaam | Less-Than Sign |
| Unicode-versie | 1.1 |
| Unicode | U+003C |
| Unicode-blok | |
| Algemene categorie | Math Symbol (Sm) |
| CSS-code | \003C |
| Hexadecimale code | 0x003C |
| HTML-code | < |
| LaTeX | < |
| Symbool | < |
| URL-codering (UTF-8 procent) | %3C |
| Uitgesproken naam / schermlezer | Less-Than Sign |
| UTF-8 | 3C |
| UTF-16 | 003C |
| UTF-32 | 0000003C |
1\documentclass{article}2\usepackage{pifont}3<4\end{document}Je kunt het less-than sign-symbool op de meeste moderne apparaten typen met de volgende methoden:
Shift + comma on standard US keyboards, or Alt + 60 on the numeric keypad.
Shift + comma on standard keyboard layouts.
Shift + comma on many layouts, or layout-specific symbol input.
Use the symbols keyboard and tap <.
Use the numeric/symbol keyboard and tap <.
1span.lt::before { content: "\003C"; }1<span><</span>De weergave van het Less-Than Sign-symbool in verschillende programmeertalen vind je in onderstaande tabel:
| Taal | Weergave |
|---|---|
| JavaScript / TypeScript | '<' |
| Python | '<' |
| Rust | '<' |
| C / C++ | '<' |
| Go | '<' |
| Ruby | '<' |