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
❑ (LOWER RIGHT SHADOWED WHITE SQUARE) is the Unicode character at code point U+2751. It belongs to the Dingbats block, in the Other Symbol (So) general category. Its script is Zyyy.
On this page
Encoding Table
| Format | Value | Copy |
|---|---|---|
| unicode | U+2751 | |
| decimal | 10065 | |
| htmldecimal | ❑ | |
| htmlhex | ❑ | |
| css | \2751 | |
| javascript | \u{2751} | |
| python | \u2751 | |
| java | \u2751 | |
| go | \u2751 | |
| ruby | \u{2751} | |
| rust | \u{2751} | |
| ccpp | \u2751 | |
| urlencoded | %E2%9D%91 | |
| utf8bytes | e2 9d 91 | |
| utf16bebytes | 27 51 | |
| utf32bebytes | 00 00 27 51 |
How to Use
HTML:
❑
CSS:
content: "\2751"
JavaScript:
"\u{2751}"
Python:
"\u2751"
Properties
Frequently Asked Questions
What is the ❑ character (LOWER RIGHT SHADOWED WHITE SQUARE)?
❑ (LOWER RIGHT SHADOWED WHITE SQUARE) is the Unicode character U+2751.
What is the Unicode codepoint of LOWER RIGHT SHADOWED WHITE SQUARE?
The LOWER RIGHT SHADOWED WHITE SQUARE character (❑) has codepoint U+2751.
How do I type or copy LOWER RIGHT SHADOWED WHITE SQUARE?
Copy ❑ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.