| 記号名 | Greater-Than Sign |
| Unicodeバージョン | 1.1 |
| Unicode | U+003E |
| Unicodeブロック | |
| 一般カテゴリ | Math Symbol (Sm) |
| CSSコード | \003E |
| 16進コード | 0x003E |
| HTMLコード | > |
| LaTeX | > |
| 記号 | > |
| URLエンコード(UTF-8パーセント) | %3E |
| 読み上げ名 / スクリーンリーダー | Greater-Than Sign |
| UTF-8 | 3E |
| UTF-16 | 003E |
| UTF-32 | 0000003E |
1\documentclass{article}2\usepackage{pifont}3>4\end{document}以下の方法でほとんどの最新デバイスでgreater-than sign記号を入力できます:
Shift + period on standard US keyboards, or Alt + 62 on the numeric keypad.
Shift + period on standard keyboard layouts.
Shift + period on many layouts, or layout-specific symbol input.
Use the symbols keyboard and tap >.
Use the numeric/symbol keyboard and tap >.
1span.gt::before { content: "\003E"; }1<span>></span>各プログラミング言語におけるGreater-Than Sign記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '>' |
| Python | '>' |
| Rust | '>' |
| C / C++ | '>' |
| Go | '>' |
| Ruby | '>' |