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
 (OBJECT REPLACEMENT CHARACTER) is the Unicode character at code point U+FFFC. It belongs to the Specials block, in the Other Symbol (So) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FFFC | |
| decimal | 65532 | |
| htmldecimal |  | |
| htmlhex |  | |
| css | \FFFC | |
| javascript | \u{FFFC} | |
| python | \ufffc | |
| java | \uFFFC | |
| go | \uFFFC | |
| ruby | \u{FFFC} | |
| rust | \u{FFFC} | |
| ccpp | \ufffc | |
| urlencoded | %EF%BF%BC | |
| utf8bytes | ef bf bc | |
| utf16bebytes | ff fc | |
| utf32bebytes | 00 00 ff fc |
How to Use
HTML:

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