เครื่องหมายคำพูดโค้งงอ vs ตรง
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.
การเปรียบเทียบการเข้ารหัส
| รูปแบบ | “ | ” | ‘ | ’ | " | ' |
|---|---|---|---|---|---|---|
| โค้ดพอยต์ | ||||||
| HTML Entity | “ | ” | ‘ | ’ | " | ' |
| CSS | ||||||
| UTF-8 เลขฐานสิบหก |
ความแตกต่างคืออะไร?
Typographic or “smart” quotes (“” and ‘’) are the curled quotation marks used in professionally typeset text, while straight quotes (" and ') are the ASCII characters inherited from typewriter conventions. The left double quote (U+201C) and right double quote (U+201D) are distinct code points, as are the left single quote (U+2018) and right single quote (U+2019). Word processors like Microsoft Word and Google Docs automatically substitute straight quotes with curly quotes, but plain-text editors, code editors, and HTML attributes require straight quotes. Using curly quotes inside HTML attribute values or programming strings will cause syntax errors, so developers must always use straight ASCII quotes in code. Notably, the right single quote (U+2019) also doubles as a typographic apostrophe, which is why “don’t” in a word processor looks slightly different from “don't” typed in a terminal.