| Symbol Name | Box Drawings Light Diagonal Middle Right To Lower Centre |
| Unicode Version | 13.0 |
| Unicode | U+1FBA3 |
| Unicode block | |
| General category | Other Symbol (So) |
| UTF-8 | F0 9F AE A3 |
| UTF-16 | D83E DFA3 |
| UTF-32 | 0001FBA3 |
1\documentclass{article}2\usepackage{pifont}3\text{BOXDRAWINGSLIGHTDIAGONALMIDDLERIGHTTOLOWERCENTRE}4\end{document}You can type the box drawings light diagonal middle right to lower centre symbol on most modern devices with the help of following methods:
Character Map or paste from this page, or insert via Character Map.
Edit → Emoji & Symbols, search "box drawings light diagonal middle right to lower centre", or use Unicode Hex Input with 1FBA3.
Ctrl + Shift + U, type 1fba3, 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-middle-right-to-lower-centre::before { content: "\1FBA3"; }1<span>🮣</span>Box Drawings Light Diagonal Middle Right To Lower Centre symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\uD83E\uDFA3' or String.fromCodePoint(0x1FBA3) |
| Python | '\N{BOX DRAWINGS LIGHT DIAGONAL MIDDLE RIGHT TO LOWER CENTRE}' or chr(129955) |
| Rust | '\u{1FBA3}' |
| C / C++ | UTF-8 source or wchar_t with U+1FBA3 |
| Go | string(rune(0x1FBA3)) |
| Ruby | "\u{1FBA3}" |
| CSS Code |
\1FBA3 |
| Hex Code | 0x1FBA3 |
| HTML Code | 🮣 |
| LaTeX | \text{BOXDRAWINGSLIGHTDIAGONALMIDDLERIGHTTOLOWERCENTRE} |
| Symbol | 🮣 |
| URL encode (UTF-8 percent) | %F0%9F%AE%A3 |
| Spoken / screen reader name | Box Drawings Light Diagonal Middle Right To Lower Centre |