Convert OnlineConvertOnline

 escape UTF-8 character with hex code 001B


Copy this symbol

escape

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

001B
27

HTML Examples

Using HEX code of escape in HTML file

<span> &#x001B; </span>

Using Decimal code of escape in HTML file

<span> &#27; </span>

CSS Example

Using HEX code of escape in CSS file for content

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