HTML Entity/Symbol″(DOUBLE PRIME )

Copy this symbol

DOUBLE PRIME

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

″
″
U+02033
\2033
″

HTML Examples

Using HTML Code value in HTML file

<span> &#8243; </span>

Using HTML Entity value in HTML file

<span> &Prime; </span>

CSS Example

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

span { 
    content: "\2033";
}
All HTML Symbols