data link escapeUTF-8 Character/Symbol


Copy this symbol

data link escape

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

0010
16

HTML Examples

Using HEX code of data link escape in HTML file

<span> &#x0010; </span>

Using Decimal code of data link escape in HTML file

<span> &#16; </span>

CSS Example

Using HEX code of data link escape in CSS file for content

span { 
    content: '\0010';
}
All UTF-8 Symbols