Convert OnlineConvertOnline

 substitute UTF-8 character with hex code 001A


Copy this symbol

substitute

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

001A
26

HTML Examples

Using HEX code of substitute in HTML file

<span> &#x001A; </span>

Using Decimal code of substitute in HTML file

<span> &#26; </span>

CSS Example

Using HEX code of substitute in CSS file for content

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