keecode logokeecode
¥

Yen

Yen/Yuan currency symbol

Common

HTML Codes

Named Entity

¥

Numeric Code

¥

Usage Examples

HTML Example (Named Entity)

<p>This is the Yen: &yen;</p>

Output: This is the Yen: ¥

HTML Example (Numeric Code)

<p>This is the Yen: &#165;</p>

Output: This is the Yen: ¥

JavaScript Example

const char = "&yen;";
console.log(char); // ¥