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' : ''">
■
HALFWIDTH BLACK SQUARE
Overview
■ (HALFWIDTH BLACK SQUARE) is the Unicode character at code point U+FFED. It belongs to the Halfwidth and Fullwidth Forms block, in the Other Symbol (So) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+FFED | |
| decimal | 65517 | |
| htmldecimal | ■ | |
| htmlhex | ■ | |
| css | \FFED | |
| javascript | \u{FFED} | |
| python | \uffed | |
| java | \uFFED | |
| go | \uFFED | |
| ruby | \u{FFED} | |
| rust | \u{FFED} | |
| ccpp | \uffed | |
| urlencoded | %EF%BF%AD | |
| utf8bytes | ef bf ad | |
| utf16bebytes | ff ed | |
| utf32bebytes | 00 00 ff ed |
How to Use
HTML:
■
CSS:
content: "\FFED"
JavaScript:
"\u{FFED}"
Python:
"\uffed"
Properties
- Script
- Zyyy
- Category
- Other Symbol (So)
- Bidirectional
- ON
- Combining
- 0
- Mirrored
- No
- Decomposition
- <narrow> 25A0
Frequently Asked Questions
What is the ■ character (HALFWIDTH BLACK SQUARE)?
■ (HALFWIDTH BLACK SQUARE) is the Unicode character U+FFED.
What is the Unicode codepoint of HALFWIDTH BLACK SQUARE?
The HALFWIDTH BLACK SQUARE character (■) has codepoint U+FFED.
How do I type or copy HALFWIDTH BLACK SQUARE?
Copy ■ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.