GREATER-THAN SIGN vs SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
Embed This Widget
Add the script tag and a data attribute to embed this widget.
Embed via iframe for maximum compatibility.
<iframe src="https://unicodefyi.com/iframe/entity//" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://unicodefyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://unicodefyi.com/entity//)
Use the native HTML custom element.
copied1 = false, 2000)"
:class="copied1 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
>
GREATER-THAN SIGN
U+003E
View details →
copied2 = false, 2000)"
:class="copied2 ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
›
SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
U+203A
View details →
VS
Property Comparison
| Property | > U+003E | › U+203A |
|---|---|---|
| Name | GREATER-THAN SIGN | SINGLE RIGHT-POINTING ANGLE QUOTATION MARK |
| Block | Basic Latin | General Punctuation |
| Script | Zyyy | Zyyy |
| Category | Math Symbol (Sm) | Final Punctuation (Pf) |
| Bidirectional | ON | ON |
Encoding Comparison
| Format | U+003E | U+203A |
|---|---|---|
| unicode | U+003E | U+203A |
| decimal | 62 | 8250 |
| htmldecimal | > | › |
| htmlhex | > | › |
| css | \003E | \203A |
| javascript | \u{3E} | \u{203A} |
| python | \u003e | \u203a |
| java | \u003E | \u203A |
| go | \u003E | \u203A |
| ruby | \u{3E} | \u{203A} |
| rust | \u{3E} | \u{203A} |
| ccpp | \u003e | \u203a |
| urlencoded | %3E | %E2%80%BA |
| utf8bytes | 3e | e2 80 ba |
| utf16bebytes | 00 3e | 20 3a |
| utf32bebytes | 00 00 00 3e | 00 00 20 3a |
| htmlentity | > | › |
How to Distinguish
Both characters use the Zyyy script but are in different blocks: GREATER-THAN SIGN in Basic Latin and SINGLE RIGHT-POINTING ANGLE QUOTATION MARK in General Punctuation.
Tip: Paste the character into a hex editor or use
charCodeAt()
in JavaScript to check the actual codepoint.