Cross Mark Symbol (❌)

Copy and paste the cross mark symbol ❌ — click the button or any variant below

Cross Mark Symbol Copy and Paste

Click any symbol below to copy it to your clipboard instantly.

Cross Mark Copied!
Unicode Character
Unicode Hex
U+274C
HTML Entity
Decimal Code
10060

About the Cross Mark Symbol

Last reviewed on August 3, 2026

The Cross Mark symbol (❌) is one of the checkmarks and crosses characters in the AllSymbols catalog. It belongs to the family of Unicode characters used as positive/negative status indicators — checkmarks and crosses, ballot boxes, and the heavy multiplication x. They are heavily used in to-do lists, comparison tables, and status columns.

Where this character is used

Pair check and cross at the same weight: heavy with heavy, thin with thin. A thin check next to a heavy cross reads as “mild yes, strong no” even if you didn’t mean it that way. For checkboxes that show before-and-after state, the empty/checked/x-ed ballot box trio is the cleanest.

Code references

In Unicode, Cross Mark sits at code point U+274C. Web pages reference it with the HTML numeric entity ❌; CSS rules reference it as a quoted hex escape (the four-digit code prefixed with a backslash); in JavaScript and most modern source-code contexts you can either paste the literal character or use a Unicode escape with the same hex digits.

Rendering and font support

In tables where a check or cross carries the status by itself, add a hidden text label or ARIA equivalent so screen-reader users hear “yes” or “no” rather than the Unicode glyph name.

Related characters

If Cross Mark isn’t quite what you need, the Checkmarks and Crosses page lists every related character on the site — including Check Mark and Ballot Box. The related-symbols grid below also surfaces the closest sibling characters.

How to Type the Cross Mark on a Keyboard

Windows: Type 274C then press Alt+X in Word; in other apps, copy ❌ from this page and paste it
Mac: Press Ctrl+Cmd+Space to open the Character Viewer, then search for the symbol by name
Microsoft Word: Type 274C then press Alt+X to convert it into ❌
HTML: Use the entity ❌
Phone & tablet: Copying ❌ from this page is fastest — see our mobile typing guide for keyboard tricks

Cross Mark Symbol Code for HTML, CSS & JavaScript

HTML: ❌
CSS: content: '\\274C';
JavaScript: '\\u274C'
Unicode: U+274C

Frequently Asked Questions

How do I type the cross mark symbol ❌ on Windows?

Type 274C then press Alt+X in Word; in other apps, copy ❌ from this page and paste it. You can also copy ❌ straight from this page — it pastes into any app.

How do I type ❌ on a Mac?

Press Ctrl+Cmd+Space to open the Character Viewer, then search for the symbol by name.

What is the Unicode and HTML code for the cross mark symbol?

The cross mark symbol is Unicode code point U+274C. In HTML, use ❌ or the numeric reference ❌.