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