copied = false, 2000)"
@keydown.enter="navigator.clipboard.writeText(''); copied = true; setTimeout(() => copied = false, 2000)"
:class="copied ? 'border-green-400 bg-green-50 dark:bg-green-950' : ''">
Overview
(INTERLINEAR ANNOTATION SEPARATOR) is the Unicode character at code point U+FFFA. It belongs to the Specials block, in the Format (Cf) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FFFA | |
| decimal | 65530 | |
| htmldecimal |  | |
| htmlhex |  | |
| css | \FFFA | |
| javascript | \u{FFFA} | |
| python | \ufffa | |
| java | \uFFFA | |
| go | \uFFFA | |
| ruby | \u{FFFA} | |
| rust | \u{FFFA} | |
| ccpp | \ufffa | |
| urlencoded | %EF%BF%BA | |
| utf8bytes | ef bf ba | |
| utf16bebytes | ff fa | |
| utf32bebytes | 00 00 ff fa |
How to Use
HTML:

CSS:
content: "\FFFA"
JavaScript:
"\u{FFFA}"
Python:
"\ufffa"
Properties
Frequently Asked Questions
What is the character (INTERLINEAR ANNOTATION SEPARATOR)?
(INTERLINEAR ANNOTATION SEPARATOR) is the Unicode character U+FFFA.
What is the Unicode codepoint of INTERLINEAR ANNOTATION SEPARATOR?
The INTERLINEAR ANNOTATION SEPARATOR character () has codepoint U+FFFA.
How do I type or copy INTERLINEAR ANNOTATION SEPARATOR?
Copy directly, or use the HTML entity, UTF-8, and code encodings shown on this page.