keecode logokeecode
Home / HTML Entities / Right single quote

Right single quote

Right single quotation mark

Punctuation

HTML Codes

Named Entity

’

Numeric Code

’

Usage Examples

HTML Example (Named Entity)

<p>This is the Right single quote: &rsquo;</p>

Output: This is the Right single quote:

HTML Example (Numeric Code)

<p>This is the Right single quote: &#8217;</p>

Output: This is the Right single quote:

JavaScript Example

const char = "&rsquo;";
console.log(char); // ’