HTML Entity/Symbol⧞(INFINITY NEGATED WITH VERTICAL BAR )

Copy this symbol

INFINITY NEGATED WITH VERTICAL BAR

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

⧞
⧞
U+029DE
\29de
⧞

HTML Examples

Using HTML Code value in HTML file

<span> &#10718; </span>

Using HTML Entity value in HTML file

<span> &nvinfin; </span>

CSS Example

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

span { 
    content: "\29de";
}
All HTML Symbols