Convert OnlineConvertOnline

record separatorUTF-8 Character/Symbol


Copy this symbol

record separator

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

001E
30

HTML Examples

Using HEX code of record separator in HTML file

<span> &#x001E; </span>

Using Decimal code of record separator in HTML file

<span> &#30; </span>

CSS Example

Using HEX code of record separator in CSS file for content

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