keecode logokeecode
Home / HTML Entities / Right double quote

Right double quote

Right double quotation mark

Punctuation

HTML Codes

Named Entity

”

Numeric Code

”

Usage Examples

HTML Example (Named Entity)

<p>This is the Right double quote: &rdquo;</p>

Output: This is the Right double quote:

HTML Example (Numeric Code)

<p>This is the Right double quote: &#8221;</p>

Output: This is the Right double quote:

JavaScript Example

const char = "&rdquo;";
console.log(char); // ”