| 記号名 | Less-Than Sign |
| Unicodeバージョン | 1.1 |
| Unicode | U+003C |
| Unicodeブロック | |
| 一般カテゴリ | Math Symbol (Sm) |
| CSSコード | \003C |
| 16進コード | 0x003C |
| HTMLコード | < |
| LaTeX | < |
| 記号 | < |
| URLエンコード(UTF-8パーセント) | %3C |
| 読み上げ名 / スクリーンリーダー | Less-Than Sign |
| UTF-8 | 3C |
| UTF-16 | 003C |
| UTF-32 | 0000003C |
1\documentclass{article}2\usepackage{pifont}3<4\end{document}以下の方法でほとんどの最新デバイスでless-than sign記号を入力できます:
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記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '<' |
| Python | '<' |
| Rust | '<' |
| C / C++ | '<' |
| Go | '<' |
| Ruby | '<' |