| Nom du symbole | Box Drawings Light Diagonal Upper Left To Middle Centre To Lower Left |
| Version Unicode | 16.0 |
| Unicode | U+1FBDB |
| Bloc Unicode | |
| Catégorie générale | Other Symbol (So) |
| UTF-8 | F0 9F AF 9B |
| UTF-16 | D83E DFDB |
| UTF-32 | 0001FBDB |
1\documentclass{article}2\usepackage{pifont}3\text{BOXDRAWINGSLIGHTDIAGONALUPPERLEFTTOMIDDLECENTRETOLOWERLEFT}4\end{document}Vous pouvez saisir le symbole box drawings light diagonal upper left to middle centre to lower left sur la plupart des appareils modernes avec les méthodes suivantes :
Character Map or paste from this page, or insert via Character Map.
Edit → Emoji & Symbols, search "box drawings light diagonal upper left to middle centre to lower left", or use Unicode Hex Input with 1FBDB.
Ctrl + Shift + U, type 1fbdb, then Enter (layout-dependent).
Paste from this page, use text replacement, or pick from the emoji keyboard.
Paste from this page or use a keyboard with legacy computing symbol support.
1span.box-drawings-light-diagonal-upper-left-to-middle-centre-to-lower-left::before { content: "\1FBDB"; }1<span>🯛</span>La représentation du symbole Box Drawings Light Diagonal Upper Left To Middle Centre To Lower Left dans différents langages de programmation se trouve dans le tableau ci-dessous :
| Langage | Représentation |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDFDB' or String.fromCodePoint(0x1FBDB) |
| Python | '\N{BOX DRAWINGS LIGHT DIAGONAL UPPER LEFT TO MIDDLE CENTRE TO LOWER LEFT}' or chr(130011) |
| Rust | '\u{1FBDB}' |
| C / C++ | UTF-8 source or wchar_t with U+1FBDB |
| Go | string(rune(0x1FBDB)) |
| Ruby | "\u{1FBDB}" |
| Code CSS | \1FBDB |
| Code hexadécimal | 0x1FBDB |
| Code HTML | 🯛 |
| LaTeX | \text{BOXDRAWINGSLIGHTDIAGONALUPPERLEFTTOMIDDLECENTRETOLOWERLEFT} |
| Symbole | |
| Encodage URL (pourcent UTF-8) | %F0%9F%AF%9B |
| Nom oral / lecteur d’écran | Box Drawings Light Diagonal Upper Left To Middle Centre To Lower Left |