| Nom du symbole | Left Square Bracket With Tick In Bottom Corner |
| Version Unicode | 3.2 |
| Unicode | U+298F |
| Bloc Unicode | |
| Catégorie générale | Open Punctuation (Ps) |
| UTF-8 | E2 A6 8F |
| UTF-16 | 298F |
| UTF-32 | 0000298F |
1\documentclass{article}2\usepackage{pifont}3\text{LEFTSQUAREBRACKETWITHTICKINBOTTOMCORNER}4\end{document}Vous pouvez saisir le symbole left square bracket with tick in bottom corner sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 10639 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "left square bracket with tick in bottom corner", or use Unicode Hex Input with 298F.
Ctrl + Shift + U, type 298f, 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-bottom-corner::before { content: "\298F"; }1<span>⦏</span>La représentation du symbole Left Square Bracket With Tick In Bottom Corner dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u298F' or String.fromCodePoint(10639) |
| Python | '\N{LEFT SQUARE BRACKET WITH TICK IN BOTTOM CORNER}' or chr(10639) |
| Rust | '\u{298F}' |
| C / C++ | UTF-8 source or wchar_t with U+298F |
| Go | string(rune(0x298F)) |
| Ruby | "\u{298F}" |
| Code CSS | \298F |
| Code hexadécimal | 0x298F |
| Code HTML | ⦏ |
| LaTeX | \text{LEFTSQUAREBRACKETWITHTICKINBOTTOMCORNER} |
| Symbole | ⦏ |
| Encodage URL (pourcent UTF-8) | %E2%A6%8F |
| Nom oral / lecteur d’écran | Left Square Bracket With Tick In Bottom Corner |