HTML Entity/Symbol´(ACUTE ACCENT )

´
Copy this symbol

ACUTE ACCENT

Click on any of the following code values to copy to clipboard.

´
´
U+000B4
\00b4
´

HTML Examples

Using HTML Code value in HTML file

<span> &#180; </span>

Using HTML Entity value in HTML file

<span> &acute; </span>

CSS Example

Using CSS content code of the HTML entity &acute; to specify in a CSS file

span { 
    content: "\00b4";
}
All HTML Symbols