| Nome del simbolo | Cross Mark |
| Versione Unicode | 0.6 |
| Unicode | U+274C |
| Blocco Unicode | |
| Categoria generale | Emoji (So) |
| Codice CSS | \274C |
| Codice esadecimale | 0x274C |
| Codice HTML | ❌ |
| LaTeX | LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent) |
| Simbolo | ❌ |
| Codifica URL (percentuale UTF-8) | %E2%9D%8C |
| Shortcode Discord / Slack | :x: |
| Shortcode GitHub | :x: |
| Nome parlato / screen reader | Cross Mark |
| UTF-8 | E2 9D 8C |
| UTF-16 | 274C |
| UTF-32 | 0000274C |
1\documentclass{article}2\usepackage{pifont}3LuaLaTeX/XeLaTeX: literal grapheme cluster or \usepackage{emoji} (engine-dependent)4\end{document}Puoi digitare il simbolo cross mark sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Windows: Win + . ; macOS: Ctrl + Cmd + Space; mobile: Symbols & Signs in emoji keyboard.
Edit → Emoji & Symbols, search "cross mark".
Emoji picker (IBus, GNOME Characters) or paste from this page.
Emoji keyboard → Symbols, or search "cross mark".
Emoji keyboard → Symbols; search "cross mark".
1span.cross-mark-emoji::before { content: "\274C"; } /* prefer inline grapheme for ZWJ */1<span>❌</span>La rappresentazione del simbolo Cross Mark nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u274C' or String.fromCodePoint(10060) |
| Python | '\N{CROSS MARK}' |
| Rust | '\u{274C}' |
| Swift | "\u{274C}" |
| Go | string(rune(0x274C)) |
| Ruby | "\u{274C}" |