| Nom du symbole | Less-Than Sign |
| Version Unicode | 1.1 |
| Unicode | U+003C |
| Bloc Unicode | |
| Catégorie générale | Math Symbol (Sm) |
| Code CSS | \003C |
| Code hexadécimal | 0x003C |
| Code HTML | < |
| LaTeX | < |
| Symbole | < |
| Encodage URL (pourcent UTF-8) | %3C |
| Nom oral / lecteur d’écran | Less-Than Sign |
| UTF-8 | 3C |
| UTF-16 | 003C |
| UTF-32 | 0000003C |
1\documentclass{article}2\usepackage{pifont}3<4\end{document}Vous pouvez saisir le symbole less-than sign sur la plupart des appareils modernes avec les méthodes suivantes :
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>La représentation du symbole Less-Than Sign dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '<' |
| Python | '<' |
| Rust | '<' |
| C / C++ | '<' |
| Go | '<' |
| Ruby | '<' |