| Symbol Name | Single Right-pointing Angle Quotation Mark |
| Unicode Version | 1.1 |
| Unicode | U+203A |
| Unicode block | |
| General category | Final Quote Punctuation (Pf) |
| UTF-8 | E2 80 BA |
| UTF-16 | 203A |
| UTF-32 | 0000203A |
1\documentclass{article}2\usepackage{pifont}3\guilsinglright 4\end{document}You can type the single right-pointing angle quotation mark symbol on most modern devices with the help of following methods:
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 symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| 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}" |
| CSS Code |
\203A |
| Hex Code | 0x203A |
| HTML Code | › |
| LaTeX | \guilsinglright |
| Symbol | › |
| URL encode (UTF-8 percent) | %E2%80%BA |
| Spoken / screen reader name | Single Right-pointing Angle Quotation Mark |