HTML Entity/Symbol⩻(LESS-THAN WITH QUESTION MARK ABOVE )

Copy this symbol

LESS-THAN WITH QUESTION MARK ABOVE

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

⩻
⩻
U+02A7B
\2a7b
⩻

HTML Examples

Using HTML Code value in HTML file

<span> &#10875; </span>

Using HTML Entity value in HTML file

<span> &ltquest; </span>

CSS Example

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

span { 
    content: "\2a7b";
}
All HTML Symbols