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
� (REPLACEMENT CHARACTER) is the Unicode character at code point U+FFFD. 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+FFFD | |
| decimal | 65533 | |
| htmldecimal | � | |
| htmlhex | � | |
| css | \FFFD | |
| javascript | \u{FFFD} | |
| python | \ufffd | |
| java | \uFFFD | |
| go | \uFFFD | |
| ruby | \u{FFFD} | |
| rust | \u{FFFD} | |
| ccpp | \ufffd | |
| urlencoded | %EF%BF%BD | |
| utf8bytes | ef bf bd | |
| utf16bebytes | ff fd | |
| utf32bebytes | 00 00 ff fd |
How to Use
HTML:
�
CSS:
content: "\FFFD"
JavaScript:
"\u{FFFD}"
Python:
"\ufffd"
Properties
Frequently Asked Questions
What is the � character (REPLACEMENT CHARACTER)?
� (REPLACEMENT CHARACTER) is the Unicode character U+FFFD.
What is the Unicode codepoint of REPLACEMENT CHARACTER?
The REPLACEMENT CHARACTER character (�) has codepoint U+FFFD.
How do I type or copy REPLACEMENT CHARACTER?
Copy � directly, or use the HTML entity, UTF-8, and code encodings shown on this page.