¥
Yen
Yen/Yuan currency symbol
Common
HTML Codes
Named Entity
¥
Numeric Code
¥
Usage Examples
HTML Example (Named Entity)
<p>This is the Yen: ¥</p>
Output: This is the Yen: ¥
HTML Example (Numeric Code)
<p>This is the Yen: ¥</p>
Output: This is the Yen: ¥
JavaScript Example
const char = "¥"; console.log(char); // ¥
When to Use HTML Entities
These symbols are commonly used in web content. Using entity codes ensures compatibility across different browsers and character encodings.