| Nome del simbolo | Less-Than Sign |
| Versione Unicode | 1.1 |
| Unicode | U+003C |
| Blocco Unicode | |
| Categoria generale | Math Symbol (Sm) |
| Codice CSS | \003C |
| Codice esadecimale | 0x003C |
| Codice HTML | < |
| LaTeX | < |
| Simbolo | < |
| Codifica URL (percentuale UTF-8) | %3C |
| Nome parlato / screen reader | Less-Than Sign |
| UTF-8 | 3C |
| UTF-16 | 003C |
| UTF-32 | 0000003C |
1\documentclass{article}2\usepackage{pifont}3<4\end{document}Puoi digitare il simbolo less-than sign sulla maggior parte dei dispositivi moderni con i seguenti metodi:
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 rappresentazione del simbolo Less-Than Sign nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '<' |
| Python | '<' |
| Rust | '<' |
| C / C++ | '<' |
| Go | '<' |
| Ruby | '<' |