| Symbol Name | Apl Functional Symbol Quad Less-than |
| Unicode Version | 1.1 |
| Unicode | U+2343 |
| Unicode block | |
| General category | Other Symbol (So) |
| UTF-8 | E2 8D 83 |
| UTF-16 | 2343 |
| UTF-32 | 00002343 |
1\documentclass{article}2\usepackage{pifont}3\text{APLFUNCTIONALSYMBOLQUADLESS-THAN}4\end{document}You can type the apl functional symbol quad less-than symbol on most modern devices with the help of following methods:
Alt + 9027 on Windows (numeric keypad with Num Lock), or insert via Character Map.
Edit → Emoji & Symbols, search "apl functional symbol quad less-than", or use Unicode Hex Input with 2343.
Ctrl + Shift + U, type 2343, 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.apl-functional-symbol-quad-less-than::before { content: "\2343"; }1<span>⍃</span>Apl Functional Symbol Quad Less-than symbol's representation in different programming languages can be found in the table below:
| Language | Representation |
|---|---|
| JavaScript / TypeScript | '\u2343' or String.fromCodePoint(9027) |
| Python | '\N{APL FUNCTIONAL SYMBOL QUAD LESS-THAN}' or chr(9027) |
| Rust | '\u{2343}' |
| C / C++ | UTF-8 source or wchar_t with U+2343 |
| Go | string(rune(0x2343)) |
| Ruby | "\u{2343}" |
| CSS Code |
\2343 |
| Hex Code | 0x2343 |
| HTML Code | ⍃ |
| LaTeX | \text{APLFUNCTIONALSYMBOLQUADLESS-THAN} |
| Symbol | ⍃ |
| URL encode (UTF-8 percent) | %E2%8D%83 |
| Spoken / screen reader name | Apl Functional Symbol Quad Less-than |