Left Double Quotation Mark vs Single Left-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://symbolfyi.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://symbolfyi.com/entity//
Add a dynamic SVG badge to your README or docs.
[](https://symbolfyi.com/entity//)
Use the native HTML custom element.
VS
Eigenschaftsvergleich
| Eigenschaft | “ 201C | ‹ 2039 |
|---|---|---|
| Name | Left Double Quotation Mark | Single Left-Pointing Angle Quotation Mark |
| Kategorie | Quotation Marks | Quotation Marks |
| Block | General Punctuation | General Punctuation |
| Schrift | Zyyy | Zyyy |
| Allgemeine Kategorie | Initial Punctuation (Pi) | Initial Punctuation (Pi) |
| Bidirektional | ON | ON |
Kodierungsvergleich
| Format | 201C | 2039 |
|---|---|---|
| Unicode | U+201C | U+2039 |
| HTML Decimal | “ | ‹ |
| HTML Hex | “ | ‹ |
| CSS | \201C | \2039 |
| JavaScript | \u{201C} | \u{2039} |
| Python | \u201c | \u2039 |
| UTF-8 | e2 80 9c | e2 80 b9 |
Wie man sie unterscheidet
Sowohl Left Double Quotation Mark als auch Single Left-Pointing Angle Quotation Mark gehören zur Kategorie Quotation Marks und zum Block General Punctuation. Vergleichen Sie ihre Codepunkte und visuelle Darstellung, um sie zu unterscheiden.
Tipp: Fügen Sie das Zeichen in einen Hex-Editor ein oder verwenden Sie
charCodeAt()
in JavaScript, um den tatsächlichen Codepunkt zu prüfen.