| Nombre del símbolo | Less-Than Sign |
| Versión Unicode | 1.1 |
| Unicode | U+003C |
| Bloque Unicode | |
| Categoría general | Math Symbol (Sm) |
| Código CSS | \003C |
| Código hexadecimal | 0x003C |
| Código HTML | < |
| LaTeX | < |
| Símbolo | < |
| Codificación URL (porcentaje UTF-8) | %3C |
| Nombre oral / lector de pantalla | Less-Than Sign |
| UTF-8 | 3C |
| UTF-16 | 003C |
| UTF-32 | 0000003C |
1\documentclass{article}2\usepackage{pifont}3<4\end{document}Puedes escribir el símbolo less-than sign en la mayoría de dispositivos modernos con los siguientes métodos:
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 representación del símbolo Less-Than Sign en diferentes lenguajes de programación se muestra en la tabla:
| Lenguaje | Representación |
|---|---|
| JavaScript / TypeScript | '<' |
| Python | '<' |
| Rust | '<' |
| C / C++ | '<' |
| Go | '<' |
| Ruby | '<' |