Is there a dedicated unicode separator character?



U+2028 is a line separator
U+2029 is a paragraph separator

Is there a unicode character that means nothing but "field separator"?

I'd like to create a ? separated file that will have the least possible
chance of containing data that accidentaly has the field separator in it.

-Karla

.