keecode logokeecode
¢

Cent

Cent symbol

Common

HTML Codes

Named Entity

¢

Numeric Code

¢

Usage Examples

HTML Example (Named Entity)

<p>This is the Cent: &cent;</p>

Output: This is the Cent: ¢

HTML Example (Numeric Code)

<p>This is the Cent: &#162;</p>

Output: This is the Cent: ¢

JavaScript Example

const char = "&cent;";
console.log(char); // ¢