| Symbol Name | Less-Than Sign |
| Unicode Version | 1.1 |
| Unicode | U+003C |
| Unicode block | |
| General category | Math Symbol (Sm) |
| CSS Code | \003C |
| Hex Code | 0x003C |
| HTML Code | < |
| LaTeX | < |
| Symbol | < |
| URL encode (UTF-8 percent) | %3C |
| Spoken / screen reader name | Less-Than Sign |
| UTF-8 | 3C |
| UTF-16 | 003C |
| UTF-32 | 0000003C |
1\documentclass{article}2\usepackage{pifont}3<4\end{document}You can type the less-than sign symbol on most modern devices with the help of following methods:
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>Less-Than Sign symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '<' |
| Python | '<' |
| Rust | '<' |
| C / C++ | '<' |
| Go | '<' |
| Ruby | '<' |