| Nom du symbole | Presentation Form For Vertical Left Corner Bracket |
| Version Unicode | 1.1 |
| Unicode | U+FE41 |
| Bloc Unicode | |
| Catégorie générale | Open Punctuation (Ps) |
| UTF-8 | EF B9 81 |
| UTF-16 | FE41 |
| UTF-32 | 0000FE41 |
1\documentclass{article}2\usepackage{pifont}3\text{PRESENTATIONFORMFORVERTICALLEFTCORNERBRACKET}4\end{document}Vous pouvez saisir le symbole presentation form for vertical left corner bracket sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 65089 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "presentation form for vertical left corner bracket", or use Unicode Hex Input with FE41.
Ctrl + Shift + U, type fe41, 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.presentation-form-for-vertical-left-corner-bracket::before { content: "\FE41"; }1<span>﹁</span>La représentation du symbole Presentation Form For Vertical Left Corner Bracket dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uFE41' or String.fromCodePoint(65089) |
| Python | '\N{PRESENTATION FORM FOR VERTICAL LEFT CORNER BRACKET}' or chr(65089) |
| Rust | '\u{FE41}' |
| C / C++ | UTF-8 source or wchar_t with U+FE41 |
| Go | string(rune(0xFE41)) |
| Ruby | "\u{FE41}" |
| Code CSS |
\FE41 |
| Code hexadécimal | 0xFE41 |
| Code HTML | ﹁ |
| LaTeX | \text{PRESENTATIONFORMFORVERTICALLEFTCORNERBRACKET} |
| Symbole | ﹁ |
| Encodage URL (pourcent UTF-8) | %EF%B9%81 |
| Nom oral / lecteur d’écran | Presentation Form For Vertical Left Corner Bracket |