HTML Entity/Symbolⅈ(DOUBLE-STRUCK ITALIC SMALL I )

Copy this symbol

DOUBLE-STRUCK ITALIC SMALL I

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

ⅈ
ⅈ
U+02148
\2148
ⅈ

HTML Examples

Using HTML Code value in HTML file

<span> &#8520; </span>

Using HTML Entity value in HTML file

<span> &ii; </span>

CSS Example

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

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