keecode logokeecode
Home / HTML Entities / Registered
®

Registered

Registered trademark symbol

Common

HTML Codes

Named Entity

®

Numeric Code

®

Usage Examples

HTML Example (Named Entity)

<p>This is the Registered: &reg;</p>

Output: This is the Registered: ®

HTML Example (Numeric Code)

<p>This is the Registered: &#174;</p>

Output: This is the Registered: ®

JavaScript Example

const char = "&reg;";
console.log(char); // ®