| Nome del simbolo | Left Square Bracket With Tick In Top Corner |
| Versione Unicode | 3.2 |
| Unicode | U+298D |
| Blocco Unicode | |
| Categoria generale | Open Punctuation (Ps) |
| UTF-8 | E2 A6 8D |
| UTF-16 | 298D |
| UTF-32 | 0000298D |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTSQUAREBRACKETWITHTICKINTOPCORNER}4\end{document}Puoi digitare il simbolo left square bracket with tick in top corner sulla maggior parte dei dispositivi moderni con i seguenti metodi:
Alt + 10637 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left square bracket with tick in top corner", or use Unicode Hex Input with 298D.
Ctrl + Shift + U, type 298d, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the symbol keyboard.
Paste from this page or use a keyboard with bracket and quote support.
1span.left-square-bracket-with-tick-in-top-corner::before { content: "\298D"; }1<span>⦍</span>La rappresentazione del simbolo Left Square Bracket With Tick In Top Corner nei vari linguaggi di programmazione è nella tabella seguente:
| Linguaggio | Rappresentazione |
|---|---|
| JavaScript / TypeScript | '\u298D' or String.fromCodePoint(10637) |
| Python | '\N{LEFT SQUARE BRACKET WITH TICK IN TOP CORNER}' or chr(10637) |
| Rust | '\u{298D}' |
| C / C++ | UTF-8 source or wchar_t with U+298D |
| Go | string(rune(0x298D)) |
| Ruby | "\u{298D}" |
| Codice CSS | \298D |
| Codice esadecimale | 0x298D |
| Codice HTML | ⦍ |
| LaTeX | \text{LEFTSQUAREBRACKETWITHTICKINTOPCORNER} |
| Simbolo | ⦍ |
| Codifica URL (percentuale UTF-8) | %E2%A6%8D |
| Nome parlato / screen reader | Left Square Bracket With Tick In Top Corner |