HTML Entity/Symbol≬(BETWEEN )

Copy this symbol

BETWEEN

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

≬
≬
U+0226C
\226c
≬

HTML Examples

Using HTML Code value in HTML file

<span> &#8812; </span>

Using HTML Entity value in HTML file

<span> &between; </span>

CSS Example

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

span { 
    content: "\226c";
}
All HTML Symbols