HTML Entity for "¥" (yen)

Character

¥

HTML Entity

¥

The HTML entity for "¥" is ¥.

Common HTML entities reference

CharNamedNumericName
&&&Ampersand
<&lt;&#60;Less Than
>&gt;&#62;Greater Than
"&quot;&#34;Double Quote
'&#39;&#39;Single Quote
&nbsp;&#160;Non-breaking Space
©&copy;&#169;Copyright
®&reg;&#174;Registered
&trade;&#8482;Trademark
&euro;&#8364;Euro
£&pound;&#163;Pound
°&deg;&#176;Degree
×&times;&#215;Multiply
÷&divide;&#247;Divide
&rarr;&#8594;Right Arrow
&larr;&#8592;Left Arrow

What are HTML entities?

HTML entities encode special characters so they display correctly in browsers. "¥" must be encoded as &yen; in HTML to avoid breaking the markup or being interpreted as code. You can also use the numeric form &#165;

Encode/decode more HTML

Loading tool...