| Nom du symbole | Box Drawings Light Arc Down And Left |
| Version Unicode | 1.1 |
| Unicode | U+256E |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| UTF-8 | E2 95 AE |
| UTF-16 | 256E |
| UTF-32 | 0000256E |
1\documentclass{article}2\usepackage{pifont}3\text{BOXDRAWINGSLIGHTARCDOWNANDLEFT}4\end{document}Vous pouvez saisir le symbole box drawings light arc down and left sur la plupart des appareils modernes avec les méthodes suivantes :
Alt + 9582 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "box drawings light arc down and left", or use Unicode Hex Input with 256E.
Ctrl + Shift + U, type 256e, 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 box-drawing support.
1span.box-drawings-light-arc-down-and-left::before { content: "\256E"; }1<span>╮</span>La représentation du symbole Box Drawings Light Arc Down And Left dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\u256E' or String.fromCodePoint(9582) |
| Python | '\N{BOX DRAWINGS LIGHT ARC DOWN AND LEFT}' or chr(9582) |
| Rust | '\u{256E}' |
| C / C++ | UTF-8 source or wchar_t with U+256E |
| Go | string(rune(0x256E)) |
| Ruby | "\u{256E}" |
| Code CSS |
\256E |
| Code hexadécimal | 0x256E |
| Code HTML | ╮ |
| LaTeX | \text{BOXDRAWINGSLIGHTARCDOWNANDLEFT} |
| Symbole | ╮ |
| Encodage URL (pourcent UTF-8) | %E2%95%AE |
| Nom oral / lecteur d’écran | Box Drawings Light Arc Down And Left |