HTML Entity/Symbol¨(DIAERESIS )

¨
Copy this symbol

DIAERESIS

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

¨
¨
U+000A8
\00a8
¨

HTML Examples

Using HTML Code value in HTML file

<span> &#168; </span>

Using HTML Entity value in HTML file

<span> &die; </span>

CSS Example

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

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