| 記号名 | Single Right-pointing Angle Quotation Mark |
| Unicodeバージョン | 1.1 |
| Unicode | U+203A |
| Unicodeブロック | |
| 一般カテゴリ | Final Quote Punctuation (Pf) |
| CSSコード |
| UTF-8 | E2 80 BA |
| UTF-16 | 203A |
| UTF-32 | 0000203A |
1\documentclass{article}2\usepackage{pifont}3\guilsinglright 4\end{document}以下の方法でほとんどの最新デバイスでsingle right-pointing angle quotation mark記号を入力できます:
Alt + 8250 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "single right-pointing angle quotation mark", or use Unicode Hex Input with 203A.
Ctrl + Shift + U, type 203a, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with bracket and quote support.
1span.single-right-pointing-angle-quotation-mark::before { content: "\203A"; }1<span>›</span>各プログラミング言語におけるSingle Right-pointing Angle Quotation Mark記号の表現は以下の表の通りです:
| 言語 | 表現 |
|---|---|
| JavaScript / TypeScript | '\u203A' or String.fromCodePoint(8250) |
| Python | '\N{SINGLE RIGHT-POINTING ANGLE QUOTATION MARK}' or chr(8250) |
| Rust | '\u{203A}' |
| C / C++ | UTF-8 source or wchar_t with U+203A |
| Go | string(rune(0x203A)) |
| Ruby | "\u{203A}" |
\203A |
| 16進コード | 0x203A |
| HTMLコード | › |
| LaTeX | \guilsinglright |
| 記号 | › |
| URLエンコード(UTF-8パーセント) | %E2%80%BA |
| 読み上げ名 / スクリーンリーダー | Single Right-pointing Angle Quotation Mark |