HTML Entity/Symbol⁏(REVERSED SEMICOLON )

Copy this symbol

REVERSED SEMICOLON

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

⁏
⁏
U+0204F
\204f
⁏

HTML Examples

Using HTML Code value in HTML file

<span> &#8271; </span>

Using HTML Entity value in HTML file

<span> &bsemi; </span>

CSS Example

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

span { 
    content: "\204f";
}
All HTML Symbols