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
❎ (NEGATIVE SQUARED CROSS MARK) is the Unicode character at code point U+274E. 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+274E | |
| decimal | 10062 | |
| htmldecimal | ❎ | |
| htmlhex | ❎ | |
| css | \274E | |
| javascript | \u{274E} | |
| python | \u274e | |
| java | \u274E | |
| go | \u274E | |
| ruby | \u{274E} | |
| rust | \u{274E} | |
| ccpp | \u274e | |
| urlencoded | %E2%9D%8E | |
| utf8bytes | e2 9d 8e | |
| utf16bebytes | 27 4e | |
| utf32bebytes | 00 00 27 4e |
How to Use
HTML:
❎
CSS:
content: "\274E"
JavaScript:
"\u{274E}"
Python:
"\u274e"
Properties
Frequently Asked Questions
What is the ❎ character (NEGATIVE SQUARED CROSS MARK)?
❎ (NEGATIVE SQUARED CROSS MARK) is the Unicode character U+274E.
What is the Unicode codepoint of NEGATIVE SQUARED CROSS MARK?
The NEGATIVE SQUARED CROSS MARK character (❎) has codepoint U+274E.
How do I type or copy NEGATIVE SQUARED CROSS MARK?
Copy ❎ directly, or use the HTML entity, UTF-8, and code encodings shown on this page.