HTML Entity/Symbol‴(TRIPLE PRIME )

Copy this symbol

TRIPLE PRIME

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

‴
‴
U+02034
\2034
‴

HTML Examples

Using HTML Code value in HTML file

<span> &#8244; </span>

Using HTML Entity value in HTML file

<span> &tprime; </span>

CSS Example

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

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